@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: "vdl-megag";
  src: url("/fonts/vdl-megag.otf") format("opentype");
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
}

body, p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  margin-block: 0;
  padding-inline: 0;
}

li {
  display: block;
}

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, p, dl, dt, dd {
  font-weight: normal;
  text-align: left;
  margin-block: 0;
  margin-inline: 0;
  padding-inline: 0;
}

@media screen and (min-width: 501px) {
  .sp, .sp-br, .spsimple-work, .steelmapsp, .lpamapsp, .mv1 .job-search, .hamburger-demo-menubox, .spthree-merit-title,
  .spthree-merit-img, .spdifference-img {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
}
body {
  font-size: 20px;
  color: #000000;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
  background-color: rgba(255, 255, 255, 0.9);
}

main {
  position: relative;
  z-index: 1;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
main section {
  min-width: unset;
}
main .contents {
  width: 860px;
}
main .contents .container {
  padding-right: 0;
  width: 100%;
}

.top-page main {
  margin-top: 35px;
}

section {
  position: relative;
  min-width: 1200px;
  text-align: center;
}

h1 {
  font-size: 25px;
  line-height: 1em;
  display: flex;
  align-items: center;
}

h3 {
  font-size: 24px;
}

.container, .container-normal {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.link-box {
  display: flex;
  align-items: center;
  height: inherit;
}
.link-box a::after {
  content: "|";
  margin: 0 5px 0 5px;
}
.link-box:last-child a::after {
  content: "";
}

.link-box {
  padding: 67px 0px 19px 0px;
}

.btn-box-wrapper {
  display: flex;
  gap: 1em;
}
.btn-box-wrapper .btn-box:not(:has(input)) {
  display: none;
}

.btn-box:has(input[type=submit]) {
  position: relative;
  display: flex;
  align-items: center;
}
.btn-box:has(input[type=submit])::after {
  content: url(/img/icon-arrow.png);
  display: inline-block;
  position: absolute;
  height: 64px;
  bottom: unset;
  right: 19px;
}
.btn-box input[type=submit] {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
}
.btn-box a, .btn-box input[type=submit] {
  position: relative;
  display: flex;
  height: inherit;
  padding: 28px 0 28px 30px;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
}
.btn-box a::after, .btn-box input[type=submit]::after {
  content: url(/img/icon-arrow.png);
  display: inline-block;
  position: absolute;
  height: 64px;
  bottom: 18px;
  right: 19px;
}
.btn-box.primary {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 92, 161, 0.9);
  height: 230px;
  width: 300px;
}
.btn-box.primary a::after {
  content: url(/img/icon-arrow.png);
  display: inline-block;
  position: absolute;
  height: 64px;
  bottom: 18px;
  right: 19px;
}
.btn-box.secondary {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 92, 161, 0.9);
  width: 530px;
  height: 100px;
}
.btn-box.secondary a::after {
  content: url(/img/icon-arrow.png);
  display: inline-block;
  position: absolute;
  height: 64px;
  bottom: 18px;
  right: 19px;
}
.btn-box:last-child {
  margin: 0;
}
.btn-box.space-top {
  margin-top: 30px;
}
.btn-box.confirm-button {
  width: 345px;
  margin: 40px 0px 10px auto;
}

.sns {
  display: flex;
  gap: 20px;
}
.sns dt {
  display: flex;
  gap: 10px;
  padding: 0 0 12px;
}
.sns dd {
  text-align: center;
}
.sns dd img {
  width: 120px;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
header.site-header .logo {
  position: absolute;
  top: 20px;
  left: 0;
}
header.site-header .container {
  height: inherit;
}
header.site-header #menu-container {
  display: flex;
  height: inherit;
  justify-content: flex-end;
  margin-right: 0;
}
header.site-header #menu-container .tel-row {
  position: absolute;
  top: 27px;
  gap: 5px;
  margin-right: 13px;
}
header.site-header #menu-container .tel-row .tel {
  position: absolute;
  top: 3px;
  left: -50px;
}
header.site-header #menu-container .tel-row .tel-number {
  font-size: 21px;
}
header.site-header #menu-container .tel-row .tel-hours {
  font-size: 11px;
}
header.site-header ul {
  font-size: 16px;
  display: flex;
  height: inherit;
  align-items: center;
}

section.bg-1 {
  height: 100vh;
  width: 100%;
  background-image: url(/img/steel2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: fixed;
  top: 0;
  left: 0;
}

section.mv {
  height: 100vh;
  width: 100vw;
}
section.mv .container {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  bottom: 0;
}
section.mv .steel-title {
  font-size: 4.5vh;
  font-family: vdl-megag, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FF5CA1;
  position: absolute;
  top: 180px;
  line-height: 1.5;
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.9));
  z-index: 1;
}
section.mv img.characters {
  position: absolute;
  bottom: 12px;
  z-index: 1;
  width: 60vh;
  right: 0;
}

.top-page section.mv {
  height: 80vh;
}

section.mv1 {
  height: 415px;
  width: 100vw;
}
section.mv1 h1 {
  font-size: 82px;
  font-family: vdl-megag, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FF5CA1;
  position: absolute;
  top: 185px;
  left: 35px;
  line-height: 1.5;
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.9));
}

section.bg-2 {
  background: linear-gradient(#FFE3F6, rgba(255, 255, 255, 0.9));
  position: fixed;
  background-size: cover;
  width: 100vw;
  top: 96vh;
  left: 0;
}

section.job-contents {
  margin-top: 0;
}
section.job-contents dl {
  display: flex;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
section.job-contents dt {
  background: none;
}
section.job-contents dt .job-photo {
  display: block;
}
section.job-contents dd {
  width: calc(100% - 500px);
}
section.job-contents dd .subtitle {
  filter: drop-shadow(0px 0px 2px #FF5CA1) drop-shadow(0px 0px 8px #FF5CA1) drop-shadow(0px 0px 10px #FF5CA1);
  top: -26px;
  font-size: 39px;
  font-family: vdl-megag, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFF;
  position: absolute;
  margin-left: -46px;
}
section.job-contents dd p {
  font-size: 20px;
  line-height: 1.5;
  padding: 50px 30px 20px 30px;
  position: relative;
}
section.job-contents-reverse dl {
  flex-direction: row-reverse;
}
section.job-contents-reverse dl dd .subtitle {
  margin-left: 15px;
}

section.job-links {
  position: relative;
  margin: 30px 0 0;
}
section.job-links .container {
  display: flex;
  justify-content: space-between;
}
section.job-links .column-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

.job-information, .event-job, .news {
  margin: 60px 0px 106px 0px;
  padding-bottom: 19px !important;
}
.job-information .new-job-space, .event-job .new-job-space, .news .new-job-space {
  margin-bottom: 15px;
}
.job-information .new-job-space dl, .event-job .new-job-space dl, .news .new-job-space dl {
  font-size: 20px;
  display: flex;
  padding: 15px 0;
  border-bottom: dashed 1px #FF5CA1;
  line-height: 1.5;
  -o-border-image: repeating-linear-gradient(to right, #FF5CA1 0 6px, transparent 2px 10px) 1;
     border-image: repeating-linear-gradient(to right, #FF5CA1 0 6px, transparent 2px 10px) 1;
}
.job-information .new-job-space dl a, .job-information .new-job-space dl a:hover, .job-information .new-job-space dl a:visited, .event-job .new-job-space dl a, .event-job .new-job-space dl a:hover, .event-job .new-job-space dl a:visited, .news .new-job-space dl a, .news .new-job-space dl a:hover, .news .new-job-space dl a:visited {
  display: flex;
}
.job-information .new-job-space dl:first-child, .event-job .new-job-space dl:first-child, .news .new-job-space dl:first-child {
  padding-top: 0;
}
.job-information .new-job-space dl dt, .event-job .new-job-space dl dt, .news .new-job-space dl dt {
  width: 110px;
}
.job-information .new-job-space dl:last-child, .event-job .new-job-space dl:last-child, .news .new-job-space dl:last-child {
  border-bottom: none;
}

section.company-links {
  margin: 30px 0px 47px 0px;
}
section.company-links .btn-box {
  margin: 30px 0 0 auto;
}

section.access {
  margin: 120px 0;
}
section.access .container {
  width: 1000px;
}

.bg-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/footer.png");
  background-size: 2500px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}

input[type=checkbox] {
  margin-right: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 31px;
  height: 31px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  background-color: rgba(255, 92, 161, 0.9);
}
input[type=checkbox]:checked {
  background-color: rgba(255, 92, 161, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid rgba(255, 255, 255, 0.9);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.job-search {
  background-color: rgba(255, 92, 161, 0.9);
  width: 310px;
  padding: 40px 26px 40px 30px;
  margin: 0;
  box-sizing: border-box;
}
.job-search h2 {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 36px;
  text-align: left;
}
.job-search label {
  display: flex;
  align-items: start;
  gap: 0.5em;
  margin: 0 0 1em;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.job-search label input {
  top: 3px;
  flex-shrink: 0;
  margin: 0;
}
.job-search label span {
  line-height: 1.3em;
}

.search-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 92, 161, 0.9);
  font-size: 30px;
  border: none;
  padding-left: 70px;
  text-align: left;
  cursor: pointer;
  margin: 1.2em 0 0;
  transition: background-color 0.3s;
}
.search-btn a {
  margin-right: 10px;
}
.search-btn.list {
  position: relative;
  font-size: 20px;
  background-color: transparent;
  height: 64px;
  margin-left: 616px;
  padding: 0px;
  max-width: 184px;
  display: flex;
  align-items: center;
}
.search-btn.list::after {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
}
.search-btn.work {
  font-size: 20px;
  background-color: transparent;
  color: rgba(255, 92, 161, 0.9);
  margin: 0;
  height: auto;
  padding: 0px;
}
.search-btn.work::after {
  content: url(/img/icon-arrowsp3.png);
  display: inline-block;
  position: absolute;
  left: 110px;
  top: -5px;
  margin: 0;
}
.search-btn.new {
  position: relative;
  font-size: 20px;
  background-color: transparent;
  height: 64px;
  padding: 0px;
  margin-left: 66px;
  max-width: 184px;
  display: flex;
  align-items: center;
}
.search-btn.new::after {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
}
.search-btn::after {
  content: url(/img/icon-arrow2.png);
  display: inline-block;
  position: absolute;
  margin: -8px 0px 0px 40px;
}

.news {
  position: relative;
  width: 310px;
  padding-top: 100px !important;
}
.news dl {
  flex-direction: column;
  padding-top: 0px;
}
.news dl .subtitle {
  top: -26px;
}

.site-footer {
  position: relative;
  z-index: 1;
  min-height: 975px;
}
.site-footer .footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 0 115px;
}
.site-footer ul {
  padding: 157px 0px 0px 0px;
}
.site-footer li a {
  line-height: 3.2;
  font-size: 16px;
  text-align: left;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 9px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.9));
}
.site-footer .logo {
  position: absolute;
  bottom: 44px;
  left: 100px;
}

.bg-4 {
  height: 100vh;
  width: 100%;
  background-image: url(/img/bg-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
}

.staffing-system, .merit, .steps, .work-merit, .reservation, .margin-info, .faq, .results, .company-motto, .company-ex, .dispatch-use,
.dispatch-merit, .company-information, .president, .access-map, .inquiry, .pii, .job-information, .event-job, .news, .flow-dispatch, .three-merit,
.difference, .temptoPerm, .temptoPerm-flow, .eventlist {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 30px 30px 30px;
  margin-bottom: 100px;
  position: relative;
}
.staffing-system .subtitle, .merit .subtitle, .steps .subtitle, .work-merit .subtitle, .reservation .subtitle, .margin-info .subtitle, .faq .subtitle, .results .subtitle, .company-motto .subtitle, .company-ex .subtitle, .dispatch-use .subtitle,
.dispatch-merit .subtitle, .company-information .subtitle, .president .subtitle, .access-map .subtitle, .inquiry .subtitle, .pii .subtitle, .job-information .subtitle, .event-job .subtitle, .news .subtitle, .flow-dispatch .subtitle, .three-merit .subtitle,
.difference .subtitle, .temptoPerm .subtitle, .temptoPerm-flow .subtitle, .eventlist .subtitle {
  filter: drop-shadow(0px 0px 2px #FF5CA1) drop-shadow(0px 0px 8px #FF5CA1) drop-shadow(0px 0px 10px #FF5CA1);
  top: -86px;
  font-size: 39px;
  font-family: vdl-megag, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFF;
  margin-left: -15px;
  position: absolute;
}
.staffing-system .flow-dispatch, .merit .flow-dispatch, .steps .flow-dispatch, .work-merit .flow-dispatch, .reservation .flow-dispatch, .margin-info .flow-dispatch, .faq .flow-dispatch, .results .flow-dispatch, .company-motto .flow-dispatch, .company-ex .flow-dispatch, .dispatch-use .flow-dispatch,
.dispatch-merit .flow-dispatch, .company-information .flow-dispatch, .president .flow-dispatch, .access-map .flow-dispatch, .inquiry .flow-dispatch, .pii .flow-dispatch, .job-information .flow-dispatch, .event-job .flow-dispatch, .news .flow-dispatch, .flow-dispatch .flow-dispatch, .three-merit .flow-dispatch,
.difference .flow-dispatch, .temptoPerm .flow-dispatch, .temptoPerm-flow .flow-dispatch, .eventlist .flow-dispatch {
  filter: drop-shadow(0px 0px 5px #FF5CA1) drop-shadow(0px 0px 8px #FF5CA1) drop-shadow(0px 0px 10px #FF5CA1);
  position: absolute;
  top: -86px;
  left: -20px;
  max-width: none;
}
.staffing-system .blue, .merit .blue, .steps .blue, .work-merit .blue, .reservation .blue, .margin-info .blue, .faq .blue, .results .blue, .company-motto .blue, .company-ex .blue, .dispatch-use .blue,
.dispatch-merit .blue, .company-information .blue, .president .blue, .access-map .blue, .inquiry .blue, .pii .blue, .job-information .blue, .event-job .blue, .news .blue, .flow-dispatch .blue, .three-merit .blue,
.difference .blue, .temptoPerm .blue, .temptoPerm-flow .blue, .eventlist .blue {
  color: #3C65D5;
}
.staffing-system .pink, .merit .pink, .steps .pink, .work-merit .pink, .reservation .pink, .margin-info .pink, .faq .pink, .results .pink, .company-motto .pink, .company-ex .pink, .dispatch-use .pink,
.dispatch-merit .pink, .company-information .pink, .president .pink, .access-map .pink, .inquiry .pink, .pii .pink, .job-information .pink, .event-job .pink, .news .pink, .flow-dispatch .pink, .three-merit .pink,
.difference .pink, .temptoPerm .pink, .temptoPerm-flow .pink, .eventlist .pink {
  font-family: vdl-megag;
  color: #FF5CA1;
}
.staffing-system .pink.faq-pink-q, .merit .pink.faq-pink-q, .steps .pink.faq-pink-q, .work-merit .pink.faq-pink-q, .reservation .pink.faq-pink-q, .margin-info .pink.faq-pink-q, .faq .pink.faq-pink-q, .results .pink.faq-pink-q, .company-motto .pink.faq-pink-q, .company-ex .pink.faq-pink-q, .dispatch-use .pink.faq-pink-q,
.dispatch-merit .pink.faq-pink-q, .company-information .pink.faq-pink-q, .president .pink.faq-pink-q, .access-map .pink.faq-pink-q, .inquiry .pink.faq-pink-q, .pii .pink.faq-pink-q, .job-information .pink.faq-pink-q, .event-job .pink.faq-pink-q, .news .pink.faq-pink-q, .flow-dispatch .pink.faq-pink-q, .three-merit .pink.faq-pink-q,
.difference .pink.faq-pink-q, .temptoPerm .pink.faq-pink-q, .temptoPerm-flow .pink.faq-pink-q, .eventlist .pink.faq-pink-q {
  font-size: 40px;
  margin: 0 17px 7px 0;
}
.staffing-system .pink.faq-pink-t, .merit .pink.faq-pink-t, .steps .pink.faq-pink-t, .work-merit .pink.faq-pink-t, .reservation .pink.faq-pink-t, .margin-info .pink.faq-pink-t, .faq .pink.faq-pink-t, .results .pink.faq-pink-t, .company-motto .pink.faq-pink-t, .company-ex .pink.faq-pink-t, .dispatch-use .pink.faq-pink-t,
.dispatch-merit .pink.faq-pink-t, .company-information .pink.faq-pink-t, .president .pink.faq-pink-t, .access-map .pink.faq-pink-t, .inquiry .pink.faq-pink-t, .pii .pink.faq-pink-t, .job-information .pink.faq-pink-t, .event-job .pink.faq-pink-t, .news .pink.faq-pink-t, .flow-dispatch .pink.faq-pink-t, .three-merit .pink.faq-pink-t,
.difference .pink.faq-pink-t, .temptoPerm .pink.faq-pink-t, .temptoPerm-flow .pink.faq-pink-t, .eventlist .pink.faq-pink-t {
  font-size: 40px;
  line-height: 1.5;
}
.staffing-system .pink.faq-pink-a, .merit .pink.faq-pink-a, .steps .pink.faq-pink-a, .work-merit .pink.faq-pink-a, .reservation .pink.faq-pink-a, .margin-info .pink.faq-pink-a, .faq .pink.faq-pink-a, .results .pink.faq-pink-a, .company-motto .pink.faq-pink-a, .company-ex .pink.faq-pink-a, .dispatch-use .pink.faq-pink-a,
.dispatch-merit .pink.faq-pink-a, .company-information .pink.faq-pink-a, .president .pink.faq-pink-a, .access-map .pink.faq-pink-a, .inquiry .pink.faq-pink-a, .pii .pink.faq-pink-a, .job-information .pink.faq-pink-a, .event-job .pink.faq-pink-a, .news .pink.faq-pink-a, .flow-dispatch .pink.faq-pink-a, .three-merit .pink.faq-pink-a,
.difference .pink.faq-pink-a, .temptoPerm .pink.faq-pink-a, .temptoPerm-flow .pink.faq-pink-a, .eventlist .pink.faq-pink-a {
  font-size: 40px;
  margin-right: 20px;
}
.staffing-system .pink.faq-pink-tel2, .merit .pink.faq-pink-tel2, .steps .pink.faq-pink-tel2, .work-merit .pink.faq-pink-tel2, .reservation .pink.faq-pink-tel2, .margin-info .pink.faq-pink-tel2, .faq .pink.faq-pink-tel2, .results .pink.faq-pink-tel2, .company-motto .pink.faq-pink-tel2, .company-ex .pink.faq-pink-tel2, .dispatch-use .pink.faq-pink-tel2,
.dispatch-merit .pink.faq-pink-tel2, .company-information .pink.faq-pink-tel2, .president .pink.faq-pink-tel2, .access-map .pink.faq-pink-tel2, .inquiry .pink.faq-pink-tel2, .pii .pink.faq-pink-tel2, .job-information .pink.faq-pink-tel2, .event-job .pink.faq-pink-tel2, .news .pink.faq-pink-tel2, .flow-dispatch .pink.faq-pink-tel2, .three-merit .pink.faq-pink-tel2,
.difference .pink.faq-pink-tel2, .temptoPerm .pink.faq-pink-tel2, .temptoPerm-flow .pink.faq-pink-tel2, .eventlist .pink.faq-pink-tel2 {
  font-size: 22px;
  margin-top: 30px;
}
.staffing-system .pinkh4, .merit .pinkh4, .steps .pinkh4, .work-merit .pinkh4, .reservation .pinkh4, .margin-info .pinkh4, .faq .pinkh4, .results .pinkh4, .company-motto .pinkh4, .company-ex .pinkh4, .dispatch-use .pinkh4,
.dispatch-merit .pinkh4, .company-information .pinkh4, .president .pinkh4, .access-map .pinkh4, .inquiry .pinkh4, .pii .pinkh4, .job-information .pinkh4, .event-job .pinkh4, .news .pinkh4, .flow-dispatch .pinkh4, .three-merit .pinkh4,
.difference .pinkh4, .temptoPerm .pinkh4, .temptoPerm-flow .pinkh4, .eventlist .pinkh4 {
  font-family: vdl-megag;
  color: #FF5CA1;
  font-size: 40px;
  line-height: 1.5;
}
.staffing-system .pinkh4.title, .merit .pinkh4.title, .steps .pinkh4.title, .work-merit .pinkh4.title, .reservation .pinkh4.title, .margin-info .pinkh4.title, .faq .pinkh4.title, .results .pinkh4.title, .company-motto .pinkh4.title, .company-ex .pinkh4.title, .dispatch-use .pinkh4.title,
.dispatch-merit .pinkh4.title, .company-information .pinkh4.title, .president .pinkh4.title, .access-map .pinkh4.title, .inquiry .pinkh4.title, .pii .pinkh4.title, .job-information .pinkh4.title, .event-job .pinkh4.title, .news .pinkh4.title, .flow-dispatch .pinkh4.title, .three-merit .pinkh4.title,
.difference .pinkh4.title, .temptoPerm .pinkh4.title, .temptoPerm-flow .pinkh4.title, .eventlist .pinkh4.title {
  margin-bottom: 27px;
}
.staffing-system .pinkh4.title.work, .merit .pinkh4.title.work, .steps .pinkh4.title.work, .work-merit .pinkh4.title.work, .reservation .pinkh4.title.work, .margin-info .pinkh4.title.work, .faq .pinkh4.title.work, .results .pinkh4.title.work, .company-motto .pinkh4.title.work, .company-ex .pinkh4.title.work, .dispatch-use .pinkh4.title.work,
.dispatch-merit .pinkh4.title.work, .company-information .pinkh4.title.work, .president .pinkh4.title.work, .access-map .pinkh4.title.work, .inquiry .pinkh4.title.work, .pii .pinkh4.title.work, .job-information .pinkh4.title.work, .event-job .pinkh4.title.work, .news .pinkh4.title.work, .flow-dispatch .pinkh4.title.work, .three-merit .pinkh4.title.work,
.difference .pinkh4.title.work, .temptoPerm .pinkh4.title.work, .temptoPerm-flow .pinkh4.title.work, .eventlist .pinkh4.title.work {
  margin: 30px 0 20px;
}
.staffing-system .pinkh4.dispatch, .merit .pinkh4.dispatch, .steps .pinkh4.dispatch, .work-merit .pinkh4.dispatch, .reservation .pinkh4.dispatch, .margin-info .pinkh4.dispatch, .faq .pinkh4.dispatch, .results .pinkh4.dispatch, .company-motto .pinkh4.dispatch, .company-ex .pinkh4.dispatch, .dispatch-use .pinkh4.dispatch,
.dispatch-merit .pinkh4.dispatch, .company-information .pinkh4.dispatch, .president .pinkh4.dispatch, .access-map .pinkh4.dispatch, .inquiry .pinkh4.dispatch, .pii .pinkh4.dispatch, .job-information .pinkh4.dispatch, .event-job .pinkh4.dispatch, .news .pinkh4.dispatch, .flow-dispatch .pinkh4.dispatch, .three-merit .pinkh4.dispatch,
.difference .pinkh4.dispatch, .temptoPerm .pinkh4.dispatch, .temptoPerm-flow .pinkh4.dispatch, .eventlist .pinkh4.dispatch {
  margin-bottom: 20px;
}
.staffing-system p, .merit p, .steps p, .work-merit p, .reservation p, .margin-info p, .faq p, .results p, .company-motto p, .company-ex p, .dispatch-use p,
.dispatch-merit p, .company-information p, .president p, .access-map p, .inquiry p, .pii p, .job-information p, .event-job p, .news p, .flow-dispatch p, .three-merit p,
.difference p, .temptoPerm p, .temptoPerm-flow p, .eventlist p {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 35px;
}

.merit dl {
  margin-bottom: 7px;
}
.merit dt {
  float: left;
}
.merit dt p {
  margin-bottom: 0px !important;
}
.merit dd {
  margin-left: 18px;
}
.merit dd p {
  margin-bottom: 0px !important;
  text-align: left;
}

.steps dl, .temptoPerm-flow dl {
  display: flex;
  margin-bottom: 10px;
}
.steps dl p, .temptoPerm-flow dl p {
  margin-bottom: 10px;
}
.steps dl dd, .temptoPerm-flow dl dd {
  width: 600px;
  padding: 15px 0px 0px 20px;
}
.steps dl dd h1, .temptoPerm-flow dl dd h1 {
  color: #FF5CA1;
  padding-bottom: 15px;
  justify-content: flex-start;
  text-align: center;
}
.steps dl dt, .temptoPerm-flow dl dt {
  width: 200px;
  background-color: #FF5CA1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.steps dl dt h1, .temptoPerm-flow dl dt h1 {
  font-family: vdl-megag;
  color: rgba(255, 255, 255, 0.9);
}

.work-merit {
  padding-bottom: 40px;
}
.work-merit dd {
  margin-bottom: 30px;
}
.work-merit p {
  margin-bottom: 10px;
}

.choose dl {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.choose dl dt {
  width: 200px;
  flex-shrink: 0;
  margin-right: 22px;
}
.choose dl dd {
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  width: 100%;
}
.choose dl dd label {
  align-items: center;
  display: inline-flex;
  line-height: 1;
  margin-right: 40px;
}
.choose dl dd input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 4px solid #707070;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 1em;
  vertical-align: middle;
}
.choose dl dd input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #707070;
  border-radius: 50%;
}
.choose dl dd .form {
  padding: 5px 8px 6px 8px;
  font-size: 20px;
  margin-right: 22px;
}
.choose dl dd .form-text {
  color: #FF0000;
  position: absolute;
}
.choose dl dd .form-text.mail {
  left: 508px;
  top: 23px;
}
.choose dl dd .form-text.tel {
  left: 379px;
  top: 22px;
}
.choose dl dd .form-text.method {
  left: 589px;
  top: 23px;
}
.choose dl dd .form-text.time {
  left: 570px;
  top: 35px;
}
.choose dl dd .space {
  margin-left: 20px;
  display: inline-block;
}
.choose dl dd .form-mail {
  width: 100%;
}
.choose dl dd:has(.calender) {
  width: auto;
  flex-shrink: 1;
}
.choose dl dd .calender {
  margin-right: 1em;
  position: relative;
}
.choose dl dd .calender .form-calender {
  width: 220px;
  cursor: pointer;
}
.choose dl dd .calender::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  right: 0.2em;
  top: calc((100% - 1.5em) / 2);
  background: url(/img/calendar.png) no-repeat;
  background-size: contain;
}
.choose dl dd .calendar-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-right: 9px;
}
.choose dl dd .form-time {
  width: 78px;
  box-sizing: border-box;
}
.choose dl dd .time-input {
  position: relative;
  display: inline-block;
  width: 78px;
}
.choose dl dd .down-btn {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  border: none;
  background: transparent;
  padding: 0 5px;
  cursor: pointer;
}
.choose dl dd .form-tel {
  margin: 0;
}
.choose dl dd .form-address {
  margin: 0 0 15px 0;
}
.choose dl dd .form-prefectures {
  margin: 0 0 15px 1em;
}
.choose dl dd .form-calender {
  margin-right: 0px;
}
.choose dl dd .form-quare {
  width: 100%;
  margin-right: 0px;
}
.choose dl dd .form-request {
  width: 100%;
  flex-grow: 1;
  margin-right: 0px;
}
.choose dl dd .form-kinds {
  width: 400px;
  height: 40px;
}
.choose dl dd .form-contents {
  width: 578px;
  height: 200px;
}
.choose dl dd .time-label {
  margin: 0 10px;
}
.choose dl dd .postmark {
  margin-right: 14px;
  display: inline-block;
  margin-bottom: 15px;
}
.choose dl dd .prefecture-input {
  position: relative;
  display: inline-block;
  width: 5em;
}
.choose dl dd .kinds-input {
  position: relative;
  display: inline-block;
}
.choose dl dd .kinds-input .down-btn {
  position: absolute;
  top: 8px;
  left: 340px;
}
.choose dl dd span.error {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 0.8em;
}

.mw_wp_form_confirm .choose .calender {
  word-break: keep-all;
}
.mw_wp_form_confirm .choose .calender::after {
  display: none;
}
.mw_wp_form_confirm .choose .time-input {
  width: auto;
}
.mw_wp_form_confirm .choose .prefecture-input {
  margin: 0 5px;
  width: auto;
}

.margin-info {
  margin-bottom: 355px;
}
.margin-info .subtitle {
  top: -26px;
}
.margin-info .margin-info p {
  margin-bottom: 14px;
}

.faq {
  padding-bottom: 0px;
  padding-right: 26px;
}
.faq .faq-one dt {
  margin-bottom: 0px;
}
.faq .faq-meritone {
  margin-bottom: 33px;
}
.faq .faq-merit {
  margin-left: 100px;
}
.faq dt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 13px;
}
.faq dd {
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
}
.faq dd p {
  margin-bottom: 40px;
}

.results {
  padding-bottom: 40px;
}
.results .search-results {
  margin-bottom: 30px;
}
.results .apply-buttons {
  display: flex;
  gap: 5px;
}
.results .apply-buttons.under {
  margin-top: 30px;
}
.results .apply-buttons .apply-btn {
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.results .apply-buttons .apply-btn img {
  height: 22px;
  margin-right: 8px;
}
.results .apply-buttons .apply-btn.tel {
  display: none;
  background-color: #EF7C3A;
}
.results .apply-buttons .apply-btn.web {
  flex-grow: 1;
  background-color: #3F8EC3;
}
.results .apply-buttons .apply-btn.line {
  display: none;
  background-color: #4CC764;
}
.results .apply-buttons .apply-btn.line img {
  height: auto;
  width: auto;
}
.results h3 {
  margin-bottom: 20px;
}
.results .work-info_id {
  position: absolute;
  top: 30px;
  right: 31px;
  font-size: 20px;
}
.results .work-info_id.two {
  top: 120px;
}
.results .work-info {
  margin-bottom: 40px;
  text-align: left;
  position: relative;
}
.results .work-info.two {
  margin-bottom: 0px;
}
.results .work-info .simple-worktwo {
  margin-bottom: 0px;
  margin-right: 25px;
  width: 350px;
}
.results .work-info .work-item-content {
  display: flex;
  align-items: flex-start;
}
.results .work-info .simple-work, .results .work-info .check-work {
  margin-bottom: 30px;
  margin-right: 25px;
  width: 350px;
}
.results .work-info .work-info_details {
  line-height: 1.6;
}
.results .work-info .work-info_details p {
  margin-bottom: 35px;
}
.results .work-info .work-info_details dt {
  float: left;
}
.results .work-info .work-info_details dd {
  margin-bottom: 8px;
  padding-left: 100px;
}
.results .work-info .work-info_details.add {
  margin-bottom: 0px;
}
.results .work-info .work-info_details.add dd {
  padding-left: 0px;
}
.results .work-info .work-info_details.add:after {
  content: "";
  clear: both;
  display: block;
}
.results .work-info .work-info_details.simpule dl {
  font-size: 20px;
  display: flex;
  line-height: 1.5;
}
.results .work-info .work-info_details.simpule dl dd {
  width: 165px;
  padding-left: 0px;
}

.bg-5 {
  height: 100vh;
  width: 100%;
  background-image: url(/img/bg-5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
}

.company-motto {
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.company-motto p:last-of-type {
  margin-bottom: 0;
}

.company-ex {
  padding-bottom: 30px;
}
.company-ex dt {
  padding: 10px 0;
}
.company-ex dd {
  font-size: 20px;
  padding: 0 0 20px 40px;
}

.dispatch-use {
  padding-bottom: 40px;
}
.dispatch-use p:last-of-type {
  margin-bottom: 0;
}

.dispatch-merit {
  padding: 60px 20px 5px 30px;
}
.dispatch-merit dl {
  display: flex;
}
.dispatch-merit dl dd {
  margin-bottom: 30px;
}
.dispatch-merit dl p:last-of-type {
  margin-bottom: 0;
}

.company-information {
  font-size: 20px;
}
.company-information dl {
  display: flex;
  margin-bottom: 5px;
}
.company-information dl dt:has(img) {
  background: none;
  padding: 0;
  width: auto;
  display: block;
}
.company-information dl dt {
  width: 200px;
  background-color: rgba(255, 92, 161, 0.2);
  display: flex;
  align-items: center;
  padding: 21px 0 20px 20px;
}
.company-information dl dd {
  width: 600px;
  padding: 20px 20px 20px 20px;
  line-height: 2.1;
}
.company-information dl dd p:nth-of-type(1) {
  margin-top: 2px;
}
.company-information dl dd p:nth-of-type(2) {
  margin-bottom: 0px;
}
.company-information dl.business dt {
  align-items: flex-start;
}
.company-information .office-images {
  margin: 55px 0 20px;
  display: flex;
  text-align: left;
}
.company-information .office-images img {
  margin-top: 15px;
  max-width: none;
}

.access-map {
  margin-bottom: 80px;
}

.president {
  padding-bottom: 10px;
}
.president .president-name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}
.president .president-name p {
  margin-bottom: 30px;
}

.pii dt {
  float: left;
}
.pii dd {
  width: 770px;
  margin-left: 30px;
}
.pii .date-contaier {
  text-align: right;
}
.pii .date-contaier .date {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
}

.flow-dispatch dt {
  background-color: #FF5CA1;
  width: 560px;
  height: 61px;
  line-height: 2;
  margin-bottom: 30px;
  border-radius: 0px 25px 25px 0px;
}
.flow-dispatch dt h2 {
  padding-left: 30px;
  color: #FFF;
  font-family: vdl-megag;
}
.flow-dispatch .flow-img {
  margin-bottom: 30px;
}
.flow-dispatch .full-timejob-img {
  margin-bottom: 10px;
}

.three-merit dd p, .difference dd p {
  margin-top: 10px;
}
.three-merit dd .pink-three, .difference dd .pink-three {
  font-size: 22px;
  color: #FF5CA1;
  margin-bottom: 10px;
}
.three-merit dd :last-child, .difference dd :last-child {
  margin-bottom: 10px;
}
.three-merit .three-merit-img, .difference .three-merit-img {
  margin-bottom: 30px;
}
.three-merit table, .difference table {
  margin: 20px 0 10px 0;
  text-align: left;
}
.three-merit table .table-center, .difference table .table-center {
  text-align: center;
  width: 300px;
}
.three-merit table tr th, .difference table tr th {
  font-weight: normal;
  background-color: rgba(255, 92, 161, 0.2);
  padding: 20px 20px 20px 30px;
  width: 200px;
}
.three-merit table tr td, .difference table tr td {
  padding: 20px;
}

.temptoPerm .pink {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.temptoPerm dd {
  margin-bottom: 10px;
}

.eventlist .event-space {
  margin-bottom: 15px;
}
.eventlist .event-space dl {
  display: flex;
  padding: 15px 0;
  border-bottom: dashed 1px #707070;
  line-height: 1.5;
  -o-border-image: repeating-linear-gradient(to right, #707070 0 6px, transparent 2px 10px) 1;
     border-image: repeating-linear-gradient(to right, #707070 0 6px, transparent 2px 10px) 1;
}
.eventlist .event-space dl a, .eventlist .event-space dl a:hover, .eventlist .event-space dl a:visited {
  display: flex;
}
.eventlist .event-space dl dt {
  width: 120px;
}
.eventlist .event-space dl:last-child {
  border-bottom: none;
}
.eventlist .page {
  margin: 40px 0 10px 0;
}
.eventlist .page dl {
  display: flex;
  justify-content: space-between;
}
.eventlist .page dl dd .pager {
  margin-right: 45px;
  display: flex;
}
.eventlist .page dl dd .page1 a {
  color: #000000;
  text-decoration: underline;
}
.eventlist .page dl dd .search-eventlist {
  cursor: pointer;
  position: relative;
}
.eventlist .page dl dd .search-eventlist::after {
  content: url(/img/icon-arrow3.png);
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-top: -3px;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 16px;
  }
  section {
    min-width: 90vw;
  }
  main {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 100px;
    width: 350px;
  }
  main .contents {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  h1 {
    font-size: 17px;
  }
  h1 img {
    margin: 0 0.2em 0 0;
    height: 1.5em;
  }
  h2 {
    display: inline-block;
    font-size: 17px;
    line-height: 1.8em;
    text-align: left;
  }
  h3 {
    font-size: 18px;
  }
  .container, .container-normal {
    width: 90vw;
  }
  .link-box, .btn-box {
    display: flex;
    align-items: center;
    height: inherit;
  }
  .link-box a::after {
    content: "|";
  }
  .link-box:last-child a::after {
    content: "";
  }
  .btn-box {
    padding: 0 1em;
    margin: 0 1px 0 0;
  }
  .btn-box:has(input[type=submit])::after {
    content: url(/img/icon-arrowsp.png);
    top: 4px;
    right: 10px;
  }
  .btn-box input[type=submit] {
    padding: 0;
  }
  .btn-box a, .btn-box input[type=submit] {
    font-size: 19px;
    padding-left: 0px;
    align-items: center;
  }
  .btn-box a::after, .btn-box input[type=submit]::after {
    content: url(/img/icon-arrowsp.png);
    margin: 0 -70px -29px 0;
  }
  .btn-box.secondary {
    width: 220px;
    height: 50px;
    background-color: rgba(255, 92, 161, 0.9);
  }
  .btn-box.secondary a::after {
    content: url(/img/icon-arrowsp.png);
    bottom: 14px;
    right: 12px;
  }
  .btn-box.confirm-button {
    margin: 30px 0px 0px auto;
  }
  header.site-header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 70px;
  }
  header.site-header ul {
    align-items: flex-start;
  }
  header.site-header .container {
    width: 100%;
    position: relative;
    display: flex;
  }
  header.site-header .logo {
    content: url("/img/steellogosp.png");
    margin-left: 10px;
    top: 15px;
  }
  header.site-header .menu-iconsp {
    display: flex;
    margin: 15px 0 0 95px;
    gap: 8px;
  }
  section.bg-1 {
    background-size: auto 680px;
    background-position: center bottom;
    position: fixed;
    background-repeat: no-repeat;
    height: 680px;
  }
  section.bg-1.mobile {
    display: none;
  }
  section.bg-2 {
    top: 675px;
    position: fixed;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }
  section.bg-2.mobile {
    top: 70px;
  }
  section.bg-5.mobile {
    display: none;
  }
  .top-page section.mv {
    position: relative;
    height: 680px;
  }
  .top-page section.mv .container {
    left: 5vw;
  }
  .top-page section.mv .steel-title {
    font-size: 6.2vw;
    position: absolute;
    top: 13vh;
    width: 100%;
    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9));
  }
  .top-page section.mv img.characters {
    position: absolute;
    z-index: 1;
    bottom: 3vh;
    width: 100%;
  }
  #menu-container, .job-contents, .job-links, .job-contents-reverse, .company-links, aside, .news, .site-footer,
  .simple-worktwo, .pc-only, .steelmap, .lpamap, .mv1 h1, .three-merit-img, .difference-img, .pc-br {
    display: none !important;
  }
  .sp {
    position: relative;
  }
  .sp .subtitle {
    filter: drop-shadow(0px 0px 2px #FF5CA1) drop-shadow(0px 0px 8px #FF5CA1) drop-shadow(0px 0px 10px #FF5CA1);
    font-size: 28px;
    top: -19px;
    font-family: vdl-megag, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    margin-left: -20px;
  }
  .sp.search-job {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 20px 10px 20px;
    margin: 54px 0 0;
  }
  .sp.search-resources {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 20px 10px 20px;
    margin: 54px 0 0;
  }
  .sp.notice-job {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 20px 30px 20px;
    margin: 54px 0 0;
  }
  .sp.footer .subtitle {
    left: 20px;
  }
  .sp.sp.event-job .new-job-space, .sp.sp.notice-job .new-job-space {
    margin-bottom: 15px;
  }
  .sp.sp.event-job .new-job-space dl, .sp.sp.notice-job .new-job-space dl {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: dashed 1px #FF5CA1;
    -o-border-image: repeating-linear-gradient(to right, #FF5CA1 0 6px, transparent 2px 10px) 1;
       border-image: repeating-linear-gradient(to right, #FF5CA1 0 6px, transparent 2px 10px) 1;
  }
  .sp.sp.event-job .new-job-space dl a, .sp.sp.event-job .new-job-space dl a:hover, .sp.sp.event-job .new-job-space dl a:visited, .sp.sp.notice-job .new-job-space dl a, .sp.sp.notice-job .new-job-space dl a:hover, .sp.sp.notice-job .new-job-space dl a:visited {
    display: flex;
  }
  .sp.sp.event-job .new-job-space dl:last-child, .sp.sp.notice-job .new-job-space dl:last-child {
    border-bottom: none;
  }
  .sp.sp.event-job .new-job-space dl dt, .sp.sp.notice-job .new-job-space dl dt {
    margin-right: 5px;
  }
  .job-information .new-job-space, .event-job .new-job-space {
    margin-bottom: 15px;
  }
  .job-information .new-job-space dl, .event-job .new-job-space dl {
    flex-direction: column;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: dashed 1px #FF5CA1;
    -o-border-image: repeating-linear-gradient(to right, #FF5CA1 0 6px, transparent 2px 10px) 1;
       border-image: repeating-linear-gradient(to right, #FF5CA1 0 6px, transparent 2px 10px) 1;
  }
  .job-information .new-job-space dl:last-child, .event-job .new-job-space dl:last-child {
    border-bottom: none;
  }
  .search-btn {
    position: relative;
    display: block;
    height: 40px;
    background-color: transparent;
    color: #FF5CA1;
    font-size: 16px;
    border: none;
    padding: 0px;
    margin-left: 180px;
    max-width: 130px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .search-btn::after {
    content: url(/img/icon-arrowsp3.png);
    display: inline-block;
    position: absolute;
    right: 0px;
  }
  .search-btn.list {
    margin-left: 180px;
    font-size: 16px;
    height: 40px;
    max-width: 130px;
  }
  .search-btn.list::after {
    right: 0px;
  }
  .search-btn.work {
    font-size: 16px;
    margin-left: 0px;
  }
  .search-btn.work::after {
    margin-left: 0px;
    top: -8px;
    left: 88px;
  }
  .spsearch-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 30px;
    border: none;
    padding: 0 20px;
    width: 310px;
    height: 100px;
    background-color: rgba(255, 92, 161, 0.9);
    font-size: 29px;
    color: rgba(255, 255, 255, 0.9);
  }
  .spsearch-btn.driver::before {
    content: url(/img/driversp.png);
    margin-top: 6px;
  }
  .spsearch-btn.bell::before {
    content: url(/img/bellsp.png);
    margin-top: 10px;
  }
  .spsearch-btn.clock::before {
    margin-top: 10px;
    content: url(/img/clocksp.png);
  }
  .spsearch-btn.phone::before {
    content: url(/img/phonesp.png);
  }
  .spsearch-btn.envelop::before {
    content: url(/img/envelopesp.png);
  }
  .sp .search-job {
    padding-bottom: 10px;
  }
  .sp.notice-job dt {
    flex-direction: row-reverse;
  }
  section.bg-3 {
    background-size: 1700px 1173px;
    background-position: left top;
    background-repeat: no-repeat;
    height: 1173px;
  }
  footer.sp.footer {
    z-index: 1;
    position: relative;
    height: 855px;
    margin-top: 60px;
  }
  footer.sp.footer .office-menu {
    padding: 50px 0px 30px 0px;
  }
  footer.sp.footer .office-menu dl {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  footer.sp.footer .office-menu dl dt {
    display: flex;
  }
  footer.sp.footer .office-menu dl dd {
    width: 162px;
    font-size: 16px;
  }
  footer.sp.footer .logo {
    position: absolute;
    bottom: 55px;
    width: 349px;
    left: 20px;
  }
  .hambuger {
    cursor: pointer;
    z-index: 6;
  }
  .close-btn {
    font-size: 28px;
    cursor: pointer;
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-toggle {
    display: none;
  }
  .sp.spmenu {
    position: fixed;
    top: 70px;
    left: -300px;
    width: 300px;
    height: 737px;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow-y: auto;
    transition: 0.3s ease;
    z-index: 4;
  }
  .sp.spmenu ul {
    margin: 0 0 35px 34px;
  }
  .sp.spmenu ul li {
    text-align: left;
  }
  .sp.spmenu ul li a {
    line-height: 2.4;
  }
  .overlay {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    height: 737px;
    height: calc(100vh - 70px);
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 4;
  }
  .nav-toggle:checked ~ .overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .nav-toggle:checked + .hamburger + .close-btn {
    display: block;
  }
  .bg-4 {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 607px 1012px;
    position: fixed;
    top: 70px;
    background-position: -257px center;
    height: 607px;
  }
  .bg-4.mobile {
    display: none;
  }
  section.mv1 {
    height: 677px;
    width: 100vw;
  }
  section.mv1.mobile {
    height: 70px;
  }
  section.mv1:has(.job-search) {
    height: auto;
  }
  .job-information, .staffing-system, .merit, .steps, .work-merit, .reservation, .margin-info, .faq, .results, .company-motto, .company-ex,
  .dispatch-use, .dispatch-merit, .company-information, .president, .access-map, .pii, .inquiry, .flow-dispatch, .three-merit,
  .difference, .temptoPerm, .temptoPerm-flow, .eventlist, .event-job {
    margin: 54px 0 0 0;
    padding: 40px 20px 30px 20px;
  }
  .job-information .subtitle, .staffing-system .subtitle, .merit .subtitle, .steps .subtitle, .work-merit .subtitle, .reservation .subtitle, .margin-info .subtitle, .faq .subtitle, .results .subtitle, .company-motto .subtitle, .company-ex .subtitle,
  .dispatch-use .subtitle, .dispatch-merit .subtitle, .company-information .subtitle, .president .subtitle, .access-map .subtitle, .pii .subtitle, .inquiry .subtitle, .flow-dispatch .subtitle, .three-merit .subtitle,
  .difference .subtitle, .temptoPerm .subtitle, .temptoPerm-flow .subtitle, .eventlist .subtitle, .event-job .subtitle {
    font-size: 28px;
    top: -59px;
  }
  .job-information p, .staffing-system p, .merit p, .steps p, .work-merit p, .reservation p, .margin-info p, .faq p, .results p, .company-motto p, .company-ex p,
  .dispatch-use p, .dispatch-merit p, .company-information p, .president p, .access-map p, .pii p, .inquiry p, .flow-dispatch p, .three-merit p,
  .difference p, .temptoPerm p, .temptoPerm-flow p, .eventlist p, .event-job p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .job-information .staffing-img, .staffing-system .staffing-img, .merit .staffing-img, .steps .staffing-img, .work-merit .staffing-img, .reservation .staffing-img, .margin-info .staffing-img, .faq .staffing-img, .results .staffing-img, .company-motto .staffing-img, .company-ex .staffing-img,
  .dispatch-use .staffing-img, .dispatch-merit .staffing-img, .company-information .staffing-img, .president .staffing-img, .access-map .staffing-img, .pii .staffing-img, .inquiry .staffing-img, .flow-dispatch .staffing-img, .three-merit .staffing-img,
  .difference .staffing-img, .temptoPerm .staffing-img, .temptoPerm-flow .staffing-img, .eventlist .staffing-img, .event-job .staffing-img {
    margin-top: 20px;
  }
  .job-information .pink.faq-pink-q, .job-information .pink.faq-pink-t, .job-information .pink.faq-pink-a, .staffing-system .pink.faq-pink-q, .staffing-system .pink.faq-pink-t, .staffing-system .pink.faq-pink-a, .merit .pink.faq-pink-q, .merit .pink.faq-pink-t, .merit .pink.faq-pink-a, .steps .pink.faq-pink-q, .steps .pink.faq-pink-t, .steps .pink.faq-pink-a, .work-merit .pink.faq-pink-q, .work-merit .pink.faq-pink-t, .work-merit .pink.faq-pink-a, .reservation .pink.faq-pink-q, .reservation .pink.faq-pink-t, .reservation .pink.faq-pink-a, .margin-info .pink.faq-pink-q, .margin-info .pink.faq-pink-t, .margin-info .pink.faq-pink-a, .faq .pink.faq-pink-q, .faq .pink.faq-pink-t, .faq .pink.faq-pink-a, .results .pink.faq-pink-q, .results .pink.faq-pink-t, .results .pink.faq-pink-a, .company-motto .pink.faq-pink-q, .company-motto .pink.faq-pink-t, .company-motto .pink.faq-pink-a, .company-ex .pink.faq-pink-q, .company-ex .pink.faq-pink-t, .company-ex .pink.faq-pink-a,
  .dispatch-use .pink.faq-pink-q,
  .dispatch-use .pink.faq-pink-t,
  .dispatch-use .pink.faq-pink-a, .dispatch-merit .pink.faq-pink-q, .dispatch-merit .pink.faq-pink-t, .dispatch-merit .pink.faq-pink-a, .company-information .pink.faq-pink-q, .company-information .pink.faq-pink-t, .company-information .pink.faq-pink-a, .president .pink.faq-pink-q, .president .pink.faq-pink-t, .president .pink.faq-pink-a, .access-map .pink.faq-pink-q, .access-map .pink.faq-pink-t, .access-map .pink.faq-pink-a, .pii .pink.faq-pink-q, .pii .pink.faq-pink-t, .pii .pink.faq-pink-a, .inquiry .pink.faq-pink-q, .inquiry .pink.faq-pink-t, .inquiry .pink.faq-pink-a, .flow-dispatch .pink.faq-pink-q, .flow-dispatch .pink.faq-pink-t, .flow-dispatch .pink.faq-pink-a, .three-merit .pink.faq-pink-q, .three-merit .pink.faq-pink-t, .three-merit .pink.faq-pink-a,
  .difference .pink.faq-pink-q,
  .difference .pink.faq-pink-t,
  .difference .pink.faq-pink-a, .temptoPerm .pink.faq-pink-q, .temptoPerm .pink.faq-pink-t, .temptoPerm .pink.faq-pink-a, .temptoPerm-flow .pink.faq-pink-q, .temptoPerm-flow .pink.faq-pink-t, .temptoPerm-flow .pink.faq-pink-a, .eventlist .pink.faq-pink-q, .eventlist .pink.faq-pink-t, .eventlist .pink.faq-pink-a, .event-job .pink.faq-pink-q, .event-job .pink.faq-pink-t, .event-job .pink.faq-pink-a {
    font-size: 20px;
    margin-right: 9px;
  }
  .job-information .pink.faq-pink-tel2, .job-information .pink.faq-pink-tel, .staffing-system .pink.faq-pink-tel2, .staffing-system .pink.faq-pink-tel, .merit .pink.faq-pink-tel2, .merit .pink.faq-pink-tel, .steps .pink.faq-pink-tel2, .steps .pink.faq-pink-tel, .work-merit .pink.faq-pink-tel2, .work-merit .pink.faq-pink-tel, .reservation .pink.faq-pink-tel2, .reservation .pink.faq-pink-tel, .margin-info .pink.faq-pink-tel2, .margin-info .pink.faq-pink-tel, .faq .pink.faq-pink-tel2, .faq .pink.faq-pink-tel, .results .pink.faq-pink-tel2, .results .pink.faq-pink-tel, .company-motto .pink.faq-pink-tel2, .company-motto .pink.faq-pink-tel, .company-ex .pink.faq-pink-tel2, .company-ex .pink.faq-pink-tel,
  .dispatch-use .pink.faq-pink-tel2,
  .dispatch-use .pink.faq-pink-tel, .dispatch-merit .pink.faq-pink-tel2, .dispatch-merit .pink.faq-pink-tel, .company-information .pink.faq-pink-tel2, .company-information .pink.faq-pink-tel, .president .pink.faq-pink-tel2, .president .pink.faq-pink-tel, .access-map .pink.faq-pink-tel2, .access-map .pink.faq-pink-tel, .pii .pink.faq-pink-tel2, .pii .pink.faq-pink-tel, .inquiry .pink.faq-pink-tel2, .inquiry .pink.faq-pink-tel, .flow-dispatch .pink.faq-pink-tel2, .flow-dispatch .pink.faq-pink-tel, .three-merit .pink.faq-pink-tel2, .three-merit .pink.faq-pink-tel,
  .difference .pink.faq-pink-tel2,
  .difference .pink.faq-pink-tel, .temptoPerm .pink.faq-pink-tel2, .temptoPerm .pink.faq-pink-tel, .temptoPerm-flow .pink.faq-pink-tel2, .temptoPerm-flow .pink.faq-pink-tel, .eventlist .pink.faq-pink-tel2, .eventlist .pink.faq-pink-tel, .event-job .pink.faq-pink-tel2, .event-job .pink.faq-pink-tel {
    font-size: 18px;
  }
  .job-information .pinkh4, .staffing-system .pinkh4, .merit .pinkh4, .steps .pinkh4, .work-merit .pinkh4, .reservation .pinkh4, .margin-info .pinkh4, .faq .pinkh4, .results .pinkh4, .company-motto .pinkh4, .company-ex .pinkh4,
  .dispatch-use .pinkh4, .dispatch-merit .pinkh4, .company-information .pinkh4, .president .pinkh4, .access-map .pinkh4, .pii .pinkh4, .inquiry .pinkh4, .flow-dispatch .pinkh4, .three-merit .pinkh4,
  .difference .pinkh4, .temptoPerm .pinkh4, .temptoPerm-flow .pinkh4, .eventlist .pinkh4, .event-job .pinkh4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .job-information .pinkh4.title, .staffing-system .pinkh4.title, .merit .pinkh4.title, .steps .pinkh4.title, .work-merit .pinkh4.title, .reservation .pinkh4.title, .margin-info .pinkh4.title, .faq .pinkh4.title, .results .pinkh4.title, .company-motto .pinkh4.title, .company-ex .pinkh4.title,
  .dispatch-use .pinkh4.title, .dispatch-merit .pinkh4.title, .company-information .pinkh4.title, .president .pinkh4.title, .access-map .pinkh4.title, .pii .pinkh4.title, .inquiry .pinkh4.title, .flow-dispatch .pinkh4.title, .three-merit .pinkh4.title,
  .difference .pinkh4.title, .temptoPerm .pinkh4.title, .temptoPerm-flow .pinkh4.title, .eventlist .pinkh4.title, .event-job .pinkh4.title {
    font-size: 23px;
    margin-bottom: 30px !important;
  }
  .job-information .pinkh4.title.work, .staffing-system .pinkh4.title.work, .merit .pinkh4.title.work, .steps .pinkh4.title.work, .work-merit .pinkh4.title.work, .reservation .pinkh4.title.work, .margin-info .pinkh4.title.work, .faq .pinkh4.title.work, .results .pinkh4.title.work, .company-motto .pinkh4.title.work, .company-ex .pinkh4.title.work,
  .dispatch-use .pinkh4.title.work, .dispatch-merit .pinkh4.title.work, .company-information .pinkh4.title.work, .president .pinkh4.title.work, .access-map .pinkh4.title.work, .pii .pinkh4.title.work, .inquiry .pinkh4.title.work, .flow-dispatch .pinkh4.title.work, .three-merit .pinkh4.title.work,
  .difference .pinkh4.title.work, .temptoPerm .pinkh4.title.work, .temptoPerm-flow .pinkh4.title.work, .eventlist .pinkh4.title.work, .event-job .pinkh4.title.work {
    margin: 20px 0 30px;
  }
  .job-information .pinkh4.dispatch, .staffing-system .pinkh4.dispatch, .merit .pinkh4.dispatch, .steps .pinkh4.dispatch, .work-merit .pinkh4.dispatch, .reservation .pinkh4.dispatch, .margin-info .pinkh4.dispatch, .faq .pinkh4.dispatch, .results .pinkh4.dispatch, .company-motto .pinkh4.dispatch, .company-ex .pinkh4.dispatch,
  .dispatch-use .pinkh4.dispatch, .dispatch-merit .pinkh4.dispatch, .company-information .pinkh4.dispatch, .president .pinkh4.dispatch, .access-map .pinkh4.dispatch, .pii .pinkh4.dispatch, .inquiry .pinkh4.dispatch, .flow-dispatch .pinkh4.dispatch, .three-merit .pinkh4.dispatch,
  .difference .pinkh4.dispatch, .temptoPerm .pinkh4.dispatch, .temptoPerm-flow .pinkh4.dispatch, .eventlist .pinkh4.dispatch, .event-job .pinkh4.dispatch {
    font-size: 25px !important;
    margin-bottom: 10px;
  }
  .job-information .pinkh4.ex, .staffing-system .pinkh4.ex, .merit .pinkh4.ex, .steps .pinkh4.ex, .work-merit .pinkh4.ex, .reservation .pinkh4.ex, .margin-info .pinkh4.ex, .faq .pinkh4.ex, .results .pinkh4.ex, .company-motto .pinkh4.ex, .company-ex .pinkh4.ex,
  .dispatch-use .pinkh4.ex, .dispatch-merit .pinkh4.ex, .company-information .pinkh4.ex, .president .pinkh4.ex, .access-map .pinkh4.ex, .pii .pinkh4.ex, .inquiry .pinkh4.ex, .flow-dispatch .pinkh4.ex, .three-merit .pinkh4.ex,
  .difference .pinkh4.ex, .temptoPerm .pinkh4.ex, .temptoPerm-flow .pinkh4.ex, .eventlist .pinkh4.ex, .event-job .pinkh4.ex {
    font-size: 25px !important;
  }
  .steps, .temptoPerm-flow {
    padding-bottom: 15px;
  }
  .steps dl, .temptoPerm-flow dl {
    margin-bottom: 0px;
  }
  .steps dl p, .temptoPerm-flow dl p {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .steps dl dt, .temptoPerm-flow dl dt {
    width: 110px;
    height: 40px;
  }
  .steps dl dd, .temptoPerm-flow dl dd {
    width: 200px;
    padding: 9px 0px 0px 0px;
  }
  .steps dl dd h1, .temptoPerm-flow dl dd h1 {
    justify-content: center;
    padding-bottom: 0px;
  }
  .work-merit .subtitle {
    font-size: 27px;
  }
  .work-merit dd {
    margin-bottom: 20px;
  }
  .work-merit .no-margin {
    margin-bottom: 0px;
  }
  .choose dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .choose dl dt {
    margin-bottom: 10px;
  }
  .choose dl dd {
    position: relative;
  }
  .choose dl dd label {
    margin-right: 0px;
  }
  .choose dl dd label.lpa {
    margin-bottom: 20px;
  }
  .choose dl dd input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 3px;
  }
  .choose dl dd input[type=radio]:checked::before {
    top: 1px;
    left: 1px;
  }
  .choose dl dd .form {
    height: 36px;
    padding: 6px 0px 6px 10px;
    margin-right: 0px;
  }
  .choose dl dd .form.form-name {
    width: 90%;
    margin-right: 8px;
    font-size: 16px;
  }
  .choose dl dd .form.form-mail, .choose dl dd .form.form-tel {
    font-size: 16px;
    margin: 0;
  }
  .choose dl dd .form.form-calender {
    width: 270px;
    font-size: 16px;
  }
  .choose dl dd .form.form-time {
    width: 110px;
    font-size: 16px;
  }
  .choose dl dd .form.form-age {
    width: 5em;
    margin-right: 8px;
    font-size: 16px;
  }
  .choose dl dd .form.form-address {
    font-size: 16px;
  }
  .choose dl dd .form.form-prefectures {
    width: 150px;
    font-size: 16px;
  }
  .choose dl dd .form.form-quare {
    height: 70px;
    font-size: 16px;
  }
  .choose dl dd .form.form-request {
    height: 124px;
    font-size: 16px;
  }
  .choose dl dd .form.form-kinds {
    width: 310px;
    font-size: 16px;
  }
  .choose dl dd .form-text {
    color: #FF0000;
    position: absolute;
  }
  .choose dl dd .form-text.mail {
    left: 117px;
    top: 55px;
  }
  .choose dl dd .form-text.tel {
    left: 133px;
    top: 55px;
  }
  .choose dl dd .form-text.method {
    left: 147px;
    top: 100px;
  }
  .choose dl dd .form-text.time {
    left: 133px;
    top: 0px;
  }
  .choose dl dd .calender {
    margin-bottom: 10px;
  }
  .choose dl dd .time-input {
    width: 110px;
  }
  .choose dl dd .time-label {
    margin: 0 14px 0 15px;
  }
  .choose dl dd .postmark {
    margin-right: 11px;
  }
  .choose dl .method.sp {
    margin-right: 100px;
  }
  .choose dl .contact {
    margin: 0 100px 20px 0;
  }
  .choose dl .contact.or {
    margin-bottom: 0px;
  }
  .choose dl .kinds-input .down-btn {
    position: absolute;
    left: 0px !important;
    margin-left: 270px;
  }
  .faq {
    padding-bottom: 0px;
  }
  .faq .faq-one dt {
    margin-bottom: 0px;
  }
  .faq dt {
    margin-bottom: 20px;
  }
  .faq dd {
    margin-left: 0px;
  }
  .faq dd p {
    margin-bottom: 40px;
  }
  .faq .faq-merit {
    margin-left: 27px;
  }
  .results {
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
  .results .work-info_id {
    font-size: 16px;
    right: 0px;
    top: 40px;
  }
  .results .work-info_id.two {
    top: 95px;
  }
  .results .work-info {
    margin: 20px 0 40px;
  }
  .results .work-info.two {
    margin-bottom: 0px;
  }
  .results .work-info .work-item-content {
    flex-direction: column-reverse;
  }
  .results .work-info .simple-work {
    width: 310px;
    margin: 20px 0;
  }
  .results .work-info .spsimple-work {
    width: 310px;
    margin: 20px 0;
  }
  .results .work-info .check-work {
    margin: 20px 0;
  }
  .results .work-info .work-info_details.add {
    margin-bottom: 20px;
  }
  .results .work-info .work-info_details dd {
    margin-left: 0px;
    padding-left: 80px;
  }
  .results .work-info .work-info_details dt {
    width: 80px;
  }
  .results .work-info .work-info_details.simpule dl {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .results .work-info .work-info_details.simpule dl dd {
    width: 120px;
  }
  .results .work-info .work-info_details.simpule dl dt {
    width: 190px;
  }
  .results .apply-buttons.under {
    margin-top: 0px;
  }
  .results .apply-buttons .apply-btn {
    width: 100px;
    height: 40px;
  }
  .results .apply-buttons .apply-btn img {
    margin-right: 3px;
  }
  .results .apply-buttons .apply-btn.tel {
    display: flex;
  }
  .results .apply-buttons .apply-btn.tel img {
    height: 20px;
    width: 20px;
  }
  .results .apply-buttons .apply-btn.web img {
    height: 13px;
  }
  .results .apply-buttons .apply-btn.line {
    display: flex;
  }
  .results .apply-buttons .apply-btn.line img {
    width: 20px;
  }
  .company-ex {
    padding-bottom: 10px;
    padding-top: 75px !important;
  }
  .company-ex .subtitle {
    top: -94px;
    line-height: 1.2;
  }
  .company-ex dt {
    padding: 0px;
  }
  .company-ex dd {
    font-size: 16px;
    padding-left: 0px;
  }
  .company-information {
    font-size: 16px;
  }
  .company-information .company-info dt {
    height: 0px;
  }
  .company-information dl {
    margin-bottom: 0px;
    flex-direction: column;
  }
  .company-information dl dt {
    width: 310px;
    height: 40px;
  }
  .company-information dl dd {
    width: 310px;
    line-height: 1.5;
    padding: 10px 0px 10px 13px;
  }
  .company-information dl.business dt {
    align-items: center;
  }
  .company-information .office-images {
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  .company-information .office-images img {
    width: 310px;
  }
  .company-information .office-images .main-office {
    margin-bottom: 20px;
  }
  .pii dd {
    width: 290px;
    margin-left: 20px;
  }
  .pii .date-contaier .date {
    margin-bottom: 0px;
  }
  .margin-info {
    padding-top: 70px;
  }
  .margin-info .subtitle {
    top: -19px;
  }
  .margin-info .pdf-icon {
    width: 40px;
  }
  .job-search {
    margin: 100px 0 30px;
    width: 100%;
    padding: 30px 50px 36px 50px;
    line-height: 0.8;
    text-align: left;
  }
  .job-search h2 {
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
  }
  .job-search label {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .job-search .search-btn {
    max-width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 26px;
    margin: 10px 0 0 0;
    padding-left: 65px;
  }
  .job-search .search-btn::after {
    content: url(/img/icon-arrow2.png);
    display: inline-block;
    position: absolute;
    right: 23px;
    bottom: 0px;
  }
  input[type=checkbox] {
    width: 28px;
    height: 28px;
  }
  .hamburger-demo-cover {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 896px;
    background: rgba(112, 112, 112, 0.3);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .menu-toggle:checked ~ .hamburger-demo-cover {
    opacity: 1;
    visibility: visible;
  }
  .menu-toggle {
    display: none;
  }
  .hamburger-menu {
    position: fixed;
    top: 11px;
    right: 18px;
    z-index: 1000;
  }
  .hamburger-menu .menu-button {
    display: block;
    width: 37px;
    padding-top: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }
  .hamburger-menu .menu-button .line {
    display: block;
    width: 100%;
    height: 2.4px;
    background-color: #707070;
    margin-bottom: 11px;
    transition: all 0.3s ease;
    border-radius: 10px;
  }
  .hamburger-menu .menu-button .line:last-child {
    margin-bottom: 0;
  }
  .menu-content {
    padding: 30px 30px 52px 40px;
    position: fixed;
    top: 70px;
    right: -350px;
    width: 300px;
    height: calc(100vh - 70px) !important;
    list-style: none;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: right 0.4s ease;
    z-index: 998;
    flex-direction: column;
  }
  .menu-content li {
    padding-bottom: 15px;
  }
  .menu-content .menu-content-margin {
    margin-bottom: 35px;
  }
  .menu-content .menu-content a {
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 1.1em;
  }
  .menu-toggle:checked ~ .menu-content {
    right: 0;
  }
  .menu-toggle:checked ~ .hamburger-menu .menu-button .line:nth-child(1) {
    transform: translateY(14px) rotate(45deg);
  }
  .menu-toggle:checked ~ .hamburger-menu .menu-button .line:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle:checked ~ .hamburger-menu .menu-button .line:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
  }
  .dispatch-merit p {
    margin-bottom: 0px;
  }
  .dispatch-merit dl dd {
    margin-bottom: 20px;
  }
  .president .president-name {
    margin: 20px 0 0 0;
  }
  .top-page main {
    margin-top: 0px;
  }
  main .container.margin {
    width: 100%;
  }
  .flow-dispatch .flow-img {
    margin-bottom: 20px;
  }
  .flow-dispatch .full-timejob-img {
    margin-bottom: 0px;
  }
  .flow-dispatch dt {
    width: 290px;
    height: 30px;
    line-height: 2;
    margin-bottom: 20px;
    border-radius: 0px 25px 25px 0px;
  }
  .flow-dispatch dt h2 {
    padding-left: 10px;
  }
  .difference .subtitle {
    top: -98px !important;
  }
  .three-merit, .difference {
    padding-top: 75px !important;
  }
  .three-merit .subtitle, .difference .subtitle {
    top: -94px;
    line-height: 1.2;
  }
  .three-merit dd .pink-three, .difference dd .pink-three {
    font-size: 17px;
  }
  .three-merit dd .spthree-merit-img, .difference dd .spthree-merit-img {
    margin-bottom: 20px;
  }
  .three-merit dd :last-child, .difference dd :last-child {
    margin-bottom: 0px;
  }
  .three-merit table, .difference table {
    text-align: center;
  }
  .three-merit table .table-center, .difference table .table-center {
    text-align: center;
    width: 115px;
  }
  .three-merit table tr th, .difference table tr th {
    padding: 18px 5px 18px 5px;
    width: 80px;
  }
  .three-merit table tr td, .difference table tr td {
    padding: 8px;
  }
  .temptoPerm .pink {
    font-size: 20px;
  }
  .temptoPerm dd {
    margin-bottom: 0px;
  }
  .temptoPerm-flow dl dd {
    padding: 0px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .eventlist .event-space dl dt {
    margin-right: 5px;
  }
  .eventlist .page dl {
    line-height: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eventlist .page dl dd .pager {
    flex-direction: column;
  }
  .eventlist .page dl dd .pager .page1 {
    margin-left: 60px;
  }
  .eventlist .page dl dd .search-eventlist {
    font-size: 16px;
    margin-left: 40px;
  }
  .eventlist .page dl dd .search-eventlist::after {
    margin-left: 5px;
  }
  .dispatch-use .subtitle {
    right: -11px;
  }
}
@media screen and (max-width: 500px) {
  #smallface main {
    margin: 0 0 100px;
  }
}/*# sourceMappingURL=site.css.map */