@charset "UTF-8";
.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

.display-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .display-sp {
    display: none;
  }
}

.p-txt-list {
  line-height: 1rem;
}

.template-recruit-b {
  /* 共通 */
}
.template-recruit-b .header__inner {
  background-color: #fefcea;
}
.template-recruit-b .header__inner--navigation {
  display: none;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .header__inner--navigation {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .template-recruit-b .header-navigation-block {
    background-color: #fefcea;
  }
}
.template-recruit-b .recruit-link {
  background-color: #799b3b;
}
.template-recruit-b .recruit-navigation .header-navigation-block {
  height: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .recruit-navigation .header-navigation-block {
    overflow: visible;
    max-width: 1280px;
    margin: auto;
  }
}
.template-recruit-b .recruit-navigation .header-navigation-li {
  height: auto;
  color: #ffffff;
  width: 25%;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .recruit-navigation .header-navigation-li {
    color: #799b3b;
  }
}
.template-recruit-b .recruit-navigation .header-navigation-li:first-child .header-navigation-link::before {
  content: "";
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #799b3b;
  width: 1px;
  height: 60%;
  left: 1px;
}
.template-recruit-b .recruit-navigation .header-navigation-li:last-child .header-navigation-link::before {
  content: "";
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-color: #799b3b;
  width: 1px;
  height: 60%;
  right: -1px;
}
.template-recruit-b .recruit-navigation .header-navigation-li p {
  height: auto;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .recruit-navigation .header-navigation-li {
    font-weight: 400;
  }
}
.template-recruit-b .recruit-navigation .header-navigation-link {
  padding: 26px 0;
}
.template-recruit-b .recruit-navigation .header-navigation-link::after {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .recruit-navigation .header-navigation-link::after {
    background-color: #799b3b;
  }
}
@media screen and (min-width: 769px) {
  .template-recruit-b .recruit-navigation .header-navigation-link {
    padding: unset;
  }
}
.template-recruit-b .recruit-navigation .header-navigation-link.is-current {
  color: #799b3b;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .recruit-navigation .header-navigation-link.is-current {
    background-color: #e1edd0;
  }
  .template-recruit-b .recruit-navigation .header-navigation-link.is-current::after {
    opacity: 1;
  }
  .template-recruit-b .recruit-navigation .header-navigation-link.is-current:nth-child(1)::after {
    content: "";
  }
}
.template-recruit-b section {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .template-recruit-b section {
    padding: unset;
  }
}
.template-recruit-b .heading-h3 {
  color: #799b3b;
}
.template-recruit-b .heading-h3-wrap {
  text-align: center;
  margin: 2vh 0;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .heading-h3-wrap {
    margin: auto;
  }
}
.template-recruit-b .heading-h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ff7702;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .heading-h4 {
    font-size: 1.6rem;
  }
}
.template-recruit-b .heading-h4::before {
  content: none;
}
.template-recruit-b .txt-p {
  padding: 0 20px;
}
.template-recruit-b .flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1280px;
    margin: auto;
  }
}
.template-recruit-b .heading-h2 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.template-recruit-b .heading-h2-wrap {
  padding: 0;
}
.template-recruit-b .pdgRL-20 {
  padding-left: 20px;
  padding-right: 20px;
}
/* /共通 */
.template-a .heading-recruit-section .heading-h2,
.template-recruit-b .heading-recruit-section .heading-h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.template-a .heading-recruit-section .heading-h2-wrap,
.template-recruit-b .heading-recruit-section .heading-h2-wrap {
  text-align: center;
  max-width: 100%;
  background-color: #799b3b;
  padding: 10px 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .template-a .heading-recruit-section .heading-h2-wrap,
  .template-recruit-b .heading-recruit-section .heading-h2-wrap {
    margin: auto;
    width: 100%;
  }
}
.template-a .hero .main-heading-wrap .txt-p-wrapper .txt-p,
.template-recruit-b .hero .main-heading-wrap .txt-p-wrapper .txt-p {
  color: #000000;
}
.template-a .hero-contents,
.template-recruit-b .hero-contents {
  margin-top: 4vh;
}
@media screen and (min-width: 769px) {
  .template-a .hero-contents,
  .template-recruit-b .hero-contents {
    margin-top: 2vh;
    margin-bottom: -20vh;
  }
}
.template-a .hero-contents .skew-block-wrapper,
.template-recruit-b .hero-contents .skew-block-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.template-a .hero-contents .skew-block-wrapper .skew-block,
.template-recruit-b .hero-contents .skew-block-wrapper .skew-block {
  overflow: visible;
}
.template-a .hero-contents .skew-block-wrapper .skew-block::before,
.template-recruit-b .hero-contents .skew-block-wrapper .skew-block::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  background-color: #ffffff;
}
.template-a .hero-contents .skew-block-wrapper .skew-block::after,
.template-recruit-b .hero-contents .skew-block-wrapper .skew-block::after {
  content: "";
  background-color: rgba(121, 78, 33, 0.52);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: calc(50% + 5px);
  left: calc(50% + 5px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.template-a .hero-contents .img-wrapper,
.template-recruit-b .hero-contents .img-wrapper {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.template-a .hero-contents .heading-h3-wrap,
.template-recruit-b .hero-contents .heading-h3-wrap {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.template-a .hero-contents .txt-p-wrapper,
.template-recruit-b .hero-contents .txt-p-wrapper {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 769px) {
  .template-a .hero-contents .skew-block-wrapper,
  .template-recruit-b .hero-contents .skew-block-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 25%;
    position: absolute;
    z-index: 2;
    right: 7vw;
    top: 20vh;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-a .hero-contents .skew-block-wrapper,
  .template-recruit-b .hero-contents .skew-block-wrapper {
    width: auto;
    right: 24vw;
  }
}
@media screen and (min-width: 769px) {
  .template-a .hero-contents .img-wrapper,
  .template-recruit-b .hero-contents .img-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    z-index: 1;
  }
  .template-a .hero-contents .heading-h3,
  .template-recruit-b .hero-contents .heading-h3 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .template-a .hero-contents .heading-h3-wrap,
  .template-recruit-b .hero-contents .heading-h3-wrap {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .template-a .hero-contents .txt-p,
  .template-recruit-b .hero-contents .txt-p {
    text-align: center;
  }
  .template-a .hero-contents .txt-p-wrapper,
  .template-recruit-b .hero-contents .txt-p-wrapper {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.template-a .senior .heading-h2,
.template-recruit-b .senior .heading-h2 {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding-left: 1.4rem;
  position: relative;
  z-index: 1;
  color: #000000;
  position: relative;
}
.template-a .senior .heading-h2::before,
.template-recruit-b .senior .heading-h2::before {
  content: "";
  display: inline-block;
  background-color: #ff7702;
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 9999px;
}
.template-a .senior .heading-h2-wrap,
.template-recruit-b .senior .heading-h2-wrap {
  text-align: left;
  width: 100%;
  padding-left: 20px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .template-a .senior .heading-h2-wrap,
  .template-recruit-b .senior .heading-h2-wrap {
    max-width: 1280px;
    margin: auto;
  }
}
.template-a .senior .txt-p-wrapper,
.template-recruit-b .senior .txt-p-wrapper {
  margin-top: 4vh;
}
.template-a .senior .senior-img-ul,
.template-recruit-b .senior .senior-img-ul {
  position: relative;
  z-index: 3;
  margin-top: 4vh;
}
@media screen and (min-width: 769px) {
  .template-a .senior,
  .template-recruit-b .senior {
    margin-bottom: 6vh;
  }
  .template-a .senior-contents,
  .template-recruit-b .senior-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1280px;
    margin: auto;
    padding-top: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .template-a .senior .skew-block-wrapper,
  .template-recruit-b .senior .skew-block-wrapper {
    width: 40%;
  }
  .template-a .senior .txt-p-wrapper,
  .template-recruit-b .senior .txt-p-wrapper {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .template-a .senior .senior-img-ul,
  .template-recruit-b .senior .senior-img-ul {
    margin-top: 0;
  }
  .template-a .senior .name-span,
  .template-recruit-b .senior .name-span {
    display: block;
    text-align: right;
  }
}
.template-a .job,
.template-recruit-b .job {
  padding-top: 4vh;
}
@media screen and (min-width: 769px) {
  .template-a .job,
  .template-recruit-b .job {
    padding-top: 8rem;
    margin-bottom: 0;
  }
}
.template-a .job .heading-h2,
.template-recruit-b .job .heading-h2 {
  position: relative;
  display: inline-block;
}
.template-a .job .heading-h2::after,
.template-recruit-b .job .heading-h2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.6rem;
  position: relative;
  top: -0.6vh;
}
.template-a .job .heading-h2-wrap,
.template-recruit-b .job .heading-h2-wrap {
  padding: 0 20px;
  margin-bottom: 1vh;
}
.template-a .job .heading-h5,
.template-recruit-b .job .heading-h5 {
  font-size: 1.2rem;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.template-a .job .job-flex-block,
.template-recruit-b .job .job-flex-block {
  padding: 0 10px;
}
.template-a .job .job-flex-block-li,
.template-recruit-b .job .job-flex-block-li {
  margin-bottom: 4vh;
  background-color: #ffffff;
  padding: 10px 10px 20px 10px;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .template-a .job .job-flex-block-li,
  .template-recruit-b .job .job-flex-block-li {
    padding: 6vh 8vw;
  }
}
.template-a .job .job-flex-block-li::before,
.template-recruit-b .job .job-flex-block-li::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border: 2px solid #ff7702;
  z-index: 2;
}
.template-a .job .job-flex-block-li::after,
.template-recruit-b .job .job-flex-block-li::after {
  content: "";
  display: inline-block;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  background-color: #ff7702;
  top: calc(50% + 5px);
  left: calc(50% + 5px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.template-a .job .job-flex-block-li .heading-h4-wrapper,
.template-recruit-b .job .job-flex-block-li .heading-h4-wrapper {
  text-align: center;
  position: relative;
  z-index: 4;
}
.template-a .job .job-flex-block-li .heading-h5,
.template-recruit-b .job .job-flex-block-li .heading-h5 {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .template-a .job .job-flex-block-li .heading-h5,
  .template-recruit-b .job .job-flex-block-li .heading-h5 {
    font-size: 1.6rem;
  }
}
.template-a .job .job-flex-block-li .heading-h5::after,
.template-recruit-b .job .job-flex-block-li .heading-h5::after {
  content: "";
  display: inline-block;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #ff7702;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.template-a .job .job-flex-block-li .heading-h5-wrapper,
.template-recruit-b .job .job-flex-block-li .heading-h5-wrapper {
  text-align: center;
  margin-bottom: 4vh;
  position: relative;
  z-index: 4;
}
.template-a .job .job-info-block,
.template-recruit-b .job .job-info-block {
  margin-top: 2vh;
  position: relative;
  z-index: 4;
}
.template-a .job .job-info-ul,
.template-recruit-b .job .job-info-ul {
  margin-top: 2vh;
}
.template-a .job .job-info-ul-child,
.template-recruit-b .job .job-info-ul-child {
  width: 88%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2vh;
}
@media screen and (min-width: 769px) {
  .template-a .job .job-info-ul-child,
  .template-recruit-b .job .job-info-ul-child {
    width: 84%;
  }
}
.template-a .job .job-info-ul-child-li,
.template-recruit-b .job .job-info-ul-child-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2vh;
}
.template-a .job .job-info-ul-child-li-title,
.template-recruit-b .job .job-info-ul-child-li-title {
  white-space: nowrap;
  width: 25%;
}
@media screen and (min-width: 769px) {
  .template-a .job .job-info-ul-child-li-title,
  .template-recruit-b .job .job-info-ul-child-li-title {
    width: 16%;
  }
}
.template-a .job .job-info-ul-child-li-detail,
.template-recruit-b .job .job-info-ul-child-li-detail {
  width: 75%;
}
@media screen and (min-width: 769px) {
  .template-a .job .job-info-ul-child-li-detail,
  .template-recruit-b .job .job-info-ul-child-li-detail {
    width: 84%;
  }
}
.template-a .job .job-info-li,
.template-recruit-b .job .job-info-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3vh;
}
.template-a .job .job-info-li:last-child .job-info-ul-child,
.template-recruit-b .job .job-info-li:last-child .job-info-ul-child {
  margin-bottom: 0;
}
.template-a .job .job-info-li:last-child .job-info-ul-child-li,
.template-recruit-b .job .job-info-li:last-child .job-info-ul-child-li {
  margin-bottom: 0;
}
.template-a .job .job-info-li-p,
.template-recruit-b .job .job-info-li-p {
  width: 74%;
  padding: 0;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.2rem;
  font-weight: 300;
}
.template-a .job .job-info-li-title,
.template-recruit-b .job .job-info-li-title {
  width: 26%;
  font-size: 0.8rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .template-a .job .job-info-li-title,
  .template-recruit-b .job .job-info-li-title {
    width: 16%;
  }
}
.template-a .job .job-info-li .full-time,
.template-a .job .job-info-li .part-time,
.template-recruit-b .job .job-info-li .full-time,
.template-recruit-b .job .job-info-li .part-time {
  border: 1px solid #000000;
  padding: 2px;
  margin-right: 4px;
}
.template-a .job .job-info-li:last-child,
.template-recruit-b .job .job-info-li:last-child {
  margin-bottom: 0;
}
.template-a .job .job-info-desc,
.template-recruit-b .job .job-info-desc {
  font-size: 0.7rem;
}
@media screen and (min-width: 769px) {
  .template-a .job .heading-h2,
  .template-recruit-b .job .heading-h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-a .job .heading-h2,
  .template-recruit-b .job .heading-h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .template-a .job .heading-h2::after,
  .template-recruit-b .job .heading-h2::after {
    top: 0rem;
  }
  .template-a .job .heading-h2-wrap,
  .template-recruit-b .job .heading-h2-wrap {
    padding: 0;
  }
  .template-a .job .job-flex-block,
  .template-recruit-b .job .job-flex-block {
    padding: 0;
    display: block;
  }
  .template-a .job .job-flex-block-ul,
  .template-recruit-b .job .job-flex-block-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 4vw;
  }
  .template-a .job .job-flex-block-li,
  .template-recruit-b .job .job-flex-block-li {
    width: 100%;
  }
  .template-a .job .job-flex-block .txt-p,
  .template-recruit-b .job .job-flex-block .txt-p {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-a .job .job-flex-block .txt-p .job-info-desc,
  .template-recruit-b .job .job-flex-block .txt-p .job-info-desc {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .template-a .job .job-info-ul-child-li,
  .template-recruit-b .job .job-info-ul-child-li {
    margin-bottom: 1vh;
  }
  .template-a .job .font-weight-bolc,
  .template-recruit-b .job .font-weight-bolc {
    font-weight: 500;
  }
}
.template-a .benefits .heading-h2,
.template-recruit-b .benefits .heading-h2 {
  position: relative;
  display: inline-block;
}
.template-a .benefits .heading-h2::after,
.template-recruit-b .benefits .heading-h2::after {
  content: none;
}
.template-a .benefits .heading-h2-wrap,
.template-recruit-b .benefits .heading-h2-wrap {
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .template-a .benefits .heading-h2,
  .template-recruit-b .benefits .heading-h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.template-a .benefits .section__inner .txt-p,
.template-recruit-b .benefits .section__inner .txt-p {
  color: #000000;
}
@media screen and (min-width: 769px) {
  .template-a .benefits .section__inner .txt-p,
  .template-recruit-b .benefits .section__inner .txt-p {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .template-a .benefits-contents,
  .template-recruit-b .benefits-contents {
    background-color: #e5e9ff;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .template-a .benefits-contents__inner,
  .template-recruit-b .benefits-contents__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1280px;
    margin: auto;
  }
  .template-a .benefits-contents__inner .benefits-img-block-area,
  .template-recruit-b .benefits-contents__inner .benefits-img-block-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-a .benefits-contents__inner .benefits-img-block-area .temp-b-img-block,
  .template-recruit-b .benefits-contents__inner .benefits-img-block-area .temp-b-img-block {
    padding: 0;
  }
  .template-a .benefits-contents__inner .benefits-img-block-area .temp-b-img-block__inner img,
  .template-recruit-b .benefits-contents__inner .benefits-img-block-area .temp-b-img-block__inner img {
    width: 80%;
  }
  .template-a .benefits-contents__inner .benefits-img-block-area .temp-b-img-block:nth-child(2),
  .template-recruit-b .benefits-contents__inner .benefits-img-block-area .temp-b-img-block:nth-child(2) {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .template-a .benefits-contents__inner .benefits-js-area,
  .template-recruit-b .benefits-contents__inner .benefits-js-area {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.template-a .benefits-contents .txt-p-heading,
.template-recruit-b .benefits-contents .txt-p-heading {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 1.6rem;
}
.template-a .benefits-contents .txt-p-heading::after,
.template-recruit-b .benefits-contents .txt-p-heading::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 3px solid #ff7702;
  border-radius: 9999px;
  background-color: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.template-a .benefits-contents .txt-p-heading-wrapper,
.template-recruit-b .benefits-contents .txt-p-heading-wrapper {
  padding: 0 20px;
  margin-top: 2vh;
  margin-bottom: 1vh;
}
@media screen and (min-width: 769px) {
  .template-a .benefits-contents .txt-p-heading-wrapper,
  .template-recruit-b .benefits-contents .txt-p-heading-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .template-a .benefits-contents .txt-p-heading,
  .template-recruit-b .benefits-contents .txt-p-heading {
    font-size: 1.4rem;
  }
}
.template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p-heading-wrapper,
.template-recruit-b .benefits-contents .benefits-heading-txt-wrapper .txt-p-heading-wrapper {
  margin-bottom: 0;
}
.template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p,
.template-recruit-b .benefits-contents .benefits-heading-txt-wrapper .txt-p {
  color: #000000;
  padding-left: 40px;
  font-weight: 400;
  text-align: left;
}
.template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p-wrapper,
.template-recruit-b .benefits-contents .benefits-heading-txt-wrapper .txt-p-wrapper {
  margin: 0.5vh 0 0;
}
@media screen and (min-width: 769px) {
  .template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p,
  .template-recruit-b .benefits-contents .benefits-heading-txt-wrapper .txt-p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .template-a .benefits,
  .template-recruit-b .benefits {
    padding-top: 14rem;
    margin-top: 0;
  }
  .template-a .benefits .section__inner,
  .template-recruit-b .benefits .section__inner {
    margin: auto;
  }
  .template-a .benefits .txt-p,
  .template-recruit-b .benefits .txt-p {
    padding: 0;
    font-size: 1.1rem;
  }
  .template-a .benefits .txt-p-wrapper,
  .template-recruit-b .benefits .txt-p-wrapper {
    max-width: 1280px;
    margin: 2vh auto 20vh;
  }
  .template-a .benefits .heading-h2,
  .template-recruit-b .benefits .heading-h2 {
    font-size: 3rem;
  }
  .template-a .benefits .heading-h2::after,
  .template-recruit-b .benefits .heading-h2::after {
    top: 0rem;
  }
  .template-a .benefits .heading-h2-wrap,
  .template-recruit-b .benefits .heading-h2-wrap {
    padding: 0;
  }
  .template-a .benefits-contents__inner,
  .template-recruit-b .benefits-contents__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e5e9ff;
  }
  .template-a .benefits-contents .txt-p,
  .template-recruit-b .benefits-contents .txt-p {
    text-align: left;
  }
  .template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p,
  .template-recruit-b .benefits-contents .benefits-heading-txt-wrapper .txt-p {
    padding: 0 20px;
  }
  .template-a .benefits-contents .benefits-js-area,
  .template-a .benefits-contents .skew-block-area,
  .template-recruit-b .benefits-contents .benefits-js-area,
  .template-recruit-b .benefits-contents .skew-block-area {
    width: 50%;
  }
  .template-a .benefits-contents .skew-block-area,
  .template-recruit-b .benefits-contents .skew-block-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-a .benefits-contents .skew-block-area .skew-block,
  .template-recruit-b .benefits-contents .skew-block-area .skew-block {
    width: 50%;
  }
  .template-a .benefits-contents .skew-block-area .skew-block-wrapper,
  .template-recruit-b .benefits-contents .skew-block-area .skew-block-wrapper {
    text-align: right;
    margin: 0;
  }
  .template-a .benefits-contents .skew-block-area .skew-block-wrapper:nth-child(1),
  .template-recruit-b .benefits-contents .skew-block-area .skew-block-wrapper:nth-child(1) {
    position: relative;
    left: -4vw;
  }
  .template-a .benefits-contents .skew-block-area .skew-block-wrapper:nth-child(2),
  .template-recruit-b .benefits-contents .skew-block-area .skew-block-wrapper:nth-child(2) {
    top: -1.2vh;
  }
}
@media screen and (min-width: 769px) {
  .template-a .benefits .benefits-heading-txt-wrapper,
  .template-recruit-b .benefits .benefits-heading-txt-wrapper {
    margin-bottom: 2vh;
  }
}
.template-a .contact-form,
.template-recruit-b .contact-form {
  padding: 4vh 0;
  margin-bottom: 2vh;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .section__inner,
  .template-recruit-b .contact-form .section__inner {
    max-width: 1280px;
    margin: auto;
  }
  .template-a .contact-form .section__inner .form-heading-wrapper-p p,
  .template-recruit-b .contact-form .section__inner .form-heading-wrapper-p p {
    font-weight: 400;
  }
}
.template-a .contact-form .orange,
.template-recruit-b .contact-form .orange {
  color: #ff7702;
}
.template-a .contact-form .heading-h2-wrap,
.template-recruit-b .contact-form .heading-h2-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .heading-h2,
  .template-recruit-b .contact-form .heading-h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .template-a .contact-form .heading-h2-wrap,
  .template-recruit-b .contact-form .heading-h2-wrap {
    margin-top: 4vh;
  }
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .txt-p,
  .template-recruit-b .contact-form .txt-p {
    text-align: center;
  }
}
.template-a .contact-form .txt-p-wrapper,
.template-recruit-b .contact-form .txt-p-wrapper {
  margin: 4vh 0;
}
.template-a .contact-form .contact-form-form,
.template-recruit-b .contact-form .contact-form-form {
  padding: 0 20px;
}
.template-a .contact-form .form-title,
.template-recruit-b .contact-form .form-title {
  margin-bottom: 1vh;
  font-weight: 500;
}
.template-a .contact-form .form_ul_li,
.template-recruit-b .contact-form .form_ul_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2vh;
  font-size: 0.9rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-a .contact-form .form_ul_li:nth-child(8),
.template-recruit-b .contact-form .form_ul_li:nth-child(8) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.template-a .contact-form .form_ul_li:last-child label.form-title,
.template-recruit-b .contact-form .form_ul_li:last-child label.form-title {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .form_ul_li,
  .template-recruit-b .contact-form .form_ul_li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.template-a .contact-form input,
.template-a .contact-form textarea,
.template-a .contact-form select,
.template-recruit-b .contact-form input,
.template-recruit-b .contact-form textarea,
.template-recruit-b .contact-form select {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ff7702;
  border-radius: 9999px;
  padding: 10px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
}
.template-a .contact-form input::-webkit-input-placeholder, .template-a .contact-form textarea::-webkit-input-placeholder, .template-a .contact-form select::-webkit-input-placeholder, .template-recruit-b .contact-form input::-webkit-input-placeholder, .template-recruit-b .contact-form textarea::-webkit-input-placeholder, .template-recruit-b .contact-form select::-webkit-input-placeholder {
  opacity: 0.3;
}
.template-a .contact-form input::-moz-placeholder, .template-a .contact-form textarea::-moz-placeholder, .template-a .contact-form select::-moz-placeholder, .template-recruit-b .contact-form input::-moz-placeholder, .template-recruit-b .contact-form textarea::-moz-placeholder, .template-recruit-b .contact-form select::-moz-placeholder {
  opacity: 0.3;
}
.template-a .contact-form input:-ms-input-placeholder, .template-a .contact-form textarea:-ms-input-placeholder, .template-a .contact-form select:-ms-input-placeholder, .template-recruit-b .contact-form input:-ms-input-placeholder, .template-recruit-b .contact-form textarea:-ms-input-placeholder, .template-recruit-b .contact-form select:-ms-input-placeholder {
  opacity: 0.3;
}
.template-a .contact-form input::-ms-input-placeholder, .template-a .contact-form textarea::-ms-input-placeholder, .template-a .contact-form select::-ms-input-placeholder, .template-recruit-b .contact-form input::-ms-input-placeholder, .template-recruit-b .contact-form textarea::-ms-input-placeholder, .template-recruit-b .contact-form select::-ms-input-placeholder {
  opacity: 0.3;
}
.template-a .contact-form input::placeholder,
.template-a .contact-form textarea::placeholder,
.template-a .contact-form select::placeholder,
.template-recruit-b .contact-form input::placeholder,
.template-recruit-b .contact-form textarea::placeholder,
.template-recruit-b .contact-form select::placeholder {
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form input,
  .template-a .contact-form textarea,
  .template-a .contact-form select,
  .template-recruit-b .contact-form input,
  .template-recruit-b .contact-form textarea,
  .template-recruit-b .contact-form select {
    width: 80%;
  }
}
.template-a .contact-form textarea,
.template-recruit-b .contact-form textarea {
  min-height: 20vh;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form textarea,
  .template-recruit-b .contact-form textarea {
    width: 100%;
    min-width: 100%;
  }
}
.template-a .contact-form .select_opacity,
.template-recruit-b .contact-form .select_opacity {
  opacity: 0.3;
}
.template-a .contact-form .address,
.template-recruit-b .contact-form .address {
  display: block;
}
.template-a .contact-form .p-postal-code,
.template-recruit-b .contact-form .p-postal-code {
  width: 40vw;
  margin-bottom: 1vh;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .p-postal-code,
  .template-recruit-b .contact-form .p-postal-code {
    width: auto;
  }
}
.template-a .contact-form .check-box-input,
.template-recruit-b .contact-form .check-box-input {
  all: revert;
  width: 0.5rem;
  height: 0.5rem;
  padding: 5px;
  vertical-align: sub;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: 2px solid #ff7702;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #ffffff;
}
.template-a .contact-form .radio-box-input,
.template-recruit-b .contact-form .radio-box-input {
  all: revert;
  width: 0.5rem;
  height: 0.5rem;
  padding: 5px;
  vertical-align: text-bottom;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: 2px solid #ff7702;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #ffffff;
}
.template-a .contact-form .check-box-input:checked,
.template-recruit-b .contact-form .check-box-input:checked {
  background-color: #ff7702;
}
.template-a .contact-form .radio-box-input:checked,
.template-recruit-b .contact-form .radio-box-input:checked {
  background-color: #ff7702;
}
.template-a .contact-form .check-box-input:checked::after,
.template-recruit-b .contact-form .check-box-input:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.template-a .contact-form .radio-box-input:checked::after,
.template-recruit-b .contact-form .radio-box-input:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.template-a .contact-form .form_ul .license-list,
.template-recruit-b .contact-form .form_ul .license-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .form_ul .license-list,
  .template-recruit-b .contact-form .form_ul .license-list {
    width: 80%;
  }
}
.template-a .contact-form .form_ul .license-list label,
.template-recruit-b .contact-form .form_ul .license-list label {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .form_ul .license-list label.form-other,
  .template-recruit-b .contact-form .form_ul .license-list label.form-other {
    width: 100%;
  }
}
.template-a .contact-form .form_ul .license-list .check-box-input,
.template-recruit-b .contact-form .form_ul .license-list .check-box-input {
  border-radius: 3px;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .form_ul .license-list .check-box-input,
  .template-recruit-b .contact-form .form_ul .license-list .check-box-input {
    width: auto;
  }
}
.template-a .contact-form .submit-btn-link,
.template-recruit-b .contact-form .submit-btn-link {
  background-color: #ff7702;
  border-radius: 9999px;
  padding: 10px 20px;
  color: #ffffff;
}
.template-a .contact-form .submit-btn-wrap,
.template-recruit-b .contact-form .submit-btn-wrap {
  text-align: center;
  margin-top: 6vh;
}
.template-a .contact-form .required,
.template-recruit-b .contact-form .required {
  display: inline-block;
  position: relative;
}
.template-a .contact-form .required::after,
.template-recruit-b .contact-form .required::after {
  content: "*";
  color: #ffffff;
  color: #ff7702;
  position: absolute;
  font-size: 1.6rem;
  padding-left: 0.2rem;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.template-a .contact-form .select_wrapper,
.template-recruit-b .contact-form .select_wrapper {
  position: relative;
}
.template-a .contact-form .select_wrapper::after,
.template-recruit-b .contact-form .select_wrapper::after {
  content: "";
  display: inline-block;
  color: #ff7702;
  line-height: 1;
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.template-a .contact-form select,
.template-recruit-b .contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .form-title,
  .template-recruit-b .contact-form .form-title {
    width: 20%;
    font-size: 1.1rem;
  }
  .template-a .contact-form .form-other,
  .template-recruit-b .contact-form .form-other {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 1vh;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-a .contact-form .form-other,
  .template-recruit-b .contact-form .form-other {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .checkbox-wrap label,
  .template-recruit-b .contact-form .checkbox-wrap label {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  .template-a .contact-form label,
  .template-recruit-b .contact-form label {
    font-size: 1rem;
  }
  .template-a .contact-form .address-input-wrap,
  .template-recruit-b .contact-form .address-input-wrap {
    width: 80%;
  }
  .template-a .contact-form .address-input-wrap .address,
  .template-recruit-b .contact-form .address-input-wrap .address {
    width: 100%;
  }
  .template-a .contact-form .select_box_block,
  .template-recruit-b .contact-form .select_box_block {
    width: 80%;
  }
  .template-a .contact-form .select_box_block select,
  .template-recruit-b .contact-form .select_box_block select {
    width: 100%;
  }
}

.template-recruit-b .recruit-link {
  background-color: #ff7702;
}
.template-recruit-b main {
  height: auto;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .recruit-navigation {
    display: none;
  }
}
.template-recruit-b .recruit-navigation .header-navigation-block {
  background-color: #ff7702;
}
.template-recruit-b .recruit-navigation .header-navigation-block .header-navigation-li-link::before {
  content: none;
}
.template-recruit-b .recruit-navigation .header-navigation-block .header-navigation-li .is-current {
  color: #ff7702;
}
.template-recruit-b .recruit-navigation .header-navigation-block .header-navigation-li .is-current::before {
  content: none;
}
.template-recruit-b .section__inner .hero-contents .skew-block {
  -webkit-transform: skew(0);
          transform: skew(0);
  display: block;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .skew-block {
    display: inline-block;
  }
}
.template-recruit-b .section__inner .hero-contents .skew-block-wrapper {
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
      -ms-flex-order: unset;
          order: unset;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .skew-block-wrapper {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .skew-block {
    display: inline-block;
  }
}
.template-recruit-b .section__inner .hero-contents .skew-block::before {
  content: none;
}
.template-recruit-b .section__inner .hero-contents .skew-block::after {
  content: none;
}
.template-recruit-b .section__inner .hero-contents .skew-block__inner {
  -webkit-transform: skew(0);
          transform: skew(0);
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .skew-block__inner {
    display: inline-block;
  }
}
.template-recruit-b .section__inner .hero-contents .skew-block__inner .txt-p {
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .skew-block__inner .txt-p {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.template-recruit-b .section__inner .hero-contents .main-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3vh;
}
.template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper {
  overflow: hidden;
  position: relative;
}
.template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(1) {
  left: -10vw;
}
.template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(1) img {
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(1) img {
    width: 50vw;
  }
}
.template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(2) {
  top: -4vh;
  left: 18vw;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(2) {
    top: -20vh;
    left: 30vw;
  }
}
.template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(2) img {
  width: 90vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(2) img {
    width: 40vw;
  }
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .hero-contents .main-img-block .img-wrapper {
    overflow: visible;
  }
}
.template-recruit-b .section__inner .main-heading-wrap .heading-h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  position: relative;
  z-index: 4;
  text-align: center;
  color: #ff7702;
  letter-spacing: 2px;
  margin-bottom: 0.6rem;
}
.template-recruit-b .section__inner .main-heading-wrap .heading-h2-wrap {
  margin: 8vh 0 4vh;
  position: relative;
  padding: 0 20px;
  z-index: 2;
  text-align: center;
  background-color: unset;
}
.template-recruit-b .section__inner .main-heading-wrap .heading-h2-sub {
  z-index: 1;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  color: #ff7702;
}
.template-recruit-b .section__inner .main-heading-wrap .heading-h2-sub::before, .template-recruit-b .section__inner .main-heading-wrap .heading-h2-sub::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 100%;
  background-color: #ff7702;
  position: absolute;
}
.template-recruit-b .section__inner .main-heading-wrap .heading-h2-sub::before {
  left: -3.6rem;
}
.template-recruit-b .section__inner .main-heading-wrap .heading-h2-sub::after {
  right: -3.6rem;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .main-heading-wrap .heading-h2 {
    font-size: 2.6rem;
  }
  .template-recruit-b .section__inner .main-heading-wrap .heading-h2-sub {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 1vh;
  }
}
.template-recruit-b .section__inner .main-heading-wrap .heading-h3 {
  color: #000000;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .section__inner .main-heading-wrap .heading-h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.template-recruit-b .section__inner .main-heading-wrap .txt-p {
  color: #ff7702;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.template-recruit-b .section__inner .skew-block {
  overflow-y: visible;
  -webkit-transform: skew(0);
          transform: skew(0);
  display: block;
}
.template-recruit-b .section__inner .skew-block::before {
  content: none;
}
.template-recruit-b .section__inner .skew-block::after {
  content: none;
}
.template-recruit-b .section__inner .skew-block__inner {
  -webkit-transform: skew(0);
          transform: skew(0);
}
.template-recruit-b .heading-h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  position: relative;
  z-index: 4;
  text-align: center;
  color: #ff7702;
  letter-spacing: 2px;
  margin-bottom: 0.6rem;
}
.template-recruit-b .heading-h2-wrap {
  margin: 4vh 0;
  position: relative;
  padding: 0 20px;
  z-index: 2;
  text-align: center;
  background-color: unset;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .heading-h2-wrap {
    margin: 0;
  }
}
.template-recruit-b .heading-h2-sub {
  z-index: 1;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  color: #ff7702;
}
.template-recruit-b .heading-h2-sub::before, .template-recruit-b .heading-h2-sub::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 100%;
  background-color: #ff7702;
  position: absolute;
}
.template-recruit-b .heading-h2-sub::before {
  left: -3.6rem;
}
.template-recruit-b .heading-h2-sub::after {
  right: -3.6rem;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .heading-h2 {
    font-size: 2.6rem;
  }
  .template-recruit-b .heading-h2-sub {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 1vh;
  }
}
.template-recruit-b .heading-h3 {
  color: #000000;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.template-recruit-b .txt-p {
  color: #000000;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .txt-p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .template-recruit-b .txt-p {
    text-align: left;
  }
}
.template-recruit-b .senior .txt-p {
  font-weight: 300;
}
.template-recruit-b .senior {
  padding: 4vh 0;
  margin-top: 12vh;
}
@media screen and (min-width: 769px) {
  .template-recruit-b .senior {
    margin-top: 14rem;
  }
}
.template-recruit-b .temp-b-img-block {
  padding: 0 20px;
}
.template-recruit-b .name-span {
  display: block;
  text-align: right;
  margin-top: 2vh;
}

.footer {
  margin-top: 10vh;
}
.footer__inner {
  padding-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding-bottom: 0;
  }
}

img {
  width: 100%;
}

.form-b .recruit-navigation .header-navigation-block {
  overflow: visible;
}
.form-b .recruit-navigation .header-navigation-li {
  width: 50%;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-b .recruit-navigation .header-navigation-li::after {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.form-b .recruit-navigation .header-navigation-li .contact-btn-wrap {
  left: 50%;
}
.form-b .recruit-navigation .header-navigation-link {
  white-space: nowrap;
  padding: 0;
}
.form-b .recruit-navigation .header-navigation-link::after {
  content: none;
}
.form-b .txt-p-wrapper {
  margin-bottom: 2vh;
  padding: 0 20px;
}

.senior-contents {
  padding-top: 2vh;
}

@media screen and (min-width: 769px) {
  .swiper {
    max-width: 1600px;
  }
  .swiper-slide {
    padding: 0 6vw;
  }
}
.swiper .swiper-button-prev {
  left: 2vw;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-prev {
    top: 30%;
  }
}
.swiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  background-image: url(../image/arrow/recruit-arrow-b-left.png);
}
.swiper .swiper-button-next {
  right: 2vw;
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-next {
    top: 30%;
  }
}
.swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-color: unset;
  height: 50px;
  margin: auto;
  width: 50px;
  background-image: url(../image/arrow/recruit-arrow-b-right.png);
}
.swiper .swiper-pagination-bullet-active {
  background: #ff7702;
  width: 12px;
  height: 12px;
}
.swiper .swiper-pagination-bullet {
  background: #ff7702;
  width: 12px;
  height: 12px;
}

.time-wrapper {
  width: 100%;
  text-align: center;
}
.time-wrapper .time-txt-wrapper {
  margin-bottom: 2vh;
  display: inline-block;
  margin-top: 2vh;
}
.time-wrapper .time-txt-wrapper .time-txt {
  font-size: 1.2rem;
  position: relative;
  color: #ff7702;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .time-wrapper .time-txt-wrapper .time-txt {
    font-size: 1.8rem;
  }
}
.time-wrapper .time-txt-wrapper .time-txt::before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 100%;
  background-color: #ff7702;
  left: -3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.time-wrapper .time-txt-wrapper .time-txt::after {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 100%;
  background-color: #ff7702;
  right: -3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.time-wrapper .time-txt-wrapper .time-txt.part-time-txt {
  color: #1c8ce0;
}
.time-wrapper .time-txt-wrapper .time-txt.part-time-txt::after {
  background-color: #1c8ce0;
}
.time-wrapper .time-txt-wrapper .time-txt.part-time-txt::before {
  background-color: #1c8ce0;
}
.template-recruit-b .job {
  position: relative;
  width: 100%;
  height: 100%;
}
.template-recruit-b .job .section__inner .part-time-wrapper .job-flex-block-li::before {
  border: 2px solid #1c8ce0;
}
.template-recruit-b .job .section__inner .part-time-wrapper .job-flex-block-li::after {
  background-color: #1c8ce0;
}
.template-recruit-b .job .section__inner .part-time-wrapper .heading-h4 {
  color: #1c8ce0;
}
.template-recruit-b .job .section__inner .part-time-wrapper .heading-h5::after {
  background-color: #1c8ce0;
}

.obj-contents-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  left: 1vw;
}
.obj-contents-wrapper:nth-child(2) {
  right: -1vw;
  left: auto;
  bottom: auto;
  top: 20vh;
}
.obj-contents-wrapper:nth-child(4) {
  right: -1vw;
  left: auto;
  top: auto;
  bottom: 10vh;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.job .obj-contents-wrapper {
  right: auto;
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: 1vw;
}

.contact-form {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-form .obj-contents-wrapper {
  right: 1vw;
  position: absolute;
  z-index: 1;
  top: 10vh;
  bottom: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: auto;
}

.section__inner {
  position: relative;
  z-index: 2;
}

main {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav_li_svg {
  background-color: #ff7702;
  display: block;
  height: 2rem;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-bottom: 0.6rem;
}

.nav_li_svg_voice {
  width: 1.833954rem;
  -webkit-mask: url("../image/svg/recruit_1.svg");
  mask: url("../image/svg/recruit_1.svg");
}

.nav_li_svg_job {
  width: 2.374658rem;
  -webkit-mask: url("../image/svg/recruit_2.svg");
  mask: url("../image/svg/recruit_2.svg");
}

.nav_li_svg_benefits {
  width: 1.28606rem;
  -webkit-mask: url("../image/svg/recruit_3.svg");
  mask: url("../image/svg/recruit_3.svg");
}

.nav_li_svg_form {
  width: 2.030882rem;
  -webkit-mask: url("../image/svg/recruit_4.svg");
  mask: url("../image/svg/recruit_4.svg");
}

.header-navigation.is-current {
  color: #ffffff;
  background-color: #ff7702;
}
.header-navigation.is-current .nav_li_svg {
  background-color: #ffffff;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.form-b {
  /*
  .nav_li_svg {
    height: unset;
    margin-bottom: 0;
  }
    */
}
.form-b .contact-form .form_ul_li:last-child label.form-title,
.form-b .template-recruit-b .contact-form .form_ul_li:last-child label.form-title {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .form-b .text-area-form-block {
    width: 80%;
  }
}
.form-b .header__inner--navigation {
  display: block;
}
.form-b .header-navigation-li {
  width: 50%;
  display: inline-block;
  position: relative;
}
.form-b .header-navigation-li::after {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.form-b .header-navigation-li .contact-btn-wrap {
  left: 50%;
}
.form-b .header-navigation-link {
  white-space: nowrap;
}
.form-b .header-navigation-link::after {
  content: none;
}
.form-b .txt-p-wrapper {
  margin-bottom: 2vh;
  padding: 0 20px;
}
.form-b #form .form_ul_li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-b #form .form_ul_li .address-input-wrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form-b #form .form_ul_li .address-input-wrap {
    width: 80%;
  }
}
.form-b #form .form_ul_li .address-input-wrap .address {
  width: 100%;
}
.form-b #form .form_ul_li .text-area-form-block {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form-b #form .form_ul_li .text-area-form-block {
    width: 80%;
  }
}/*# sourceMappingURL=recruit-b.css.map */