@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#footer {
  padding-top: 36px;
}
@media screen and (max-width: 818px) {
  #footer {
    padding-top: 20px;
  }
}
#footer .f_b {
  margin-top: 0;
}
#footer .f_contact_item {
  display: none;
}
.recruit_sing {
  background: #F5F5EF;
  margin-top: 40px;
}
.recruit_sing .inner {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .recruit_sing .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.recruit_sing .main_img {
  position: relative;
}
@media screen and (max-width: 818px) {
  .recruit_sing .main_img {
    min-height: fit-content;
  }
}
.recruit_sing .main_img img {
  border-radius: 20px;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media screen and (max-width: 818px) {
  .recruit_sing .main_img img {
    height: 300px;
  }
}
.recruit_sing .main_img .main_txt {
  position: absolute;
  width: fit-content;
  justify-content: end;
  display: flex;
  align-items: end;
  height: 100%;
}
.recruit_sing .main_img .main_ttl {
  line-height: 1.59;
  padding: 7px 15px 7px 20px;
  background: #ffffff;
  text-align: left;
  width: fit-content;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .recruit_sing .main_img .main_ttl {
    padding: 5px 10px 5px 12px;
    font-size: 17px;
  }
}
.recruit_sing .main_img .main_sub {
  text-align: left;
  padding: 20px 0 42px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 818px) {
  .recruit_sing .main_img .main_sub {
    padding: 10px 0 20px 15px;
    font-size: 15px;
  }
}
.recruit_sing .main_img .main_sub span {
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .recruit_sing .main_img .main_sub span {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  .recruit_sing .main_img .main_sub {
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    border-radius: 20px 0 20px 0;
    background: #FBECE0;
    color: #3C996D;
    padding: 6px 6px 6px 28px;
    bottom: -1px;
    right: -1px;
    z-index: 50;
    margin-top: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
    min-width: 160px;
    border-radius: 12px 0 12px 0;
    font-size: 16px;
  }
  .recruit_sing .main_img .main_sub span {
    display: block;
    font-size: 12px;
  }
}
.recruit_sing .content02 {
  padding-top: 60px;
}
@media screen and (max-width: 818px) {
  .recruit_sing .content02 {
    padding-top: 30px;
  }
}
.recruit_sing .content04 {
  padding-top: 60px;
}
@media screen and (max-width: 818px) {
  .recruit_sing .content04 {
    padding-top: 30px;
  }
}
.recruit_sing .content03 {
  padding-top: 70px;
}
@media screen and (max-width: 818px) {
  .recruit_sing .content03 {
    padding-top: 30px;
  }
}
.recruit_sing .content03 dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .recruit_sing .content03 dl {
    display: block;
  }
}
.recruit_sing .content03 dl dt {
  width: 50%;
  padding-right: 7%;
}
.recruit_sing .content03 dl dt img {
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .recruit_sing .content03 dl dt {
    padding-right: 0;
    width: 100%;
  }
}
.recruit_sing .content03 dl dd {
  width: 50%;
}
@media screen and (max-width: 818px) {
  .recruit_sing .content03 dl dd {
    padding-top: 30px;
    width: 100%;
  }
}
.recruit_sing .qa_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .recruit_sing .qa_list li + li {
    margin-top: 25px;
  }
}
.recruit_sing .qa_list .q {
  text-align: left;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.466;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .recruit_sing .qa_list .q {
    padding-left: 25px;
    font-size: 20px;
  }
}
.recruit_sing .qa_list .q::after {
  position: absolute;
  content: "Q";
  left: 0;
  top: 0;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .recruit_sing .qa_list .q::after {
    font-size: 20px;
  }
}
.recruit_sing .qa_list .a {
  padding-top: 30px;
  padding-left: 60px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  .recruit_sing .qa_list .a {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 25px;
  }
}
.other {
  background: #3C996D;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 818px) {
  .other {
    border-radius: 0 0 40px 40px;
  }
}
.other .inner {
  padding-top: 60px;
  padding-bottom: 65px;
}
@media screen and (max-width: 818px) {
  .other .inner {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.other .other_ttl {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 52px;
}
@media screen and (max-width: 818px) {
  .other .other_ttl {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.other .other_list {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 818px) {
  .other .other_list {
    display: block;
  }
}
.other .other_list li {
  border-radius: 20px;
  position: relative;
  width: calc(33.3333% - 33.333px);
}
@media screen and (max-width: 818px) {
  .other .other_list li {
    width: 100%;
    display: block;
  }
  .other .other_list li + li {
    margin-top: 30px;
  }
}
.other .other_list li a {
  display: block;
}
.other .other_list li .list_top {
  position: relative;
}
.other .other_list li .list_top .list_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: end;
  padding-bottom: 30px;
}
.other .other_list li .list_top .list_txt .list_ttl {
  background: #ffffff;
  width: calc(100% - 40px);
  padding: 10px 10px 10px 20px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.59;
}
@media screen and (max-width: 818px) {
  .other .other_list li .list_top .list_txt .list_ttl {
    font-size: 16px;
    padding: 5px 10px 5px 15px;
  }
}
.other .other_list li .list_top .bg {
  height: 430px;
}
@media screen and (max-width: 818px) {
  .other .other_list li .list_top .bg {
    height: 300px;
  }
}
.other .other_list li .list_top .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .other .other_list li .list_top .bg img {
    border-radius: 12px;
  }
}
.other .other_list li .list_sub {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.59;
  color: #ffffff;
  margin-top: 9px;
}
@media screen and (max-width: 818px) {
  .other .other_list li .list_sub {
    margin-top: 5px;
    font-size: 16px;
  }
}
.other .other_list li .list_sub span {
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .other .other_list li .list_sub span {
    font-size: 12px;
  }
}
.recruit_arc {
  padding-top: 40px;
}
@media screen and (max-width: 818px) {
  .recruit_arc {
    padding-top: 20px;
  }
}
.recruit_arc .re_main {
  position: relative;
}
@media screen and (max-width: 818px) {
  .recruit_arc .re_main .bg {
    padding-top: 240px;
  }
}
.recruit_arc .re_main .re_main_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit_arc .re_main .re_main_box .re_main_box_txt {
  background: #ffffff;
  width: 100%;
  max-width: 650px;
  border-radius: 0 0 50px 50px;
  padding: 50px 90px 50px 80px;
}
@media screen and (max-width: 1200px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt {
    padding: 30px 50px 30px 50px;
  }
}
@media screen and (max-width: 1040px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt {
    max-width: 500px;
  }
}
@media screen and (max-width: 818px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt {
    padding: 20px ;
    border-radius: 0 0 20px 20px;
  }
}
.recruit_arc .re_main .re_main_box .re_main_box_txt .re_ttl {
  text-align: left;
  font-family: "Kiwi Maru", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.57;
  color: #3C996D;
  margin-bottom: 57px;
}
@media screen and (max-width: 1200px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt .re_ttl {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt .re_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 818px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt .re_ttl {
    font-size: 22px;
  }
}
.recruit_arc .re_main .re_main_box .re_main_box_txt p {
  text-align: left;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2222;
}
@media screen and (max-width: 1200px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt p {
    line-height: 1.8;
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  .recruit_arc .re_main .re_main_box .re_main_box_txt p {
    line-height: 1.6;
    font-size: 14px;
  }
}
.recruit_arc .arc_other {
  background: #3C996D;
  position: relative;
  z-index: 20;
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other {
    border-radius: 0 0 40px 40px;
  }
}
.recruit_arc .arc_other .inner {
  padding-top: 63px;
  padding-bottom: 110px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.recruit_arc .arc_other .other_ttl {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Kiwi Maru", serif;
  line-height: 1.43;
  margin-bottom: 70px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_ttl {
    margin-bottom: 40px;
  }
}
.recruit_arc .arc_other .other_ttl span {
  display: block;
  font-size: 25px;
  letter-spacing: 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_ttl span {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_ttl {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.recruit_arc .arc_other .recruit_slide {
  position: relative;
}
.recruit_arc .arc_other .swiper-button-prev-recruit {
  position: absolute;
  bottom: -20px;
  right: 213px;
  width: 61px;
  height: 58px;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .swiper-button-prev-recruit {
    bottom: auto;
    top: -17px;
    right: 50px;
    width: 36px;
    height: 36px;
  }
}
.recruit_arc .arc_other .swiper-button-next-recruit {
  position: absolute;
  bottom: -20px;
  right: 130px;
  width: 61px;
  height: 58px;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .swiper-button-next-recruit {
    bottom: auto;
    top: -17px;
    right: 0;
    width: 36px;
    height: 36px;
  }
}
.recruit_arc .arc_other .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.recruit_arc .arc_other .swiper-horizontal > .swiper-pagination-bullets,
.recruit_arc .arc_other .swiper-pagination-bullets.swiper-pagination-horizontal,
.recruit_arc .arc_other .swiper-pagination-custom,
.recruit_arc .arc_other .swiper-pagination-fraction {
  margin-top: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .swiper-horizontal > .swiper-pagination-bullets,
  .recruit_arc .arc_other .swiper-pagination-bullets.swiper-pagination-horizontal,
  .recruit_arc .arc_other .swiper-pagination-custom,
  .recruit_arc .arc_other .swiper-pagination-fraction {
    margin-top: 15px;
  }
}
.recruit_arc .arc_other .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.recruit_arc .arc_other .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.recruit_arc .arc_other .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E78338;
}
.recruit_arc .arc_other .ot_t_s {
  padding-right: 8px;
  padding-bottom: 8px;
}
.recruit_arc .arc_other .ot_t_s .t_t_s_s {
  position: relative;
}
.recruit_arc .arc_other .ot_t_s .t_t_s_s::after {
  background: #A5BEB2;
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -8px;
  content: "";
  position: absolute;
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .ot_t_s .t_t_s_s::after {
    border-radius: 12px;
    bottom: -6x;
    right: -6px;
  }
}
.recruit_arc .arc_other .other_list_slide {
  position: relative;
  z-index: 50;
  padding: 5px;
  border-radius: 20px;
  background: #FCEBE0;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_list_slide {
    border-radius: 12px;
    width: 100%;
    display: block;
  }
  .recruit_arc .arc_other .other_list_slide + li {
    margin-top: 30px;
  }
}
.recruit_arc .arc_other .other_list_slide a {
  display: block;
  position: relative;
  z-index: 20;
}
.recruit_arc .arc_other .other_list_slide .list_top {
  position: relative;
}
.recruit_arc .arc_other .other_list_slide .list_top .list_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: end;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_list_slide .list_top .list_txt {
    padding-bottom: 70px;
  }
}
.recruit_arc .arc_other .other_list_slide .list_top .list_txt .list_ttl {
  background: #ffffff;
  width: calc(100% - 40px);
  padding: 10px 10px 10px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.59;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_list_slide .list_top .list_txt .list_ttl {
    font-size: 15px;
    padding: 5px 10px 5px 15px;
  }
}
.recruit_arc .arc_other .other_list_slide .list_top .bg {
  height: 430px;
}
@media screen and (min-width: 1340px) {
  .recruit_arc .arc_other .other_list_slide .list_top .bg {
    height: 530px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit_arc .arc_other .other_list_slide .list_top .bg {
    height: 580px;
  }
}
@media screen and (min-width: 1700px) {
  .recruit_arc .arc_other .other_list_slide .list_top .bg {
    height: 630px;
  }
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_list_slide .list_top .bg {
    height: 300px;
  }
}
.recruit_arc .arc_other .other_list_slide .list_top .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_list_slide .list_top .bg img {
    border-radius: 12px;
  }
}
.recruit_arc .arc_other .other_list_slide .list_sub {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 9px;
  position: absolute;
  border-radius: 20px 0 20px 0;
  background: #FBECE0;
  color: #3C996D;
  min-width: 200px;
  padding: 6px 6px 6px 28px;
  bottom: -1px;
  right: -1px;
  z-index: 50;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_list_slide .list_sub {
    margin-top: 5px;
    min-width: 160px;
    border-radius: 12px 0 12px 0;
    font-size: 16px;
  }
}
.recruit_arc .arc_other .other_list_slide .list_sub span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .arc_other .other_list_slide .list_sub span {
    font-size: 12px;
  }
}
.recruit_arc .message {
  background: #F5F5EF;
  position: relative;
}
.recruit_arc .message::after {
  position: absolute;
  content: "";
  width: 576px;
  height: 254px;
  right: 0;
  top: -30px;
  z-index: 1;
  background: url(../img/recruit/message_after01.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .recruit_arc .message::after {
    width: 250px;
    height: 110px;
    top: -20px;
  }
}
.recruit_arc .message::before {
  position: absolute;
  content: "";
  width: 366px;
  height: 163px;
  left: 0;
  bottom: 232px;
  z-index: 1;
  background: url(../img/recruit/message_after02.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .recruit_arc .message::before {
    width: 160px;
    height: 71px;
    bottom: 97px;
  }
}
.recruit_arc .message .inner {
  padding-top: 70px;
  padding-bottom: 270px;
  max-width: 690px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .recruit_arc .message .inner {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.recruit_arc .message .m_ttl {
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  color: #3C996D;
  line-height: 1.46;
  margin-bottom: 32px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .message .m_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.recruit_arc .message p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.75;
}
@media screen and (max-width: 818px) {
  .recruit_arc .message p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.recruit_arc .message .r_txt {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .recruit_arc .message .r_txt {
    font-size: 14px;
  }
}
.recruit_arc .jinbu {
  background: #F4E4B0;
  border-radius: 0 200px 0 0;
  position: relative;
  z-index: 10;
  margin-top: -200px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu {
    margin-top: -80px;
    border-radius: 0 80px 0 0;
  }
}
.recruit_arc .jinbu .inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.recruit_arc .jinbu .jinbu_list {
  display: flex;
  column-gap: 5px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .jinbu_list {
    display: block;
  }
}
.recruit_arc .jinbu .jinbu_list li {
  border-radius: 20px;
  background: #ffffff;
  padding: 76px 30px 38px 30px;
  width: calc(33.333% - 3.3333px);
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .jinbu_list li {
    width: 100%;
    padding: 36px 20px 28px 20px;
  }
  .recruit_arc .jinbu .jinbu_list li + li {
    margin-top: 5px;
  }
}
.recruit_arc .jinbu .jinbu_list li .txt {
  margin-top: 60px;
  font-size: 25px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.44;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .jinbu_list li .txt {
    margin-top: 20px;
    font-size: 18px;
  }
}
.recruit_arc .jinbu .jinbu_maintxt {
  text-align: center;
  margin-top: 50px;
  font-family: "Kiwi Maru", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.045;
  color: #3C996D;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .jinbu_maintxt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.recruit_arc .jinbu .h2_ttl {
  margin: auto;
  font-size: 46px;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
  padding-top: 60px;
  line-height: 1.43;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .h2_ttl {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 25px;
    padding-top: 57px;
  }
}
.recruit_arc .jinbu .h2_ttl span {
  font-size: 25px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .h2_ttl span {
    font-size: 18px;
  }
}
.recruit_arc .jinbu .h2_ttl::after {
  position: absolute;
  content: "";
  width: 71px;
  height: 60px;
  left: calc(50% - 35.5px);
  top: 0;
  z-index: 1;
  background: url(../img/common/h2_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .recruit_arc .jinbu .h2_ttl::after {
    width: 57px;
    height: 49px;
    left: calc(50% - 28.5px);
  }
}
.recruit_arc .other {
  position: relative;
  z-index: 10;
}
.recruit_arc .boyo {
  margin-top: -120px;
  background: #F5F5EF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 818px) {
  .recruit_arc .boyo {
    margin-top: -40px;
  }
}
.recruit_arc .boyo .inner {
  max-width: 980px;
  padding-top: 195px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .boyo .inner {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
.recruit_arc .boyo .boyo_ttl {
  font-family: "Kiwi Maru", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.434;
  color: #3C996D;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .recruit_arc .boyo .boyo_ttl {
    font-size: 28px;
  }
}
.recruit_arc .boyo .boyo_txt {
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #3C996D;
  font-size: 25px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.1;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  margin-top: 45px;
}
@media screen and (max-width: 818px) {
  .recruit_arc .boyo .boyo_txt {
    margin-top: 25px;
    padding: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.recruit_arc .boyo ul li + li {
  margin-top: 20px;
}
.recruit_arc .boyo ul dl {
  font-size: 20px;
  display: flex;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  border-bottom: 1px solid #3C996D;
}
@media screen and (max-width: 818px) {
  .recruit_arc .boyo ul dl {
    font-size: 15px;
  }
}
.recruit_arc .boyo ul dl dt {
  padding-bottom: 20px;
  width: 160px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 818px) {
  .recruit_arc .boyo ul dl dt {
    padding-bottom: 15px;
    width: 120px;
  }
}
.recruit_arc .boyo ul dl dt::after {
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #3C996D;
}
.recruit_arc .boyo ul dl dd {
  width: calc(100% - 160px);
  padding-bottom: 20px;
  padding-left: 50px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 818px) {
  .recruit_arc .boyo ul dl dd {
    padding-bottom: 15px;
    width: calc(100% - 120px);
    padding-left: 10px;
  }
}
.recruit_arc #footer {
  padding-top: 0 !important;
}
.recruit_arc #footer .fb_top {
  margin-top: 0 !important;
}
.other_slide .inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.other_slide .recruit_slide {
  position: relative;
}
.other_slide .swiper-button-prev-recruit {
  position: absolute;
  bottom: -20px;
  right: 213px;
  width: 61px;
  height: 58px;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .other_slide .swiper-button-prev-recruit {
    bottom: auto;
    top: -17px;
    right: 50px;
    width: 36px;
    height: 36px;
  }
}
.other_slide .swiper-button-next-recruit {
  position: absolute;
  bottom: -20px;
  right: 130px;
  width: 61px;
  height: 58px;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .other_slide .swiper-button-next-recruit {
    bottom: auto;
    top: -17px;
    right: 0;
    width: 36px;
    height: 36px;
  }
}
.other_slide .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 818px) {
  .other_slide .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.other_slide .swiper-horizontal > .swiper-pagination-bullets,
.other_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.other_slide .swiper-pagination-custom,
.other_slide .swiper-pagination-fraction {
  margin-top: 40px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 818px) {
  .other_slide .swiper-horizontal > .swiper-pagination-bullets,
  .other_slide .swiper-pagination-bullets.swiper-pagination-horizontal,
  .other_slide .swiper-pagination-custom,
  .other_slide .swiper-pagination-fraction {
    margin-top: 15px;
  }
}
.other_slide .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.other_slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.other_slide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E78338;
}
.other_slide .ot_t_s {
  padding-right: 8px;
  padding-bottom: 8px;
}
.other_slide .ot_t_s .t_t_s_s {
  position: relative;
}
.other_slide .ot_t_s .t_t_s_s::after {
  background: #A5BEB2;
  width: 100%;
  height: 100%;
  bottom: -8px;
  right: -8px;
  content: "";
  position: absolute;
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .other_slide .ot_t_s .t_t_s_s::after {
    border-radius: 12px;
    bottom: -6x;
    right: -6px;
  }
}
.other_slide .other_list_slide {
  position: relative;
  z-index: 50;
  padding: 5px;
  border-radius: 20px;
  background: #FCEBE0;
}
@media screen and (max-width: 818px) {
  .other_slide .other_list_slide {
    border-radius: 12px;
    width: 100%;
    display: block;
  }
  .other_slide .other_list_slide + li {
    margin-top: 30px;
  }
}
.other_slide .other_list_slide a {
  display: block;
  position: relative;
  z-index: 20;
}
.other_slide .other_list_slide .list_top {
  position: relative;
}
.other_slide .other_list_slide .list_top .list_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: end;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .other_slide .other_list_slide .list_top .list_txt {
    padding-bottom: 70px;
  }
}
.other_slide .other_list_slide .list_top .list_txt .list_ttl {
  background: #ffffff;
  width: calc(100% - 40px);
  padding: 10px 10px 10px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.59;
}
@media screen and (max-width: 818px) {
  .other_slide .other_list_slide .list_top .list_txt .list_ttl {
    font-size: 15px;
    padding: 5px 10px 5px 15px;
  }
}
.other_slide .other_list_slide .list_top .bg {
  height: 430px;
}
@media screen and (min-width: 1340px) {
  .other_slide .other_list_slide .list_top .bg {
    height: 530px;
  }
}
@media screen and (min-width: 1600px) {
  .other_slide .other_list_slide .list_top .bg {
    height: 580px;
  }
}
@media screen and (min-width: 1700px) {
  .other_slide .other_list_slide .list_top .bg {
    height: 630px;
  }
}
@media screen and (max-width: 818px) {
  .other_slide .other_list_slide .list_top .bg {
    height: 300px;
  }
}
.other_slide .other_list_slide .list_top .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .other_slide .other_list_slide .list_top .bg img {
    border-radius: 12px;
  }
}
.other_slide .other_list_slide .list_sub {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 9px;
  position: absolute;
  border-radius: 20px 0 20px 0;
  background: #FBECE0;
  color: #3C996D;
  min-width: 200px;
  padding: 6px 6px 6px 28px;
  bottom: -1px;
  right: -1px;
  z-index: 50;
}
@media screen and (max-width: 818px) {
  .other_slide .other_list_slide .list_sub {
    margin-top: 5px;
    min-width: 160px;
    border-radius: 12px 0 12px 0;
    font-size: 16px;
  }
}
.other_slide .other_list_slide .list_sub span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .other_slide .other_list_slide .list_sub span {
    font-size: 12px;
  }
}
