@charset "UTF-8";
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}
caption, th {
  font-weight: bold;
  text-align: left;
}
label {
  cursor: pointer;
}
label span {
  vertical-align: middle;
}
input, textarea, select {
  padding: 0;
  border-radius: 0;
  vertical-align: middle;
}
input:not([type="radio"]):not([type="checkbox"]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"], input[type="checkbox"], input[type="submit"] {
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
body {
  font-family: 游ゴシック体, YuGothic, Yu Gothic, 游ゴシック, メイリオ, sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.33;
  font-size: 16px;
  background-color: #fff;
  text-align: left;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  body {
    font-weight: 500;
  }
}
a {
  color: #555555;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #555555;
}
a img {
  -webkit-transition: 0.3s;
}
.ls01 {
  letter-spacing: 0.1em;
}
.ls-005 {
  letter-spacing: -0.05em;
}
.ls-01 {
  letter-spacing: -0.1em;
}
.ls-02 {
  letter-spacing: -0.2em;
}
.ls-03 {
  letter-spacing: -0.3em;
}
@media screen and (max-width:767px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (min-width:768px) {
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width:1225px) {
  .menuPC {
    display: none !important;
  }
  .menuP {
    display: block;
  }
}
@media screen and (min-width:1226px) {
  .menuPC {
    display: block;
  }
  .menuSP {
    display: none !important;
  }
}
/* 共通 */
main {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 1225px) {
  main {
    padding-top: 60px;
  }
}
section {
  width: 100%;
}
.bcgray {
  /*background-color: #f2f0ed;
  background-color: #fff3f6;*/
  background-color: #f9f1f1;
}
.bcgray + .bcgray {
  border-top: 5px solid #fff;
}
.bcbdrtop {
  border-top: 5px solid #f2f0ed;
}
.inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.btnwrap a {
  position: relative;
  width: 350px;
  height: 60px;
  background-color: #555555;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  padding: 0 10px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btnwrap a::after {
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btnwrap a:hover {
  background-color: #e5141b;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
}
.btnwrap a:hover:after {
  right: 13px;
}
.btnwrap.red a {
  background-color: #e5141b;
}
.btnwrap.red a:hover {
  background-color: #d30d13;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
}
.registerwrap {
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.inner .registerwrap {
  padding: 0;
}
.registerwrap._col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.registerwrap .btnwrap a {
  position: relative;
  width: 440px;
  height: 80px;
  background-color: #e5141b;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 80px;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.registerwrap .btnwrap a::after {
  display: block;
  content: "";
  position: absolute;
  top: 33px;
  right: 25px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.registerwrap .btnwrap a::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 36px;
  background: url("../img/icon02.png")no-repeat;
  background-size: cover;
  top: 20px;
  left: 30px;
}
.registerwrap .btnwrap a.top::before {
  left: 60px;
}
.registerwrap .btnwrap a:hover {
  background-color: #d30d13;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
}
.registerwrap .btnwrap a:hover:after {
  right: 22px;
}
@media screen and (max-width: 999px) {
  .registerwrap {
    padding: 40px 0;
  }
  .registerwrap .btnwrap a {
    width: 330px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding: 0 0 0 10px;
  }
  .registerwrap .btnwrap a::after {
    top: 26px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .registerwrap .btnwrap a::before {
    width: 25px;
    height: 26px;
    background: url(../img/icon02.png)no-repeat;
    background-size: cover;
    top: 17px;
    left: 15px;
  }
  .registerwrap .btnwrap a.top::before {
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .registerwrap {
    padding: 5% 0;
  }
  .registerwrap .btnwrap a {
    width: 90%;
    height: 65px;
    font-size: 4.2vw;
    line-height: 65px;
    padding: 0 0 0 5%;
  }
  .registerwrap .btnwrap a::after {
    top: 28px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .registerwrap .btnwrap a::before {
    width: 28px;
    height: 30px;
    top: 17px;
    left: 5%;
  }
  .inner .registerwrap .btnwrap a {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
 * フォーム
--------------------------------------------------------------------------- */
.contact input[type="text"] {
  width: 100%;
  padding: 1.15em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
  margin: 0;
  background-color: #f7f8f9;
}
.contact input[type="text"].w_small, .contact select.w_small {
  width: 25%;
}
.contact input[type="text"].w_middle, .contact select.w_middle {
  width: 48.5%;
}
.contact input[type="text"].w_middle2, .contact select.w_middle2 {
  width: 48.5%;
}
.contact input[type="text"].confirm, .contact select.confirm {
  margin-top: 15px;
}
.contact textarea {
  width: 100%;
  height: 14em;
  padding: 1.15em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
  margin: 0;
  background-color: #f7f8f9;
}
:placeholder-shown {
  color: #bbb;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #bbb;
}
:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bbb;
}
:focus:placeholder-shown {
  color: inherit;
}
:focus::-webkit-input-placeholder {
  font-size: 0;
}
:focus:-moz-placeholder {
  font-size: 0;
}
:focus::-moz-placeholder {
  font-size: 0;
}
:focus:-ms-input-placeholder {
  font-size: 0;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
label input[type="checkbox"] + span, label input[type="radio"] + span {
  position: relative;
  padding: 0 1.5em 0 1.75em;
  font-weight: 700;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
label input[type="checkbox"]:checked + span::before {
  border: none;
  background-color: #555555;
}
label input[type="checkbox"] + span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #555555;
  border-radius: 3px;
  z-index: 0;
  transition: .2s;
}
label input[type="checkbox"] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.35em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
label input[type="checkbox"]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
label input[type="radio"] + span::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 1.25em;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: .2s;
}
label input[type="radio"]:checked + span::before {
  border: 5px solid #e5141b;
}
select {
  padding: 1.15em 2.25em 1.15em 1.15em;
  background: url(../img/icon_arrow_bot.png) center right 1.15em no-repeat #fff;
  background-size: 0.75em;
  background-color: #f7f8f9;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
input[type="submit"] {
  width: 340px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 15px;
  background-color: #434343;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="submit"]:hover {
  background-color: #333;
}
input[type="button"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: #777878;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="button"]:hover {
  background-color: #434343;
}
@media screen and (max-width: 880px) {
  input[type="submit"] {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact input[type="text"].w_middle, .contact select.w_middle {
    width: 70%;
  }
  .contact input[type="text"].w_middle2, .contact select.w_middle2 {
    width: 48%;
  }
  .contact input[type="text"].w_small, .contact select.w_small {
    width: 48%;
  }
  .contact input[type="text"] {
    padding: 0.6em 0.5em;
    font-size: 15px;
  }
  select {
    padding: 0.6em 2.25em 0.6em 0.5em;
    font-size: 15px;
  }
  .contact textarea {
    padding: 0.6em 0.5em;
    font-size: 15px;
    height: 10em;
  }
  input[type="submit"] {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto 10px;
  }
  input[type="button"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
/* ---------------------------------------------------------------------------
 * header
--------------------------------------------------------------------------- */
header {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  text-align: left;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
header #head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header #head .logo a {
  display: inline-block;
  width: 270px;
  margin: 4px 0 0 25px;
}
header #head .logo img {
  width: 100%;
}
@media screen and (max-width: 1179px) {
  header #head .logo a {
    display: inline-block;
    width: 230px;
    margin: 4px 0 0 10%;
  }
}
/* nav */
header #head .navwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
/*header #head .gnav {
  margin-top: -8px;
}*/
header #head .gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header #head .gnav ul.gmenu li a {
  margin: 0 1em;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  color: #222;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header #head .gnav ul.gmenu li a::after {
  position: absolute;
  bottom: -17px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #e5141b;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
header #head .gnav ul.gmenu li a:hover::after {
  transform: scale(1, 1);
}
header #head .gnav ul.gmenu li a.active {
  color: #e5141b !important;
}
header #head .gnav .gnav_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
}
header #head .gnav .gnav_top .tel_wrap a {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  line-height: 1;
  color: #e5141b;
  text-decoration: none;
  margin-right: 10px;
  letter-spacing: 0;
}
header #head .gnav .gnav_top .tel_wrap a::before {
  content: "";
  display: block;
  width: 35px;
  height: 23px;
  background: url(../img/icon18.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
header #head .gnav ul.langmenu li a {
  margin: 0 0.5em;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  color: #222;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header #head .gnav .gnav_top ul.langmenu li:last-child a {
  margin-right: 1.2em;
}
header #head .gnav .gnav_top ul.langmenu li a:hover {
  text-decoration: underline;
}
#jp header #head .gnav .gnav_top ul.langmenu li:first-child a {
  text-decoration: underline;
}
#en header #head .gnav .gnav_top ul.langmenu li:last-child a {
  text-decoration: underline;
}
header #head .gnav .gnav_top ul.langmenu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5em;
  margin: auto;
  width: 1px;
  height: 80%;
  background-color: #222;
}
header #head .gnav .gnav_top ul.langmenu li:last-child a::after {
  display: none;
}
header #head .registerbtn a {
  position: relative;
  width: 100px;
  height: 80px;
  background-color: #e5141b;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 115px;
  padding: 0;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #head .registerbtn a:hover {
  background-color: #d30d13;
}
header #head .registerbtn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 26px;
  background: url("../img/icon01.png")no-repeat;
  background-size: cover;
  top: 16px;
  left: 38px;
}
@media screen and (max-width: 1350px) {
  header #head .gnav ul.gmenu li a {
    font-size: 13px;
  }
  header #head .gnav ul.gmenu li a::after {
    bottom: -18px;
  }
}
@media screen and (max-width: 1225px) {
  header {
    height: 61px;
  }
  header #head {
    height: 60px;
  }
  header #head .logo a {
    width: 230px;
  }
  header #head .logo img {
    width: 100%;
  }
  header #head .registerbtn a {
    width: 60px;
    height: 60px;
    font-size: 11px;
    line-height: 90px;
    margin-right: 60px;
    letter-spacing: 0;
  }
  header #head .registerbtn a::after {
    width: 24px;
    height: 26px;
    top: 8px;
    left: 21px;
  }
  header #head .tel_wrap2 a {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
    line-height: 1;
    color: #e5141b;
    text-decoration: none;
    margin-right: 10px;
    letter-spacing: 0;
  }
  header #head .tel_wrap2 a::before {
    content: "";
    display: block;
    width: 35px;
    height: 23px;
    background: url(../img/icon18.svg)no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header #head .logo {
    width: 45%;
    max-width: 200px;
  }
  header #head .logo a {
    display: inline-block;
    width: 100%;
    margin: 4px 0 0 10px;
  }
  header #head .registerbtn a {
    margin-top: -5px;
  }
  header #head .tel_wrap a {
    width: 60px;
    height: 60px;
    font-size: 12px;
    line-height: 90px;
    margin-right: 0;
    letter-spacing: 0;
    position: relative;
    /*background-color: #434343;*/
    background-color: #65cfd4;
    display: inline-block;
    text-align: center;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #head .tel_wrap a img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    left: 6px;
  }
}
.wrap_nav {
  font-size: 0;
  text-align: right;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  position: fixed;
}
.nav_inner {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 18px;
}
.wrap_nav_menu {
  width: 0px;
  height: 0px;
  min-width: 0px;
  min-height: 0px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .1s;
}
.wrap_nav_menu div {
  display: none;
}
/*開閉ボタン*/
#nav_toggle {
  width: 60px;
  height: 60px;
  background-color: #e5141b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all .1s;
  cursor: pointer;
}
#nav_toggle div {
  width: 38px;
  height: 25px;
  position: relative;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
  font-size: 10px;
  padding: 30px 0 15px;
  color: #fff;
}
#nav_toggle span {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
  overflow: hidden;
}
#nav_toggle span:nth-of-type(1) {
  top: 5px;
}
#nav_toggle span:nth-of-type(2) {
  top: 15px;
}
#nav_toggle span:nth-of-type(3) {
  top: 25px;
}
.open .nav_inner {
  display: block;
}
.wrap_nav.open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
}
.open .wrap_nav_menu {
  width: 280px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -8px 0 24px rgb(0 0 0 / 10%);
}
.open #nav_toggle span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.open #nav_toggle span:nth-of-type(2) {
  opacity: 0;
}
.open #nav_toggle span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.top .nav_top {
  display: none !important;
}
.nav_inner:hover .wrap_nav_menu {
  background-color: #fff;
}
.wrap_nav_menu ul.nav_menuSP {
  width: 100%;
  margin: 60px 0 8%;
  padding: 0;
  display: block;
}
.wrap_nav_menu ul.nav_menuSP li {
  position: relative;
  /*line-height: 46px;*/
  padding: 0 25px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.wrap_nav_menu ul.nav_menuSP li:first-child {
  border-top: 1px solid #e1e1e1;
}
.wrap_nav_menu ul.nav_menuSP li::after {
  display: block;
  content: "";
  position: absolute;
  top: 18px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_nav_menu ul.nav_menuSP li a {
  text-decoration: none;
  color: #222;
  line-height: 1;
  padding: 18px 0 15px;
  display: inline-block;
}
.wrap_nav_menu .registerbtn_op a {
  position: relative;
  width: 240px;
  height: 45px;
  background-color: #e5141b;
  border-radius: 22.5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  padding: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.wrap_nav_menu .registerbtn_op a::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 26px;
  background: url(../img/icon01.png)no-repeat;
  background-size: cover;
  top: 9px;
  left: 60px;
}
.wrap_nav_menu ul.langmenuSP {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5%;
}
.wrap_nav_menu ul.langmenuSP li a {
  margin: 0 0.5em;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  color: #222;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.wrap_nav_menu ul.langmenuSP li:last-child a {
  margin-right: 1.2em;
}
#jp .wrap_nav_menu ul.langmenuSP li:first-child a {
  text-decoration: underline;
}
#en .wrap_nav_menu ul.langmenuSP li:first-child a {
  text-decoration: underline;
}
.wrap_nav_menu ul.langmenuSP li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5em;
  margin: auto;
  width: 1px;
  height: 80%;
  background-color: #222;
}
.wrap_nav_menu ul.langmenuSP li:last-child a::after {
  display: none;
}
/* ---------------------------------------------------------------------------
 * index
--------------------------------------------------------------------------- */
/*メインビジュアル*/
.mv {
  width: 100%;
  height: auto;
  position: relative;
  background: url("../img/main.jpg?q=20240828")no-repeat;
  background-size: contain;
  padding-top: 26.666%;
}
.mv .catch {
  position: absolute;
  color: #333;
  font-size: 2.8vw;
  top: 32%;
  left: 3.5%;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.mv .catch span.small_txt {
  font-size: 2.5vw;
}
.mv .catch span.large_txt {
  font-size: 4vw;
  margin-left: -30px;
  color: #e5141b;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url("../img/main_sp.jpg?q=20240828")no-repeat;
    background-size: contain;
    padding-top: 100%;
  }
  .mv .catch {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 6.3vw;
    top: 20vw;
    left: 8.8%;
    text-align: center;
  }
  .mv .catch span.small_txt {
    font-size: 5vw;
  }
  .mv .catch span.large_txt {
    font-size: 10.5vw;
    margin-left: 0;
  }
}
/*コンテンツ*/
#mainwrap section {
  padding: 80px 0;
}
#mainwrap h2 {
  font-size: 36px;
  position: relative;
  margin-bottom: 55px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#mainwrap h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #e5141b;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  #mainwrap section {
    padding: 12% 0;
  }
  #mainwrap h2 {
    font-size: 6.5vw;
    margin-bottom: 8%;
  }
}
/*派遣で探す*/
.hakenwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*border-bottom: 1px solid #ccc;
  margin-bottom: 4%;*/
}
.hakenwrap .item {
  width: 47.5%;
  margin-bottom: 4%;
}
.hakenwrap .item a {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all .3s ease-in-out;
  position: relative;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  text-decoration: none;
  color: #444;
}
.hakenwrap .item a:hover {
  opacity: 0.8;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 25%);
}
.hakenwrap .item a img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.hakenwrap .item a dl.txtwrap {
  padding: 15px;
}
.hakenwrap .item a dl.txtwrap dt {
  font-size: 24px;
  font-weight: 700;
  color: #e5141b;
  line-height: 1.4;
  margin-bottom: 10px;
}
.hakenwrap .item a dl.txtwrap dd {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .hakenwrap {
    margin-bottom: 6%;
    padding-bottom: 2%;
  }
  .hakenwrap .item {
    width: 48%;
    margin-bottom: 4%;
  }
  .hakenwrap .item a dl.txtwrap {
    padding: 5%;
  }
  .hakenwrap .item a dl.txtwrap dt {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 2%;
  }
  .hakenwrap .item a dl.txtwrap dd {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
/*外国籍の方が働く・正社員で探す*/
#etcwrap .inner {
  width: calc(100% - 30px);
  max-width: 1000px;
  height: 100%;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
#etcwrap .inner #foreigner, #etcwrap .inner #register {
  width: 47.5%;
  display: flex;
  flex-direction: column;
}
#etcwrap .inner #foreigner .etcwrap, #etcwrap .inner #register .etcwrap {
  width: 100%;
  height: 100%;
  display: flex;
}
#etcwrap .inner .etcwrap .item {
  width: 100%;
  margin-bottom: 8%;
}
#etcwrap .inner .etcwrap .item a {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all .3s ease-in-out;
  position: relative;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  text-decoration: none;
  color: #222;
}
#etcwrap .inner .etcwrap .item a:hover {
  opacity: 0.8;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 25%);
}
#etcwrap .inner .etcwrap .item a img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#etcwrap .inner .etcwrap .item a dl.txtwrap {
  padding: 15px;
}
#etcwrap .inner .etcwrap .item a dl.txtwrap dt {
  font-size: 24px;
  font-weight: 700;
  color: #e5141b;
  line-height: 1.4;
  margin-bottom: 10px;
}
#etcwrap .inner .etcwrap .item a dl.txtwrap dd {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #etcwrap .inner {
    display: block;
  }
  #etcwrap .inner #foreigner, #etcwrap .inner #register {
    width: 100%;
  }
  #etcwrap .inner #foreigner {
    margin-bottom: 12%;
  }
  #etcwrap .inner .etcwrap .item a dl.txtwrap {
    padding: 3%;
  }
  #etcwrap .inner .etcwrap .item a dl.txtwrap dt {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 2%;
  }
  #etcwrap .inner .etcwrap .item a dl.txtwrap dd {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  #etcwrap .inner .etcwrap .item {
    width: 100%;
    margin-bottom: 6%;
  }
}
/*詳しい条件で探す*/
.conditions-wrap-detailed {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.conditions-wrap-detailed .Index_PriceOver {
  width: 50%;
  height: 70px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: -1px 0 0 -1px;
}
@media screen and (max-width: 999px) {
  .conditions-wrap-detailed {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .conditions-wrap-detailed {
    margin-bottom: 6%;
  }
  .conditions-wrap-detailed .Index_PriceOver {
    width: 100%;
    margin: -1px 0 0 0;
  }
}
/*取扱い求人例*/
.examplewrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.examplewrap li {
  width: 16.6%;
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-top: -1px;
}
.examplewrap li img {
  width: 100%;
}
.examplewrap li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .examplewrap li {
    width: 33.3%;
    margin-left: -1px;
    margin-top: -1px;
  }
}
/*さまざまな条件で探す*/
.conditions-wrap {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
  text-align: left;
}
.conditions-wrap:last-of-type {
  margin-bottom: 0;
}
.conditions-wrap h3 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 45px;
  line-height: 1;
}
.conditions-wrap h3 span {
  color: #e5141b;
}
.conditions-wrap h3.area::before {
  content: "";
  display: block;
  width: 22px;
  height: 32px;
  background: url("../img/icon04.png")no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 5px;
}
.conditions-wrap h3.occupation::before {
  content: "";
  display: block;
  width: 33px;
  height: 30px;
  background: url("../img/icon05.png")no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.conditions-wrap h3.choosy::before {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background: url("../img/icon06.png")no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 5px;
}
.conditions-wrap .indexsearchBoxItem__conditions {
  width: 100%;
  display: block;
  margin: 0 0 -20px 0;
}
.conditions-wrap .indexsearchBoxItem__conditions .keywords__word {
  font-weight: 500;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .05em;
  margin: 0 5px 5px;
  overflow: hidden;
}
.conditions-wrap .indexsearchBoxItem__conditions .keywords__word a {
  webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
  background-color: #f2f0ed;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #555555;
  text-decoration: none;
  font-weight: 700;
}
.conditions-wrap .indexsearchBoxItem__conditions .keywords__word a:hover {
  background-color: #555555;
  color: #fff;
}
.conditions-wrap .index__listarea .index__listarea-ttl_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.conditions-wrap .index__listarea .index__listarea-ttl_wrap .index__listarea-ttl {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 10px;
  width: calc(100% - 90px);
}
.conditions-wrap .index__listarea .index__listarea-ttl_wrap .index__listarea-ttl span {
  font-size: 18px;
  font-weight: 700;
  color: #e5141b;
}
.conditions-wrap .index__listarea .index__listarea-ttl_wrap .bkbtn {
  width: 60px;
  margin: 0 2% 0 0;
}
.conditions-wrap .index__listarea .index__listarea-ttl_wrap .bkbtn a {
  position: relative;
  width: 60px;
  height: 26px;
  background-color: #777878;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  padding: 0 0 0 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.conditions-wrap .index__listarea .index__listarea-ttl_wrap .bkbtn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.conditions-wrap .index__listarea .index__listarea-ttl_wrap .bkbtn a:hover {
  background-color: #434343;
}
.conditions-wrap .indexsearchBoxItem__conditions .keywords__word.listarea3 {
  width: 48%;
}
.conditions-wrap .indexsearchBoxItem__conditions .keywords__word.listarea3 a {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.conditions-wrap .index__listjob:first-of-type {
  margin-top: -15px;
}
.conditions-wrap .index__listjob {
  margin: 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.conditions-wrap .index__listjob a {
  display: block;
  position: relative;
  padding: 0.85em 30px 0.85em 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.conditions-wrap .index__listjob a::after {
  position: absolute;
  top: 28px;
  bottom: 0;
  right: 15px;
  content: "";
  /*width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);*/
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}
.conditions-wrap .btn_detail.active:after {
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 15px;
  content: "";
  /*width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
}
.conditions-wrap .index__listjob_detail {
  display: none;
}
.conditions-wrap .index__listjob_open {
  max-width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
  margin: 0 auto;
}
.conditions-wrap .index__listjob_open a::after {
  content: none;
}
.conditions-wrap .index__listjob .indexsearchBoxItem__conditions .keywords__word a {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .conditions-wrap .index__listarea .index__listarea-ttl_wrap .bkbtn {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .conditions-wrap {
    margin-bottom: 4%;
    padding: 5% 3%;
  }
  .conditions-wrap h3 {
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 35px;
  }
  .conditions-wrap h3.area::before {
    width: 18px;
    height: 26px;
    bottom: 0;
    left: 5px;
  }
  .conditions-wrap h3.occupation::before {
    width: 29px;
    height: 26px;
    bottom: -1px;
    left: -2px;
  }
  .conditions-wrap h3.choosy::before {
    width: 20px;
    height: 24px;
    bottom: 0;
    left: 5px;
  }
  .conditions-wrap .indexsearchBoxItem__conditions .keywords__word {
    font-size: 14px;
    margin: 0 3px 5px;
  }
  .conditions-wrap .indexsearchBoxItem__conditions .keywords__word a {
    padding: 8px 12px;
  }
  .conditions-wrap .btn_detail_ttl {
    display: block;
    position: relative;
    padding-right: 30px;
    text-decoration: none;
    color: #222;
  }
  .conditions-wrap .btn_detail_ttl::after {
    position: absolute;
    top: 6px;
    bottom: 0;
    right: 15px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
  }
  .conditions-wrap .btn_detail_ttl.active:after {
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333;
  }
  .conditions-wrap .index__listjob_detail__ttl {
    display: none;
  }
  .conditions-wrap .index__listjob_open__ttl {
    max-width: 100%;
    padding: 5% 0 20px 0;
    text-align: left;
    margin: 5% auto -3px;
    border-top: 1px solid #ccc;
  }
  .conditions-wrap .indexsearchBoxItem__conditions .keywords__word.listarea3 {
    width: 100%;
  }
  .conditions-wrap .index__listarea .index__listarea-ttl_wrap .bkbtn {
    margin: 0;
  }
}
/*はじめての方へ*/
#firsttime p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#firsttime ul {
  margin: 40px 0;
  margin-bottom: calc(40px - 2%) !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#firsttime ul li {
  width: 49%;
  border: 1px solid #222;
  margin-bottom: 2%;
}
#firsttime ul li img {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #firsttime ul {
    margin: 4% 0 2% !important;
  }
}
@media screen and (max-width: 767px) {
  #firsttime p {
    line-height: 1.3;
    font-size: 15px;
  }
  #firsttime ul {
    margin: 4% 0 2% !important;
  }
  #firsttime ul li {
    width: 100%;
    margin-bottom: 6%;
  }
}
/*東海求人ナビとは*/
#about {
  background: #f9f1f1 url("../img/about_bg.png")no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.no-webp #about {
  background: url("./img/about_bg.png")
}
section#about {
  padding: 60px 0 340px !important;
}
#about h2 img {
  vertical-align: text-bottom;
  width: 218px;
  height: 38px;
  margin: 0 5px 7px 0;
}
#about .inner {
  max-width: 900px;
}
#about .inner p {
  text-align: center;
}
#about .inner p.capttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
}
#about .btnwrap {
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  #about {
    background: #f9f1f1 url("../img/about_bg.png")no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  #about .btnwrap {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  section#about {
    padding: 12% 0 50vw !important;
    background-size: 140% auto;
  }
  #about .inner p.capttl {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 3%;
  }
  #about .inner p {
    font-size: 16px;
  }
  #about .btnwrap {
    margin-top: 6%;
  }
}
/*サイドメニュー*/
#current-nav {
  position: fixed;
  bottom: 230px;
  right: 0;
  z-index: 20;
  width: 60px;
  background-color: #555555;
  padding: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#current-nav {
  display: none;
}
#current-nav .ttl {
  font-size: 15px;
  line-height: 1;
  padding: 18px 0 15px;
  text-align: center;
}
#current-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#current-nav ul li {
  width: 100%;
}
#current-nav ul li a {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 17px 9px 0;
  margin-bottom: -6px;
  border-top: 1px solid #9b9c9c;
  text-align: justify;
  text-justify: inter-ideograph;
}
#current-nav ul li a:hover {
  background-color: #e5141b;
}
#current-nav ul li:last-child a:hover {
  background-color: #e5141b;
  border-bottom-left-radius: 8px;
}
/*#current-nav ul li a.current {
  background-color: #e5141b !important;
}
#current-nav ul li:last-child a.current {
  background-color: #e5141b !important;
	border-bottom-left-radius: 8px;
}*/
@media screen and (max-height:970px) {
  #current-nav {
    display: none !important;
  }
}
@media screen and (max-width:1140px) {
  #current-nav {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #current-nav {
    bottom: 80px;
    width: 46px;
  }
  #current-nav .ttl {
    font-size: 11px;
    padding: 10px 0 10px;
  }
  #current-nav ul li a {
    font-size: 8px;
    padding: 5px 11px 5px 0;
  }
}
/*サイドボタン*/
.side-btn-area {
  display: none;
}
.side-btn-area a {
  position: fixed;
  bottom: 85px;
  right: -10px;
  z-index: 20;
  width: 180px;
  background-color: #e5141b;
  padding: 20px 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.side-btn-area a p {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding-right: 10px;
}
.side-btn-area a .btnwrap {
  position: relative;
  width: 140px;
  height: 45px;
  background-color: #fff;
  border-radius: 8px;
  color: #e5141b;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 48px;
  padding: 0 0 0 40px;
  margin-top: 10px;
}
.side-btn-area a .btnwrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 28px;
  background: url(../img/icon03.png)no-repeat;
  background-size: cover;
  top: 8px;
  left: 20px;
}
.side-btn-area a:hover {
  right: 0px;
  background-color: #d30d13;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
}
@media screen and (max-width: 999px) {
  .side-btn-area a {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    background-color: #e5141b;
    padding: 10px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .side-btn-area a p {
    text-align: left;
    padding-right: 20px;
  }
  .side-btn-area a .btnwrap {
    width: 160px;
    margin-top: 0;
  }
}
/* ---------------------------------------------------------------------------
 * フッター
--------------------------------------------------------------------------- */
footer {
  background-color: #434343;
  color: #fff;
  position: relative;
  z-index: 9;
  width: 100%;
}
.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer_wrap .footer_top {
  padding: 40px 0;
  width: 100%;
}
.footer_wrap .footer_top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer_wrap .footer_top ul li.btnwrap a {
  position: relative;
  width: 260px;
  height: 50px;
  background-color: #434343;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 50px;
  padding: 0 5px 0 0;
  margin: 0 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_wrap .footer_top ul li.btnwrap a:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_wrap .footer_top ul li.btnwrap a:hover {
  background-color: #3c3c3c;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
}
.footer_wrap .footer_top ul li.btnwrap a:hover:after {
  right: 15px;
}
.footer_wrap .footer_bottom {
  width: 100%;
  height: 85px;
  padding: 0 25px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.footer_wrap .footer_bottom .footer_right {
  width: auto;
}
.footer_wrap .footer_bottom .footer_left {
  width: auto;
}
.footer_wrap .footer_bottom .footer_left .fnav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px 0 4px;
}
.footer_wrap .footer_bottom .footer_left .fnav_list li a {
  font-size: 13px;
  margin-right: 30px;
  letter-spacing: 0.05em;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_wrap .footer_bottom .footer_left .fnav_list li a:hover {
  /*text-decoration: underline;*/
  opacity: 0.7;
}
.footer_wrap .footer_bottom .footer_left .copy {
  font-size: 13px;
  letter-spacing: 0;
  padding: 4px 0 15px;
  color: #333;
}
.footer_wrap .footer_bottom .footer_right .tel_wrap a {
  font-size: 30px;
  position: relative;
  padding-left: 60px;
  line-height: 1;
  color: #e5141b;
  text-decoration: none;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.footer_wrap .footer_bottom .footer_right .tel_wrap a::before {
  content: "";
  display: block;
  width: 42px;
  height: 28px;
  background: url("../img/icon17.svg")no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 10px;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 999px) {
  .index-page footer {
    padding-bottom: 65px;
  }
  .footer_wrap .footer_bottom {
    padding: 10px 20px;
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  .footer_wrap .footer_bottom {
    justify-content: center;
    flex-direction: row;
    padding: 4% 3% 3%;
  }
  .footer_wrap .footer_bottom .footer_right {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #434343;
    padding-bottom: 2%;
  }
  .footer_wrap .footer_bottom .footer_left {
    width: 100%;
  }
  .footer_wrap .footer_bottom .footer_left .fnav_list {
    justify-content: center;
    padding: 2% 0 1%;
  }
  .footer_wrap .footer_bottom .footer_left .copy {
    padding: 1% 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap .footer_top {
    padding: 5% 3%;
  }
  .footer_wrap .footer_bottom {
    height: auto;
    padding: 5% 3%;
  }
  .footer_wrap .footer_bottom .footer_right {
    padding-bottom: 5%;
  }
  .footer_wrap .footer_bottom .footer_left .fnav_list {
    justify-content: flex-start;
    padding: 5% 0 2.5%;
  }
  .footer_wrap .footer_bottom .footer_left .fnav_list li {
    line-height: 1.3;
    width: 100%;
    text-align: left;
    width: 50%;
    padding-left: 2%;
    margin-bottom: 2%;
  }
  .footer_wrap .footer_bottom .footer_left .fnav_list li a {
    font-size: 13px;
    margin: 0;
    letter-spacing: 0;
  }
  .footer_wrap .footer_bottom .footer_left .copy {
    padding-top: 5%;
    width: 100%;
    text-align: center;
    border-top: 1px solid #434343;
  }
}
@media screen and (max-width: 640px) {
  .footer_wrap .footer_top ul li.btnwrap a {
    width: 165px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    padding: 0 8px 0 0;
    margin: 0 5px;
    letter-spacing: 0;
  }
  .footer_wrap .footer_top ul li.btnwrap a:after {
    top: 16px;
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 400px) {
  .footer_wrap .footer_top ul li.btnwrap a {
    font-size: 3vw;
  }
}
/* ページトップへ */
.totop {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.totop img {
  margin: 14px auto 2px;
  display: block;
}
.totop span {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
}
.totop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background-color: #333;
}
.totop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background-color: #e5141b;
}
.totop:hover:before {
  opacity: 0;
}
.totop a {
  display: block;
  position: absolute !important;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/* ---------------------------------------------------------------------------
 * 求人検索
--------------------------------------------------------------------------- */
#job-search .job-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#job-search .job-content._col2 {
  justify-content: space-between;
}
#job-search .job-content .str-main-column {
  width: 67%;
}
#job-search .job-content .str-main-column .inner {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  text-align: left;
  margin: 0;
}
/* 検索一覧 */
#job-search .job-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
#job-search .job-content .side-column {
  width: 30%;
  padding: 30px 0;
  margin-top: 120px;
}
#job-search .job-content .str-main-column .page-info-ui {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
#job-search .job-content .str-main-column .page-info-ui .page-count {
  font-size: 14px;
  font-size: 400;
  letter-spacing: 0;
}
#job-search .job-content .str-main-column .page-info-ui .page-count strong {
  font-size: 20px;
  font-size: 700;
}
#job-search .job-content .str-main-column .page-info-ui .result-sort-switch select {
  padding: 0.25em 2.25em 0.25em 0.5em;
  background: url(../img/icon_arrow_bot.png) center right 0.5em no-repeat #fff;
  background-size: 0.75em;
  font-size: 13px;
  border: 1px solid #ccc;
}
#job-search .job-content .job-list {
  width: 100%;
  margin-bottom: 0;
}
#job-search .job-content .job-list .job-detail {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  background-color: #fff;
  margin-bottom: 40px;
}
#job-search .job-content .job-list .job-detail:last-child {
  margin-bottom: 0;
}
#job-search .job-content .job-list .job-detail .job-detail-wrap {
  padding: 30px;
}
#job-search .job-content .job-list .job-detail .job-detail-wrap .job-number, #job-search .job-detail-content .job-number {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 5px;
}
#job-search .job-content .job-list .job-detail .job-detail-wrap .job-number .job-no, #job-search .job-detail-content .job-no {
  font-size: 14px;
  color: #666;
}
#job-search .job-content .job-list .job-detail .job-detail-title {
  margin-bottom: 15px;
}
#job-search .job-content .job-list .job-detail .job-detail-title a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
#job-search .job-content .job-list .job-detail .job-detail-wrap.new .job-detail-title a {
  position: relative;
}
#job-search .job-content .job-list .job-detail .job-detail-wrap.new .job-detail-title a::after {
  content: "NEW";
  display: block;
  width: 60px;
  height: 25px;
  background-color: #f9a417;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 33px;
  left: 0;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#job-search .job-content .job-list .job-detail .job-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
#job-search .job-content .job-list .job-detail ul.job-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: -10px;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li {
  width: 100%;
  font-size: 16px;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  position: relative;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li span {
  margin-right: 10px;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-committed::before, .job-info-list-wrap dl.job-info-list dt.icon-committed::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon07.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-jobtype::before, .job-info-list-wrap dl.job-info-list dt.icon-jobtype::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon09.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-location::before, .job-info-list-wrap dl.job-info-list dt.icon-location::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon08.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-qualification::before, .job-info-list-wrap dl.job-info-list dt.icon-qualification::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon10.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-wallet::before, .job-info-list-wrap dl.job-info-list dt.icon-wallet::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon14.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-period::before, .job-info-list-wrap dl.job-info-list dt.icon-period::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon11.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-clock::before, .job-info-list-wrap dl.job-info-list dt.icon-clock::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon12.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail ul.job-info-list li.icon-content::before, .job-info-list-wrap dl.job-info-list dt.icon-content::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon13.svg")no-repeat;
  background-size: cover;
  top: 2px;
  left: 2px;
  position: absolute;
}
#job-search .job-content .job-list .job-detail .job-entry {
  padding: 30px 0;
  background-color: #e4e5e6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#job-search .job-content .job-list .job-detail .job-entry .btnwrap a {
  width: 280px !important;
}
#job-search .job-content .job-list .job-detail .job-entry .mod-button-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#job-search .job-content .job-list .job-detail .job-entry .mod-button-set li {
  margin: 0 15px;
}
#job-search .job-content .job-list .job-detail .job-entry .mod-button-set li.entrybtn a {
  background-color: #e5141b;
}
#job-search .job-content .job-list .job-detail .job-entry .mod-button-set li.entrybtn a:hover {
  background-color: #e5141b;
}
#job-search .job-content .job-list .job-detail .job-entry .mod-button-set li.ditailbtn a {
  background-color: #434343;
}
#job-search .job-content .job-list .job-detail .job-entry .mod-button-set li.ditailbtn a:hover {
  background-color: #333333;
}
/* 右カラム */
#job-search .job-content .side-column {
  width: 30%;
}
#job-search .job-content .side-column .search-box, .job-info-list-wrap .search-box {
  width: 100%;
  margin-bottom: 30px;
}
#job-search .job-content .side-column .search-box .inner, .job-info-list-wrap .search-box .inner {
  text-align: left;
  width: 100%;
  background-color: #f1f0ec;
  border-radius: 8px;
  padding: 15px;
}
#job-search .job-content .side-column .search-box .inner h3, .job-info-list-wrap .search-box .inner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
#job-search .job-content .side-column .search-box .inner ul, .job-info-list-wrap .search-box .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
#job-search .job-content .side-column .search-box .inner ul li, .job-info-list-wrap .search-box .inner ul li {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
}
#job-search .job-content .side-column .search-box .inner ul li::after, .job-info-list-wrap .search-box .inner ul li::after {
  content: "/";
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
}
#job-search .job-content .side-column .search-box .inner ul li:last-child::after, .job-info-list-wrap .search-box .inner ul li:last-child::after {
  content: none;
}
#job-search .job-content .side-column .search-box .inner .btnarea, .job-info-list-wrap .search-box .inner .btnarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#job-search .job-content .side-column .search-box .inner .btnarea a, .job-info-list-wrap .search-box .inner .btnarea a {
  position: relative;
  width: 130px;
  height: 32px;
  background-color: #555555;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#job-search .job-content .side-column .search-box .inner .btnarea a:hover, .job-info-list-wrap .search-box .inner .btnarea a:hover {
  background-color: #e5141b;
}
#job-search .job-content .side-column .search-box .inner .btnarea a::after, .job-info-list-wrap .search-box .inner .btnarea a::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#job-search .job-content .side-column .beginners-box {
  width: 100%;
  margin-bottom: 30px;
}
#job-search .job-content .side-column .beginners-box .inner {
  text-align: left;
  width: 100%;
}
#job-search .job-content .side-column .beginners-box .inner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
#job-search .job-content .side-column .beginners-box .inner .beginners_bnr {
  width: 100%;
  /*border: 3px solid #ccc;
  border-radius: 8px;*/
}
#job-search .job-content .side-column .beginners-box .inner .beginners_bnr a {
  display: inline-block;
}
#job-search .job-content .side-column .beginners-box .inner .beginners_bnr img {
  width: 100%;
  /*border-radius: 8px;*/
}
#job-search .job-content .side-column .beginners-box .inner .beginners_bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 999px) {
  #job-search .job-content .str-main-column {
    width: 100%;
  }
  #job-search .job-content .str-main-column .inner {
    width: calc(100% - 30px);
    max-width: 1000px;
    padding: 30px 0;
    margin: 0 auto;
  }
  #job-search .job-content .side-column {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #job-search .job-content .side-column .search-box {
    width: 100%;
    margin-bottom: 0;
    padding: 30px 0 60px;
  }
  #job-search .job-content .side-column .search-box .inner {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
  }
  #job-search .job-content .side-column .beginners-box {
    background-color: #f9f1f1;
    width: 100%;
    margin-bottom: 0;
    padding: 60px 0;
  }
  #job-search .job-content .side-column .beginners-box .inner {
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #job-search .job-content .str-main-column .inner {
    padding: 6% 0;
  }
  #job-search .job-content h2 {
    font-size: 18px;
    margin-bottom: 6%;
  }
  #job-search .job-content .str-main-column .page-info-ui {
    margin-bottom: 15px;
  }
  #job-search .job-content .job-list .job-detail .job-detail-wrap {
    padding: 5%;
  }
  #job-search .job-content .job-list .job-detail .job-entry {
    padding: 5% 0;
  }
  #job-search .job-content .job-list .job-detail .job-detail-title {
    margin-bottom: 10px;
  }
  #job-search .job-content .job-list .job-detail .job-detail-title a {
    font-size: 20px;
  }
  #job-search .job-content .job-list .job-detail .job-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #job-search .job-content .job-list .job-detail ul.job-info-list li {
    margin-bottom: 7px;
    font-size: 15px;
  }
  #job-search .job-content .job-list .job-detail {
    margin-bottom: 6%;
  }
  #job-search .job-content .job-list {
    margin-bottom: 6%;
  }
  #job-search .job-content .side-column .search-box {
    padding: 6% 0 12%;
  }
  #job-search .job-content .side-column .beginners-box {
    padding: 12% 0;
  }
  #job-search .job-content .job-list .job-detail .job-detail-wrap.new .job-detail-title a::after {
    bottom: 28px;
  }
}
@media screen and (max-width: 640px) {
  #job-search .job-content .job-list .job-detail .job-entry .mod-button-set li.btnwrap a {
    width: 158px !important;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px 0 0;
    margin: 0 5px;
    letter-spacing: 0;
  }
  #job-search .job-content .job-list .job-detail .job-entry .mod-button-set li.btnwrap a:after {
    top: 16px;
    right: 10px;
    width: 8px;
    height: 8px;
  }
  #job-search .job-content .job-list .job-detail .job-entry .mod-button-set li {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  #job-search .job-content .job-list .job-detail .job-entry .mod-button-set li.btnwrap a {
    font-size: 4vw;
  }
}
/* ---------------------------------------------------------------------------
 * 求人詳細
--------------------------------------------------------------------------- */
.job-detail-content {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0 60px;
}
.job-detail-content h1 {
  font-size: 24px;
  color: #e5141b;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.job-detail-content h1 .new-icon {
  background-color: #f9a417;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 4px 14px;
  margin-right: 10px;
}
.job-detail-content .job-description-content {
  width: 100%;
  padding: 20px 0;
  margin: 15px 0 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.job-detail-content .job-description-content h2 {
  color: #e5141b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
.job-detail-content .job-description-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.job-detail-content .job-tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.job-detail-content .job-tag-list li {
  font-size: 14px;
  font-weight: 500;
  background-color: #e5141b;
  color: #fff;
  letter-spacing: 0;
  padding: 6.5px 20px;
  line-height: 1;
  margin: 0 16px 5px 0;
  border-radius: 3px;
}
.job-detail-content-under {
  width: 100%;
  background-color: #f2f4f5;
  padding: 30px 0;
}
#job-search .job-detail-content-under .job-content h2 {
  margin-bottom: 15px;
}
.job-conditions h2 {
  color: #e5141b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
}
.job-conditions .job-conditions-tbl {
  width: 100%;
  overflow: hidden;
}
.job-conditions .job-conditions-tbl section {
  line-height: 1.6;
  margin: 2px 0;
  display: flex;
}
.job-conditions .job-conditions-ttl {
  font-weight: 700;
  font-size: 16px;
  width: 170px;
  padding: 20px;
  box-sizing: border-box;
  color: #222;
  background: #e4e5e6;
}
.job-conditions .job-conditions-detail {
  white-space: pre-line;
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
  background: #f7f8f9;
  font-size: 16px;
  font-weight: 400;
}
.job-detail-content .job-entry {
  margin-top: 40px;
}
.job-detail-content .job-entry .mod-button-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.job-detail-content .job-entry .mod-button-set li {
  margin: 0 15px;
}
.job-detail-content .job-entry .mod-button-set li.entrybtn a {
  background-color: #e5141b;
  width: 340px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
}
.job-detail-content .job-entry .mod-button-set li.entrybtn a::after {
  top: 28px;
  right: 25px;
  width: 13px;
  height: 13px;
}
.job-detail-content .job-entry .mod-button-set li.entrybtn a:hover:after {
  right: 22px;
}
.job-detail-content .job-entry .mod-button-set li.entrybtn a:hover {
  background-color: #e5141b;
}
/* 関連する条件から探す */
.job-info-list-wrap {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  background-color: #fff;
  margin-bottom: 40px;
  padding: 15px;
}
.job-info-list-wrap dl.job-info-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5px;
  text-align: left;
}
.job-info-list-wrap dl.job-info-list dt {
  width: 110px;
  font-size: 14px;
  font-weight: 700;
  color: #e5141b;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0;
}
.job-info-list-wrap dl.job-info-list dd {
  width: calc(100% - 110px);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.job-info-list-wrap .search-box {
  margin-bottom: 0 !important;
}
.job-detail-content-under .job-content .side-column .inner {
  text-align: left;
}
@media screen and (max-width: 999px) {
  .job-detail-content-under {
    background-color: #fff;
    padding: 0;
  }
  .job-detail-content-under .job-content .str-main-column {
    width: 100%;
    background-color: #f2f4f5
  }
  .job-detail-content-under .job-content .str-main-column .inner {
    padding: 60px 0 !important;
  }
  .job-detail-content-under .job-content .side-column {
    width: 100%;
    padding: 60px 0 !important;
  }
  .job-info-list-wrap {
    margin-bottom: 0;
  }
  .job-detail-content-under .job-content .side-column .job-info-list-wrap .search-box {
    padding: 0 !important;
  }
  .job-detail-content-under .job-content .side-column .job-info-list-wrap .search-box .inner {
    width: 100% !important;
  }
  .job-info-list-wrap dl.job-info-list dt {
    width: 200px;
  }
  .job-info-list-wrap dl.job-info-list dd {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .job-detail-content {
    padding: 6% 0 12%;
  }
  .job-detail-content h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .job-detail-content .job-tag-list li {
    margin: 0 8px 5px 0;
  }
  .job-detail-content .job-description-content {
    padding: 10px 0;
    margin: 10px 0 25px;
  }
  .job-detail-content .job-description-content h2 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .job-detail-content .job-description-content p {
    font-size: 16px;
  }
  .job-conditions h2 {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .job-conditions .job-conditions-ttl {
    font-size: 16px;
    width: 100%;
    padding: 8px 12px;
  }
  .job-conditions .job-conditions-detail {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
  .job-conditions .job-conditions-tbl section {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .job-detail-content .job-entry {
    margin-top: 6%;
  }
  .job-detail-content .job-entry .mod-button-set li.entrybtn a {
    background-color: #e5141b;
    width: 260px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .job-detail-content .job-entry .mod-button-set li.entrybtn a::after {
    top: 20px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .job-detail-content-under .job-content .str-main-column .inner {
    padding: 12% 0 !important;
  }
  .job-detail-content-under .job-content .job-list {
    margin-bottom: 0 !important;
  }
  .job-detail-content-under .job-content .side-column {
    padding: 12% 0 !important;
  }
  .job-info-list-wrap dl.job-info-list dt {
    width: 110px;
  }
  .job-info-list-wrap dl.job-info-list dd {
    width: calc(100% - 110px);
  }
}
/* ---------------------------------------------------------------------------
 * ページャー
--------------------------------------------------------------------------- */
.pager {
  margin: 30px auto 0;
}
.pager .pagination {
  text-align: center;
  margin: 0 auto;
}
.pager .pagination li {
  display: inline;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #777878;
  width: 32px;
  height: 32px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  line-height: 32px;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #777878;
  text-decoration: none;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  font-size: 14px;
  font-weight: 400;
}
.pager .pagination li a:hover {
  color: #fff;
  background: #777878;
}
.pager .pagination li a.active {
  color: #fff;
  background: #777878;
}
.pager .pagination li.pre, .pager .pagination li.next {
  background: #fff;
  border: 1px solid #777878;
  position: relative;
  text-indent: -9999px;
}
.pager .pagination li.pre a::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #777878;
  border-right: 1px solid #777878;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.pager .pagination li.next a::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #777878;
  border-right: 1px solid #777878;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pager .pagination li.pre a:hover, .pager .pagination li.next a:hover {
  color: #fff;
  background: #777878;
}
.pager .pagination li.pre a:hover::before, .pager .pagination li.next a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* ---------------------------------------------------------------------------
 * モーダル（ポップアップ）
--------------------------------------------------------------------------- */
.Index_PriceOver {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.js_modalBtnWrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  overflow: hidden;
}
.js_modalBtnWrap span {
  color: #e5141b;
}
.js_modalBtnWrap a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 15px 25px;
  color: #222;
}
.js_modalBtnWrap a::after {
  position: absolute;
  top: 22px;
  bottom: 0;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.js_modalBtnWrap a:hover {
  background-color: rgba(242, 244, 245, 0.3);
}
.mfp-iframe::-webkit-scrollbar, .js_modalwrap_scroll::-webkit-scrollbar {
  width: 4px;
}
.mfp-iframe::-webkit-scrollbar-track, .js_modalwrap_scroll::-webkit-scrollbar-track {
  background-color: #ddd;
}
.mfp-iframe::-webkit-scrollbar-thumb, .js_modalwrap_scroll::-webkit-scrollbar-thumb {
  background-color: #999;
}
/* モーダルコンテンツ中身 */
.modal_main {
  position: relative;
}
.js_modalCont h3 {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  padding-left: 30px;
  font-weight: 700;
  background-color: #555555;
  color: #fff;
  position: fixed;
  z-index: 10000;
}
.js_modalCont .js_modalwrap {
  padding: 60px 0 80px 0;
}
.js_modalCont .js_modalwrap h4 {
  font-size: 22px;
  padding: 10px 30px;
  font-weight: 600;
  color: #222;
  border-bottom: 2px solid #ccc;
  /*border-top: 2px solid #ccc;
  background-color: #fff;*/
  position: relative;
  padding-left: 70px;
}
.js_modalCont .js_modalwrap h4 span {
  color: #e5141b;
}
.js_modalCont .js_modalwrap h4.area::before {
  content: "";
  display: block;
  width: 22px;
  height: 32px;
  background: url(../img/icon04.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.js_modalCont .js_modalwrap h4.occupation::before {
  content: "";
  display: block;
  width: 33px;
  height: 30px;
  background: url("../img/icon05.png")no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.js_modalCont .js_modalwrap h4.choosy::before {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background: url("../img/icon06.png")no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  left: 30px;
}
.js_modalCont .js_modalwrap h4.search::before {
  content: "";
  display: block;
  width: 29px;
  height: 30px;
  background: url("../img/icon07.png")no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 30px;
}
.js_modalCont .index__listarea {
  padding: 20px;
  position: relative;
}
.js_modalCont .index__listarea:last-of-type {
  padding-bottom: 40px;
}
.js_modalCont .index__listarea .indexsearchBoxItem__conditions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0 0 25px 0;
}
.js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word {
  font-weight: 500;
  border-radius: 8px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: .05em;
  margin: 0 5px 10px;
  overflow: hidden;
  width: 32%;
}
.js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word.listarea3 {
  width: 48.5%;
  text-align: left;
}
.js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word a {
  webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
  background-color: #f2f0ed;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #555555;
  text-decoration: none;
  font-weight: 700;
}
.js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word a:hover {
  background-color: #555555;
  color: #fff;
}
.js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word.listarea3 label {
  webkit-transition: background-color .1s linear, color .1s linear;
  transition: background-color .1s linear, color .1s linear;
  background-color: #f2f0ed;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #555555;
  text-decoration: none;
  font-weight: 700;
}
.js_modalCont .index__listarea .index__listarea-ttl {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 15px 10px;
}
.js_modalCont .index__listarea .index__listarea-ttl span {
  font-size: 16px;
  font-weight: 700;
  color: #555555;
}
.js_modalCont .btnRounded__inner {
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
  border-top: 3px solid #ccc;
  background-color: #fff;
  z-index: 10000;
}
.js_modalCont .btnRounded__inner .btnSearch {
  position: relative;
  width: 240px;
  height: 45px;
  background-color: #e5141b;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  line-height: 45px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 15px auto 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.js_modalCont .btnRounded__inner .btnSearch::after {
  display: block;
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index__listarea input[type="search"] {
  width: 90%;
  padding: 0.75em;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
  margin: 0 5px 10px;
}
.js_modalCont .index__listarea .index__listarea-ttl_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.js_modalCont .index__listarea .index__listarea-ttl_wrap .index__listarea-ttl {
  width: calc(100% - 90px);
}
.js_modalCont .index__listarea .index__listarea-ttl_wrap .bkbtn {
  width: 60px;
  margin: 0 15px 0 0;
}
.js_modalCont .index__listarea .index__listarea-ttl_wrap .bkbtn a {
  position: relative;
  width: 60px;
  height: 26px;
  background-color: #777878;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  padding: 0 0 0 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.js_modalCont .index__listarea .index__listarea-ttl_wrap .bkbtn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.js_modalCont .index__listarea .index__listarea-ttl_wrap .bkbtn a:hover {
  background-color: #434343;
}
@media screen and (max-width: 860px) {
  .js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word {
    width: 48.5%;
  }
}
@media screen and (max-width: 767px) {
  .js_modalCont .index__listarea .index__listarea-ttl_wrap .bkbtn {
    margin: 0 5px 0 0;
  }
  .js_modalCont .index__listarea .index__listarea-ttl {
    margin: 0 0 10px 10px;
  }
  .js_modalCont .index__listarea .index__listarea-ttl span {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .js_modalContInner {
    top: 0;
    left: 0;
    transform: translateX(-0) translateY(0);
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
  }
  .js_modalCont {
    height: 100vh;
  }
  .js_modalwrap {
    max-height: 100vh;
  }
  .js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word {
    width: 100%;
  }
  .js_modalwrap_scroll {
    max-height: calc(100vh - 140px);
  }
  .js_modalCont .index__listarea .indexsearchBoxItem__conditions .keywords__word.listarea3 {
    width: 100%;
  }
  .js_modalCont .index__listarea .btnRounded__inner .btnSearch {
    position: relative;
    margin: 16px 0 0;
  }
  .js_modalCont .btnRounded__inner {
    width: 100%;
    height: 80px;
    left: 0 !important;
    bottom: 0 !important;
    border-top: 3px solid #ccc;
    background-color: #fff;
    z-index: 10000;
  }
  .js_modalCont .index__listarea .btnRounded__inner {
    height: 100px;
  }
  .js_modalCont h3 {
    padding-left: 20px;
  }
  .js_modalCont .js_modalwrap h4 {
    padding-left: 50px;
  }
  .js_modalCont .js_modalwrap h4.area::before {
    left: 18px;
  }
  .js_modalCont .js_modalwrap h4.occupation::before {
    left: 10px;
  }
  .js_modalCont .js_modalwrap h4.choosy::before {
    left: 18px;
  }
  .js_modalCont .js_modalwrap h4.search::before {
    left: 13px;
  }
  .js_modalCont .index__listarea:last-of-type {
    padding-bottom: 120px;
  }
  .index__listarea input[type="search"] {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
 * 下層ページ
--------------------------------------------------------------------------- */
#under h2 {
  font-size: 42px;
  color: #1d2088;
  background-color: #fff;
  height: 140px;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#under .inner {
  padding: 100px 0;
  text-align: left;
}
#under h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#under h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e5141b;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -15px;
}
#under h3 .mt10 {
  margin-top: 5px;
}
#under h4 {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 700;
}
#under .bg_video {
  position: relative;
  width: 900px;
  padding-top: 506.25px;
  margin: 0 auto;
}
#under .bg_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.registerwrap._col2 .btnwrap {
  margin: 0 20px;
}
.btnwrap.document a, .btnwrap.contact a {
  width: 440px;
  background-color: #e5141b;
}
.btnwrap.document a:hover, .btnwrap.contact a:hover {
  background-color: #e5141b;
}
.btnwrap.document a::before {
  width: 28px;
  height: 36px;
  background: url(../img/icon15.png)no-repeat;
  background-size: cover;
  top: 20px;
  left: 60px;
}
.btnwrap.contact a::before {
  width: 32px;
  height: 25px;
  background: url(../img/icon16.png)no-repeat;
  background-size: cover;
  top: 27px;
  left: 80px;
}
@media screen and (max-width:999px) {
  #under .bg_video {
    width: 100%;
    padding-top: 56.25%;
  }
  .registerwrap._col2 .btnwrap.document a, .registerwrap._col2 .btnwrap.contact a {
    width: 330px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    padding: 0 0 0 15px;
  }
  .registerwrap._col2 .btnwrap.document a::after, .registerwrap._col2 .btnwrap.contact a::after {
    top: 26px;
    width: 10px;
    height: 10px;
  }
  .btnwrap.document a::before {
    width: 23px;
    height: 30px;
    background: url(../img/icon15.png)no-repeat;
    background-size: cover;
    top: 15px;
    left: 30px;
  }
  .btnwrap.contact a::before {
    width: 28px;
    height: 22px;
    background: url(../img/icon16.png)no-repeat;
    background-size: cover;
    top: 19px;
    left: 43px;
  }
}
@media screen and (max-width:800px) {
  .inner .registerwrap._col2 .btnwrap:first-child {
    margin: 0 20px 0 5px;
  }
  .inner .registerwrap._col2 .btnwrap:nth-child(2) {
    margin: 0 5px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #under h2 {
    font-size: 7vw;
    height: 110px;
    letter-spacing: 0;
    padding: 0 15px;
    text-align: center;
  }
  #under h3 {
    font-size: 6.0vw;
    margin-bottom: 8%;
  }
  #under .inner {
    padding: 12% 0;
  }
  .registerwrap._col2 .btnwrap {
    margin: 0;
  }
  .inner .registerwrap._col2 .btnwrap:first-child {
    margin: 0;
  }
  .inner .registerwrap._col2 .btnwrap:nth-child(2) {
    margin: 0;
  }
  .btnwrap.document a, .btnwrap.contact a {
    width: 90%;
  }
  .btnwrap.document a::before {
    left: 14%;
  }
  #under h4 {
    font-size: 4.5vw;
    margin-bottom: 4%;
  }
  .registerwrap._col2 {
    display: block;
  }
  .registerwrap._col2 .btnwrap.document a, .registerwrap._col2 .btnwrap.contact a {
    width: 90%;
    height: 65px;
    font-size: 4.2vw;
    line-height: 65px;
    padding: 0 0 0 5%;
  }
  .registerwrap._col2 .btnwrap.contact a {
    margin-top: 4%;
  }
}
/*パンクズ*/
#under .pankuzu-area {
  background: #f1f0ec;
  padding: 10px 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#job-search .pankuzu-area {
  background: #f1f0ec;
  padding: 10px 25px;
  border-top: 4px solid #e5e5e5;
  border-bottom: none;
}
#under .pankuzu-area ul, #job-search .pankuzu-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#under .pankuzu-area ul li, #job-search .pankuzu-area ul li {
  font-size: 12px;
}
#under .pankuzu-area ul li a, #job-search .pankuzu-area ul li a {
  color: #e5141b;
  text-decoration: underline;
}
#under .pankuzu-area ul li::after, #job-search .pankuzu-area ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
}
#under .pankuzu-area ul li:last-child::after, #job-search .pankuzu-area ul li:last-child::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  #under .pankuzu-area, #job-search .pankuzu-area {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  #under .pankuzu-area, #job-search .pankuzu-area {
    padding: 5px 10px;
  }
}
/* ---------------------------------------------------------------------------
 * はじめての方へ
--------------------------------------------------------------------------- */
.beginners .inner {
  padding: 60px 0 !important;
}
.beginners.beginners2 .inner {
  padding: 100px 0 !important;
}
.beginners h3 span {
  color: #e5141b;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
}
.beginners .page-info-ui {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.beginners .page-info-ui .page-count {
  font-size: 14px;
  font-size: 400;
  letter-spacing: 0;
}
.beginners .page-info-ui .page-count strong {
  font-size: 20px;
  font-size: 700;
}
.beginners .page-info-ui .result-sort-switch select {
  padding: 0.25em 2.25em 0.25em 0.5em;
  background: url(../img/icon_arrow_bot.png) center right 0.5em no-repeat #fff;
  background-size: 0.75em;
  font-size: 13px;
  border: 1px solid #ccc;
}
.beginners .beginners_wrap {
  width: 100%;
}
.beginners .beginners_wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -4%;
}
.beginners .beginners_wrap ul li {
  width: 48%;
  border: 4px solid #ccc;
  border-radius: 8px;
  margin-bottom: 4%;
}
.beginners .beginners_wrap ul li a:hover {
  opacity: 0.8;
}
.beginners .beginners_wrap ul li img {
  width: 100%;
  border-radius: 8px;
}
.beginners ul.anime_detail {
  margin: 60px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #ccc;
  margin-bottom: -2% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.beginners ul.anime_detail.anime_detail2 {
  margin: 0;
  padding: 0;
  border-top: none;
  margin-bottom: 0 !important;
}
.beginners ul.anime_detail li {
  width: 49%;
  border: 1px solid #222;
  margin-bottom: 2%;
}
.beginners ul.anime_detail li img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.stepwrap {
  width: 100%;
  margin: 0 0 -2%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stepwrap .item {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2%;
}
.stepwrap .item dt {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.stepwrap .item dt .stepimg {
  width: 100%;
  height: auto;
}
.stepwrap .item dt .stepimg img {
  width: 100%;
}
.stepwrap .item dd {
  width: 70%;
  padding-left: 20px;
}
.stepwrap .item dd .ttlwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.stepwrap .item dd .ttlwrap .stepbox {
  margin-bottom: 8px;
  width: 100px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  background-color: #ed93a8;
  line-height: 30px;
  margin-right: 10px;
}
.stepwrap .item dd .ttlwrap .stepbox span {
  font-size: 18px;
  color: #fff;
}
.stepwrap .item dd .ttlwrap .ttl {
  font-size: 24px;
  color: #e5141b;
  line-height: 1.4;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h3 img.pointttl {
  width: 218px;
  height: 38px;
  margin-bottom: 10px;
}
.point_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
}
.point_wrap .item {
  width: 32%;
  height: auto;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  margin-top: 10px;
}
/*.point_wrap .item:first-of-type {
  margin-top: 20px;
}
.point_wrap .item:last-of-type {
  margin-bottom: 0;
}*/
.point_wrap .item dt {
  width: 100%;
  height: 100px;
  font-size:min(2.3vw, 24px);
  font-weight: 700;
  color: #e5141b;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-top: 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01em;
}
.point_wrap .item dt .pointbox {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -100px;
}
.point_wrap .item dt .pointbox .pointtxt {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 200px;
  font-size: 20px;
  background: #ed93a8;
  color: #FFF;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.point_wrap .item dt .pointbox .pointtxt span {
  font-size: 24px;
}
.point_wrap .item dt .pointbox .pointtxt:before, .point_wrap .item dt .pointbox .pointtxt:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.point_wrap .item dt .pointbox .pointtxt:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.point_wrap .item dt .pointbox .pointtxt:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.point_wrap .item dd {
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.point_wrap .item dd .txtbox {
  width: 58%;
}
.point_wrap .item dd .imgbox {
  width: 40%;
}
.point_wrap .item dd .imgbox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .beginners.beginners2 .inner {
    padding: 12% 0 !important;
  }
  .beginners p {
    font-size: 16px;
  }
  .beginners .inner {
    padding: 12% 0 !important;
  }
  .beginners .page-info-ui {
    margin-bottom: 15px;
  }
  .beginners .beginners_wrap ul li {
    width: 100%;
  }
  .beginners ul.anime_detail {
    margin: 8% 0 -4%;
    padding: 8% 0 0;
  }
  .beginners ul.anime_detail li {
    width: 100%;
    margin-bottom: 6%;
  }
  .stepwrap {
    margin: 0 0 -5%;
  }
  .stepwrap .item {
    width: 100%;
    margin-bottom: 5%;
  }
  .stepwrap .item dt {
    width: 100%;
  }
  .stepwrap .item dd {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .stepwrap .item dd .stepbox {
    margin: 0 auto!important;
  }
  .stepwrap .item dd .stepbox span {
    font-size: 16px;
  }
  .stepwrap .item dd .ttl {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
  }
  .stepwrap .item p {
    font-size: 16px;
  }
  .point_wrap {
    margin-top: 30px;
  }
  .point_wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .point_wrap .item:first-of-type {
    margin-top: 20px;
  }
  .point_wrap .item:last-of-type {
    margin-bottom: 0;
  }
  .point_wrap .item dt {
    font-size: 22px;
    height: auto;
    text-align: center;
    justify-content: center;
  }
  .point_wrap .item dt p {
    font-size: 22px;
      text-align: center;
  }
  .point_wrap .item dd .txtbox {
    width: 100%;
    margin-bottom: 15px;
  }
  .point_wrap .item dd .imgbox {
    width: 100%;
  }
    .stepwrap .item dd .ttlwrap {
  justify-content: center;
}
.stepwrap .item dd .ttlwrap .ttl {
  width: 100%;
}
}
/* ---------------------------------------------------------------------------
 * 採用ご担当者へ
--------------------------------------------------------------------------- */
.recruiterwrap {
  width: 100%;
  margin: 60px 0 0;
  padding: 60px 0 0;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruiterwrap .item {
  width: 47.5%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruiterwrap .item dt {
  width: 30%;
}
.recruiterwrap .item dt img {
  width: 100%;
}
.recruiterwrap .item dd {
  width: 65%;
}
.recruiterwrap .item dd .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #e5141b;
  line-height: 1.4;
  margin-bottom: 10px;
}
.recruiterwrap2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruiterwrap2 .item {
  width: 31.5%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  position: relative;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruiterwrap2 .item dt {
  width: 100%;
  text-align: center;
}
.recruiterwrap2 .item dt img {
  width: 47%;
  margin: 0 auto 20px;
}
.recruiterwrap2 .item dd {
  width: 100%;
  text-align: left;
}
.recruiterwrap2 .item dd .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #e5141b;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruiter p {
    font-size: 14px;
  }
  .recruiterwrap {
    margin: 8% 0 0;
    padding: 8% 0 0;
  }
  .recruiterwrap .item {
    width: 100%;
    padding: 5%;
  }
  .recruiterwrap .item:first-of-type {
    margin-bottom: 5%;
  }
  .recruiterwrap .item dt {
    width: 100%;
    text-align: center;
  }
  .recruiterwrap .item dt img {
    width: 45%;
    margin: 0 auto 15px;
  }
  .recruiterwrap .item dd {
    width: 100%;
  }
  .recruiterwrap .item dd .ttl {
    font-size: 18px;
    text-align: center;
  }
  .recruiterwrap2 .item {
    width: 100%;
    margin-bottom: 5%;
    padding: 5%;
  }
  .recruiterwrap2 .item:last-of-type {
    margin-bottom: 0;
  }
  .recruiterwrap2 .item dd .ttl {
    font-size: 18px;
  }
  .recruiterwrap2 .item dt img {
    width: 45%;
    margin: 0 auto 15px;
  }
}
/* ---------------------------------------------------------------------------
 * 会社概要
--------------------------------------------------------------------------- */
.message_wrap {
  width: 100%;
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}
.message_wrap img {
  float: left;
  width: 40%;
  border-radius: 8px;
  margin: 0 35px 35px 0;
}
.companytable .tbl {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
.companytable .tbl th {
  background: #e4e5e6;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  padding: 20px 20px 20px 25px;
  width: 170px;
  font-size: 15px;
  font-weight: 700;
}
.companytable .tbl td {
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 20px 20px 20px 30px;
  font-size: 15px;
}
.situation_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.situation_wrap .item {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.situation_wrap .item:last-of-type {
  margin-bottom: 0;
}
.situation_wrap .item dt {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #e5141b;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.situation_wrap .item dd {
  width: 100%;
  font-size: 15px;
}
.map_wrap {
  width: 900px;
  height: 500px;
  margin: 60px auto 0;
  border: 1px solid #ccc;
}
.map_wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .map_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .message_wrap img {
    width: 70%;
    margin: 0 15% 10px;
  }
  .message_wrap {
    font-size: 14px;
    margin: 0 0 8%;
    padding: 0 0 8%;
  }
  .companytable .tbl th {
    padding: 2.5% 4%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: -1px;
  }
  .companytable .tbl td {
    padding: 2.5% 4%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: -1px;
    font-size: 14px;
  }
  .map_wrap {
    height: 250px;
    margin: 8% auto 0;
  }
  .situation_wrap .item {
    padding: 4%;
    margin-bottom: 5%;
  }
  .situation_wrap .item dt {
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .situation_wrap .item dd {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------------------
 * よくある質問
--------------------------------------------------------------------------- */
#under .faq section {
  margin-bottom: 100px;
}
#under .faq section:last-of-type {
  margin-bottom: 0;
}
.helpList {
  width: 100%;
}
.helpList .c-faq-list {
  padding: 0 30px 16px 50px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.helpList .c-faq-list:first-child {
  border-top: 1px solid #ccc;
}
.helpList .c-faq-list > dt.btn_detail {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  width: 100%;
  padding: 22px 10px 0 0;
  position: relative;
}
.helpList .c-faq-list > dt.btn_detail:hover {
  color: #e5141b;
}
.helpList .c-faq-list > dt.btn_detail:before {
  content: "Q.";
  color: #222;
  font-size: 18px;
  position: absolute;
  top: 1.1em;
  left: -1.5em;
  font-weight: 900;
  font-style: normal;
}
.helpList .c-faq-list > dt.btn_detail:after {
  position: absolute;
  top: 28px;
  bottom: 0;
  right: -10px;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
}
.helpList .c-faq-list > dt.btn_detail.active:after {
  position: absolute;
  top: 18px;
  bottom: 0;
  right: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
}
.helpList .c-faq-list > dd.close {
  display: none;
}
.helpList .c-faq-list > dt.btn_detail.active + dd {
  display: block;
}
.helpList .c-faq-list > dd > div {
  padding: 10px 10px 0 0;
  text-align: left;
  font-size: 16px;
  position: relative;
}
.helpList .c-faq-list > dd > div:before {
  content: "A.";
  color: #222;
  font-size: 16px;
  position: absolute;
  top: .5em;
  left: -1.5em;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #under .faq section {
    margin-bottom: 12%;
  }
  .helpList .c-faq-list {
    padding: 0 15px 16px 25px;
  }
}
/* ---------------------------------------------------------------------------
 * 個人情報保護方針
--------------------------------------------------------------------------- */
#under .privacy .inner {
  padding: 60px 0 100px;
}
#under .privacy section {
  margin-bottom: 60px;
  text-align: left;
}
#under .privacy section:last-of-type {
  margin-bottom: 0;
}
#under .privacy h5 {
  font-size: 18px;
  margin: 25px 0 0;
  font-weight: 700;
}
#under .privacy ul {
  margin-top: 10px;
}
#under .privacy ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
#under .privacy ul li ol {
  margin-top: 10px;
}
#under .privacy ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #under .privacy .inner {
    padding: 12% 0;
  }
  #under .privacy section {
    margin-bottom: 12%;
  }
  #under .privacy p {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------------------
 * フォーム共通
--------------------------------------------------------------------------- */
.contact .inner {
  padding: 60px 0 !important;
}
.contact .str-main-column {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 60px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  display: flex;
  flex-wrap: wrap;
}
.contact .str-main-column dl {
  width: 100%;
  margin-bottom: 40px;
}
.contact .str-main-column dl dt {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contact .str-main-column dl dt span {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 5px;
}
.contact .str-main-column dl dt span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -10px;
  margin: auto;
  width: 3px;
  height: 16px;
  background-color: #e5141b;
}
.contact .str-main-column dl dt.required span:after {
  content: "必須";
  background: #e5141b;
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -0.125em;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  width: 3.5em;
  padding: 0.3em 0.6em;
  margin-left: 0.75em;
  line-height: 1;
}
.contact .str-main-column dl dd span {
  width: 100%;
  white-space: nowrap;
}
.contact .str-main-column dl dd.btnright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.contact input[type="text"].w_middle2 + input[type="text"].w_middle2 {
  margin: 0 0 0 2%;
}
.contact .errortxt {
  margin-top: 10px;
  color: #e5141b;
  font-size: 14px;
}
#buttonArea {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#buttonArea .button_wrap {
  color: #fff;
  position: relative;
  line-height: 70px;
  width: 340px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 15px;
}
#buttonArea .button_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 28px;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#buttonArea .button_wrap:hover:after {
  right: 18px;
}
input[type="submit"].sendbtn {
  background-color: #e5141b;
}
.form--postal_code_button {
  width: 220px;
  margin-left: 20px;
}
.form--postal_code_button .button_wrap {
  color: #fff;
  position: relative;
  line-height: 50px;
  width: 220px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
}
.form--postal_code_button .button_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form--postal_code_button .button_wrap:hover:after {
  right: 13px;
}
.mod-form-checklist {
  text-align: center;
  margin: 0 auto;
}
.mod-form-checklist li {
  font-size: 14px;
  margin-bottom: 15px;
}
.mod-form-checklist li:last-child {
  margin-bottom: 0;
}
.mod-form-checklist li span {
  font-size: 16px;
}
label.mod-form-check-02 input[type="checkbox"] + span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.65em;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  z-index: 0;
  transition: .2s;
}
label.mod-form-check-02 input[type="checkbox"]:checked + span::before {
  border: none;
  background-color: #e5141b;
}
label.mod-form-check-02 input[type="checkbox"] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.36em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
label.mod-form-check-02 input[type="checkbox"]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.contact .entryttl {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}
.contact .entryttl.txtcenter {
  text-align: center;
  font-size: 20px;
}
.contact .str-main-column.idwrap {
  margin-bottom: 100px;
}
.contact .str-main-column.idwrap dl {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .contact .str-main-column {
    padding: 40px;
  }
}
@media screen and (max-width: 880px) {
  #buttonArea .button_wrap {
    width: 300px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact .inner {
    padding: 12% 0 !important;
  }
  .contact p {
    font-size: 14px;
  }
  .contact .str-main-column {
    padding: 5%;
  }
  .contact .str-main-column dl dt span {
    font-size: 15px;
    padding: 0;
    letter-spacing: 0;
  }
  .contact .str-main-column dl {
    margin-bottom: 8%;
  }
  .mod-form-checklist li span {
    font-size: 15px;
  }
  #buttonArea {
    margin-top: 8%;
    margin-bottom: 6%;
    display: block;
    text-align: center;
  }
  #buttonArea .button_wrap {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 10px;
  }
  #buttonArea .button_wrap::after {
    top: 20px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .form--postal_code_button {
    width: 48%;
    margin-left: 2%;
  }
  .form--postal_code_button .button_wrap {
    line-height: 40px;
    width: 100%;
  }
  .form--postal_code_button .button_wrap::after {
    display: none;
  }
  .contact .entryttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact .entryttl.txtcenter {
    font-size: 18px;
  }
  .contact .str-main-column.idwrap {
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 768px) {
  #buttonArea {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .beginners div.beginners_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .beginners div.beginners_image img {
    width: 100%;
  }
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.contact label input[type=checkbox] + span:before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  z-index: 0;
  transition: .2s;
}
.contact label input[type=checkbox]:checked + span::before {
  border: none;
  background-color: #e5141b;
}
.contact label input[type=checkbox] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.37em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
.contact label input[type=checkbox]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.contact .areawrap {
  margin-bottom: 25px;
}
.contact .areawrap:last-of-type {
  margin-bottom: 0;
}
.contact .areawrap .horizontal-item:first-child {
  display: block;
  color: #e5141b;
  margin-bottom: 10px;
  background-color: #f2f4f5;
  padding: 5px 2px 5px 10px;
  border-radius: 3px;
}
/* ---------------------------------------------------------------------------
 * 202302仕事検索一覧・詳細改修
--------------------------------------------------------------------------- */
/* 仕事検索一覧 */
#job-search .job-content .job-list .job-detail2302 {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 4px rgb(0 0 0 / 16%);
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
}
#job-search .job-content .job-list .job-detail2302:last-child {
  margin-bottom: 0;
}
#job-search .job-content .job-list .job-detail2302 .job-number {
  width: 100%;
  height: 50px;
  background-color: #ed93a8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: #fff;
}
#job-search .job-content .job-list .job-detail2302.type_a .job-number {
  background-color: #ed93a8;
}
#job-search .job-content .job-list .job-detail2302.type_b .job-number {
  background-color: #42a5d8;
}
#job-search .job-content .job-list .job-detail2302 .job-number .job-no {
  font-size: 14px;
}
#job-search .job-content .job-list .job-detail2302 .job-number .new-icon {
  background-color: #ed93a8;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 5.5px 14px;
  border: 1px solid #fff;
}
#job-search .job-content .job-list .job-detail2302.type_a .job-number .new-icon {
  background-color: #ed93a8;
}
#job-search .job-content .job-list .job-detail2302.type_b .job-number .new-icon {
  background-color: #42a5d8;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap {
  padding: 30px;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-detail-titlewrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-detail-titlewrap .job-detail-img {
  width: 38%;
  height: 28%;
  max-width: 38%;
  max-height: 28%;
  margin-right: 20px;
  overflow: hidden;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-detail-titlewrap .job-detail-img img {
  width: 100%;
  object-fit: cover;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-detail-titlewrap .job-detail-title {
  width: calc(62% - 20px);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #333;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap ul.job-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: -15px;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap ul.job-info-list li {
  width: 50%;
  font-size: 16px;
  padding: 0 10px 0 0;
  margin-bottom: 15px;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap ul.job-info-list li dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap ul.job-info-list li dl dt {
  width: 80px;
  height: 20px;
  background-color: #777878;
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  border-radius: 3px;
  padding-top: 2px;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap ul.job-info-list li dl dd {
  width: calc(100% - 93px);
  font-size: 14px;
  line-height: 1.28;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-description {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -10px;
}
#job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-tag-list li {
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #e5141b;
  color: #e5141b;
  letter-spacing: 0;
  padding: 6px 20px 5px;
  line-height: 1;
  margin: 0 15px 10px 0;
  border-radius: 3px;
}
#job-search .job-content .job-list .job-detail2302 .job-entry {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .btnwrap a {
  width: 280px !important;
  cursor: pointer;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li {
  margin: 0 15px;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.entrybtn a {
  background-color: #e5141b;
  padding: 0 0 0 30px;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.entrybtn a:hover {
  background-color: #d30d13;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.entrybtn a span {
  position: relative;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.entrybtn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 16px;
  background: url(../img/icon16.png)no-repeat;
  background-size: contain;
  top: 6px;
  left: -33px;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.ditailbtn a {
  background-color: #65cfd4;
  padding: 0 0 0 20px;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.ditailbtn a:hover {
  background-color: #02b1b9;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.ditailbtn a span {
  position: relative;
}
#job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.ditailbtn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon20.png)no-repeat;
  background-size: contain;
  top: 3px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  #job-search .job-content .job-list .job-detail2302 .job-number {
    height: 40px;
    padding: 0 5%;
  }
  #job-search .job-content .job-list .job-detail2302 .job-number .new-icon {
    padding: 4px 14px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-wrap {
    padding: 5%;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-detail-titlewrap {
    margin-bottom: 5%;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-detail-titlewrap .job-detail-img {
    width: 70%;
    height: 43vw;
    max-width: 70%;
    max-height: 43vw;
    margin: 0 15% 8px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-detail-titlewrap .job-detail-title {
    width: 100%;
    font-size: 17px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-wrap ul.job-info-list {
    margin-bottom: -13px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-wrap ul.job-info-list li {
    width: 100%;
    font-size: 16px;
    padding: 0;
    margin-bottom: 13px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-wrap .job-description {
    margin-bottom: 5%;
    padding-top: 5%;
    margin-top: 5%;
  }
  #job-search .job-content .job-list .job-detail2302 .job-entry {
    padding: 5% 0;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-title {
    margin-bottom: 10px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-detail-title a {
    font-size: 20px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #job-search .job-content .job-list .job-detail2302 ul.job-info-list li {
    margin-bottom: 7px;
    font-size: 15px;
  }
  #job-search .job-content .job-list .job-detail2302 {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 666px) {
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.btnwrap a {
    width: 158px !important;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 8px 0 0;
    margin: 0 5px;
    letter-spacing: 0;
  }
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.btnwrap a:after {
    top: 16px;
    right: 15px;
    width: 8px;
    height: 8px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li {
    margin: 0;
  }
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.entrybtn a {
    padding: 0 0 0 20px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.entrybtn a span:before {
    width: 18px;
    height: 14px;
    top: 2px;
    left: -25px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.ditailbtn a {
    padding: 0 0 0 10px;
  }
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.ditailbtn a span:before {
    width: 14px;
    height: 14px;
    top: 1px;
    left: -20px;
  }
}
@media screen and (max-width: 400px) {
  #job-search .job-content .job-list .job-detail2302 .job-entry .mod-button-set li.btnwrap a {
    font-size: 4vw;
  }
}
/* ---------------------------------------------------------------------------
 * 求人詳細
--------------------------------------------------------------------------- */
.job-detail-content2302 {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0 60px;
}
.job-detail-content2302 .job-number {
  width: 100%;
  height: 50px;
  background-color: #ed93a8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: #fff;
  margin-bottom: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.job-detail-content2302.type_a .job-number {
  background-color: #ed93a8;
}
.job-detail-content2302.type_b .job-number {
  background-color: #42a5d8;
}
.job-detail-content2302 .job-number .job-no {
  font-size: 14px;
}
.job-detail-content2302 .job-number .new-icon {
  background-color: #ed93a8;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 5.5px 14px;
  border: 1px solid #fff;
}
.job-detail-content2302.type_a .job-number .new-icon {
  background-color: #ed93a8;
}
.job-detail-content2302.type_b .job-number .new-icon {
  background-color: #42a5d8;
}
.job-detail-content2302 h1 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.job-detail-content2302 ul.job-tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.job-detail-content2302 ul.job-tag-list li {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e5141b;
  color: #e5141b;
  letter-spacing: 0;
  padding: 6px 20px 5px;
  line-height: 1;
  margin: 0 15px 10px 0;
  border-radius: 3px;
  font-weight: bold;
}
.job-detail-content2302 .job-detail-titlewrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
}
.job-detail-content2302 .job-detail-titlewrap .job-description-content {
  width: 53%;
  max-width: 530px;
  margin: 0 2% 0 0;
}
.job-detail-content2302 .job-detail-titlewrap .job-detail-img {
  width: 45%;
  height: 33.5%;
  max-width: 450px;
  max-height: 335px;
  overflow: hidden;
}
.job-detail-content2302 .job-detail-titlewrap .job-detail-img img {
  width: 100%;
  object-fit: cover;
}
.job-detail-content2302 .job-detail-titlewrap .job-description-content h2 {
  width: 80px;
  height: 20px;
  background-color: #777878;
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 3px;
  padding-top: 2px;
}
.job-detail-content2302 .job-detail-titlewrap .job-description-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.job-detail-content2302 .job-conditions2302 h2 {
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl {
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl dt, .job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl dd {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
}
.job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl .job-conditions-ttl {
  background: #f9f1f1;
  color: #333;
  font-size: 18px;
  width: 170px;
  text-align: left;
  line-height: 1.5;
}
.job-detail-content2302.type_a .job-conditions2302 dl.job-conditions-tbl .job-conditions-ttl {
    background: #f9f1f1!important;
}
.job-detail-content2302.type_b .job-conditions2302 dl.job-conditions-tbl .job-conditions-ttl {
    background: #eff7fb!important;
}
.job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl .job-conditions-detail {
  background: #fff;
  color: #222222;
  font-size: 16px;
  width: calc(100% - 170px);
  line-height: 1.5;
}
.job-detail-content2302 .job-entry {
  margin-top: 40px;
}
.job-detail-content2302 .job-entry .mod-button-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.job-detail-content2302 .job-entry .mod-button-set li {
  margin: 0 15px;
}
.job-detail-content2302 .job-entry .mod-button-set li.entrybtn a {
  background-color: #e5141b;
  width: 340px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  padding: 0 0 0 40px;
  border-radius: 35px;
}
.job-detail-content2302 .job-entry .mod-button-set li.entrybtn a span {
  position: relative;
}
.job-detail-content2302 .job-entry .mod-button-set li.entrybtn a span::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 23px;
  background: url(../img/icon16.png)no-repeat;
  background-size: contain;
  top: 3px;
  left: -40px;
}
.job-detail-content2302 .job-entry .mod-button-set li.entrybtn a::after {
  top: 28px;
  right: 25px;
  width: 13px;
  height: 13px;
}
.job-detail-content2302 .job-entry .mod-button-set li.entrybtn a:hover:after {
  right: 22px;
}
.job-detail-content2302 .job-entry .mod-button-set li.entrybtn a:hover {
  background-color: #d30d13;
}
/* 関連する条件から探す */
.job-detail-content-under2302 {
  width: 100%;
  background-color: #f9f1f1;
  padding: 30px 0;
}
.job-detail-content-under2302 .side-column {
  margin-top: 0 !important;
}
#job-search .job-detail-content-under2302 .job-content h2 {
  margin-bottom: 15px;
}
/* 右カラム */
.job-detail-content-under2302 .job-content .side-column .job-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.job-detail-content-under2302 .job-content .side-column .job-info-list li {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.job-detail-content-under2302 .job-content .side-column .job-info-list li dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.job-detail-content-under2302 .job-content .side-column .job-info-list li dl dt {
  width: 80px;
  height: 20px;
  background-color: #777878;
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  border-radius: 3px;
  padding-top: 2px;
}
.job-detail-content-under2302 .job-content .side-column .job-info-list dl dd {
  width: calc(100% - 93px);
  font-size: 14px;
  line-height: 1.28;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .job-detail-content-under2302 {
    background-color: #fff;
    padding: 0;
  }
  .job-detail-content-under2302 .job-content .str-main-column {
    width: 100%;
    background-color: #f9f1f1;
  }
  .job-detail-content-under2302 .job-content .str-main-column .inner {
    padding: 60px 0 !important;
  }
  .job-detail-content-under2302 .job-content .side-column {
    width: 100%;
    padding: 60px 0 !important;
  }
  .job-info-list-wrap {
    margin-bottom: 0;
    padding: 30px;
  }
  .job-detail-content-under2302 .job-content .side-column .job-info-list-wrap .search-box {
    padding: 0 !important;
  }
  .job-detail-content-under2302 .job-content .side-column .job-info-list-wrap .search-box .inner {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .job-detail-content2302 {
    padding: 6% 0 12%;
  }
  .job-detail-content2302 .job-number {
    height: 40px;
    padding: 0 5%;
    margin-bottom: 5%;
  }
  .job-detail-content2302 h1 {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .job-detail-content2302 .job-detail-titlewrap .job-description-content p {
    font-size: 16px;
  }
  .job-detail-content2302 .job-detail-titlewrap {
    margin-bottom: 6%;
  }
  .job-detail-content2302 .job-detail-titlewrap .job-description-content {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5% 0;
  }
  .job-detail-content2302 .job-detail-titlewrap .job-detail-img {
    width: 65.71%;
    height: 48.85%;
    max-width: 65.71%;
    max-height: 48.85%;
    margin: 0 auto;
  }
  .job-detail-content2302 .job-conditions2302 h2 {
    font-size: 16px;
    margin-bottom: 3%;
  }
  .job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl dt, .job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl dd {
    padding: 10px;
  }
  .job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl .job-conditions-ttl {
    font-size: 14px;
    width: 30%;
  }
  .job-detail-content2302 .job-conditions2302 dl.job-conditions-tbl .job-conditions-detail {
    font-size: 14px;
    width: 70%;
  }
  .job-detail-content2302 .job-entry {
    margin-top: 6%;
  }
  .job-detail-content2302 .job-entry .mod-button-set li.entrybtn a {
    background-color: #e5141b;
    width: 260px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .job-detail-content2302 .job-entry .mod-button-set li.entrybtn a::after {
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .job-detail-content2302 .job-entry .mod-button-set li.entrybtn a span::before {
    width: 23px;
    height: 20px;
    top: 3px;
    left: -35px;
  }
  .job-detail-content-under2302 .job-content .str-main-column .inner {
    padding: 12% 0 !important;
  }
  .job-detail-content-under2302 .job-content .job-list {
    margin-bottom: 0 !important;
  }
  .job-detail-content-under2302 .job-content .side-column {
    padding: 12% 0 !important;
  }
  .job-info-list-wrap {
    margin-bottom: 0;
    padding: 5%;
  }
  .job-detail-content-under2302 .job-content .side-column .job-info-list li {
    margin-bottom: 13px;
  }
}
#area, #occupation, #condition, #keyword{
    display: block;
    padding-top: 80px;
    margin-top: -60px;
}