@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;
}

body {
  background-color: #fffef7;
}

.bg-color {
  overflow: hidden;
  position: relative;
}
.bg-color > div {
  border-bottom-left-radius: 1000px 500px;
  border-bottom-right-radius: 1000px 500px;
  position: relative;
}
.bg-color.bg-normal-green {
  margin-top: -18vh;
  z-index: 2;
}
.bg-color.bg-normal-green > div {
  padding-top: 22vh;
  padding-bottom: 18vh;
  background-color: #fffef7;
}
.bg-color.bg-orange {
  margin-top: -18vh;
  z-index: 1;
}
.bg-color.bg-orange > div {
  padding-top: 22vh;
  padding-bottom: 18vh;
  background-color: #fff8e3;
}
@media screen and (min-width: 769px) {
  .bg-color > div {
    border-bottom-left-radius: 2000px 800px;
    border-bottom-right-radius: 2000px 800px;
  }
  .bg-color.bg-orange {
    margin-top: -20vw;
  }
  .bg-color.bg-orange > div {
    padding-top: 30vw;
    background-color: #fff8e3;
  }
}
@media screen and (min-width: 769px) {
  .bg-color#news > div {
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
}

img,
object {
  vertical-align: bottom;
}

main {
  position: relative;
}

.template-recruit {
  /* 共通 */
}
.template-recruit .header__inner {
  background-color: #fefcea;
  top: 0;
  left: 0;
}
.template-recruit .header-top-block {
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .template-recruit .header-top-block {
    padding: 10px 0;
  }
}
.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: #fefcea;
  }
}
.template-recruit .recruit-link {
  background-color: #799b3b;
}
.template-recruit .recruit-svg {
  padding: 0 20px;
}
.template-recruit .recruit-navigation {
  margin-left: auto;
}
.template-recruit .recruit-navigation .header-navigation-block {
  height: 3rem;
  overflow: hidden;
  background-color: #add975;
}
@media screen and (min-width: 769px) {
  .template-recruit .recruit-navigation .header-navigation-block {
    overflow: visible;
    max-width: 1280px;
    margin: auto;
    background-color: unset;
  }
}
.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;
    width: auto;
  }
}
.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:first-child .header-navigation-link:nth-child(1)::before {
  content: none;
}
.template-recruit .recruit-navigation .header-navigation-li:last-child .header-navigation-link::before {
  content: none;
}
.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: 20px 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;
  }
}
@media screen and (min-width: 769px) {
  .template-recruit .recruit-navigation .header-navigation-link {
    padding: unset;
    padding: 12px 1.6rem;
    font-size: 1.1rem;
  }
}
.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: 0;
  }
  .template-recruit .recruit-navigation .header-navigation-link.is-current:nth-child(1)::after {
    content: "";
  }
}
.template-recruit section {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .template-recruit section {
    padding: unset;
  }
}
.template-recruit .heading-h3 {
  color: #799b3b;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.template-recruit .heading-h3-wrap {
  text-align: center;
  margin: 2vh 0;
}
@media screen and (min-width: 769px) {
  .template-recruit .heading-h3-wrap {
    margin: auto;
  }
}
.template-recruit .heading-h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #81b441;
}
@media screen and (min-width: 769px) {
  .template-recruit .heading-h4 {
    font-size: 1.6rem;
  }
}
.template-recruit .heading-h4::before {
  content: none;
}
.template-recruit .txt-p {
  padding: 0 20px;
}
.template-recruit .txt-p-wrapper {
  margin: 2vh 0;
}
@media screen and (min-width: 769px) {
  .template-recruit .txt-p-wrapper {
    margin: 2vh auto;
    width: 80%;
  }
}
.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-c .img-wrapper {
  padding: 0 10px;
}
.template-c .img-wrapper img {
  border-radius: 50px;
}
.template-c .heading-recruit-section .heading-h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.template-c .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-c .heading-recruit-section .heading-h2-wrap {
    margin: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .template-c .hero-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: 1460px;
    margin: auto;
  }
  .template-c .hero-contents .main-heading-img-wrapper {
    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-c .hero-contents .main-heading-img-wrapper-1 {
    width: 40%;
  }
  .template-c .hero-contents .main-heading-img-wrapper-1 .recruit-svg-p {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    margin: auto;
  }
  .template-c .hero-contents .main-heading-img-wrapper-1 .heading-h3 {
    margin: 4vh 0;
    text-align: left;
  }
  .template-c .hero-contents .main-heading-img-wrapper-2 {
    width: 60%;
  }
}
.template-c .hero-contents .heading-h3 {
  color: #714212;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .template-c .hero-contents .img-wrapper {
    position: relative;
    z-index: 1;
  }
  .template-c .hero-contents .heading-h3 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .template-c .hero-contents .txt-p {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-c .hero-contents .txt-p {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .template-c .senior .section__inner {
    max-width: 1280px;
    margin: auto;
  }
}
.template-c .senior .recruit-svg {
  text-align: left;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .template-c .senior .recruit-svg {
    max-width: 940px;
    margin: auto;
  }
  .template-c .senior .recruit-svg-p {
    display: inline;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.template-c .senior .recruit-svg-obj {
  width: 60%;
}
@media screen and (min-width: 769px) {
  .template-c .senior .recruit-svg-obj {
    width: 24%;
  }
}
.template-c .senior .heading-h2 {
  font-family: fot-udkakugo-large-pr6n, 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-c .senior .heading-h2::before {
  content: "";
  display: inline-block;
  background-color: #81b441;
  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-c .senior .heading-h2-wrap {
  text-align: left;
  width: 100%;
  padding-left: 20px;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .template-c .senior .heading-h2-wrap {
    max-width: 1280px;
    margin: auto;
  }
}
.template-c .senior .txt-p-wrapper {
  margin: 2vh 0 0;
}
.template-c .senior .senior-img-ul {
  margin: 0 10px;
  position: relative;
  z-index: 1;
  margin-top: -2vh;
  background-color: #fffef7;
  padding: 40px 10px;
  border-radius: 50px;
}
.template-c .senior .senior-img-ul img {
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .template-c .senior .senior-img-ul img {
    border-radius: 9999px;
  }
}
@media screen and (min-width: 769px) {
  .template-c .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;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-c .senior-contents {
    padding: 2vh 0;
  }
}
@media screen and (min-width: 769px) {
  .template-c .senior .skew-block-wrapper {
    width: 40%;
  }
  .template-c .senior .txt-p-wrapper {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .template-c .senior .senior-img-ul {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-c .senior .senior-img-ul {
    margin-top: -2vh;
  }
}
@media screen and (min-width: 769px) {
  .template-c .senior .name-span {
    display: block;
    text-align: right;
  }
}
.template-c .job {
  padding-top: 4vh;
}
@media screen and (min-width: 769px) {
  .template-c .job {
    padding-top: 14vh;
  }
}
.template-c .job .heading-h2 {
  position: relative;
  display: inline-block;
  color: #714212;
  font-size: 1.8rem;
}
.template-c .job .heading-h2::after {
  content: none;
}
.template-c .job .heading-h2-wrap {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .template-c .job .heading-h2-wrap {
    position: relative;
  }
}
.template-c .job .heading-h5 {
  font-size: 1.2rem;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .template-c .job .heading-h5-wrapper {
    left: -2vw;
  }
}
.template-c .job .job-flex-block {
  padding: 0 10px;
}
.template-c .job .job-flex-block-li {
  margin-bottom: 4vh;
  background-color: #ffffff;
  padding: 4vh 10px;
  border-radius: 50px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-flex-block-li {
    padding: 6vh 4vw;
  }
}
.template-c .job .job-flex-block-li::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border: 2px solid #81b441;
  z-index: 2;
}
.template-c .job .job-flex-block-li::after {
  content: "";
  display: inline-block;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  background-color: #81b441;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.template-c .job .job-flex-block-li .job-heading-wrapper {
  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-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-flex-block-li .job-heading-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.template-c .job .job-flex-block-li .heading-h4 {
  font-size: 1rem;
  line-height: 1rem;
  color: #ffffff;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.template-c .job .job-flex-block-li .heading-h4-wrapper {
  width: 20%;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-flex-block-li .heading-h4-wrapper {
    text-align: left;
    left: -2vw;
  }
}
.template-c .job .job-flex-block-li .heading-h4-wrapper::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #a7ca78;
  border-radius: 9999px;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-flex-block-li .heading-h4 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  .template-c .job .job-flex-block-li .heading-h4-wrapper::after {
    width: 8rem;
    height: 8rem;
  }
}
.template-c .job .job-flex-block-li .job-bg-green {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.template-c .job .job-flex-block-li .job-bg-green-li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vh;
}
.template-c .job .job-flex-block-li .job-bg-green-li .job-info-li-title {
  width: 100%;
  padding-left: 0rem;
}
.template-c .job .job-flex-block-li .job-bg-green-li .job-info-ul-child {
  margin-bottom: 0;
}
.template-c .job .job-flex-block-li .job-bg-green-li .job-info-ul-child-li {
  margin-bottom: 0;
}
.template-c .job .job-flex-block-li .job-bg-green-li .job-info-ul-child-li-title {
  width: 22%;
}
.template-c .job .job-flex-block-li .job-bg-green-li .job-info-ul-child-li-detail {
  width: 78%;
}
.template-c .job .job-flex-block-li .job-bg-green-wrap {
  width: 22%;
  position: relative;
}
.template-c .job .job-flex-block-li .job-bg-green-wrap::before {
  content: "";
  border-radius: 9999px;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #a7ca78;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
.template-c .job .job-flex-block-li .heading-h5 {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-flex-block-li .heading-h5 {
    font-size: 1.6rem;
  }
}
.template-c .job .job-flex-block-li .heading-h5-wrapper {
  text-align: center;
  position: relative;
  z-index: 4;
}
.template-c .job .job-flex-block-li:nth-child(even)::before {
  border: 2px solid #81b441;
}
.template-c .job .job-flex-block-li:nth-child(even)::after {
  background-color: #81b441;
}
.template-c .job .job-flex-block-li:nth-child(even) h5::after {
  background-color: #81b441;
}
.template-c .job .job-info-block {
  margin-top: 4vh;
  position: relative;
  z-index: 4;
}
.template-c .job .job-info-ul {
  margin-top: 2vh;
  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-c .job .job-info-ul-child {
  width: 78%;
  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-c .job .job-info-ul-child {
    width: 84%;
  }
}
.template-c .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-c .job .job-info-ul-child-li-title {
  white-space: nowrap;
  width: 22%;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-info-ul-child-li-title {
    width: 16%;
  }
}
@media screen and (min-width: 769px) {
  .template-c .job .job-info-ul-child-li-detail {
    width: 84%;
  }
}
.template-c .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;
  position: relative;
}
.template-c .job .job-info-li:after {
  content: "";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  height: 1px;
  width: 0%;
  bottom: -1.5vh;
}
.template-c .job .job-info-li.is-inview::after {
  width: 90%;
}
.template-c .job .job-info-li:last-child {
  margin-bottom: 0;
}
.template-c .job .job-info-li:last-child::after {
  content: none;
}
.template-c .job .job-info-li:last-child .job-info-ul-child {
  margin-bottom: 0;
}
.template-c .job .job-info-li:last-child .job-info-ul-child-li {
  margin-bottom: 0;
}
.template-c .job .job-info-li-p {
  padding: 0;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.2rem;
  font-weight: 300;
  width: 78%;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-info-li-p {
    width: 80%;
  }
}
.template-c .job .job-info-li-title {
  width: 22%;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: left;
  font-weight: 600;
  padding-left: 0.6rem;
}
@media screen and (min-width: 769px) {
  .template-c .job .job-info-li-title {
    width: 20%;
    padding-left: 0;
  }
}
.template-c .job .job-info-li .full-time,
.template-c .job .job-info-li .part-time {
  border: 1px solid #000000;
  padding: 2px;
  margin-right: 4px;
}
.template-c .job .job-info-desc {
  font-size: 0.7rem;
}
@media screen and (min-width: 769px) {
  .template-c .job .heading-h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-c .job .heading-h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .template-c .job .heading-h2::after {
    top: 0rem;
  }
  .template-c .job .heading-h2-wrap {
    padding: 0;
  }
  .template-c .job .job-flex-block {
    padding: 0;
    display: block;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-c .job .job-flex-block {
    width: 940px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .template-c .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-c .job .job-flex-block-li {
    width: 100%;
  }
  .template-c .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-c .job .job-flex-block .txt-p .job-info-desc {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .template-c .job .job-info-ul-child-li {
    margin-bottom: 1vh;
  }
  .template-c .job .font-weight-bolc {
    font-weight: 500;
  }
}
.template-c .benefits {
  margin-top: 26vh;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .template-c .benefits {
    margin-bottom: -8vh;
  }
}
.template-c .benefits .heading-h2 {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
}
.template-c .benefits .heading-h2::after {
  content: none;
}
.template-c .benefits .heading-h2-wrap {
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .template-c .benefits .heading-h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.template-c .benefits .section__inner .txt-p {
  color: #000000;
}
@media screen and (min-width: 769px) {
  .template-c .benefits .section__inner .txt-p {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .template-c .benefits-contents-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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }
}
.template-c .benefits-contents-li {
  margin-bottom: 2vh;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 2vh 10px;
}
.template-c .benefits-contents-li:last-child {
  margin-bottom: 0;
}
.template-c .benefits-contents-li .benefits-heading-txt-wrapper {
  padding: 0 20px;
}
.template-c .benefits-contents-li:not(.benefits-img) {
  margin: 20px;
}
.template-c .benefits .benefits-img {
  background-color: unset;
}
.template-c .benefits .benefits-img .img-wrapper {
  padding: 0;
}
.template-c .benefits .txt-p-heading {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: fot-udmarugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #81b441;
}
@media screen and (min-width: 769px) {
  .template-c .benefits .txt-p-heading {
    line-height: 3rem;
  }
}
.template-c .benefits .txt-p-heading-wrapper {
  padding: 0 10px;
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  .template-c .benefits .txt-p-heading-wrapper {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .template-c .benefits .txt-p-heading {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .template-c .benefits .txt-p-wrapper {
    margin: 4vh 0;
    width: 100%;
  }
}
.template-c .benefits .txt-p {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .template-c .benefits .section__inner {
    margin: auto;
  }
  .template-c .benefits .txt-p {
    padding: 0;
    font-size: 1.1rem;
  }
  .template-c .benefits .heading-h2 {
    font-size: 3rem;
  }
  .template-c .benefits .heading-h2::after {
    top: 0rem;
  }
  .template-c .benefits .heading-h2-wrap {
    padding: 0;
  }
  .template-c .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;
  }
  .template-c .benefits-contents .txt-p {
    text-align: left;
  }
  .template-c .benefits-contents .benefits-heading-txt-wrapper {
    padding: 0;
  }
  .template-c .benefits-contents .benefits-heading-txt-wrapper .txt-p {
    padding: 0 20px;
  }
}
.template-c .benefits .benefits-heading-txt-wrapper {
  text-align: center;
}
.template-c .benefits .benefits-heading-txt-wrapper .txt-p-heading-wrapper {
  margin-bottom: 0;
}
.template-c .benefits .benefits-heading-txt-wrapper .txt-p {
  color: #000000;
  font-weight: 400;
  text-align: left;
  margin-top: 2vh;
  margin-bottom: 0;
}
.template-c .benefits .benefits-heading-txt-wrapper .txt-p-wrapper {
  margin-top: 2vh;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .template-c .benefits .benefits-heading-txt-wrapper .txt-p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .template-c .benefits .benefits-contents-li {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .template-c .benefits .benefits-contents-li:nth-child(4), .template-c .benefits .benefits-contents-li:nth-child(5) {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    width: 45%;
  }
  .template-c .benefits .benefits-img-1 {
    width: 40%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .template-c .benefits .benefits-img-2 {
    width: 30%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.template-c .contact-form {
  padding: 4vh 0;
  margin-bottom: 2vh;
}
.template-c .contact-form .heading-h2 {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
}
.template-c .contact-form .heading-h2::after {
  content: none;
}
.template-c .contact-form .heading-h2-wrap {
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .heading-h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .section__inner {
    max-width: 1280px;
    margin: auto;
  }
  .template-c .contact-form .section__inner .form-heading-wrapper-p p {
    font-weight: 400;
  }
}
.template-c .contact-form .green {
  color: #81b441;
}
.template-c .contact-form .heading-h2-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .heading-h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .txt-p {
    text-align: center;
  }
}
.template-c .contact-form .txt-p-wrapper {
  margin: 4vh 0;
}
.template-c .contact-form .contact-form-form {
  padding: 0 20px;
}
.template-c .contact-form .form-title {
  margin-bottom: 1vh;
  font-weight: 500;
}
.template-c .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-c .contact-form .form_ul_li:last-child label.form-title {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .template-c .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-c .contact-form input,
.template-c .contact-form textarea,
.template-c .contact-form select {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #714212;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
  background-color: #fffbef;
}
.template-c .contact-form input::-webkit-input-placeholder, .template-c .contact-form textarea::-webkit-input-placeholder, .template-c .contact-form select::-webkit-input-placeholder {
  opacity: 0.3;
}
.template-c .contact-form input::-moz-placeholder, .template-c .contact-form textarea::-moz-placeholder, .template-c .contact-form select::-moz-placeholder {
  opacity: 0.3;
}
.template-c .contact-form input:-ms-input-placeholder, .template-c .contact-form textarea:-ms-input-placeholder, .template-c .contact-form select:-ms-input-placeholder {
  opacity: 0.3;
}
.template-c .contact-form input::-ms-input-placeholder, .template-c .contact-form textarea::-ms-input-placeholder, .template-c .contact-form select::-ms-input-placeholder {
  opacity: 0.3;
}
.template-c .contact-form input::placeholder,
.template-c .contact-form textarea::placeholder,
.template-c .contact-form select::placeholder {
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .template-c .contact-form input,
  .template-c .contact-form textarea,
  .template-c .contact-form select {
    width: 80%;
  }
}
.template-c .contact-form textarea {
  min-height: 20vh;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .template-c .contact-form textarea {
    width: 100%;
    min-width: 100%;
  }
}
.template-c .contact-form .select_opacity {
  opacity: 0.3;
}
.template-c .contact-form .address {
  display: block;
}
.template-c .contact-form .p-postal-code {
  width: 40vw;
  margin-bottom: 1vh;
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .p-postal-code {
    width: auto;
  }
}
.template-c .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: 1px solid #714212;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #ffffff;
}
.template-c .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: 1px solid #714212;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #ffffff;
}
.template-c .contact-form .check-box-input:checked {
  background-color: #81b441;
}
.template-c .contact-form .radio-box-input:checked {
  background-color: #81b441;
}
.template-c .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-c .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-c .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-c .contact-form .form_ul .license-list {
    width: 80%;
  }
}
.template-c .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-c .contact-form .form_ul .license-list label.form-other {
    width: 100%;
  }
}
.template-c .contact-form .form_ul .license-list .check-box-input {
  border-radius: 3px;
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .form_ul .license-list .check-box-input {
    width: auto;
  }
}
.template-c .contact-form .submit-btn-link {
  background-color: #81b441;
  border-radius: 9999px;
  padding: 10px 20px;
  color: #ffffff;
}
.template-c .contact-form .submit-btn-wrap {
  text-align: center;
  margin-top: 6vh;
}
.template-c .contact-form .required {
  display: inline-block;
  position: relative;
}
.template-c .contact-form .required::after {
  content: "（必須）";
  color: #ff1d1d;
  position: absolute;
  font-size: 0.9rem;
  padding-left: 0.1rem;
  top: 0;
}
.template-c .contact-form .select_wrapper {
  position: relative;
}
.template-c .contact-form .select_wrapper::after {
  content: "";
  display: inline-block;
  color: #81b441;
  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-c .contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .form-title {
    width: 20%;
    font-size: 1.1rem;
  }
  .template-c .contact-form .form-other {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 1vh;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .template-c .contact-form .form-other {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .template-c .contact-form .checkbox-wrap label {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  .template-c .contact-form label {
    font-size: 1rem;
  }
  .template-c .contact-form .address-input-wrap {
    width: 80%;
  }
  .template-c .contact-form .address-input-wrap .address {
    width: 100%;
  }
  .template-c .contact-form .select_box_block {
    width: 80%;
  }
  .template-c .contact-form .select_box_block select {
    width: 100%;
  }
}

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

img {
  width: 100%;
}

.heading-h2 {
  display: inline-block;
  color: #714212;
  font-size: 1.8rem;
  position: relative;
}
.heading-h2-wrap {
  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-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;
  gap: 5px;
  margin-bottom: 4vh;
}
.heading-h2-wrap .leaf-obj {
  position: relative;
  width: 1.4rem;
  height: 1.675142rem;
}
.heading-h2-wrap .leaf-obj object {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .heading-h2-wrap .leaf-obj {
    width: 2rem;
    height: 2.39306rem;
  }
}

.form-c .header__inner--navigation {
  display: block;
}
.form-c #form .form_ul_li .form-title {
  font-weight: 500;
}
.form-c #form .form_ul_li .text-area-form-block {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form-c #form .form_ul_li .text-area-form-block {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .form-c .header-navigation-block {
    background-color: #ffffff;
    white-space: nowrap;
  }
}
.form-c .header-navigation-li {
  width: 50%;
  display: inline-block;
  position: relative;
  padding: 12px 0;
}
@media screen and (min-width: 769px) {
  .form-c .header-navigation-li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-c .header-navigation-li p {
    height: auto;
  }
}
.form-c .header-navigation-li::after {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.form-c .header-navigation-li:last-child::after {
  content: none;
}
.form-c .header-navigation-li .contact-btn-wrap {
  left: 50%;
}
@media screen and (min-width: 769px) {
  .form-c .header-navigation-li-link {
    white-space: nowrap;
    padding: 12px 1.6rem;
    line-height: 1.2rem;
  }
}
.form-c .header-navigation-li-link::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .form-c .header-navigation-li-link::after {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-color: #81b441;
    width: 1px;
    height: 60%;
    right: -1px;
  }
}
@media screen and (min-width: 769px) {
  .form-c .header-navigation-li .contactBtn {
    padding: 12px 1.6rem;
  }
}
.form-c .txt-p-wrapper {
  margin-bottom: 2vh;
  padding: 0 20px;
}
.form-c .first-contents-block .section__inner {
  padding-top: 4vh;
}

@media screen and (min-width: 769px) {
  .senior {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .senior .section__inner {
    padding: 0 10px;
  }
}
.senior .senior-svg {
  position: relative;
  bottom: -2vh;
}
@media screen and (max-width: 768px) {
  .senior .senior-svg {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .senior .senior-svg-obj {
    margin: auto;
  }
}
.senior .swiper {
  background-color: #fffef7;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  .senior .swiper {
    max-width: 1280px;
  }
}
.senior .swiper .swiper-wrapper {
  padding: 0;
  margin: 0;
}
.senior .swiper .senior-contents {
  padding: 6vh 4vw;
}
@media screen and (max-width: 768px) {
  .senior .swiper .senior-contents {
    padding: 0 0 4vh;
  }
}
.senior .swiper .senior-contents .img-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .senior .swiper .senior-contents .img-wrapper {
    padding: 0;
    margin: auto;
  }
}
.senior .swiper .senior-contents .img-wrapper img {
  height: auto;
  width: 100%;
  border-radius: 50px;
}
.senior .swiper .senior-contents .txt-p {
  padding: 0;
}
.senior .swiper .senior-contents .txt-p-wrapper {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .senior .swiper .senior-contents .txt-p-wrapper {
    padding: 0 20px;
  }
}
.senior .swiper .swiper-slide {
  background-color: unset;
}
.senior .swiper .swiper-button-prev {
  height: 100px;
  width: 100px;
  left: -4%;
}
@media screen and (max-width: 768px) {
  .senior .swiper .swiper-button-prev {
    left: -15%;
    top: 18%;
  }
}
.senior .swiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100px;
  margin: auto;
  width: 100px;
  background-image: url(../image/arrow/recruit-arrow-c-left.png);
}
.senior .swiper .swiper-button-next {
  height: 100px;
  width: 100px;
  right: -4%;
}
@media screen and (max-width: 768px) {
  .senior .swiper .swiper-button-next {
    right: -15%;
    top: 18%;
  }
}
.senior .swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-color: unset;
  height: 100px;
  margin: auto;
  width: 100px;
  background-image: url(../image/arrow/recruit-arrow-c-right.png);
}
.senior .swiper .swiper-pagination-bullet-active {
  background: #81b441;
  width: 12px;
  height: 12px;
}
.senior .swiper .swiper-pagination-bullet {
  background: #81b441;
  width: 12px;
  height: 12px;
}
.senior .swiper .swiper-horizontal > .swiper-pagination-bullets,
.senior .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2vh;
}
@media screen and (max-width: 768px) {
  .senior .swiper .swiper-horizontal > .swiper-pagination-bullets,
  .senior .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.6vh;
  }
}

.benefits .txt-p-wrapper {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .job {
    margin-top: 26vh;
  }
}
.job .section__inner .job-flex-block .time-txt {
  color: #714212;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .job .section__inner .job-flex-block .time-txt {
    font-size: 2rem;
  }
}
.job .section__inner .job-flex-block .time-txt-wrapper {
  text-align: center;
  margin-bottom: 2vh;
}
.job .section__inner .job-flex-block-li {
  padding: 2vh 10px;
}
@media screen and (min-width: 769px) {
  .job .section__inner .job-flex-block-li {
    padding: 4vh 4vw;
  }
}
.job .section__inner .job-flex-block-heading-wrapper {
  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-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;
  gap: 0.4rem;
}
.job .section__inner .job-flex-block-heading-wrapper .heading-h4-wrapper {
  width: 4rem;
  height: 4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .job .section__inner .job-flex-block-heading-wrapper .heading-h4 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .job .section__inner .job-flex-block-heading-wrapper .heading-h4-wrapper {
    width: 8rem;
    height: 8rem;
  }
}/*# sourceMappingURL=recruit-c.css.map */