@charset "UTF-8";
* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  scroll-behavior: smooth;
  font-weight: 500;
  text-decoration: none;
}

body {
  background-color: #fcf5e9;
  z-index: -3;
}

@media screen and (min-width: 751px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 20px;
  }

  section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .wrap {
    width: 1100px;
  }

  .sp {
    display: none !important;
  }

  .rdmr {
    color: #057b3f;
    padding: 8px 20px;
    border: #057b3f solid 1px;
    border-radius: 35px;
  }

  .h-back-img-l-green {
    top: 0;
    width: 596px;
    height: 465px;
    position: absolute;
    left: 0;
    z-index: -2;
  }

  .h-back-img-r-beige {
    top: 285px;
    width: 213px;
    height: 281px;
    position: absolute;
    right: 0;
    z-index: -2;
  }

  #header:not(.toppage) {
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header:not(.toppage) .h-logo {
    width: 425px;
    height: 65px;
    margin: 17px 0 13px 30px;
  }
  #header:not(.toppage) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 10px 40px 0;
  }
  #header:not(.toppage) li {
    list-style: none;
    margin-right: 10px;
    text-align: center;
    text-wrap: nowrap;
    padding: 17px 3px 17px 0;
  }
  #header:not(.toppage) .h-inquiry {
    background-color: #057b40;
    border-radius: 35px;
    color: #ffffff;
    padding: 1vw 1.72vw;
    white-space: nowrap;
  }
  #header:not(.toppage) .sp-h-menu {
    display: none;
  }

  #footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .ftr_mn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #057b3f;
    padding: 37px 0;
  }
  #footer .ftr_mn .wrap {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .ftr_mn .wrap .siterule .distinction:after {
    content: "｜";
    margin-left: 4px;
  }
  #footer .ftr_mn .wrap .siterule a {
    color: #ffffff;
  }
  #footer .ftr_mn .wrap address {
    color: #ffffff;
  }

  .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 43px;
  }
  .page-title hgroup {
    width: 100%;
  }
  .page-title hgroup h4 {
    color: #ffffff;
    font-size: 25px;
  }
  .page-title hgroup h2 {
    color: #ffffff;
    font-size: 40px;
  }
  .page-title .breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-title .breadcrumb li {
    position: relative;
    font-size: 14px;
    margin-top: 43px;
    margin-right: 32px;
    color: #ffffff;
  }
  .page-title .breadcrumb a {
    font-size: 14px;
    color: #ffffff;
  }
  .page-title .breadcrumb .arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: -23px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
  }

  .cmn-recruit-bg-img {
    width: 628px;
    height: 204px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
  }

  .cmn-recruit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 71px;
  }
  .cmn-recruit .rct-img {
    width: 930px;
    height: 381px;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .cmn-recruit .rct-cont {
    width: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 40px;
    margin-top: 300px;
    margin-right: 170px;
    background-color: #ffffff;
    border-radius: 38px;
    z-index: 0;
  }
  .cmn-recruit .rct-cont .rct-title {
    width: 135px;
    margin-right: 127px;
  }
  .cmn-recruit .rct-cont .rct-title h3 {
    width: 135px;
    font-size: 30px;
    font-weight: bold;
  }
  .cmn-recruit .rct-cont .rct-title h4 {
    font-size: 20px;
    color: #057b40;
    font-family: "Outfit", sans-serif;
    margin-bottom: 60px;
  }
  .cmn-recruit .rct-cont .rct-content {
    width: 100%;
  }
  .cmn-recruit .rct-cont .rct-content h6 {
    line-height: 175%;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .cmn-recruit .rct-cont .rct-content p {
    line-height: 175%;
  }

  .cmn-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 29px 0;
  }
  .cmn-contact img {
    width: 212px;
    height: 205px;
  }
  .cmn-contact .gdn {
    width: 465px;
    margin-left: 50px;
    margin-right: 80px;
    padding-top: 36px;
    padding-bottom: 29px;
    text-align: center;
    background-color: #eeffe6;
    border-radius: 40px;
  }
  .cmn-contact .gdn h3 {
    font-weight: bold;
    line-height: 100%;
  }
  .cmn-contact .gdn h4 {
    color: #057b40;
    font-family: "Outfit", sans-serif;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .cmn-contact .gdn a {
    margin: 17px auto 0px auto;
    display: table;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 18px;
    border: #057b3f solid 1px;
    border-radius: 35px;
    background-color: #057b3f;
  }

  .cmn-about-us {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 29px 0 59px 0;
  }
  .cmn-about-us .abus-rdmr {
    width: 360px;
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 15px 33px 33px;
    background-color: #ffffff;
    border-radius: 40px;
  }
  .cmn-about-us .abus-rdmr .abus-content h5 {
    font-weight: bold;
  }
  .cmn-about-us .abus-rdmr .abus-content h6 {
    font-size: 16px;
    font-weight: bold;
    color: #057b40;
    margin-bottom: 72px;
  }
  .cmn-about-us .abus-rdmr .logo1 {
    height: 130px;
  }
  .cmn-about-us .abus-rdmr .rsn2 {
    height: 100%;
  }
  .cmn-about-us .abus-rdmr .prg3 {
    height: 100%;
  }

  .tps-bg {
    width: 1026px;
    height: 83px;
    position: absolute;
    top: -35px;
    left: 20px;
  }
  #recinf-qa .wrap .details summary::-webkit-details-marker {
	display:none;
  }
  #comp-contact {
    background-color: #ffffff;
  }

  #nsdtl-contact {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1100px) {
  #nsdtl-recruit .wrap {
    width: 100%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-img {
    width: 80%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont {
    margin-right: 20%;
  }

  #nsdtl-contact {
    background-color: #ffffff;
  }
  #nsdtl-contact .wrap {
    width: 100%;
  }
  #nsdtl-contact .wrap .cmn-contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nsdtl-contact .wrap .cmn-contact .gdn {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  #recinf-qa details summary::-webkit-details-marker {
    display: none;
  }
	
  #header:not(.toppage) {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  #header:not(.toppage) .h-logo {
    width: 425px;
    height: 65px;
    margin: 18px 0 19px 30px;
  }
  #header:not(.toppage) .sp-h-menu {
    margin: 9px 30px 5px 0;
  }
  #header:not(.toppage) .sp-h-menu-btn {
    width: 63px;
    height: 63px;
  }
  #header:not(.toppage) p {
    font-size: 18px;
    color: #057b40;
    text-align: center;
  }
  #header:not(.toppage) nav {
    display: none;
  }

  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 32px;
    position: fixed;
    z-index: 1;
  }
  #header .sp-h-menu-btn {
    margin-left: 20%;
  }
  #header .sp-h-menu-btn .hdr-top {
    text-align: center;
  }
  #header .sp-h-menu-btn .hdr-top img {
    width: 64px;
    height: 64px;
  }
  #header .sp-h-menu-btn .hdr-top p {
    color: #057b3f;
    line-height: 150%;
    white-space: nowrap;
  }
  #header #sp_menu_bg {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 4;
    top: 0;
  }
  #header #sp_menu_bg .sp_menu {
    background-color: #ffffff;
    width: 90%;
    height: 90%;
    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;
    border-radius: 20px;
    position: relative;
  }
  #header #sp_menu_bg .sp_menu .cls_crcl {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    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;
    background-color: #057b40;
    color: #ffffff;
    text-align: center;
    font-size: 2.5rem;
    position: absolute;
    top: -30px;
    right: 38px;
  }
  #header #sp_menu_bg .sp_menu ul {
    width: 80%;
  }
  #header #sp_menu_bg .sp_menu ul li {
    border-top: #515151 solid 1px;
    padding: 30px 20px;
  }
  #header #sp_menu_bg .sp_menu ul li a:hover {
    color: rgba(51, 51, 51, 0.5);
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg {
    text-align: center;
    padding-top: 60px;
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg a {
    background-color: #057b40;
    color: #ffffff;
    padding: 25px 23vw;
    white-space: nowrap;
  }

  .h-back-img-l-green {
    top: 0;
    width: 565px;
    height: 385px;
    position: absolute;
    left: 0;
    z-index: -2;
  }

  #footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .ftr_ttl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .ftr_mn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #057b3f;
    padding: 54px 0;
  }
  #footer .ftr_mn .wrap {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .ftr_mn .wrap .siterule {
    margin-bottom: 34px;
  }
  #footer .ftr_mn .wrap .siterule .distinction:after {
    content: "｜";
    margin-left: 4px;
  }
  #footer .ftr_mn .wrap .siterule a {
    color: #ffffff;
  }
  #footer .ftr_mn .wrap address {
    color: #ffffff;
  }

  .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 103px;
  }
  .page-title hgroup {
    width: 100%;
  }
  .page-title hgroup h4 {
    color: #ffffff;
    font-size: 20px;
  }
  .page-title hgroup h2 {
    color: #ffffff;
    font-size: 40px;
  }
  .page-title .breadcrumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-title .breadcrumb li {
    position: relative;
    margin-top: 33px;
    margin-right: 32px;
    color: #ffffff;
  }
  .page-title .breadcrumb a {
    color: #ffffff;
  }
  .page-title .breadcrumb .arrow:before {
    display: block;
    content: "";
    position: absolute;
    top: 9px;
    left: -25px;
    height: 9px;
    width: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
  }

  #recinf-qa .wrap .details summary::-webkit-details-marker {
	display:none;
  }

  #nsdtl-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nsdtl-recruit .wrap .cmn-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-img {
    width: 100%;
    height: 283px;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont {
    padding: 45px 40px;
    margin-top: -30px;
    margin-right: 0;
    margin-left: 55px;
    background-color: #ffffff;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-title {
    width: 100%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-title h3 {
    font-size: 30px;
    font-weight: bold;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-title h4 {
    font-size: 25px;
    color: #057b40;
    font-family: "Outfit", sans-serif;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-content {
    width: 100%;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-content h6 {
    line-height: 200%;
    font-size: 20px;
    font-weight: bold;
  }
  #nsdtl-recruit .wrap .cmn-recruit .rct-cont .rct-content p {
    line-height: 225%;
  }

  #nsdtl-contact {
    background-color: #ffffff;
  }

  #comp-contact {
    background-color: #ffffff;
  }

  .cmn-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 52px 30px 134px 30px;
  }
  .cmn-contact img {
    width: 212px;
    height: 205px;
    margin-top: -25px;
  }
  .cmn-contact .gdn {
    width: 100%;
    padding: 56px 10%;
    text-align: center;
    background-color: #eeffe6;
    border-radius: 40px;
  }
  .cmn-contact .gdn h3 {
    font-size: 35px;
    font-weight: bold;
    line-height: 100%;
  }
  .cmn-contact .gdn h4 {
    font-size: 25px;
    color: #057b40;
    font-family: "Outfit", sans-serif;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .cmn-contact .gdn a {
    width: 100%;
    margin: 30px auto 0px auto;
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 19px 20px;
    border: #057b3f solid 1px;
    border-radius: 42px;
    background-color: #057b3f;
  }
}
h4 {
  color: #057b40;
  font-weight: bold;
  font-size: 28px;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }

  #recinf-title {
    margin-bottom: 175px;
  }

  #recinf-message {
    margin-bottom: 41px;
  }
  #recinf-message .tps-message {
    width: 100%;
    background-color: #eeffe6;
    border-radius: 30px;
    padding: 40px 100px;
    text-align: center;
  }
  #recinf-message .tps-message h1 {
    font-size: 67px;
    line-height: 150px;
  }
  #recinf-message .tps-message h4 {
    text-align: center;
  }
  #recinf-message .tps-message p {
    font-size: 18px;
    line-height: 250%;
  }
  #recinf-message .tps-message .mes-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  #recinf-know {
    margin-bottom: 78px;
  }
  #recinf-know .tps-know h4 {
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  #recinf-know .tps-know .know-bg-main {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: -450px;
    position: relative;
    z-index: 2;
  }
  #recinf-know .tps-know .know-bg-main img {
    margin: 0 auto;
  }
  #recinf-know .tps-know .know-bg-bottom {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }
  #recinf-know .tps-know .know-bg-bottom img {
    margin-left: 25px;
  }
  #recinf-know .tps-know .kn-abus {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto 0px auto;
    position: relative;
    z-index: 3;
  }
  #recinf-know .tps-know .kn-abus .kn-cont {
    width: 270px;
    height: 290px;
    border-radius: 20px;
    overflow: hidden;
  }
  #recinf-know .tps-know .kn-abus .kn-cont .kn-img {
    width: 270px;
    height: 205px;
    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;
    background-color: #d9eee4;
  }
  #recinf-know .tps-know .kn-abus .kn-cont .kn-img .vision {
    width: 157px;
  }
  #recinf-know .tps-know .kn-abus .kn-cont .kn-img .business {
    width: 175px;
  }
  #recinf-know .tps-know .kn-abus .kn-cont .kn-img .company {
    width: 115px;
  }
  #recinf-know .tps-know .kn-abus .kn-cont .kn-what {
    width: 270px;
    height: 85px;
    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;
    background-color: #ffffff;
    color: #057b40;
    font-weight: bold;
  }

  #recinf-emp-vo {
    margin-bottom: 60px;
    position: relative;
  }
  #recinf-emp-vo .comp-voice-bg {
    width: 926px;
    height: 682px;
    position: absolute;
    right: 0;
    top: -80px;
    overflow-x: hidden;
  }
  #recinf-emp-vo .comp-voice-bg img {
    position: absolute;
    left: 100px;
  }
  #recinf-emp-vo .tps-comp-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #recinf-emp-vo .tps-comp-voice .desc {
    position: relative;
    z-index: 2;
  }
  #recinf-emp-vo .tps-comp-voice .desc h4 {
    margin-bottom: 30px;
  }
  #recinf-emp-vo .tps-comp-voice .desc .rdmr {
    display: inline-block;
    margin-top: 50px;
  }
  #recinf-emp-vo .tps-comp-voice img {
    position: relative;
    z-index: 2;
  }

  #recinf-job-desc {
    margin-bottom: 30px;
  }
  #recinf-job-desc .tps-job-description {
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 72px 50px 49px 50px;
  }
  #recinf-job-desc .tps-job-description h4 {
    text-align: center;
  }
  #recinf-job-desc .tps-job-description h5 {
    color: #057b40;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
  }
  #recinf-job-desc .tps-job-description .rec-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 10px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #recinf-job-desc .tps-job-description .rec-flow .item {
    width: 165px;
    height: 165px;
    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;
    background-color: #057b3f;
    border-radius: 20px;
    text-align: center;
    position: relative;
  }
  #recinf-job-desc .tps-job-description .rec-flow .item p {
    color: #ffffff;
    font-weight: bold;
  }
  #recinf-job-desc .tps-job-description .rec-flow .item p.step {
    position: absolute;
    top: -18px;
    color: #057b40;
    padding: 5px 20px;
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px #057b40 solid;
  }
  #recinf-job-desc .tps-job-description a {
    display: inline-block;
    margin-top: 30px;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 21px;
    background-color: #057b3f;
  }

  #recinf-benefit {
    margin-bottom: 84px;
  }
  #recinf-benefit .tps-benefits {
    width: 100%;
    display: -ms-grid;
    display: grid;
    padding: 55px 41px;
    background-color: #ffffff;
    border-radius: 30px;
  }
  #recinf-benefit .tps-benefits h6 {
    font-weight: bold;
  }
  #recinf-benefit .tps-benefits h4 {
    width: 185px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  #recinf-benefit .tps-benefits .item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-bottom: 20px;
  }
  #recinf-benefit .tps-benefits .item2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-bottom: 20px;
  }
  #recinf-benefit .tps-benefits .item3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  #recinf-benefit .tps-benefits .item4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  #recinf-benefit .tps-benefits .bf-contents {
    margin-left: 20px;
  }

  #recinf-comp-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 90px;
  }
  #recinf-comp-view .cp-vw-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #recinf-comp-view .cp-vw-img img {
    width: 95%;
  }
  #recinf-comp-view .img-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
  }
  #recinf-comp-view .img-nav img {
    width: 51px;
    height: 51px;
  }
  #recinf-comp-view .img-nav .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  #recinf-qa {
    position: relative;
    padding-bottom: 80px;
  }
  #recinf-qa details dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  #recinf-qa details dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 6%;
    color: #333333;
    font-size: 28px;
    text-align: center;
  }
  #recinf-qa details dl dt {
    width: 94%;
  }
  #recinf-qa details dl dt p {
    padding-right: 95px;
  }
  #recinf-qa details summary {
    list-style: none;
  }
  #recinf-qa details summary::-webkit-details-marker {
    display: none;
  }
  #recinf-qa details summary dl {
    width: 100%;
    margin: 35px 0;
    height: 51px;
  }
  #recinf-qa details summary dl dd {
    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;
    height: 51px;
    color: #057b40;
  }
  #recinf-qa details summary dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 51px;
    background-image: url("/imgs/rcrpg_icon1.webp");
    background-size: 51px;
    background-repeat: no-repeat;
    background-position: right;
  }
  #recinf-qa details[open] summary dt {
    background-image: url("/imgs/rcrpg_icon2.webp");
  }

  #recinf-contact {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  #recinf-title {
    margin-top: 120px;
    margin-bottom: 55px;
  }
  #recinf-title .wrap {
    padding: 0 30px;
  }

  #recinf-message {
    margin-bottom: 30px;
  }
  #recinf-message .wrap {
    padding: 0 30px;
  }
  #recinf-message .tps-message {
    width: 100%;
    background-color: #eeffe6;
    border-radius: 30px;
    padding: 53px 23px;
  }
  #recinf-message .tps-message h1 {
    font-size: 67px;
    font-weight: bold;
    line-height: 150px;
    text-align: center;
  }
  #recinf-message .tps-message h4 {
    text-align: center;
  }
  #recinf-message .tps-message p {
    font-size: 18px;
    line-height: 250%;
  }
  #recinf-message .tps-message .mes-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  #recinf-know {
    margin-bottom: 60px;
    background-image: url(/imgs/rcrpg_bg2_sp.webp);
    background-repeat: no-repeat;
  }
  #recinf-know .wrap {
    padding: 0 30px;
  }
  #recinf-know .tps-know {
    padding-top: 139px;
    padding-bottom: 57px;
  }
  #recinf-know .tps-know h4 {
    margin-bottom: 40px;
    color: #ffffff;
    text-align: center;
  }
  #recinf-know .tps-know .kn-abus .kn-cont {
    width: 100%;
    height: 580px;
    margin-bottom: 50px;
    border-radius: 50px;
    overflow: hidden;
  }
  #recinf-know .tps-know .kn-abus .kn-cont .kn-img {
    height: 455px;
    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;
    background-color: #d9eee4;
  }
  #recinf-know .tps-know .kn-abus .kn-cont a.kn-what {
    height: 125px;
    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;
    background-color: #ffffff;
    color: #057b40;
    font-weight: bold;
  }

  #recinf-emp-vo {
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
  }
  #recinf-emp-vo .wrap {
    padding: 0 30px;
  }
  #recinf-emp-vo .comp-voice-bg {
    height: 682px;
    position: absolute;
    z-index: 1;
    top: 180px;
  }
  #recinf-emp-vo .comp-voice-bg img {
    height: 682px;
    -o-object-fit: none;
    object-fit: none;
  }
  #recinf-emp-vo .tps-comp-voice {
    position: relative;
    z-index: 2;
  }
  #recinf-emp-vo .tps-comp-voice .desc {
    margin-bottom: 30px;
  }
  #recinf-emp-vo .tps-comp-voice .desc h4 {
    margin-bottom: 30px;
  }
  #recinf-emp-vo .tps-comp-voice .desc a {
    display: inline-block;
    color: #057b40;
    margin-top: 50px;
    padding: 10px 30px;
    border: 1px #057b40 solid;
    border-radius: 23px;
  }

  #recinf-job-desc {
    margin-bottom: 30px;
  }
  #recinf-job-desc .wrap {
    padding: 0 30px;
  }
  #recinf-job-desc .tps-job-description {
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 43px 23px 50px 23px;
  }
  #recinf-job-desc .tps-job-description h4 {
    text-align: center;
  }
  #recinf-job-desc .tps-job-description h5 {
    color: #057b40;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
  }
  #recinf-job-desc .tps-job-description .rec-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 38px 14px;
    margin-bottom: 50px;
    padding-top: 20px;
  }
  #recinf-job-desc .tps-job-description .rec-flow .item {
    width: 205px;
    height: 205px;
    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;
    background-color: #057b3f;
    border-radius: 30px;
    text-align: center;
    position: relative;
  }
  #recinf-job-desc .tps-job-description .rec-flow .item p {
    color: #ffffff;
    font-weight: bold;
  }
  #recinf-job-desc .tps-job-description .rec-flow .item p.step {
    position: absolute;
    top: -16px;
    color: #057b40;
    font-size: 14px;
    padding: 5px 20px;
    background-color: #ffffff;
    border-radius: 18px;
    border: 1px #057b40 solid;
  }
  #recinf-job-desc .tps-job-description a {
    display: block;
    margin: 30px 50px 0px 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 28px 155px;
    border-radius: 48px;
    background-color: #057b3f;
  }

  #recinf-benefit {
    margin-bottom: 40px;
  }
  #recinf-benefit .wrap {
    padding: 0 30px;
  }
  #recinf-benefit .tps-benefits {
    padding: 38px 23px;
    background-color: #ffffff;
    border-radius: 30px;
  }
  #recinf-benefit .tps-benefits h6 {
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 10px 0;
  }

  #recinf-comp-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 40px;
  }
  #recinf-comp-view h4 {
    padding: 0 30px;
    text-align: center;
  }
  #recinf-comp-view .cp-vw-img {
    width: 100%;
    height: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 0 30px;
  }
  #recinf-comp-view .cp-vw-img img {
    width: 690px;
    height: 660px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  #recinf-comp-view .img-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-right: 30px;
  }
  #recinf-comp-view .img-nav img {
    width: 51px;
    height: 51px;
  }
  #recinf-comp-view .img-nav .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  #recinf-qa {
    position: relative;
    padding-bottom: 80px;
  }
  #recinf-qa .wrap {
    padding: 0 30px;
  }
  #recinf-qa h4 {
    margin-bottom: 49px;
  }
  #recinf-qa details dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  #recinf-qa details dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 8%;
    color: #333333;
    font-size: 28px;
    text-align: center;
  }
  #recinf-qa details dl dt {
    width: 92%;
    padding-left: 30px;
  }
  #recinf-qa details summary {
    list-style: none;
  }
  #recinf-qa details summary dl {
    width: 100%;
    margin: 20px 0;
    height: 51px;
  }
  #recinf-qa details summary dl dd {
    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;
    height: 51px;
    color: #057b40;
  }
  #recinf-qa details summary dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    height: 51px;
    background-image: url("/imgs/rcrpg_icon1_sp.webp");
    background-size: 51px;
    background-repeat: no-repeat;
    background-position: right;
  }
  #recinf-qa details[open] summary dt {
    background-image: url("/imgs/rcrpg_icon2_sp.webp");
  }

  #recinf-contact {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 390px) {
  h3{
    font-size: 21px;
  }
  #header{
    padding: 6px 26px;
  }
  #header a{
    display: flex;
    align-items: center;
  }
  #header .sp-h-menu-btn{
    margin-left: 8%;
  }
  #header:not(.toppage) .h-logo{
    margin: 18px 0 15px 0px;
  }
  .page-title hgroup h2{
    font-size: 33px;
  }
  .h-back-img-l-green{
    top: -30px;
    width: 328px;
    height: 350px;
  }
  #recinf-message .tps-message h1{
    font-size: 44px;
  }
  #recinf-emp-vo .comp-voice-bg img {
    object-fit: contain;
    height: 395px;
    width: 457px;
  }
  #recinf-job-desc .tps-job-description .rec-flow{
    margin-left: 46px;
  }
  #recinf-job-desc .tps-job-description a{
    margin: 30px 35px 0px 35px;
    padding: 20px 10px;
  }
  .cmn-contact .gdn a{
    font-size: 18px;
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg a{
    padding: 25px 19vw;
  }
  .page-title .breadcrumb li{
    margin-right: 29px;
  }
  .page-title .breadcrumb li:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 440px) {
  h3{
    font-size: 21px;
  }
  #header{
    padding: 6px 26px;
  }
  #header a{
    display: flex;
    align-items: center;
  }
  #header .sp-h-menu-btn{
    margin-left: 8%;
  }
  #header:not(.toppage) .h-logo{
    margin: 18px 0 15px 0px;
  }
  .page-title hgroup h2{
    font-size: 33px;
  }
  .h-back-img-l-green{
    top: -30px;
    width: 328px;
    height: 350px;
  }
  #recinf-message .tps-message h1{
    font-size: 44px;
  }
  #recinf-emp-vo .comp-voice-bg img {
    object-fit: contain;
    height: 395px;
    width: 457px;
  }
  #recinf-job-desc .tps-job-description .rec-flow{
    margin-left: 46px;
  }
  #recinf-job-desc .tps-job-description a{
    margin: 30px 35px 0px 35px;
    padding: 20px 10px;
  }
  .cmn-contact .gdn a{
    font-size: 18px;
  }
  #header #sp_menu_bg .sp_menu ul .h-menu-bg a{
    padding: 25px 19vw;
  }
  .page-title .breadcrumb li{
    margin-right: 29px;
  }
  .page-title .breadcrumb li:last-child{
    margin-right: 0;
  }
}