@charset "UTF-8";
/* part static employers
   ========================================================================== */
body {
  font-size: 16px;
}

@media screen and (min-width: 731px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 730px) {
  .pc {
    display: none;
  }
}
img {
  vertical-align: middle;
}

.cnt {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1032px;
}

h2,
.chatch {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 730px) {
  h2,
.chatch {
    margin-bottom: 30px;
  }
}
h2 span,
.chatch span {
  font-size: 32px;
  color: #F7931E;
  letter-spacing: 2px;
}

.chatch {
  letter-spacing: 4px;
}
.chatch span {
  color: #F15A24;
}

.btn-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .btn-list {
    flex-wrap: wrap;
    width: 100%;
  }
}
.btn-list li {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 731px) {
  .btn-list li:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .btn-list li {
    margin: 0 5px 20px;
  }
}
.btn-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -2px;
  width: 100%;
  height: 100%;
  background-color: #F15A24;
  border-radius: 50px;
}
@media screen and (min-width: 731px) {
  .btn-list li:hover {
    opacity: 0.75;
  }
}
.btn-list li a {
  position: relative;
  display: block;
  padding: 14px 0;
  width: 256px;
  color: #F15A24;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #F15A24;
}

.num {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  color: #006837;
  margin-bottom: -60px;
  transform: translateY(-92%);
}
.num span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #006837;
  border-radius: 50px;
}

.kakko::before {
  content: "＜";
}
.kakko::after {
  content: "＞";
}

.box-shadow {
  padding: 40px;
  box-shadow: 0 0 8px #999;
  border-radius: 8px;
}
@media screen and (max-width: 730px) {
  .box-shadow {
    padding: 0 20px 20px;
  }
}

header {
  padding: 20px 0;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  header .header-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1050px) {
  header .header-inner .logo-area {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
header .header-inner .logo-area img {
  width: 120px;
}
header .header-inner nav {
  width: calc(100% - 120px - 30px);
}
@media screen and (max-width: 1050px) {
  header .header-inner nav {
    width: 100%;
  }
}
header .header-inner nav ul {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 1050px) {
  header .header-inner nav ul {
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
header .header-inner nav ul li {
  margin-bottom: 10px;
}
header .header-inner nav ul li:not(:last-child) {
  margin-right: 20px;
}
header .header-inner nav ul li a {
  font-weight: bold;
  color: #12B247;
  text-decoration: none;
}
@media screen and (min-width: 731px) {
  header .header-inner nav ul li a:hover {
    text-decoration: underline;
  }
}
header .header-inner nav ul .disp-btn a {
  display: block;
  padding: 2px 30px;
  color: #F15A24;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 32px;
  border: 2px solid #F15A24;
}
@media screen and (min-width: 731px) {
  header .header-inner nav ul .disp-btn a:hover {
    text-decoration: none;
    opacity: 0.75;
  }
}
@media screen and (max-width: 1050px) {
  header .header-inner nav ul .disp-btn.contact, header .header-inner nav ul .disp-btn.download {
    position: absolute;
    top: 20px;
  }
  header .header-inner nav ul .disp-btn.contact {
    right: 175px;
  }
  header .header-inner nav ul .disp-btn.download {
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  header .header-inner nav ul .disp-btn.contact a, header .header-inner nav ul .disp-btn.download a {
    padding: 2px 12px;
  }
  header .header-inner nav ul .disp-btn.contact span, header .header-inner nav ul .disp-btn.download span {
    display: none;
  }
  header .header-inner nav ul .disp-btn.contact {
    right: 85px;
  }
  header .header-inner nav ul .disp-btn.download a::after {
    content: "請求";
  }
}

.mv {
  margin-bottom: 30px;
  text-align: center;
  background-color: #12B247;
}
.mv .img-wrap {
  position: relative;
}
.mv p {
  position: absolute;
  top: 315px;
  left: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
}
.mv p span {
  color: #FFFF00;
}
@media screen and (max-width: 1050px) {
  .mv p {
    top: 30vw;
    left: 7.7vw;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 730px) {
  .mv p {
    display: none;
  }
}

.first-area.btn-list {
  margin-bottom: 50px;
}

.problem-area {
  margin-bottom: 60px;
}
.problem-area .box-shadow {
  margin-bottom: 50px;
  padding: 40px 80px;
}
@media screen and (max-width: 1050px) {
  .problem-area .box-shadow {
    padding: 20px;
  }
}
.problem-area .problem-warp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 730px) {
  .problem-area .problem-warp {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 320px;
  }
}
.problem-area .problem-warp li {
  position: relative;
}
@media screen and (max-width: 730px) {
  .problem-area .problem-warp li {
    padding: 10px;
    width: 50%;
    text-align: center;
  }
}
.problem-area .problem-warp li .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 55px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #006837;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .problem-area .problem-warp li .txt {
    font-size: 16px;
  }
}
.problem-area .bottom-txt {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 730px) {
  .problem-area .bottom-txt {
    text-align: left;
  }
}
.problem-area .solution-wrap {
  position: relative;
  padding-bottom: 0;
  text-align: center;
}
.problem-area .solution-wrap .chatch {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 730px) {
  .problem-area .solution-wrap .chatch {
    top: 0.5vw;
    font-size: 2.5vw;
  }
  .problem-area .solution-wrap .chatch span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 730px) {
  .problem-area .solution-wrap.box-shadow {
    padding: 20px 0 0;
  }
}
.problem-area .solution-wrap .txt1,
.problem-area .solution-wrap .txt1-2,
.problem-area .solution-wrap .txt2,
.problem-area .solution-wrap .txt2-2 {
  position: absolute;
  font-weight: bold;
}
.problem-area .solution-wrap .txt1,
.problem-area .solution-wrap .txt2 {
  top: 223px;
  font-size: 18px;
  color: #006837;
}
@media screen and (max-width: 1050px) {
  .problem-area .solution-wrap .txt1,
.problem-area .solution-wrap .txt2 {
    top: 22.5vw;
    font-size: 1.7vw;
  }
}
.problem-area .solution-wrap .txt1-2,
.problem-area .solution-wrap .txt2-2 {
  top: 375px;
  font-size: 15px;
}
@media screen and (max-width: 1050px) {
  .problem-area .solution-wrap .txt1-2,
.problem-area .solution-wrap .txt2-2 {
    top: 39.5vw;
    font-size: 1.3vw;
  }
}
.problem-area .solution-wrap .txt1 {
  left: 140px;
}
@media screen and (max-width: 1050px) {
  .problem-area .solution-wrap .txt1 {
    left: 9.4vw;
  }
}
.problem-area .solution-wrap .txt1-2 {
  left: 130px;
}
@media screen and (max-width: 1050px) {
  .problem-area .solution-wrap .txt1-2 {
    left: 13vw;
  }
}
.problem-area .solution-wrap .txt2 {
  right: 130px;
}
@media screen and (max-width: 1050px) {
  .problem-area .solution-wrap .txt2 {
    right: 8.4vw;
  }
}
.problem-area .solution-wrap .txt2-2 {
  right: 45px;
}
@media screen and (max-width: 1050px) {
  .problem-area .solution-wrap .txt2-2 {
    right: 5.6vw;
  }
}
@media screen and (max-width: 730px) {
  .problem-area .solution-wrap p {
    display: none;
  }
}

.reg-wrap {
  margin-bottom: 60px;
  padding: 44px 0;
  text-align: center;
  background-color: #12B247;
}
@media screen and (max-width: 730px) {
  .reg-wrap {
    padding: 20px 0;
  }
}
.reg-wrap p {
  color: #fff;
  letter-spacing: 1.5px;
}
.reg-wrap p:first-of-type {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}
.reg-wrap p:last-of-type {
  margin-bottom: 24px;
}
.reg-wrap.last {
  margin-bottom: 0;
}

.reason-wrap {
  text-align: center;
  line-height: 1.5;
}
.reason-wrap .reason-inner {
  margin-top: 110px;
}
.reason-wrap ol > li {
  margin-bottom: 150px;
  padding: 40px 0;
  background: #e0f6e8;
}
@media screen and (max-width: 730px) {
  .reason-wrap ol > li {
    margin-bottom: 110px;
  }
  .reason-wrap ol > li:last-child {
    margin-bottom: 0;
  }
}
.reason-wrap ol > li.case02 {
  padding-bottom: 0;
}
.reason-wrap ol > li.case02 .num {
  margin-bottom: -100px;
}
@media screen and (min-width: 731px) {
  .reason-wrap ol > li.case03 {
    margin-bottom: 0;
    padding-bottom: 94px;
  }
  .reason-wrap ol > li.case03 .man {
    transform: translateY(54%);
  }
}
.reason-wrap ol > li .box-shadow {
  padding: 20px;
  background-color: #fff;
}
.reason-wrap .txt-between {
  display: flex;
  justify-content: center;
  margin: 20px auto 20px;
  width: 350px;
}
.reason-wrap .txt-between span {
  position: relative;
  display: block;
  padding: 10px 0;
  width: 170px;
  font-size: 18px;
  font-weight: bold;
  color: #006837;
  background-color: #fff;
}
.reason-wrap .txt-between span:first-child {
  margin-right: 10px;
}
.reason-wrap .txt-between span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.reason-wrap .txt-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  padding: 50px 0 0;
  max-width: 800px;
  border-top: 1px solid #006837;
}
@media screen and (max-width: 1050px) {
  .reason-wrap .txt-wrap {
    margin-bottom: 20px;
    padding-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 730px) {
  .reason-wrap .txt-wrap {
    justify-content: space-between;
  }
}
.reason-wrap .txt-wrap span {
  display: inline-block;
  padding: 8px 0;
  width: 40%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 730px) {
  .reason-wrap .txt-wrap span {
    font-size: 2.4vw;
  }
}
.reason-wrap .sec-main-txt {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #006837;
}
.reason-wrap .sec-main-txt span {
  color: #F15A24;
}
.reason-wrap .sec-sub-txt {
  margin-bottom: 60px;
  font-size: 14px;
  font-weight: bold;
}
.reason-wrap .note {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.reason-wrap .disp-wrap {
  position: relative;
}
.reason-wrap .disp-wrap p {
  position: absolute;
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
  color: #F15A24;
}
@media screen and (max-width: 730px) {
  .reason-wrap .disp-wrap p {
    top: 19.8vw;
    font-size: 2.5vw;
  }
}
.reason-wrap .txt-needs {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #006837;
}
.reason-wrap .plan-list {
  display: flex;
}
@media screen and (max-width: 730px) {
  .reason-wrap .plan-list {
    flex-direction: column;
  }
}
.reason-wrap .plan-list li {
  width: calc(100% - 16px);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 730px) {
  .reason-wrap .plan-list li {
    width: 100%;
  }
}
.reason-wrap .plan-list li:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 730px) {
  .reason-wrap .plan-list li:first-child {
    margin-bottom: 40px;
  }
}
.reason-wrap .plan-list li h4 {
  display: inline-block;
  padding: 10px;
  transform: translateY(-50%);
  width: 315px;
  font-size: 20px;
  color: #FFF;
  background-color: #F15A24;
  border-radius: 40px;
}
.reason-wrap .plan-list li .txt-plan {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #F15A24;
  line-height: 1.2;
}
.reason-wrap .plan-list li .txt-plan span {
  font-size: 80px;
}
.reason-wrap .plan-list li .txt-plan span + span {
  font-size: 30px;
}
.reason-wrap .plan-list li .txt-detail {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 731px) {
  .reason-wrap .plan-list li img {
    margin-top: -15%;
    transform: translateY(50%);
  }
}

.case-wrap {
  margin-top: 100px;
  padding: 20px 16px 60px;
}
@media screen and (max-width: 730px) {
  .case-wrap {
    margin-top: 70px;
    padding: 20px 16px 60px;
  }
}
.case-wrap ol li {
  padding: 20px 40px 40px;
}
@media screen and (max-width: 1050px) {
  .case-wrap ol li {
    padding: 20px;
  }
}
.case-wrap ol li:not(:last-child) {
  margin-bottom: 120px;
}
.case-wrap ol li .num {
  margin-bottom: -60px;
  transform: translateY(-75%);
  color: #F15A24;
  text-align: center;
}
.case-wrap ol li .num span {
  background-color: #F15A24;
}
.case-wrap ol li .info {
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.case-wrap ol li .txt-img {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .case-wrap ol li .txt-img {
    flex-direction: column;
  }
}
.case-wrap ol li .txt-img .txt-area {
  width: calc(100% - 525px);
}
@media screen and (max-width: 1050px) {
  .case-wrap ol li .txt-img .txt-area {
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
}
.case-wrap ol li .txt-img .txt-area .chatch {
  margin-bottom: 30px;
  font-size: 32px;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .case-wrap ol li .txt-img .txt-area .chatch {
    text-align: center;
  }
}
.case-wrap ol li .txt-img .txt-area .chatch span {
  font-size: 32px;
}
.case-wrap ol li .txt-img .txt-area :not(.chatch) {
  font-size: 20px;
  font-weight: bold;
}
.case-wrap ol li .txt-img .glaph-area {
  margin: 0 0 -110px 0;
  transform: translateY(-110px);
  width: 525px;
}
@media screen and (max-width: 1050px) {
  .case-wrap ol li .txt-img .glaph-area {
    display: block;
    margin: 120px auto -110px;
  }
}
@media screen and (max-width: 730px) {
  .case-wrap ol li .txt-img .glaph-area {
    width: 100%;
    text-align: center;
  }
}

.plantable-h {
  margin-bottom: 20px;
}

.plantable-wrap {
  margin-bottom: 60px;
  background-color: #e0f6e8;
}
.plantable-wrap .cnt {
  padding: 20px 0 40px;
}
@media screen and (max-width: 730px) {
  .plantable-wrap .cnt {
    padding: 20px 16px 40px;
  }
}
.plantable-wrap .chatch {
  margin-bottom: 30px;
}
.plantable-wrap .chatch span {
  font-size: 24px;
}
.plantable-wrap .chatch + p {
  margin: 0 auto 40px;
  padding: 4px 0;
  width: 675px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: #12B247;
  border-radius: 30px;
}
@media screen and (max-width: 730px) {
  .plantable-wrap .chatch + p {
    width: 100%;
  }
}
.plantable-wrap .table-wrap {
  width: 100%;
  overflow: auto;
}
.plantable-wrap table {
  width: 100%;
}
@media screen and (max-width: 730px) {
  .plantable-wrap table {
    width: 700px;
  }
}
.plantable-wrap table th,
.plantable-wrap table td {
  padding: 4px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.plantable-wrap table td {
  padding: 10px 0;
  text-align: center;
}
.plantable-wrap table tr:first-of-type th,
.plantable-wrap table tr:nth-of-type(2) th {
  background-color: #b8eaca;
  border: 5px solid #e0f6e8;
}
.plantable-wrap table .bg-white td {
  background-color: #fff;
  border: 5px solid #e0f6e8;
}
.plantable-wrap table .bg-green td {
  background-color: #b8eaca;
  border: 5px solid #e0f6e8;
}
.plantable-wrap .note {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
}

.flow-wrap {
  margin-bottom: 90px;
}
.flow-wrap ul li {
  position: relative;
  padding: 30px;
  background-color: #12B247;
  border-radius: 30px;
}
.flow-wrap ul li:not(:last-child) {
  margin-bottom: 45px;
}
.flow-wrap ul li:not(:last-child)::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 85px 0 85px;
  border-color: #000000 transparent transparent transparent;
}
@media screen and (max-width: 730px) {
  .flow-wrap ul li:not(:last-child)::after {
    bottom: -30px;
    border-width: 15px 40px 0 40px;
  }
}
.flow-wrap ul li .ttl {
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.flow-wrap ul li .txt {
  padding: 30px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
}
.flow-wrap ul li .txt span {
  font-size: 14px;
}

.faq-wrap {
  margin-bottom: 60px;
}
.faq-wrap ul li {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-color: #F7931E;
  border-radius: 40px;
}
.faq-wrap ul li:not(:last-child) {
  margin-bottom: 20px;
}

.entry-form {
  padding: 0 0 60px;
}
.entry-form h2 {
  margin-bottom: 10px;
}
.entry-form .sales {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}

footer {
  padding: 40px 0;
  background-color: #999;
  color: #000;
}
footer .logo {
  margin-bottom: 10px;
  text-align: center;
}
footer .footer-chatch {
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
footer .txt {
  margin-bottom: 50px;
  font-size: 14px;
}
@media screen and (max-width: 730px) {
  footer .txt {
    margin-bottom: 30px;
  }
}
footer ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 730px) {
  footer ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 731px) {
  footer ul li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 730px) {
  footer ul li {
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
  }
}
footer ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 731px) {
  footer ul li a:hover {
    text-decoration: underline;
  }
}
footer .copy {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 731px) {
  .employers .h1-txt {
    font-size: 12px;
    padding: 10px 0;
    text-align: right;
    color: #262626;
    background: #fff;
  }
}

/*# sourceMappingURL=static-employers.css.map */
