@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,900&family=Noto+Sans+JP:wght@500;700&display=swap");
.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.noto.bold {
  font-weight: 700;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.lato.bold {
  font-weight: 700;
}

.color_orange {
  color: #F3790A;
}

@media screen and (min-width: 769px) {
  .on_sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .on_pc {
    display: none !important;
  }
}

.recruit .common_page_intro {
  padding-bottom: 0;
  background: none;
}
.recruit .common_page_intro_title {
  padding-bottom: 50px;
}
@media screen and (max-width: 1260px) {
  .recruit.recruit_front .common_page_intro_title {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.recruit .common_page_intro_text {
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1260px) {
  .recruit .common_page_intro_text {
    padding-bottom: 50px;
  }
}
.recruit .recruit_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1260px) {
  .recruit .recruit_menu_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruit .recruit_menu_list .list_item {
  width: 33.3333333333%;
  padding: 50px;
}
@media screen and (max-width: 1260px) {
  .recruit .recruit_menu_list .list_item {
    width: 100%;
  }
}
.recruit .recruit_menu_list .list_item:first-child {
  background: url("../img/recruit/recruit-list-01.jpg");
  background-size: cover;
}
.recruit .recruit_menu_list .list_item:nth-child(2) {
  background: url("../img/recruit/recruit-list-02.jpg");
  background-size: cover;
}
.recruit .recruit_menu_list .list_item:last-child {
  background: url("../img/recruit/recruit-list-03.jpg");
  background-size: cover;
}
.recruit .recruit_menu_box_wrap {
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 10%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit .recruit_menu_box {
  color: #fff;
  text-align: center;
}
.recruit .recruit_menu_box h2 {
  margin-bottom: 30px;
}
.recruit .recruit_representative {
  padding-top: 30%;
  padding-bottom: 100px;
  background-image: url("../img/recruit/representative.jpg");
  background-color: #060540;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1260px) {
  .recruit .recruit_representative {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
.recruit .recruit_representative_title_small {
  background: #060540;
  color: #fff;
  font-size: 3rem;
  padding: 5px 10px;
  line-height: 1;
}
.recruit .recruit_representative_title_large {
  background: #060540;
  color: #fff;
  font-size: 5rem;
  padding: 10px 20px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .recruit .recruit_representative_title_large {
    font-size: 9vw;
  }
}
.recruit .recruit_representative_content {
  margin-top: 50px;
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  line-height: 1.6;
}
.recruit .recruit_representative_content p {
  margin-bottom: 10px;
}
.recruit .recruit_representative_content p:last-of-type {
  margin-bottom: 0;
}
.recruit .recruit_representative_content .recruit_representative_content_name {
  text-align: right;
  margin-top: 30px;
  font-size: 2rem;
}
.recruit .recruit_representative_content .recruit_representative_content_sign {
  text-align: right;
}
.recruit .recruit_representative_content .recruit_representative_content_sign img {
  height: 120px;
  width: auto;
  display: inline;
}
.recruit .recruit_footer_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1260px) {
  .recruit .recruit_footer_link_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruit .recruit_footer_link_list .list_item {
  width: 50%;
  padding: 150px 50px;
}
@media screen and (max-width: 1260px) {
  .recruit .recruit_footer_link_list .list_item {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 1260px) {
  .recruit .recruit_footer_link_list .list_item {
    width: 100%;
  }
}
.recruit .recruit_footer_link_list .list_item:first-child {
  background: url("../img/recruit/recruit-link-01.jpg");
  background-size: cover;
  background-position: center;
}
.recruit .recruit_footer_link_list .list_item:last-child {
  background: url("../img/recruit/recruit-link-02.jpg");
  background-size: cover;
  background-position: center;
}
.recruit .recruit_footer_link_list .list_item .recruit_footer_link_list_title {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 5rem;
}
.recruit .recruit_footer_link_list .list_item .recruit_footer_link_list_title span {
  display: block;
  font-size: 1.8rem;
}
.recruit .recruit_footer_link_list .list_item a {
  display: block;
}

.recruit_description .common_page_intro {
  background-image: url("../img/recruit/job-description-intro.jpg");
  background-size: cover;
}

.recruit_description_content {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #060540;
}
@media screen and (max-width: 1260px) {
  .recruit_description_content {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.recruit_description_content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1480px) {
  .recruit_description_content .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1260px) {
  .recruit_description_content .inner {
    display: block;
  }
}
.recruit_description_content .inner .left_content {
  width: 210px;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1260px) {
  .recruit_description_content .inner .left_content {
    width: 100%;
    top: 80px;
    background: #060540;
    padding: 20px 0;
    z-index: 2;
    margin-bottom: 30px;
  }
}
.recruit_description_content .inner .right_content {
  width: calc(100% - 210px);
  padding-left: 100px;
}
@media screen and (max-width: 1260px) {
  .recruit_description_content .inner .right_content {
    width: 100%;
    padding-left: 0;
  }
}
.recruit_description_content .section_title {
  margin-bottom: 30px;
}

.recruit_description_sidebar {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1260px) {
  .recruit_description_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}
.recruit_description_sidebar .list_item {
  margin-bottom: 20px;
}
@media screen and (max-width: 1260px) {
  .recruit_description_sidebar .list_item {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.recruit_description_sidebar .list_item a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .recruit_description_sidebar .list_item a:hover {
    opacity: 0.5;
  }
}

.recruit_description_sidebar_sub {
  padding-left: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1260px) {
  .recruit_description_sidebar_sub {
    display: none;
  }
}
.recruit_description_sidebar_sub .sub_list_item {
  margin-bottom: 20px;
}
.recruit_description_sidebar_sub .sub_list_item:first-child {
  margin-top: 20px;
}
.recruit_description_sidebar_sub .sub_list_item:last-child {
  margin-bottom: 0;
}

.transition_solid_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.transition_solid_btn_list .list_item {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1260px) {
  .transition_solid_btn_list .list_item {
    width: 100%;
    display: block;
  }
}
.transition_solid_btn_list .list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  width: 100%;
}
.transition_solid_btn_list .list_item a svg {
  bottom: 20px;
  right: 20px;
  top: auto;
}

.recruit_description_list {
  padding-left: 20px;
}
.recruit_description_list li {
  list-style-type: disc;
}

.job_description_detail .dot_bottom_table_wrap {
  margin-top: 0;
}
.job_description_detail .dot_bottom_table_text {
  margin-top: 30px;
  line-height: 2;
}
.job_description_detail .dot_bottom_table dt {
  width: 250px;
}
@media screen and (max-width: 1260px) {
  .job_description_detail .dot_bottom_table dt {
    width: 100%;
  }
}
.job_description_detail .dot_bottom_table dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1260px) {
  .job_description_detail .dot_bottom_table dd {
    width: 100%;
  }
}

.network_engineer .common_page_intro {
  background-image: url("../img/recruit/network-engineer-intro.jpg");
}

.corporate_sales .common_page_intro {
  background-image: url("../img/recruit/corporate-sales-intro.jpg");
}

.customer_service .common_page_intro {
  background-image: url("../img/recruit/customer-service-intro.jpg");
}

.customer_success .common_page_intro {
  background-image: url("../img/recruit/customer-success-intro.jpg");
}

.public_relations .common_page_intro {
  background-image: url("../img/recruit/public-relations-intro.jpg");
}

.full_stack .common_page_intro {
  background-image: url("../img/recruit/full-stack-intro.jpg");
}
@media screen and (max-width: 768px) {
  .full_stack .common_page_intro {
    background-position: right;
  }
}

/* 働く社員の声 */
.voice .common_page_intro {
  background-image: url("../img/recruit/voice-intro.jpg");
}
.voice .right_content {
  position: relative;
}
.voice .right_content .employee_block:nth-of-type(even) .employee_header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.voice .right_content .employee_block:nth-of-type(even) .employee_catch {
  display: block;
}
.voice .right_content .employee_block:nth-of-type(even) .employee_catch .employee_catch_top {
  margin-right: 0;
}
.voice .right_content .employee_block:nth-of-type(even) .employee_catch .employee_catch_bottom {
  margin-left: 50px;
}
.voice .right_content .employee_block:nth-of-type(even) .employee_bottom {
  float: none;
}
.voice .employee_block {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .voice .employee_block {
    padding-top: 50px;
  }
}
.voice .employee_block:first-of-type {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .voice .employee_block:first-of-type {
    margin-top: -50px;
  }
}
.voice .employee_img {
  position: relative;
}
@media screen and (max-width: 1260px) {
  .voice .employee_img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .voice .employee_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.voice .employee_img img {
  border-radius: 50px;
  max-width: 600px;
}
@media screen and (max-width: 1260px) {
  .voice .employee_img img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice .employee_img img {
    border-radius: 25px;
  }
}
.voice .employee_img_label {
  color: #fff;
  background: #060540;
  line-height: 1;
  padding: 5px 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .voice .employee_img_label {
    font-size: 1rem;
  }
}
.voice .employee_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .voice .employee_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
.voice .employee_text {
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (max-width: 1260px) {
  .voice .employee_text {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .voice .employee_text {
    min-width: 90%;
    padding-left: 0;
    position: absolute;
    bottom: 40px;
    border-radius: 50px;
    text-align: center;
    padding: 10px;
    background-color: #F3790A;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 5%;
    color: #FFFFFF;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .employee_text br {
    display: none;
  }
}
.voice .employee_text span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .voice .employee_text span {
    padding-left: 20px;
    display: inline;
    font-size: 2.5vw;
  }
}
.voice .employee_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  font-size: 3rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 1260px) {
  .voice .employee_catch {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .employee_catch {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .employee_catch br {
    display: none;
  }
}
.voice .employee_catch > span {
  line-height: 1;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .voice .employee_catch > span {
    max-width: 90%;
  }
  .voice .employee_catch > span:nth-of-type(2) {
    margin-left: 10% !important;
  }
}
.voice .employee_catch > span:last-of-type {
  margin-bottom: 0;
}
.voice .employee_bottom_interview {
  margin-bottom: 50px;
}
.voice .employee_bottom {
  width: calc(100% - 20px);
  background: #fff;
  padding: 50px 40px;
  border-radius: 50px;
  float: right;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .voice .employee_bottom {
    width: 100%;
    border-radius: 20px;
    padding: 40px 30px;
  }
}
.voice .employee_bottom .section_title_icon .square_box.white_box {
  background: #060540;
}
.voice .employee_bottom .section_title {
  color: #060540;
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .voice .employee_bottom .section_title {
    font-size: 6vw;
  }
}
.voice .employee_bottom p {
  font-size: 1.8rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .voice .employee_bottom p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.voice .employee_bottom p:last-of-type {
  margin-bottom: 0;
}
.voice .content_link_circle.circle_btn {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice .content_link_circle.circle_btn button,
.voice .content_link_circle.circle_btn a {
  border: solid 2px #060540;
  background: #060540;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 20px 100px;
}
@media screen and (max-width: 1260px) {
  .voice .content_link_circle.circle_btn button,
  .voice .content_link_circle.circle_btn a {
    padding: 10px 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .voice .content_link_circle.circle_btn button,
  .voice .content_link_circle.circle_btn a {
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .voice .content_link_circle.circle_btn button svg,
  .voice .content_link_circle.circle_btn a svg {
    display: none;
  }
}
.voice .content_link_circle.circle_btn button .path_27,
.voice .content_link_circle.circle_btn a .path_27 {
  stroke: #FFFFFF !important;
  fill: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.voice .content_link_circle.circle_btn button .path_28,
.voice .content_link_circle.circle_btn a .path_28 {
  stroke: #FFFFFF !important;
  fill: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.voice .content_link_circle.circle_btn button .pdf_icon,
.voice .content_link_circle.circle_btn a .pdf_icon {
  margin-right: 10px;
}
.voice .content_link_circle.circle_btn button:hover,
.voice .content_link_circle.circle_btn a:hover {
  background: #FFFFFF;
  color: #060540;
}
.voice .content_link_circle.circle_btn button:hover .path_27,
.voice .content_link_circle.circle_btn a:hover .path_27 {
  stroke: #060540 !important;
}
.voice .content_link_circle.circle_btn button:hover .path_28,
.voice .content_link_circle.circle_btn a:hover .path_28 {
  stroke: #060540 !important;
}
.voice .content_link_circle.circle_btn button:hover .pdf_icon,
.voice .content_link_circle.circle_btn a:hover .pdf_icon {
  fill: #060540;
}
.voice .job-description_btn .white_btn a {
  border: solid 2px #FFFFFF;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .voice .job-description_btn .white_btn a {
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    line-height: 1.6;
  }
}
.voice .employee_bottom_schedule {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  overflow: hidden;
  height: 0;
}
.voice .employee_bottom_schedule .employee_bottom_schedule_title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .voice .employee_bottom_schedule .employee_bottom_schedule_title {
    font-size: 4vw;
  }
}
.voice .employee_bottom_schedule .employee_bottom_schedule_title span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .voice .employee_bottom_schedule .employee_bottom_schedule_title span {
    font-size: 6vw;
  }
}

.job-description_btn {
  clear: both;
}

#employee_01 .employee_catch {
  margin-top: -80px;
}
@media screen and (max-width: 1260px) {
  #employee_01 .employee_catch {
    margin-top: -30px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #employee_01 .employee_catch {
    margin-top: 0;
    padding-left: 0;
  }
}
#employee_01 .employee_catch .employee_catch_top {
  margin-right: 120px;
}
@media screen and (max-width: 1260px) {
  #employee_01 .employee_catch .employee_catch_top {
    margin-right: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #employee_01 .employee_catch .employee_catch_top {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #employee_01 .employee_catch .employee_catch_bottom {
    margin-left: 0;
  }
}

#employee_02 .employee_catch {
  margin-top: -80px;
}
@media screen and (max-width: 1260px) {
  #employee_02 .employee_catch {
    margin-top: -30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #employee_02 .employee_catch {
    margin-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1260px) {
  #employee_02 .employee_catch .employee_catch_bottom {
    margin-right: 0;
    margin-left: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  #employee_02 .employee_catch .employee_catch_bottom {
    margin-left: 0;
  }
}

#employee_03 .employee_catch {
  margin-top: -80px;
}
@media screen and (max-width: 1260px) {
  #employee_03 .employee_catch {
    margin-top: -25px;
  }
}
@media screen and (max-width: 768px) {
  #employee_03 .employee_catch {
    margin-top: 0;
  }
}
#employee_03 .employee_catch .employee_catch_top {
  margin-right: 14vw;
}
@media screen and (max-width: 768px) {
  #employee_03 .employee_catch .employee_catch_top {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #employee_03 .employee_catch .employee_catch_bottom {
    margin-left: 0;
  }
}

#employee_04 .employee_catch {
  margin-top: -80px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  #employee_04 .employee_catch {
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  #employee_04 .employee_catch {
    margin-top: 0;
  }
}
#employee_04 .employee_catch > span {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.6;
}
#employee_04 .employee_catch .employee_catch_bottom {
  margin-left: 0;
  float: right;
  margin-right: 50px;
}
@media screen and (max-width: 1260px) {
  #employee_04 .employee_catch .employee_catch_bottom {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #employee_04 .employee_catch .employee_catch_bottom {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
#employee_04 .employee_catch .employee_bottom {
  clear: both;
}

#employee_05 .employee_catch {
  margin-top: -80px;
}
@media screen and (max-width: 1260px) {
  #employee_05 .employee_catch {
    margin-top: -50px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #employee_05 .employee_catch {
    margin-top: 0;
    padding-left: 0;
  }
}
#employee_05 .employee_catch > span {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.6;
}
#employee_05 .employee_catch .employee_catch_top {
  margin-right: 260px;
}
@media screen and (max-width: 1260px) {
  #employee_05 .employee_catch .employee_catch_top {
    margin-right: 27vw;
  }
}
@media screen and (max-width: 768px) {
  #employee_05 .employee_catch .employee_catch_top {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #employee_05 .employee_catch .employee_catch_bottom {
    margin-left: 0;
  }
}