@charset "UTF-8";
@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-80%, 80%);
            transform: translate(-80%, 80%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-80%, 80%);
            transform: translate(-80%, 80%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(80%, -80%);
            transform: translate(80%, -80%);
    opacity: 0;
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(80%, -80%);
            transform: translate(80%, -80%);
    opacity: 0;
  }
}
/* ==========================================================================//
//
// 採用情報
//
// ========================================================================== */
/* 社員を知る
---------------------------------------------------------- */
#pageRecruit .page_body {
  padding: 0px 0 60px;
}
@media all and (min-width: 751px) {
  #pageRecruit .page_body {
    padding: 100px 0;
  }
}
#pageRecruit .require_wrap {
  overflow: hidden;
  border-radius: 10px;
}
@media all and (min-width: 751px) {
  #pageRecruit .require_wrap {
    border-radius: 20px;
  }
}
@media all and (max-width: 750px) {
  #pageRecruit .require_wrap {
    margin: 10px 0 0;
  }
}
#pageRecruit .require_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  #pageRecruit .require_btn {
    font-size: 20px;
  }
}
#pageRecruit .require_btn .intern_btn, #pageRecruit .require_btn .recruit_btn {
  cursor: pointer;
  width: 50%;
  text-align: center;
  color: #222222;
  padding: 12px;
  background: #E4E6E2;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  #pageRecruit .require_btn .intern_btn, #pageRecruit .require_btn .recruit_btn {
    padding: 25px;
  }
}
#pageRecruit .require_btn .intern_btn.active, #pageRecruit .require_btn .intern_btn:hover, #pageRecruit .require_btn .recruit_btn.active, #pageRecruit .require_btn .recruit_btn:hover {
  color: #fff;
  background: #46D375;
}
#pageRecruit .require_btn .intern_btn::after, #pageRecruit .require_btn .recruit_btn::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #46D375;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pageRecruit .require_btn .intern_btn.active::after, #pageRecruit .require_btn .recruit_btn.active::after {
  opacity: 1;
}
#pageRecruit .sec_intern, #pageRecruit .sec_recruit {
  background: #fff;
  display: none;
}
#pageRecruit .sec_intern.active, #pageRecruit .sec_recruit.active {
  display: block;
  -webkit-animation: panel_show 0.9s ease-in-out forwards;
          animation: panel_show 0.9s ease-in-out forwards;
}
@-webkit-keyframes panel_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel_show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#pageRecruit .sec_intern {
  padding: 40px 20px;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_intern {
    padding: 60px 60px 20px;
  }
}
#pageRecruit .sec_intern p {
  margin: 0px 0 20px;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_intern p {
    margin: 0px 0 40px;
  }
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_intern ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin: 40px 0;
  }
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_intern ul li .intern_text {
    width: calc(100% - 470px);
  }
}
#pageRecruit .sec_intern ul li .intern_text .intern_ttl {
  font-size: 16px;
  margin: 20px 0 10px;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_intern ul li .intern_text .intern_ttl {
    font-size: 24px;
  }
}
#pageRecruit .sec_intern ul li .intern_text .intern_ttl span {
  color: #46D375;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  line-height: 1;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_intern ul li .intern_text .intern_ttl span {
    font-size: 47px;
  }
}
#pageRecruit .sec_intern ul li .intern_image {
  border-radius: 20px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_intern ul li .intern_image {
    width: 430px;
  }
}
#pageRecruit .sec_recruit {
  padding: 20px 20px 40px;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_recruit {
    padding: 60px 60px 100px;
  }
}
#pageRecruit .sec_recruit ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageRecruit .sec_recruit ul li span {
  width: 70px;
  border-bottom: 1px solid #46D375;
  padding: 20px 0;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_recruit ul li span {
    width: 114px;
    padding: 30px 0;
  }
}
#pageRecruit .sec_recruit ul li p {
  width: calc(100% - 70px);
  border-bottom: 1px solid #E2E2E2;
  padding: 20px 0px 20px 20px;
}
@media all and (min-width: 751px) {
  #pageRecruit .sec_recruit ul li p {
    padding: 30px;
    width: calc(100% - 114px);
  }
}
#pageRecruit .sec_recruit ul li a {
  color: #46D375;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  #pageRecruit .sec_recruit ul li a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #pageRecruit .sec_recruit ul li a:hover {
    opacity: 0.7;
  }
}