@charset "UTF-8";
/* header
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-header_nav_list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.l-header_nav_toggle {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header_nav_toggle {
    position: relative;
    z-index: 0;
    padding: 15px;
  }
  .l-header_nav_toggle::before, .l-header_nav_toggle::after {
    position: absolute;
    z-index: 0;
    background-color: #4c894b;
    content: "";
  }
  .l-header_nav_toggle::before {
    top: 23px;
    right: 17px;
    width: 16px;
    height: 1px;
  }
  .l-header_nav_toggle::after {
    top: 16px;
    right: 25px;
    width: 1px;
    height: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .l-header_nav_toggle.menu-toggle::after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner {
    position: fixed;
    z-index: 10000;
    top: 102px;
    left: 10px;
    width: calc(100% - 20px);
    padding-top: 24px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-header_nav_inner.inner-open {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner {
    display: none;
  }
}
.l-header_nav_inner_box {
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_box {
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_box {
    padding: 20px 0;
    border-top: 1px dotted #bababa;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.l-header_nav_inner_list li {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list li {
    width: 32%;
    margin-right: 2% !important;
    margin-top: 20px;
  }
  .l-header_nav_inner_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .l-header_nav_inner_list li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li {
    height: 50px;
    margin-top: 10px;
    border-bottom: none !important;
  }
  .l-header_nav_inner_list li:first-of-type {
    margin-top: 0;
  }
}
.l-header_nav_inner_list li.-clinic01 {
  background-color: #4c894a;
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list li.-clinic01 a img {
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li.-clinic01 a img {
    width: 170px;
  }
}
.l-header_nav_inner_list li.-clinic02 {
  background-color: #fce8ee;
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list li.-clinic02 a img {
    max-width: 284px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li.-clinic02 a img {
    width: 184px;
  }
}
.l-header_nav_inner_list li.-clinic03 {
  background-color: #1c224e;
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list li.-clinic03 a img {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li.-clinic03 a img {
    width: 160px;
  }
}
.l-header_nav_inner_list li.-clinic04 {
  background-color: #3366aa;
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list li.-clinic04 a img {
    max-width: 328px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li.-clinic04 a img {
    width: 228px;
  }
}
.l-header_nav_inner_list li.-clinic05 {
  background-color: #d5c7be;
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list li.-clinic05 a img {
    max-width: 284px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li.-clinic05 a img {
    width: 184px;
  }
}
.l-header_nav_inner_list li.-clinic06 {
  background-color: #e9f2f4;
}
@media screen and (min-width: 768px) {
  .l-header_nav_inner_list li.-clinic06 a img {
    max-width: 312px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner_list li.-clinic06 a img {
    width: 212px;
  }
}
.l-header_nav_inner_list li a {
  position: relative;
  z-index: 0;
  height: 100%;
}
.l-header_nav_inner_list li a img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* footer
  ---------------------------------------------------------- */
.l-footer_cv {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-footer_cv {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_main_cont {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer_logo {
    width: 215px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    margin: 0 auto 20px;
  }
}
.l-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
@media screen and (min-width: 768px) {
  .l-footer_nav {
    width: 50%;
  }
}
.l-footer_nav_cont {
  display: block !important;
}
.l-footer_nav_cont:first-of-type {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_cont:first-of-type {
    width: 43%;
  }
}
.l-footer_nav_cont:last-of-type {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_cont:last-of-type {
    width: 57%;
  }
}
.l-footer_nav_ttl {
  line-height: 1;
  font-weight: 700;
}
.l-footer_nav_inner {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_inner {
    margin-top: 13px;
  }
}
.l-footer_nav_inner li {
  position: relative;
  z-index: 0;
  line-height: 1;
  margin-top: 15px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer_nav_inner li {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav_inner li {
    margin-top: 13px;
    padding-left: 15px;
  }
}
.l-footer_nav_inner li:first-of-type {
  margin-top: 0;
}
.l-footer_nav_inner li::before {
  position: absolute;
  z-index: 0;
  top: 7px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #4c894b;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-footer_nav_inner li::before {
    top: 5px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_pagetop {
    bottom: 35px;
  }
}

/* title
---------------------------------------------------------- */
.c-ttl_base {
  text-align: center;
}

/* clinic-recruitment
---------------------------------------------------------- */
.clinic iframe {
  width: 100%;
  height: 100%;
}

/* clinic-recruitment
---------------------------------------------------------- */
.clinic-recruitment {
  /* page
  ---------------------------------------------------------- */
}
.clinic-recruitment .l-page {
  padding-bottom: 0;
  background-color: #f7f7f7;
}
.clinic-recruitment {
  /* common
  ---------------------------------------------------------- */
}
.clinic-recruitment .c-add_key {
  position: relative;
  z-index: 0;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_key {
    height: 400px;
  }
}
.clinic-recruitment .c-add_key_logo {
  position: absolute;
  z-index: 0;
  bottom: 50px;
  left: 34px;
  width: 410px;
  height: 104px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_key_logo {
    bottom: 50px;
    left: 5%;
    width: 230px;
    height: 60px;
  }
}
.clinic-recruitment .c-add_key_logo_img {
  position: relative;
  z-index: 0;
  height: 100%;
}
.clinic-recruitment .c-add_key_logo_img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.clinic-recruitment .c-add_key_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clinic-recruitment .c-add_key_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clinic-recruitment .c-add_rList {
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_rList {
    padding: 0 0 40px;
  }
}
.clinic-recruitment .c-add_rList_list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
.clinic-recruitment .c-add_rList_list li {
  width: 49%;
  border-radius: 4px;
  border: 1px solid #4c894b;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_rList_list li {
    max-width: 353px;
  }
  .clinic-recruitment .c-add_rList_list li:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_rList_list li {
    width: 49%;
    margin-top: 20px;
    border-radius: 2px;
  }
  .clinic-recruitment .c-add_rList_list li:nth-child(n+3) {
    margin-top: 6px;
  }
}
.clinic-recruitment .c-add_rList_list li a {
  line-height: 1;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_rList_list li a {
    padding: 10px;
  }
}
.clinic-recruitment .c-add_rList_list_cat {
  display: inline-block;
  background-image: url(../img/ico_arw_grn.png);
  background-position: right center;
  background-size: 25px 5px;
  background-repeat: no-repeat;
  padding-right: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_rList_list_cat {
    background-size: 20px auto;
    padding-right: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.clinic-recruitment .c-add_rList_list_salary {
  margin-top: 10px;
  padding: 5px 0 7px;
  background-color: #f7f7f7;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_rList_list_salary {
    margin-top: 5px;
    padding: 3px 0 4px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.clinic-recruitment .c-add_rList_list_salary_num {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_rList_list_salary_num {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.clinic-recruitment .c-add_philosophy {
  position: relative;
  z-index: 0;
  padding: 140px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_philosophy {
    padding: 40px 0;
  }
}
.clinic-recruitment .c-add_philosophy::before, .clinic-recruitment .c-add_philosophy::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.clinic-recruitment .c-add_philosophy::before {
  z-index: -1;
  background-color: #3a4f33;
  opacity: 0.7;
}
.clinic-recruitment .c-add_philosophy::after {
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clinic-recruitment .c-add_philosophy .c-ttl_base_jp, .clinic-recruitment .c-add_philosophy .c-ttl_base_en {
  color: #fff;
}
.clinic-recruitment .c-add_philosophy_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_philosophy_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.clinic-recruitment .c-add_philosophy_txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_philosophy_txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_philosophy_txt {
    margin-top: 15px;
  }
}
.clinic-recruitment .c-add_philosophy_txt_list {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clinic-recruitment .c-add_philosophy_txt_list .-list {
  text-align: left;
  display: inline-block;
}
.clinic-recruitment .c-add_philosophy_txt_list .-list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.clinic-recruitment .c-add_message {
  padding: 100px 0 80px;
  background-color: #f6f3ed;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_message {
    padding: 50px 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_message .l-cont_s {
    position: relative;
    z-index: 0;
  }
}
.clinic-recruitment .c-add_message .c-ttl_left {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_message .c-ttl_left {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_message_grid_side {
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 0;
    width: 50%;
    max-width: 550px;
  }
}
.clinic-recruitment .c-add_message_grid_side_name {
  line-height: 1;
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_message_grid_side_name {
    margin-top: 20px;
    text-align: center;
  }
}
.clinic-recruitment .c-add_message_grid_side_name dt {
  color: #4c894b;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_message_grid_side_name dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.clinic-recruitment .c-add_message_grid_side_name dd {
  margin-top: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_message_grid_side_name dd {
    font-size: 20px;
    font-size: 2rem;
  }
}
.clinic-recruitment .c-add_message_grid_box {
  padding: 56px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_message_grid_box {
    width: 60%;
    max-width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_message_grid_box {
    margin-top: 20px;
    padding: 25px 20px;
  }
}
.clinic-recruitment .c-add_message_grid_box_ttl {
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_message_grid_box_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.clinic-recruitment .c-add_message_grid_box_txt {
  margin-top: 20px;
}
.clinic-recruitment .c-add_benefits {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_benefits {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_benefits_list {
    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;
  }
}
.clinic-recruitment .c-add_benefits_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #4c894b;
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_benefits_list li {
    width: 32%;
    height: 117px;
    margin-right: 2%;
    border-radius: 2px;
  }
  .clinic-recruitment .c-add_benefits_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .clinic-recruitment .c-add_benefits_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_benefits_list li {
    margin-top: 10px;
    padding: 15px;
  }
}
.clinic-recruitment .c-add_benefits_list_img {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_benefits_list_img {
    width: 36px;
  }
}
.clinic-recruitment .c-add_benefits_list_ttl {
  width: calc(100% - 66px);
  line-height: 1.3;
  color: #4c894b;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_benefits_list_ttl {
    width: calc(100% - 50px);
  }
}
.clinic-recruitment .c-add_benefits_list_ttl_main {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .clinic-recruitment .c-add_benefits_list_ttl_main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_benefits_list_ttl_main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.clinic-recruitment .c-add_benefits_list_ttl_sub {
  margin-top: 8px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .clinic-recruitment .c-add_benefits_list_ttl_sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.clinic-recruitment .c-add_atmosphere {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_atmosphere {
    padding: 40px 0;
  }
}
.clinic-recruitment .c-add_atmosphere_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clinic-recruitment .c-add_atmosphere_list li {
  width: 24.6%;
  margin-top: 20px;
  margin-right: 0.5%;
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_atmosphere_list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .clinic-recruitment .c-add_atmosphere_list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_atmosphere_list li {
    width: 49%;
    margin-right: 2%;
  }
  .clinic-recruitment .c-add_atmosphere_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .clinic-recruitment .c-add_atmosphere_list li:nth-child(even) {
    margin-right: 0;
  }
}
.clinic-recruitment .c-add_atmosphere_list_txt {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_atmosphere_list_txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.clinic-recruitment .c-add_schedule {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_schedule_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 120px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_schedule_grid_wrap {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_wrap:first-of-type {
    margin-top: 0;
  }
}
.clinic-recruitment .c-add_schedule_grid_wrap:first-of-type .c-add_schedule_grid_ttl {
  background-color: #4c894b;
}
.clinic-recruitment .c-add_schedule_grid_wrap:last-of-type .c-add_schedule_grid_ttl {
  background-color: #3a4f33;
}
.clinic-recruitment .c-add_schedule_grid_ttl {
  line-height: 1;
  padding: 14px 0 12px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_ttl {
    padding: 11px 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.clinic-recruitment .c-add_schedule_grid_list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list {
    margin-top: 20px;
  }
}
.clinic-recruitment .c-add_schedule_grid_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 0;
  padding-left: 30px;
}
.clinic-recruitment .c-add_schedule_grid_list li::before, .clinic-recruitment .c-add_schedule_grid_list li::after {
  position: absolute;
  top: 0;
  content: "";
}
.clinic-recruitment .c-add_schedule_grid_list li::before {
  z-index: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 4px solid #4c894b;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list li::before {
    width: 10px;
    height: 10px;
    border: 2px solid #4c894b;
  }
}
.clinic-recruitment .c-add_schedule_grid_list li::after {
  z-index: -1;
  left: 9px;
  width: 1px;
  height: 100%;
  background-color: #4c894b;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list li::after {
    left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list li:last-of-type .c-add_schedule_grid_list_cont {
    padding: 1px 0 0;
  }
}
.clinic-recruitment .c-add_schedule_grid_list li:last-of-type::after {
  display: none;
}
.clinic-recruitment .c-add_schedule_grid_list_time {
  width: 65px;
  line-height: 1;
  padding-top: 1px;
  color: #4c894b;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list_time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.clinic-recruitment .c-add_schedule_grid_list_cont {
  width: calc(100% - 65px);
  padding: 2px 0 30px;
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_schedule_grid_list_cont {
    min-height: 169px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list_cont {
    padding: 1px 0 20px;
  }
}
.clinic-recruitment .c-add_schedule_grid_list_ttl {
  line-height: 1;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  padding-left: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 34px;
  }
}
.clinic-recruitment .c-add_schedule_grid_list_ttl::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_schedule_grid_list_ttl::before {
    width: 26px;
    height: 26px;
  }
}
.clinic-recruitment .c-add_schedule_grid_list_txt {
  margin-top: 12px;
}
.clinic-recruitment .c-add_schedule_grid_list .work .c-add_schedule_grid_list_ttl::before {
  background-image: url(../img/add/flow_work.svg);
}
.clinic-recruitment .c-add_schedule_grid_list .meeting .c-add_schedule_grid_list_ttl::before {
  background-image: url(../img/add/flow_meeting.svg);
}
.clinic-recruitment .c-add_schedule_grid_list .mt_pm .c-add_schedule_grid_list_ttl::before {
  background-image: url(../img/add/flow_mt.svg);
}
.clinic-recruitment .c-add_schedule_grid_list .mt_am .c-add_schedule_grid_list_ttl::before {
  background-image: url(../img/add/flow_mt.svg);
}
.clinic-recruitment .c-add_schedule_grid_list .lunch .c-add_schedule_grid_list_ttl::before {
  background-image: url(../img/add/flow_lunch.svg);
}
.clinic-recruitment .c-add_schedule_grid_list .mt_end .c-add_schedule_grid_list_ttl::before {
  background-image: url(../img/add/flow_leaving.svg);
}
.clinic-recruitment .c-add_schedule_grid_list .leaving .c-add_schedule_grid_list_ttl::before {
  background-image: url(../img/add/flow_work.svg);
}
.clinic-recruitment .c-add_interview {
  padding: 80px 0;
  background-color: #f6f3ed;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview {
    padding: 40px 0;
  }
}
.clinic-recruitment .c-add_interview_qa_block {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview_qa_block {
    margin-top: 40px;
  }
}
.clinic-recruitment .c-add_interview_qa_block:first-of-type {
  margin-top: 0;
}
.clinic-recruitment .c-add_interview_qa_name {
  line-height: 1;
  margin-bottom: 40px;
  padding: 18px 20px 16px;
  background-color: #fff;
  color: #4c894b;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview_qa_name {
    margin-bottom: 20px;
    padding: 11px 10px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.clinic-recruitment .c-add_interview_qa_wide {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview_qa_wide {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_wide {
    padding-left: 20px;
  }
}
.clinic-recruitment .c-add_interview_qa_wide:last-child {
  margin-bottom: 0;
}
.clinic-recruitment .c-add_interview_qa_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview_qa_row {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.rightImg.-imgW550 .c-add_interview_qa_wrap {
    width: 44%;
    max-width: 480px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.rightImg.-imgW550 .c-add_interview_qa_img {
    width: 50%;
    max-width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.rightImg.-imgW380 .c-add_interview_qa_wrap {
    width: 58%;
    max-width: 630px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.rightImg.-imgW380 .c-add_interview_qa_img {
    width: 35%;
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.leftImg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.leftImg.-imgW550 .c-add_interview_qa_wrap {
    width: 42%;
    max-width: 460px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.leftImg.-imgW550 .c-add_interview_qa_img {
    width: 50%;
    max-width: 570px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.leftImg.-imgW380 .c-add_interview_qa_wrap {
    width: 58%;
    max-width: 630px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .clinic-recruitment .c-add_interview_qa_row.leftImg.-imgW380 .c-add_interview_qa_img {
    width: 37%;
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview_qa_wrap {
    margin-top: 20px;
  }
}
.clinic-recruitment .c-add_interview_qa_inner {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview_qa_inner {
    margin-bottom: 20px;
  }
}
.clinic-recruitment .c-add_interview_qa_inner:last-child {
  margin-bottom: 0;
}
.clinic-recruitment .c-add_interview_qa_ttl_q {
  margin-bottom: 10px;
  color: #4c894b;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_interview_qa_ttl_q {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.clinic-recruitment .c-add_flow {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .clinic-recruitment .c-add_flow {
    padding: 40px 0;
  }
}

/* nakashima-dc
---------------------------------------------------------- */
.nakashima-dc .c-add_key_logo_img {
  background-color: #4c894a;
}
@media screen and (min-width: 768px) {
  .nakashima-dc .c-add_key_logo_img img {
    max-width: 358px;
  }
}
@media screen and (max-width: 767px) {
  .nakashima-dc .c-add_key_logo_img img {
    width: 186px;
  }
}
.nakashima-dc .c-add_philosophy::after {
  background-image: url(../img/nakashima-dc/bg_philosophy_nakashima-dc.webp);
}

/* manadental
---------------------------------------------------------- */
.manadental .c-add_key_logo_img {
  background-color: #fce8ee;
}
@media screen and (min-width: 768px) {
  .manadental .c-add_key_logo_img img {
    max-width: 358px;
  }
}
@media screen and (max-width: 767px) {
  .manadental .c-add_key_logo_img img {
    width: 186px;
  }
}
.manadental .c-add_philosophy::after {
  background-image: url(../img/manadental/bg_philosophy_manadental.webp);
}

/* lino-ortho
---------------------------------------------------------- */
.lino-ortho .c-add_key_logo_img {
  background-color: #1c224e;
}
@media screen and (min-width: 768px) {
  .lino-ortho .c-add_key_logo_img img {
    max-width: 358px;
  }
}
@media screen and (max-width: 767px) {
  .lino-ortho .c-add_key_logo_img img {
    width: 186px;
  }
}
.lino-ortho .c-add_philosophy::after {
  background-image: url(../img/lino-ortho/bg_philosophy_lino-ortho.webp);
}

/* linodental-fukui
---------------------------------------------------------- */
.linodental-fukui .c-add_key_logo_img {
  background-color: #3366aa;
}
@media screen and (min-width: 768px) {
  .linodental-fukui .c-add_key_logo_img img {
    max-width: 358px;
  }
}
@media screen and (max-width: 767px) {
  .linodental-fukui .c-add_key_logo_img img {
    width: 198px;
  }
}
.linodental-fukui .c-add_philosophy::after {
  background-image: url(../img/linodental-fukui/bg_philosophy_linodental-fukui.webp);
}

/* linodental-kanazawa
---------------------------------------------------------- */
.linodental-kanazawa .c-add_key_logo_img {
  background-color: #d5c7be;
}
@media screen and (min-width: 768px) {
  .linodental-kanazawa .c-add_key_logo_img img {
    max-width: 358px;
  }
}
@media screen and (max-width: 767px) {
  .linodental-kanazawa .c-add_key_logo_img img {
    width: 186px;
  }
}
.linodental-kanazawa .c-add_philosophy::after {
  background-image: url(../img/linodental-kanazawa/bg_philosophy_linodental-kanazawa.webp);
}

/* lino-familiar-dental
---------------------------------------------------------- */
.lino-familiar-dental .c-add_key_logo_img {
  background-color: #e9f2f4;
}
@media screen and (min-width: 768px) {
  .lino-familiar-dental .c-add_key_logo_img img {
    max-width: 358px;
  }
}
@media screen and (max-width: 767px) {
  .lino-familiar-dental .c-add_key_logo_img img {
    width: 198px;
  }
}
.lino-familiar-dental .c-add_philosophy::after {
  background-image: url(../img/lino-familiar-dental/bg_philosophy_lino-familiar-dental.webp);
}

.p-index_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-index_row_main {
  margin: auto;
}

.c-link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2%;
}

.c-link_list li {
  width: 49%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-link_list li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-link_list li:last-child {
    margin-bottom: 15px;
  }
}
.c-link_list li a {
  background: none;
  border: none;
  color: #fff;
}

.c-link_list li a.clinic_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.c-link_list_head {
  background-color: #4c894b;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-link_list_head {
    padding: 8px 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-link_list_cont {
  padding: 20% 20px 80px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-link_list_cont {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-link_list_cont {
    padding: 20% 10px 56px;
  }
}
.c-link_list_cont::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-link_list_cont .clinic_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-link_list_cont .clinic_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-link_list_head h3 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.c-link_list_head .clinic-address {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 3px;
}

.c-link_list_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  /* margin-bottom: 16px; */
}

@media screen and (min-width: 768px) {
  .c-link_list_row {
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .c-link_list_row {
    gap: 2%;
    /* gap: 10px; */
    /* margin-bottom: 10px; */
  }
}
.c-link_list li a.c-link_list_item {
  display: block;
  background-color: #f97440;
  border: 2px solid #f97440;
  color: #fff;
  width: 48.5%;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-link_list li a.c-link_list_item:not(:nth-child(-n+2)) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-link_list li a.c-link_list_item {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 8px;
  }
  .c-link_list li a.c-link_list_item:not(:nth-child(-n+2)) {
    margin-top: 6px;
  }
}
.c-link_list li a.c-link_list_item .type_salary {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-link_list li a.c-link_list_item .type_salary {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-link_list_btm_wrap {
  padding: 0 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-link_list_btm_wrap {
    padding: 0 10px 10px;
  }
}
.c-link_list_btm {
  padding: 8px 30px;
  border-radius: 4px;
  border: 1px solid #707070;
  background-color: #fff;
  background-image: url(/recruit/wp-content/themes/recruit-theme/assets/img/ico_arw_grn.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 25px 5px;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* width: 64%; */
  width: 100%;
  margin: 16px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .c-link_list_btm {
    padding: 6px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    /* margin-top: 12px; */
  }
}
.p-index_requirements .p-index_row_head {
  width: 100%;
  max-width: unset;
}

.p-index_requirements .c-ttl_left {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-index_requirements .c-ttl_left {
    margin-bottom: 24px;
  }
}