@charset "UTF-8";
body.body.recruit-category-page .common-recruit-catch {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #00afec;
}
body.body.recruit-category-page .common-recruit-catch.mini {
  font-size: 1.375rem;
}
body.body.recruit-category-page .common-recruit-title {
  color: #1e277e;
  line-height: 1.4;
}
body.body.recruit-category-page .common-recruit-title .en {
  font-size: 2.375rem;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
}
body.body.recruit-category-page .common-recruit-title .jp {
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 0.5555555556vh;
  font-weight: 500;
}
body.body.recruit-category-page .common-recruit-title2 {
  line-height: 1.75em;
  padding-bottom: 1.4444444444vh;
  border-bottom: 1px solid #1e277e;
}
body.body.recruit-category-page .common-recruit-title2 .jp {
  display: inline-block;
  font-weight: 500;
  font-size: 1.375rem;
  color: #1e277e;
  letter-spacing: 0.2em;
  margin-right: 9px;
}
body.body.recruit-category-page .common-recruit-title2 .en {
  display: inline-block;
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #808080;
}
body.body.recruit-category-page .common-recruit-link {
  background: #ffb900;
  margin-top: 14.2222222222vh;
}
body.body.recruit-category-page .common-recruit-link .inner {
  width: 880px;
  max-width: 80%;
  margin: 0 auto;
  padding: 6.4444444444vh 0 7.7777777778vh;
}
body.body.recruit-category-page .common-recruit-link .inner .common-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.6666666667vh;
}
body.body.recruit-category-page .common-recruit-link .inner .common-title .jp {
  color: #fff;
}
body.body.recruit-category-page .common-recruit-link .inner .common-title .en {
  color: #fff;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.4444444444vh;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a {
  width: 47.7272727273%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  height: 128px;
  padding: 0 68px 0 0;
  position: relative;
  background: #fff;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:before {
  content: "";
  display: block;
  width: 10.2380952381%;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .icon {
  position: relative;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .icon img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .icon img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .link-text {
  margin-left: 3.5714285714%;
  color: #00afec;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .link-text .jp {
  font-weight: bold;
  font-size: 1.4375rem;
  letter-spacing: 0.1725em;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .link-text .en {
  font-family: "Roboto Slab", serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 8px;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .arrow {
  position: absolute;
  left: calc(100% - 40px);
  width: 20px;
  height: 2px;
  background: #00afec;
  border-radius: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 0.2s, background 0.2s;
  transition: width 0.2s, background 0.2s;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a .arrow:before {
  content: "";
  display: block;
  width: 8px;
  border-radius: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #00afec;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:hover {
  background: #00afec;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:hover .icon img {
  opacity: 0;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:hover .icon img:nth-of-type(2) {
  opacity: 1;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:hover .link-text {
  color: #fff;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:hover .arrow {
  background: #fff;
  width: 27px;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:hover .arrow:before {
  background: #fff;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:nth-of-type(2) .link-text {
  color: #1e277e;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:nth-of-type(2) .arrow {
  background: #1e277e;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:nth-of-type(2) .arrow:before {
  background: #1e277e;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:nth-of-type(2):hover .link-text {
  color: #fff;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:nth-of-type(2):hover .arrow {
  background: #fff;
}
body.body.recruit-category-page .common-recruit-link .inner .link-box a:nth-of-type(2):hover .arrow:before {
  background: #fff;
}
body.body.recruit-category-page .common-recruit-top-box {
  margin-top: 3.3333333333vh;
}
body.body.recruit-category-page .common-recruit-top-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
body.body.recruit-category-page .common-recruit-top-box .inner:after {
  content: "";
  display: block;
  width: 52.5%;
  padding-top: 35.7857142857%;
}
body.body.recruit-category-page .common-recruit-top-box .inner .text-box {
  width: 335px;
  max-width: 23.9285714286%;
  margin-right: 120px;
}
body.body.recruit-category-page .common-recruit-top-box .inner .text-box .common-recruit-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  body.body.recruit-category-page .common-recruit-top-box .inner .text-box {
    margin-right: 8.5714285714%;
  }
}
body.body.recruit-category-page .common-recruit-top-box .inner .text-box .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 52.5%;
  z-index: 1;
}
body.body.recruit-category-page .common-recruit-top-box .inner .text-box .image-box img {
  display: block;
  width: 100%;
}
body.body.recruit-category-page .common-recruit-top-box .inner .text-box .text-inner {
  position: relative;
  margin-top: 8.8888888889vh;
  z-index: 0;
}
body.body.recruit-category-page .common-recruit-top-box .inner .text-box .text-inner .common-text {
  margin-top: 2.2222222222vh;
}
body.body.recruit-category-page .common-recruit-top-box2 {
  margin-top: 3.3333333333vh;
}
body.body.recruit-category-page .common-recruit-top-box2 .inner {
  width: 980px;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
body.body.recruit-category-page .common-recruit-top-box2 .inner .text-box {
  width: 36.2244897959%;
}
body.body.recruit-category-page .common-recruit-top-box2 .inner .text-box .text-inner {
  position: relative;
  margin-top: 8.8888888889vh;
  z-index: 0;
}
body.body.recruit-category-page .common-recruit-top-box2 .inner .text-box .text-inner .common-text {
  margin-top: 2.2222222222vh;
}
body.body.recruit-category-page .common-recruit-top-box2 .inner .image-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.5714285714%;
}
body.body.recruit-category-page .common-recruit-top-box2 .inner .image-box img {
  display: block;
  width: 100%;
}
body.body.recruit-category-page .common-recruit-top-box2 .inner:after {
  content: "";
  display: block;
  padding-top: 51.0204081633%;
}
body.body.recruit-category-page .common-recruit-page-nav {
  padding: 6.6666666667vh 0 8.3333333333vh;
  background: url(../image/common/recruit/bg-line.png) repeat center top;
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav ul li {
  margin: 15px 2.7857142857% 0;
  min-width: 183px;
  position: relative;
  padding-bottom: 9px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #1e277e;
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav ul li:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #1e277e;
  -webkit-transition: height 0.2s, background 0.2s;
  transition: height 0.2s, background 0.2s;
  top: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  left: 0;
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav ul li .arrow {
  position: absolute;
  right: 5px;
  top: 2px;
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav ul li .arrow:before {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav ul li:hover {
  cursor: pointer;
}
body.body.recruit-category-page .common-recruit-page-nav .pc-nav ul li:hover:before {
  height: 4px;
  background: #00afec;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav .c-aco-button {
  color: #fff;
  background: #00afec;
  text-align: center;
  line-height: 44px;
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav .c-aco-button .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 14px;
  font-weight: 300;
  font-size: 1rem;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav .c-aco-button .arrow:after {
  content: "く";
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav .c-aco-hidden {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  color: #1e277e;
  background: #f0f5f5;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  overflow: hidden;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav .c-aco-hidden ul {
  padding: 11px 0;
  text-align: center;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav .c-aco-hidden ul li {
  font-size: 0.9375rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: normal;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav .c-aco-hidden ul li + li {
  margin-top: 5px;
}
body.body.recruit-category-page .common-recruit-page-nav .sp-nav.open .c-aco-button .arrow:after {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
body.body.recruit-category-page .common-recruit-text-top-box {
  width: 980px;
  max-width: 80%;
  margin: 2.2222222222vh auto 0;
}

@media (max-width: 768px) {
  body.body.recruit-category-page .common-recruit-catch {
    font-size: 1.375rem;
  }
  body.body.recruit-category-page .common-recruit-title .en {
    font-size: 1.75rem;
  }
  body.body.recruit-category-page .common-recruit-title .jp {
    font-size: 1.125rem;
  }
  body.body.recruit-category-page .common-recruit-title2 .jp {
    font-size: 1.0625rem;
  }
  body.body.recruit-category-page .common-recruit-title2 .en {
    font-size: 0.8125rem;
    display: block;
  }
  body.body.recruit-category-page .common-recruit-link .inner .common-title .jp {
    font-size: 1.0625rem;
  }
  body.body.recruit-category-page .common-recruit-link .inner .common-title .en {
    font-size: 0.8125rem;
  }
  body.body.recruit-category-page .common-recruit-link .inner .link-box {
    display: block;
  }
  body.body.recruit-category-page .common-recruit-link .inner .link-box a {
    width: 100%;
    height: 114px;
    padding-right: 46px;
  }
  body.body.recruit-category-page .common-recruit-link .inner .link-box a .link-text .jp {
    font-size: 1.25rem;
  }
  body.body.recruit-category-page .common-recruit-link .inner .link-box a .link-text .en {
    font-size: 0.875rem;
  }
  body.body.recruit-category-page .common-recruit-link .inner .link-box a + a {
    margin-top: 30px;
  }
  body.body.recruit-category-page .common-recruit-top-box .inner {
    display: block;
  }
  body.body.recruit-category-page .common-recruit-top-box .inner:after {
    display: none;
  }
  body.body.recruit-category-page .common-recruit-top-box .inner .text-box {
    max-width: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.body.recruit-category-page .common-recruit-top-box .inner .text-box .image-box {
    position: relative;
    top: auto;
    right: auto;
    width: 112.5%;
    margin-top: 25px;
  }
  body.body.recruit-category-page .common-recruit-top-box .inner .text-box .text-inner {
    margin-top: 32px;
  }
  body.body.recruit-category-page .common-recruit-top-box2 .inner {
    display: block;
  }
  body.body.recruit-category-page .common-recruit-top-box2 .inner:after {
    display: none;
  }
  body.body.recruit-category-page .common-recruit-top-box2 .inner .text-box {
    width: 100%;
  }
  body.body.recruit-category-page .common-recruit-top-box2 .inner .text-box .image-box {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 25px;
  }
  body.body.recruit-category-page .common-recruit-top-box2 .inner .text-box .text-inner {
    margin-top: 32px;
  }
  body.body.recruit-category-page .common-recruit-page-nav {
    background: url(../image/common/recruit/bg-line_sp.png) repeat center top;
  }
}
body.body .sc-archive-page {
  overflow: hidden;
  padding-bottom: 16vh;
}
body.body .sc-archive-page .top-box {
  margin-top: 4.1111111111vh;
  position: relative;
}
body.body .sc-archive-page .post-list-box {
  width: 980px;
  max-width: 80%;
  margin: 14.4444444444vh auto 0;
}
body.body .sc-archive-page .post-list-box ul {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
}
body.body .sc-archive-page .post-list-box ul li.no-item {
  text-align: center;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
}
body.body .sc-archive-page .post-list-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 50px 12px 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f0f5f5;
}
body.body .sc-archive-page .post-list-box ul li a .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 21px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body .sc-archive-page .post-list-box ul li a .info-box .event-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.body .sc-archive-page .post-list-box ul li a .info-box .event-day .kaisaibi {
  width: 103px;
  text-align: center;
  line-height: 18px;
  border-radius: 4px;
  color: #1e277e;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-right: 13px;
  border: 1px solid #1e277e;
}
body.body .sc-archive-page .post-list-box ul li a .info-box .event-day .time {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 20px;
  color: #1e277e;
  font-family: "Roboto Slab", serif;
}
body.body .sc-archive-page .post-list-box ul li a .shokushu {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  width: 103px;
  padding: 0 3px;
  color: #fff;
  background: #00afec;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body .sc-archive-page .post-list-box ul li a .title {
  font-size: 0.9375rem;
  line-height: 1.3333333333em;
  letter-spacing: 0.2em;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.body .sc-archive-page .post-list-box ul li a .arrow {
  position: absolute;
  right: 10px;
  width: 29px;
  top: calc(50% - 1px);
  height: 2px;
}
body.body .sc-archive-page .post-list-box ul li a .arrow .arrow-inner {
  width: 19px;
  background: #1e277e;
  border-radius: 1px;
  height: 100%;
  position: relative;
  -webkit-transition: background 0.2s, width 0.2s;
  transition: background 0.2s, width 0.2s;
}
body.body .sc-archive-page .post-list-box ul li a .arrow .arrow-inner:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #1e277e;
  position: absolute;
  border-radius: 1px;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body.body .sc-archive-page .post-list-box ul li a:hover .info-box {
  opacity: 0.6;
}
body.body .sc-archive-page .post-list-box ul li a:hover .title {
  opacity: 0.6;
}
body.body .sc-archive-page .post-list-box ul li a:hover .arrow .arrow-inner {
  width: 100%;
  background: #00afec;
}
body.body .sc-archive-page .post-list-box ul li a:hover .arrow .arrow-inner:before {
  background: #00afec;
}
body.body .sc-archive-page .post-list-box ul li a:hover .shokushu {
  opacity: 0.6;
}
body.body .sc-archive-page .post-list-box ul li + li {
  border-top: 1px solid #cfcfcf;
  margin-top: 9px;
  padding-top: 9px;
}
body.body .sc-archive-page + .common-bottom-contact {
  margin-top: 0;
}
body.body .joint-job-fair-page .top-box .circle-box {
  position: absolute;
  z-index: -1;
  width: 735px;
  left: calc(50% - 752px);
  top: -48px;
}
body.body .joint-job-fair-page .top-box .circle-box:before {
  content: "";
  display: block;
  padding-top: 80%;
}
body.body .joint-job-fair-page .top-box .circle-box .circle {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}
body.body .joint-job-fair-page .top-box .circle-box .circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.body .joint-job-fair-page .top-box .circle-box .circle:nth-of-type(1) {
  background: rgba(255, 185, 0, 0.12);
  top: 0;
  left: 0;
  width: 75.6462585034%;
}
body.body .joint-job-fair-page .top-box .circle-box .circle:nth-of-type(2) {
  background: rgba(0, 175, 236, 0.12);
  right: 0;
  bottom: 0;
  width: 22.3129251701%;
}
body.body .joint-job-fair-page .top-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1920px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
body.body .joint-job-fair-page .top-box .inner:after {
  content: "";
  display: block;
  width: 52.5%;
  padding-top: 35.7142857143%;
}
body.body .joint-job-fair-page .top-box .inner .text-box {
  width: 340px;
  max-width: 24.2857142857%;
  margin-right: 110px;
}
@media (max-width: 1400px) {
  body.body .joint-job-fair-page .top-box .inner .text-box {
    margin-right: 7.8571428571%;
  }
}
body.body .joint-job-fair-page .top-box .inner .text-box .image {
  width: 52.5%;
  position: absolute;
  top: 0;
  right: 0;
}
body.body .joint-job-fair-page .top-box .inner .text-box .image img {
  display: block;
  width: 100%;
}
body.body .joint-job-fair-page .top-box .inner .text-box .text-inner {
  position: relative;
}
body.body .joint-job-fair-page .top-box .inner .text-box .text-inner .common-recruit-catch {
  margin-top: 9.4444444444vh;
}
body.body .joint-job-fair-page .top-box .inner .text-box .text-inner .common-text {
  margin-top: 10px;
}
body.body .joint-job-fair-page .post-list-box {
  position: relative;
}
body.body .joint-job-fair-page .post-list-box:before {
  content: "";
  display: block;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  background: rgba(0, 175, 236, 0.12);
  position: absolute;
  bottom: -70px;
  right: -137px;
}
body.body .job-fair-page .top-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  width: 100vw;
  z-index: -1;
  left: calc(50% + 375px);
  height: 496px;
  background: rgba(0, 175, 236, 0.12);
}
@media (max-width: 1400px) {
  body.body .job-fair-page .top-box:after {
    left: 76.7857142857%;
  }
}
body.body .job-fair-page .top-box h2 {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .job-fair-page .top-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6.3333333333vh auto 0;
  max-width: 1920px;
  position: relative;
}
body.body .job-fair-page .top-box .inner .image {
  width: 52.5%;
}
body.body .job-fair-page .top-box .inner .image img {
  display: block;
  width: 100%;
}
body.body .job-fair-page .top-box .inner .text-box {
  width: 340px;
  max-width: 24.2857142857%;
  margin-left: 113px;
}
@media (max-width: 1400px) {
  body.body .job-fair-page .top-box .inner .text-box {
    margin-left: 8.0714285714%;
  }
}
body.body .job-fair-page .top-box .inner .text-box .text-inner .common-text {
  margin-top: 2.2222222222vh;
}
body.body .job-fair-page .post-list-box {
  position: relative;
}
body.body .job-fair-page .post-list-box:before {
  content: "";
  display: block;
  width: 100vw;
  height: 338px;
  right: 73.6734693878%;
  z-index: -1;
  top: 23px;
  background: url(../image/common/recruit/bg-line.png) repeat right -34px top;
  position: absolute;
  z-index: -1;
}
body.body .internship-page .top-box .inner {
  position: relative;
}
body.body .internship-page .top-box .inner .title-wrap {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}
body.body .internship-page .top-box .inner .title-wrap .common-title2 {
  max-width: 38.2653061224%;
}
body.body .internship-page .top-box .inner .image-box {
  margin-top: 7.7777777778vh;
}
body.body .internship-page .top-box .inner .image-box .image img {
  display: block;
  width: 100%;
}
body.body .internship-page .top-box .inner .image-box .image:nth-of-type(1) {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 980px;
  max-width: 80%;
}
body.body .internship-page .top-box .inner .image-box .image:nth-of-type(1) img {
  width: 60.2040816327%;
  margin-left: auto;
}
body.body .internship-page .top-box .inner .image-box .image:nth-of-type(2) {
  width: 37.8571428571%;
}
body.body .internship-page .top-box .inner .image-box .image:nth-of-type(3) {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 980px;
  max-width: 80%;
}
body.body .internship-page .top-box .inner .image-box .image:nth-of-type(3):before {
  content: "";
  display: block;
  padding-top: 54.5918367347%;
}
body.body .internship-page .top-box .inner .image-box .image:nth-of-type(3) img {
  width: 41.3265306122%;
  margin-left: auto;
  margin-right: 7.1428571429%;
}
body.body .internship-page .top-box .inner .text-box {
  margin: 8.8888888889vh auto 0;
  width: 980px;
  max-width: 80%;
}
body.body .internship-page .top-box .inner .text-box .text-inner {
  width: 50%;
  padding: 0 6.6326530612%;
}
body.body .internship-page .top-box .inner .text-box .text-inner .common-text {
  margin-top: 2.2222222222vh;
}
body.body .internship-page .post-list-box {
  position: relative;
}
body.body .internship-page .post-list-box:before, body.body .internship-page .post-list-box:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
body.body .internship-page .post-list-box:before {
  width: 236px;
  height: 236px;
  background: rgba(255, 185, 0, 0.12);
  left: -222px;
  bottom: 115px;
}
body.body .internship-page .post-list-box:after {
  width: 111px;
  height: 111px;
  background: rgba(0, 175, 236, 0.12);
  bottom: 27px;
  left: -33px;
}

@media (max-width: 768px) {
  body.body .sc-archive-page .post-list-box ul li a {
    display: block;
  }
  body.body .sc-archive-page .post-list-box ul li a .shokushu {
    margin-top: 8px;
  }
  body.body .sc-archive-page .post-list-box ul li a .title {
    margin-top: 6px;
  }
  body.body .joint-job-fair-page .top-box .circle-box {
    width: 93.75%;
    left: -8.75%;
    top: 253px;
  }
  body.body .joint-job-fair-page .top-box .inner {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  body.body .joint-job-fair-page .top-box .inner:after {
    display: none;
  }
  body.body .joint-job-fair-page .top-box .inner .text-box {
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
  body.body .joint-job-fair-page .top-box .inner .text-box .image {
    width: 112.5%;
    margin-top: 32px;
    position: static;
  }
  body.body .joint-job-fair-page .post-list-box:before {
    display: none;
  }
  body.body .job-fair-page .top-box:after {
    left: 55%;
    top: 35px;
    height: 425px;
  }
  body.body .job-fair-page .top-box .inner {
    display: block;
    width: 100%;
    max-width: none;
  }
  body.body .job-fair-page .top-box .inner .image {
    width: 90%;
  }
  body.body .job-fair-page .top-box .inner .text-box {
    width: 80%;
    margin: 35px auto 0;
    max-width: none;
  }
  body.body .job-fair-page .post-list-box:before {
    width: 100vw;
    height: 463px;
    right: 12%;
    top: 187px;
    background: url(../image/common/recruit/bg-line_sp.png) repeat right -23px top;
  }
  body.body .internship-page .top-box .inner:after {
    content: "";
    display: block;
    padding-top: 49.75%;
    margin-top: 35px;
  }
  body.body .internship-page .top-box .inner .title-wrap .common-title2 {
    max-width: none;
  }
  body.body .internship-page .top-box .inner .image-box {
    margin-top: 30px;
  }
  body.body .internship-page .top-box .inner .image-box .image:nth-of-type(1) {
    width: 90%;
    max-width: none;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-left: auto;
  }
  body.body .internship-page .top-box .inner .image-box .image:nth-of-type(1) img {
    width: 100%;
  }
  body.body .internship-page .top-box .inner .image-box .image:nth-of-type(2) {
    position: absolute;
    width: 55%;
    left: 0;
    bottom: 0;
    margin-bottom: 3%;
  }
  body.body .internship-page .top-box .inner .image-box .image:nth-of-type(3) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 37.5%;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
  body.body .internship-page .top-box .inner .image-box .image:nth-of-type(3):before {
    display: none;
  }
  body.body .internship-page .top-box .inner .image-box .image:nth-of-type(3) img {
    margin: 0;
    width: 100%;
  }
  body.body .internship-page .top-box .inner .text-box {
    margin-top: 30px;
  }
  body.body .internship-page .top-box .inner .text-box .text-inner {
    width: 100%;
    padding: 0;
  }
  body.body .internship-page .post-list-box:before {
    bottom: auto;
    top: 0;
    left: -97px;
  }
  body.body .internship-page .post-list-box:after {
    top: 210px;
    left: 94px;
  }
}