 p,div,li,ul,a{
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	     letter-spacing: 0.1rem;
	 font-size:18px;	
} 

@media screen and (max-width: 600px) {
 p,div,li,ul,a{
font-size:16.5px;	
}
}

table{
	width:100%;
}
.btn{
background-color: #7fbc69;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    display: block;
    width: fit-content;
    border-radius: 5px;	
}
.sub_nav {
    position: absolute !important;
    top: 110px;
    left: 0;
    width: 100%;
    height: 111px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    z-index: 9999;
    transform: translateY(-111px);
/*     padding: 0 70px 0 34px; */
    transition: all 0.5s ease;
}
.link_text{
    font-weight: 600;
    color: #5c7ed6;
    text-decoration: underline;	
}
@media (max-width: 1699px) {
  .sub_nav{
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  .sub_nav {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .sub_nav {
    display: none;
  }
}
.sub_nav .c-globalmenu {
  width: 100%;
  height: 111px;
  padding: 0;
  margin: 0 auto;
}
.sub_nav .header-tel {
  width: 260px;
}
@media (max-width: 1199px) {
  .sub_nav .header-tel {
    width: 200px;
  }
}
.sub_nav.fixed {
  opacity: 1;
  transform: translateY(0);
}
.mb50{
	margin-bottom:50px;
}
.mb30{
	margin-bottom:30px;
}
.mt50{
	margin-top:50px;
}
.mt30{
margin-top: 30px !important;
}
.gap{
	margin-bottom:10px;
}

strong{
	font-weight:bold;
	    color: #daa357;
}


.inner{
	max-width: 1200px;
    margin: 0 auto;
	width: 96%;
}
.sub_main{
	    margin-bottom: 120px;
}

.sub_top{
	background-image: url("http://kiddo15.xsrv.jp/test_nagashima/wp-content/themes/nagashima/img/sub/sub_top.jpg");
	height: 280px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sub_top h2{
display: flex;
    text-align: center;
    font-size: 3rem;
    flex-direction: column;
    line-height: 1.6;
	    font-weight: 500;
	    color: #fff;
}
.sub_top h2 span{
font-family: new-order, sans-serif;
	font-weight: 600;
	    color: #fff;
}



.text_box {
    margin: 0px 0px 20px;
}


.text_box li{
	    position: relative;
}
.box750{
	max-width: 750px;
	margin: 0 auto;
}
.sub_top_box{
display: flex;
justify-content: space-between;
    align-items: flex-start;
max-width:1200px;
/*     margin: 100px auto 90px; */
    margin: 50px auto 100px;	
}

/* .sub_top_box:after{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - calc(20 / 1920* 100vw));
    background: #d99f3e;
    bottom: 0;
    z-index: -1;	
} */
.sub_top_box_img{
	width: 50%;
	max-width:500px;
	position:relative;

  
}
.sub_top_box_img img{
    border-radius: 20px;		
}
.sub_top_box_img:after{
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 20px;
	box-shadow: -14px 15px 0 #d8effb;
}
.sub_top_box_text{
	width: 48%;
}
.sub_top_box_text span{
    font-size: 110%;
    font-weight: 500;
    display: block;
        color: #6dc6dc;
    margin-bottom: 10px;
}
.sub_main h3{
    font-weight: 500;
    color: #888;
    text-align: center;
    padding: 20px 0px;
    margin: 80px 0px 40px;
	    position: relative;
font-size:140%;
}

.sub_main h3:after{
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    content: " ";
    width: 55px;
    height: 5px;
    background:#6dc6dc;
    margin: auto;
    border-radius: 10px;
}

.sub_main h3::first-letter {
  color:  #6dc6dc;
}
.sub_main h5{
    background-color: #6dc6dc;
    color: #fff;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
/*     margin-top: 30px; */
    margin-top: 50px;	
}
.sub_main h6{
    border-bottom: solid 2px #dce9ef;
    padding-left: 2px;
    font-weight: 500;
    color: #5e5e5e;
    margin-bottom: 10px;
    margin-top: 30px;
}
.column h6{
margin-top:20px;	
}

h7{
    margin-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 500;
	    color: #5e5e5e;
}
.list_box_wrap{
	    max-width: 1000px;
	    width: 90%;
    margin: 0 auto;
}
.list_box{
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
.point_box{
	    margin-top: 0;
}
.point_box span{
	font-weight:500;
	color:#e39c49;
}
.list_box_con{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	    padding: 20px;
}
.back_color{
background-color: #fbfbfb;
}
.list_bix_text{
	    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.list_box li{
    max-width: 425px;
	    width: 49%;
	position: relative;
    padding-left: 20px;
       line-height: 2;
	    display: inline-block;
}
.list_box li:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #aad2c3;
    border-radius: 50%;
    left: 0;
    top: 18px;
    transform: translateY(-50%);
}
.list_box_ttl{
    text-align: center;
    margin: 20px auto 50px;
    font-weight: 500;
    color: #002f7b;
    position: relative;
}
.list2{
border: solid 4px #e0e0e0;
}
.list_box_ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
 background-color:#a2d5c3;
    position: absolute;
    width: 100%;
    z-index: 0;
	    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.list_box_ttl span{
	color:#fff;
	    background-color:#8ad8bc;
	    z-index: 10;
    position: relative;
	    padding: 20px;
padding: 12px;
    border-radius: 5px;
}

.box01{
        background-color: #f3f7f5;
    width: 49%;
    margin: 80px 10px 0px;
	    padding-bottom: 20px;
}
.box01 h5{
	margin-bottom: 0px;
}
.box01 p:not(:last-child){
    border-bottom: solid 2px #fff;
}
.box01 p{
    padding: 10px 20px;
}
.h5_wrap{
    max-width: 98%;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 10px 0px 10px;
}
.box_flex{
	display:flex;
}

.dot_list p{
	    position: relative;
	padding-left: 23px;	
	margin-left: 30px;
}
.dot_list p:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #5d7cae;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ex_pic{
	max-width:550px;
	margin:0 auto;
	position:relative;
	    width: 90%;
    margin: 20px auto;
}

@media screen and (max-width: 1100px) {
.sub_top_box {
    width: 90%;
}	
}
@media screen and (max-width: 1000px) {
  .box_flex {  display: block;
	}
	.box01 {
    width: 95%;
    margin: 0px auto 40px;
}
}

@media screen and (max-width: 750px) {
.sub_top_box_text {
    width: 100%;
	    margin-top: 30px;
}
.sub_top_box_img{
    width: 95%;
    max-width: 500px;
}
.sub_top_box {
    flex-direction: column;
	    align-items: center;
}
	.sub_top {
		height: 200px;
	}
.sub_top h2 {
font-size: 2.5rem;
}
	.sub_main h3 {
    font-size: 130%;
}
	.list_box_con{
	    padding: 20px 0px;	
	}
	.list_box_wrap {
    width: 100%;
	}
	.sub_top_box_text span{
		font-size: 110%;
	}
}
@media screen and (max-width: 600px) {
	.list_box_con{
	    display: block;	
	}
	.list_box {
    padding: 10px;
}
	.list_box li{
	    width: 100%;	
	}
		.inner{
	    width: 95%;	
	}

/* 	.list_box_ttl {
    font-size: 4.3vw;		
		} */
	.list_box_ttl span{
	    padding: 5px;	
	}

	.sub_main h3{
	    margin: 40px 0px 20px;	
		    padding: 11px 0px;
	}
	.sub_top_box_text span {
		font-size: 107%;
		    margin-bottom: 10px;
	}
	.sub_top_box{
	    margin: 40px auto 40px;	
		    width: 100%;
	}
	.text_box{
    margin: 30px auto;
    width: 98%;
	}
.box01 {
    margin: 0px auto 40px;
}

.list_box_con {
    padding: 5px;
}
	.sub_main h3:after{
    width: 50px;
    height: 4px;
	}
	.sub_top_box_img:after{
		    width: 97%;
	}

	.list_box_ttl {
		font-size: 1.1rem;
		 margin: 20px auto 20px;
}
	.sub_main h5{
	    padding: 5px;	
	}
}
@media screen and (max-width: 400px) {
	.list_box_ttl {
    font-size: 4.5vw;		
		}

}


.flex_list{
	display:flex;
	    justify-content: space-between;
}
	.flex_list .list_box{
		width:30%;
		display: flex;
    justify-content: center;
    align-items: center;
}

	.flex_list li{
		width:100%;
		padding-left: 0px;
}

	.flex_list li:before{
    content:none;
}
@media screen and (max-width: 600px) {
	.flex_list {
    flex-direction: column;
}
.flex_list .list_box {
    width: 95%;
      min-height: 100px;
    max-width: 400px;
    margin: 10px auto;
}
}
/* 医師紹介 */

.greeting-wrap-desc__txt {
  margin-bottom: 68px;
}
/* .top-greeting .greeting-inner .greeting-wrap-desc__txt p {
  font: 25px "dnp-shuei-gothic-kin-std", sans-serif;
  line-height: 1.5;
  margin-bottom: 27px;
} */
/* @media (max-width: 1799px) {
  .top-greeting .greeting-inner .greeting-wrap-desc__txt p {
    font-size: 18px;
  }
} */
/* @media screen and (max-width: 750px) {
  .top-greeting .greeting-inner .greeting-wrap-desc__txt p {
    font-size: 15px;
    margin-bottom: 16px;
  }
} */
.greeting-wrap-desc__txt p:last-child {
  margin-bottom: 0;
}
.greeting-wrap-desc__name {
  display: flex;
  align-items: center;
	    margin: 20px;
}
.greeting-wrap-desc__name .name-occupation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 90px;
    background: url(../img/top/greeting_name_bg.png) no-repeat;
    background-size: 100%;
    font-size: 19px;
    color: #FFF;
    margin-right: 40px;
}
.back2{
background-color: #f5f5f5;
padding: 40px 0px 60px;
}
/* @media (max-width: 1799px) {
  .top-greeting .greeting-inner .greeting-wrap-desc__name .name-occupation {
    width: 120px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .top-greeting .greeting-inner .greeting-wrap-desc__name .name-occupation {
    font-size: 20px;
  }
} */
@media screen and (max-width: 900px) {
	.greeting-wrap-desc__name .name-occupation {
    width: 19vw;
    height: 10vw;
    font-size: 18px;
}
}
@media screen and (max-width: 750px) {
.greeting-wrap-desc__name .name-occupation {
    width: 90px;
    height: 80px;
    font-size: 18px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
	.greeting-wrap-desc__name .name-occupation {
    width: 70px;
    height: 60px;
    font-size: 16px;
}
.greeting-wrap-desc__name .name-label-jp {
    font-size: 19px;
}
}
.greeting-wrap-desc__name .name-label-en {
  font: 28px "oskar", sans-serif;
  color: #7bc741;
  font-weight: 100;
}
@media (max-width: 1799px) {
.greeting-wrap-desc__name .name-label-en {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
.greeting-wrap-desc__name .name-label-en {
    font-size: 20px;
  }
}
.greeting-wrap-desc__name .name-label-jp {
  font: 1.3rem "dnp-shuei-gothic-kin-std", sans-serif;
  color: #666;
}
@media (max-width: 1799px) {
.greeting-wrap-desc__name .name-label-jp {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
.greeting-wrap-desc__name .name-label-jp {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
.back2 {
    padding: 10px 0px 50px;
}	
}


/* 医院案内 */
.text_box_back{
background: url(../img/sub/policy-bg.jpg) no-repeat;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.content_box {
    width: 30%;
}
.content_box dl{
    background-color:#49b78f;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 10px;
}
.content_box_wrap{
	    display: flex;
    justify-content: space-between;
	    flex-wrap: wrap;
}
.content_box dt img{
width:100%;	
}
.content3box .content_box:nth-child(n+4){
margin-top:50px;
}

.facilitybox{
    justify-content: center;
    gap: 30px;
}

.slider{
	    max-width: 1000px;
    margin: 0 auto;
}
.clinic_pic{
    margin: 30px auto;
    text-align: center;
}
.clinic_map iframe{
    border: 0;
    width: 100%;
    height: 500px;	
}

.content_box2{
	  width: 48%;
}
.content_box2 dl{
    background-color: #5d5d6f;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 10px;
}
.ex_pic2 {
max-width:1000px;
    margin: 0 auto;
    position: relative;
    width: 90%;
    margin: 20px auto;
}
@media screen and (max-width: 750px) {
	.content_box {
width: 48%;
    margin: 0.8vw;
}
.content_box dl{
 font-size: 1.1rem;	
}
.content3box .content_box:nth-child(n+4) {
    margin-top: 0px;
}
}
@media screen and (max-width: 600px) {
	.content_box dl{
	 font-size: 1rem;	
	}	
.content_box2 dl{
		font-size: 3.5vw;
		padding: 5px;
	}
	.ex_pic2 {
    width: 98%;
}
	.sp_one_box .content_box{
	width: 100% !important;
		margin-top: 20px;
	}
}
/* recruit-mv
-----------------------------------------------------------------*/
.recruit-mv {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 52vw;
  background: url("../img/recruit/recruit_mv.jpg") no-repeat;
  background-size: cover;
margin-bottom: 20px;
}
@media (max-width: 1699px) {
  .recruit-mv {
    background: url("../img/recruit/recruit_mv.jpg") center no-repeat;
    background-size: cover;
    height: 900px;
  }
}
@media (max-width: 1399px) {
  .recruit-mv {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .recruit-mv {
    height: 500px;
  }
}
@media screen and (max-width: 960px) {
  .recruit-mv {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-mv {
    height: 300px;
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
.recruit-mv-ttl {
  padding-bottom: 30px;
  padding-left: 63px;
}
@media (max-width: 1399px) {
  .recruit-mv-ttl {
    padding-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-mv-ttl {
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: -20px;
  }
}
.recruit-mv-ttl .ttl-jp {
  font-size: 60px;
  color: #777;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .recruit-mv-ttl .ttl-jp {
    font-size: 60px;
  }
}
@media screen and (max-width: 960px) {
  .recruit-mv-ttl .ttl-jp {
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-mv-ttl .ttl-jp {
    font-size: 30px;
  }
}
.recruit-mv-ttl .ttl-en {
  font: 110px "oskar", sans-serif;
  background: linear-gradient(to right, #ec956e, #ffa921);
  background: -webkit-linear-gradient(to right, #ec956e, #ffa921);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}
@media (max-width: 1399px) {
  .recruit-mv-ttl .ttl-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 960px) {
  .recruit-mv-ttl .ttl-en {
    font-size: 60px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-mv-ttl .ttl-en {
    font-size: 30px;
  }
}

/* recruit-feature
-----------------------------------------------------------------*/
.recruit-feature {
  background: #f9fdfa;
    padding: 70px 0 100px;
}
/* @media (max-width: 1199px) {
  .recruit-feature {
    padding: 80px 0 90px;
  }
} */
@media screen and (max-width: 750px) {
  .recruit-feature {
    padding: 60px 0 40px;
  }
}
.recruit-feature .c-ttl {
  margin-bottom: 242px;
}
@media screen and (max-width: 750px) {
  .recruit-feature .c-ttl {
    margin-bottom: 120px;
  }
}
.recruit-feature-wrap__item {
  position: relative;
  margin-bottom: 180px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item {
    margin-bottom: 80px;
  }
}
.recruit-feature-wrap__item::after {
  position: absolute;
  content: " ";
  width: 236px;
  height: 236px;
  background: url("../img/recruit/feature_round.png") no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item::after {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item::after {
    width: 120px;
    height: 120px;
  }
}
.recruit-feature-wrap__item .feature-item-desc__wrap {
  width: 1443px;
  padding-bottom: 150px;
  margin: 0 auto;
}
@media (max-width: 1442px) {
  .recruit-feature-wrap__item .feature-item-desc__wrap {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-desc__wrap {
    width: 100%;
    padding-bottom: 40px;
  }
}
.recruit-feature-wrap__item .feature-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-img {
    width: 700px;
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-img {
    width: 500px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-img {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit-feature-wrap__item .feature-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-feature-wrap__item .feature-item-img .item-point {
  position: absolute;
  top: -194px;
  left: 10%;
  font-family: "oskar", sans-serif;
  text-align: center;
  font-weight: 300;
  z-index: 2;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-img .item-point {
    top: -120px;
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-img .item-point {
    top: -80px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-img .item-point {
    top: -60px;
  }
}
.recruit-feature-wrap__item .feature-item-img .item-point .en-small {
  font-size: 80px;
  color: #e3e3e3;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-img .item-point .en-small {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-img .item-point .en-small {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-img .item-point .en-small {
    font-size: 25px;
  }
}
.recruit-feature-wrap__item .feature-item-img .item-point .en-num {
  display: block;
  font-size: 200px;
  color: #6dc7e4;
  line-height: 130px;
}
/* @media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-img .item-point .en-num {
    font-size: 200px;
    line-height: 96px;
  }
} */
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-img .item-point .en-num {
    font-size: 110px;
    line-height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-img .item-point .en-num {
    font-size: 80px;
    line-height: 50px;
  }
}
.recruit-feature-wrap__item .feature-item-img .item-point .en-num span {
  color: #a1baba;
}
.recruit-feature-wrap__item .feature-item-img .item-img {
  position: relative;
  max-height: 500px;
  z-index: 1;
}
.recruit-feature-wrap__item .feature-item-img .item-img::before {
  position: absolute;
  width: 139px;
  height: 290px;
  content: " ";
  background: url("../img/recruit/feature_rect.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-img .item-img::before {
    font-size: 200px;
    line-height: 96px;
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-img .item-img::before {
    width: 80px;
    height: 170px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-img .item-img::before {
    width: 60px;
    height: 135px;
  }
}
.recruit-feature-wrap__item .feature-item-img .item-img::after {
  position: absolute;
  bottom: -30px;
  right: -30px;
  content: " ";
  width: 100%;
  height: calc(100% - 50px);
  background: #f9f6db;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-img .item-img::after {
    bottom: -14px;
  }
}
.recruit-feature-wrap__item .feature-item-desc {
  width: 650px;
  margin: 0 0 0 auto;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-desc {
    width: calc(100% - 700px - 60px);
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-desc {
    width: calc(100% - 500px - 40px);
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-desc {
    width: 100%;
    padding: 0 15px;
  }
}
.recruit-feature-wrap__item .feature-item-desc .item-ttl {
  background: url("../img/recruit/feature_ttl_bg.png") bottom no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
  margin-bottom: 48px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.recruit-feature-wrap__item .feature-item-desc .item-ttl-sub {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 70px;
  background: #99c8e1;
  font: 1.4rem "Noto Sans JP", sans-serif;
  color: #FFF;
  margin-bottom: 60px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl-sub {
/*     font-size: 20px; */
    height: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl-sub {
    width: 300px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl-sub {
    height: 40px;
    font-size: 16px;
    width: 80%;
    margin: 0 auto 30px;
  }
}
.recruit-feature-wrap__item .feature-item-desc .item-ttl-sub::before {
  position: absolute;
  bottom: -20px;
  left: 20px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 11.5px 0 11.5px;
  border-color: #99c8e1 transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl-sub::before {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.recruit-feature-wrap__item .feature-item-desc .item-ttl-main {
    font-size: 1.5rem;
  color: #888;
	    font-weight: 500;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl-main {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl-main {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-desc .item-ttl-main {
    font-size: 24px;
    text-align: center;
  }
}
.recruit-feature-wrap__item .feature-item-desc .item-ttl-main span {
  color: #f3a637;
}
.recruit-feature-wrap__item .feature-item-desc .item-desc-txt {

  line-height: 1.9;
}
/* @media (max-width: 1839px) {
  .recruit-feature-wrap__item .feature-item-desc .item-desc-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item .feature-item-desc .item-desc-txt {
    font-size: 15px;
  }
} */
.recruit-feature-wrap__item:first-child .feature-item-img .item-img::before {
  bottom: -109px;
  left: 48px;
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:first-child .feature-item-img .item-img::before {
    bottom: -38px;
    left: 10px;
  }
}
.recruit-feature-wrap__item:first-child::after {
  top: -150px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:first-child::after {
    top: -80px;
  }
}
.recruit-feature-wrap__item:nth-of-type(even) .feature-item-img {
  right: 0;
  left: unset;
}
.recruit-feature-wrap__item:nth-of-type(even) .feature-item-img .item-point {
  right: 10%;
  left: unset;
}
.recruit-feature-wrap__item:nth-of-type(even) .feature-item-img .item-img::before {
  bottom: -85px;
  right: 48px;
  width: 172px;
  height: 225px;
  background: url("../img/recruit/feature_square.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item:nth-of-type(even) .feature-item-img .item-img::before {
    width: 100px;
    height: 140px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:nth-of-type(even) .feature-item-img .item-img::before {
    bottom: -24px;
    right: 20px;
    width: 80px;
    height: 100px;
  }
}
.recruit-feature-wrap__item:nth-of-type(even) .feature-item-img .item-img::after {
  position: absolute;
  bottom: -30px;
  right: unset;
  left: -30px;
  content: " ";
  width: 100%;
  height: calc(100% - 50px);
  background: #f9f6db;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:nth-of-type(even) .feature-item-img .item-img::after {
    bottom: -14px;
  }
}
.recruit-feature-wrap__item:nth-of-type(even) .feature-item-desc {
  margin: unset;
  padding-top: 30px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item:nth-of-type(even) .feature-item-desc {
    padding-top: 0;
  }
}
.recruit-feature-wrap__item:nth-of-type(even)::after {
  top: -10px;
  left: -30px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item:nth-of-type(even)::after {
    top: -100px;
    left: -80px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:nth-of-type(even)::after {
    top: -50px;
    left: 0;
  }
}
.recruit-feature-wrap__item:last-child {
  margin-bottom: 0;
}
.recruit-feature-wrap__item:last-child .feature-item-img .item-point {
  top: -100px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item:last-child .feature-item-img .item-point {
    top: -120px;
  }
}
@media (max-width: 1199px) {
  .recruit-feature-wrap__item:last-child .feature-item-img .item-point {
    top: -80px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:last-child .feature-item-img .item-point {
    top: -60px;
  }
}
.recruit-feature-wrap__item:last-child .feature-item-img .item-img {
  bottom: -109px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item:last-child .feature-item-img .item-img {
    bottom: unset;
    left: unset;
  }
}
.recruit-feature-wrap__item:last-child .feature-item-img .item-img::before {
  bottom: -46px;
  right: -70px;
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:last-child .feature-item-img .item-img::before {
    bottom: -38px;
    left: 10px;
  }
}
.recruit-feature-wrap__item:last-child .feature-item-desc {
  padding-top: 110px;
}
@media (max-width: 1839px) {
  .recruit-feature-wrap__item:last-child .feature-item-desc {
    padding-top: 0;
  }
}
.recruit-feature-wrap__item:last-child::after {
  bottom: -50px;
  right: 50px;
}
@media screen and (max-width: 750px) {
  .recruit-feature-wrap__item:last-child::after {
    top: -50px;
    bottom: unset;
    right: 0;
  }
}

/* recruit-flow
-----------------------------------------------------------------*/
.recruit-flow {
  padding: 120px 0 0;
}
@media (max-width: 1799px) {
  .recruit-flow {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .recruit-flow {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .recruit-flow {
    padding: 0px;
  }
}
.recruit-flow .c-ttl {
  margin-bottom: 90px;
}

@media screen and (max-width: 750px) {
  .recruit-flow .c-ttl {
    margin-bottom: 50px;
  }
}
.recruit-flow-bg {
  background: url("../img/recruit/flow_bg.jpg") no-repeat;
  background-size: 100%;
  padding: 170px 0 180px;
}
@media (max-width: 1799px) {
  .recruit-flow-bg {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .recruit-flow-bg {
    padding: 70px 0;
  }
}
@media screen and (max-width: 960px) {
  .recruit-flow-bg {
    background: url("../img/recruit/flow_bg.jpg") repeat-y;
    background-size: 100%;
  }
}
@media screen and (max-width: 750px) {
  .recruit-flow-bg {
    background: url("../img/recruit/flow_bg_sp.jpg") repeat-y;
    background-size: 100%;
    padding: 40px 0;
  }
}
.recruit-flow-wrap {
  display: flex;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
	max-width: 1500px;
}
@media screen and (max-width: 960px) {
  .recruit-flow-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .recruit-flow-wrap {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
.recruit-flow-wrap .flow-wrap-item {
  width: calc(25% - 43px);
}
@media screen and (max-width: 960px) {
  .recruit-flow-wrap .flow-wrap-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 750px) {
  .recruit-flow-wrap .flow-wrap-item {
    width: 70%;
    margin: 0 auto 50px;
  }
}
.recruit-flow-wrap .flow-wrap-item__num {
  font: 120px "oskar", sans-serif;
  color: #c1cfd6;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 1799px) {
  .recruit-flow-wrap .flow-wrap-item__num {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .recruit-flow-wrap .flow-wrap-item__num {
    font-size: 80px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-flow-wrap .flow-wrap-item__num {
    font-size: 60px;
  }
}
.recruit-flow-wrap .flow-wrap-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  background: #FFF;
  border: 1px solid #585858;
  border-radius: 50%;
  margin: 0 auto 42px;
}
/* @media (max-width: 1799px) {
  .recruit-flow-wrap .flow-wrap-item__img {
    width: 250px;
    height: 250px;
  }
} */
@media (max-width: 1199px) {
  .recruit-flow-wrap .flow-wrap-item__img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-flow-wrap .flow-wrap-item__img {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
  }
}
/* .recruit-flow-wrap .flow-wrap-item__txt {
  font-size: 24px;
}
@media (max-width: 1799px) {
  .recruit-flow-wrap .flow-wrap-item__txt {
    font-size: 20px;
  }
} */
@media (max-width: 1199px) {
  .recruit-flow-wrap .flow-wrap-item__txt {
    font-size: 18px;
  }
}
.recruit-flow-wrap .flow-wrap-item.item01 .flow-wrap-item__img img {
  width: 90px;
  height: 90px;
}
/* @media (max-width: 1799px) {
  .recruit-flow-wrap .flow-wrap-item.item01 .flow-wrap-item__img img {
    width: 100px;
    height: 100px;
  }
} */
@media screen and (max-width: 750px) {
  .recruit-flow-wrap .flow-wrap-item.item01 .flow-wrap-item__img img {
    width: 70px;
    height: 70px;
  }
}
.recruit-flow-wrap .flow-wrap-item.item02 .flow-wrap-item__img img {
    width: 90px;
    height: 120px;
}
/* @media (max-width: 1799px) {
  .recruit-flow-wrap .flow-wrap-item.item02 .flow-wrap-item__img img {
    width: 100px;
    height: 130px;
  }
} */
@media (max-width: 1199px) {
  .recruit-flow-wrap .flow-wrap-item.item02 .flow-wrap-item__img img {
    width: 70px;
    height: 90px;
  }
}
.recruit-flow-wrap .flow-wrap-item.item03 .flow-wrap-item__img img {
    width: 130px;
    height: 85px;
}
/* @media (max-width: 1799px) {
  .recruit-flow-wrap .flow-wrap-item.item03 .flow-wrap-item__img img {
    width: 130px;
    height: 85px;
  }
} */
@media (max-width: 1199px) {
  .recruit-flow-wrap .flow-wrap-item.item03 .flow-wrap-item__img img {
    width: 110px;
    height: 80px;
  }
}
.recruit-flow-wrap .flow-wrap-item.item04 .flow-wrap-item__img img {
    width: 150px;
    height: 110px;
}
/* @media (max-width: 1799px) {
  .recruit-flow-wrap .flow-wrap-item.item04 .flow-wrap-item__img img {
    width: 150px;
    height: 110px;
  }
} */
@media (max-width: 1199px) {
  .recruit-flow-wrap .flow-wrap-item.item04 .flow-wrap-item__img img {
    width: 120px;
    height: 80px;
  }
}

/* recruit-boshu
-----------------------------------------------------------------*/
.recruit-boshu {
padding: 150px 0 150px;
}
@media (max-width: 1199px) {
  .recruit-boshu {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-boshu {
    padding: 80px 0;
  }
}
.recruit-boshu .c-ttl {
  margin-bottom: 97px;
}
@media screen and (max-width: 750px) {
  .recruit-boshu .c-ttl {
    margin-bottom: 60px;
  }
}
.recruit-boshu-wrap {
  width: 1252px;
  margin: 0 auto;
}
@media (max-width: 1251px) {
  .recruit-boshu-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap {
    width: 100%;
    padding: 0 15px;
  }
}
.recruit-boshu-wrap__ttl {
    font-size: 1.5rem;
    color: #888;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 600;
}
/* @media (max-width: 1199px) {
  .recruit-boshu-wrap__ttl {
    font-size: 34px;
    margin-bottom: 80px;
  }
} */
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap__ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.recruit-boshu-wrap__ttl span {
  padding: 0 46px 30px;
}
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap__ttl span {
    padding: 0 30px 20px;
  }
}

.recruit-boshu-wrap.therapist {
  margin-bottom: 120px;
}
.recruit-boshu-wrap.therapist:last-of-type{
	margin-bottom:0px;
}
@media (max-width: 1199px) {
  .recruit-boshu-wrap.therapist {
    margin-bottom: 100px;
  }
}

.recruit-boshu-wrap.therapist .recruit-boshu-wrap__ttl span {
  background: url("../img/recruit/boshu_ttl01.jpg") bottom no-repeat;
  background-size: 100%;
}

.blue.therapist .recruit-boshu-wrap__ttl span {
background: url(../img/recruit/boshu_ttl02.jpg) bottom no-repeat;
  background-size: 100%;
}

-----------------------------------------------------------------*/
.recruit-entry {
  background: #f9fdfa;
  padding: 100px 0 94px;
}
@media (max-width: 1199px) {
  .recruit-entry {
    padding: 70px 0;
  }
}
@media screen and (max-width: 750px) {
  .recruit-entry {
    padding: 50px 0;
  }
}
.recruit-entry .c-ttl {
  margin-bottom: 94px;
}
@media (max-width: 1199px) {
  .recruit-entry .c-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-entry .c-ttl {
    margin-bottom: 50px;
  }
}
.recruit-entry-form {
  width: 1255px;
  margin: 0 auto;
}
@media (max-width: 1254px) {
  .recruit-entry-form {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .recruit-entry-form {
    width: 100%;
    padding: 0 15px;
  }
}
.recruit-entry-form .entry-form-table {
  width: 100%;
  background: #FFF;
  border: 2px solid #393323;
}
.recruit-entry-form .entry-form-table tr th, .recruit-entry-form .entry-form-table tr td {
  border-bottom: 2px solid #393323;
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr th, .recruit-entry-form .entry-form-table tr td {
    display: block;
    width: 100%;
  }
}
.recruit-entry-form .entry-form-table tr th {
  position: relative;
  width: 436px;
  background: #fff5c7;
  vertical-align: top;
  padding: 32px 26px;
}
@media (max-width: 1199px) {
  .recruit-entry-form .entry-form-table tr th {
    width: 30%;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr th {
    width: 100%;
    padding: 14px;
  }
}
.recruit-entry-form .entry-form-table tr th.req::after {
  position: absolute;
  top: 32px;
  right: 26px;
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 41px;
  background: #fc8461;
  font-size: 20px;
  color: #FFF;
}
@media (max-width: 1199px) {
  .recruit-entry-form .entry-form-table tr th.req::after {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr th.req::after {
    top: 0;
    bottom: 0;
    right: 14px;
    height: calc(100% - 20px);
    font-size: 14px;
    margin: auto;
  }
}
.recruit-entry-form .entry-form-table tr td {
  padding: 30px 26px;
}
@media (max-width: 1199px) {
  .recruit-entry-form .entry-form-table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr td {
    padding: 14px;
  }
}
.recruit-entry-form .entry-form-table tr td ul.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.recruit-entry-form .entry-form-table tr td ul.flex-wrap li {
  margin-right: 20px;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr td ul.flex-wrap li {
    font-size: 14px;
  }
}
.recruit-entry-form .entry-form-table tr td ul.flex-wrap li.w-100 {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr td ul.flex-wrap li.w-100 {
    width: unset;
  }
}
.recruit-entry-form .entry-form-table tr td ul.flex-wrap.gender li {
  margin-bottom: 0;
}
.recruit-entry-form .entry-form-table tr td input[type=text], .recruit-entry-form .entry-form-table tr td input[type=email], .recruit-entry-form .entry-form-table tr td input[type=tel] {
  width: 370px;
  height: 56px;
  font-size: 25px;
  border: 1px solid #dfdfdf;
  padding: 6px 12px;
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr td input[type=text], .recruit-entry-form .entry-form-table tr td input[type=email], .recruit-entry-form .entry-form-table tr td input[type=tel] {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding: 4px 10px;
  }
}
.recruit-entry-form .entry-form-table tr td textarea {
  width: 100%;
  height: 312px;
  font-size: 25px;
  border: 1px solid #dfdfdf;
  padding: 6px 12px;
}
@media screen and (max-width: 750px) {
  .recruit-entry-form .entry-form-table tr td textarea {
    height: 200px;
  }
}
.recruit-entry-form .entry-form-table tr:last-child th, .recruit-entry-form .entry-form-table tr:last-child td {
  border-bottom: none;
}



/* お問合せフォーム **/
.form table{
	font-size:16px;
}
.submit_btn{
		font-size:16px;
}
.form table{
    border: 1px solid #333;
    width: 100%;
    line-height: 1.5;
}
.form th{
color: #333;
    width: 35%;
    text-align: left;
    padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    vertical-align: top;
    background: #fff5c7;
    position: relative;
}
.form td{
	width: 65%;
	   padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}
.form tr:not(:last-child) th{
border-bottom: 1px solid #fff;	
}

.form td input{
	border: 1px solid #ddd;
    padding: calc(4 / 1920 * 100vw);
    width: 49%;
}
.wpcf7-list-item input{
	    width: auto !important;
}
.form td textarea{
    border: 1px solid #ddd;
    width: 100%;
    max-height: calc(200 / 1920 * 100vw);	
}

.form td input:focus{
    border: 2px solid #333;
    border-radius: calc(4 / 1920 * 100vw);
}
.submit_btn input:disabled {
    background: #ddd;
}
.submit_btn input {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #333;
    line-height: 1;
        padding: 15px 0px;
    letter-spacing: .1em;
}
.submit_btn{
     margin: 50px auto 0px;
    text-align: center;
    position: relative;
   max-width:280px;
    width: 100%;
}

.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
    padding: 10px;
    display: block;
    color: #a0a0a0;
    background-color: #ededed;
    font-family: "Noto Sans JP";
    font-weight: 500;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 10px;
    margin: 20px auto;
    display: block;
background-color: #99c8e1;
    color: #fff;
}
/* ローディング中アニメーション（デフォルト） */
.wpcf7-spinner {
    margin:20px 24px !important
}
.wpcf7-response-output{
    border-color: #46b450;
       margin-top: -30px !important;
    font-size: 17px;
}

.required {
    font-size: 0.8rem;
    color: #fff;
    background-color: #fc8461;
    border-radius: 2px;
    padding: 2px;
    vertical-align: 2px;
    margin-left: 10px;
    font-weight: 500;
	    position: absolute;
    right: 20px;
}

@media screen and (max-width:750px) {
	.form td,.form tr,.form th{
width:100%;
display: block;
	}
.form td input{
    width: 100%;
}
.form td,.form th{
     padding: 2vw 3vw 3vw;
	}
.form td textarea {
    max-height: calc(400 / 1920 * 100vw);
}
}





@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
/*   font: inherit; */
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-size: 25px;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  background: transparent;
  letter-spacing: 0.05em;
  width: 100%;
}
@media (max-width: 1699px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
}

ul, ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}



/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select, option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

main {
  display: block;
}

@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 960px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

.tb-over {
  display: none;
}
@media screen and (min-width: 959px) {
  .tb-over {
    display: block;
  }
}

.tb-under {
  display: none;
}
@media screen and (max-width: 959px) {
  .tb-under {
    display: block;
  }
}

/******************************************************************
 * 共通パーツ
******************************************************************/
h4{
    margin-top: 30px;
    display: block;
    font-weight: 500;
    color: #6dc6dc;
    margin-bottom: 10px;
    font-size: 110%;
}


html.fixed, body.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: url("../img/common/c_bg.jpg") repeat-x;
  background-size: cover;
}

.c-wrap {
  overflow: hidden;
}

.c-inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .c-inner {
    width: 100%;
    padding: 0 15px;
  }
}

/* 下層MV
-----------------------------------------------------------------*/
.top_none{
/* 	display:none; */
}
.sub-mv {
  background: url("../img/common/mv_sub_bg.png") top right no-repeat;
  background-size: 80%;
 padding: 80px 0 50px;
}
@media (max-width: 1499px) {
  .sub-mv {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .sub-mv {
    padding: 70px 0 0;
  }
}
.sub-mv .sub-mv-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1654px;
  height: 362px;
  background: url("../img/doctor/mv_doctor.jpg") center no-repeat;
  background-size: cover;
  border-radius: 80px 0 0 80px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1799px) {
  .sub-mv .sub-mv-inner {
    width: 90%;
    height: 300px;
  }
}
@media (max-width: 999px) {
  .sub-mv .sub-mv-inner {
    height: 200px;
  }
}
@media screen and (max-width: 960px) {
  .sub-mv .sub-mv-inner {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sub-mv .sub-mv-inner {
    border-radius: 0;
  }
}
.sub-mv .sub-mv-inner .sub-mv-ttl {
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .sub-mv .sub-mv-inner .sub-mv-ttl {
    padding-left: 30px;
  }
}
.sub-mv .sub-mv-inner .sub-mv-ttl .jp {
  font-size: 60px;
}
@media (max-width: 1399px) {
  .sub-mv .sub-mv-inner .sub-mv-ttl .jp {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .sub-mv .sub-mv-inner .sub-mv-ttl .jp {
    font-size: 30px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6);
  }
}
.sub-mv .sub-mv-inner .sub-mv-ttl .en {
  font-size: 36px;
  color: #ff7500;
}
@media (max-width: 1399px) {
  .sub-mv .sub-mv-inner .sub-mv-ttl .en {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .sub-mv .sub-mv-inner .sub-mv-ttl .en {
    font-size: 18px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6);
  }
}

/* タイトル系
-----------------------------------------------------------------*/
.c-ttl {
  text-align: center;
  font-weight: bold;
}
.c-ttl .en {
  font-size: 18px;
  color: #ff7500;
}
@media screen and (max-width: 960px) {
  .c-ttl .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl .en {
    font-size: 14px;
  }
}
.c-ttl .jp {
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .c-ttl .jp {
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl .jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl .jp {
    font-size: 26px;
  }
}

.c-ttl-sub {
  background: url("../img/common/c_ttl_sub.jpg") no-repeat;
  background-size: 100% 100%;
  max-width: 1600px;
  font-size: 36px;
  text-align: center;
  letter-spacing: 3px;
  padding: 40px 0;
  margin: 0 auto;
}
@media (max-width: 1599px) {
  .c-ttl-sub {
    width: 1400px;
  }
}
@media (max-width: 1399px) {
  .c-ttl-sub {
    width: 90%;
    font-size: 26px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl-sub {
    width: calc(100% - 30px);
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 0;
    margin: 0 auto;
  }
}

/* c-ttl
-----------------------------------------------------------------*/
.c-ttl {
  text-align: center;
}
.c-ttl .ttl-jp {
 font-size: 1.8rem;
    color: #888;
    font-weight: 600;
}
@media (max-width: 1799px) {
  .c-ttl .ttl-jp {
    font-size: 27px;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl .ttl-jp {
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
.c-ttl .ttl-jp {
    font-size: 1.15rem;
}	
}
.c-ttl .ttl-en {
  font: 100px "oskar", sans-serif;
  color: #f3a637;
  font-weight: 300;
}
@media (max-width: 1799px) {
  .c-ttl .ttl-en {
    font-size: 75px;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl .ttl-en {
    font-size: 50px;
  }
}
.c-ttl .ttl-en span {
  color: #ef7f3d;
}
.c-ttl.border {
  border-bottom: 8px solid #f1f3f4;
  padding-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .c-ttl.border {
    border-bottom: 4px solid #f1f3f4;
    padding-bottom: 14px;
  }
}

/* c-ttl-top
-----------------------------------------------------------------*/
.c-ttl-top {
  position: relative;
  text-align: center;
}
.c-ttl-top .ttl-en {
    font: 160px "oskar", sans-serif;
    color: #5d7cae;
    font-weight: 300;
    letter-spacing: 5px;
}
@media (max-width: 1799px) {
  .c-ttl-top .ttl-en {
    font-size: 100px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-top .ttl-en {
    font-size: 80px;
  }
}
.c-ttl-top .ttl-en span {
  color: #7ca130;
}
.c-ttl-top .ttl-jp {
  font-size: 30px;
  font-weight: bold;
  color: #666;
}
@media (max-width: 1799px) {
  .c-ttl-top .ttl-jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-top .ttl-jp {
    font-size: 22px;
  }
}
.c-ttl-top::after {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  content: " ";
  width: 142px;
  height: 17px;
  background: url("../img/top/ttl_dot.png") no-repeat;
  background-size: 100%;
  margin: auto;
}
@media (max-width: 1799px) {
  .c-ttl-top::after {
    width: 100px;
    height: 12px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-top::after {
    bottom: -20px;
    width: 71px;
    height: 8px;
  }
}

/* 応募フォーム */
.red{
	color:#C62828;
}

/*flow*/
.flow{
    margin: 0px 0px 50px;	
}
.flow dd{
    border: solid 2px #ececec;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    position: relative;
    font-size: 1.1rem;
    padding: 40px;
}
.flow dd:after{
     content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
       border-top: 15px solid #cfd1d4;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
	    z-index: 1;
}
.flow dd:first-child:after{
	content:none;
}
.flow dd:last-child:after{
	content:none;
}
@media screen and (max-width:600px){
	.flow dd{
		font-size: 1rem;
        margin: 30px auto;
		    padding: 15px;
	}
	.flow {
    margin: 0;
}
.flow dd:after{
    content: "";
       top: auto;
    bottom: -25px;
}
}

.step {
display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
	border-bottom: solid 2px #d2d9e4;
    padding-bottom: 10px;
}

.step-number {
    background-color: #a0bf85;
    color: white;
    padding: 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.step-title {
 
}
.checkbox_list {
    list-style-type: none;
    padding: 0;
    flex-direction: column;
}
.checkbox_list li:before{
	content:none;
}
.count_text{
text-align: center;
    font-weight: 500;
    background-color: #fff;
    max-width: 350px;
    margin: 30px auto;
    padding: 5px;
    border-radius: 5px;
}
.count_text span{
	color:#5d7cae;
}
.checkbox_list li{
    display: flex;
  align-items:center;	
	    width: 100%;
	  max-width: none;
}
.check-item{
    margin-right: 5px;
}
.list_box_con li input[type="checkbox"] {
  transform: scale(1.50);
  margin-right: 10px; /* チェックボックスとテキストの間隔 */
}

.loco_box{
    margin: 50px auto 0px;
    width: fit-content;
}

.flex_table {
    padding: 10px 20px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-width: 90%;
}
.flex_table th,.flex_table td{
	    padding: 10px 0px;
}
.flex_table tr:not(:last-child) {
border-bottom: solid 2px #ffffff;
}

.back2 .text_box{
    margin: 30px auto 0px;
	max-width: fit-content;
	    width: 90%;
}

.second_box .sub_top_box_img{
	    max-width: 420px;
}

.second_box {
	    max-width: 1000px;
}
.second_box img{
    border-radius: 10px;	
}
.second_box .sub_top_box_img:after{
	content:none;
}

.two_box .list_box{
    width: 45%;	
}

.way {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.box {
    width: 24%;
}
.way .image {
    position: relative;
}
.way .image .num {
    position: absolute;
    background-color:#49b78f;
    color: #fff;
    top: 0px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}
.way .text {
    background-color: #f5f5f5;
    height: 70px;
    margin-bottom: 20px;
    padding: 5px;
}
@media screen and (max-width:770px){
.box {
    width: 48%;
}	
}
@media screen and (max-width:600px){
.two_box .list_box{
  width: 100%;
    min-height: 200px;
}
.way .image .num{
    font-size: 1.2rem;
 width: 35px;
    height: 35px;
	}
}

.price_table th {
    font-weight: 600;
       background-color: #b8a3be;
    color: #fff;
}
.price_table th, .price_table td {
    padding: 8px;
    border: solid 1px #e5e3e3;
    vertical-align: middle;
    font-size: 1rem;
}
.price_table{
    margin: 0 auto;	
}
.two_pic_wrap{
	    justify-content: space-evenly;
}

.flex_pic{
	display:flex;
	    flex-wrap: wrap;
	    justify-content: center;
}
.flow img{
	text-align:center;
}

/*----reset----*/

.dot_list li{
      list-style: none;
  
}
/* ---reset---- */

.dot_list li{
position: relative;
    padding-left: 30px;
    margin-bottom: 10px;	
}
.dot_list li:after{
    position: absolute;
    top: 10px;
    left: 5px;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background:#8ad8bc;
}

.text_box li {
    margin-left: 1em;
    position: relative;
}

@media screen and (max-width:600px){
.dot_list li {
    padding-left: 0px;
	margin-left: 15px;
}
.dot_list li:after {
left: -15px;
top: 10px;
}
}

/* 医師紹介 */
.img-label{
    z-index: 1;
    position: absolute;
    right: 10px;
	    bottom: 0;
    width: 150px;
    height:150px;
    background: #eba46c;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1399px) {
.img-label{
width: 12.5vw;
        height: 12.5vw;
    padding: 6px;
  }
}
@media screen and (max-width: 750px) {
.img-label {
    bottom: -20px;
    right: -10px;
    width: 120px;
    height: 120px;
    padding: 4px;
  }
}
.img-label-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 50%;
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.img-label .name_box .job,
	.img-label .name_box .name{
		font-size:14px;
	}
}

/* teble press */
 .tablepress>:where(thead,tfoot)>*>th{
    background-color: #deeee2 !important;	
}
.tablepress>:where(thead,tfoot)>tr>*{
   background-color: #deeee2 !important;	
}
.tablepress>:not(caption)>*>*{
	    vertical-align: middle !important;
}
.text_link{
color: #52c085;
    text-decoration: underline;	
}

.fevertable th{
	color:#e39e63;
	 border-bottom: 2px solid #e39e63;
}
.fevertable td{
	color:#e39e63;
}
.table_border{
	    border-bottom: 2px solid #e39e63;
}
.table_border th {
    border-bottom: none !important;
}
.table_border td {
    border-bottom: none !important;
}

.one_bannerbox{
    max-width: 280px;
	    margin-top: 10px;
} 

.link_btn{
    max-width: 260px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    background-color: #fff;
    justify-content: center;
    border-radius: 10px;
    align-items: center;
    color: #7e7e7e;
    font-weight: 500;
    border: solid 4px #cce1cf;

}
.link_btn img{
max-width:30px;	
}

/* 採用情報 */
.recimg{
text-align: center;	
}
.recimg img{
	    max-width: 800px;
	    border-radius: 20px;
	    width: 100%;
}
.center{
	text-align:center;
}

.recruit-boshu-wrap__table th {
    background-color: #83d1e4;
}

/* recruit-boshu
-----------------------------------------------------------------*/



.recruit-boshu {
padding: 150px 0 150px;
}
@media (max-width: 1199px) {
  .recruit-boshu {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-boshu {
    padding: 80px 0;
  }
}
.recruit-boshu .c-ttl {
  margin-bottom: 97px;
}
@media screen and (max-width: 750px) {
  .recruit-boshu .c-ttl {
    margin-bottom: 60px;
  }
}
.recruit-boshu-wrap {
  width: 1252px;
  margin: 0 auto;
}
@media (max-width: 1251px) {
  .recruit-boshu-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap {
    width: 100%;
    padding: 0 15px;
  }
}
.recruit-boshu-wrap__ttl {
    font-size: 1.5rem;
    color: #888;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 600;
}
/* @media (max-width: 1199px) {
  .recruit-boshu-wrap__ttl {
    font-size: 34px;
    margin-bottom: 80px;
  }
} */
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap__ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.recruit-boshu-wrap__ttl span {
  padding: 0 46px 30px;
}
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap__ttl span {
    padding: 0 30px 20px;
  }
}

.recruit-boshu-wrap__table {
    position: relative;
    width: 100%;
    table-layout: auto;
    border: 1px solid #848484;
/* 	font-size: clamp(1rem, 2vw, 1.1rem); */
    font-size: 18px;
}
@media screen and (max-width: 600px) {
  .recruit-boshu-wrap__table {
    font-size: 16.5px;
}
}
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap__table tr th, .recruit-boshu-wrap__table tr td {
    display: block;
    width: 100%;
  }
}
.recruit-boshu-wrap__table tr th {
    width: 30%;
    color: #FFF;
    padding: 10px;
}
.recruit-boshu-wrap__table tr:not(:last-child) th {
  border-bottom: 2px solid #FFF;
}
@media (max-width: 1199px) {
  .recruit-boshu-wrap__table tr th {
    width: 30%;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap__table tr th {
    width: 100%;
    padding: 12px;
  }
}
.recruit-boshu-wrap__table tr td {
  background: #FFF;
  color: #5a5657;
  padding: 15px;
  border-bottom: 2px solid #e7e7e7;
}

.recruit-boshu-wrap__table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 1199px) {
  .recruit-boshu-wrap__table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .recruit-boshu-wrap__table tr td {
    padding: 12px;
  }
}



.recruit-boshu-wrap.therapist {
  margin-bottom: 120px;
}
.recruit-boshu-wrap.therapist:last-of-type{
	margin-bottom:0px;
}
@media (max-width: 1199px) {
  .recruit-boshu-wrap.therapist {
    margin-bottom: 100px;
  }
}

.recruit-boshu-wrap.therapist .recruit-boshu-wrap__ttl span {
  background: url("../img/recruit/boshu_ttl01.jpg") bottom no-repeat;
  background-size: 100%;
}
.recruit-boshu-wrap.therapist .recruit-boshu-wrap__table tr th {
  background: #d9b36b;
}
.recruit-boshu-wrap.therapist .recruit-boshu-wrap__table tr td {
  border-bottom: 2px solid #d9b36b;
}
.recruit-boshu-wrap.therapist .recruit-boshu-wrap__table tr:last-child th, .recruit-boshu-wrap.therapist .recruit-boshu-wrap__table tr:last-child td {
  border-bottom: none;
}
.recruit-boshu-wrap.assistant .recruit-boshu-wrap__ttl span {
  background: url("../img/recruit/boshu_ttl02.jpg") bottom no-repeat;
  background-size: 100%;
}
.recruit-boshu-wrap.assistant .recruit-boshu-wrap__table tr th {
  background: #8dd9d7;
}
.recruit-boshu-wrap.assistant .recruit-boshu-wrap__table tr td {
  border-bottom: 2px solid #8dd9d7;
}
.recruit-boshu-wrap.assistant .recruit-boshu-wrap__table tr:last-child th, .recruit-boshu-wrap.assistant .recruit-boshu-wrap__table tr:last-child td {
  border-bottom: none;
}

.blue.therapist .recruit-boshu-wrap__ttl span {
background: url(../img/recruit/boshu_ttl02.jpg) bottom no-repeat;
  background-size: 100%;
}
.blue.therapist .recruit-boshu-wrap__table tr th{
	background: #8dd9d7;
}
.blue.therapist .recruit-boshu-wrap__table tr td {
    border-bottom: 2px solid #8dd9d7;
}

/* 採用情報 */
.re_box{
flex-direction: row-reverse;	
}

.speech-bubble {
  position: relative;
  background: #e6cba3;
  color: white;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 3px;
  margin-top: 30px; /* 吹き出しが三角に被らないように余白を上に */
  font-size: 16px;
}

.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: 100%; /* 上に三角を配置 */
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #e6cba3;
}
.rec_wrap .sub_top_box{
position: relative;	
}
/* .rec_wrap .sub_top_box::after {
    position: absolute;
    bottom: 0px;
    left: -120px;
    content: " ";
    width: 221px;
    height: 237px;
    background: url(../img/top/deco02.png) no-repeat;
    background-size: 100%;
    z-index: -1;
}
.rec_wrap .re_box::after {
    bottom: -50px;
    left: auto;
    right: -40px;	
} */
.rec_ttl {
    font-size: 22px;
    font-weight: bold;
    color: #6dc6dc;
    background: #f4fbff;
    padding: 12px 20px;
    border-left: 6px solid #6dc6dc;
    margin: 40px 0 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.recimg{
	position:relative;
	    margin-bottom: 30px;
}
.recimg img {
    max-width: 550px;
}
/* .recimg:after{
    position: absolute;
    top: -60px;
    left: 60px;
    width:300px;
    height:300px;
    content: " ";
    background: url(../img/top/feature-point-round.png) no-repeat;
    background-size: 100%;
    z-index: -1;
}
.recimg:before{
    position: absolute;
    top: 180px;
    left: auto;
    right: 60px;
    width:300px;
    height:300px;
    content: " ";
    background: url(../img/top/feature-point-round.png) no-repeat;
    background-size: 100%;
    z-index: -1;
	
} */
@media screen and (max-width: 750px) {
	    .re_box {
			flex-direction: column;
	}
/* .recimg:after {
    position: absolute;
    top: -60px;
    left: 0px;
    width: 200px;
    height: 200px;	
}
.recimg:before {
        position: absolute;
        top: 230px;
        left: auto;
        right: 0px;
        width: 200px;
        height: 200px;
}
.rec_wrap .sub_top_box::after {
    bottom: 250px;
    left: -40px;
    width: 160px;
    height: 197px;
}
	.rec_wrap .re_box::after{
	left: auto;	
	} */
}
@media screen and (max-width: 600px) {
    .rec_wrap .sub_top_box::after {
        bottom: 350px;
        left: 0px;
        width: 130px;
        height: 150px;
    } 
	.rec_wrap .re_box::after{
	left: auto;	
	}
    .recimg:before {
        top: 90px;
        left: auto;
        right: 0px;
        width: 130px;
        height: 130px;
    }
    .recimg:after {
        top: -60px;
        left: 0px;
        width: 120px;
        height: 120px;
    }
}

/* カレンダー */
.calendar_box img{
margin: 0 auto;
    width: 100%;
    max-width: 750px;
    display: block;
}


/* 医院案内 */


.clinic .sp{
	display:none;
}

@media screen and (max-width: 600px) {
.clinic .sp{
	display:block;	
}
}

/* 治療方針 */

.treatment-policy .text_box_back {
    height: auto;
}

.treatment-policy .text_box{
	margin:20px 0;
	padding:20px;
	line-height:1.8em;
}

@media screen and (max-width: 600px) {
.treatment-policy .text_box{
	font-size:16px;
}
}

/* 初診の方へ */

.top-news-bnr {
  justify-content: center;
  margin-top: 30px;
}
.top-news-bnr__item {
  width: 30%;
  min-width:300px;
  margin:auto;
	top:0;
	left:0;
  padding: 4px 5px;
  background: #fff;
  font: 700 25px "dnp-shuei-mgothic-std", sans-serif;
  border-radius: 15px;
  position: relative;
transition:0.2s ease;
}
.top-news-bnr__item::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1.64em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: auto;
  left: 19px;
  bottom: 18px;
}
.top-news-bnr__item:hover {
	top:14px;
	left:10px;
	box-shadow: 0 0 #c7e7ef;
}
.top-news-bnr__item a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  padding: 0 55px;
  border: 4px dotted;
  border-radius: 15px;
  transition: opacity 0.2s ease;
}
/* .top-news-bnr__item a:hover {
  opacity: 0.7;
} */
.top-news-bnr__calendar {
  box-shadow: 14px 10px #c7e7ef;
}
.top-news-bnr__calendar::before {
  background-image: url(../img/top/news-btn-calendar.png);
}
.top-news-bnr__calendar a {
  border-color: #7dc7d9;
}
.top-news-bnr__calendar span::before {
  background: #c7e7ef;
}
.top-news-bnr__medical-questionnaire {
  box-shadow: 14px 10px #f8d2b3;
}
.top-news-bnr__medical-questionnaire::before {
  background-image: url(../img/top/news-btn-medical-questionnaire.png);
}
.top-news-bnr__medical-questionnaire a {
  font-size: 1.0684em;
  border-color: #ffbb85;
}
.top-news-bnr__medical-questionnaire span::before {
  background: #f8d2b3;
}
.top-news-bnr__content {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
       column-gap: 40px;
}
.top-news-bnr__calendar .top-news-bnr__content {
  max-width: 360px;
}
.top-news-bnr__medical-questionnaire .top-news-bnr__content {
  max-width: 289.5px;
}
.top-news-bnr__txt span {
  position: relative;
  z-index: 0;
}
.top-news-bnr__txt span::before {
  content: "";
  width: 100%;
  height: 24.99px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  z-index: -1;
}
.top-news-bnr__calendar .top-news-bnr__txt {
font-size: 110%;	
}
.top-news-bnr__txt{
font-size: 110%;		
}
.top-news-bnr__calendar .top-news-bnr__txt span::before {
  padding: 0 5px;
}
.top-news-bnr__medical-questionnaire .top-news-bnr__txt span::before {
  padding: 0 13px;
}
.top-news-bnr__img {
  width: 100%;
}
.top-news-bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    transform: scale(0.8);
}
.top-news-bnr__calendar .top-news-bnr__img {
  aspect-ratio: 66/67;
  max-width: 66px;
}
.top-news-bnr__medical-questionnaire .top-news-bnr__img {
  aspect-ratio: 59/81;
  max-width: 59px;
  transform: scale(0.8);
}

@media screen and (max-width: 750px) {
.top-news-bnr__item {
  width: 30%;
  min-width:300px;
  margin:auto;
  padding: 4px 5px;
  background: #fff;
  font: 700 15px "dnp-shuei-mgothic-std", sans-serif;
  border-radius: 15px;
  position: relative;
}
	
.top-news-bnr__content {
	column-gap: 30px;
}

.top-news-bnr__item a {
    min-height: 100px;
}
	
.top-news-bnr__img img {
    transform: scale(0.5);
}
}

span.blue{
	color:#6dc6dc;
}

span.orange{
	color:#ff8000;
}

a.b-line span{
	text-decoration:underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px; 
	transition: all 0.3s ease; 
}

a.b-line span.blue{
 text-decoration-color:#6dc6dc;
}

a.b-line span.blue:hover{
	text-decoration:none;
	color: #47A7E4;
}

a.b-line span.orange{
 text-decoration-color:#ff8000;
}

a.b-line span.orange:hover{
	text-decoration:none;
	color:#dd6f00;
}

.c-reserve {
    position: relative;
    width: 207px;
    top: 0;
    background-color: #f8d2b3;
    box-shadow: 0 5px #bfa58f;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    color: #333333;
    text-align: center;
    border-radius: 10px;
    padding: 8px 0;
    transition: .2s ease-in-out;
}

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

.c-reserve::after {
    position: absolute;
    bottom: 6px;
    right: 6px;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 17px 17px;
    border-color: transparent transparent #FFFFFF transparent;
}

.c-reserve:hover {
  top: 5px;
  box-shadow: 0 0 #bfa58f;
}

.sub_top_box.my-number {
    justify-content: center;
    align-items: center;
}

.clinic .sub_top_box.my-number .sub_top_box_img{
  text-align: center;
}

.clinic .sub_top_box.my-number .sub_top_box_text{
  text-align: center;
}

.clinic .sub_top_box.my-number .sub_top_box_text ul{
  display: inline-block;
  text-align: left;
}

.clinic .sub_top_box.my-number .sub_top_box_img img{
  width: 65%;
}

.sub_top_box.my-number .sub_top_box_img::after {
  content: none;
}

@media screen and (max-width: 750px) {
  .sub_top_box.my-number{
  flex-direction: column-reverse;
  }

.clinic .sub_top_box.my-number .sub_top_box_img img{
  width: 100%;
  }
}

/* ===== PC：表形式（rowspanあり） ===== */
.clinic .recruit-boshu-wrap__table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;            /* colgroup を効かせる */
  border:1px solid #848484;
  margin-top:30px;
  background:#fff;
}
.clinic .recruit-boshu-wrap__table th,
.clinic .recruit-boshu-wrap__table td{
  border:1px solid #dcdcdc;
  padding:12px;
  text-align:left;
  vertical-align:middle;
  word-break:break-word;
  overflow-wrap:anywhere;
  text-align: center;
}

.clinic .recruit-boshu-wrap__table tr:last-child td {
border-bottom: 1px solid #dcdcdc;
}

.clinic .recruit-boshu-wrap__table thead th{
  width: auto;
  background:#8ad0df;
  color:#fff;
  text-align:center;
  font-weight:700;
}

.clinic .recruit-boshu-wrap__table .is-left{
    text-align: left;
}

.clinic .recruit-boshu-wrap__table th.scope-row{
  background:#8ad0df;
  color:#fff;
  text-align:center;
  font-weight:700;
}



/* PC/SP 出し分け（PCでは rowSpan を表示、ダミーは隠す） */
.clinic .recruit-boshu-wrap__table .pc-only{ display:table-cell; }
.clinic .recruit-boshu-wrap__table .sp-only{ display:none; }

/* ===== SP：カード型（≤750px） ===== */
@media (max-width:750px){

  /* 列の概念を消してカード化する */
  .clinic .recruit-boshu-wrap__table{
    table-layout:auto;
    border:none;
  }
  /* thead/colgroup は完全に消す（既存CSSの干渉を断つ） */
  .clinic .recruit-boshu-wrap__table thead,
  .clinic .recruit-boshu-wrap__table colgroup{
    display:none !important;
  }

  /* 行＝カード */
  .clinic .recruit-boshu-wrap__table tbody tr{
    display:block;
    border:1px solid #ccc;
    border-radius:8px;
    overflow:hidden;
    margin:0 0 14px;
  }

  /* セルは縦積み */
  .clinic .recruit-boshu-wrap__table tbody th,
  .clinic .recruit-boshu-wrap__table tbody td{
    display:block !important;
    width:100%;
    border:none;
    border-top:1px solid #eee;
    padding:12px;
    text-align:left;
  }

  /* 区分（初診/再診）はカード見出しに */
  .clinic .recruit-boshu-wrap__table tbody th.scope-row{
    background:#8ad0df;
    color:#fff;
    font-weight:700;
    border-top:none;
  }

  /* ラベルは td のみ表示（何の値かを明示） */
  .clinic .recruit-boshu-wrap__table tbody td::before{
    content:attr(data-label);
    display:block;
    font-weight:700;
    color:#666;
    margin:0 0 4px;
  }
  .clinic .recruit-boshu-wrap__table tbody th::before{
    content:none !important;
  }

  /* SP では rowSpan 側を隠し、ダミーを表示 */
  .clinic .recruit-boshu-wrap__table .sp-only{ display:block !important; }
}

/* 院内設備 */
.clinic .sub_top_box_img img {
    border-radius: 20px;
    width: 100%;
}

.sub_top_box_img.no-after:after {
    content: none;
}

.sub_top_box_img_innner-01,
.sub_top_box_img_innner-02 {
	position:relative;
}

.sub_top_box_img_innner-02{
	margin-top:50px;
}

.sub_top_box_img_innner-01:after,
.sub_top_box_img_innner-02:after {
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 2px;
    border-radius: 20px;
    box-shadow: -14px 15px 0 #d8effb;
}

.clinic img.doctor-schedule{
    display: block;
    width: 70%;
    max-width: 1000px;
    min-width: 320px;
    margin: auto;
}
	
.clinic .sub_top_box {
    margin: 50px auto;
/*     padding: 0 25px; */
}

@media screen and (max-width: 1100px) {
.sub_top_box {
    gap: 30px;
}
}

@media screen and (max-width: 750px) {
.clinic .sub_top_box_img img {
    display: block;
    width: 100%;
    margin: auto;
	}
	
.sub_top_box_img_innner-01:after,
.sub_top_box_img_innner-02:after,
.sub_top_box_img:after {
	content: "";
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sub_top_box_img:after {
    width: 100%;
    top: -4px;
    left: 51%;
    transform: translateX(-50%);
    z-index:-1;
}
}

/* 診療時間 */
.clinic-hours .clinic_pic {
    margin: 30px auto;
    text-align: center;
    width: 85%;
    max-width: 800px;
    min-width: 300px;
}

.clinic-hours .clinic_pic img{
	width:100%;
	    border-radius: 30px;
}

.clinic-hours .footer__content{
	margin-top:0;
  padding: 90px 0;
}

/* 感染症対策下層ページ */
/* 検温サーモカメラ導入のお知らせ */
.temperature-check .sub_top_box:not(:last-child){
	position:relative;
	margin: 50px auto 200px;
}

.temperature-check .sub_top_box:not(:last-child):before {
  content: "";
  position: absolute;
  width: 200px;
  height: 40px;
  background: url(../img/sub/flow-arrow.png) no-repeat center bottom;
  background-size: contain;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
}

.temperature-check .sub_top_box_img img {
    border-radius: 20px;
    width: 100%;
}

@media screen and (max-width: 750px) {
.temperature-check .sub_top_box_img img {
	display: block;
    width: 80%;
    margin: auto;
}
}

@media screen and (max-width: 600px) {
.temperature-check .sub_top_box:not(:last-child){
	margin: 50px auto 130px;
}
	
.temperature-check .sub_top_box:not(:last-child):before {
  bottom: -70px;
	}
}

.infection-prevention .footer__content{
	margin-top:0;
}

/* MAP */
.access-map .sub_top_box {
    align-items: center;
}

@media screen and (max-width: 750px) {
  .access-map .sub_top_box {
      flex-direction: column-reverse;
      margin-top: 50px;
  }
}
/* 採用情報 */
.recruit .sub_top_box_img::before{
    content: "";
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom:0;
    right: 15px;
    aspect-ratio: 552 / 251;
    width: 35%;
    max-width: clamp(276px, 28.75vw, 552px);
    background-image: url(../img/top/feature-point01-fig.png);
    z-index: 1;
}

.recruit-point .re_box .sub_top_box_img::before {
    aspect-ratio: 484 / 323;
    max-width: clamp(242px, 25.2083333333vw, 484px);
    background-image: url(../img/top/feature-point02-fig.png);
    left: 0;
    bottom:0;
    transform: scalex(-1);
}

@media screen and (max-width: 750px) {
.recruit .sub_top_box_img:after {
    width: 100%;
}
}
.schedule {
  margin: 40px auto;
  max-width: 1000px;
}

.schedule-title {
  text-align: center;
  font-size: 120%;
  margin-bottom: 20px;
  color: #007fae; /* サイトの水色に合わせる */
}

/* 横スクロールラッパー */
.schedule-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スマホでスムーズスクロール */
}

.schedule-table {
  width: 100%;
  min-width: 650px; /* スマホで潰れないように最低幅を設定 */
  border-collapse: collapse;
  text-align: center;
  font-size: 95%;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #ccc;
  padding: 12px;
}

.schedule-table thead th {
  background-color: #e0f4f9; /* 淡い水色 */
  color: #333;
}

.schedule-table tbody th {
  background-color: #fce6d9; /* 淡いオレンジ */
  color: #333;
  width: 10%;
}

.schedule-table td.off {
  background-color: #ffe4e4; /* 休診用：淡い赤ピンク */
  font-weight: bold;
  color: #c00;
}