@charset "utf-8";
/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1280px) and (min-width: 641px) {
  /* layout */
  html,
  body,
  header,
  footer {
    width: 1280px;
  }
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
.switch {
  position: relative;
  z-index: 10;
}
#btnSP {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 15px;
}
#btnPC {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 76px;
}
#btnSP a {
  display: block;
  width: 300px;
  font-size: 2.4rem;
  padding: 8px;
  text-align: center;
  border-radius: 22px;
  background-color: #bd0008;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
}
#btnPC a {
  display: block;
  font-size: 1.2rem;
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid #bd0008;
  background-color: #fff;
  text-align: center;
  color: #bd0008;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (width: 1022px) {
  #btnSP {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #btnPC {
    display: block;
  }
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
  p {
    line-height: 1.7;
  }
  /* スマホ用メニュー */
  .index #wrapper {
    overflow: hidden;
    min-width: 20pc;
    height: auto;
    height: auto;
    padding: 0;
  }
  .drawer .contents {
    transition: transform 0.6s;
  }
  .drawer #navTgl:checked ~ .contents {
    transform: translateX(-250px);
  }
  .index #navTgl {
    display: none;
    overflow: hidden;
  }
  .drawer label.pc_none {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.6s;
  }
  .drawer .open {
    z-index: 20;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #bd0008;
    font-size: 2.2em;
    line-height: 35px;
    text-align: center;
    position: relative;
  }
  .drawer .open span {
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 5px;
  }
  .drawer .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color 0.6s;
  }
  .index #navTgl:checked + .open {
    transform: translateX(-250px);
  }
  .drawer #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(245, 245, 245, 0.8);
    z-index: 10;
  }
  .menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.6s;
    box-sizing: border-box;
    z-index: 20;
  }
  .index #navTgl:checked ~ .menu {
    transform: translateX(0);
  }
  .menu .arrow_d {
    position: relative;
  }
  .menu .arrow_d:after {
    content: "";
    position: absolute;
    display: block;
    font-size: 10px;
    height: 10px;
    top: 19px;
    right: 1.5em;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px #bd0008;
    border-right: solid 1px #bd0008;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .selected.arrow_d:after {
    transform: rotate(225deg);
  }
  .menu .selected > a {
    background: #bd0008;
    color: #fff;
  }
  .menu li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.4;
  }
  .menu li a {
    color: #333;
    display: block;
    padding: 1em 0 0.9em 1em;
    transition: background-color 0.6s;
  }
  .menu .sub a:hover {
    background: #000;
    color: #fff;
  }
  .menu .sub {
    display: none;
  }
  .menu li ul li:last-child {
    border-bottom: 0;
  }
  .menu li ul a {
    background: #f4f4f4;
  }
  /* sp_btn */
  /* .sp_mail {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    background: #008980 url(../images/mail_w.svg) no-repeat top 13px center/20px
      auto;
    right: 50px;
    color: #fff;
  } */
  .sp_tel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    background: #000 url(../images/tel_w.svg) no-repeat top 10px center/14px
      auto;
    right: 50px;
    color: #fff;
  }
  #gnav,
  #lead,
  .header_inner_r,
  footer .flex_r {
    display: none;
  }
  header {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 50px;
  }
  #wpadminbar {
    position: fixed;
  }
  .customize-support header,
  .customize-support label.pc_none {
    top: 46px !important;
  }
  #logo {
    margin-left: 2%;
    padding-top: 10px;
    padding-bottom: 6px;
    width: 200px;
  }
  .logo_img {
    height: 34px;
    display: block;
  }
  header .wrapper {
    padding-left: 0;
  }
  /* slider */
  .slider01 .slick-slide {
    max-height: 400px;
  }
  .slider01 .text {
    bottom: 9vw;
  }
  .slider01_01 h2 {
    font-size: 5vw;
    padding: 4vw 4vw 4vw 0;
  }
  .slider01_01 h2::before {
    transform: skew(15deg);
  }
}

/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  html {
    max-width: 640px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  /* layout
    ------------------------------ */
  .wrapper {
    max-width: 640px;
    padding: 0 5%;
  }
  .slider01,
  .main_img {
    margin-top: 50px;
  }
  /* Common
    ------------------------------ */
  .sp_line {
    display: inline-block;
  }
  .red_title {
    font-size: 2.4rem;
  }
  .bg_gr_title {
    font-size: 2rem;
    padding: 7px 14px;
  }
  .btn_r {
    padding: 20px;
  }
  .btn_r::before,
  .btn_r_mini::before {
    right: 12px;
    width: 8px;
    height: 18px;
  }
  /* list */
  .num_img_list .pict {
    text-align: center;
    margin-bottom: 20px;
  }
  .num_img_list li {
    margin-bottom: 36px;
    padding-bottom: 26px;
  }
  .num_img_list li:last-of-type {
    padding-bottom: 0;
  }
  .num_img_list h3 {
    font-size: 2rem;
    margin-bottom: 8px;
    padding-left: 32px;
  }
  .num_img_list .num01 h3 {
    padding-left: 25px;
  }
  .num_img_list li .font_hide {
    height: 30px;
    top: 1px;
  }
  .num_br_gr_list > li::before {
    height: 26px;
  }
  .num_br_gr_list > li:first-of-type::before {
    top: 5px;
  }
  .step_list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .step_list > div {
    margin-bottom: 21px;
    padding: 14px;
  }
  .step_list > div:last-of-type {
    margin-bottom: 0;
  }
  .step_list > div::before {
    left: 0;
    right: 0;
    bottom: -16px;
    margin: auto;
    border-width: 10px 10px 0 10px;
    border-color: #bd0008 transparent transparent transparent;
  }
  .step_list > div::after {
    height: 40px;
  }
  .step_list h3 {
    margin-bottom: 8px;
  }
  .num_flow_list li {
    padding: 26px 5% 5%;
    margin-bottom: 40px;
  }
  .num_flow_list li::after {
    left: 0;
    right: 0;
    bottom: -27px;
    margin: auto;
  }
  .num_flow_list .bg_r {
    width: 70px;
    padding: 6px 0;
    top: -16px;
    line-height: 1;
  }
  .num_flow_list .num {
    width: 14px;
    height: 20px;
  }
  .num_flow_list .step {
    height: 10px;
    margin-top: 3px;
  }
  .num_flow_list h3 {
    font-size: 2rem;
  }
  .hub .flex {
    padding: 5%;
  }
  .hub h3 {
    font-size: 2rem;
    margin-bottom: 4px;
  }
  /* table */
  .table_w_gr th,
  .table_w_gr td,
  .red_w_table th,
  .red_w_table td {
    display: block;
  }
  .table_w_gr th {
    background: #f1f1f1;
    padding: 6px 12px;
  }
  .table_w_gr td {
    padding: 12px 12px 24px;
  }
  .red_w_table th {
    padding: 6px 12px;
  }
  .red_w_table td {
    padding: 12px 12px 24px;
  }

  /* action_btn */
  .action_btn .set .big {
    margin-right: 2px;
  }
  #action_btn a {
    padding: 16px 25px 12px 16px;
  }
  #action_btn a::before {
    width: 8px;
    height: 18px;
    right: 12px;
  }
  #action_btn h3 {
    line-height: 1.4;
  }
  #action_btn .set h3 {
    font-size: 1.8rem;
  }
  #action_btn .set .big,
  #index_search .sign {
    font-size: 2.6rem;
  }
  #action_btn .set a:hover {
    opacity: 0.7;
  }
  /* index common
    ------------------------------ */
  #index_concept h2,
  #index_resources h2,
  #index_job h2 {
    margin-bottom: 10px;
  }
  #index_concept .btn_r,
  #index_job .btn_r,
  #index_resources .btn_r {
    margin-top: 26px;
  }
  /* index
    ------------------------------ */
  #index_resources .section_inner {
    padding-bottom: 16%;
  }
  #index_concept .section_inner,
  #index_job .section_inner,
  #index_other .section_inner {
    padding-top: 16%;
    padding-bottom: 16%;
  }
  #index_news .section_inner {
    padding-top: 12%;
    padding-bottom: 12%;
  }
  #index_points h2 {
    margin-bottom: 30px;
  }
  #index_concept .pict,
  #index_job .pict,
  #index_resources .pict {
    margin-bottom: 20px;
  }
  #index_points h2::before {
    height: 20px;
    margin-bottom: 6px;
  }
  #index_points li {
    position: relative;
    background: #f4f4f4;
    background: #f4f4f4;
    padding: 32px 5% 5%;
    margin-top: 34px;
    border-top-right-radius: 20px;
  }
  #index_points h3 {
    position: relative;
    font-size: 2rem;
    margin-bottom: 6px;
    padding-left: 30px;
    z-index: 2;
  }
  #index_points h3::before {
    position: absolute;
    top: -60px;
    right: -5.5%;
    width: 70px;
    height: 70px;
    z-index: -1;
  }
  #index_points .num {
    height: 30px;
  }
  #index_points .num01 .num {
    width: 25px;
  }
  #index_points .num02 .num {
    width: 20px;
  }
  #index_points .num03 .num {
    width: 18px;
  }
  #index_other li {
    margin-bottom: 16%;
  }
  #index_other li:last-of-type {
    margin-bottom: 0;
  }
  #index_other h2 {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  #index_news .flex::before {
    width: 188px;
    height: 40px;
  }
  #index_news .headline {
    max-width: 300px;
    margin-right: 40px;
    padding: 16px 0;
    margin-bottom: 16px;
  }
  #index_news .headline::before {
    transform: skew(-15deg);
  }
  #index_news h2,
  #index_news .headline h3 {
    display: inline-block;
  }
  #index_news .font_hide {
    width: 40px;
    height: 13px;
  }
  #index_news .btn_r_mini {
    margin-top: 10px;
  }
  #index_news .news_list a {
    padding: 12px 0;
    display: block;
  }
  #index_news li:nth-of-type(4) {
    display: none;
  }

  /* sub common
    ------------------------------ */
  .main_img {
    padding: 24px 0;
  }
  .main_img .main {
    font-size: 2.4rem;
  }
  .main_img .inner {
    margin-right: 24px;
    min-width: 200px;
  }
  .main_img .sub {
    height: 12px;
    margin-bottom: 2px;
  }
  .main_img .inner::before {
    transform: skew(15deg);
  }
  .sub .br_bl_gr {
    font-size: 2.4rem;
    margin-bottom: 26px;
  }
  #index .br_bl_gr {
    margin-bottom: 26px;
  }
  #beginners02 .br_bl_gr,
  #flow02 .br_bl_gr,
  #flow04 .br_bl_gr,
  #beginners04 .br_bl_gr,
  #system02 .br_bl_gr,
  #outline01 .br_bl_gr,
  #outline02 .br_bl_gr,
  #outline03 .br_bl_gr,
  #company03 .br_bl_gr {
    margin-bottom: 34px;
  }
  .sub #action_btn {
    display: none;
  }
  /*adjust link*/
  .sub .jump_link::before {
    margin-top: -80px;
    padding-top: 80px;
  }
  /* job_seekers
    ------------------------------ */
  #job_seekers01 .section_inner,
  #job_seekers02 .section_inner {
    padding-bottom: 16%;
  }
  #job_seekers01 .job_btn::before {
    width: 8px;
    height: 18px;
    right: 12px;
  }
  #job_seekers01 .job_btn .icon {
    margin-left: 55px;
    padding-left: 16px;
  }
  #job_seekers01 .job_btn .icon::before {
    width: 40px;
    height: 40px;
    background-size: 26px auto;
    left: -56px;
  }
  #job_seekers03 .section_inner {
    margin-bottom: 20%;
  }
  #job_seekers01 .job_btn {
    font-size: 2.2rem;
    max-width: 350px;
  }
  #job_seekers02 .list {
    margin-top: 62px;
  }
  #job_seekers02 .list > li {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  #job_seekers02 li::before {
    top: -40px;
    right: 0;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  #job_seekers02 h3 {
    font-size: 2rem;
    padding-left: 32px;
  }
  #job_seekers02 .num01 h3 {
    padding-left: 25px;
  }
  #job_seekers02 .font_hide {
    height: 30px;
    top: 1px;
  }
  #job_seekers02 .list > li:last-of-type {
    padding-bottom: 0;
  }
  /* beginners
    ------------------------------ */
  #beginners01 .section_inner,
  #beginners02 .section_inner,
  #beginners03 .section_inner {
    padding-bottom: 16%;
  }
  #beginners01 .bg_gr h3 {
    font-size: 2rem;
    margin-bottom: 22px;
  }
  #beginners01 .bg_gr {
    padding: 5%;
  }
  #beginners01 .check_list li {
    margin-bottom: 8px;
  }
  #beginners03 .btn_r {
    max-width: 350px;
    width: auto;
  }
  #beginners04 li {
    margin-bottom: 12px;
  }
  .q_box {
    padding: 10px 14px 10px 40px;
  }
  .q_box::before {
    left: 12px;
  }
  .a_box {
    padding: 16px 0 28px 40px;
  }
  .a_box::before {
    top: 18px;
    left: 12px;
  }

  /* corporates
    ------------------------------ */
  #corporates01 .section_inner,
  #corporates02 .section_inner,
  #corporates03 .section_inner {
    padding-bottom: 16%;
  }
  #corporates01 .bg_gr_title {
    margin-top: 12%;
    margin-bottom: 30px;
  }
  #corporates02 .list {
    margin-top: 30px;
  }
  #corporates02 li {
    padding: 5%;
  }
  /* flow
    ------------------------------ */
  #flow01 .section_inner,
  #flow02 .section_inner,
  #flow03 .section_inner {
    padding-bottom: 16%;
  }
  #flow01 .panel {
    width: 49%;
    margin-top: 2%;
  }
  #flow01 h3 {
    font-size: 2rem;
  }
  #flow03 .flex .pict {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
  }
  /* system
    ------------------------------ */
  #system01 .section_inner {
    margin-bottom: 16%;
  }
  #system01 .pict {
    max-width: 360px;
    margin: 30px auto 20px;
    padding: 10px;
  }
  /* company
    ------------------------------ */
  #company01 .section_inner,
  #company02 .section_inner,
  #company03 .section_inner,
  #company04 .section_inner {
    margin-bottom: 16%;
  }
  #company03 .section_child {
    margin-top: 20px;
  }
  #company03 .bg_gr {
    padding: 16px 22px 16px;
  }
  #company03 .bg_gr::before {
    width: 6px;
  }
  #company01 h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #company03 h3 {
    font-size: 2rem;
  }
  #company03 .btn_link {
    margin-top: 30px;
  }
  #company03 .btn_link a {
    margin: 0 auto 6px;
  }
  #company03 .btn_link a:last-of-type {
    margin-bottom: 0;
  }
  #company04 .chapter p {
    line-height: 1.6;
  }
  #outline06_02 ul li {
    margin-top: 20px;
  }

  /* outline
    ------------------------------ */
  #outline01 .section_inner,
  #outline02 .section_inner,
  #outline03 .section_inner,
  #outline04 .section_inner,
  #outline05 .section_inner {
    padding-bottom: 16%;
  }
  #outline03 .pict {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  #outline03 .address {
    line-height: 1.4;
    margin-bottom: 2px;
  }
  #outline04 .meister .pict a {
    width: 200px;
    padding: 29px 14px;
    margin-bottom: 10px;
  }
  #outline06_04 .red_w_table {
    width: 700px;
    overflow: hidden;
  }
  #outline06_04 .red_w_table th,
  #outline06_04 .red_w_table td {
    display: table-cell;
    padding: 12px;
  }
  #outline06_04 .red_w_table th {
    border-right: 2px solid #fff;
  }
  #outline06_04 .red_w_table td {
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
  }


  /* recruit
    ------------------------------ */
  #recruit01 .section_inner,
  #recruit02 .section_inner {
    padding-bottom: 16%;
  }
  #recruit01 .pict {
    text-align: center;
    margin-bottom: 20px;
  }
  #recruit02 h3 {
    font-size: 2rem;
    margin-bottom: 6px;
  }
  #recruit02 .section_child {
    margin-top: 20px;
  }
  /* support
    ------------------------------ */
  #support01 .section_inner,
  #support02 .section_inner {
    padding-bottom: 16%;
  }
  #support03 .pict {
    text-align: center;
    margin-bottom: 20px;
  }
  #support03 .section_child {
    margin-top: 50px;
  }
  #support03 #support03_01 {
    margin-top: 30px;
  }
  /* register
    ------------------------------ */
  .tab_item {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 10px 18px 10px 6px;
    border: 1px solid #fff;
  }
  .tab_item::after {
    width: 10px;
    height: 10px;
    right: 6px;
  }
  #register01 .space_none {
    padding-left: 0;
    padding-right: 0;
  }
  /* form common
    ------------------------------ */
  #mailformpro textarea {
    min-height: 120px;
  }
  #mailformpro select {
    max-width: 200px;
    padding: 6px 4px;
  }
  .form_section .chapter {
    margin-bottom: 30px;
  }
  #privacy_policy {
    padding: 5%;
    margin-bottom: 30px;
  }
  /* news - archive
    ------------------------------ */
  #archive01 li {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #archive01 .pict {
    text-align: center;
    margin: 0 auto 20px;
  }
  #archive01 h2 {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  #archive01 .news_list a {
    display: block;
  }
  /* news - single
    ------------------------------ */
  #single01 .br_bl_gr {
    font-size: 2rem;
  }
  /* wp-pagenavi
    ------------------------------ */
  .single_pagenavi {
    margin-bottom: 60px;
  }
  .single_pagenavi .list {
    bottom: -60px;
  }
  .single_pagenavi .next {
    margin-left: auto;
  }
  .single_pagenavi .arr::before {
    width: 8px;
    height: 18px;
  }
  .single_pagenavi .prev,
  .single_pagenavi .next {
    width: 49%;
  }
  #news .date {
    margin-bottom: 10px;
  }
  /* bottom_contact
    ------------------------------ */
  #bottom_contact .section_inner {
    padding-top: 16%;
  }
  #bottom_contact .bg_gr {
    padding: 6% 5%;
  }
  #bottom_contact h3 {
    margin-bottom: 10px;
  }
  #bottom_contact h3 .font_hide {
    height: 13px;
  }
  #bottom_contact h2 {
    margin-bottom: 12px;
  }
  #bottom_contact .mail_box a {
    font-size: 1.8rem;
    margin-bottom: 6px;
    padding: 12px 25px 12px 16px;
  }
  #bottom_contact .mail_box a:last-of-type {
    margin-bottom: 0;
  }
  #bottom_contact .mail_box a::before {
    width: 8px;
    height: 18px;
    right: 12px;
  }
  #bottom_contact .chapter {
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
  #bottom_contact .tel_box {
    padding: 5%;
  }
  #bottom_contact h4 {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 14px;
  }
  #bottom_contact .tel {
    display: block;
    height: 30px;
    margin-bottom: 10px;
  }
  /* back_btn
    ------------------------------ */
  .back_btn {
    padding-top: 16%;
  }
  .back_btn a {
    padding: 20px 5%;
  }
  .back_btn .font_hide {
    height: 13px;
  }
  /* Footer
    ------------------------------ */
  footer .section_inner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  footer .logo {
    width: 195px;
  }
  footer .logo span {
    height: 34px;
    display: block;
  }
  footer .address {
    line-height: 1.5;
    margin-bottom: 2px;
  }
  .copyright {
    padding-top: 16px;
    padding-bottom: 140px;
  }
  /* sp_bottom_contact
    ------------------------------ */
  .sp_bottom_contact {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    z-index: 10;
  }
  .sp_bottom_contact a {
    color: #fff;
    padding: 8px 4px 20px;
    text-align: center;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sp_bottom_contact .job {
    background: #008980;
    width: 36%;
  }
  .sp_bottom_contact .resources {
    background: #253680;
    width: 40%;
  }
  .sp_bottom_contact .sign {
    background: #bd0008;
    width: 24%;
  }
  /* Breadcrumb
    ------------------------------ */
  .bread_crumb {
    padding: 8px 0;
    margin-bottom: 60px;
  }
  /* Page Top
    ------------------------------ */
  .pagetop {
    right: 10px;
    bottom: 74px;
  }
  .pagetop::before {
    height: 68px;
  }
}
@media screen and (max-width: 640px) and (min-width: 401px) {
  #action_btn .set a {
    width: 49%;
    text-align: center;
  }
  #action_btn a::before {
    top: 12px;
  }
  #action_btn .set .icon {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  #action_btn .sign .icon::before {
    width: 40px;
    height: 40px;
    background-position: left 11px center;
    background-size: 24px auto;
  }
  #action_btn .sign {
    margin-top: 2%;
  }
  #index_search #action_btn .sign .icon {
    padding-left: 54px;
  }
}
@media screen and (max-width: 560px) and (min-width: 401px) {
  #action_btn a .sp_line {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  #company03 .permission {
    margin-top: 4px;
  }
}
@media screen and (max-width: 400px) {
  #action_btn .set a {
    margin-bottom: 6px;
  }
  #action_btn .set .icon::before {
    left: 16px;
  }
  #action_btn .set a::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #action_btn .sign .icon::before {
    content: none;
  }
}
