@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

.br_tab {
  display: none;
}
@media screen and (max-width: 1079px) {
  .br_tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br_tab {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

.p-entry-content > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.textwidget > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 0;
}

.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 1079px) {
  .fz-20 {
    font-size: 16px;
  }
}

.fz-24 {
  font-size: 24px;
}
@media screen and (max-width: 1079px) {
  .fz-24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fz-24 {
    font-size: 16px;
  }
}

.fz-28 {
  font-size: 28px;
}
@media screen and (max-width: 1079px) {
  .fz-28 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fz-28 {
    font-size: 14px;
  }
}

.fz-32 {
  font-size: 32px;
}
@media screen and (max-width: 1079px) {
  .fz-32 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fz-32 {
    font-size: 20px;
  }
}

.fz-36 {
  font-size: 36px;
}
@media screen and (max-width: 1079px) {
  .fz-36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fz-36 {
    font-size: 16px;
  }
}

.fz-42 {
  font-size: 42px;
}
@media screen and (max-width: 1079px) {
  .fz-42 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fz-42 {
    font-size: 20px;
  }
}

.smb-section__title {
  font-size: 48px;
  color: #8C6600;
  display: inline-block;
  border-bottom: 10px solid #F8DECD;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1079px) {
  .smb-section__title {
    font-size: 36px;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .smb-section__title {
    font-size: 28px;
  }
}

.smb-section__lede {
  font-size: 24px;
}
@media screen and (max-width: 1079px) {
  .smb-section__lede {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .smb-section__lede {
    font-size: 14px;
  }
}

.fw-bold {
  font-weight: bold;
}

.taj {
  text-align: justify;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-160 {
  margin-bottom: 160px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-120 {
  padding-bottom: 120px;
}

.color-font {
  color: #8C6600;
}

.bt-f {
  border-top: 4px dotted #F3D457;
}

.bb-f {
  border-bottom: 4px dotted #F3D457;
}

.dib {
  display: inline-block;
}

.top_midashi {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_midashi span {
    font-size: 14px;
  }
}
.top_midashi:before {
  position: absolute;
  content: "";
  background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/women.png);
  width: 150px;
  height: 150px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1079px) {
  .top_midashi:before {
    width: 80px;
    height: 80px;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_midashi:before {
    width: 50px;
    height: 50px;
    top: 80%;
  }
}
.top_midashi:after {
  position: absolute;
  content: "";
  background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/women.png);
  width: 150px;
  height: 150px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1079px) {
  .top_midashi:after {
    width: 80px;
    height: 80px;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .top_midashi:after {
    width: 50px;
    height: 50px;
    top: 80%;
  }
}
.top_midashi .midashi_sousyoku {
  position: relative;
  font-size: 32px;
  color: #F3D457;
}
@media screen and (max-width: 1079px) {
  .top_midashi .midashi_sousyoku {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_midashi .midashi_sousyoku {
    font-size: 18px;
  }
}
.top_midashi .midashi_sousyoku:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 40px;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/sousyoku1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top_midashi .midashi_sousyoku:before {
    width: 10px;
    height: 20px;
  }
}
.top_midashi .midashi_sousyoku:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 40px;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/sousyoku2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top_midashi .midashi_sousyoku:after {
    width: 10px;
    height: 20px;
  }
}
.top_midashi span {
  display: inline-block;
}

.top_midashi.pt-48.pb-48.has-background {
  padding-top: 48px;
  padding-bottom: 48px;
}

.fv {
  position: relative;
  padding-top: 38%;
  background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/fv.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/fv_sp-e1671867628483.png);
    padding-top: 107%;
  }
}

.wp-block-column.mb-160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .wp-block-column.mb-160 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-column.mb-sp-160 {
    margin-bottom: 120px;
  }
}

.gradients_circle {
  position: relative;
  font-size: 20px;
}
.gradients_circle:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.work_item p {
  background-color: #fff;
  border-radius: 25px;
  padding: 0.5em 1em;
  box-shadow: 4px 4px 30px #D9D9D9;
}

.wp-block-column.work_item p {
  margin-top: 0;
}

.wp-block-image.mb-24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wp-block-image.mb-24 {
    margin-bottom: 0;
  }
}

.work .work_merit {
  background-color: #F8DECD;
  font-size: 24px;
  padding: 0.5em 1em;
  border-radius: 25px;
  border: 2px dashed #F3D457;
}
@media screen and (max-width: 1079px) {
  .work .work_merit {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .work .work_merit {
    font-size: 14px;
  }
}

.wp-block-media-text__content .income_item_title {
  background-color: #fff;
  border-radius: 50px;
  border: 3px dashed #F3D457;
  font-size: 24px;
  padding: 0.5em 1em 0.5em 4em;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .wp-block-media-text__content .income_item_title {
    font-size: 20px;
    padding-left: 5em;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-media-text__content .income_item_title {
    font-size: 14px;
    padding-left: 6em;
  }
  .wp-block-media-text__content .income_item_title.dib {
    display: block;
  }
}
.wp-block-media-text__content .income_item_title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/case1.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wp-block-media-text__content .income_item_title:before {
    width: 80px;
    height: 80px;
    left: -2%;
  }
}

.wp-block-media-text__content .income_item2_title:before {
  background-image: url(http://jobinfo.nemy.co.jp/wp-content/uploads/2022/12/case02.png);
}

.bosyu .smb-section__title {
  color: #fff;
  border-bottom: 10px solid #F3D457;
}

.wp-block-table.bosyu_table {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .wp-block-table.bosyu_table {
    width: 100%;
  }
}
.wp-block-table.bosyu_table td:first-child {
  background-color: rgba(248, 222, 205, 0.9);
  border: 2px solid #F3D457;
  font-size: 24px;
  font-weight: bold;
  color: #3e3e3e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-block-table.bosyu_table td:first-child {
    font-size: 14px;
  }
}
.wp-block-table.bosyu_table td:nth-child(2n) {
  font-size: 20px;
  font-weight: bold;
  color: #3e3e3e;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #F3D457;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .wp-block-table.bosyu_table td:nth-child(2n) {
    font-size: 14px;
  }
}

.inquiry_container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 48px;
}

.inquiry {
  width: 100%;
  margin-top: 48px;
}
.inquiry tr {
  margin-bottom: 16px;
}
.inquiry th {
  width: 30%;
  padding: 12px 0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 1079px) {
  .inquiry th span {
    display: block;
  }
  .inquiry th span:first-child {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .inquiry th {
    width: 40%;
  }
}
.inquiry td {
  padding: 12px 0;
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  height: 50px;
  font-size: 24px;
  vertical-align: middle;
  border: 1px solid #F3D457;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    font-size: 14px;
  }
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first {
  margin-bottom: 0;
  margin-right: 12px;
}

.inquiry input[type=radio] {
  border: 1px solid #F3D457;
}

.inquiry .wpcf7-text,
.inquiry .wpcf7-textarea {
  border: 1px solid #F3D457;
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.inquiry span {
  font-size: 24px;
  color: #8C6600;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .inquiry span {
    font-size: 12px;
  }
}

.inquiry .haveto {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #8C6600;
  border: 1px solid #333;
  padding: 0.5em 1em;
  margin-right: 1em;
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .inquiry .haveto {
    font-size: 6px;
    padding: 0.2em 0.5em;
    display: inline-block;
  }
}

.inquiry textarea {
  height: 200px;
  font-size: 1.6rem;
  padding: 0.5em;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .inquiry textarea {
    font-size: 14px;
  }
}

.policy_accept {
  font-size: 24px;
  color: #8C6600;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #999;
}
.policy_accept .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .policy_accept .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.policy_accept a {
  font-size: inherit;
  color: inherit;
  transition: all 0.3s;
}
.policy_accept a:hover {
  opacity: 0.6;
}

input[name=acceptance-262] {
  height: 25px;
  width: 25px;
  position: relative;
  top: 6px;
  border: 1px solid #F3D457;
}
@media screen and (max-width: 767px) {
  input[name=acceptance-262] {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}

.submit_button {
  text-align: center;
  margin-top: 16px;
}

#formbtn {
  display: block;
  margin: 0 auto;
  width: 300px;
  font-size: 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  background-color: #F3D457;
  padding: 1em 2em;
  border: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #formbtn {
    font-size: 16px;
    padding: 0.5em 1em;
  }
}

#formbtn:hover {
  background-color: #F3D457;
  color: #333;
}

.l-footer-widget-area {
  text-align: left;
}

.c-row.c-row--margin-s.c-row--lg-margin-l {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.l-footer-widget-area__item.c-row__col.c-row__col--1-1.c-row__col--md-1-2.c-row__col--lg-1-2 {
  flex: 0 1 50%;
}

.footer_company {
  font-size: 14px;
  font-weight: bold;
}

.footer_company span {
  display: inline-block;
  text-align: center;
  width: 100px;
  background-color: #F3D457;
  color: #fff;
  font-weight: bold;
}

.grecaptcha-badge{
	bottom:120px !important;
}