/* add */
/* -------- common -------- */
body {
  opacity: 0;
  visibility: hidden;
}
html {
  background: #f7f7f7;
}
b,
strong {
  font-weight: normal;
}
main {
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeIn 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  transform: translateY(0px);
}
header {
  position: absolute;
  top: 0;
  left: 0;
}
header.fixed {
  position: fixed;
  background: #f7f7f7;
}
#site-navigation .menu-menu-cta-container ul.nav-menu > li > a,
#site-navigation .menu-menu-cta-sp-container ul.nav-menu > li > a {
  padding: 7px 15px;
}
.recruit_title_txt {
  padding-top: 6px;
}
@media only screen and (min-width: 981px) {
  #site-navigation {
    max-width: 1600px;
  }
}
.home .main-front {
  padding-top: 40px;
}
.h3--footer-contact::after {
  width: calc(100% - 69rem);
}
@media screen and (max-width: 768px) {
  div.footer-contact__details .footer-contact__visit .h4--footer-contact,
  div.footer-contact__details .footer-contact__casual .h4--footer-contact {
    padding: 27px 20px 16px;
  }
  div.footer-contact__details .footer-contact__visit .h4--footer-contact small,
  div.footer-contact__details .footer-contact__casual .h4--footer-contact small {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 980px) {
  #site-navigation {
    padding: 10px 15px;
    background: #f7f7f7;
  }
  #site-navigation img.custom-logo {
    height: 30px;
  }
  div.recruit_title_txt {
    margin-left: 10px;
    padding-top: 3px;
    font-size: 12px;
  }
}

/* splash */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #b7dfcf, #eaeed0);
  z-index: 10000;
  display: none;
}
#content {
  display: none;
}
.splash-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.splash-text {
  font-size: 41px;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
  word-break: keep-all;
  padding: 0 15px;
}
.fadein-content.splash-logo {
  -webkit-animation: homeMvFade 0.7s 1s forwards;
  animation: homeMvFade 0.7s 1s forwards;
}
.fadein-content.splash-text {
  -webkit-animation: homeMvFade 0.7s 1.8s forwards;
  animation: homeMvFade 0.7s 1.5s forwards;
}
@media screen and (max-width: 1124px) {
  .splash-text {
    font-size: 28px;
  }
  .mv-catch {
    font-size: 54px;
  }
}
.fadein-content.splash-logo img {
  max-width: 200px;
}
.fadein-content.splash-text {
  font-size: ;
}
.page_template_wrap .container_index .menu-list .menu-list-item a .menu-list-item-label::before,
.page_template_wrap
  .container_index
  .menu-list
  .menu-list-item
  a:hover
  .menu-list-item-label::before {
  transition: 0.2s;
}

/* -------- top -------- */
.top_desc_wrap {
  max-width: 1000px;
}
.top_desc_p:not(:last-child) {
  margin-bottom: 80px;
}
.itemlink,
.medium .itemlink {
  padding: 15px 30px !important;
  font-size: 18px;
}
.grid-container {
  grid-gap: 30px;
}
.grid-item {
  box-shadow: 0 3px 26px rgb(0 0 0 / 20%);
}
.top_concept_link,
.top_concept_link:hover,
.top_concept_link img,
.top_concept_link:hover img {
  transition: 0.2s;
}
.top_concept_link:hover img {
  margin-left: 22px;
}
.top_position::before {
  background-image: url(/wp-content/uploads/2024/12/top_position_new.jpg);
}

/* 描画アニメーション */
.mv_home {
  max-width: 1360px;
  margin: 64px auto 0;
  position: relative;
  padding: 2% 0 7%;
}
.mv-animation-wrap {
  width: 85%;
  margin: auto;
  position: relative;
}
.mv-animation-mask {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-animation-mask svg {
  width: 100%;
}
.mv-animation-mask path {
  stroke: #f7f7f7;
  stroke-width: 200;
  fill: none;
  stroke-dasharray: 10400;
  stroke-dashoffset: 0;
  -webkit-animation: eraseLine 3s forwards;
  animation: eraseLine 3s forwards;
}
@-webkit-keyframes eraseLine {
  to {
    stroke-dashoffset: 10400;
  }
}
@keyframes eraseLine {
  to {
    stroke-dashoffset: 10400;
  }
}
.fadein-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

@-webkit-keyframes homeMvFade {
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

@keyframes homeMvFade {
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.mv-catch {
  font-size: 72px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  word-break: keep-all;
}
.mv-catch .fadein-content {
  -webkit-animation: homeMvFade 0.8s 3.2s forwards;
  animation: homeMvFade 0.8s 3.2s forwards;
}
.home-mv-image {
  position: absolute;
}
.home-mv-image01,
.home-mv-image04 {
  width: 20%;
}
.home-mv-image02,
.home-mv-image03 {
  width: 12%;
}
.home-mv-image01,
.home-mv-image02 {
  top: 0;
}
.home-mv-image04 {
  bottom: 0;
}
.home-mv-image01 {
  left: 0;
}
.home-mv-image02,
.home-mv-image04 {
  right: 0;
}
.home-mv-image03 {
  bottom: 10%;
  left: 8%;
}
.fadein-content.home-mv-image01 {
  -webkit-animation: homeMvFade 0.9s 4.2s forwards;
  animation: homeMvFade 0.9s 4.2s forwards;
}
.fadein-content.home-mv-image02 {
  -webkit-animation: homeMvFade 0.9s 4.7s forwards;
  animation: homeMvFade 0.9s 4.7s forwards;
}
.fadein-content.home-mv-image03 {
  -webkit-animation: homeMvFade 0.9s 5.2s forwards;
  animation: homeMvFade 0.9s 5.2s forwards;
}
.fadein-content.home-mv-image04 {
  -webkit-animation: homeMvFade 0.9s 5.7s forwards;
  animation: homeMvFade 0.9s 5.7s forwards;
}
.fadein-content.top_desc {
  -webkit-animation: homeMvFade 0.9s 4.4s forwards;
  animation: homeMvFade 0.9s 4.4s forwards;
}
.fadein-content.home-mv-image img {
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .splash-text {
    font-size: 20px;
    margin-top: 30px;
  }
  .mv_home {
    padding: 45% 0 50%;
    margin: 27px auto 0;
  }
  .mv-animation-wrap {
    width: 120%;
    margin: 30px -10%;
  }
  .mv-catch {
    font-size: 42px;
  }
  .home-mv-image01,
  .home-mv-image04 {
    width: 50%;
  }
  .home-mv-image02,
  .home-mv-image03 {
    width: 30%;
  }
  .home-mv-image01 {
    top: 5%;
    left: -5%;
  }
  .home-mv-image02 {
    right: 4%;
  }
  .home-mv-image03 {
    left: 4%;
    bottom: 0;
  }
  .home-mv-image04 {
    bottom: 10%;
    right: -5%;
  }
}

/* -------- 2階層目：インデックスページ -------- */
.page_template_wrap .container_index .menu-list .menu-list-item a .menu-list-item-img img {
  border-radius: 7px 0 0 7px;
}

/* -------- 3階層目：詳細ページ -------- */
.next-contents .next-contents-container li a .next-contents-list-item-label span {
  font-size: 14px;
}
.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label {
  border-radius: 7px;
}
.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-img
  img {
  border-radius: 7px 0 0 7px;
}
.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head.top {
  margin-top: 50px;
  margin-bottom: 30px;
}
.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head.top:first-child {
  margin-top: 0;
}
.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-read {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head.top {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-head.top:first-child {
    margin-top: 0;
  }
  .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-read {
    margin-top: 20px;
  }
}
.page_head .section_inner .page_head__title sup {
  font-size: 28px;
}
@media (max-width: 768px) {
  .page_head .section_inner .page_head__title sup {
    font-size: 13px;
  }
}
.l-2col_main p a,
.l-2col_main li a {
  text-decoration: underline;
}
.l-2col_main a:hover,
.l-2col_main li a:hover {
  text-decoration: none;
}
.page_template_wrap .interview-list .interview-list-item a,
.page-clinics .wrap-main .l-2col .l-2col_main .clinic-list .clinic-list-item a,
.page_template_wrap.bg-white.page-occupation-detail
  .wrap-main
  .clinic-list
  .clinic-list
  .clinic-list-item
  a {
  text-decoration: none;
}
.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a
  .clinic-list-item-label::before,
.page-clinics
  .wrap-main
  .l-2col
  .l-2col_main
  .clinic-list
  .clinic-list-item
  a:hover
  .clinic-list-item-label::before,
.page_template_wrap .contact-contents .btn-yellow span:before,
.page_template_wrap .contact-contents .btn-yellow:hover span:before,
.page_template_wrap .contact-contents .btn-green span:before,
.page_template_wrap .contact-contents .btn-green:hover span:before,
.page_template_wrap .related-contents .btn-back a .btn-label:before,
.page_template_wrap .related-contents .btn-back a:hover .btn-label:before {
  transition: 0.2s;
}
.next-contents .next-contents-container:before {
  border-radius: 7px;
}
.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-img img {
  border-radius: 7px;
}
.page_template_wrap .related-contents .btn-back a:hover .btn-label:before {
  left: -40px;
}
.page-id-7019 .page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-imgtxt {
  margin-top: 0;
}
.page-id-7019
  .page_template_wrap.bg-white
  .wrap-main
  .l-2col
  .l-2col_main
  .main-imgtxt
  .main-imgtxt-img
  img {
  border-radius: 7px;
}
.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-list li span.b {
  font-weight: bold;
}
.page_template_wrap.bg-white .wrap-main .l-2col .l-2col_main .main-read.top {
  margin-top: 0;
}
.pc_video {
  display: block;
}
.sp_video {
  display: none;
}
@media (max-width: 768px) {
  .pc_video {
    display: none;
  }
  .sp_video {
    display: block;
  }
}

.page_template_wrap .page-crew.schedule {
  margin-top: 0;
}
.page_template_wrap .page-crew.schedule .schedule-content:first-child {
  margin-top: 0;
}

.page_template_wrap .page-crew.schedule .schedule-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.page_template_wrap .page-crew.schedule .schedule-content .schedule-content-time {
  width: 23%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.schedule .schedule-content .schedule-content-time {
    width: 100%;
  }
}

.page_template_wrap .page-crew.schedule .schedule-content .schedule-content-time span {
  display: inline-block;
  border-radius: 7px;
  background-color: #f7f7f7;
  padding: 20px 0;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  width: 100%;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.schedule .schedule-content .schedule-content-time span {
    padding: 15px 0;
    font-size: 16px;
  }
}

.page_template_wrap .page-crew.schedule .schedule-content .schedule-content-txt {
  width: 73%;
  margin-top: 18px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.schedule .schedule-content .schedule-content-txt {
    width: 100%;
  }
}

.page_template_wrap
  .page-crew.schedule
  .schedule-content
  .schedule-content-txt
  .schedule-content-txt-head {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .page-crew.schedule
    .schedule-content
    .schedule-content-txt
    .schedule-content-txt-head {
    font-size: 16px;
  }
}

.page_template_wrap
  .page-crew.schedule
  .schedule-content
  .schedule-content-txt
  .schedule-content-txt-read {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap
    .page-crew.schedule
    .schedule-content
    .schedule-content-txt
    .schedule-content-txt-read {
    font-size: 14px;
  }
}

.page_template_wrap .page-crew.user-voice-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.page_template_wrap .page-crew.user-voice-content .user-voice-icon {
  width: 28%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.user-voice-content .user-voice-icon {
    width: 100%;
    text-align: center;
  }
}

.page_template_wrap .page-crew.user-voice-content .user-voice-icon img {
  max-width: 100%;
  border-radius: 7px;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.user-voice-content .user-voice-icon img {
    max-width: 50%;
  }
}

.page_template_wrap .page-crew.user-voice-content .user-voice-txt {
  width: 67%;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.user-voice-content .user-voice-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt_subhead {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  background: #f3f3f3;
  padding: 4px 8px 3px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt_subhead {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
.page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-head {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #555;
}
.page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-head span {
  font-family: "Noto Sans JP", sans-serif;
  color: #999;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-head {
    font-size: 16px;
  }
}

.page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-name {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-name {
    font-size: 13px;
    margin-top: 2px;
    line-height: 1.6;
  }
}

.page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-read {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
}
.page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-read span {
  font-size: 14px;
  color: #555;
}

@media screen and (max-width: 480px) {
  .page_template_wrap .page-crew.user-voice-content .user-voice-txt .user-voice-txt-read {
    margin-top: 15px;
    font-size: 14px;
  }
  .page_template_wrap.bg-white {
    margin-top: 65px;
  }
  .next-contents .next-contents-container:before {
    /* 		position: fixed; */
  }
}

/* -------- 求人検索 -------- */
.page-head--about.servicebg {
  background-position: 30% 20px;
}
.ele_list {
  gap: 8px 7px;
}
.ele_list_item,
.ele_list_item input {
  font-size: 15px;
}
.ele_list_item.nopost label {
  background: #dedede;
  color: #a6a6a6;
}
.ele_list_item label {
  border: 1px solid #dedede;
}
.job_list_text .term-item {
  font-size: 15px;
}
.job_list_text .term-item:first-child {
  font-size: 14px;
}

@media only screen and (max-width: 980px) {
  .menu-main-menu-container {
    background: none;
  }
}

@media screen and (max-width: 480px) {
  .page_template_wrap.bg-white.page-recruitment
    .wrap-main
    .flow
    .flow-container
    .flow-container-item {
    margin-top: 8px !important;
    padding: 15px 20px;
  }
}

/* -------- カジュアル面談 -------- */
.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head {
  margin-top: 35px;
	padding-left: 25px;
	border-left: solid 3px #c99a3f;
}
.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-tag {
/*   display: inline-block; */
	display: none;
  margin-bottom: 10px;
  padding: 2px 13px;
  background: #c99a3f;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head {
    margin-top: 18px;
  }
  .page_casual .c-fv .s-inner .c-fv-main .c-fv-main-tag {
    margin-bottom: 0;
    padding: 2px 10px;
    font-size: 15px;
  }
  .slick-initialized .slick-slide {
    padding: 20px;
  }
}
@media screen and (max-width: 820px) {
	.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-title {
		font-size: 28px;
	}
	.page_casual .c-fv .s-inner .c-fv-main .c-fv-main-head {
		padding-left: 20px;
		border-left: solid 3px #c99a3f;
		font-size: 22px;
	}
}

/* -------- 院長職にチャレンジ -------- */
.page_director .mv_home {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .page_director .mv_home {
    margin-top: 80px;
  }
}

.single-content .single-main-content a {
  color: #26a981 !important;
  text-decoration: underline;
}
.single-content .single-main-content a:hover {
  text-decoration: none;
}

/* -------- 院長職にチャレンジ -------- */
.page_system .sec-head {
	font-size: 28px;
	margin-bottom: 50px;
}
.page_system .sec-head.main-head {
	font-size: 43px;
}
.page_system .s-inner {
	padding: 60px 0;
}
.page_system img {
	border-radius:5px;
}
.page_system .d-message .d-message-container .d-message-container-txt .d-message-container-txt-head span {
	background: linear-gradient(transparent 70%, #f5dcad 0%);
	display: inline;
	padding: 0 1px 0px;
}
.page_system .d-message .d-message-container .d-message-container-txt .d-message-container-txt-head span:before {
	display: none;
}
.page_system .d-message .d-message-container .d-message-container-img {
	width: 40%;
}
.page_system .d-message .d-message-container .d-message-container-txt {
	width: 60%;
	padding-left: 50px;
}
.page_system .pro_facility-container ul li {
	display: flex;
	margin: 50px 0;
}
.page_system .pro_facility-container ul li:nth-child(odd){
	flex-direction: row-reverse;
}
.page_system .pro_facility-container ul li:last-child {
	margin-bottom: 0;
}
.page_system ul li:before {
	display: none!important;
}
.page_system .pro_facility-container ul li .pro_facility_txt {
	width: calc(55% - 30px);
}
.page_system .pro_facility-container ul li:first-child .pro_facility_txt {
	padding-right: 50px;
}
.page_system .pro_facility-container ul li:nth-child(2n) .pro_facility_txt {
	padding-left: 50px;
}
.page_system .pro_facility-container ul li .pro_facility_txt h3 {
	margin-bottom: 20px;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #BEBEBE;
	font-size: 22px;
}
.page_system .pro_facility-container ul li .pro_facility_txt .pro_facility_txt_item p,
.page_system .pro_facility-container ul li .pro_facility_txt .pro_facility_txt_item a {
	font-size: 16px;
}
.page_system .pro_facility-container ul li .pro_facility_txt .pro_facility_txt_item p {
	margin-bottom: 20px;
}
.page_system .pro_facility-container ul li .pro_facility_txt .pro_facility_txt_item a {
	text-decoration: underline;
}
.page_system .pro_facility-container ul li .pro_facility_txt .pro_facility_txt_item a:hover {
	text-decoration: none;
}
.page_system .pro_facility-container ul li .pro_facility_img {
	width: 45%;
}
.page_system .pro_facility-container ul li .pro_facility_img img {
	width: 100%;
}
.page_system .pro_feature_list {
	margin-bottom: 40px;
}
.page_system .pro_feature_list ul {
	display: flex;
}
.page_system .pro_feature_list ul li {
	width: 25%;
	border-right: solid 1px #ddd;
	box-sizing: border-box;
	text-align: center;
}
.page_system .pro_feature_list ul li:last-child {
	border-right: none;
}
.page_system .pro_feature_list ul li dl dt {
	padding-bottom: 10px;
}
.page_system .pro_feature_list ul li dl dt span {
	position: relative;
	font-size: 18px;
}
.page_system .pro_feature_list ul li dl dt span:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: -3px;
    left: 0;
    background-color: #f5dcad;
    z-index: -1;
}
.page_system .pro_feature_list ul li dl dd {
	font-size: 15px;
}
.page_system .pro_feature_list_detail {
	padding: 30px;
	background: #fff;
	border-radius: 7px;
}
.page_system .pro_feature_list_detail ul li {
	padding: 13px;
	border-bottom: solid 1px #ddd;
}
.page_system .pro_feature_list_detail ul li:last-child {
	border-bottom: none;
}
.page_system .pro_feature_list_detail ul li dl dt p {
	position: relative;	
	padding-left: 25px;
	font-size: 18px;
}
.page_system .pro_feature_list_detail ul li dl dt p:before {
	content: "";
	display: block;
    position: absolute;
    width: 16px;
	height: 13px;
	background: url("./img/icon_system_check.png") no-repeat;
	background-size: 100%;
	top: calc(50% - 5px);
	left: 0;
}
.page_system .pro_feature_list_detail ul li dl dd {
	padding-top: 8px;
	font-size: 15px;
}
.page_system .pro_conditions-head {
	margin-bottom: 30px;
}
.page_system .pro_conditions-head-2 {
	margin-top: 50px;
	padding-top: 40px;
	border-top: solid 1px #ddd;
}
.page_system .pro_conditions .pro_conditions-container > ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.page_system .pro_conditions .pro_conditions-container > ul > li {
	padding: 30px 35px;
	border-radius: 7px;
	background: #fff;
}
.page_system .pro_conditions .pro_conditions-container > ul > li {
	align-items: center;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dt {
	font-size: 20px;
	padding-bottom: 10px;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dt span {
	font-size: 24px;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dd {
	padding-top: 20px;
	border-top: solid 1px #ddd;
	font-size: 15px;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dd ul {
	margin-top: 6px;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dd ul li {
	padding-left: 16px;
	position: relative;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dd ul li:before {
	content: "・";
	font-size: 16px;
	top: 0;
	left: 0;
	color: #555;
	display: inline-block!important;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dd ul li a {
	text-decoration: underline;
}
.page_system .pro_conditions .pro_conditions-container ul li dl dd ul li a:hover {
	text-decoration: none;
}
.page_system ul.pro_conditions_item li dl dt,
.page_system ul.pro_conditions_item li dl dd {
	text-align: center;
}
.page_system .pro_conditions .pro_conditions-container ul.pro_conditions_item li {
	position: relative;
}
.page_system .pro_conditions .pro_conditions-container ul.pro_conditions_item li:first-child dl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page_system .pro_conditions .pro_conditions-container ul.pro_conditions_item li dl dd {
	padding-top: 6px;
	border-top: none;
}
.page_system p.kome {
	font-size: 14px;
	margin-top: 10px;
}
.page_system p.kome a {
	text-decoration: underline;
}
.page_system p.kome a:hover {
	text-decoration: none;
}
.page_system .pro_conditions .c-about-btn {
	margin-top: 40px;
}
.page_system ul.pro_process-list > li {
	margin-bottom: 20px;
	padding: 30px;
	background: #fff;
	border-radius: 7px;
}
.page_system ul.pro_process-list > li:last-child {
	margin-top: 0;
}
.page_system ul.pro_process-list > li {
	display: flex;
	align-items: center;
}
.page_system ul.pro_process-list li .pro_process-list-ttl {
	width: 40%;
	padding: 0 20px 0 60px;
	position: relative;
	font-size: 18px;
}
.page_system ul.pro_process-list li .pro_process-list-ttl:before {
	content:"";
	position: absolute;
	width: 45px;
	height: 45px;
	display: block;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
}
.page_system ul.pro_process-list li.pro_process-list-item1 .pro_process-list-ttl:before {
	background: url("./img/img_icon_step-1.svg") no-repeat;
	background-size: 100%;
}
.page_system ul.pro_process-list li.pro_process-list-item2 .pro_process-list-ttl:before {
	background: url("./img/img_icon_step-2.svg") no-repeat;
	background-size: 100%;
}
.page_system ul.pro_process-list li.pro_process-list-item3 .pro_process-list-ttl:before {
	background: url("./img/img_icon_step-3.svg") no-repeat;
	background-size: 100%;
}
.page_system ul.pro_process-list li.pro_process-list-item4 .pro_process-list-ttl:before {
	background: url("./img/img_icon_step-4.svg") no-repeat;
	background-size: 100%;
}
.page_system ul.pro_process-list li .pro_process-list-ttl span {
	font-size: 14px;
}
.page_system ul.pro_process-list li .pro_process-list-cont {
	width: 60%;
	border-left: solid 1px #ddd;
	padding-left: 40px;
}
.page_system ul.pro_process-list li .pro_process-list-cont p {
	margin-bottom: 13px;
}
.page_system ul.pro_process-list li .pro_process-list-cont p:last-child {
	margin-bottom: 0;
}
.page_system ul.pro_process-list li .pro_process-list-cont ul li {
	position: relative;
/* 	padding-left: 20px; */
}
.page_system ul.pro_process-list li .pro_process-list-cont ul li:before {
	content: "・";
	font-size: 16px;
	top: 0;
	left: 0;
	color: #555;
	display: inline-block!important;
}
.page_system ul.pro_process-list li .pro_process-list-cont a {
	text-decoration: underline;
}
.page_system ul.pro_process-list li .pro_process-list-cont a:hover {
	text-decoration: none;
}
.page_system ul.pro_process-list li .pro_process-list-cont a.btn_bd_green {
	margin-top: 10px;
	display: inline-block;
    padding: 11px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #25aa81;
    background-color: #fff;
    color: #25aa81;
    text-align: center;
    border-radius: 3px;
	text-decoration: none;
}
.page_system .pro_leader-container ul.leader_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.page_system .pro_leader-container ul.leader_list li {
	padding: 30px;
	background: #fff;
	border-radius: 7px;
}
.page_system .pro_leader-container ul.leader_list .leader_list_img {
	margin-bottom: 15px;
}
.page_system .pro_leader-container ul.leader_list .leader_list_img img {
	width: 100%;
}
.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-head {
	font-size: 20px;
	margin-bottom: 15px;
}
.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-head span {
	font-size: 14px;
}
.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-head span.txt-clinic {
	display: block;
	margin-bottom: 7px;
}
.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-head span.txt-sm {
	display: inline-block;
}
.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-read {
	font-size: 14px;
	margin-bottom: 10px;
}
.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-read a {
	text-decoration: underline;
}
.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-read a:hover {
	text-decoration: none;
}
.page_system .pro_cta {
/* 	margin-top: 70px; */
	text-align: center;
}
.page_system .pro_cta p {
	margin-top: 30px;
}
.page_system .pro_cta p a {
	text-decoration: underline;
}
.page_system .pro_cta p a:hover {
	text-decoration: none;
}
.page_system .btn-yellow:before {
	top: calc(50% - 11px);
	transform: rotate(-90deg);
}

@media screen and (max-width: 480px) {
	.page_system .s-inner {
		padding: 0;
	}
	.page_system .sec-head.main-head {
		font-size: 26px;
	}
	.page_system .d-message .d-message-container {
		display: block;
	}
	.page_system .d-message .d-message-container .d-message-container-img,
	.page_system .d-message .d-message-container .d-message-container-txt {
		width: auto;
		padding: 0;
	}
	.page_system .d-message .d-message-container .d-message-container-img {
		margin-bottom: 20px;
	}
	.page_system .s-inner {
	    padding: 40px 0;
	}
	.page_system .sec-head {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.page_system .pro_facility-container ul li {
		display: block;
		margin: 30px 0;
	}
	.page_system .pro_facility-container ul li .pro_facility_img,
	.page_system .pro_facility-container ul li .pro_facility_txt {
		width: auto;
	}
	.page_system .pro_facility-container ul li:first-child .pro_facility_txt,
	.page_system .pro_facility-container ul li:nth-child(2n) .pro_facility_txt {
		padding: 20px 0 0 0;
	}
	.page_system .pro_facility-container ul li .pro_facility_txt h3 {
		font-size: 17px;
	}
	.page_system p,.page_system a {
		font-size: 14px!important;
	}
	.page_system .pro_feature_list ul {
		display: block;
	}
	.page_system .pro_feature_list ul li {
		width: auto;
		border-right: none;
		border-bottom: solid 1px #ddd;
		padding: 10px 0;
	}
	.page_system .pro_feature_list ul li:last-child {
		border-bottom: none;
	}
	.page_system .pro_feature_list ul li dl dt span {
		font-size: 17px;
	}
	.page_system .pro_feature_list ul li dl dt {
    	padding-bottom: 6px;
	}
	.page_system .pro_feature_list ul li dl dd {
		font-size: 14px;
	}
	.page_system .pro_feature_list_detail {
		padding: 20px;
	}
	.page_system .pro_feature_list_detail ul li dl dt p {
		font-size: 17px!important;
	}
	.page_system .pro_feature_list_detail ul li dl dd {
		font-size: 14px;
	}
	.page_system .pro_conditions .pro_conditions-container > ul {
		display: block;
	}
	.page_system .pro_conditions .pro_conditions-container > ul > li {
		padding: 20px;
		margin-bottom: 10px;
	}
	.page_system .pro_conditions .pro_conditions-container > ul > li:last-child {
		margin-bottom: 0;
	}
	.page_system .pro_conditions .pro_conditions-container ul li dl dt {
		font-size: 17px;
	}
	.page_system .pro_conditions .pro_conditions-container ul li dl dt span {
		font-size: 20px;
	}
	.page_system .pro_conditions .pro_conditions-container ul li dl dd ul li {
		padding-left: 0;
	}
	.page_system .pro_conditions .pro_conditions-container ul.pro_conditions_item li:first-child dl {
		position: relative;
		text-align: center;
		top: unset;
		left: unset;
		transform: unset;
	}
	.page_system .pro_conditions .pro_conditions-container ul.pro_conditions_item li:first-child dl dt {
		padding-bottom: 0;
	}
	.page_system ul.pro_process-list > li {
		display: block;
		margin-bottom: 5px;
	}
	.page_system ul.pro_process-list li .pro_process-list-ttl,
	.page_system ul.pro_process-list li .pro_process-list-cont {
		width: auto;
		padding: 0;
		border: none;
	}
	.page_system ul.pro_process-list li .pro_process-list-ttl {
		border-bottom: solid 1px #ddd;
		padding-bottom: 20px;
	}

	.page_system .pro_cta .s-inner {
		padding-bottom: 0;
	}
	.page_system ul.pro_process-list li .pro_process-list-ttl {
		padding: 0 0 15px 45px;
	}
	.page_system ul.pro_process-list li .pro_process-list-ttl:before {
		width: 35px;
		height: 35px;
		top: calc(50% - 9px);
	}	
	.page_system ul.pro_process-list li .pro_process-list-ttl p {
		font-size: 17px!important;
	}
	.page_system .d-message .s-inner {
		padding-top: 0;
	}
	.page_system .pro_leader-container ul.leader_list {
		display: block;
	}
	.page_system .pro_leader-container ul.leader_list li {
		margin-bottom: 10px;
	}
	.page_system .pro_leader-container ul.leader_list .leader_list_txt .leader_list_txt-head span {
		font-size: 13px;
	}

}

/* -------- 院長職にチャレンジ -------- */
.page_director .mv_home {
	margin-top: 120px;
}
@media screen and (max-width: 768px) {
	.page_director .mv_home {
		margin-top: 80px;
	}
}
.page_template_wrap.bg-white.page-career .wrap-main .l-2col_main .steps-3years-illustration.careerup-illustration {
	padding: 30px 50px 20px;
}
.page_template_wrap.bg-white.page-career .wrap-main .l-2col_main .steps-3years-illustration.careerup-illustration img {
	max-width: 90%;
}
@media screen and (max-width: 768px) {
	.page_template_wrap.bg-white.page-career .wrap-main .l-2col_main .steps-3years-illustration.careerup-illustration {
		padding: 20px 15px;
	}
	.page_template_wrap.bg-white.page-career .wrap-main .l-2col_main .steps-3years-illustration.careerup-illustration img {
		max-width: unset;
	}
}


.page-id-7005 .page_template_wrap .contact-contents,
.page-id-7023 .page_template_wrap .contact-contents{
	margin-top: 0;
	margin-bottom: 60px;
}
.page-id-7005 .page_template_wrap .contact-contents .btn-green,
.page-id-7023 .page_template_wrap .contact-contents .btn-green {
	width: auto;
}
.page-id-7005 .page_template_wrap .contact-contents .btn-green span,
.page-id-7023 .page_template_wrap .contact-contents .btn-green span {
	font-size: 18px;
	padding-right: 55px;
}
@media screen and (max-width: 768px) {
	.page-id-7005 .page_template_wrap .contact-contents,
	.page-id-7023 .page_template_wrap .contact-contents {
		margin-top: 15px;
		margin-bottom: unset;
	}
	.page-id-7005 .page_template_wrap .contact-contents .btn-green,
	.page-id-7023 .page_template_wrap .contact-contents .btn-green {
		width: 100%;
	}
	.page-id-7005 .page_template_wrap .contact-contents .btn-green span,
	.page-id-7023 .page_template_wrap .contact-contents .btn-green span {
		padding-right: 20px;
	}
}

.page_template_wrap.page_occupation .occupation_index .occupation-list.other {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
	margin-top: 25px;
}
.page_template_wrap.page_occupation .occupation_index .occupation-list.other .occupation-list-item {
	width: auto;
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.page_template_wrap.page_occupation .occupation_index .occupation-list.other {
		grid-template-columns: 1fr;
		grid-gap: 15px;
		margin-top: 15px;
	}
}


/* creator */
.l-2col_main.page-creator .main-imgtxt {
	padding-bottom: 35px;
	border-bottom: solid 1px #BEBEBE;
}
.l-2col_main.page-creator .main-imgtxt:last-child {
	border-bottom: none;
}
.l-2col_main.page-creator .main-imgtxt .main-imgtxt-txt .main-head span {
	display: block;
	margin-top: 8px;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.l-2col_main.page-creator .main-imgtxt .main-imgtxt-txt .main-head span {
		font-size: 14px;
	}
}
.link_creator {
	display: inline-block;
	margin: 0 20px 0 0;
}
.footer-copyright-sp .link_creator {
	display: block;
	margin: 0 0 10px 0;
}

.ele_list_item #position_cat_nurse,
.ele_list_item #position_cat_nurse ~ label {
	display: none;
}




