body {
  overflow-x: hidden;
}
body.on {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  body > header > div:first-child > div > .sp-only > a > img {
    transform: translateX(3px);
  }
}
@media screen and (max-width: 950px) {
  body article {
    overflow-x: hidden;
  }
}
body a {
  text-decoration: unset;
  cursor: pointer;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}
body * {
  box-sizing: border-box;
}
body table {
  display: table;
}
body span.mwform-radio-field.horizontal-item {
  display: flex;
}
body input[type=radio] {
  width: auto;
}
body .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body .flex.reverse {
  flex-direction: row-reverse;
}
body img {
  display: block;
}
@media screen and (max-width: 950px) {
  body .sp {
    display: block !important;
  }
}
@media screen and (min-width: 951px) {
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  body .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 951px) {
  body .sp_flex {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  body .pc {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  body .pc {
    display: block !important;
  }
}
@media screen and (max-width: 950px) {
  body .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  body .pc_flex {
    display: flex !important;
  }
}
body img {
  max-width: 100%;
}
@media screen and (min-width: 951px) {
  body table tr.pc {
    display: table-row !important;
  }
}
body.home .visual > ul > li {
  margin-left: 0;
  height: inherit;
  position: static;
}
body.home .visual > ul > li img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home article {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
body.home article .movie-list {
  justify-content: center;
}
@media screen and (max-width: 950px) {
  body.home article {
    max-width: 100%;
  }
}
body.home .service {
  max-width: 1000px;
  margin: 0 auto;
}
body.home .service .flex > * {
  width: 33%;
}
body.home .movies {
  gap: 20px;
  padding: 0;
  justify-content: center;
  margin: 50px auto 30px;
}
body.home .movies li {
  list-style: none;
  width: 45%;
}
body.home .movies li .names {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}
body.home .movies li img {
  height: 243px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
body.home .movies li a:hover {
  opacity: 1;
  text-decoration: unset;
}
body.home .movies li a:hover img {
  opacity: 1;
  box-shadow: 1px 1px 11px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 950px) {
  body.home .service {
    max-width: 100%;
  }
  body.home .service .flex {
    padding: 0 20px;
    margin: 30px auto 20px;
  }
  body.home .service .flex > div {
    margin-top: 15px;
  }
  body.home .service .flex > * {
    width: 100%;
  }
  body.home .movies {
    gap: 10px;
    margin: 30px auto 15px;
  }
  body.home .movies li .names {
    font-size: 16px;
  }
  body.home .movies li img {
    height: 25.3vw;
  }
}
body .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .wp-pagenavi a, body .wp-pagenavi span {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wp-pagenavi > * {
  min-width: 28px;
  height: 21px;
}
body .wp-pagenavi span.current {
  font-weight: normal;
  border: unset;
}
body .wp-pagenavi a:hover {
  outline-width: 0;
  text-decoration: underline;
}
body .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transform: scale(0.5);
}
body .sns > a {
  color: #3b5998;
}
@media screen and (max-width: 950px) {
  body .sns {
    gap: 0;
    transform: unset;
  }
}
body .sections {
  position: relative;
  z-index: 10;
  display: block;
}
body .sections .sections-inner {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 950px) {
  body .sections .sections-inner {
    padding: 0 20px;
  }
}
body .sections.archive {
  padding: 50px 0 150px;
}
body .sections.archive h1 {
  text-align: center;
}
body .sections.archive.archive-companies {
  background: #f5dfbc;
}
body .sections.archive.archive-companies .flex {
  max-width: 1000px;
  gap: 30px;
  margin: 0 auto;
}
body .sections.archive.archive-companies .flex .flex-item {
  background: #fff;
  padding: 30px;
  display: block;
  width: calc(50% - 15px);
}
body .sections.archive.archive-companies .flex .flex-item span {
  display: block;
}
@media screen and (max-width: 950px) {
  body .sections.archive.archive-companies .flex {
    gap: 15px;
  }
  body .sections.archive.archive-companies .flex .flex-item {
    width: 100%;
    padding: 10px;
  }
}
body .single-job .flex.apoint {
  gap: 30px;
  margin: 20px 0 40px;
  justify-content: center;
}
body .single-job .flex.apoint .flex-item {
  text-decoration: none;
  overflow: visible;
  display: inline-block;
  background: #4d78df;
  background: var(--color-bg-btn);
  color: #fff;
  color: var(--color-white);
  width: 80%;
  max-width: 340px;
  font-size: 2.4rem;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  transition: opacity ease 0.3s;
  text-align: center;
  cursor: pointer;
}
body .single-job .flex.apoint .flex-item:before {
  content: "";
  position: absolute;
  width: 0;
  display: block;
  border: 8px solid transparent;
  border-left: 15px solid #fff;
  border-left: 15px solid var(--color-white);
  top: 15px;
  right: 12px;
  transition: transform ease 0.3s;
  transform-origin: 25% 50%;
}
body .single-job .flex.apoint .flex-item.look.disable {
  background-color: #ccc;
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  body .single-job .flex.apoint {
    gap: 15px;
    margin-top: 30px;
  }
}
body .page-enterprise .lead a {
  text-decoration: underline;
}
body .page-enterprise .cta-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 640px;
  margin: 50px auto 40px;
}
body .page-enterprise .cta-area * {
  text-align: center;
}
@media screen and (max-width: 950px) {
  body .page-enterprise .lead {
    padding: 0 15px;
  }
  body .page-enterprise .cta-area {
    margin: 20px auto 40px;
    padding: 0 15px;
  }
}
body .apply section + section {
  margin-top: 20px;
}
body form input[type=submit] {
  margin-top: 30px;
}
body form input[name=company_name] {
  pointer-events: none;
  padding: 0;
}
body form table th, body form table td {
  vertical-align: middle;
}
body form p.text-center {
  line-height: 2;
}
body form .flex {
  width: calc(100% - 195px);
  gap: 15px;
}
body form .input_area {
  width: 300px;
  margin: 0;
}
body form .input_area input {
  max-width: 100%;
}
@media screen and (max-width: 950px) {
  body form table th, body form table td {
    padding: 20px;
    max-width: 50vw;
  }
  body form section {
    padding-left: 1%;
  }
  body form section div {
    margin: 5px auto 0;
  }
  body form p.text-center {
    text-align: left;
    padding: 0 15px;
  }
  body form .flex {
    width: 100%;
  }
  body form .input_area {
    width: 95%;
    margin: 0 auto;
  }
}
body .mwform-radio-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .mwform-radio-field label {
  display: block;
}
body .mwform-radio-field input[type=radio] {
  display: none;
}
body .mwform-radio-field input[type=radio]:checked ~ span:after {
  transform: scale(1) translateY(-50%);
}
body .mwform-radio-field span {
  position: relative;
  left: 0;
  top: 0;
  height: 30px;
  padding-left: 20px;
}
body .mwform-radio-field span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid;
}
body .mwform-radio-field span:after {
  position: absolute;
  left: 4px;
  content: "";
  top: 50%;
  backface-visibility: hidden;
  transform: scale(0) translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d65;
}
body .mwform-radio-field span a {
  text-decoration: underline;
  text-underline-offset: 10px;
}
body .mwform-radio-field span a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */