@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .c__fz-16 {
  font-size: 1.6rem !important;
}
#container .content .c__fz-12 {
  font-size: 1.2rem !important;
}
#container .content .c__tetal-center {
  text-align: center !important;
}
#container .content .c__mt-30 {
  margin-top: 30px !important;
}
#container .content .c__anim-fadeIn_01 {
  opacity: 0;
  -webkit-animation: fadeIn 0.4s 1 0s ease both;
          animation: fadeIn 0.4s 1 0s ease both;
}
#container .content .c__anim-fadeIn_02 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-animation: fadeIn2 0.4s 1 0.4s ease both;
          animation: fadeIn2 0.4s 1 0.4s ease both;
}
#container .content .c__dis-none {
  display: none !important;
}
#container .content .parts__btn {
  margin: 35px -15px 0;
  text-align: center;
}
#container .content .parts__btn .parts__btn__a {
  background: #5DC7BA;
  margin: 0 auto;
  width: 100%;
  padding: 35px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#container .content .parts__btn .parts__btn__a:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #container .content .parts__btn .parts__btn__a:hover {
    opacity: 0.7;
  }
}
#container .content .parts__btn .parts__btn__a:link, #container .content .parts__btn .parts__btn__a:visited {
  color: #fff;
}
#container .content .parts__aco {
  margin: 15px -15px 0;
}
#container .content .parts__aco + .parts__aco {
  margin-top: 0;
}
#container .content .parts__aco .parts__aco__head {
  background: #5DC7BA;
  padding: 35px 50px;
  width: 100%;
  margin: 0 !important;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container .content .parts__aco .parts__aco__head.is-opened::after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
#container .content .parts__aco .parts__aco__head.is-opened + .parts__aco__content {
  grid-template-rows: 1fr;
}
#container .content .parts__aco .parts__aco__head::after {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: url(/recruit/img/ico_aco-arrow.svg);
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#container .content .parts__aco .parts__aco__content {
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease 0s, grid-template-rows 0.6s ease 0s;
  transition: all 0.4s ease 0s, grid-template-rows 0.6s ease 0s;
  transition: all 0.4s ease 0s, grid-template-rows 0.6s ease 0s, -ms-grid-rows 0.6s ease 0s;
}
#container .content .parts__aco .parts__aco__content p:first-child,
#container .content .parts__aco .parts__aco__content .parts__dl:first-child {
  margin-top: 30px;
}
#container .content .parts__aco .parts__aco__content p,
#container .content .parts__aco .parts__aco__content .parts__dl {
  margin-top: 15px;
}
#container .content .parts__pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  #container .content .parts__pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  #container .content .parts__sp-only {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

#container {
  background-color: #fff;
  font-family: "BIZ UDPGothic", "Noto Sans JP", serif, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
  color: #000000;
}
#container::after {
  content: "";
  background: url(/recruit/img/back_01.jpg) no-repeat center center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: #000000;
}
#container #header_parts {
  position: fixed;
  width: 100%;
  max-width: 330px;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#container #header_parts.is-opened .head * {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#container #header_parts.is-opened .head .head__head .head__head__ico {
  position: relative;
}
#container #header_parts.is-opened .head .head__head .head__head__ico span {
  width: 30px;
  top: 20px;
  -webkit-transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
          transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
}
#container #header_parts.is-opened .head .head__head .head__head__ico span:nth-child(2) {
  width: 30px;
  top: 20px;
  -webkit-transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
          transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
}
#container #header_parts.is-opened .head .head__menu {
  grid-template-rows: 1fr;
  height: 100vh;
  opacity: 1;
  z-index: 100;
}
#container #header_parts.is-opened .head .head__menu nav {
  padding: 0 25px;
}
#container #header_parts.is-opened .head .head__menu * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container #header_parts.is-opened .head .head__menu .head__menu__list {
  opacity: 1;
  display: block;
}
#container #header_parts .head {
  width: 100%;
  position: relative;
  display: block;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 50px;
}
#container #header_parts .head * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container #header_parts .head a {
  width: 100%;
}
#container #header_parts .head .content__h1 {
  margin-top: 0;
}
#container #header_parts .head .head__head {
  background: #fff;
  padding: 0;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  cursor: pointer;
  border-radius: 0 0 0 50%;
  overflow: hidden;
}
#container #header_parts .head .head__head .head__head__ico {
  background: #fff;
  width: 50px;
  height: 50px;
  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;
  z-index: 10;
  position: relative;
}
#container #header_parts .head .head__head .head__head__ico span {
  font-size: 0;
  line-height: 0;
  background: #000000;
  width: 32px;
  height: 1px;
  left: 50%;
  top: 17px;
  -webkit-transform: translate(-50%, 0) scaleY(0.5);
          transform: translate(-50%, 0) scaleY(0.5);
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#container #header_parts .head .head__head .head__head__ico span:nth-child(2) {
  width: 30px;
  top: 29px;
}
#container #header_parts .head .head__menu {
  background: #fff;
  width: 100%;
  height: 0;
  padding: 50px 0 25px;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0;
  z-index: -100;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.4s ease 0s, grid-template-rows 0.6s ease 0s;
  transition: all 0.4s ease 0s, grid-template-rows 0.6s ease 0s;
  transition: all 0.4s ease 0s, grid-template-rows 0.6s ease 0s, -ms-grid-rows 0.6s ease 0s;
  overflow: auto;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #header_parts .head .head__menu nav {
  position: relative;
  display: block;
  overflow-y: scroll;
}
#container #header_parts .head .head__menu .head__menu__list {
  margin: 10px auto 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.4s ease 0s, opacity 0s ease 0s;
  transition: all 0.4s ease 0s, opacity 0s ease 0s;
}
#container #header_parts .head .head__menu .head__menu__list a {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 60px auto 0;
}
#container #header_parts .head .head__menu .head__menu__list a.is-strong {
  font-size: 2.7rem;
}
#container #header_parts .head .head__menu .head__menu__list a.is-strong .content__span {
  font-size: 1.5rem;
}
#container #header_parts .head .head__menu .head__menu__list a .content__span {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
}
#container #header_parts .head .head__menu .head__menu__list a:link, #container #header_parts .head .head__menu .head__menu__list a:visited {
  color: #000000;
}
#container #footer {
  font-family: "Franklin Gothic Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 2.028571429;
  color: #555555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(36, 50, 59);
  padding-top: 2em;
  padding-bottom: 1.2em;
}
#container #footer h3 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 1.1em;
  font-size: 3.4rem;
  font-family: "Franklin Gothic Medium", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
#container #footer h6 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 1.1em;
  font-size: 1.4rem;
  font-family: "Franklin Gothic Medium", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
#container #footer p {
  font-family: "Franklin Gothic Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 2.028571429;
  color: #fff;
  margin: 0 0 11px;
}
#container #footer a {
  color: #36c4c5;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #container #footer a:hover {
    opacity: 0.7;
  }
}
#container #footer a:link, #container #footer a:visited {
  color: #36c4c5;
}
#container #footer .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#container .content {
  -webkit-box-shadow: 0px 3px 6px rgba(113, 106, 22, 0.6980392157);
          box-shadow: 0px 3px 6px rgba(113, 106, 22, 0.6980392157);
  max-width: 330px;
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}
#container .content h1, #container .content .content__h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
#container .content h1 .content__span, #container .content .content__h1 .content__span {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
#container .content h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 auto;
  padding: 50px 0 0;
}
#container .content h2.is-strong {
  font-size: 2.7rem;
}
#container .content h2.is-strong .content__span {
  font-size: 1.5rem;
}
#container .content h2 .content__span {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
}
#container .content h3 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 5px auto 0;
}
#container .content h3 .content__span {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
#container .content p {
  margin: 15px auto 0;
  font-size: 1.4rem;
  line-height: 2;
}
#container .content img {
  height: auto;
  max-width: 100%;
  margin: 15px auto 0;
  display: block;
  max-block-size: none;
  z-index: 1;
}
#container .content .content__top h1 {
  padding: 50px 0 30px;
  background: rgba(255, 255, 255, 0.7);
}
#container .content .content__top .content__top__head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px 0;
  padding: 35px 0 0;
  margin: 0 auto;
  overflow: hidden;
}
#container .content .content__top .content__top__head::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  -webkit-animation: bg 1.2s 1 0.3s ease both;
          animation: bg 1.2s 1 0.3s ease both;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
#container .content .content__top .content__top__head span {
  -webkit-animation: ilu_01 0.4s 1 1.6s ease both;
          animation: ilu_01 0.4s 1 1.6s ease both;
}
#container .content .content__top .content__top__head img {
  max-width: 335px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 1;
  -webkit-animation: ilu_02 4s infinite 4s ease both;
          animation: ilu_02 4s infinite 4s ease both;
}
#container .content .content__top .content__top__head p {
  padding: 0 25px;
  font-weight: 700;
  display: block;
  z-index: 1;
  -webkit-animation: fadeIn 2.4s 1 0.4s ease both;
          animation: fadeIn 2.4s 1 0.4s ease both;
}
#container .content .content__section {
  background: rgba(255, 255, 255, 0.7);
  overflow: visible;
  margin: 0 auto;
  padding: 0 15px;
}
#container .content .content__section .content__job-list {
  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;
  gap: 70px 0;
  padding: 0 10px;
}
#container .content .content__section .content__job-list p {
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 10px auto 0;
}
#container .content .content__section .content__schedule-list {
  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;
  gap: 20px 0;
  padding: 0;
  margin: 40px auto 0;
}
#container .content .content__section .content__schedule-list h3 {
  color: #696506;
  line-height: 1.8;
}
#container .content .content__section .content__schedule-list h3 .content__span {
  font-family: "Noto Sans JP", "BIZ UDPGothic", serif, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: block;
  color: #4B4B4B !important;
}
#container .content .content__section .content__schedule-list p {
  line-height: 1.4;
  font-weight: 700;
}
#container .content .content__section .content__schedule-list li {
  background: #F4EFDC;
  padding: 25px;
}
#container .content .content__section .content__schedule-list .is-green {
  background: #DCF4F1;
}
#container .content .content__section .content__schedule-list .is-green h3 {
  color: #358123;
}
#container .content .content__section .content__schedule-list .is-green {
  background: #DCF4F1;
}
#container .content .content__section .content__schedule-list .is-green h3 {
  color: #358123;
}
#container .content .content__section .content__reqirements-p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px auto 0;
}
#container .content .content__section .content__reqirements-p + .content__reqirements-p {
  margin-top: 10px;
}
#container .content .content__section .content__reqirements-p + img {
  margin-top: 40px;
  -webkit-animation: ilu_02 4s infinite 1.6s ease both;
          animation: ilu_02 4s infinite 1.6s ease both;
}
#container .content .content__section .content__form {
  font-family: "Franklin Gothic Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 2.028571429;
  color: #555555;
  background: #fff;
  overflow: hidden;
}
#container .content .content__section .content__form .content__form__table {
  border: none;
}
#container .content .content__section .content__form .content__form__table tr:first-child th, #container .content .content__section .content__form .content__form__table tr:first-child td {
  border: none;
}
#container .content .content__section .content__form .content__form__table th {
  width: 30%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  border: 1px solid #ddd;
  background: #eee;
  color: #555555;
}
#container .content .content__section .content__form .content__form__table td {
  width: 70%;
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
  display: table-cell;
  vertical-align: middle;
}
#container .content .content__section .content__form .content__form__table input, #container .content .content__section .content__form .content__form__table textarea {
  border: solid 1px rgb(118, 118, 118);
  border-radius: 3px;
  padding: 1px 2px;
  resize: vertical;
  width: 100%;
}
#container .content .content__section .content__form .content__form__table input[type=reset],
#container .content .content__section .content__form .content__form__table input[type=submit] {
  background: rgb(239, 239, 239);
  width: auto;
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes bg {
  0% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 241, 181, 0.7);
  }
}
@keyframes bg {
  0% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 241, 181, 0.7);
  }
}
@-webkit-keyframes ilu_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px) scale(0.7, 1);
            transform: translate(0, 30px) scale(0.7, 1);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 15px) scale(1, 1);
            transform: translate(0, 15px) scale(1, 1);
  }
  60% {
    -webkit-transform: translate(0, 0) scale(0.9, 1);
            transform: translate(0, 0) scale(0.9, 1);
  }
  80% {
    -webkit-transform: translate(0, 15px) scale(1, 1);
            transform: translate(0, 15px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes ilu_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px) scale(0.7, 1);
            transform: translate(0, 30px) scale(0.7, 1);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0, 15px) scale(1, 1);
            transform: translate(0, 15px) scale(1, 1);
  }
  60% {
    -webkit-transform: translate(0, 0) scale(0.9, 1);
            transform: translate(0, 0) scale(0.9, 1);
  }
  80% {
    -webkit-transform: translate(0, 15px) scale(1, 1);
            transform: translate(0, 15px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes ilu_02 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  5% {
    -webkit-transform: scale(0.99, 0.99);
            transform: scale(0.99, 0.99);
  }
  12% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(0.99, 0.99);
            transform: scale(0.99, 0.99);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes ilu_02 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  5% {
    -webkit-transform: scale(0.99, 0.99);
            transform: scale(0.99, 0.99);
  }
  12% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(0.99, 0.99);
            transform: scale(0.99, 0.99);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}