@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body.recruit .floating-content {
  display: block;
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 999;
}
body.recruit .floating-content ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.recruit .floating-content {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  body.recruit .floating-content {
    bottom: 40px;
  }
}
body.recruit .floating-content .contents-link ul li {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem;
  list-style: 1.4;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
body.recruit .floating-content .contents-link ul li a {
  width: 100%;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
}
body.recruit .floating-content .contents-link ul li:nth-child(1) a {
  background: rgba(61, 193, 217, 0.8);
}
body.recruit .floating-content .contents-link ul li:nth-child(2) a {
  background: rgba(122, 146, 201, 0.8);
}
@media screen and (max-width: 767px) {
  body.recruit .floating-content .contents-link ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  body.recruit .floating-content .contents-link ul li {
    width: calc(50% - 8px);
  }
}
@media print, screen and (min-width: 768px) {
  body.recruit .floating-content .contents-link {
    width: 145px;
  }
  body.recruit .floating-content .contents-link ul li {
    border-radius: 8px 0 0 8px;
    margin-bottom: 20px;
  }
  body.recruit .floating-content .contents-link ul li a {
    padding: 1em 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.recruit .floating-content .contents-link ul li a:hover {
    opacity: 0.8;
  }
}
body.recruit .floating-content .contents-menu {
  display: none;
}
@media print, screen and (min-width: 1023px) {
  body.recruit .floating-content .contents-menu {
    display: block;
    width: 145px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
    padding: 20px;
  }
  body.recruit .floating-content .contents-menu ul li {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  body.recruit .floating-content .contents-menu ul li::before {
    content: " ";
    display: block;
    width: 6px;
    height: 1px;
    background: #000;
    margin-right: 3px;
  }
  body.recruit .floating-content .contents-menu ul li a {
    color: #000;
  }
  body.recruit .floating-content .contents-menu ul li a:hover {
    text-decoration: underline;
  }
}
body.recruit .page-title {
  height: 660px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-image: url(../../recruit/img/img_pagetitle_sp.png);
  text-align: center;
  margin-top: 117px;
}
body.recruit .page-title .inner {
  padding-bottom: 8.5em;
}
body.recruit .page-title h1 {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
body.recruit .page-title p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 350;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 2.4em;
}
body.recruit .page-title .copy {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 350;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  body.recruit .page-title {
    height: 500px;
    background-image: url(../../recruit/img/img_pagetitle.png);
  }
  body.recruit .page-title .inner {
    padding-bottom: 5em;
  }
  body.recruit .page-title h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  body.recruit .page-title p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.recruit .page-title .copy {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 1023px) {
  body.recruit .page-title {
    height: 630px;
    margin-top: 104px;
  }
}
body.recruit .content .container.top {
  max-width: 1000px;
}
body.recruit section {
  padding: 2em 0 0;
}
body.recruit section h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 350;
  margin-top: 3.2em;
}
body.recruit section h2 .sub {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}
body.recruit section h2.center {
  text-align: center;
}
body.recruit section h2.center .sub {
  margin: 0 auto;
}
body.recruit section p.img {
  max-width: 760px;
  margin: 3.2em auto 0;
}
body.recruit section .lead {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 2;
  margin-top: 4em;
}
body.recruit section a.index {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  position: relative;
  overflow: hidden;
  background: url(../img/icon_arrow_index.svg) no-repeat;
  background-position: left 0 top 50%;
  background-size: 10.2px;
  padding-left: 15px;
  margin-left: 30px;
  vertical-align: middle;
}
body.recruit section a.index::before, body.recruit section a.index::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
body.recruit section a.index::after {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
body.recruit section a.index:hover::before, body.recruit section a.index:focus::before {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19), -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
body.recruit section a.index:hover::after, body.recruit section a.index:focus::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  transition: transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99), -webkit-transform 0.8s cubic-bezier(0.11, 0.68, 0.18, 0.99);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.recruit section .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
body.recruit section .type__item {
  border-bottom: 1px solid #8D8D8D;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit section .type__item .icon {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit section .type__item dl {
  width: calc(100% - 80px);
  font-weight: 350;
  padding-left: 30px;
  margin-top: 0;
}
body.recruit section .type__item dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 350;
}
body.recruit section .type__item dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}
body.recruit section .type__item:nth-child(1) .icon img {
  width: 30px;
}
body.recruit section .type__item:nth-child(2) .icon img {
  width: 31px;
}
body.recruit section .type__item:nth-child(3) .icon img {
  width: 43px;
}
body.recruit section .type__item:nth-child(4) .icon img {
  width: 38px;
}
body.recruit section .type__item:nth-child(5) .icon img {
  width: 28px;
}
body.recruit section .type__item:nth-child(6) .icon img {
  width: 23px;
}
body.recruit section .type__item:nth-child(7) .icon img {
  width: 37px;
}
body.recruit section .interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.recruit section .interview__item {
  width: calc(50% - 10px);
  margin: 40px 20px 0 0;
}
body.recruit section .interview__item:nth-child(2n) {
  margin-right: 0;
}
body.recruit section .interview__item h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 10px;
}
body.recruit section .interview__item h3 span {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 5px;
}
body.recruit section .interview__item dl {
  margin-top: 10px;
}
body.recruit section .interview__item dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 350;
}
body.recruit section .interview__item dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
body.recruit section .work-flow {
  background: #fff;
  border-radius: 8px;
  margin-top: 2.4em;
  padding: 30px 20px;
}
body.recruit section .work-flow__img {
  display: none;
}
body.recruit section .work-flow__item {
  position: relative;
  padding: 0 0 0 45px;
}
body.recruit section .work-flow__item::before {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ddd;
  position: absolute;
  top: 6px;
  left: 8px;
}
body.recruit section .work-flow__item::after {
  content: " ";
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 6px;
  background: #ddd;
  position: absolute;
  bottom: -12px;
  left: 12.5px;
}
body.recruit section .work-flow__item:last-child::after {
  content: none;
}
body.recruit section .work-flow__time {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  padding-right: 50px;
}
body.recruit section .work-flow__detail {
  padding: 0.7em 0 2em 0;
}
body.recruit section .work-flow__detail dl {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
body.recruit section .work-flow__detail dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 350;
}
body.recruit section .introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.recruit section .introduction__item {
  width: 100%;
  margin-top: 40px;
}
body.recruit section .introduction__item dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 350;
  margin-top: 17px;
}
body.recruit section .introduction__item dt.img {
  margin-top: 0;
}
body.recruit section .introduction__item dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
body.recruit section .plan {
  margin-top: -2em;
}
body.recruit section .plan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit section .plan__item {
  width: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: end;
      align-content: end;
}
body.recruit section .plan__item h3 {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
body.recruit section .plan__item h3 img {
  width: 39.5834%;
}
body.recruit section .plan__item p.post {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 350;
  text-align: center;
  color: #AAB5CC;
  margin: 15px 0;
}
body.recruit section .plan__item:nth-child(2) h3 img {
  width: 52.9167%;
}
body.recruit section .plan__item:nth-child(2) p.post {
  color: #99A9CB;
}
body.recruit section .plan__item:nth-child(2) .plan__detail {
  height: 310px;
  background: #99A9CB;
}
body.recruit section .plan__item:nth-child(3) h3 img {
  width: 66.25%;
}
body.recruit section .plan__item:nth-child(3) p.post {
  color: #879CCE;
}
body.recruit section .plan__item:nth-child(3) .plan__detail {
  height: 350px;
  background: #879CCE;
}
body.recruit section .plan__item:nth-child(4) h3 img {
  width: 40.2083%;
}
body.recruit section .plan__item:nth-child(4) p.post {
  color: #7A92C9;
}
body.recruit section .plan__item:nth-child(4) .plan__detail {
  height: 390px;
  background: #7A92C9;
}
body.recruit section .plan__detail {
  height: 270px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #AAB5CC;
  color: #fff;
  padding: 35px 30px 0;
}
body.recruit section .plan__detail p {
  margin-top: 0;
}
body.recruit section dl.summary {
  border-top: 1px solid #8D8D8D;
  margin-top: 3.2em;
  font-size: 14px;
  font-size: 1.4rem;
}
body.recruit section dl.summary dt {
  font-weight: 350;
  padding: 1.2em 0 0;
}
body.recruit section dl.summary dd {
  margin: 0.5em 0 0;
  padding: 0 0 1.2em;
  border-bottom: 1px solid #8D8D8D;
}
body.recruit section .faq__wrap {
  margin-top: 2.4em;
  border-bottom: 1px solid #8D8D8D;
}
body.recruit section .faq__item {
  margin: 0;
}
body.recruit section .faq__item dt, body.recruit section .faq__item dd {
  border-top: 1px solid #8D8D8D;
  padding-left: 50px;
  padding-right: 40px;
  position: relative;
}
body.recruit section .faq__item dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 350;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  cursor: pointer;
}
body.recruit section .faq__item dt::before {
  content: "Q.";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0.8em;
}
body.recruit section .faq__item dt .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit section .faq__item dt .icon::before {
  content: " ";
  display: block;
  width: 1px;
  height: 16px;
  background: #000;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7.5px;
}
body.recruit section .faq__item dt .icon::after {
  content: " ";
  display: block;
  width: 16px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
}
body.recruit section .faq__item dt.close .icon::before {
  rotate: 90deg;
}
body.recruit section .faq__item dd {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 1.5em;
  padding-bottom: 4em;
}
body.recruit section .faq__item dd::before {
  content: "A.";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 0.9em;
}
body.recruit section .faq__item dd a {
  color: #000;
  text-decoration: underline;
}
body.recruit section p.contact {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3.2em;
}
body.recruit section.entry-area {
  padding: 45px 0;
  margin-top: 110px;
  background: #fff;
}
body.recruit section.entry-area ul.link-btn {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.recruit section.entry-area ul.link-btn li {
  width: 100%;
  max-width: 330px;
  margin: 15px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
body.recruit section.entry-area ul.link-btn li a {
  width: 100%;
  height: 86px;
  border-radius: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3DC1D9;
  color: #fff;
  padding: 0 30px;
}
body.recruit section.entry-area ul.link-btn li a::after {
  display: block;
  content: " ";
  width: 21.5px;
  height: 3px;
  background-image: url(../img/icon_arrow_w.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.recruit section.entry-area ul.link-btn li a:hover::after {
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}
body.recruit section.entry-area ul.link-btn li:nth-child(2) a {
  background: #7A92C9;
}
body.recruit section.contact-area {
  background: #4C4D57;
  color: #fff;
  padding: 2em 0 8em;
}
@media screen and (max-width: 767px) {
  body.recruit section p.img {
    margin-left: -30px;
    margin-right: -30px;
    max-width: inherit;
  }
  body.recruit section .plan {
    margin-top: -1em;
    overflow-x: scroll;
    margin-right: -30px;
    padding-bottom: 1.5em;
  }
  body.recruit section .plan::-webkit-scrollbar {
    height: 10px;
  }
  body.recruit section .plan::-webkit-scrollbar-track {
    margin: 0 30px 0 0;
    background: #fff;
    border-radius: 5px;
  }
  body.recruit section .plan::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #808080;
  }
  body.recruit section .plan__wrap {
    min-width: 960px;
  }
}
@media print, screen and (min-width: 768px) {
  body.recruit section .lead {
    text-align: center;
    line-height: 2.5;
  }
  body.recruit section .interview__item {
    width: calc(33.3333% - 40px);
    margin: 60px 60px 0 0;
  }
  body.recruit section .interview__item:nth-child(2n) {
    margin-right: 60px;
  }
  body.recruit section .interview__item:nth-child(3n) {
    margin-right: 0;
  }
  body.recruit section .interview__item h3 .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.recruit section .interview__img a {
    display: block;
    overflow: hidden;
  }
  body.recruit section .interview__img a img {
    -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  }
  body.recruit section .interview__img a:hover, body.recruit section .interview__img a:focus {
    opacity: 0.6;
  }
  body.recruit section .interview__img a:hover img, body.recruit section .interview__img a:focus img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  body.recruit section .introduction__item {
    width: calc(33.3333% - 40px);
    margin: 60px 60px 0 0;
  }
  body.recruit section .introduction__item:nth-child(3n) {
    margin-right: 0;
  }
  body.recruit section dl.summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.recruit section dl.summary dt, body.recruit section dl.summary dd {
    border-bottom: 1px solid #8D8D8D;
    padding: 1.5em 0;
  }
  body.recruit section dl.summary dt {
    width: 130px;
    margin: 0;
  }
  body.recruit section dl.summary dd {
    width: calc(100% - 130px);
    margin: 0;
  }
  body.recruit section dl.summary dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    border: none;
  }
  body.recruit section dl.summary dd dl dt, body.recruit section dl.summary dd dl dd {
    border: none;
    padding: 0;
  }
  body.recruit section dl.summary dd dl dt {
    width: 5em;
  }
  body.recruit section dl.summary dd dl dd {
    width: calc(100% - 5em);
  }
  body.recruit section .faq__item dt, body.recruit section .faq__item dd {
    padding-left: 90px;
    padding-right: 70px;
  }
  body.recruit section .faq__item dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.recruit section .faq__item dt::before {
    width: 90px;
    font-size: 28px;
    font-size: 2.8rem;
    margin: -14px 0 0 0;
  }
  body.recruit section .faq__item dt .icon {
    right: 23px;
    top: 50%;
    margin-top: -8px;
  }
  body.recruit section .faq__item dd::before {
    width: 90px;
    font-size: 28px;
    font-size: 2.8rem;
    top: 0.5em;
  }
  body.recruit section.entry-area ul.link-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1023px) {
  body.recruit section {
    padding: 4em 0 0;
  }
  body.recruit section h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  body.recruit section .type {
    margin-top: 1.6em;
  }
  body.recruit section .type__item {
    width: calc(50% - 40px);
    margin-right: 80px;
    padding: 2em 0;
  }
  body.recruit section .type__item:nth-child(2n) {
    margin-right: 0;
  }
  body.recruit section .type__item .icon {
    width: 110px;
    height: 110px;
    border-radius: 55px;
  }
  body.recruit section .type__item dl {
    width: calc(100% - 110px);
    padding-left: 30px;
  }
  body.recruit section .type__item dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.recruit section .type__item dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.recruit section .type__item:nth-child(1) .icon img {
    width: 41px;
  }
  body.recruit section .type__item:nth-child(2) .icon img {
    width: 39px;
  }
  body.recruit section .type__item:nth-child(3) .icon img {
    width: 60px;
  }
  body.recruit section .type__item:nth-child(4) .icon img {
    width: 52px;
  }
  body.recruit section .type__item:nth-child(5) .icon img {
    width: 39px;
  }
  body.recruit section .type__item:nth-child(6) .icon img {
    width: 31px;
  }
  body.recruit section .type__item:nth-child(7) .icon img {
    width: 51px;
  }
  body.recruit section .work-flow {
    padding: 75px 44px;
  }
  body.recruit section .work-flow__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.recruit section .work-flow__schedule {
    width: calc(100% - 218px);
    padding: 0 60px 0 0;
  }
  body.recruit section .work-flow__img {
    display: block;
    width: 218px;
  }
  body.recruit section .work-flow__img ul {
    margin-top: 0;
  }
  body.recruit section .work-flow__img ul li {
    margin-bottom: 55px;
  }
  body.recruit section .work-flow__img ul li:last-child {
    margin-bottom: 0;
  }
  body.recruit section .work-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 20px;
  }
  body.recruit section .work-flow__item::before {
    left: 135.5px;
    top: 0.5em;
  }
  body.recruit section .work-flow__item::after {
    left: 140px;
  }
  body.recruit section .work-flow__time {
    width: 180px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  body.recruit section .work-flow__detail {
    width: calc(100% - 130px);
    padding: 0 0 1.5em 0;
  }
  body.recruit section.entry-area {
    padding: 70px 0;
  }
  body.recruit section.entry-area ul.link-btn li {
    width: calc(50% - 20px);
    max-width: inherit;
    font-size: 20px;
    font-size: 2rem;
  }
  body.recruit section.entry-area ul.link-btn li a {
    height: 120px;
    border-radius: 60px;
    padding: 0 60px;
  }
  body.recruit section.entry-area ul.link-btn li a::after {
    width: 30px;
    height: 4px;
  }
}
body.recruit .interview-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.recruit .interview-info__summary {
  z-index: 1;
}
body.recruit .interview-info__summary .copy {
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap;
  font-weight: 350;
  line-height: 1.78;
}
body.recruit .interview-info__summary .copy span {
  display: inline-block;
  background-color: #F8F8F8;
  padding-right: 3px;
}
body.recruit .interview-info__summary .name dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 350;
}
body.recruit .interview-info__summary .name dt span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}
body.recruit .interview-info__summary .name dd {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
body.recruit .interview-info__img {
  z-index: 0;
}
body.recruit .interview-box {
  padding-top: 60px;
  background-repeat: no-repeat;
}
body.recruit .interview-box .inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
body.recruit .interview-box h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 350;
  margin-top: 0;
  padding-bottom: 1em;
  position: relative;
  letter-spacing: 0.05em;
}
body.recruit .interview-box h2::after {
  content: " ";
  width: 24px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.recruit .interview-box p {
  font-size: 14px;
  font-size: 1.4rem;
}
body.recruit .interview-box p.img {
  margin-top: 80px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 20px;
}
@media screen and (max-width: 1022px) {
  body.recruit .interview-info {
    margin-top: 27px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.recruit .interview-info.container {
    padding-right: 0;
  }
  body.recruit .interview-info__summary {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.recruit .interview-info__summary .copy.row-2 {
    margin-top: -60px;
  }
  body.recruit .interview-info__summary .copy.row-3 {
    margin-top: -90px;
  }
  body.recruit .interview-info__summary .copy.row-4 {
    margin-top: -120px;
  }
  body.recruit .interview-info__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.recruit .interview-box.box-01 {
    background-image: url(../../recruit/img/object01_sp.svg);
    background-size: 119px;
    background-position: left 50% bottom 0;
    padding-bottom: 200px;
  }
  body.recruit .interview-box.box-03 {
    background-image: url(../../recruit/img/object02_sp.svg);
    background-size: 134px;
    background-position: left 50% bottom 0;
    padding-bottom: 160px;
  }
}
@media print, screen and (min-width: 1023px) {
  body.recruit .interview-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.recruit .interview-info__summary {
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.recruit .interview-info__summary .copy {
    margin-top: -1em;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.6;
  }
  body.recruit .interview-info__summary .copy span {
    display: inline-block;
    background-color: #F8F8F8;
  }
  body.recruit .interview-info__summary .name {
    margin-top: 80px;
  }
  body.recruit .interview-info__summary .name dd {
    margin: 20px 0 0 0;
  }
  body.recruit .interview-info__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
  }
  body.recruit .interview-box {
    padding-top: 80px;
  }
  body.recruit .interview-box p.img {
    margin-bottom: 35px;
  }
  body.recruit .interview-box:first-child {
    padding-top: 140px;
  }
  body.recruit .interview-box.box-01 {
    background-image: url(../../recruit/img/object01.svg), url(../../recruit/img/object02.svg);
    background-size: 62px, 73px;
    background-position: right 90px top 118px, left 0 bottom 14px;
  }
  body.recruit .interview-box.box-02 {
    background-image: url(../../recruit/img/object03.svg);
    background-size: 90px;
    background-position: right 0 top 110px;
  }
  body.recruit .interview-box.box-03 {
    background-image: url(../../recruit/img/object04.svg);
    background-size: 90px;
    background-position: left 0 top 160px;
  }
  body.recruit .interview-box.box-04 {
    background-image: url(../../recruit/img/object05.svg), url(../../recruit/img/object06.svg);
    background-size: 90px, 30px;
    background-position: right 0 top 70px, left 90px top 430px;
  }
  body.recruit .interview-box.box-05 {
    background-image: url(../../recruit/img/object07.svg), url(../../recruit/img/object08.svg);
    background-size: 111px, 104px;
    background-position: left 0 top 210px, right 0 bottom 0;
    padding-bottom: 60px;
  }
  body.recruit .interview-box p.img {
    margin-top: 120px;
    margin-left: inherit;
  }
}
body.recruit .other {
  margin: 120px auto 0;
  padding: 30px 0 30px;
  border-top: 1px solid #8D8D8D;
  max-width: 960px;
}
body.recruit .other h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 350;
  margin-top: 0;
}
body.recruit .other h2 .sub {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}
body.recruit .other .other-interview__item {
  margin: 40px 15px 0;
}
body.recruit .other .other-interview__item h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 10px;
}
body.recruit .other .other-interview__item h3 span {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 5px;
}
body.recruit .other .other-interview__item dl {
  margin-top: 10px;
}
body.recruit .other .other-interview__item dl dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 350;
}
body.recruit .other .other-interview__item dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
body.recruit .other .slick-prev,
body.recruit .other .slick-next {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin-top: -120px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit .other .slick-prev::before,
body.recruit .other .slick-next::before {
  content: " ";
  display: block;
  width: 30px;
  height: 4px;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.recruit .other .slick-prev:hover, body.recruit .other .slick-prev:focus,
body.recruit .other .slick-next:hover,
body.recruit .other .slick-next:focus {
  background: #fff;
}
body.recruit .other .slick-prev:hover::before, body.recruit .other .slick-prev:focus::before,
body.recruit .other .slick-next:hover::before,
body.recruit .other .slick-next:focus::before {
  opacity: 1;
}
body.recruit .other .slick-prev {
  left: -10px;
  z-index: 9;
}
body.recruit .other .slick-prev::before {
  background-image: url(../img/icon_arrow_pre_l.svg);
}
body.recruit .other .slick-next {
  right: -10px;
  z-index: 10;
}
body.recruit .other .slick-next::before {
  background-image: url(../img/icon_arrow_nex_l.svg);
}
@media screen and (max-width: 767px) {
  body.recruit .other .other-interview {
    margin: 0 -30px;
  }
  body.recruit .other .slick-prev,
  body.recruit .other .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25%;
  }
  body.recruit .other .slick-prev {
    left: 10px;
  }
  body.recruit .other .slick-next {
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  body.recruit .other {
    margin: 80px auto 0;
    padding: 30px 0 60px;
  }
  body.recruit .other .other-interview {
    margin: 0 -30px;
  }
  body.recruit .other .other-interview__item {
    margin: 60px 30px 0;
  }
  body.recruit .other .other-interview__item h3 .sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.recruit .other .other-interview__img a {
    display: block;
    overflow: hidden;
  }
  body.recruit .other .other-interview__img a img {
    -webkit-transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
    transition: 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  }
  body.recruit .other .other-interview__img a:hover, body.recruit .other .other-interview__img a:focus {
    opacity: 0.6;
  }
  body.recruit .other .other-interview__img a:hover img, body.recruit .other .other-interview__img a:focus img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
body.recruit .contact-form,
body.recruit .contact__form {
  margin-top: 40px;
}
body.recruit .contact-form input[type=text],
body.recruit .contact-form input[type=password],
body.recruit .contact-form input[type=datetime],
body.recruit .contact-form input[type=datetime-local],
body.recruit .contact-form input[type=date],
body.recruit .contact-form input[type=month],
body.recruit .contact-form input[type=time],
body.recruit .contact-form input[type=week],
body.recruit .contact-form input[type=number],
body.recruit .contact-form input[type=email],
body.recruit .contact-form input[type=url],
body.recruit .contact-form input[type=search],
body.recruit .contact-form input[type=tel],
body.recruit .contact__form input[type=text],
body.recruit .contact__form input[type=password],
body.recruit .contact__form input[type=datetime],
body.recruit .contact__form input[type=datetime-local],
body.recruit .contact__form input[type=date],
body.recruit .contact__form input[type=month],
body.recruit .contact__form input[type=time],
body.recruit .contact__form input[type=week],
body.recruit .contact__form input[type=number],
body.recruit .contact__form input[type=email],
body.recruit .contact__form input[type=url],
body.recruit .contact__form input[type=search],
body.recruit .contact__form input[type=tel] {
  border: none;
}
body.recruit .contact-form textarea,
body.recruit .contact__form textarea {
  border: none;
}
body.recruit .contact-form table.confirm,
body.recruit .contact__form table.confirm {
  font-size: 14px;
  font-size: 1.4rem;
}
body.recruit .contact-form table.confirm th,
body.recruit .contact__form table.confirm th {
  width: 25%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 350;
}
body.recruit .contact-form a,
body.recruit .contact__form a {
  color: #fff;
}
body.recruit .contact-form .contact-form-label,
body.recruit .contact__form .contact-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit .contact-form .contact-form-label span,
body.recruit .contact__form .contact-form-label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  border-radius: 12px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #fff;
  padding: 0 8px;
}
body.recruit .contact-form .contact-form-label span.acms-icon-checklist,
body.recruit .contact__form .contact-form-label span.acms-icon-checklist {
  border: none;
  padding: 0;
}
body.recruit .contact-form .contact-form-control,
body.recruit .contact__form .contact-form-control {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  body.recruit .contact-form,
  body.recruit .contact__form {
    margin-top: 60px;
  }
  body.recruit .contact-form .contact-form-group,
  body.recruit .contact__form .contact-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.recruit .contact-form .contact-form-label,
  body.recruit .contact__form .contact-form-label {
    width: 190px;
    padding-right: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.recruit .contact-form .contact-form-label.text-top,
  body.recruit .contact__form .contact-form-label.text-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 18px;
  }
  body.recruit .contact-form .contact-form-control,
  body.recruit .contact__form .contact-form-control {
    width: calc(100% - 190px);
    margin-top: 0;
  }
}