@charset "UTF-8";
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

.pageTop {
  margin-bottom: 60px;
}

.content section {
  margin-bottom: 0px;
}
.content .lang_switch {
  border-color: #460073;
}
.content .lang_switch-icon .svg-b {
  fill: #460073;
}
.content .lang_switch-text {
  color: #460073;
}
.content .lang_switch-text::after {
  border-color: #460073;
}

.lang_switch {
  border: 3px solid;
  max-width: 840px;
  margin: 18px auto 45px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
}
.lang_switch.-en .lang_switch-text {
  font-family: "Roboto Condensed", sans-serif;
}
.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;
}

.lang_switch-icon {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}
.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: inline-flex;
  align-items: center;
}
.lang_switch-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg) translateX(2px);
  margin-left: 30px;
}

.careers_section-child + .careers_section-child {
  padding-top: 46px;
}

.careers_section-child_flowstep {
  width: 92.8%;
  margin: 70px auto 0;
}

.page_anc {
  margin-bottom: 60px;
  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;
  transform: rotate(135deg);
}

.engineer_a .comingsoon {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: #ccc;
  text-align: center;
  padding: 20px 0 40px;
}

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

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

.lead {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.lead a {
  color: #000;
}

.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_title {
  display: table;
  width: 100%;
  height: 200px;
  table-layout: fixed;
  margin-bottom: 30px;
}
.job_title#business-consultant {
  background-color: #a100ff;
}
.job_title#solution-engineer {
  background-color: #7500c0;
}
.job_title#digital-consultant {
  background-color: #460073;
}
.job_title#strategy-consultant {
  background-color: #4b0267;
}
.job_title#data-scientist-and-ai-architect {
  background-color: #969696;
}
.job_title#analytics-consultant {
  background-color: #5a5a5a;
}
.job_title#marketing {
  background-color: #b455aa;
}
.job_title#creative-and-design {
  background-color: #a055f5;
}
.job_title#contents-design {
  background-color: #be82ff;
}
.job_title#international_title {
  background-color: #d049a0;
}
.job_title .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 40px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.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 .box {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.job_details .box:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
.job_details .box .left {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
.job_details .box .left h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.job_details .box .left p {
  font-size: 12px;
  margin-bottom: 20px;
}
.job_details .box .left h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.job_details .box .left ul {
  margin-bottom: 20px;
}
.job_details .box .left ul:not(.noBullet) li {
  padding-left: 20px;
  position: relative;
}
.job_details .box .left ul:not(.noBullet) li::before {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  content: "・";
}
.job_details .box .left ul.subList li {
  padding-left: 1em;
}
.job_details .box .left ul.subList li::before {
  display: none;
}
.job_details .box .left li .lstro {
  font-size: 13px;
  font-weight: bold;
}
.job_details .box .left .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: 46%;
}
.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;
}

.movie_area {
  margin-top: 60px;
}

.job_details .box .movie_area p {
  font-weight: normal;
}

.movie_area__inner {
  max-width: 640px;
  margin: 0 auto;
}

.wrap_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.job_details.topics_recent {
  border-top: 1px dotted #00ff01;
}
.job_details.topics_recent .box {
  border-bottom: 1px dotted #00ff01;
}
.job_details.topics_recent .box .left {
  padding-right: 0px;
}
.job_details.topics_recent .box .left p {
  font-weight: normal;
}
.job_details.topics_recent .box .left h4 {
  color: #00ff01;
  font-size: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.job_details.topics_recent .box .left h5 {
  font-size: 16px;
}
.job_details.topics_recent .box .left p.topics_recent_link {
  margin-bottom: 0;
  font-size: 14px;
}
.job_details.topics_recent .box .left p.topics_recent_link a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.job_details.topics_recent .box .left p.topics_recent_link a::after {
  position: absolute;
  top: 70%;
  right: -15px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.job_details.topics_recent .box .left li {
  display: inline-block;
  width: 25%;
  list-style-type: none;
  padding-left: 0;
  position: inherit;
}

.interview_list {
  overflow: hidden;
  position: relative;
  border-bottom: 1px dotted #000;
}
.interview_list:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
.interview_list ul {
  float: left;
  left: 50%;
  position: relative;
}
.interview_list ul li {
  width: 180px;
  left: -50%;
  float: left;
  margin-left: 40px;
  margin-bottom: 30px;
  position: relative;
  height: 320px;
}
.interview_list ul li:first-child {
  margin-left: 0px;
}
.interview_list ul li .btn {
  width: 100%;
  padding: 5px 0;
  position: absolute;
  display: block;
  top: 280px;
}

.international_lead a {
  color: #a13;
}

.international_text {
  margin-bottom: 50px;
}
.international_text a {
  color: #a13;
}
.international_text h3 {
  font-weight: bold;
  font-size: 15px;
}
.international_text h4 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
}
.international_text h4 span.small {
  font-size: 12px;
}
.international_text ul.blt {
  margin-top: 10px;
  margin-bottom: 10px;
}
.international_text ul.blt li {
  position: relative;
  padding-left: 20px;
}
.international_text ul.blt li:before {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  content: "・";
}
.international_text p.ss {
  text-indent: 20px;
}

.international_text2 p {
  margin-top: 10px;
}

.international_qa dl {
  line-height: 1.8;
}
.international_qa dl + dl {
  margin-top: 28px;
}
.international_qa dt {
  font-weight: bold;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.international_qa dd {
  font-size: 15px;
  margin-top: 3px;
}

.international_field {
  border-bottom: 1px dotted #000;
  padding-bottom: 30px;
  margin-bottom: 40px;
  display: table;
}
.international_field:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
.international_field .left {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}
.international_field .right {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  position: relative;
}
.international_field .right h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.international_field .right p {
  margin-bottom: 50px;
}
.international_field .right .detail {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 180px;
}
.international_field .right .detail .btn {
  width: 180px;
}

.global_seminar {
  margin-top: 20px;
}
.global_seminar .semi_lead {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
}

.g_btn_list {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.g_btn_list.article_btn a.btn {
  width: 260px;
}

.recruit_title {
  background: #7d16be;
  padding: 30px 40px;
}

.table_list {
  margin-bottom: 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_list .left {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}
.table_list .right {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}
.table_list .right .note {
  margin-top: 15px;
}
.table_list dl {
  border-bottom: 1px dotted #000;
  display: table;
  width: 100%;
}
.table_list dl:first-child {
  border-top: 1px dotted #000;
}
.table_list dl dt {
  padding: 15px 0;
  display: table-cell;
  width: 90px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.table_list dl dd {
  font-size: 11px;
  padding: 15px 0;
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
}
.table_list dl dd strong {
  font-weight: bold;
}
.table_list dl dd li {
  position: relative;
  padding-left: 20px;
}
.table_list dl dd li:before {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  content: "▪︎";
}
.table_list dl dd ul li ul li:before {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  content: "・";
}

.flow_title {
  background: #ff6000;
}

.flow_list {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.flow_list:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
.flow_list ul {
  position: relative;
  float: left;
  left: 50%;
}
.flow_list ul li {
  width: 140px;
  left: -50%;
  float: left;
  margin-left: 34px;
  position: relative;
}
.flow_list ul li::after {
  left: -23px;
  top: 68px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #cccccc;
  border-width: 15px;
  margin-top: -15px;
}
.flow_list ul li:first-child {
  margin-left: 0px;
}
.flow_list ul li:first-child:after {
  content: none;
}
.flow_list ul li:last-child {
  content: none;
}
.flow_list ul li .txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.flow_message {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #000;
}
.flow_message .left {
  display: table-cell;
  padding-right: 30px;
  vertical-align: top;
}
.flow_message .right {
  width: 200px;
  vertical-align: top;
  display: table-cell;
  width: 180px;
  vertical-align: top;
  overflow: hidden;
}
.flow_message .right a.btn {
  width: 100%;
  margin-bottom: 30px;
}
.flow_message .left h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.system_title {
  background: #be5baa;
}

.system_txt {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 30px;
}
.system_txt .txt {
  padding-right: 30px;
  display: table-cell;
  vertical-align: top;
}
.system_txt .txt p {
  margin-bottom: 15px;
}
.system_txt .txt a {
  color: inherit;
}
.system_txt .img {
  display: table-cell;
  vertical-align: top;
  width: 294px;
}
.system_txt .internal-transfer-system {
  text-align: center;
}
.club_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.club_list {
  margin-bottom: 50px;
}
.club_list:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
}
.club_list li {
  width: 66px;
  float: left;
  margin: 5px;
  line-height: 1;
}

span.small {
  font-size: 10px;
}

.noM {
  margin: 0;
}

.page_engineer_bar {
  margin-bottom: 50px;
}

.engineer_a h1 {
  background-color: #00d702;
}
.engineer_a h2 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: #00d702;
  background-color: #efefef;
  padding: 0;
  margin: 0 auto 10px;
}
.engineer_a p {
  font-size: 13px;
  line-height: 2;
}
.engineer_a .lead {
  font-size: 15px;
}
.engineer_a .top .left {
  display: inline-block;
  width: 490px;
  margin-right: 30px;
  vertical-align: top;
}
.engineer_a .top .profile {
  margin-top: 10px;
  display: block;
  background-color: #eee;
  color: #00530a;
  font-weight: bold;
  padding: 10px 20px;
  background-image: linear-gradient(45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 8px 8px;
  font-size: 14px;
}
.engineer_a .top .profile .profile_name {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
.engineer_a .top .profile .profile_name span {
  font-size: 70%;
  font-weight: normal;
}
.engineer_a h3 {
  font-size: 17px;
  font-weight: bold;
  color: #00d702;
}
.engineer_a h3 span {
  font-size: 14px;
}
.engineer_a .top p {
  font-size: 14px;
  line-height: 1.5;
}
.engineer_a .top img {
  display: inline-block;
  width: 290px;
  vertical-align: top;
}
.engineer_a .en_article {
  margin-top: 40px;
}
.engineer_a .en_article.full {
  margin-top: 0px;
}
.engineer_a .en_article section {
  margin-bottom: 50px;
}
.engineer_a .en_article section h3 {
  margin-bottom: 10px;
  background-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
.engineer_a .explanation {
  text-align: center;
  margin: 70px auto 80px;
}
.engineer_a .explanation .box {
  text-align: center;
  background-color: #eee;
  padding: 30px 90px;
  margin-top: 20px;
  background-image: linear-gradient(45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 8px 8px;
}
.engineer_a .explanation .box p {
  text-align: left;
  margin-top: 10px;
}
.engineer_a .explanation .box p.box_lead {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.engineer_a .btn_list {
  margin-bottom: 30px;
}
.engineer_a .btn_list ul li {
  width: 350px;
}
.engineer_a .btn_list ul li a.t_page {
  pointer-events: none;
  background-color: #555;
}
.engineer_a .btn_list ul li:nth-child(1n) {
  margin-right: 35px;
}
.engineer_a .btn_list ul li:nth-child(n+3) {
  margin-top: 30px;
}
.engineer_a .btn_list ul li a.btn {
  width: 100%;
  padding: 20px 8px;
  font-size: 14px;
}
.engineer_a .btn_list.btn_list3 ul {
  left: 53%;
}
.engineer_a .hako1 {
  margin-bottom: 80px;
}
.engineer_a .hako1 .top {
  margin-bottom: 30px;
}
.engineer_a .hako1 .top img {
  width: 324px;
}
.engineer_a .hako1 .top .left {
  width: 437px;
  margin-right: 0;
  margin-left: 50px;
}
.engineer_a .hako1 .box_article {
  margin-bottom: 30px;
}
.engineer_a .hako1 .img {
  width: 100%;
  margin: 0 auto 30px;
}
.engineer_a .hako1 .img.img2 {
  width: 630px;
  display: table;
}

.engineer_3 h2 {
  font-size: 19px;
}

.engineer_4 h3 {
  color: #000;
}
.engineer_4 .box_article {
  display: flex;
}
.engineer_4 .box_article .icon {
  margin-right: 20px;
}
.engineer_4 .box_article img {
  width: 65px;
}
.engineer_4 .hako1 .img_box {
  margin-bottom: 60px;
  text-align: center;
}
.engineer_4 .hako1 .img {
  width: 622px;
  margin: auto;
}

.blo_course h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.li_atten {
  margin-left: 20px;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#consultant_a h1 {
  background-color: #000;
}
#consultant_a .hako1 .top {
  display: flex;
  max-height: 575px;
}
#consultant_a .hako1 .top img {
  height: 100%;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
#consultant_a .hako1 .top .left {
  width: 50%;
  margin-left: 0;
  padding: 100px 30px 0;
  box-sizing: border-box;
  background-color: #ff0000;
  height: auto;
  max-height: 575px;
}
#consultant_a .top h2 {
  color: #fff;
  background-color: #ff0000;
  font-size: 35px;
  line-height: 1.4;
}
#consultant_a .top .profile {
  width: 100%;
  background: none;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 30px;
}
#consultant_a .top .profile .profile_name {
  margin-top: 5px;
}
#consultant_a .top p {
  color: #000;
  font-size: 14px;
  line-height: 2;
}
#consultant_a .box_article h3 {
  color: #ff0000;
  font-size: 20px;
  margin-bottom: 30px;
}
#consultant_a .box_article p {
  font-size: 13px;
  line-height: 2.5;
  margin-bottom: 20px;
}
#consultant_a .box_article .ivImg {
  width: 100%;
  margin-bottom: 60px;
}
#consultant_a .box_article .question {
  font-size: 13px;
  color: #6d6d6d;
  margin-bottom: 30px;
  font-weight: bold;
}
#consultant_a .box_article .karasawa {
  width: calc(100% - 55px);
  margin-left: 55px;
}
#consultant_a .box_article .karasawa::before {
  content: "唐澤";
  color: #ff0000;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 55px;
}
#consultant_a .box_article .yasuda {
  width: calc(100% - 55px);
  margin-left: 55px;
}
#consultant_a .box_article .yasuda::before {
  content: "安田";
  color: #ff0000;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 55px;
}
#consultant_a .consultant_theme {
  border: 4px double #ff0000;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
#consultant_a .theme_wrap {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  top: -14px;
  width: 110px;
  background: #fff;
  text-align: center;
}
#consultant_a .theme_wrap img {
  width: 60px;
  margin-top: 4px;
}
#consultant_a .consultant_theme .b_title_wrap {
  text-align: center;
}
#consultant_a .consultant_theme .b_title_wrap .black_title {
  color: #000;
  text-align: center;
  font-size: 26px;
  position: relative;
  display: inline-block;
}
#consultant_a .consultant_theme .b_title_wrap .black_title .sp {
  display: none;
}
#consultant_a .consultant_theme .black_title::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#consultant_a .consultant_theme .center {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#consultant_a .consultant_theme .center div {
  margin: 0 15px;
}
#consultant_a .consultant_theme .blue {
  color: #ff0000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}
#consultant_a .consultant_theme .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.kakeru {
  width: 33px;
  -o-object-fit: contain;
  object-fit: contain;
}

#consultant_a .consultant_theme .bottom {
  display: flex;
  justify-content: space-between;
}
#consultant_a .consultant_theme .bottom .left,
#consultant_a .consultant_theme .bottom .right {
  width: 49%;
}
#consultant_a .consultant_theme .bottom img {
  width: 90px;
  margin-right: 15px;
}
#consultant_a .consultant_theme .bottom p {
  display: inline-block;
  width: calc(100% - 125px);
  font-size: 12px;
  line-height: 2;
  vertical-align: top;
}
#consultant_a .consultant_theme .sp {
  display: none;
}

.work_location {
  margin-bottom: 50px;
}
.work_location .work_location--img {
  margin-top: 10px;
}

.work_location--img.digital {
  margin-top: 10px;
  text-align: center;
}
.work_location--img.digital img {
  width: 100%;
}

@media (max-width: 640px) {
  .work_location {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 850px) {
  #consultant_a .top .profile {
    margin-top: 20px;
  }
  #consultant_a .hako1 .top .left {
    padding-top: 70px;
  }
  #consultant_a .top p {
    line-height: 1.8;
  }
  #consultant_a .top h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  #consultant_a .top p {
    font-size: 12px;
  }
  #consultant_a .hako1 .top .left {
    padding: 40px 20px 0;
  }
  #consultant_a .consultant_theme .bottom {
    flex-direction: column;
  }
  #consultant_a .consultant_theme .bottom .left,
  #consultant_a .consultant_theme .bottom .right {
    width: 100%;
  }
  .engineer_a .top .left {
    width: 55%;
    margin-right: 5%;
  }
  .engineer_a .top img {
    width: 39%;
  }
  .engineer_a .btn_list.btn_list3 ul {
    left: 50%;
  }
  .engineer_a .hako1 .top img {
    width: 39%;
  }
  .engineer_a .hako1 .top .left {
    width: 55%;
    margin-right: 0;
    margin-left: 3%;
  }
  .engineer_a .hako1 .column2 img {
    width: 39%;
  }
  .engineer_a .hako1 .column2 .hako_text {
    width: 55%;
    margin-right: 3%;
    margin-left: 0;
  }
  .engineer_a .hako2 .top .left {
    margin-right: 5%;
  }
  .engineer_a .hako2 .top img {
    width: 39%;
  }
  .engineer_a .hako2 .column2 img {
    width: 39%;
  }
  .engineer_a .hako2 .column2 .hako_text {
    width: 55%;
    margin-right: 0%;
    margin-left: 3%;
  }
  .engineer_a .btn_list ul li:nth-child(n+3) {
    margin-top: 0px;
  }
  .engineer_a .btn_list ul li:nth-child(1n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  h4.border {
    margin-bottom: 20px;
  }
  .lang_switch {
    margin: 18px auto 45px;
    padding: 10px 0;
    margin: 18px 5% 24px;
  }
  .lang_switch-icon {
    width: 27px;
    height: 27px;
    margin-right: 20px;
  }
  .lang_switch-icon svg {
    width: 100%;
  }
  .lang_switch-icon .svg-b {
    fill: #000;
  }
  .lang_switch-text {
    font-size: 18px;
  }
  .lang_switch-text::after {
    width: 8px;
    height: 8px;
    margin-left: 20px;
  }
  .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;
    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_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 {
    padding-top: 20px;
  }
  .job_details .box {
    display: table;
    margin-bottom: 30px;
  }
  .job_details .box .left {
    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: 30px;
  }
  .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: auto;
  }
  .movie_area {
    margin-top: 30px;
  }
  .job_details.topics_recent .box .left h4 {
    margin-bottom: 15px;
  }
  .job_details.topics_recent .box .left h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .job_details.topics_recent .box .left li {
    width: 50%;
  }
  .job_details.topics_recent .box .left li img {
    vertical-align: bottom;
  }
  .job_details.topics_recent .box .left p.topics_recent_link a::after {
    display: none;
  }
  .interview_list {
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #000;
  }
  .interview_list ul {
    float: none;
    left: 50%;
    position: relative;
  }
  .interview_list ul li {
    left: -50%;
    float: none;
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
    margin-bottom: 60px;
    position: relative;
    height: auto;
    border-top: 1px dotted #000;
  }
  .interview_list ul li:first-child {
    padding-top: 0px;
    border-top: none;
  }
  .interview_list ul li:after {
    content: "";
    clear: both;
    display: block;
    position: relative;
  }
  .interview_list ul li:first-child {
    margin-left: 0px;
  }
  .interview_list ul li .img {
    float: left;
    width: 90px;
    margin-right: 20px;
  }
  .interview_list ul li .btn {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    top: auto;
    bottom: -60px;
  }
  .international_text {
    margin-bottom: 30px;
  }
  .international_text h3 {
    font-size: 12px;
  }
  .international_text h4 span.small {
    display: block;
  }
  .international_text p.ss {
    text-indent: 0px;
  }
  .international_field {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .international_field .left {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .international_field .right {
    display: block;
    padding-left: 0px;
  }
  .international_field .right p {
    margin-bottom: 20px;
  }
  .international_field .right .detail {
    position: relative;
    width: 100%;
  }
  .international_field .right .detail .btn {
    width: 100%;
  }
  .btn_list.noM {
    margin-bottom: 0px;
  }
  .global_seminar .semi_lead {
    font-size: 25px;
  }
  .g_btn_list.article_btn a.btn {
    width: 100%;
  }
  .recruit_title {
    display: block;
  }
  .table_list {
    padding: 0;
    margin-bottom: 30px;
  }
  .table_list dl dt {
    width: 90px;
  }
  .table_list .left {
    display: block;
    padding-right: 0px;
  }
  .table_list .right {
    display: block;
    padding-left: 0px;
  }
  .table_list .left dl:first-child {
    border-top: none;
  }
  .table_list .left dl:first-child dt,
  .table_list .left dl:first-child dd {
    padding-top: 0px;
  }
  .table_list .right dl:first-child {
    border-top: none;
  }
  .flow_title {
    display: block;
  }
  .flow_list {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow_list ul {
    left: auto;
    width: 100%;
  }
  .flow_list ul li {
    float: none;
    left: auto;
    height: auto;
    width: 100%;
    margin-left: 0px;
    margin: 0 auto 40px auto;
    display: table;
  }
  .flow_list ul li .img {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
  }
  .flow_list ul li .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
  }
  .flow_list ul li:nth-child(4) {
    margin-left: 0px;
  }
  .flow_list ul li:after {
    content: none;
  }
  .flow_list ul li:last-child {
    margin-bottom: 0px;
  }
  .flow_list ul li:before {
    left: 48px;
    top: 105%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #cccccc;
    border-width: 15px;
    margin-left: -15px;
  }
  .flow_list ul li:last-child:before {
    content: none;
  }
  .flow_message .left {
    display: block;
    padding-right: 0px;
  }
  .flow_message .left p {
    margin-bottom: 20px;
  }
  .flow_message .right {
    display: block;
    margin: 0 auto;
  }
  .system_title {
    display: block;
  }
  .system_txt {
    margin-bottom: 20px;
  }
  .system_txt .txt {
    display: block;
    padding-right: 0px;
  }
  .system_txt .txt p {
    margin-bottom: 20px;
  }
  .system_txt .img {
    display: block;
    width: 100%;
  }
  .system_txt .img img {
    width: 100%;
  }
  .club_list li {
    width: 23%;
    float: left;
    margin: 0px 1%;
  }
  .club_list li:nth-child(5), .club_list li:nth-child(9), .club_list li:nth-child(13), .club_list li:nth-child(17), .club_list li:nth-child(21), .club_list li:nth-child(25) {
    clear: both;
  }
  .flow_message .right {
    display: block;
    width: 100%;
    position: relative;
  }
  .flow_message .right .img {
    float: left;
    width: 90px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .flow_message .right .name {
    margin-bottom: 30px;
  }
  #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;
  }
  .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);
  }
  .engineer_a h3 {
    font-size: 15px;
    line-height: 2;
  }
  .engineer_a h2 {
    font-size: 16px;
  }
  .engineer_a p {
    font-size: 12px;
    line-height: 1.8;
  }
  .engineer_a .top .left {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .engineer_a .top img {
    width: 100%;
    max-width: 290px;
    margin-top: 20px;
  }
  .engineer_a.content section {
    padding: 0;
  }
  .engineer_a .en_article {
    margin-top: 40px;
  }
  .engineer_a .en_article section {
    margin-bottom: 25px;
  }
  .engineer_a .explanation {
    margin: 40px auto 40px;
  }
  .engineer_a .explanation .box {
    padding: 20px;
  }
  .engineer_a .explanation .box p.box_lead {
    font-size: 16px;
  }
  .engineer_a .btn_list ul li {
    width: 100%;
  }
  .engineer_a .btn_list ul li:first-child {
    margin-right: 0;
  }
  .engineer_a .btn_list ul li a.btn {
    width: 100%;
    padding: 14px 0px;
    font-size: 13px;
  }
  .engineer_a .hako1 .top .left {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .engineer_a .hako2 {
    margin-top: 50px;
  }
  .engineer_a .hako2 .top .left {
    margin-right: 0;
  }
  .engineer_a .hako2 .top .left p.sp {
    text-align: center;
    margin: 0px auto 30px;
  }
  .engineer_zadan .banner h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    text-indent: 20px;
    padding-top: 0;
  }
  .engineer_zadan .banner img {
    width: 100%;
  }
  .engineer_zadan ul.zadan_list {
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .engineer_zadan ul.zadan_list li {
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
  }
  .engineer_zadan ul.zadan_list li img {
    width: 143px;
  }
  #manager_senior {
    margin-top: 30px;
  }
  .engineer_a.engineer_zadan section .center_img {
    margin-bottom: 20px;
  }
  .engineer_a.engineer_zadan section .center_img img {
    width: 100%;
  }
  .engineer_a .hako1 .column2 .hako_text {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .engineer_a .hako1 .column2 img {
    display: block;
    width: 82%;
    margin: 30px auto;
  }
  .engineer_a .hako2 .column2 img {
    display: block;
    width: 82%;
    margin: 30px auto;
  }
  .engineer_a .hako2 .column2 .hako_text {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .engineer_a .hako1 .img.img2 {
    width: 100%;
  }
  .engineer_4 .hako1 .img_box {
    margin-bottom: 30px;
  }
  .engineer_4 .hako1 .img {
    width: 100%;
  }
  .engineer_a .hako1 .top img,
  .engineer_a .hako2 .top img {
    width: 100%;
  }
  .engineer_a .explanation .box p {
    text-align: left;
    margin: 10px auto 0;
    width: 90%;
  }
  #consultant_a .hako1 .top {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #consultant_a .hako1 .top {
    flex-direction: column-reverse;
    max-height: none;
  }
  #consultant_a .hako1 .top .left {
    width: 100%;
    max-height: none;
  }
  #consultant_a .hako1 .top img {
    width: 100%;
  }
  #consultant_a .box_article .yasuda::before,
  #consultant_a .box_article .karasawa::before {
    left: inherit;
    margin-left: -55px;
  }
  .careers_section-child_flowstep {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #consultant_a .consultant_theme .b_title_wrap .black_title {
    font-size: 20px;
  }
  #consultant_a .consultant_theme .b_title_wrap .black_title .sp {
    display: inherit;
  }
  #consultant_a .consultant_theme .black_title::after {
    bottom: -10px;
  }
  #consultant_a .consultant_theme .center {
    flex-direction: column;
    display: none;
  }
  #consultant_a .consultant_theme .sp {
    display: block;
  }
  #consultant_a .consultant_theme .name {
    margin-bottom: 0;
    text-align: center;
  }
  #consultant_a .consultant_theme .blue {
    margin-bottom: -10px;
    line-height: 1;
  }
  .kakeru {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #consultant_a .consultant_theme .bottom .left,
  #consultant_a .consultant_theme .bottom .right {
    margin: 20px 0 10px;
    text-align: center;
  }
  #consultant_a .consultant_theme .bottom p {
    display: block;
    width: 100%;
    text-align: justify;
  }
  #consultant_a .consultant_theme .bottom img {
    display: inline-block;
    margin: 0;
  }
  #consultant_a .consultant_theme .sp p {
    text-align: center;
  }
}
@media (max-width: 360px) {
  .engineer_a .btn_list ul li a.btn {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  #consultant_a .top h2 {
    font-size: 24px;
  }
}/*# sourceMappingURL=careers.css.map */