article {
  display: none;
}

article.is_show {
  display: block;
}

#menu-wap {
  margin-bottom: 100px;
}

#menu-wap ul {
  display: flex;
  /*justify-content: center;*/
  justify-content: start;
  flex-flow: wrap;
}

#new_graduate_box #menu-wap ul {
  justify-content: center;
}

#menu-wap .tab_btn {
  position: relative;
  display: flex;
  width: 165px;
  height: 120px;
  margin: 10px;
  font-size: 21px;
  line-height: 27px;
  align-items: center;
  justify-content: center;
  color: #ed8117;
  border: solid 1px #ed8117;
  cursor: pointer;
  list-style: none;
}

#menu-wap .tab_btn.is_active {
  color: #fff;
  background: #ed8117;
}

#menu-wap .tab_btn:hover {
  opacity: 0.7;
}

/*3行の場合の調整*/
#menu-wap .line_3 div:nth-child(2) {
  margin-top: 25px;
  text-align: center;
}

/*採用情報*/
#recruit_box {
  text-align: center;
}

#pr-link {
  margin: 10px 0 50px;
}

#pr-link a {
  color: #ed8117;
}

#recruit_box div.ssb_page_menu {
  margin: 100px 0;
}

#recruit_box div.ssb_page_menu ul {
  width: 700px;
  /*width: 450px;*/
}

#recruit_box div.ssb_page_menu ul li + li {
  margin-left: 50px;
}

#recruit_box div.ssb_page_menu ul li a {
  width: 200px;
  height: 200px;
  font-size: 30px;
  line-height: 40px;
}

/*新卒採用*/
#recruit_box div.ssb_page_menu ul li:nth-child(2) a {
  background-color: #4ed64a;
}

#recruit_box div.ssb_page_menu ul li:nth-child(2) a:hover {
  background-color: #72f872;
}

/*******************************************************/
/*　キャリア・新卒共通テーブル設定　*/

/*　ラジオボタンでのページ内切り替え　*/
.common_recruit_box .tab_group {
  display: none;
  margin-top: 98px;
}

/*
.common_recruit_box #tab_page0
{
    display: block;
}
*/

.common_recruit_box .tab_item {
  width: 165px;
  height: 120px;
  font-size: 21px;
  line-height: 27px;
  margin: 10px;
  /*margin-top: 54px;
    margin-bottom: 98px;*/
  text-align: center;
  color: #ed8117;
  background-color: transparent;
  border: solid 1px #ed8117;
  display: block;
  float: left;
  position: relative;
  z-index: 1000;
  position: relative;
}

.common_recruit_box .tab_item span {
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.common_recruit_box .tab_item span.tab_page3_span {
  height: 54px;
}

/*
.common_recruit_box .tab_item ~ .tab_item
{
    margin-left: 40px;
}
*/
.common_recruit_box .tab_item:hover {
  opacity: 0.5;
}

.common_recruit_box input:checked + .tab_item {
  color: white;
  background-color: #ed8117;
}

.common_recruit_box input[name="tab_item"] {
  display: none;
}

.common_recruit_box #tab_page1_btn:checked ~ #tab_page1,
.common_recruit_box #tab_page2_btn:checked ~ #tab_page2,
.common_recruit_box #tab_page3_btn:checked ~ #tab_page3,
.common_recruit_box #tab_page4_btn:checked ~ #tab_page4,
.common_recruit_box #tab_page5_btn:checked ~ #tab_page5 {
  display: block;
}

.common_recruit_box #tab_page1_btn:checked ~ #tab_page0,
.common_recruit_box #tab_page2_btn:checked ~ #tab_page0,
.common_recruit_box #tab_page3_btn:checked ~ #tab_page0,
.common_recruit_box #tab_page4_btn:checked ~ #tab_page0,
.common_recruit_box #tab_page5_btn:checked ~ #tab_page0 {
  display: none;
}

#career_box div.notice {
  position: absolute;
  top: 5px;
  text-align: center;
  color: #ed1717;
}

.common_recruit_box h2 {
  margin-bottom: 54px;
}

.common_recruit_box hr {
  margin: 64px auto;
}

.common_recruit_box div.career_text_box {
  margin-top: 32px;
  margin-left: 60px;
}

.common_recruit_box div.career_text_box ul li {
  margin: 10px 0;
  list-style: none;
}

.common_recruit_box div.career_text_box ul li span {
  display: block;
  float: left;
}

.common_recruit_box span.cell1 {
  /*width: 65px;*/
  width: 10%;
  height: 25px;
  margin: 8px 0;
  text-align: center;
  color: #ffffff;
  background-color: #ed1717;
}

.common_recruit_box span.cell2 {
  /*width: 240px;*/
  width: 30%;
  margin-left: 20px;
  font-size: 25px;
  line-height: 40px;
  border-right: 1px solid #707070;
}

.common_recruit_box span.cell3 {
  /*width: 580px;*/
  max-width: 50%;
  margin: 4px 0;
  margin-left: 20px;
  font-size: 20px;
  line-height: 34px;
}

.common_box_tab {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}

.common_top_page_link_btn {
  position: absolute;
  bottom: 0;
  right: -80px;
  color: #ed8117;
  font-size: 16px;
  text-decoration: none;
}

.common_recruit_box table {
  width: 820px;
  border-spacing: 0 20px;
  font-size: 20px;
  line-height: 35px;
}

.common_recruit_box tr th {
  width: 188px;
  padding: 16px 0;
  background-color: #ffebd8;
}

.common_recruit_box tr td {
  padding-left: 20px;
}

.common_recruit_box tr th.table_title {
  padding: 0;
  height: 49px;
  background-color: #ed8117;
  text-align: left;
}

.common_recruit_box tr th.table_title p {
  padding-left: 26px;
  font-size: 25px;
  line-height: 40px;
  color: #ffffff;
}

/*　下部ボーダーボックス　*/
.common_recruit_box .border_box {
  width: 820px;
  padding: 25px 22px;
  border: 1px solid #ed8117;
}

.common_recruit_box .border_box h3 {
  font-size: 25px;
  line-height: 25px;
}

.common_recruit_box .border_box p {
  margin-top: 16px;
  margin-left: 21px;
  font-size: 20px;
  line-height: 35px;
}

.common_box_tab {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}

.common_top_page_link_btn {
  position: absolute;
  bottom: 0;
  right: -80px;
  color: #ed8117;
  font-size: 16px;
  text-decoration: none;
}

/*******************************************************/
/*キャリア採用*/
.common_recruit_box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 105px;
}

#career_box h2 {
  color: #ed8117;
  font-size: 40px;
  text-align: center;
}

#career_box h3 {
  color: #ed8117;
  font-size: 30px;
}

/*******************************************************/
/*新卒採用*/
#new_graduate_box #menu-wap .tab_btn {
  width: 170px;
  color: #4ed64a;
  border: 1px solid #4ed64a;
}

#new_graduate_box #menu-wap .tab_btn.is_active {
  color: white;
  background-color: #4ed64a;
}

#new_graduate_box #tab_page0 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 43px;
}

#new_graduate_box #tab_page0 .career_text_box {
  width: 800px;
  display: block;
  margin: 0 auto;
  margin-top: 32px;
}

#new_graduate_box h2 {
  color: #4ed64a;
  font-size: 40px;
  text-align: center;
}

#new_graduate_box h3 {
  color: #4ed64a;
  font-size: 30px;
}

#new_graduate_box tr th {
  background-color: #d3fcd2;
}

#new_graduate_box tr th.table_title {
  background-color: #4ed64a;
}

#new_graduate_box .border_box {
  border: 1px solid #4ed64a;
}

#new_graduate_box .common_top_page_link_btn {
  color: #4ed64a;
}

#new_graduate_box .border_text {
  color: #4ed64a;
  border-bottom: 1px solid #4ed64a;
}

#tab_page5 .common_box_tab h3 {
  margin-top: 85px;
}

#tab_page5 .common_box_tab .common_text_box {
  width: 815px;
  margin-top: 35px;
  font-size: 20px;
  line-height: 35px;
}

#caution-text-wrap {
  width: 96%;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  /*▼common*/
  div.common_recruit_box {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  div.tab_group h3 {
    width: 100%;
  }

  div.tab_group hr {
    width: 100%;
  }

  div.common_box_tab {
    width: 100%;
  }

  div.common_recruit_box table {
    width: 100%;
  }

  div.common_box_tab table tr th {
    width: 25%;
  }

  div.common_recruit_box span.cell3 {
    width: calc(100% - 20px);
  }

  div.common_recruit_box div.border_box {
    width: 96%;
    padding: 2%;
  }

  a.common_top_page_link_btn {
    width: 100%;
    right: 0;
    text-align: right;
  }

  /*▲common*/

  /*▼career*/
  /*▲career*/

  /*▼new_graduate*/
  div#new_graduate_box div.tab_group img {
    width: 100%;
  }

  #new_graduate_box #tab_page0 .career_text_box {
    width: 96%;
    margin: 0 2%;
  }

  #tab_page5 .common_box_tab .common_text_box {
    width: 100%;
  }

  /*▲new_graduate*/
}

@media screen and (max-width: 700px) {
  #recruit_box {
    text-align: left;
  }

  div#recruit_box div.ssb_page_menu ul {
    width: 350px;
  }

  div#recruit_box div.ssb_page_menu ul li + li {
    margin-left: 25px;
  }

  div#recruit_box div.ssb_page_menu ul li a {
    width: 100px;
    height: 100px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  /*▼index*/
  /*#recruit_box {
    text-align: left;
  }

  div#recruit_box div.ssb_page_menu ul {
    width: 250px;
  }

  div#recruit_box div.ssb_page_menu ul li a {
    width: 100px;
    height: 100px;
    font-size: 20px;
    line-height: 30px;
  }*/

  /*▲index*/

  /*▼common*/
  #menu-wap {
    margin-bottom: 20px;
  }

  #menu-wap ul {
    justify-content: center;
  }

  #career_box #menu-wap ul {
    justify-content: start;
  }

  #menu-wap .tab_btn {
    width: 70px;
    height: 40px;
    margin: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  /*#menu-wap .tab_btn + .tab_btn {
    margin-left: 0px;
  }*/

  #career_box div.notice {
    top: 0;
    font-size: 10px;
    line-height: 10px;
  }

  .common_recruit_box .tab_item {
    width: 70px;
    height: 40px;
    margin: 10px 0;
    font-size: 10px;
    line-height: 15px;
  }

  .common_recruit_box .tab_item ~ .tab_item {
    margin-left: 0px;
  }

  .common_recruit_box .tab_item span {
    height: 18px;
  }

  .common_recruit_box .tab_item span.tab_page3_span {
    height: 30px;
  }

  div.common_recruit_box h2 {
    margin: 10px 0;
  }

  div.tab_group {
    margin-top: 10px;
  }

  div.tab_group h3 {
    font-size: 20px;
    line-height: 20px;
  }

  div.common_recruit_box span.cell1 {
    width: 10%;
    height: auto;
    margin: 0;
  }

  div.common_recruit_box span.cell2 {
    width: 30%;
    margin-left: 2%;
    font-size: 15px;
    line-height: 20px;
  }

  div.common_recruit_box span.cell3 {
    width: 55%;
    margin: 0;
    margin-left: 2%;
    font-size: 15px;
    line-height: 20px;
  }

  div.common_recruit_box hr {
    margin: 2% 0;
  }

  div.common_box_tab {
    width: 100%;
  }

  div.common_box_tab table {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }

  div.common_box_tab table tr th {
    width: 25%;
  }

  div.common_box_tab table tr td {
    padding-left: 2%;
  }

  div.common_box_tab div.border_box {
    width: 100%;
    padding: 0;
  }

  div.common_box_tab div.border_box p {
    margin: 0;
    padding: 2px;
    font-size: 15px;
    line-height: 20px;
  }

  div.common_box_tab a.common_top_page_link_btn {
    right: 0;
  }

  /*▲common*/

  /*▼career*/
  .common_recruit_box {
    width: 96%;
    margin: 2%;
  }

  div#career_box h2 {
    font-size: 25px;
    line-height: 30px;
  }

  div#career_box h3 {
    font-size: 25px;
    line-height: 30px;
  }

  div.tab_group div.career_text_box {
    margin: 0;
  }

  /*▲career*/

  /*▼new_graduate*/
  #new_graduate_box h2 {
    font-size: 25px;
  }

  #new_graduate_box h3 {
    font-size: 25px;
  }

  #new_graduate_box #tab_page0 img {
    width: 100%;
    margin: 0;
  }

  #new_graduate_box #tab_page0 h3 {
    margin-top: 15px;
  }

  #new_graduate_box #tab_page0 .career_text_box {
    width: 100%;
    margin: 2% 0;
  }

  #tab_page5 .common_box_tab h3 {
    margin-top: 10px;
  }

  #tab_page5 div.common_box_tab div.common_text_box {
    width: 100%;
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  /*3行の場合の調整*/
  #menu-wap .line_3 .notice {
    margin-top: 2px;
  }

  #menu-wap .line_3 div:nth-child(2) {
    margin-top: 10px;
    font-size: 8px;
    line-height: 9px;
  }

  /*▲new_graduate*/
}
