@charset "UTF-8";

/* カラー */
:root {
  --color_main: #3cb035;
  --color_yellow: #f0ae2d;
  --color_blue: #2e9fd8;
  --color_black: #444;
  --color_DarkGreen: #006934;
  --color_text: #222;
  --color_link: #006934;
  --color_bg-gray: #f5f6f4;
  --color_bg-black: #3b4043;
  --color_gray: #c1c2c2;
  --color_white: #ffffff;
}

.n-recruit {
  padding-bottom: 50px;
}

.n-recruit .heading-box {
  width: 100%;
  position: relative;
  padding: 50px 30px 30px;
}

.n-recruit .heading-box .heading-box__inner {
  position: relative;
  z-index: 5;
}

.n-recruit .heading-box .bg01 {
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: 1;
  width: 223px;
  height: 399px;
  background-image: url(../img/service/bg_service01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .n-recruit .heading-box .bg01 {
    display: none;
  }
}

.n-recruit .heading-box .bg02 {
  position: absolute;
  right: -50px;
  top: -30px;
  z-index: 1;
  width: 190px;
  height: 190px;
  background-image: url(../img/recruit/bg_recruit02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .n-recruit .heading-box .bg02 {
    display: none;
  }
}

.n-recruit .heading-box__inner .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 50px;
}

.n-recruit .heading-box__bg {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--color_main);
}

.n-recruit .heading-box__bg>div {
  padding: 0 40px 1px;
}

.n-recruit .heading-box__bg .section-title {
  color: var(--color_white);
}

.n-recruit .member-box {
  position: relative;
  background: rgb(228, 231, 124);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(228, 231, 124, 0)), to(rgb(228, 231, 124)));
  background: linear-gradient(0deg, rgba(228, 231, 124, 0) 0%, rgb(228, 231, 124) 100%);
}

.n-recruit .member-box .bg01 {
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 1;
  width: 363px;
  height: 618px;
  background-image: url(../img/recruit/bg_recruit03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .n-recruit .member-box .bg01 {
    display: none;
  }
}

.n-recruit .member__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 785px) {
  .n-recruit .member__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 785px) {
  .n-recruit .member__conts .conts-item.photo {
    margin-right: 60px;
  }
}

.n-recruit .member__conts .conts-item.text {
  position: relative;
  padding: 30px;
  background-color: var(--color_white);
  border-radius: 1em;
}

@media screen and (max-width: 785px) {
  .n-recruit .member__conts .conts-item.text {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.n-recruit .member__conts .conts-item.text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -50px;
  border: 40px solid transparent;
  border-right: 50px solid var(--color_white);
}

@media screen and (max-width: 785px) {
  .n-recruit .member__conts .conts-item.text::before {
    display: none;
  }
}

.n-recruit .member__conts .conts-item.text dl>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--color_gray);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.n-recruit .member__conts .conts-item.text dl>div dt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e25514;
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
}

.n-recruit .member__conts .conts-item.text dl>div:nth-child(odd) dt {
  background-color: var(--color_main);
}

.n-recruit .member__conts .conts-item.text dl>div dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.n-recruit .voice-box {
  position: relative;
}

.n-recruit .voice-box .bg01 {
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: 1;
  width: 213px;
  height: 213px;
  background-image: url(../img/recruit/bg_recruit04.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .n-recruit .voice-box .bg01 {
    display: none;
  }
}

.n-recruit .voice-box .bg02 {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 1;
  width: 294px;
  height: 789px;
  background-image: url(../img/recruit/bg_recruit05.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .n-recruit .voice-box .bg02 {
    display: none;
  }
}

.n-recruit .voice-box .bg03 {
  position: absolute;
  left: -100px;
  bottom: 30px;
  z-index: 1;
  width: 309px;
  height: 631px;
  background-image: url(../img/recruit/bg_recruit06.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .n-recruit .voice-box .bg03 {
    display: none;
  }
}

.n-recruit .voice-box__inner {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 785px) {
  .n-recruit .voice-box__inner {
    margin-top: 200px;
  }
}

.n-recruit .voice__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5em 0 50px;
  padding: 7px 10px;
  width: 100%;
  min-height: 100px;
  color: var(--color_white);
  background: var(--color_main);
  border-radius: 0.5em;
  text-align: center;
}

@media screen and (max-width: 785px) {
  .n-recruit .voice__title {
    width: 94%;
    margin: 1.5em 3% 50px;
  }
}

.n-recruit .voice__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--color_main);
}

.n-recruit .voice__title .bg04 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 270px;
  height: 180px;
  background-image: url(../img/recruit/bg_voice01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .n-recruit .voice__title .bg04 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -180px;
  }
}

.n-recruit .voice__title .bg05 {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 1;
  width: 196px;
  height: 197px;
  background-image: url(../img/recruit/bg_voice02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .n-recruit .voice__title .bg05 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -197px;
  }
}

.n-recruit .voice__title .bg06 {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 1;
  width: 284px;
  height: 189px;
  background-image: url(../img/recruit/bg_voice03.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .n-recruit .voice__title .bg06 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -189px;
  }
}

.n-recruit .voice__conts {
  background-color: var(--color_white);
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 785px) {
  .n-recruit .voice__conts {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.n-recruit .recruit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin: 30px;
}

@media screen and (max-width: 785px) {
  .n-recruit .recruit-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.recruit-btn .recruit-btn__link {
  display: flex;
    background: url(../img/recruit/btn_recruit03.png);
    background-size: 450px 180px;
    width: 450px;
    height: 180px;
    align-items: center;
    justify-content: center;
}

.recruit-btn .recruit-btn__image {
  position: relative;
  display: block;
}

.recruit-btn .recruit-btn__text {
  font-size: 36px;
  font-weight: 600;
}

/* フォント */
.job {
  padding-bottom: 50px;
}

.job .heading-box {
  width: 100%;
  position: relative;
  padding: 50px 30px 30px;
}

.job .heading-box .heading-box__inner {
  position: relative;
  z-index: 5;
}

.job .heading-box .bg01 {
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: 1;
  width: 223px;
  height: 399px;
  background-image: url(../img/service/bg_service01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .job .heading-box .bg01 {
    display: none;
  }
}

.job .heading-box .bg02 {
  position: absolute;
  right: -50px;
  top: -30px;
  z-index: 1;
  width: 190px;
  height: 190px;
  background-image: url(../img/recruit/bg_recruit02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .job .heading-box .bg02 {
    display: none;
  }
}

.job .heading-box__inner .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 200px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 50px;
}

.job .heading-box__bg {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--color_main);
}

.job .heading-box__bg>div {
  padding: 0 40px 1px;
}

.job .heading-box__bg .section-title {
  color: var(--color_white);
}

.job .recruitment-box {
  position: relative;
  background: rgb(228, 231, 124);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(228, 231, 124, 0)), to(rgb(228, 231, 124)));
  background: linear-gradient(0deg, rgba(228, 231, 124, 0) 0%, rgb(228, 231, 124) 100%);
}

.job .recruitment-box .bg01 {
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 1;
  width: 363px;
  height: 618px;
  background-image: url(../img/recruit/bg_recruit03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.job .recruitment-box .product__title {
  width: fit-content;
  margin-inline: auto;
  background-color: var(--color_DarkGreen);
  color: var(--color_white);
  padding: 10px 30px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.job .recruitment-box .box__item {
  text-wrap: balance;
}

.job .recruitment-box .desc-item:not(:last-child) {
  position: relative;
  margin-bottom: 2em;
}

.job .recruitment-box .desc-item:not(:last-child)::after {
  display: block;
  position: absolute;
  left: 16px;
  content: "";
  width: 22px;
  height: 24px;
  background-color: var(--color_white);
  background-image: url(../img/job/icon_arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16.5px 18px;
}

@media screen and (max-width: 785px) {
  .job .recruitment-box .bg01 {
    display: none;
  }
}

.job .heading-box {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.job .form-box {
  width: 100%;
  background-color: #EDF8F6;
}
.job .form-box__inner {
  max-width: 1000px;
  margin-inline: auto;
  background-color: var(--color_white);
  padding: 50px 30px;
}
.job .form-table {
  width: 100%;
}
.job .form-table th {
  width: 30%;
  text-align: right;
  vertical-align: top;
  padding: 10px;
}
.job .form-table td {
  width: 70%;
  padding: 10px;
}
.job .form-table .radio {
  display: inline-block;
}
@media screen and (max-width: 785px) {
  .job .form-table th, .job .form-table td {
    text-align: left;
    display: block;
    width: 100%;
  }
}
.job .note-text {
  padding-top: 10px;
  text-align: center;
  margin-bottom: 1em;
}
.job .submit-btn {
  padding-top: 10px;
  text-align: center;
}
.job input[type=text],
.job textarea {
  width: 100%;
  padding: 5px;
}
.job input[type=submit] {
  background-color: #ffe33f;
  padding: 15px 30px;
  border: none;
  border-radius: 0.35em;
  font-weight: bold;
  cursor: pointer;
}
.job input[type=button] {
  background-color: var(--color_gray);
  padding: 15px 30px;
  border: none;
  border-radius: 0.35em;
  font-weight: bold;
  cursor: pointer;
}














.job .member__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 785px) {
  .job .member__conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 785px) {
  .job .member__conts .conts-item.photo {
    margin-right: 60px;
  }
}

.job .member__conts .conts-item.text {
  position: relative;
  padding: 30px;
  background-color: var(--color_white);
  border-radius: 1em;
}

@media screen and (max-width: 785px) {
  .job .member__conts .conts-item.text {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.job .member__conts .conts-item.text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -50px;
  border: 40px solid transparent;
  border-right: 50px solid var(--color_white);
}

@media screen and (max-width: 785px) {
  .job .member__conts .conts-item.text::before {
    display: none;
  }
}

.job .member__conts .conts-item.text dl>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--color_gray);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.job .member__conts .conts-item.text dl>div dt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e25514;
  color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
}

.job .member__conts .conts-item.text dl>div:nth-child(odd) dt {
  background-color: var(--color_main);
}

.job .member__conts .conts-item.text dl>div dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.job .recruitment-box {
  position: relative;
}

.job .recruitment-box .bg02 {
  position: absolute;
  left: -50px;
  top: -30px;
  z-index: 1;
  width: 213px;
  height: 213px;
  background-image: url(../img/recruit/bg_recruit04.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .job .recruitment-box .bg02 {
    display: none;
  }
}

.job .recruitment-box .bg03 {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 1;
  width: 294px;
  height: 789px;
  background-image: url(../img/recruit/bg_recruit05.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .job .recruitment-box .bg03 {
    display: none;
  }
}

.job .recruitment-box .bg04 {
  position: absolute;
  left: -100px;
  bottom: 30px;
  z-index: 1;
  width: 309px;
  height: 631px;
  background-image: url(../img/recruit/bg_recruit06.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (max-width: 785px) {
  .job .recruitment-box .bg04 {
    display: none;
  }
}

.job .recruitment-box__inner {
  position: relative;
  z-index: 5;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (max-width: 785px) {
  .job .recruitment-box__inner {
    margin-top: 200px;
  }
}

.job .voice__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5em 0 50px;
  padding: 7px 10px;
  width: 100%;
  min-height: 100px;
  color: var(--color_white);
  background: var(--color_main);
  border-radius: 0.5em;
  text-align: center;
}

@media screen and (max-width: 785px) {
  .job .voice__title {
    width: 94%;
    margin: 1.5em 3% 50px;
  }
}

.job .voice__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--color_main);
}

.job .voice__title .bg04 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 270px;
  height: 180px;
  background-image: url(../img/recruit/bg_voice01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .job .voice__title .bg04 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -180px;
  }
}

.job .voice__title .bg05 {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 1;
  width: 196px;
  height: 197px;
  background-image: url(../img/recruit/bg_voice02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .job .voice__title .bg05 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -197px;
  }
}

.job .voice__title .bg06 {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 1;
  width: 284px;
  height: 189px;
  background-image: url(../img/recruit/bg_voice03.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .job .voice__title .bg06 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -189px;
  }
}

.job .voice__conts {
  background-color: var(--color_white);
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 785px) {
  .job .voice__conts {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.job .recruit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin: 30px;
}

@media screen and (max-width: 785px) {
  .job .recruit-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
