@charset "UTF-8";
.contact-sec {
  padding-top: 0;
}

#jobinfo {
  overflow: hidden;
}
#jobinfo .block {
  position: relative;
  width: 1170px;
}
#jobinfo ._page-header {
  background-image: url(../../../img/page/jobinfo/pc/header_bg.jpg);
}
#jobinfo ._page-header .tri {
  bottom: -112px;
  position: absolute;
  right: -140px;
}
#jobinfo ._page-header h1 {
  padding-left: 0;
}
#jobinfo ._page-header h1 .txt-border {
  margin-left: 40px;
}
#jobinfo ._page-header h1 img {
  padding-left: 0;
}
#jobinfo h2 {
  font-size: 25px;
  text-align: center;
}
#jobinfo h3 {
  color: #4269D3;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
#jobinfo h4 {
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
}
#jobinfo p.bold {
  font-size: 16px;
  font-weight: bold;
}
#jobinfo .caption {
  font-size: 16px;
  text-align: right;
}
#jobinfo .joblist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
#jobinfo .joblist li {
  background-color: #D0D0D0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-right: 30px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  width: 170px;
}
#jobinfo .joblist li.current {
  background-color: #4269D3;
}
#jobinfo .joblist li:hover {
  background-color: #4269D3;
}
#jobinfo .joblist li:hover a {
  color: #fff;
}
#jobinfo .joblist li:last-child {
  margin-right: 0;
}
#jobinfo .joblist li a {
  color: #212121;
  display: block;
}
#jobinfo .joblist .sp-parent .sp-child {
  display: none;
}
#jobinfo .tabs {
  padding-top: 65px;
}
#jobinfo .tabs .tri {
  bottom: -100px;
  left: -115px;
  position: absolute;
}
#jobinfo .wrapper {
  padding-bottom: 120px;
}
#jobinfo .wrapper.wrap-open {
  display: block;
}
#jobinfo .wrapper .options {
  background-color: #4269D3;
  padding: 43px 0 42px;
}
#jobinfo .wrapper .options li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D0D0D0;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  position: relative;
  text-align: center;
  width: 312px;
}
#jobinfo .wrapper .options li.current {
  background-color: #FFAF17;
  color: #fff;
  border: 0;
  z-index: 1;
}
#jobinfo .wrapper .options li.current:after {
  background: url(../../../img/page/jobinfo/pc/ico_tri.png) no-repeat center;
  bottom: -23px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 46px;
  z-index: -1;
}
#jobinfo .wrapper .options li.li-big {
  width: 479px;
}
#jobinfo .wrapper .options li:last-of-type {
  margin-right: 0;
}
#jobinfo .content {
  display: none;
  padding-top: 50px;
}
#jobinfo .content.current {
  display: inherit;
}
#jobinfo .content .tri {
  left: -35px;
  position: absolute;
  top: 225px;
}
#jobinfo .content .tri2 {
  position: absolute;
  right: -55px;
  top: 130px;
}
#jobinfo .content .tri3 {
  bottom: 100px;
  left: -180px;
  position: absolute;
}
#jobinfo .content .tri4 {
  bottom: -150px;
  left: -100px;
  position: absolute;
}
#jobinfo .content .tri5 {
  position: absolute;
  top: 295px;
  right: 50%;
  margin-right: -950px;
}
#jobinfo .content .img {
  margin-top: 30px;
}
#jobinfo .content .img .img1 {
  margin-right: 30px;
}
#jobinfo .content table {
  border-collapse: collapse;
  margin: 10px 0 50px;
  width: 100%;
}
#jobinfo .content table tr {
  border-bottom: 1px solid #212121;
}
#jobinfo .content table tr:last-child {
  border: 0;
}
#jobinfo .content table th {
  background-color: #F8F8F8;
  font-size: 16px;
  vertical-align: middle;
  width: 171px;
}
#jobinfo .content table td {
  font-size: 16px;
  padding: 20px 0;
  padding-left: 30px;
}
#jobinfo .content table td li::before {
  content: "◎";
}
#jobinfo .content table td a {
  color: #1263B2;
  font-size: 12px;
  text-decoration: underline;
}
#jobinfo .content table td a::before {
  background: url(../../../img/page/jobinfo/pc/ico_arrow_right.png) no-repeat left center;
  content: "";
  display: inline-block;
  height: 9px;
  margin-right: 7px;
  width: 6px;
}
#jobinfo .content .map iframe {
  height: 371px;
  margin-bottom: 10px;
  width: 100%;
}
#jobinfo.komaki .content {
  display: block;
}
#jobinfo.inazawa .content table {
  margin-top: 40px;
}
#jobinfo.inazawa .wrapper .options li.wide-content {
  width: 478px;
}
#jobinfo.index .tabs .tri {
  top: 105px;
  left: -115px;
  position: absolute;
}
#jobinfo.index .tri6 {
  bottom: 14px;
  margin-right: -685px;
  position: absolute;
  right: 50%;
}
#jobinfo.index .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 25px 0 119px;
}
#jobinfo.index .flex-item {
  margin-bottom: 77px;
  margin-right: 30px;
  width: 370px;
}
#jobinfo.index .flex-item:nth-child(3n+3) {
  margin-right: 0;
}
#jobinfo.index .flex-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4269D3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 3px;
  margin-bottom: 17px;
  position: relative;
  text-align: center;
  width: 100%;
}
#jobinfo.index .flex-item a::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 10px;
  padding: 2px;
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  width: 10px;
}
#jobinfo.index .flex-item a:hover {
  background-color: #D0D0D0;
  color: #212121;
}
#jobinfo.index .flex-item a:hover::after {
  border-color: #212121;
}
#jobinfo.index .flex-item .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#jobinfo.index .flex-item .child a {
  background-color: #D0D0D0;
  color: #212121;
  font-size: 15px;
  height: 55px;
  letter-spacing: 0;
  margin-bottom: 0;
  width: 175px;
}
#jobinfo.index .flex-item .child a.w-100 {
  width: 100%;
}
#jobinfo.index .flex-item .child a::after {
  border: solid #212121;
  border-width: 0 2px 2px 0;
  margin-left: 5px;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#jobinfo.index .flex-item .child a:hover {
  background-color: #FFAF17;
  color: #fff;
}
#jobinfo.index .flex-item .child a:hover::after {
  border-color: #fff;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  #jobinfo {
    overflow: hidden;
  }
  #jobinfo .block {
    margin: 0 3.5rem;
    width: auto;
  }
  #jobinfo ._page-header {
    background-image: url(../../../img/page/jobinfo/sp/header_bg.jpg);
    padding-top: 10rem;
  }
  #jobinfo ._page-header .block {
    margin: 0 3rem;
  }
  #jobinfo ._page-header .tri {
    bottom: -15rem;
    right: -7.5rem;
    width: 20rem;
  }
  #jobinfo ._page-header .tri1 {
    position: absolute;
    bottom: 4.2rem;
    width: 5rem;
    right: 4.5rem;
  }
  #jobinfo ._page-header h1 {
    margin-left: 2rem;
  }
  #jobinfo ._page-header h1 .txt-border {
    -o-border-image: linear-gradient(to right, transparent 0, transparent 10%, #fff 10%, #fff 100%, transparent 100%, transparent);
       border-image: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(10%, transparent), color-stop(10%, #fff), color-stop(100%, #fff), color-stop(100%, transparent), to(transparent));
       border-image: linear-gradient(to right, transparent 0, transparent 10%, #fff 10%, #fff 100%, transparent 100%, transparent);
    border-image-slice: 1;
    border-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    margin-left: 0;
    white-space: nowrap;
  }
  #jobinfo ._page-header h1 img {
    width: 27.7rem;
  }
  #jobinfo h2 {
    font-size: 3.3rem;
    white-space: nowrap;
  }
  #jobinfo h3 {
    font-size: 4.1rem;
    margin-bottom: 1rem;
  }
  #jobinfo h4 {
    font-size: 5rem;
  }
  #jobinfo p {
    font-size: 3.2rem;
  }
  #jobinfo p.bold {
    font-size: 3.2rem;
    padding-top: 2rem;
  }
  #jobinfo .caption {
    font-size: 2.1rem;
  }
  #jobinfo .joblist {
    margin-top: 3rem;
  }
  #jobinfo .joblist li {
    background-color: #4269D3;
    font-size: 4rem;
    margin-right: 0;
    height: 13.3rem;
    line-height: 13.3rem;
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #jobinfo .joblist li.sp-hide {
    display: none;
  }
  #jobinfo .joblist li.current {
    background-color: #fff;
  }
  #jobinfo .joblist li.current a {
    background-color: #4269D3;
  }
  #jobinfo .joblist li.selected a::after {
    background-image: url(../../../img/page/jobinfo/sp/ico_arrow_up.png) !important;
    background-size: contain;
  }
  #jobinfo .joblist li a {
    color: #fff;
    position: relative;
  }
  #jobinfo .joblist li a:after {
    background: url(../../../img/page/jobinfo/sp/ico_arrow_down.png) no-repeat center;
    background-size: contain;
    content: "";
    height: 1.5rem;
    position: absolute;
    right: 8.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.6rem;
  }
  #jobinfo .joblist .sp-parent {
    background-color: #fff;
    height: auto;
  }
  #jobinfo .joblist .sp-parent:hover {
    background-color: #fff;
  }
  #jobinfo .joblist .sp-parent a {
    background-color: #4269D3;
  }
  #jobinfo .joblist .sp-parent .sp-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
  }
  #jobinfo .joblist .sp-parent .sp-child.sp-hide {
    display: none;
  }
  #jobinfo .joblist .sp-parent .sp-child li {
    background-color: #D0D0D0;
    color: #212121;
    font-size: 3.2rem;
    height: 15.5rem;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 0;
    width: 33rem;
  }
  #jobinfo .joblist .sp-parent .sp-child li.w-100 {
    width: 100%;
  }
  #jobinfo .joblist .sp-parent .sp-child li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #jobinfo .joblist .sp-parent .sp-child li a::after {
    background: none;
  }
  #jobinfo .tabs {
    padding-top: 10rem;
  }
  #jobinfo .tabs .tri {
    bottom: auto;
    left: -3.5rem;
    top: -11.5rem;
    width: 5.5rem;
    z-index: -1;
  }
  #jobinfo .wrapper {
    display: none;
    padding-bottom: 9rem;
  }
  #jobinfo .wrapper .options {
    background-color: transparent;
    padding: 0;
  }
  #jobinfo .wrapper .options li {
    background-color: #D0D0D0;
    border: 0;
    color: #212121;
    font-size: 3.2rem;
    height: 15.5rem;
    margin-right: 1.5rem;
    width: 33rem;
  }
  #jobinfo .wrapper .options li.current {
    color: #fff;
  }
  #jobinfo .wrapper .options li.current:after {
    background-size: contain;
    bottom: -3.2rem;
    height: 6.3rem;
    width: 6.3rem;
  }
  #jobinfo .content {
    padding-top: 6rem;
  }
  #jobinfo .content .img {
    margin-top: 5rem;
  }
  #jobinfo .content .img .img1 {
    margin-bottom: 3rem;
    margin-right: 0;
  }
  #jobinfo .content table, #jobinfo .content tbody, #jobinfo .content tr,
#jobinfo .content th, #jobinfo .content td {
    display: block;
  }
  #jobinfo .content table {
    margin: 3rem 0 1rem;
  }
  #jobinfo .content table tr {
    border-bottom: 0;
  }
  #jobinfo .content table th {
    font-size: 3.2rem;
    padding: 1.6rem 0;
    width: 100%;
  }
  #jobinfo .content table td {
    font-size: 3.2rem;
    padding: 3.5rem 0 5.5rem;
  }
  #jobinfo .content table td li {
    padding-left: 3.5rem;
    text-indent: -3.5rem;
  }
  #jobinfo .content table td a {
    font-size: 3rem;
  }
  #jobinfo .content table td a::before {
    background: url(../../../img/page/jobinfo/sp/ico_arrow_right.png) no-repeat left center;
    background-size: contain;
    height: 2.4rem;
    margin-right: 2rem;
    width: 1.3rem;
  }
  #jobinfo .content .map {
    margin: 0 -3.5rem;
  }
  #jobinfo .content .map iframe {
    height: 89.6rem;
  }
  #jobinfo .content .joblist {
    display: block;
  }
  #jobinfo .content .joblist li:last-of-type {
    margin-bottom: 0;
  }
  #jobinfo.inazawa .content table {
    margin-top: 6.5rem;
  }
  #jobinfo.inazawa .wrapper .options li.wide-content {
    width: 100%;
  }
  #jobinfo.index .tabs .tri {
    bottom: auto;
    left: -3.5rem;
    top: -11.5rem;
    width: 5.5rem;
    z-index: -1;
  }
  #jobinfo.index .flex-container {
    margin: 2.3rem 0 7rem;
  }
  #jobinfo.index .flex-item {
    margin-bottom: 6rem;
    margin-right: 0;
    width: 100%;
  }
  #jobinfo.index .flex-item a {
    font-size: 4rem;
    height: 13.3rem;
    margin-bottom: 3rem;
  }
  #jobinfo.index .flex-item a::after {
    border-width: 0 0.2rem 0.2rem 0;
    height: 2rem;
    right: 9rem;
    top: 5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2rem;
  }
  #jobinfo.index .flex-item .child a {
    font-size: 3.2rem;
    height: 15.5rem;
    margin-bottom: 0;
    width: 33rem;
  }
  #jobinfo.index .flex-item .child a::after {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */