@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 {
  /* 共通 */
}
.template-recruit .header__inner--navigation {
  display: none;
}
@media screen and (min-width: 769px) {
  .template-recruit .header__inner--navigation {
    display: block;
  }
}
.template-recruit .header-navigation-block {
  background-color: #799b3b;
}
@media screen and (min-width: 769px) {
  .template-recruit .header-navigation-block {
    background-color: #ffffff;
  }
}
.template-recruit .recruit-link {
  background-color: #799b3b;
}
.template-recruit .recruit-navigation .header-navigation-block {
  height: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .template-recruit .recruit-navigation .header-navigation-block {
    overflow: visible;
    max-width: 1280px;
    margin: auto;
  }
}
.template-recruit .recruit-navigation .header-navigation-li {
  height: auto;
  color: #ffffff;
  width: 25%;
}
@media screen and (min-width: 769px) {
  .template-recruit .recruit-navigation .header-navigation-li {
    color: #799b3b;
  }
}
.template-recruit .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 .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 .recruit-navigation .header-navigation-li p {
  height: auto;
}
@media screen and (min-width: 769px) {
  .template-recruit .recruit-navigation .header-navigation-li {
    font-weight: 400;
  }
}
.template-recruit .recruit-navigation .header-navigation-link {
  padding: 26px 0;
}
.template-recruit .recruit-navigation .header-navigation-link::after {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .template-recruit .recruit-navigation .header-navigation-link::after {
    background-color: #799b3b;
  }
}
.template-recruit .recruit-navigation .header-navigation-link.is-current {
  color: #799b3b;
}
@media screen and (min-width: 769px) {
  .template-recruit .recruit-navigation .header-navigation-link.is-current {
    background-color: #e1edd0;
  }
  .template-recruit .recruit-navigation .header-navigation-link.is-current::after {
    opacity: 1;
  }
  .template-recruit .recruit-navigation .header-navigation-link.is-current:nth-child(1)::after {
    content: "";
  }
}
.template-recruit section {
  padding: 0;
}
.template-recruit .heading-h3 {
  color: #799b3b;
}
.template-recruit .heading-h3-wrap {
  text-align: center;
  margin: 2vh 0;
}
.template-recruit .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;
}
.template-recruit .heading-h4::before {
  content: none;
}
.template-recruit .txt-p {
  padding: 0 20px;
}
.template-recruit .txt-p-wrapper {
  margin: 2vh 0;
}
.template-recruit .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 .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;
    -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-recruit .skew-block {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  display: inline-block;
  position: relative;
}
.template-recruit .skew-block__inner {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  position: relative;
}
.template-recruit .skew-block__inner img {
  scale: 1.2;
}
.template-recruit .heading-h2 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.template-recruit .heading-h2-wrap {
  padding: 0;
}
.template-recruit .pdgRL-20 {
  padding-left: 20px;
  padding-right: 20px;
}
/* /共通 */
.template-a .skew-block,
.template-b .skew-block {
  display: inline-block;
  z-index: 2;
  overflow: hidden;
}
.template-a .skew-block-wrapper,
.template-b .skew-block-wrapper {
  margin: 1vh 0;
}
.template-a .skew-block__inner,
.template-b .skew-block__inner {
  z-index: 2;
  display: inline-block;
}
.template-a .skew-block__inner .txt-p,
.template-b .skew-block__inner .txt-p {
  padding: 12px 40px;
  display: inline-block;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .template-a .skew-block__inner .txt-p,
  .template-b .skew-block__inner .txt-p {
    padding: 3vw 5vw;
    white-space: nowrap;
  }
}
.template-a .heading-recruit-section .heading-h2,
.template-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-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-b .heading-recruit-section .heading-h2-wrap {
    margin: auto;
    width: 100%;
  }
}
.template-a .hero-contents,
.template-b .hero-contents {
  margin-top: 4vh;
}
.template-a .hero-contents .skew-block-wrapper,
.template-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-b .hero-contents .skew-block-wrapper .skew-block {
  overflow: visible;
}
.template-a .hero-contents .skew-block-wrapper .skew-block::before,
.template-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-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-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-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-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-b .hero-contents .skew-block-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 25%;
    position: relative;
    z-index: 2;
    left: -2vw;
  }
  .template-a .hero-contents .img-wrapper,
  .template-b .hero-contents .img-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 75%;
    position: relative;
    z-index: 1;
  }
  .template-a .hero-contents .heading-h3,
  .template-b .hero-contents .heading-h3 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .template-a .hero-contents .heading-h3-wrap,
  .template-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-b .hero-contents .txt-p {
    text-align: center;
  }
  .template-a .hero-contents .txt-p-wrapper,
  .template-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-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-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-b .senior .heading-h2-wrap {
  text-align: left;
  width: 100%;
  padding-left: 20px;
  margin: 0;
}
.template-a .senior .txt-p-wrapper,
.template-b .senior .txt-p-wrapper {
  margin-top: 4vh;
}
.template-a .senior .senior-img-ul,
.template-b .senior .senior-img-ul {
  position: relative;
  z-index: 3;
  margin-top: 4vh;
}
@media screen and (min-width: 769px) {
  .template-a .senior-contents,
  .template-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: 5vw;
    -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-b .senior .skew-block-wrapper {
    width: 40%;
  }
  .template-a .senior .txt-p-wrapper,
  .template-b .senior .txt-p-wrapper {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .template-a .senior .senior-img-ul,
  .template-b .senior .senior-img-ul {
    margin-top: 0;
  }
  .template-a .senior .name-span,
  .template-b .senior .name-span {
    display: block;
    text-align: right;
  }
}
.template-a .job,
.template-b .job {
  padding-top: 4vh;
}
.template-a .job .heading-h2,
.template-b .job .heading-h2 {
  color: #714212;
  position: relative;
  display: inline-block;
}
.template-a .job .heading-h2::after,
.template-b .job .heading-h2::after {
  content: "";
  display: inline-block;
  background-color: #b19d80;
  width: 100%;
  height: 0.6rem;
  position: relative;
  top: -0.6vh;
}
.template-a .job .heading-h2-wrap,
.template-b .job .heading-h2-wrap {
  padding: 0 20px;
}
.template-a .job .heading-h5,
.template-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-b .job .job-flex-block {
  padding: 0 10px;
}
.template-a .job .job-flex-block-li,
.template-b .job .job-flex-block-li {
  margin-bottom: 2vh;
}
.template-a .job .job-info-block,
.template-b .job .job-info-block {
  margin-top: 2vh;
}
.template-a .job .job-info-ul,
.template-b .job .job-info-ul {
  margin-top: 2vh;
}
.template-a .job .job-info-ul-child,
.template-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;
}
.template-a .job .job-info-ul-child-li,
.template-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-b .job .job-info-ul-child-li-title {
  white-space: nowrap;
}
.template-a .job .job-info-li,
.template-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;
}
.template-a .job .job-info-li-p,
.template-b .job .job-info-li-p {
  padding: 0;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.2rem;
}
.template-a .job .job-info-li-title,
.template-b .job .job-info-li-title {
  width: 18%;
  font-size: 0.8rem;
  font-weight: 600;
}
.template-a .job .job-info-li .full-time,
.template-a .job .job-info-li .part-time,
.template-b .job .job-info-li .full-time,
.template-b .job .job-info-li .part-time {
  border: 1px solid #000000;
  padding: 2px;
  margin-right: 4px;
}
.template-a .job .job-info-desc,
.template-b .job .job-info-desc {
  font-size: 0.7rem;
}
@media screen and (min-width: 769px) {
  .template-a .job .heading-h2,
  .template-b .job .heading-h2 {
    font-size: 2rem;
  }
  .template-a .job .heading-h2::after,
  .template-b .job .heading-h2::after {
    top: 0rem;
  }
  .template-a .job .heading-h2-wrap,
  .template-b .job .heading-h2-wrap {
    padding: 0;
  }
  .template-a .job .job-flex-block,
  .template-b .job .job-flex-block {
    padding: 0;
    display: block;
  }
  .template-a .job .job-flex-block-ul,
  .template-b .job .job-flex-block-ul {
    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;
    gap: 4vw;
  }
  .template-a .job .job-flex-block-li,
  .template-b .job .job-flex-block-li {
    width: 50%;
  }
  .template-a .job .job-flex-block .txt-p,
  .template-b .job .job-flex-block .txt-p {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .template-a .job .job-info-ul-child-li,
  .template-b .job .job-info-ul-child-li {
    margin-bottom: 1vh;
  }
  .template-a .job .font-weight-bolc,
  .template-b .job .font-weight-bolc {
    font-weight: 500;
  }
}
.template-a .benefits,
.template-b .benefits {
  background-color: #e5ecd7;
  padding: 4vh 0 6vh;
}
.template-a .benefits .heading-h2,
.template-b .benefits .heading-h2 {
  color: #714212;
  position: relative;
  display: inline-block;
}
.template-a .benefits .heading-h2::after,
.template-b .benefits .heading-h2::after {
  content: "";
  display: inline-block;
  background-color: #b19d80;
  width: 100%;
  height: 0.6rem;
  position: relative;
  top: -0.6vh;
}
.template-a .benefits .heading-h2-wrap,
.template-b .benefits .heading-h2-wrap {
  padding: 0 20px;
  margin: 2vh 0;
}
.template-a .benefits .txt-p,
.template-b .benefits .txt-p {
  color: #714212;
}
.template-a .benefits-contents,
.template-b .benefits-contents {
  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;
}
.template-a .benefits-contents .txt-p-heading,
.template-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-b .benefits-contents .txt-p-heading::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #799b3b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.template-a .benefits-contents .txt-p-heading-wrapper,
.template-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-b .benefits-contents .txt-p-heading-wrapper {
    padding: 0;
  }
}
.template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p-heading-wrapper,
.template-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-b .benefits-contents .benefits-heading-txt-wrapper .txt-p {
  color: #000000;
  padding-left: 40px;
}
.template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p-wrapper,
.template-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-b .benefits-contents .benefits-heading-txt-wrapper .txt-p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .template-a .benefits .section__inner,
  .template-b .benefits .section__inner {
    max-width: 1280px;
    margin: auto;
  }
  .template-a .benefits .section__inner .txt-p,
  .template-b .benefits .section__inner .txt-p {
    padding: 0;
  }
  .template-a .benefits .heading-h2,
  .template-b .benefits .heading-h2 {
    font-size: 2rem;
  }
  .template-a .benefits .heading-h2::after,
  .template-b .benefits .heading-h2::after {
    top: 0rem;
  }
  .template-a .benefits .heading-h2-wrap,
  .template-b .benefits .heading-h2-wrap {
    padding: 0;
  }
  .template-a .benefits-contents,
  .template-b .benefits-contents {
    -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;
  }
  .template-a .benefits-contents .benefits-heading-txt-wrapper .txt-p,
  .template-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-b .benefits-contents .benefits-js-area,
  .template-b .benefits-contents .skew-block-area {
    width: 50%;
  }
  .template-a .benefits-contents .skew-block-area,
  .template-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-b .benefits-contents .skew-block-area .skew-block {
    width: 50%;
  }
  .template-a .benefits-contents .skew-block-area .skew-block-wrapper,
  .template-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-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-b .benefits-contents .skew-block-area .skew-block-wrapper:nth-child(2) {
    top: -1.2vh;
  }
}
.template-a .contact-form,
.template-b .contact-form {
  padding: 4vh 0;
  margin-bottom: 2vh;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .section__inner,
  .template-b .contact-form .section__inner {
    max-width: 1280px;
    margin: auto;
  }
}
.template-a .contact-form .heading-h2,
.template-b .contact-form .heading-h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #714212;
}
.template-a .contact-form .heading-h2-wrap,
.template-b .contact-form .heading-h2-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .heading-h2,
  .template-b .contact-form .heading-h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .txt-p,
  .template-b .contact-form .txt-p {
    text-align: center;
  }
}
.template-a .contact-form .contact-form-form,
.template-b .contact-form .contact-form-form {
  padding: 0 20px;
}
.template-a .contact-form .form-title,
.template-b .contact-form .form-title {
  margin-bottom: 1vh;
  font-weight: 500;
}
.template-a .contact-form .form_ul_li,
.template-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;
}
.template-a .contact-form .form_ul_li:last-child label.form-title,
.template-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-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-b .contact-form input,
.template-b .contact-form textarea,
.template-b .contact-form select {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  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-b .contact-form input::-webkit-input-placeholder, .template-b .contact-form textarea::-webkit-input-placeholder, .template-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-b .contact-form input::-moz-placeholder, .template-b .contact-form textarea::-moz-placeholder, .template-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-b .contact-form input:-ms-input-placeholder, .template-b .contact-form textarea:-ms-input-placeholder, .template-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-b .contact-form input::-ms-input-placeholder, .template-b .contact-form textarea::-ms-input-placeholder, .template-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-b .contact-form input::placeholder,
.template-b .contact-form textarea::placeholder,
.template-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-b .contact-form input,
  .template-b .contact-form textarea,
  .template-b .contact-form select {
    width: 80%;
  }
}
.template-a .contact-form textarea,
.template-b .contact-form textarea {
  min-height: 20vh;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form textarea,
  .template-b .contact-form textarea {
    width: 100%;
    min-width: 100%;
  }
}
.template-a .contact-form .license-list,
.template-b .contact-form .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;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .template-a .contact-form .license-list,
  .template-b .contact-form .license-list {
    width: 80%;
  }
}
.template-a .contact-form .select_opacity,
.template-b .contact-form .select_opacity {
  opacity: 0.3;
}
.template-a .contact-form .address,
.template-b .contact-form .address {
  display: block;
}
.template-a .contact-form .p-postal-code,
.template-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-b .contact-form .p-postal-code {
    width: auto;
  }
}
.template-a .contact-form .check-box-input,
.template-b .contact-form .check-box-input {
  width: 0.9rem;
  height: 0.9rem;
}
.template-a .contact-form .submit-btn-link,
.template-b .contact-form .submit-btn-link {
  background-color: #799b3b;
  border-radius: 9999px;
  padding: 10px 20px;
  color: #ffffff;
}
.template-a .contact-form .submit-btn-wrap,
.template-b .contact-form .submit-btn-wrap {
  text-align: center;
  margin-top: 6vh;
}
.template-a .contact-form .required,
.template-b .contact-form .required {
  display: inline-block;
  position: relative;
}
.template-a .contact-form .required::after,
.template-b .contact-form .required::after {
  content: "必須";
  color: #ffffff;
  background-color: #ff6f6f;
  font-size: 0.7rem;
  padding: 5px 10px;
  margin-left: 0.2rem;
}
.template-a .contact-form .select_wrapper,
.template-b .contact-form .select_wrapper {
  position: relative;
}
.template-a .contact-form .select_wrapper::after,
.template-b .contact-form .select_wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #9d8975;
  border-bottom: 0;
}
.template-a .contact-form select,
.template-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-b .contact-form .form-title {
    width: 20%;
    font-size: 1.1rem;
  }
  .template-a .contact-form .form-other,
  .template-b .contact-form .form-other {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 1vh;
  }
  .template-a .contact-form .checkbox-wrap label,
  .template-b .contact-form .checkbox-wrap label {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  .template-a .contact-form label,
  .template-b .contact-form label {
    font-size: 1rem;
  }
  .template-a .contact-form .address-input-wrap,
  .template-b .contact-form .address-input-wrap {
    width: 80%;
  }
  .template-a .contact-form .address-input-wrap .address,
  .template-b .contact-form .address-input-wrap .address {
    width: 100%;
  }
  .template-a .contact-form .select_box_block,
  .template-b .contact-form .select_box_block {
    width: 80%;
  }
  .template-a .contact-form .select_box_block select,
  .template-b .contact-form .select_box_block select {
    width: 100%;
  }
}

.template-b .recruit-link {
  background-color: #ff7702;
}
.template-b main {
  height: auto;
}
.template-b .recruit-navigation .header-navigation-block {
  background-color: #ff7702;
}
.template-b .recruit-navigation .header-navigation-block .header-navigation-li-link::before {
  content: none;
}
.template-b .recruit-navigation .header-navigation-block .header-navigation-li .is-current {
  color: #ff7702;
}
.template-b .recruit-navigation .header-navigation-block .header-navigation-li .is-current::before {
  content: none;
}
.template-b .section__inner .hero-contents .skew-block {
  -webkit-transform: skew(0);
          transform: skew(0);
  display: block;
}
.template-b .section__inner .hero-contents .skew-block-wrapper {
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
      -ms-flex-order: unset;
          order: unset;
}
.template-b .section__inner .hero-contents .skew-block::before {
  content: none;
}
.template-b .section__inner .hero-contents .skew-block::after {
  content: none;
}
.template-b .section__inner .hero-contents .skew-block__inner {
  -webkit-transform: skew(0);
          transform: skew(0);
  display: block;
  text-align: center;
}
.template-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;
}
.template-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-b .section__inner .hero-contents .main-img-block .img-wrapper {
  overflow: hidden;
  position: relative;
}
.template-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(1) {
  left: -10vw;
}
.template-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(1) img {
  width: 100vw;
  height: auto;
}
.template-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(2) {
  top: -4vh;
  left: 18vw;
}
.template-b .section__inner .hero-contents .main-img-block .img-wrapper:nth-child(2) img {
  width: 90vw;
  height: auto;
}
.template-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-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-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-b .section__inner .main-heading-wrap .heading-h2-sub::before, .template-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-b .section__inner .main-heading-wrap .heading-h2-sub::before {
  left: -3.6rem;
}
.template-b .section__inner .main-heading-wrap .heading-h2-sub::after {
  right: -3.6rem;
}
@media screen and (min-width: 769px) {
  .template-b .section__inner .main-heading-wrap .heading-h2 {
    font-size: 2.6rem;
  }
  .template-b .section__inner .main-heading-wrap .heading-h2-sub {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 1vh;
  }
}
.template-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;
}
.template-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-b .section__inner .skew-block {
  overflow-y: visible;
  -webkit-transform: skew(0);
          transform: skew(0);
  display: block;
}
.template-b .section__inner .skew-block::before {
  content: none;
}
.template-b .section__inner .skew-block::after {
  content: none;
}
.template-b .section__inner .skew-block__inner {
  -webkit-transform: skew(0);
          transform: skew(0);
}
.template-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-b .heading-h2-wrap {
  margin: 8vh 0 4vh;
  position: relative;
  padding: 0 20px;
  z-index: 2;
  text-align: center;
  background-color: unset;
}
.template-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-b .heading-h2-sub::before, .template-b .heading-h2-sub::after {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 100%;
  background-color: #ff7702;
  position: absolute;
}
.template-b .heading-h2-sub::before {
  left: -3.6rem;
}
.template-b .heading-h2-sub::after {
  right: -3.6rem;
}
@media screen and (min-width: 769px) {
  .template-b .heading-h2 {
    font-size: 2.6rem;
  }
  .template-b .heading-h2-sub {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 1vh;
  }
}
.template-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-b .txt-p {
  color: #ff7702;
  font-family: m-plus-rounded-2c, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.template-b .senior {
  margin-top: 12vh;
}
.template-b .temp-b-img-block {
  padding: 0 20px;
}
.template-b .name-span {
  display: block;
  text-align: right;
  margin-top: 2vh;
}

img {
  width: 100%;
}/*# sourceMappingURL=recruit.css.map */