@charset "UTF-8";

/* =============================
	CONTENT
============================== */
a:hover img {
  opacity: 0.7;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.pageTop {
  margin-bottom: 60px;
}

.content section {
  margin-bottom: 0px;
}



.lang_switch-icon .svg-b {
  fill: #460073;
}

.lang_switch-text {
  color: #460073;
}

.lang_switch-text::after {
  border-color: #460073;
}


.lang_switch {
  border-color: #460073;
  border: 3px solid;
  max-width: 840px;
  margin: 18px auto 45px;
  padding: 50px 0;
  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;
  background-color: #fff;
  text-decoration: none;

}

.content .lang_switch{
  border-color: #460073;
}


.lang_switch.-en .lang_switch-text {
  font-family: "Roboto Condensed", sans-serif;
}

.lang_switch-icon {
  width: 30px;
  height: 30px;
  margin-right: 30px;

  /* svg {
    width: 100%;
  } */

  /* .svg-b {
    fill: #000;
  } */
}

.lang_switch-icon svg {
  width: 100%;
}

.lang_switch-icon .svg-b {
  fill: #000;
}


.lang_switch-text {
  font-size: 20px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.lang_switch-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg) translateX(2px);
  transform: rotate(45deg) translateX(2px);
  margin-left: 30px;
}

/* add */

.lang_switch.-jp { cursor: pointer; }
/*
html[lang=ja] .lang_switch.-en { display: flex !important; }
html[lang=ja] .lang_switch.-jp { display: none !important; }
html[lang=en] .lang_switch.-en { display: none !important; }
html[lang=en] .lang_switch.-jp { display: flex !important; }
*/
html[lang=ja] .cnt_en { display: none !important; }
html[lang=ja] .cnt_jp { display: block !important; }
html[lang=en] .cnt_en { display: block !important; }
html[lang=en] .cnt_jp { display: none !important; }

.job_details .box .job_details_box ul.nodot {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.job_details .box .job_details_box ul.nodot li {
  padding-left: 0;
}

.job_details .box .job_details_box ul.nodot li::before {
  display: none;
}

/* add */

.page_anc {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.page_anc:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}

.page_anc ul {
  float: left;
  left: 50%;
  position: relative;
}

.page_anc ul li {
  float: left;
  left: -50%;
  position: relative;
  border-right: 1px dotted #000;
  padding: 0 40px;
  margin-bottom: 10px;
}

.page_anc ul li:first-child {
  border-left: 1px dotted #000;
}

.page_anc ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
}

.page_anc ul li a::before {
  position: absolute;
  top: 50%;
  left: 38px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.position {
  font-size: 11px;
  line-height: 1.6;
}

.name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.lead {
  font-size: 15px;
  margin-bottom: 40px;
  font-weight: bold;
}

.title {
  padding: 30px 40px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.articleTable {
  display: table;
  position: relative;
  border-bottom: 1px dotted #000;
  padding: 0 0 40px;
  margin-bottom: 20px;
}

.articleTD {
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.articleTD img {
  display: block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.articleTD .lead {
  font-size: 20px;
  margin-bottom: 20px;
}

.article_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.articleTD .article_text {
  margin-bottom: 80px;
}

.article_btn a.btn {
  vertical-align: middle;
  line-height: 1.2;
  width: 230px;
  padding: 15px 0 15px 8px;
  font-size: 15px;
  font-weight: normal;
  text-indent: 0;
}

/* job */
.job_title {
  display: table;
  width: 100%;
  height: 200px;
  table-layout: fixed;
  margin-bottom: 30px;
}

.job_title#consultant {
  background: #a100ff;
}

.job_title#engineer {
  background: #00ff01;
}

.job_title#international_title {
  background: #007eff;
}

.job_title .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 40px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

#engineer.job_title .txt {
  color: #000;
}

.job_title .img {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.job_title .img img {
  height: 200px;
  width: auto;
}

/* .job_details {
  border-bottom: 1px dotted #000;
  margin-bottom: 60px;
} */

.job_details .box {
  display: table;
  width: 100%;
  padding-bottom: 40px;
}

.job_details .box:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}

.job_details .box .job_details_box {
  display: table-cell;
  vertical-align: top;
}

.job_details .box .job_details_box h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
  color: #fff;
  background-color: #8607B8;
  padding: 5px 15px;
  letter-spacing: 1px;
}

.job_details .box .job_details_box p {
  font-size: 12px;
}

.job_details .box .job_details_box .bold {
  margin-bottom: 20px;
}

.job_details .box .job_details_box h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.job_details .box .job_details_box li {
  padding-left: 20px;
  position: relative;
}
.job_details .box .job_details_box li .lstro {
  font-size: 13px;
  font-weight: bold;
}
.job_details .box .job_details_box li:before {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  content: "・";
}

.job_details .box .job_details_box .s_explanation li:before {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  content: "■";
}

.job_details .box .right {
  display: table-cell;
  width: 180px;
  vertical-align: top;
  overflow: hidden;
}

.job_details .box .right a.btn {
  width: 100%;
}

.btn_list {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}

.btn_list:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}

.btn_list ul {
  float: left;
  left: 50%;
  position: relative;
}

.btn_list ul li {
  float: left;
  left: -50%;
  position: relative;
  margin: 0 10px;
  width: 30%;
}

.btn_list ul li a.btn {
  vertical-align: middle;
  line-height: 1.2;
  width: 230px;
  padding: 10px 0 10px 8px;
  font-size: 14px;
}
.btn_list ul li a.btn2 {
  line-height: 2.3;
}

/*route*/

.lead_page {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.lead_page span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
}

.lead_page__sub {
  font-weight: normal;
  /* margin-bottom: 40px; */
}

.lead_page__sub_red {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #ff0000;
}

.system_txt {
  margin-bottom: 40px;
}

.system_txt p {
  font-size: 14px;
}

.system_txt .small {
  font-size: 12px;
  margin-top: 10px;
}

.blo_route {
  margin-top: 80px;
}

.job_details_text {
  margin-bottom: 20px;
  font-size: 13px;
}

.txt_red {
  color: #ff0000;
  font-weight: bold;
}
.txt_sm {
  font-size: 11px;
}

.job_details .box .job_details_box .li_atten {
  margin-left: 20px;
  font-size: 11px;
  margin-top: 5px;
}

.job_details .box .job_details_box .li_atten2 {
  margin-left: 20px;
  font-size: 11px;
  margin-top: 2px;
}

.mar_bottom20 {
  margin-bottom: 20px;
}
.mar_bottom5 {
  margin-bottom: 5px;
}

.btn_list {
  margin-top: 50px;
}

.btn_list ul {
  float: none;
  left: 0%;
  position: relative;
  margin: auto;
  max-width: 640px;
}

.btn_list ul:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}

.btn_list ul li {
  float: left;
  left: 0%;
  position: relative;
  margin: 0 10px;
  width: 300px;
}

.btn_list ul li a.btn {
  vertical-align: middle;
  width: 100%;
  padding: 10px 0 10px 8px;
  font-size: 14px;
}

.img_flowstep {
  /* max-width: 700px; */
  max-width: 100%;
  margin: auto;
}

.img_flowchart_pc .img_flowchart_pc_box {
  position: relative;
}

.img_flowchart_pc .coursemini {
  position: absolute;
  width: 195px;
}

.img_flowchart_pc .coursemini.courseA {
  top: 39%;
  left: 26%;
}

.img_flowchart_pc .coursemini.courseB {
  top: 39%;
  right: 26%;
}

.img_flowchart_pc ul {
  overflow: hidden;
}

.img_flowchart_pc ul li {
  display: inline-block;
  width: 32%;
}

#course3 .bold {
  margin: 0 0 10px;
}

#course3 .small2 {
  font-size: 12px;
  margin: 0 0 20px;
}

/* ==========================================================
    タブレット 900px以下
========================================================== */

@media (max-width: 900px) {
  .page_anc ul li {
    padding: 0 15px;
  }

  .page_anc ul li a::before {
    left: 13px;
  }

  .companyTable {
    padding-bottom: 100px;
  }

  .interview_list ul li:nth-child(3) {
    clear: both;
    margin-left: 0;
  }

  .flow_list li {
    height: 200px;
  }

  .flow_list li:nth-child(4) {
    clear: both;
    margin-left: 80px;
  }

  .img_flowchart_pc .coursemini {
    position: absolute;
    width: 160px;
  }
}

/* ==========================================================
    スマホ 640px以下
========================================================== */

@media (max-width: 640px) {
  h4.border {
    margin-bottom: 10px;
  }

  .page_anc {
    margin-bottom: 30px;
  }

  .page_anc ul {
    text-align: center;
  }

  .page_anc ul li {
    float: none;
    display: inline-block;
    padding-left: 0px;
    padding-right: 15px;
    margin-right: 10px;
    margin-bottom: 25px;
  }

  .page_anc ul li:first-child {
    border-left: none;
  }

  .page_anc ul li:last-child {
    border-right: none;
  }

  .page_anc ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding-left: 20px;
  }

  .page_anc ul li a::before {
    position: absolute;
    top: 58%;
    right: 10px;
    left: inherit;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .articleTable {
    padding-bottom: 20px;
  }

  .articleTD {
    display: block;
  }

  .articleTD img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }

  .articleTD_right {
    padding-bottom: 40px;
  }

  .article_btn {
    width: 100%;
  }

  .article_btn a.btn {
    width: 100%;
    margin-bottom: 30px;
  }

  .lead {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .title {
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* job */

  .job_title {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }

  .job_title .txt {
    display: block;
    padding: 8px 15px;
    font-size: 18px;
  }

  .job_title .img {
    display: block;
  }

  .job_title .img img {
    height: auto;
    width: 100%;
  }
  .job_details .box .job_details_box {
    display: block;
    padding-right: 0px;
  }

  .job_details .box .right {
    display: block;
    width: 100%;
    position: relative;
  }

  .job_details .box .right:after {
    content: "";
    clear: both;
    display: block;
    position: relative;
  }

  .job_details .box .right .img {
    float: left;
    width: 90px;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .job_details .box .right .btn {
    width: 100%;
    clear: both;
  }

  .btn_list {
    margin-bottom: 40px;
  }

  .btn_list ul {
    float: none;
  }

  .btn_list ul li {
    float: none;
    margin: 0 0 10px 0;
    display: table;
    width: 100%;
  }

  .btn_list ul li a.btn {
    width: 100%;
  }

  /* navi */

  #navbar {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 2800;
    top: 0px;
    right: 0px;
  }

  #toggle-sidebar {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 23px;
    height: 23px;
    display: block;
    cursor: pointer;
  }

  #sidebar.page_anc {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  #sidebar ul {
    text-align: left;
    width: 100%;
  }
  #sidebar ul li {
    margin: 0 15px;
    display: block;
    padding: 0;
    border-right: 0;
    border-bottom: 1px dotted #000;
  }

  #sidebar ul li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }

  .panel-btn-icon {
    display: block;
    position: absolute;
    top: 11px;
    right: 0px;
    width: 23px;
    height: 3px;
    background: #000;
    transition: 0.2s;
    z-index: 2800;
  }
  .panel-btn-icon:before,
  .panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    width: 23px;
    height: 3px;
    background: #000;
    transition: 0.3s;
    z-index: 2800;
  }
  .panel-btn-icon:before {
    margin-top: -8px;
  }
  .panel-btn-icon:after {
    margin-top: 8px;
  }

  .close {
    background: transparent;
  }
  .close:before,
  .close:after {
    margin-top: 0;
  }
  .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .lead_page {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .job_details .box {
    padding-bottom: 20px;
  }

  .system_txt {
    margin-bottom: 30px;
  }

  .system_txt p {
    font-size: 12px;
  }

  .blo_route {
    margin-top: 40px;
  }

  .job_details .box .job_details_box h5 {
    font-size: 12px;
  }

  .job_details .box .job_details_box h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px 15px;
    letter-spacing: 1px;
  }

  /* .job_details {
    margin-bottom: 40px;
  } */

  .job_details_text {
    margin-bottom: 20px;
  }
  .job_details .box .job_details_box .li_atten {
    margin-left: 0;
    font-size: 10px;
  }

  .mar_bottom20 {
    margin-bottom: 10px;
  }

  .img_flowchart_sp .img_flowchart_sp_box {
    position: relative;
  }

  .img_flowchart_sp .coursemini {
    position: absolute;
    width: 22.5%;
  }

  .img_flowchart_sp .coursemini.courseA {
    top: 39%;
    left: 26%;
  }

  .img_flowchart_sp .coursemini.courseB {
    top: 39%;
    right: 26%;
  }

  .img_flowchart_sp ul {
    overflow: hidden;
  }
  .img_flowchart_sp ul li {
    display: inline-block;
    width: 32%;
  }
}
@media (max-width: 360px) {
  .engineer_a .btn_list ul li a.btn {
    font-size: 10px;
  }
}
