@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%;
  }
  #entry-form form .wrap .job-type .decoration-jod {
    position: relative;
    width: 80%;
  }
  #entry-form form .wrap .job-type .decoration-jod:after {
    pointer-events: none;
    position: absolute;
    top: 28%;
    left: 43%;
    content: "v";
  }
  #entry-form form .wrap .prefectures .decoration-pref {
    position: relative;
    width: 80%;
  }
  #entry-form form .wrap .prefectures .decoration-pref:after {
    pointer-events: none;
    position: absolute;
    top: 28%;
    left: 28%;
    content: "v";
  }
  .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;
  }

  #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;
  }

  #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;
  }
  #entry-form form .wrap .job-type .decoration-jod {
    position: relative;
  }
  #entry-form form .wrap .job-type .decoration-jod:after {
    pointer-events: none;
    position: absolute;
    top: 28%;
    left: 97%;
    content: "v";
  }

  #entry-form form .wrap .job-type select {
    -webkit-appearance: none;
    appearance: none;
  }

  #entry-form form .wrap .prefectures .decoration-pref {
    position: relative;
  }
  #entry-form form .wrap .prefectures .decoration-pref:after {
    pointer-events: none;
    position: absolute;
    top: 28%;
    left: 97%;
    content: "v";
  }

  #entry-form form .wrap .prefectures select {
    -webkit-appearance: none;
    appearance: none;
  }
  #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;
  }
  #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;
  }
}
@media screen and (min-width: 751px) {
  #entry-info {
    margin-top: 134px;
    margin-bottom: 24px;
  }
  #entry-info .wrap p {
    margin-bottom: 20px;
  }
  #entry-info .wrap .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  #entry-info .wrap .switch .switch-button {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-radius: 30px 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #entry-info .wrap .switch .on-button {
    background-color: #057b3f;
    color: #ffffff;
  }
  #entry-info .wrap .switch .off-button {
    border: #057b3f solid 1px;
    color: #057b3f;
  }
  #entry-info .wrap .input-scene {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #entry-info .wrap .input-scene div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
  }
  #entry-info .wrap .input-scene div span {
    background-color: #057b3f;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    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;
  }
  #entry-info .wrap .input-scene div span P {
    color: #ffffff;
    margin-bottom: 0;
  }
  #entry-info .wrap .input-scene div p {
    color: #057b3f;
  }
  #entry-info .wrap .input-scene .unfinished span {
    background-color: #fcf5e9;
    border: 1px solid #000000;
    color: #000000;
  }
  #entry-info .wrap .input-scene .unfinished p {
    color: #000000;
  }
  #entry-info .wrap .input-scene hr {
    border-color: #057b3f;
    margin-top: 21px;
    width: 30%;
  }

  #entry-form form {
    margin-bottom: 24px;
    width: 1100px;
  }
  #entry-form form .wrap div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #entry-form form .wrap div h5 {
    padding: 11px 26px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
  }
  #entry-form form .wrap div input {
    border-radius: 8px;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .job-type .title-name {
    width: 155px;
    white-space: nowrap;
  }
  #entry-form form .wrap .job-type h5 {
    margin-right: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .job-type select {
	-webkit-appearance: none;
    appearance: none;
    width: 45%;
    height: 60px;
    border-radius: 8px;
    margin-right: 27%;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .error {
    width: 100vh;
    color: #cc3333;
    margin-left: 260px;
  }
  #entry-form form .wrap .name .title-name {
    width: 157px;
    white-space: nowrap;
  }
  #entry-form form .wrap .name h5 {
    margin-right: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .name input {
    width: 80%;
    height: 60px;
  }
  #entry-form form .wrap .name-kana .title-name {
    width: 157px;
    white-space: nowrap;
  }
  #entry-form form .wrap .name-kana h5 {
    margin-right: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .name-kana input {
    width: 80%;
    height: 60px;
  }
  #entry-form form .wrap .birth-day {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #entry-form form .wrap .birth-day .title-name {
    width: 151px;
    white-space: nowrap;
  }
  #entry-form form .wrap .birth-day .post {
    margin: 0 1%;
  }
  #entry-form form .wrap .birth-day h5 {
    margin-right: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .birth-day input {
    width: 45%;
    height: 60px;
  }
  #entry-form form .wrap .mail .title-name {
    width: 151px;
    white-space: nowrap;
  }
  #entry-form form .wrap .mail h5 {
    margin-right: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .mail input {
    width: 76%;
    height: 60px;
  }
  #entry-form form .wrap .tel-number .title-name {
    width: 151px;
    white-space: nowrap;
  }
  #entry-form form .wrap .tel-number h5 {
    margin-right: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .tel-number input {
    width: 76%;
    height: 60px;
  }
  #entry-form form .wrap .prefectures .title-name {
    width: 151px;
    white-space: nowrap;
  }
  #entry-form form .wrap .prefectures h5 {
    margin-right: 22px;
    background-color: #057b3f;
  }
  #entry-form form .wrap .prefectures select { 
    -webkit-appearance: none;
    appearance: none;
    width: 30%;
    height: 60px;
    border-radius: 8px;
    margin-right: 27%;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .rec-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #entry-form form .wrap .rec-content .title-name {
    width: 151px;
    padding-top: 8px;
    white-space: nowrap;
  }
  #entry-form form .wrap .rec-content h5 {
    margin-right: 22px;
    background-color: #057b3f;
  }
  #entry-form form .wrap .rec-content textarea {
    width: 76%;
    height: 150px;
    border-radius: 8px;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .explanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  #entry-form form .wrap .agree-check {
    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;
  }
  #entry-form form .wrap .agree-check input {
    margin: 4px 0.5% 0 0.5%;
  }
  #entry-form form .wrap .agree-check strong {
    font-weight: normal;
    color: #057b3f;
  }
  #entry-form form .wrap .confirmation {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  #entry-form form .wrap .confirmation button {
    padding: 26px 112px;
    border-radius: 12px;
    background-color: #eeffe6;
    color: #999999;
  }
  #entry-form form .wrap .confirmation-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  #entry-form form .wrap .confirmation-on button {
    padding: 26px 112px;
    border-radius: 12px;
    background-color: #057b3f;
    color: #ffffff;
  }

  #nsdtl-recruit {
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  section .wrap {
    width: 90%;
  }

  #entry-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #entry-form form {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #entry-form form .wrap {
    width: 100%;
  }
  #entry-form form .wrap div {
    margin: 24px 0;
  }
}
@media screen and (max-width: 830px) {
  #entry-form form .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #recruitform-main {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #entry-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #entry-info .wrap p {
    margin-bottom: 20px;
  }
  #entry-info .wrap .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  #entry-info .wrap .switch .switch-button {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-radius: 30px 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #entry-info .wrap .switch .on-button {
    background-color: #057b3f;
    color: #ffffff;
  }
  #entry-info .wrap .switch .off-button {
    border: #057b3f solid 1px;
    color: #057b3f;
  }
  #entry-info .input-scene {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #entry-info .input-scene div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
  }
  #entry-info .input-scene div span {
    background-color: #057b3f;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    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;
  }
  #entry-info .input-scene div span P {
    color: #ffffff;
    margin-bottom: 0;
  }
  #entry-info .input-scene div p {
    color: #057b3f;
  }
  #entry-info .input-scene .unfinished span {
    background-color: #fcf5e9;
    border: 1px solid #000000;
    color: #000000;
  }
  #entry-info .input-scene .unfinished p {
    color: #000000;
  }
  #entry-info .input-scene hr {
    border-color: #057b3f;
    margin-top: 21px;
    width: 30%;
  }

  #entry-form form {
    margin-bottom: 24px;
  }
  #entry-form form .wrap div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #entry-form form .wrap div p {
    margin-right: 4%;
  }
  #entry-form form .wrap div h5 {
    padding: 11px 26px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
  }
  #entry-form form .wrap div input {
    border-radius: 8px;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #entry-form form .wrap div p {
    margin-right: 1%;
  }
  #entry-form form .wrap div h5 {
    padding: 11px 26px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
  }
  #entry-form form .wrap div input {
    border-radius: 8px;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .error {
    width: 100vh;
    color: #cc3333;
    margin-left: 260px;
  }
  #entry-form form .wrap .job-type .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .job-type h5 {
    margin-bottom: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .job-type select {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .name .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .name h5 {
    margin-bottom: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .name input {
    width: 100%;
    height: 60px;
  }
  #entry-form form .wrap .name-kana .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .name-kana h5 {
    margin-bottom: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .name-kana input {
    width: 100%;
    height: 60px;
  }
  #entry-form form .wrap .birth-day .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .birth-day h5 {
    margin-bottom: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .birth-day input {
    width: 90%;
    height: 60px;
  }
  #entry-form form .wrap .mail .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .mail h5 {
    margin-bottom: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .mail input {
    width: 100%;
    height: 60px;
  }
  #entry-form form .wrap .tel-number .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .tel-number h5 {
    margin-bottom: 22px;
    background-color: #cc3333;
  }
  #entry-form form .wrap .tel-number input {
    width: 100%;
    height: 60px;
  }
  #entry-form form .wrap .prefectures .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .prefectures h5 {
    margin-bottom: 22px;
    background-color: #057b3f;
  }
  #entry-form form .wrap .prefectures select {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .rec-content .title-name {
    margin-bottom: 22px;
    white-space: nowrap;
  }
  #entry-form form .wrap .rec-content h5 {
    margin-bottom: 22px;
    background-color: #057b3f;
  }
  #entry-form form .wrap .rec-content textarea {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    border: none;
    background-color: #f9ecd6;
  }
  #entry-form form .wrap .explanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  #entry-form form .wrap .agree-check {
    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;
  }
  #entry-form form .wrap .agree-check input {
    margin: 4px 0.5% 0 0.5%;
  }
  #entry-form form .wrap .agree-check strong {
    font-weight: normal;
    color: #057b3f;
  }
  #entry-form form .wrap .confirmation {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  #entry-form form .wrap .confirmation button {
    padding: 26px 112px;
    border-radius: 12px;
    background-color: #eeffe6;
    color: #999999;
  }
  #entry-form form .wrap .confirmation-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  #entry-form form .wrap .confirmation-on button {
    padding: 26px 112px;
    border-radius: 12px;
    background-color: #057b3f;
    color: #ffffff;
  }

  #nsdtl-recruit {
    position: relative;
  }
}
@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;
  }
  .h-back-img-l-green{
    top: -30px;
    width: 328px;
    height: 350px;
  }
  .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;
  }
  .h-back-img-l-green{
    top: -30px;
    width: 328px;
    height: 350px;
  }
  .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;
  }
}