@charset "UTF-8";
.mb-72 {
  margin-bottom: 72px;
}

.mt-72 {
  margin-top: 72px;
}

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

.section_job .content_wrap {
  padding: 0 30px;
}

.section_job_heading {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section_job_heading {
    padding-bottom: 80px;
  }
}
.section_job_heading .content_wrap {
  padding: 50px 30px;
}
@media only screen and (max-width: 768px) {
  .section_job_heading .content_wrap {
    padding: 27px 30px;
  }
}
.section_job_heading .content_wrap.bg_decoration {
  position: relative;
}
.section_job_heading .content_wrap.bg_decoration::before {
  content: "";
  background: url(../images/job/heading-decoration.webp) no-repeat right center/100% 100%;
  width: 77.8125%;
  max-width: 1300px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section_job_heading .content_wrap.bg_decoration::before {
    background: url(../images/job/heading-decoration_sp.webp) no-repeat right center/100% 100%;
    max-width: 300px;
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .section_job_heading .content_wrap.bg_decoration:last-child::before {
    top: 73px;
  }
}
.section_job_heading .content_wrap .heading_column_block {
  max-width: 1048px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.section_job_heading .content_wrap .heading_column_block.reverse {
  flex-direction: row-reverse;
}
.section_job_heading .content_wrap .heading_column_block .img_area {
  width: 37.4045801527%;
}
.section_job_heading .content_wrap .heading_column_block .txt_area {
  width: 56.8702290076%;
}
.section_job_heading .content_wrap .heading_column_block dt {
  font-size: 20px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 768px) {
  .section_job_heading .content_wrap .heading_column_block {
    flex-direction: column;
    gap: 36px;
  }
  .section_job_heading .content_wrap .heading_column_block.reverse {
    flex-direction: column;
  }
  .section_job_heading .content_wrap .heading_column_block .img_area,
  .section_job_heading .content_wrap .heading_column_block .txt_area {
    width: 100%;
  }
}

.section_job_personal {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section_job_personal {
    padding-bottom: 80px;
  }
}
.section_job_personal .content_wrap {
  max-width: 966px;
  margin: 0 auto;
}
.section_job_personal .personal_block {
  display: flex;
  justify-content: space-between;
}
.section_job_personal .personal_block .img_area {
  width: 29.5805739514%;
}
.section_job_personal .personal_block ul {
  width: 66.004415011%;
}
.section_job_personal .personal_block ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.1em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.section_job_personal .personal_block ul li::before {
  content: "";
  background-color: #C8C82D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0.5em;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .section_job_personal .personal_block {
    flex-direction: column;
    gap: 36px;
  }
  .section_job_personal .personal_block .img_area {
    width: 100%;
  }
  .section_job_personal .personal_block .img_area img {
    display: block;
    max-width: 268px;
    margin: 0 auto;
  }
  .section_job_personal .personal_block ul {
    width: 100%;
  }
}

.section_work-flow .content_wrap {
  max-width: 900px;
  margin: 0 auto;
}
.section_work-flow h3::after {
  background: #C8C82D;
}
.section_work-flow .workflow_panel {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(155, 115, 55, 0.1450980392);
  border-radius: 5px;
  padding: 36px 85px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .section_work-flow .workflow_panel {
    padding: 24px 20px;
  }
}
.section_work-flow .workflow_panel .ttl {
  color: #C8C82D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8em;
  line-height: 1.5;
}
.section_work-flow .workflow_panel .time_table {
  position: relative;
  z-index: 1;
}
.section_work-flow .workflow_panel .time_table::before {
  content: "";
  background-image: linear-gradient(to bottom, #C8C82D, #5A5A0C);
  width: 4px;
  height: calc(100% - 40px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 66px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .section_work-flow .workflow_panel .time_table::before {
    left: 40px;
  }
}
.section_work-flow .workflow_panel .time_table .time_table_item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.section_work-flow .workflow_panel .time_table .time_table_item .time {
  width: 132px;
  padding: 8px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.section_work-flow .workflow_panel .time_table .time_table_item .time.green01 {
  background-color: #C8C82D;
}
.section_work-flow .workflow_panel .time_table .time_table_item .time.green02 {
  background-color: #B1B125;
}
.section_work-flow .workflow_panel .time_table .time_table_item .time.green03 {
  background-color: #848419;
}
.section_work-flow .workflow_panel .time_table .time_table_item .time.green04 {
  background-color: #5A5A0C;
}
@media only screen and (max-width: 768px) {
  .section_work-flow .workflow_panel .time_table .time_table_item .time {
    width: 80px;
  }
}
.section_work-flow .workflow_panel .time_table .time_table_item .work {
  width: calc(100% - 144px);
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
}
.section_work-flow .workflow_panel .time_table .time_table_item .work p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .section_work-flow .workflow_panel .time_table .time_table_item .work {
    width: calc(100% - 92px);
    font-size: 18px;
  }
}
.section_work-flow .work_content_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.section_work-flow .work_content_block li {
  align-content: center;
  text-align: center;
  padding: 1em 0;
  border: 3px solid #D1D195;
  border-radius: 5px;
}
.section_work-flow .work_content_block li.no_1 {
  background: url(../images/job/work_bnr_no1.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_2 {
  background: url(../images/job/work_bnr_no2.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_3 {
  background: url(../images/job/work_bnr_no3.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_4 {
  background: url(../images/job/work_bnr_no4.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_5 {
  background: url(../images/job/work_bnr_no5.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_6 {
  background: url(../images/job/work_bnr_no6.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_7 {
  background: url(../images/job/work_bnr_no7.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_8 {
  background: url(../images/job/work_bnr_no8.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_9 {
  background: url(../images/job/work_bnr_no9.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_10 {
  background: url(../images/job/work_bnr_no10.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_11 {
  background: url(../images/job/work_bnr_no11.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_12 {
  background: url(../images/job/work_bnr_no12.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_13 {
  background: url(../images/job/work_bnr_no12.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_14 {
  background: url(../images/job/work_bnr_no14.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_15 {
  background: url(../images/job/work_bnr_no15.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_16 {
  background: url(../images/job/work_bnr_no16.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_17 {
  background: url(../images/job/work_bnr_no17.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_18 {
  background: url(../images/job/work_bnr_no18.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_19 {
  background: url(../images/job/work_bnr_no19.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_20 {
  background: url(../images/job/work_bnr_no3.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_21 {
  background: url(../images/job/work_bnr_no21.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_22 {
  background: url(../images/job/work_bnr_no22.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_23 {
  background: url(../images/job/work_bnr_no23.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_24 {
  background: url(../images/job/work_bnr_no24.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_25 {
  background: url(../images/job/work_bnr_no25.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_26 {
  background: url(../images/job/work_bnr_no26.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_27 {
  background: url(../images/job/work_bnr_no27.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_28 {
  background: url(../images/job/work_bnr_no28.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_29 {
  background: url(../images/job/work_bnr_no29.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_30 {
  background: url(../images/job/work_bnr_no30.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_31 {
  background: url(../images/job/work_bnr_no31.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_32 {
  background: url(../images/job/work_bnr_no32.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_33 {
  background: url(../images/job/work_bnr_no33.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_34 {
  background: url(../images/job/work_bnr_no34.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_35 {
  background: url(../images/job/work_bnr_no35.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_36 {
  background: url(../images/job/work_bnr_no36.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_37 {
  background: url(../images/job/work_bnr_no37.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_38 {
  background: url(../images/job/work_bnr_no38.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_39 {
  background: url(../images/job/work_bnr_no39.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_40 {
  background: url(../images/job/work_bnr_no40.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_41 {
  background: url(../images/job/work_bnr_no41.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_42 {
  background: url(../images/job/work_bnr_no42.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_43 {
  background: url(../images/job/work_bnr_no43.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_44 {
  background: url(../images/job/work_bnr_no44.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_45 {
  background: url(../images/job/work_bnr_no45.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_46 {
  background: url(../images/job/work_bnr_no46.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_47 {
  background: url(../images/job/work_bnr_no47.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_48 {
  background: url(../images/job/work_bnr_no48.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_49 {
  background: url(../images/job/work_bnr_no49.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_50 {
  background: url(../images/job/work_bnr_no50.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_51 {
  background: url(../images/job/work_bnr_no51.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_52 {
  background: url(../images/job/work_bnr_no52.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li.no_53 {
  background: url(../images/job/work_bnr_no53.webp) no-repeat center center/cover;
}
.section_work-flow .work_content_block li p {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .section_work-flow .work_content_block {
    grid-template-columns: repeat(1, 1fr);
  }
  .section_work-flow .work_content_block li {
    min-width: 274px;
    margin: 0 auto;
  }
}

.section_work-environment {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .section_work-environment {
    padding-top: 80px;
  }
}
.section_work-environment .content_wrap {
  max-width: 1076px;
  margin: 0 auto;
}
.section_work-environment .work-environment_block .grid_item_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .section_work-environment .work-environment_block .grid_item_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section_work-environment .work-environment_block .work-environment_item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 5px;
  padding: 24px;
}
.section_work-environment .work-environment_block .work-environment_item .heading {
  display: flex;
  gap: 8px;
  align-items: center;
}
.section_work-environment .work-environment_block .work-environment_item .heading .num {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  align-content: center;
}
.section_work-environment .work-environment_block .work-environment_item .heading .num + p {
  width: calc(100% - 48px);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.section_work-environment .work-environment_block .work-environment_item .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_work-environment .work-environment_block .work-environment_item .inner .img_area {
  width: 28.9256198347%;
}
.section_work-environment .work-environment_block .work-environment_item .inner .txt_area {
  width: 69.8347107438%;
}
@media only screen and (max-width: 768px) {
  .section_work-environment .work-environment_block .work-environment_item .inner {
    flex-direction: column;
    gap: 12px;
  }
  .section_work-environment .work-environment_block .work-environment_item .inner .img_area,
  .section_work-environment .work-environment_block .work-environment_item .inner .txt_area {
    width: 100%;
  }
}
.section_work-environment .work-environment_block .work-environment_item:nth-of-type(2n + 1) {
  background-color: #FAF5E6;
}
.section_work-environment .work-environment_block .work-environment_item:nth-of-type(2n + 1) .heading .num {
  background-color: #FFA019;
}
.section_work-environment .work-environment_block .work-environment_item:nth-of-type(2n + 1) .heading .num + p {
  color: #FFA019;
}
.section_work-environment .work-environment_block .work-environment_item:nth-of-type(2n) {
  background-color: #F8F8EF;
}
.section_work-environment .work-environment_block .work-environment_item:nth-of-type(2n) .heading .num {
  background-color: #C8C82D;
}
.section_work-environment .work-environment_block .work-environment_item:nth-of-type(2n) .heading .num + p {
  color: #C8C82D;
}

.section_job-entry,
.section_job-benefits {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .section_job-entry,
  .section_job-benefits {
    padding-top: 80px;
  }
}
.section_job-entry .content_wrap,
.section_job-benefits .content_wrap {
  max-width: 956px;
  margin: 0 auto;
}

.section_job-benefits {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section_job-benefits {
    padding-bottom: 80px;
  }
}

.job-requirements_block .tab_item_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 36px;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .job-requirements_block .tab_item_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .job-requirements_block .tab_item_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job-requirements_block .tab_item_wrap li {
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(155, 115, 55, 0.15);
  padding: 5px 24px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.job-requirements_block .tab_item_wrap li span {
  font-weight: bold;
  font-size: 20px;
}
.job-requirements_block .tab_item_wrap li::before {
  content: "";
  background: url(../images/common/menu-arw_orange.webp) no-repeat center center/contain;
  width: 16px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  position: absolute;
}
.job-requirements_block .tab_item_wrap li:hover {
  background-color: #FFA019;
  color: #fff;
}
.job-requirements_block .tab_item_wrap li:hover::before {
  background: url(../images/common/menu-arw_white.webp) no-repeat center center/contain;
}
.job-requirements_block .tab_item_wrap li.is-active {
  background-color: #FFA019;
  color: #fff;
}
.job-requirements_block .tab_item_wrap li.is-active::before {
  background: url(../images/common/menu-arw_white.webp) no-repeat center center/contain;
}
.job-requirements_block .tab_item_wrap li.ivf_tab::before {
  background: url(../images/common/menu-arw_green.webp) no-repeat center center/contain;
}
.job-requirements_block .tab_item_wrap li.ivf_tab:hover {
  background-color: #C8C82D;
}
.job-requirements_block .tab_item_wrap li.ivf_tab:hover::before {
  background: url(../images/common/menu-arw_white.webp) no-repeat center center/contain;
}
.job-requirements_block .tab_item_wrap li.ivf_tab.is-active {
  background-color: #C8C82D;
}
.job-requirements_block .tab_item_wrap li.ivf_tab.is-active::before {
  background: url(../images/common/menu-arw_white.webp) no-repeat center center/contain;
}
.job-requirements_block .requirements_content_block {
  display: none;
}
.job-requirements_block .requirements_content_block.is-active {
  display: block;
}
.job-requirements_block .requirements_content_item {
  margin-bottom: 36px;
}
.job-requirements_block .requirements_content_item .heading {
  border-bottom: 2px solid #FFA019;
  padding-bottom: 5px;
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 23px;
}
.job-requirements_block .requirements_content_item .heading::before {
  content: "〇";
  font-size: 20px;
  font-weight: bold;
  color: #FFA019;
  position: absolute;
  left: 0;
  top: 0;
}
.job-requirements_block .requirements_content_item .heading span {
  font-size: 20px;
  font-weight: bold;
}
.job-requirements_block .requirements_content_item.ivf .heading {
  border-bottom: 2px solid #C8C82D;
}
.job-requirements_block .requirements_content_item.ivf .heading::before {
  color: #C8C82D;
}

.recruitment_table_area table {
  width: 100%;
}
.recruitment_table_area table tr {
  border-bottom: 1px solid #D9D9D9;
  border-bottom: 1px solid #9B7337;
}
.recruitment_table_area table td {
  padding: 10px 20px;
  align-content: center;
}
.recruitment_table_area table td:first-child {
  width: 28.125%;
  text-align: center;
  background-color: #F0E6CD;
  font-weight: bold;
}
.recruitment_table_area table td:last-child {
  width: 71.875%;
  background-color: #FFFAF0;
  line-height: 1.5;
}
.recruitment_table_area table td span {
  font-weight: bold;
  color: #FFA019;
}
@media only screen and (max-width: 768px) {
  .recruitment_table_area table td {
    padding: 10px 8px;
  }
  .recruitment_table_area table td:first-child {
    width: 38.2352941176%;
  }
  .recruitment_table_area table td:last-child {
    width: 61.7647058824%;
  }
}

.calendar_wrap {
  max-width: 622px;
  margin: 0 auto;
}

.calendar {
  width: 100%;
  margin-top: 10px;
}
.calendar .cl-line {
  padding: 0 70px;
  display: flex;
  justify-content: center;
  gap: 36px;
  background-color: #FAF5E6;
}
.calendar .cl-line:first-child {
  background-color: #F0E6CD;
  border-bottom: 2px solid #9B7337;
}
.calendar .cl-line:first-child + .cl-line {
  border-bottom: 1px solid #9B7337;
}
.calendar .cl-line div {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .cl-line div img {
  display: block;
}
.calendar .cl-line div.time-bl {
  min-width: 85px;
  text-align: center;
  font-weight: bold;
}
.calendar .cl-line div:nth-of-type(8) {
  width: 41px;
}
@media only screen and (max-width: 768px) {
  .calendar .cl-line {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .calendar .cl-line {
    gap: 5px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 480px) {
  .calendar .cl-line div {
    font-size: 14px;
    padding: 18px 0;
  }
  .calendar .cl-line div.time-bl {
    min-width: 70px;
  }
}
.calendar + p {
  font-weight: 600;
  margin-top: 0.5em;
}

.entry-btn_wrap {
  margin-top: 100px;
  padding: 0 24px;
}
.entry-btn_wrap a {
  text-align: center;
  display: block;
  max-width: 380px;
  margin: 0 auto;
  background-color: #C8C82D;
  padding: 10px 0;
  border-radius: 30px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.entry-btn_wrap a::before {
  content: "";
  background: url(../images/common/nav-arw_white.webp) no-repeat center center/contain;
  width: 12px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: 24px;
  position: absolute;
  margin: auto;
  transition: 0.3s;
}
.entry-btn_wrap a:hover {
  background-color: #FAF5E6;
  color: #C8C82D;
}
.entry-btn_wrap a:hover::before {
  background: url(../images/common/nav-arw_green.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .entry-btn_wrap {
    margin-top: 80px;
  }
  .entry-btn_wrap a {
    width: 100%;
  }
}

.recruit-column .wp-block-columns,
.recruit-column2 .wp-block-columns {
  gap: 8px;
  margin-bottom: 8px;
}
.recruit-column .wp-block-columns .wp-block-column,
.recruit-column2 .wp-block-columns .wp-block-column {
  max-width: 300px;
  margin: 0 auto;
}

.last_section {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .last_section {
    padding-bottom: 80px;
  }
}

.section_entry {
  max-width: 910px;
  padding: 0 30px 100px;
  margin: 0 auto;
}
.section_entry .entry_form_wrap {
  padding: 50px 80px;
  background-color: #FFFAF0;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .section_entry .entry_form_wrap {
    padding: 24px 20px;
  }
}
.section_entry .thanks_message_wrap {
  text-align: center;
}
.section_entry .thanks_message_wrap .txt_bold {
  font-size: 20px;
}

.form_group {
  border-bottom: 1px solid #F0E6CD;
  padding: 24px 0;
  color: #323232;
}
.form_group:last-child {
  border-bottom: none;
}
.form_group .form_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .form_group .form_item {
    flex-direction: column;
    gap: 10px;
  }
}
.form_group .form_item .form_item_ttl {
  color: #323232;
  font-weight: bold;
}
.form_group .form_item .form_item_ttl span {
  color: #FF5B5B;
}
.form_group .form_item .form_item_input {
  width: 69.8611111111%;
}
@media only screen and (max-width: 768px) {
  .form_group .form_item .form_item_input {
    width: 100%;
  }
}
.form_group .form_item .form_item_input .input_list {
  border-bottom: 2px dashed #F0E6CD;
  padding: 10px 0;
}
.form_group .form_item .form_item_input .input_list:first-child {
  padding-top: 0;
}
.form_group .form_item .form_item_input .colum_area p {
  display: flex;
  gap: 10px;
}
.form_group .form_item .form_item_input .adress_detail {
  margin-top: 10px;
}
.form_group .form_item .form_item_input .note, .form_group .form_item .form_item_input .sub_ttl {
  font-size: 14px;
  font-weight: bold;
  color: #9B7337;
}
.form_group .form_item .form_item_input .sub_ttl {
  margin-right: 20px;
}
.form_group .form_item .form_item_input .sub_ttl.mb-8 {
  margin-bottom: 8px;
}
.form_group .form_item .form_item_input .note.mt-8 {
  margin-top: 8px;
}
.form_group .form_item .form_item_input .radio_block + p {
  margin-top: 10px;
}
.form_group .form_item .form_item_input .radio_block_wrap {
  border-bottom: 1px dashed #F0E6CD;
  padding: 12px 0;
}
.form_group .form_item .form_item_input .radio_block_wrap:first-child {
  padding-top: 0;
}
.form_group .form_item .form_item_input .radio_block_wrap:last-child {
  border-bottom: none;
}
.form_group .form_item .form_item_input .radio_block_wrap .radio_block .wpcf7-form-control .wpcf7-list-item.first {
  margin-left: 0;
}
.form_group .form_item .form_item_input .radio_block_wrap .dropdown_block {
  margin-top: 10px;
}
.form_group .form_item input:not([type=radio]), .form_group .form_item textarea, .form_group .form_item select {
  padding: 5px;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
  background-color: #fff;
}
.form_group .form_item input:not([type=radio]):focus, .form_group .form_item textarea:focus, .form_group .form_item select:focus {
  outline: none;
  border-color: #FFA019;
}
.form_group .form_item input:not([type=radio], [type=checkbox], .adress_form, .income_form), .form_group .form_item textarea {
  width: 100%;
}
.form_group .form_item input.adress_form {
  width: 43.5387673956%;
  margin: 0 8px 0 3px;
}
@media only screen and (max-width: 768px) {
  .form_group .form_item input.adress_form {
    width: 72.602739726%;
  }
}
.form_group .form_item input[type=checkbox],
.form_group .form_item input[type=radio] {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #C8C8C8;
  background-color: #fff;
  border-radius: 50%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
.form_group .form_item input[type=checkbox]:checked,
.form_group .form_item input[type=radio]:checked {
  background-color: #FFA019;
  border-color: #FFA019;
}
.form_group .form_item input[type=checkbox]::after,
.form_group .form_item input[type=radio]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.form_group .form_item input[type=checkbox]:checked::after,
.form_group .form_item input[type=radio]:checked::after {
  opacity: 1;
}
.form_group .form_item input[type=checkbox] + .wpcf7-list-item-label,
.form_group .form_item input[type=radio] + .wpcf7-list-item-label {
  color: #323232;
}
.form_group .form_item input.income_form, .form_group .form_item select {
  width: 114px;
}
@media only screen and (max-width: 768px) {
  .form_group .form_item select.license_year {
    width: auto;
  }
}
.form_group .form_item input.income_form {
  margin-right: 5px;
}
.form_group .form_item select {
  margin: 0 5px;
  padding: 8px 5px;
}
.form_group .form_item .department_select span.wpcf7-list-item.hidden {
  display: none;
}

.policy_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.policy_wrap .wpcf7-list-item-label {
  color: #323232;
}
.policy_wrap a {
  color: #37B9E6;
  font-weight: bold;
  border-bottom: 1px solid #37B9E6;
}
.policy_wrap input[type=checkbox] {
  background-color: #F5F5F5;
  border: 1px solid #C5C5C5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.policy_wrap input[type=checkbox]:checked {
  background-color: #37B9E6;
  border: 1px solid #37B9E6;
}
.policy_wrap input[type=checkbox]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.policy_wrap input[type=checkbox]:checked::after {
  opacity: 1;
}

.next_btn_wrap {
  margin-top: 40px;
}
.next_btn_wrap .send_btn {
  max-width: 380px;
  width: 380px;
  margin: 0 auto;
  height: 60px;
  text-align: center;
  align-content: center;
  border-radius: 30px;
  position: relative;
  transition: 0.3s all;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .next_btn_wrap .send_btn {
    width: 100%;
  }
}
.next_btn_wrap .send_btn.pre {
  margin-top: 24px;
}
.next_btn_wrap .send_btn.pre input {
  background-color: #C8C82D;
}
.next_btn_wrap .send_btn:hover {
  filter: opacity(0.8);
}
.next_btn_wrap .send_btn::before {
  content: "";
  background: url(../images/common/arw_white.webp) no-repeat center center/contain;
  width: 9px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 24px;
  position: absolute;
  margin: auto;
  z-index: 3;
}
.next_btn_wrap .send_btn input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 30px;
  border: none;
  background-color: #9B7337;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}/*# sourceMappingURL=job.css.map */