/*

For Corporate Pages (with submenu)

*/

/* common */
.section_recruit {
  padding-left: 10% !important;
  padding-right: 10% !important;
  padding-bottom: 5em !important;
}
.section_recruit.title {
  padding-top: 10em !important;
  padding-bottom: 3em !important;
}
.section_recruit.interview {
  padding-bottom: 1.5em !important;
}
.section_recruit.footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #777 !important;
}
h1.title {
}
.text_recitem {
  text-align: center;
}
.text_recitem h5 {
  margin-bottom: 1em;
}
.white, .white h5 {
  color: #fff;
}

/* Require */
.section_recruit.require {
  background: #e8e8e8 !important;
}
.text_require {
  margin: 7em auto 0;
  padding: 2em 7% !important;
  background: #fff;
}
.text_require h4 {
  margin: -2.5em auto  2em;
  width: 75%;
  padding: 0.8em;
  color: #fff;
  background: var(--idk-red);
  text-align: center;
  white-space: nowrap;
  border-radius: 2rem;
}
table.table_require,
table.table_require th,
table.table_require td {
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
  padding: 1em 1.5em;
}
table.table_require th {
  width: 20%;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}
/* Require (pre) */
.text_recitem.pre {
  text-align: left;
  margin: 3em auto 4em;
}
.text_require h4.sub {
  margin-bottom: 0;
}
.text_require h6 {
  text-align: center;
}
dl.dl_pre {
  border: 2px solid var(--idk-red);
  border-radius: 1rem;
  margin: 1em 5%;
  padding: 1em 10%;
}
dl.dl_pre dt {
  clear: both;
  float: left;
  width: 8em;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.4em;
  padding: 0.5em 0;
}
dl.dl_pre dd {
  display: table-cell;
  line-height: 1.4em;
  padding: 0.5em 0;
}
dl.dl_pre dt::after {
  float: right;
  content: '\ff1a';
}
dl.dl_pre dt.doc::before {
  content: '\f15c';
  font-family: "Font Awesome 5 Free";
  color: var(--idk-red);
  font-size: 1.4em;
  margin-right: 0.5em;
}
dl.dl_pre dt.add::before {
  content: '\f124';
  font-family: "Font Awesome 5 Free";
  color: var(--idk-red);
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 0.5em;
}
dl.dl_pre dt.mail::before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  color: var(--idk-red);
  font-size: 1.4em;
  margin-right: 0.5em;
}
dl.dl_pre dt.tel::before {
  content: '\f879';
  font-family: "Font Awesome 5 Free";
  color: var(--idk-red);
  font-size: 1.4em;
  font-weight: bold;
  margin-right: 0.5em;
}
.div_privacy {
  border: 1px solid #777;
  padding: 1em 3em;
  margin-top: 20px;
}
.div_privacy a {
  text-decoration: underline;
}
.div_prichk {
  display: block;
  margin: 20px auto 0;
  max-width: 900px;
  text-align: center;
}
input[type="checkbox"] {
  display: none;
}
.text_require label {
  display: inline-block;
  margin: 0;
  line-height: 1em;
}
input[type="checkbox"] + label::before {
  content: '\f0c8';
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
  font-size: 1.2em;
  color: #999;
  position: relative;
  top: 1px;
}
input[type="checkbox"]:checked + label::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  color: var(--idk-red);
}
.text_require button[type="submit"] {
  display: block;
  border: 0px solid #000;
  border-radius: 100em;
  background: var(--idk-red);
  color: #fff;
  font-weight: bold;
  line-height: 2;
  padding: 5px 3em;
  margin-top: 0.3em ;
  transition: ease .2s;
  margin: 1.5em auto;
  width: fit-content;
  text-shadow: 0 0 0 black;
}
.text_require button[type="submit"]:hover {
  background: var(--idk-darkred) !important;
}
/* Interview */
.section_recruit.interview {
  background-color: var(--idk-red) !important;
}
.interview, .interview * {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.text_inttitle h3 {
  width: 40% !important;
  max-width: 12em;
  padding: 0.5em 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.text_interview p,
.text_interview img {
  margin-bottom: 1.4em;
}
.text_interview img {
  width: 40%;
}
.text_interview h5 {
  font-size: 1.4em;
  color: var(--idk-red);
}
.text_interview h5.clear {
  clear: left;
}
.section_recruit.intmessage {
  background: linear-gradient(#eeeeee, #fefefe);
}
.text_recitem h5.message {
  font-size: 1.4em;
  color: var(--idk-red);
}
.section_recruit.schedule {
  background: #fef6f4 !important;
}
.text_recitem.schedule {
  line-height: 2em;
  font-weight: bold;
}
.text_recitem.schedule img {
  margin: 0;
  max-width: 20vw !important;
}
.text_recitem.schedule h3 {
  color: var(--idk-red);
}
.schedule table {
  width: 80%;
  margin: 0 auto;
  border: 0px solid #000;
  background: none;
}
.schedule table,
.schedule table th,
.schedule table td {
  background: none;
  border-top: 3px #555 dotted;
  border-bottom: 3px #555 dotted;
}
.schedule table th {
  min-width: 4em;
  padding: 0.1em 3%;
  font-size: 2em;
}
.schedule table td {
  padding-right: 3%;
}
.schedule table td.work {
}

/*** Carousel ***/
.sp-wpcp-9562 .wpcp-single-content {
  padding: 0 !important;
}
.sp-wpcp-9562 .wpcp-single-content div {
  padding: 1em;
  text-align: initial;
  font-size: 0.9em;
  font-weight: bold;
  border-bottom: 1em solid #004bb1;
  letter-spacing: 0;
  white-space: nowrap;
}
.sp-wpcp-9562 .wpcp-single-content img {
  width: 100%;
}
.sp-wpcp-9562 .wpcp-single-content span.section {
  display: block;
  width: fit-content;
  padding: 0 1em;
  text-align: center;
  color: #fff;
  background: #004bb1;
}

/*** recruit footer ***/
.ubermenu_navigation_widget-class .ubermenu-item-level-0 {
  vertical-align: top !important;
}
.recruit_top .ubermenu-target-title, .recruit_sub .ubermenu-target-title {
  text-decoration: underline !important;
}
.recruit_sub .ubermenu-target-description {
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1.5em;
}
.recruit_top .ubermenu-target:hover {
  color: var(--image-color) !important;
}

/*** RESPONSIVE ***/
@media (max-width:959px) {
  .text_inttitle h3 {
    font-size: 1.5em;
  }
}
@media (max-width:768px) {
  .schedule table {
    width: 100%;
  }
  a.ubermenu-target.ubermenu-item-layout-default {
    line-height: 1rem;
  }
  .section_recruit.interview {
    font-size: 0.75rem;
  }
}
@media(max-width:480px) {
  .section_recruit {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section_recruit.title {
    padding-top: 5em !important;
    padding-bottom: 1em !important;
  }
  .ubermenu-footer_recuit .ubermenu-target.ubermenu-item-layout-default {
    padding: 0.25em 0.5em;
  }
  .ubermenu-footer_recruit .ubermenu-submenu-type-stack {
    width: fit-content !important;
    margin: 0 2em !important;
  }
  .ubermenu-footer_recruit a {
    display: inline-block !important;
  }
  .text_require h4 {
    font-size: 1.4em;
    width: 90%;
    white-space: normal;
  }
  table.table_require, table.table_require th, table.table_require td {
    padding: 1em 0.5em;
  }
  dl.dl_pre {
    margin: 1em 0;
    padding: 1em 5%;
  }
  dl.dl_pre dt {
    width: 7em;
    line-height: 1.2em;
  }
  dl.dl_pre dd {
    line-height: 1.4em;
  }
}
