/*
Theme Name:	wp-tsutsumi2024
Description:堤整形外科2024
Author:mrri
*/


.row::before,.row::after {
      display: none;
  }
html {
  font-size: 62.5%;
}
body {
    font-size: 1.8rem;
    line-height: 1;
    font-family: '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    color: #4d4d4d;
    font-weight: 500;
	background: #fff;
	z-index: -1;
	position: relative;
	letter-spacing: 1px;
	font-feature-settings: 'palt' 1;
  	-webkit-text-size-adjust: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4d4d4d;
 text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
	color: #4d4d4d;
}
img{
max-width:100%;
vertical-align: bottom;
height: auto;
}

.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}

*:focus {
  outline: none;
}
a , button{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover{
	text-decoration:none;
}

.sp{
	display:none;
}
a[href^="tel:"] {
    pointer-events: none;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
	overflow: hidden;
}
p.has-background {
  padding: 0.4em 1em;
}


/*モーション*/
main {
  overflow: hidden;
}






@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*画像左から右*/
.bgscrollLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fdf4ed;/*伸びる背景色の設定*/
	display: inline-block;
}


/*画像右から左*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fdf4ed;/*伸びる背景色の設定*/
	display: inline-block;
}

@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger,
.bgScrollLRappearTrigger,
.bgScrollRLappearTrigger,
.bgScrollLRTrigger,
.bgScrollRLTrigger{
    opacity: 0;
}


.faderight {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup {
	opacity: 0;
	transform: translate(0, 50px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup2 {
	opacity: 0;
	transform: translate(0, 150px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup3 {
	opacity: 0;
	transform: translate(0, 250px);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fadeleft {
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeleft2 {
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}


.fadeup.scrollin, .fadeup2.scrollin, .fadeup3.scrollin, .faderight.scrollin, .fadeleft.scrollin, .fadeleft2.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.0s;
animation-delay: 0.3s;
animation-fill-mode:forwards;
opacity:0;
}
.fadeIn02{
animation-name:fadeInAnime;
animation-duration:2.0s;
animation-delay: 0.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  transform: translateY(80px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeInRight{
animation-name:fadeInRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
animation-delay:1.0s;
opacity:0;
}

@keyframes fadeInRightAnime{
  from {
    opacity: 0;
  transform: translateX(80px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
.box{
	opacity: 0;
}

/*トップページ-------------------------------*/
/*ヘッダー*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 10;
}
.header-logo {
  padding: 8px 5px 7px 20px;
  margin: 0;
}
.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
	  box-shadow: 0px 3px 5px -5px rgba(0,0,0,0.3);
}
.gmrelative01.clone-nav h1.header-logo{
	display:none;
}

.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
	z-index: 3000;
	background: #eb6700;
}
.gmrelative01.clone-nav h1.header-logo{
	display:block;
	margin: 0;
}
.gmrelative01.clone-nav h1.header-logo a {
	position: static;
}

.header-top {
  color: #4d4d4d;
  background: #fff;
  height: 80px;
	box-shadow: 0px 3px 5px -5px rgba(0,0,0,0.3);
}
.nav-wrap {
  display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

nav.globalMenuSp, .hamburger {
  display : none;
}
nav.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	align-items: center;
}
nav.top-menu ul.dropdown-menu{
	display: none;
	padding: .5rem 0;
  	margin: 0;
}
nav.top-menu ul.dropdown-menu.show {
  display: block;
}
nav.top-menu ul li a {
  color: #003b72;
  font-size: 1.6rem;
  display: block;
	letter-spacing: 2px;
	padding: 32px 25px 32px 0;
}
nav.top-menu ul li.nav-item.dropdown a {
  padding: 32px 40px 32px 0;
}
nav.top-menu ul li.text-menu a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  margin: 0 15px;
  font-weight: 600;
	letter-spacing: 2px;
	position: relative;
}

nav.top-menu ul li.text-menu a::before, nav.top-menu ul li.text-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
}
nav.top-menu ul li.text-menu a::before {
  width: 100%;
  background-color: transparent;
}
nav.top-menu ul li.text-menu a::after {
  width: 0;
  background-color: #eb6700;
transition: width .7s cubic-bezier(0.65, 0, 0.35, 1);
}
nav.top-menu ul li.text-menu a:hover::after {
    width: 100%;
  }



nav.top-menu ul li a:hover{
	color: #003b72;
	opacity: 0.7;
}
nav.top-menu ul li img{
	width: 55px;
}
nav.top-menu ul li.header-tel img {
  margin-right: 10px;
}
nav.top-menu ul li.header-tel a {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
}

nav.top-menu ul li.header-mail {
	position: relative;
	width: 55px;
	height: 55px;
	margin: 0;
	display: block;
	cursor: pointer;
}
nav.top-menu ul li.header-mail img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	max-width: none;
}
nav.top-menu ul li.header-mail:hover img:nth-of-type(2) {
	opacity: 0;
}

.gmrelative01.clone-nav h1.header-logo a {
  padding: 0 25px;
}
.gmrelative01.clone-nav header-top {
  padding: 5px 20px;
}
.gmrelative01.clone-nav .header-logo img{
	padding:0;
}
.gmrelative01.clone-nav nav.top-menu ul li a {
	text-shadow:none;
}

.gmrelative01 {
  z-index: 2000;
  position: relative;
}
.gmrelative01.clone-nav.is-show nav.top-menu {
  margin-top: 0;
}
.dropdown-toggle{
	position:relative;
}
.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "\f067";
	font-family: "Font Awesome 5 Free";
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
	position: absolute;
	color: #003b72;
	font-size: 1.2rem;
	margin-left: 3px;
	font-weight: 900;
	padding-top: 3px;
}
.dropdown-menu {
	margin: 0;
	background-color: #fff;
	border: none;
	border-radius: 0;
	width: auto;
	z-index: -1;
	padding:0;
	min-width: 220px;
	border: 1px solid #003b72;
  border-radius: 4px;
}

nav.top-menu ul li a.dropdown-item{
	color: #003b72;
  padding: 0 15px;
  display: block;
  position: relative;
	height: 42px;
  line-height: 42px;
}
nav.top-menu ul li.nav-item.dropdown a.dropdown-item {
  padding: 0 15px;
}
nav.top-menu ul.dropdown-menu svg {
  font-size: 1.2rem;
  margin-right: 7px;
}
nav.top-menu ul li a.dropdown-item:hover, nav.top-menu ul li a.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #003b72;
	opacity: 1;
}
nav.top-menu ul li a.dropdown-item:hover i, nav.top-menu ul li a.dropdown-item:focus i {
	color: #fff;
}

.dropdown-menu.show {
  transform: translate3d(0px, 45px, 0px) !important;
	top: 15px !important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
li.nav-mail {
  width: 80px;
  background: #003b72;
  text-align: center;
}
nav.top-menu ul li.nav-mail a{
	color:#fff;
	font-size: 2.4rem;
	padding: 28px 0;
}
nav.top-menu ul li.nav-mail a:hover{
	opacity: 0.7;
}

/*メインビジュアル*/
.slick01 {
  opacity: 0;
  transition: opacity .25s ease;
}
.slick01.slick-initialized {
  opacity: 1;
}


.top-main-inner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 840px;
  max-height: 100vh;
  margin: 0 auto 100px;
  white-space: nowrap;
	overflow: hidden;
}
.main-img {
  position: absolute;
  top: 160px;
  right: 0;
  width: 70vw;
  max-width: 1300px;
  height: calc(100vh - 180px);
  height: calc(100% - 180px);
  min-height: 500px;
  max-height: 750px;
  z-index: 0;
}
.slick-slider {
	height:100%;
}

.slick-list {
  overflow: visible;
}
.main-img-inner span {
  display: block;
height: calc(100vh - 180px);
  height: calc(100% - 180px);
  min-height: 500px;
  max-height: 750px;
  background-size: cover;
  background-position: center;
}
.main-txt {
  position: absolute;
	top: 80px;
  left: -25vw;
  font-feature-settings: 'palt' 0;
  white-space: nowrap;
  z-index: 1;
}
.main-txt .left-line {
  font-size: 2.0rem;
  color: #003b72;
	margin-bottom: 20px;
}
.main-txt .left-line svg {
  font-size: 1.7rem;
  margin-right: 10px;
}
.main-num {
  position: absolute;
  color: #ccd8e3;
  font-size: 20rem;
  top: -50px;
  left: 28rem;
  z-index: 0;
}

.mein-contact {
  position: absolute;
  top: -350px;
  left: 0;
  z-index: 2;
	background: #fff;
  padding: 20px 30px;
}
.top-main {
  background: url("img/back.jpg");
}
.main-txt h2 {
  color: #003b72;
  font-size: 4rem;
  line-height: 1.8;
  font-weight: 600;
	z-index: 1;
  position: relative;
	height: 13rem;
}

.maru {
  border: 1px solid #003b72;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
}
.maru svg {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1;
  padding-left: 1px;
}

table.table-clinic {
  white-space: nowrap;
}
.table-clinic tr {
    border-bottom: 1px solid #b2b2b2;
}
.table-clinic th {
    padding: 10px;
    width: 31.4%;
    vertical-align: middle;
    text-align: center;
	border: none;
}
.table-clinic td {
    padding: 15px 12px;
    width: 10%;
    vertical-align: middle;
    text-align: center;
	border: none;
}
.table-clinic td.td {
    color: #003b72;
}

.index-bnr {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 80px;
}
table.table-clinic svg {
  padding-right: 5px;
}
table.table-clinic .cl-blue {
  font-size: 2.0rem;
	text-align: left;
}
.mein-contact .tel strong {
  font-size: 3rem;
	text-decoration: none;
}
.mein-contact .tel strong a{
	color: #003b72;
	text-decoration: none;
	}

.mein-contact .tel {
  color: #003b72;
  margin-top: 15px;
  margin-bottom: 10px;
}
.mein-contact .address {
  color: #003b72;
	line-height: 1.5;
}
.mein-contact .address svg {
  margin-right: 7px;
}
.mein-contact .address a {
  color: #003b72;
  border: 1px solid #003b72;
  border-radius: 20px;
  padding: 0 10px;
  margin-left: 10px;
}
.mein-contact .address a:hover {
	border: 1px solid #003b72;
	background: #003b72;
	color: #fff;
}



.scrolldown{
	position:absolute;
	bottom: -70px;
  left: 20px;
}

.scrolldown span{
	position: absolute;
	left:10px;
	bottom:10px;
	color: #003b72;
	font-size: 1.3rem;
	letter-spacing: -0.4px;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#003b72;
	animation:
		circlemove 1.8s ease-in-out infinite,
		cirlemovehide 1.8s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 50px;
	background:#003b72;
}



/*共通*/
.inner {
    padding: 0 0 80px;
}
.cl-white {
  color: #fff !important;
}
.cl-blue {
  color: #003b72 !important;
}
.pink {
  color: #ed1c23 !important;
}
.w100{
	width:100% !important;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.f-size20{
	font-size: 2rem;
  line-height: 2.5;
	letter-spacing: 3px;
}


/*ボタン*/
.btn-blue a {
  background: #4E7398;
  font-size: 16px;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  font-weight: 600;
	text-align: center;
}
.btn-blue a:hover {
	background: #2D5379;
}
.btn-blue img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
input.submit-btn{
	width: 230px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
input.submit-btn:hover{
	background:#000;
	color: #fff;
}





/*トップページ*/
h3.left-line {
  font-size: 3.2rem;
  color: #003b72;
}
.page-id-27 h3.left-line {
	font-size: 3.0rem;
}
h3.left-line svg {
  margin-right: 10px;
}




.link a {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  line-height: 50px;
  color: #003b72;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
  border: 1px solid #003b72;
}
.link a svg {
  margin-right:10px;
	font-size: 80%;
}
.link a:hover{
	background: #003b72;
	color: #fff;
}



/*TOPお知らせ*/
.slick02 img {
  margin: 0 auto;
}
.slick02 a{
	display:block;
}


.news-wrap {
  padding: 40px;
  background: #fff;
  margin-bottom: 80px;
}
.news-li .cat {
  min-width: 100px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  margin-right: 20px;
  border: 1px solid #003b72;
  border-radius: 30px;
  color: #003b72;
  padding: 1px 10px;
}
.news-li .date {
  margin-right: 20px;
}
.news-li .title {
  line-height: 1.5;
}

.news-li a{
  position: relative;
  display: flex;
  padding: 20px 5px 20px;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #cbcbcb;
}
.news-li:first-child a{
	border-top: 1px solid #cbcbcb;
}
.news-li a:hover {
  opacity: 0.7;
}


.bottom-map iframe {
  width: 100%;
	height: inherit;
}


/*トップご挨拶*/
.index-goaisatsu-wrap {
  padding-left: 60px;
}
.big-font {
  color: #003b72;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: 500;
}
h4.tokucho {
  color: #003b72;
  font-weight: bold;
	font-size: 3rem;
}
h4.tokucho .features {
  font-size: 1.8rem;
  margin-right: 25px;
}
h4.tokucho .nun {
  font-size: 27px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #003b72;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
}

.indexbox02 {
  position: relative;
}
.indexbox02::after {
  display: block;
  content: '';
  position: absolute;
  top: 25%;
  right: 15.4%;
  background: linear-gradient(90deg, #ecf2f3 0%, #ecf2f3 85%, #fff 85%, #fff 100% );
  width: 100vw;
  height: 50%;
  z-index: -1;
}

.guide-wrap {
  border: 8px solid #ccd8e3;
  height: 100%;
  margin: 0 20px;
  border-radius: 8px;
  padding: 30px 10px;
  text-align: center;
}

.guide-h4 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  color: #003b72;
}
.img-wrap {
  height: 160px;
	display: flex;
  align-items: center;
  justify-content: center;
}
.guide-wrap .link a {
  width: 250px;
}
.bnr-area a img {
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bnr-area a:hover img {
  opacity: 0.7;
}
.column-wrap a img {
   -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	width: 100%;
  height: 250px;
  object-fit: cover;
}
.column-wrap a:hover img {
  opacity: 0.7;
}
.column-cat {
  min-width: 100px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  margin-right: 20px;
  border: 1px solid #003b72;
  border-radius: 30px;
  color: #003b72;
  padding: 0 10px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.column-date {
  margin-bottom: 10px;
}






/*フッター*/
.footer-top {
  background: #ecf2f3;
}
.contact-wrap {
  padding: 60px 0;
}
ul.footer-medical {
  display: flex;
  gap: 10px;
}
ul.footer-medical li {
  border: 1px solid #003b72;
  color: #003b72;
  padding: 5px 10px;
}
.bottom-contact .tel {
  color: #003b72;
	line-height: 1.4;
}
.bottom-contact .tel strong {
  font-size: 3rem;
}

.bottom-contact .address {
  color: #003b72;
	line-height: 1.6;
}
.bottom-contact .address svg {
  margin-right: 7px;
}
.bottom-contact .address a {
  color: #003b72;
  border: 1px solid #003b72;
  border-radius: 20px;
  padding: 0 10px;
  margin-left: 10px;
}
.bottom-contact .address a:hover {
	border: 1px solid #003b72;
	background: #003b72;
	color: #fff;
}
.footer-h2 {
  color: #003b72;
  font-size: 2rem;
  margin-right: 30px;
}
.footer-h2 svg {
  margin-right: 7px;
}
ul.footer-contact li {
  line-height: 1.5;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 95%;
}
.bottom-map {
  width: 100%;
  height: 100%;
}

.footer-bottom {
  padding-top: 40px;
	padding-bottom: 40px;
}
ul.footer-nav {
  display: flex;
  flex-wrap: wrap;
}
ul.footer-nav li {
	position: relative;
  padding-left: 20px;
  margin-right: 25px;
  line-height: 2.2;
}
ul.footer-nav li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: #003b72;
}


.footer-copy {
  font-size: 14px;
  padding: 0px 10px;
  background: #003b72;
  padding: 10px;
  color: #fff;
}
.footer-copy a {
  color: #fff;
}


.sp-bottom{
	display:none;
}



/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 200%;
    z-index: 200;
	padding: 0;
	margin: 0;
}
#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
  background: #003b72;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 45px;
  border-radius: 50px;
  opacity: 1;
  letter-spacing: 0;
  border: 2px solid #fff;
  font-size: 20px;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 1;
}
#page-top img {
  width: 26px;
  vertical-align: baseline;
  display: inline;
}


/*固定ページ*/
.page-top {
  height: 280px;
  width: 100%;
  background: #ecf2f3;
  padding-top: 80px;
}
.page-header-wrap{
	position:relative;
	padding-left: 50px;
}
.page-header-back {
	position:absolute;
	top:0;
	left:0;
  width: 150px;
  height: 200px;
  background: url("img/back.jpg") repeat top left;
  z-index: 0;
}
.breadcrumbs {
  z-index: 2;
  position: relative;
  font-size: 1.6rem;
  padding-top: 15px;
}
.page-top-h2 {
  color: #003b72;
  font-size: 3.6rem;
  font-weight: 600;
  padding-top: 50px;
	z-index: 2;
  position: relative;
}
.page-inner{
	padding:80px 0;
}

/*ごあいさつ*/
.greeting-p {
  font-size: 2.0rem;
  line-height: 1.8;
}
.docter-detail {
  border: 8px solid #ccd8e3;
  height: 100%;
  margin: 0 15px;
  border-radius: 8px;
  padding: 30px 30px 20px;
}
ul.list li {
  padding: 10px 0;
	line-height: 1.5;
}
.bg-skyblue-service {
  background: linear-gradient(90deg, #ecf2f3 0%, #ecf2f3 70%, #fff 70%, #fff 100% );
  padding: 40px 0 20px;
}
.greeting-img-wrap {
  margin-top: -120px;
}
.greeting-h3 {
  font-size: 3.2rem;
  color: #003b72;
  letter-spacing: 2px;
}
.greetingstaff-left .bg-skyblue-service {
  background: linear-gradient(90deg, #fff 0%, #fff 30%, #ecf2f3 30%, #ecf2f3 100% );
  padding: 40px 0 20px;
}
dl.greeting {
  margin-bottom: 20px;
	margin-right: 25px;
}
dl.greeting dt {
  font-size: 2.0rem;
  margin-bottom: 5px;
  line-height: 1.8;
}
dl.greeting dd {
  font-weight: normal;
  line-height: 1.8;
}
ul.list li .br {
  padding-left: 20px;
}

/*スタッフ紹介*/
.staff-wrap {
  position: relative;
	margin-top: 100px;
}
.staff-wrap::after {
  background-color: #003b72;
  content: "";
  display: block;
  height: 90px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.staff-title {
  color: #fff;
  padding: 0 0 10px 20px;
}
.staff-name {
  display: flex;
  color: #fff;
  font-size: 2.6rem;
  gap: 30px;
  padding: 0 0 15px 20px;
	align-items: center;
}
.staff-btn {
  display: inline-block;
  border-radius: 50px;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
  border: 1px solid #fff;
  font-size: 1.8rem;
  background: #003b72;
}
.staff-btn svg{
	margin-right: 10px;
  font-size: 80%;
}
.staff-btn:hover{
	background: #fff;
	color: #003b72;
}
.comment {
  position: absolute;
  bottom: 110px;
  left: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
}
.staff-wrap img {
  max-width: 205px;
  max-height: 180px;
  object-fit: contain;
	width: 100%;
}
.modal-header {
  background: #003b72;
}
.modal-title small {
  font-size: 1.8rem;
  padding-right: 10px;
}
.btn-close {
  color: #fff;
	background: none;
}
.modal-body {
  color: #4d4d4d;
}
.btn.btn-default {
  font-size: 1.6rem;
  border: 1px solid #ccc;
  font-weight: bold;
}
dl.staff-detail {
  margin: 10px 10px 20px;
  line-height: 1.5;
}
dl.staff-detail dt {
  font-size: 1.8rem;
  border-bottom: 3px solid #003b72;
  margin-bottom: 10px;
  font-weight: bold;
  color: #003b72;
}
dl.staff-detail dd{
	font-size: 1.8rem;
}
.modal-dialog {
  margin-top: 100px !important;
}

/*医院案内*/
.rinen {
  background: #003b72;
  padding: 40px 30px 40px 80px;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.6;
  letter-spacing: 3px;
}
.clinic-box01 {
  position: relative;
}
.rinen-img {
  position: absolute;
  /*top: -200px; 採用募集のリンクが無い時*/
  top: -100px;
  right: 0;
  width: 100%;
}

.slick-slider.slick-facility {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.facility-txt {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: #4d4d4d;
  letter-spacing: 2px;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -50px;
  width: 0;
  height: 0;
}
.next-arrow{
  right: -50px;
  width: 0;
  height: 0;
}
.slick-thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
}
.slick-thumbnail .slick-current {
  opacity: 1;
}
.slick-facility .slick-slide {
  display: block;
  padding: 0;
  text-indent: 0;
  margin-bottom: 30px;
}
.slide-arrow {
  width: 36px !important;
  height: 36px;
  display: inline-block;
  background: #003b72;
  border-radius: 50px;
  line-height: 36px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.slick-slide img {
  margin: 0 auto;
}
.clinic-box03 {
  background: #ecf2f3;
}
.facility-wrap {
  background: #fff;
  padding: 20px;
  height: 100%;
}
dl.facility dt {
  font-size: 2.4rem;
  margin-bottom: 20px;
	margin-top: 10px;
}
dl.facility dd {
  line-height: 1.5;
}

/*よくある質問*/
dl.qa {
  border-bottom: 2px solid #abc1d1;
  margin: 0;
  padding: 25px 40px 25px 25px;
	position: relative;
	line-height: 1.6;
}
dl.qa dt{
	position:relative;
	padding-left:50px;
}
dl.qa dt::before {
  content: 'Q.';
  font-size: 2.4rem;
  font-weight: 700;
  color: #003b72;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
dl.qa dd{
	position:relative;
	padding-left:50px;
	margin-top: 20px;
	margin-bottom: 0;
}
dl.qa dd::before {
  content: 'A.';
  font-size: 2.4rem;
  font-weight: 700;
  color: #003b72;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
dl.qa:first-of-type {
  border-top: 2px solid #abc1d1;
}
dl.qa a.qa-collapse {
  display: block;
  width: 100%;
	position: relative;
line-height: 1.4;
}
dl.qa a.qa-collapse::after {
  font-family: "Font Awesome 5 Free";
  content: '\f068';
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.6rem;
  color: #003b72;
	line-height: 1;
		font-weight:900;
}
dl.qa a.qa-collapse.collapsed::after {
	font-family: "Font Awesome 5 Free";
  content: '\f067';
}

/*トップ選ばれる理由*/
dl.qa.index-reason {
  border-bottom: none;
  padding: 0;
  background: #003b72;
	margin-top: 50px;
}
dl.qa.index-reason:first-of-type {
  border-top: none;
}
dl.qa.index-reason dt::before {
	content: none;
}
dl.qa.index-reason a.qa-collapse {
  color: #fff;
}
dl.qa.index-reason a.qa-collapse::after {
	color: #fff;
}
dl.qa.index-reason a.qa-collapse::after {
	right: 20px;
}
dl.qa.index-reason dt{
	padding-left: 0;
}
dl.qa.index-reason dt a {
  padding:20px 25px 20px 120px;
}
dl.qa.index-reason dd {
  padding: 20px 25px;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
  border: 3px solid #003b72;
  line-height: 1.5;
}
dl.qa.index-reason dd::before {
	content: none;
}
.point {
  width: 80px;
  height: 80px;
  position: absolute;
  border: 3px solid #003b72;
  border-radius: 80px;
  top: -30px;
	left: 20px;
  background: #fff;
	color: #003b72;
	font-size: 15px;
  text-align: center;
  padding-top: 13px;
  letter-spacing: -0.5px;
}
.point .num {
  display: block;
  text-align: center;
  font-size: 3.0rem;
  line-height: 1;
}


/*診療案内*/
.blue-waku {
  border: 8px solid #ccd8e3;
  height: 100%;
  margin: 0 15px;
  border-radius: 8px;
  padding: 30px 30px 20px;
}
ul.maru-list li {
  padding: 10px 0 10px 25px;
  line-height: 1.4;
	position:relative;
}
ul.maru-list li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  position: absolute;
  color: #003b72;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
		font-weight:900;
}
table.th-blue tr {
  border-bottom: 1px solid #abc1d1;
}
table.th-blue th {
  text-align: center;
	border:7px solid #fff;
	line-height: 1.5;
}
table.th-blue th div {
border-radius: 8px;
  background: #003b72;
  height: 100%;
  width: 100%;
  padding: 15px 10px;
	color:#fff;
}
table.th-blue td {
  padding: 15px 10px;
  line-height: 1.5;
}
table.th-blue td.no-wrap {
  white-space: nowrap;
  min-width: 20%;
  text-align: center;
}
.ryokin-waku {
  border: 8px solid #ccd8e3;
  height: 100%;
  border-radius: 8px;
}
.ryokin-title {
  background: #ccd8e3;
  padding: 10px 20px 15px;

}
.ryokin-inner {
  padding: 20px;
	line-height: 1.5;
}
table {
  width: 100%;
}
table.th-blue.td-back td {
  padding:0;
  line-height: 1.5;
  border: 7px solid #fff;
}
.ryokin-detail th {
  vertical-align: top;
}
table.th-blue.td-back th div{
	padding: 10px 10px;
	}
table.th-blue.td-back td div{
	border-radius: 8px;
  background: #ecf2f3;
  height: 100%;
  width: 100%;
  padding: 10px 10px;
	font-weight:bold;
	text-align:center;
}
table.ryokin-detail td {
  padding: 3px;
  line-height: 1.5;
  vertical-align: top;
}
hr.tensen {
  color: transparent;
  border-top: 2px dotted #003b72;
}
.bg-gray {
  background: #ccd8e3;
}
.bottom-contact .tel a {
  color: #003b72;
}

.bg-gray table.th-blue th {
  border: 7px solid  #ccd8e3;
	vertical-align: top;
	white-space: nowrap;
}
.bg-gray table.th-blue td {
  border: 7px solid  #ccd8e3;
}
table.th-blue.td-back th div.h74 {
  padding: 10px 10px;
  height: 74px;
}
body.page-id-281 .greetingstaff-left,body.page-id-287 .greetingstaff-left,body.page-id-515 .greetingstaff-left {
  margin-top: 80px;
}

ul.list-2 li::before {
  content: "※";
  position: absolute;
  left: 25px;
}
ul.list-2 li {
  padding-left: 51px;
  line-height: 1.7;
  position: relative;
}

table.th-blue.td-back.homecare td {
  background-color: #ecf2f3;
  border-radius: 25px;
}

table.th-blue.td-back.homecare th {
  background-color: #003b72;
  border-radius: 25px;
}

table.th-blue.td-back.homecare.service th {
  width: 580px;
}

table.th-blue.td-back.homecare td.color-blue div {
  background-color: #003b72 !important;
  color: #fff;
}

table.th-blue.td-back.homecare.teikyo td div {
  text-align: left;
  padding: 10px 20px;
}

.color-blue {
  color: #003b72;
}

table.th-blue.td-back.homecare.teikyo th {
  width: 35%;
}

/*お知らせ*/
h3.bd-h4 {
  border-top: 2px solid #003b72;
  border-bottom:2px solid #003b72;
  padding: 15px;
  margin-bottom: 20px;
	font-size: 2.6rem;
}
.single-editer {
  line-height: 1.8;
  margin-top: 40px;
}
.single-pager {
  border-top: 1px solid #003b72;
  padding: 45px 0 30px;
	margin-top: 60px;
}
ul.pager li.previous a {
  display: inline-block;
  position: relative;
}
ul.pager {
  display: flex;
  justify-content: space-between;
	position:relative;
}
ul.pager li.previous a span {
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 10px;
	color: #003b72;
  font-weight: bold;
}
ul.pager li.previous a svg, ul.pager li.next a svg {
  width: 36px;
  height: 36px;
  display: inline-block;
  background:#003b72;
  border-radius: 50px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
	line-height: 36px;
	padding: 10px;
}
ul.pager li.next a span {
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 10px;
	color: #003b72;
  font-weight: bold;
}
ul.pager li.to-list {
  position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.pager li.to-list a {
  border-bottom: 1px solid #003b72;
  display: inline-block;
  padding-bottom: 5px;
  color: #003b72;
  font-weight: bold;
}
ul.pager li.previous a:hover{
	opacity:1;
}
ul.pager li.previous a:hover i, ul.pager li.next a svg:hover{
	opacity:1;
	background:#003b72;
}
ul.pager li.next {
  margin-left: auto;
}
.cat a {
  color: #003b72;
}

/*ページャー*/
.nav-links a.page-numbers {
	 width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
	  border-radius: 50%;
	border:1px solid transparent;
}
.nav-links .page-numbers.current {
  background:#003b72;
  color: #fff;
	width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
	  border-radius: 50%;
}

.navigation.pagination {
  justify-content: center;
	text-align: center;
}
.nav-links a.page-numbers:hover {
	background:#fff;
	border:1px solid #003b72;
	color:#003b72;
	text-align: center;
}
.cat-title {
  font-size: 2.0rem;
  border-bottom: 1px solid #003b72;
  color: #003b72;
  line-height: 1.5;
}
ul.cat-list li {
  display: inline;
}
ul.cat-list li a {
  padding: 5px 20px 7px;
  display: inline-block;
  margin: 10px 5px 0 0;
  border-radius: 2px;
  line-height: 1;
  background: #fff;
  border: 1px solid #003b72;
  color: #003b72;
  border-radius: 4px;
}
ul.cat-list li a.active {
  background:#3d3f48;
  color: #fff;
  border: none;
}
ul.cat-list li a:hover {
  background: #ecf2f3;
  opacity: 1;
}
.case-cat a span{
  background: #d4d4d4;
  padding: 2px 10px 3px;
  margin-right: 5px;
  font-size: 14px;
  white-space: nowrap;
}

/*採用情報*/
.big-red {
  font-size: 2.2rem;
  color: #c0272d;
  font-weight: 600;
	line-height: 1.5;
}
h3.bd-h3 {
  font-size: 3.2rem;
  color: #003b72;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.red {
  color: #c0272d;
  font-weight: 600;
}
table.recruit-table tr {
  border-bottom: 1px solid #cbcbcb;
}
table.recruit-table tr:first-of-type {
  border-top: 1px solid #cbcbcb;
}
table.recruit-table th {
  padding: 15px 10px;
  vertical-align: top;
  text-align: center;
  background: #ecf2f3;
  width: 20%;
  line-height: 1.5;
}
table.recruit-table td {
	padding:15px 20px;
	text-align:left;
	line-height: 1.5;
}
ul.r-list li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.link.btn-blue a {
  border: 1px solid #003b72;
  background: #003b72;
  color: #fff;
  min-width: 278px;
}

.kaisi-time-ml {
  margin-left: 95px;
}


/*お問い合わせ*/

dl.contact-dl {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
	margin-bottom: 20px;
	line-height: 1.4;
}
dl.contact-dl dt {
  width: 360px;
  font-weight: normal;
	flex-shrink: 0;
}
dl.contact-dl dd {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
.hissu {
  background: #e50012;
  padding: 2px 5px;
  font-size: 13px;
  margin-right: 10px;
}
input[type="text"], input[type="email"],input[type="tel"], textarea, select{
	width: 100%;
	border: 1px solid #003b72;
	border-radius: 4px;
	padding: 5px 10px;
	background:#fff;
}
label {
  margin-bottom: 0;
}

textarea {
  height: 13rem;
}
.row-wrap {
  height: 8rem;
  overflow: auto;
  background: #fff;
  color: #808285;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 8px;
}
input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 20px;
}

input.contact-btn {
  width: 300px;
 background: #003b72;
  border-radius: 50px;
  line-height: 50px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
  border: 1px solid #003b72;
	  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
input.contact-btn:hover {
  opacity: 0.7;
}

/*サイトマップ*/
.post_content li h2.wsp-pages-title,h2.wsp-posts-title,h2.wsp-columns-title,
h2.wsp-internss-title,h2.wsp-interns_cats-title {
	margin: 30px 0px 15px 0px;
	color: #003b72;
	font-size: 2.4rem;
font-weight: bold;
	list-style: none;
}

ul.wsp-pages-list > li ,li.wsp-post,
ul.wsp-columns-list > li ,ul.wsp-internss-list > li,
ul.wsp-interns_cats-list > li {
	padding: 15px !important;
  border-bottom: solid 1px #cccccc;
  list-style: none;
  text-indent: 0 !important;
	line-height: 1.4;
}
.post_content ul.wsp-posts-list li, .post_content ul.wsp-posts-list dt, .post_content ul.wsp-posts-list dd, .post_content ul.wsp-products-list li, .post_content ul.wsp-newss-list li{
  list-style: none;
}
body.page-id-37 ul.children li::before {
  content: '・';
  padding-right: 7px;
  color: #003b72;
}
.wsp-category-title a {
  color: #003b72;
  padding-top: 10px;
  display: block;
}

/*プライバシーポリシー*/
body.page-id-39 .h3 {
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-top: 30px;
  line-height: 1.6;
}
a.under-line {
  color: #003b72;
  text-decoration: underline;
}
a.under-line:hover {
	opacity:0.7;
	text-decoration: underline;
	color: #003b72;
}

.privacy-border {
  display: block;
  border-top: dotted 3px #ddd;
}

.fb-fc-blue {
  font-weight: bold;
  font-size: 2.2rem ;
  color: #003b72;
  text-decoration: underline;
}


/*コラム---20240909--体力測定テーブル*/
table.tairyoku {
  border: solid 1px #000;
}

table.tairyoku th {
  border: solid 1px #000;
  padding: 10px;
  width: 110px;
  text-align: center;
}

table.tairyoku td {
  border: solid 1px #000;
  padding: 10px 20px;
}



@media (max-width: 1763px) {
	.table-clinic th {
		padding: 5px;
	}
	.table-clinic td {
		padding: 15px 5px;
	}
}


@media (max-width: 1399px) {
	nav.top-menu ul li.header-tel a {
		font-size: 26px;
	}
	nav.top-menu ul li img {
	  width: 45px;
	}
	.gmrelative01.clone-nav h1.header-logo a {
	  padding: 0 10px;
	}
.rinen-img {
	/*top: -160px; 採用募集のリンクが無い時*/
  top: -105px;
	}


	
}


@media (max-width: 1199px) {
	.main-img {
		top: 130px;
	}
	.main-img {
  		min-height: 450px;
		max-height: 500px;
	}
	.slick-list {
  height: 100%;
}
	.slick-track {
  height: 100%;
}
	.main-img-inner {
  height: 100%;
}
	.main-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
	
	.main-txt h2{
		font-size: 3.0rem;
	}
	.top-main-inner {
		min-height: 700px;
	}
	.mein-contact {
		top: -300px;
	}
	
	

	.link a {
		padding: 0 40px;
	}
	.big-font {
		font-size: 3.0rem;
	}
	.f-size20 {
		font-size: 1.8rem;
	}
	.guide-h4 {
		font-size: 2.4rem;
	}
	.guide-wrap .link a {
	  width: 100%;
	}
	.guide-wrap {
		margin: 0 10px;
	}
	 .contact-wrap {
    padding: 30px 0 30px 20px;
  }
	table.table-clinic .cl-blue {
		font-size: 1.8rem;
	}
	table.table-clinic {
  font-size: 1.5rem;
}
	.table-clinic th {
		padding: 5px;
	}
.table-clinic td {
	padding: 15px 7px;
	}
	
	.staff-name {
	  font-size: 2.2rem;
	  display:block;
	  padding: 0 0 13px 20px;
	}
	.staff-btn {
	  font-size: 1.6rem;
	}
	.staff-title {
	  color: #fff;
	  padding: 0 0 5px 20px;
	}
	.staff-wrap::after {
		height: 110px;
	}
	.comment {
		bottom: 140px;
	}
	.staff-btn {
	  display: inline-block;
	  border-radius: 50px;
	  line-height: 25px;
	  color: #fff;
	  vertical-align: middle;
	  text-align: center;
	  padding: 0 15px;
	  border: 1px solid #fff;
	  font-size: 1.8rem;
	  background: #003b72;
	  margin-top: 10px;
	}
	.staff-wrap {
	  margin-top: 140px;
	}
	.rinen {
		font-size: 3.8rem;
	}
	
	table.th-blue.td-back.homecare.service th {
    width: 440px;
  }
}



@media (max-width: 991px) {
	html {
	  font-size: 51%;
	}

	.pc-md{
		display:none;
	}
	.header-logo img {
	  width: 120px;
	}
	.header-logo {
	  padding: 8px 5px 7px 10px;
	}
	nav.top-menu ul {
	  height: 70px;
	}
	li.nav-mail {
	width: 70px;
		height: 70px;
	}
.header-top {
	height: 70px;
	}
	nav.top-menu ul.dropdown-menu {
	  height: auto;
	}
	.main-img {
  		width: 57vw;
    min-width: 600px;
    right: 0;
    top: 120px;
    min-height: 300px;
    max-height: 400px;
	}
	.maru svg {
		vertical-align: text-bottom;
	}

	 .main-center-txt {
		right: 55%;
		top: 150px;
	  }
	.main-txt {
  		top: 50px;
    left: -22vw;
	}
	.mein-contact {
		top: -270px;
	}
	.top-main-inner {
		margin: 0 auto 50px;
	}
	.index-goaisatsu-wrap {
	  padding-left: 20px;
	}
	 .guide-wrap {
		margin: 0;
	  }
	ul.list li .br {
	  padding-left: 1em;
	  display: block;
	}
	.docter-detail {
		margin: 0;
	}
	.page-top {
	  height: 270px;
	  padding-top: 70px;
	}
	.staff-wrap::after {
    height: 100px;
  }
	 .comment {
    bottom: 120px;
  }
	.rinen {
		padding: 30px 50px 30px 40px;
	}
	.column-wrap a img {
		height: 170px;
	}
	
	.link.btn-blue a {
	  min-width: 189px;
	}
	

  table.th-blue.td-back.homecare.service th {
    width: 330px;
}

/*-- 採用 --*/
.kaisi-time-ml {
  margin-left: 78px;
}
	 .rinen-img {
    /*top: -100px; 採用募集のリンクが無い時*/
    top: -85px;
  }
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 767px) {	
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}

	nav.top-menu {
		display: none;
	}
	.header-top {
	  display: none;
	}
	.header-logoarea {
	  display: none;
	}
	.gmrelative01 {
	  z-index: 0;
	  position: static;
	}
	.sp-header {
		background: #fff;
		width: 100%;
		height: 46px;
		position: fixed;
		top: 0;
		z-index: 200;
		box-shadow: 0px 3px 5px -6px rgba(0,0,0,0.3);
	}
	.header-logo {
	  font-size: 24px;
	  margin: 0;
	  font-family: 'poppins', sans-serif;
	  font-weight: 900;
	  letter-spacing: 3px;
	  padding-left: 15px;
	}
	.index-top {
		position: relative;
		padding-top: 46px;
	}
	.hamburger {
	  display : block;
	  position: absolute;
	  z-index : 33;
	  right : 0;
	  top   : 0;
	  width : 46px;
	  height: 46px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 22px;
	  height  : 2px ;
	  left    : 12px;
	  background : #003b72;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition   : 0.5s ease-in-out;
	  transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 14px;
	}
	.hamburger span:nth-child(2) {
	  top: 22px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}
	.hamburger.active span:nth-child(1) {
	  top : 22px;
	  left: 12px;
	  -webkit-transform: rotate(315deg);
	  -moz-transform   : rotate(315deg);
	  transform        : rotate(315deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 22px;
	  -webkit-transform: rotate(-315deg);
	  -moz-transform   : rotate(-315deg);
	  transform        : rotate(-315deg);
	}
	.sp-header .header-logo img {
	  height: 30px;
    padding: 0;
    width: auto;
    margin-top: 0;
		vertical-align: middle;
	}
	 nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 20;
    color: #003b72;
    background: #ecf2f3;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding: 46px 0 0;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
	nav.globalMenuSp ul {
	  background: #fff;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #fff;
		margin: 0 auto;
	}
	nav.globalMenuSp ul li.header-tel {
  font-size: 20px;
  font-weight: bold;
}
	nav.globalMenuSp ul li.header-mail {
  font-size: 18px;
  font-weight: 500;
}

	nav.globalMenuSp ul li a {
		display: block;
		color: #003b72;
		padding: 12px 20px;;
		text-decoration: none;
		text-align: left;
		background: #ecf2f3;
	}
	nav.globalMenuSp ul li img {
  width: 40px;
		margin-right: 10px;
}
	.top-menu-inner .nav-title {
		border-left: none;
	}
	.top-menu-inner.bd-right .nav-title {
		border-right: none;
	}
	nav.globalMenuSp.active {
	  transform: translateY(0%);
	  z-index: 100;
	}
	.globalMenuSp ul.header-nav li a {
		margin: 0 7px;
		padding: 5px 15px 5px 40px;
		font-size: 16px;
		font-weight: 700;
		color:#fff;
	}
	ul.header-nav {
		margin-top: 0;
	}
	.globalMenuSp .top-menu-inner a .nav-title {
		margin: 0;
	}
	nav.globalMenuSp .header-nav li a {
		width: auto;
		color: #fff;
		padding: 0 0 0 40px;
		line-height: 42px;
		margin: 0;
		font-size: 21px;
		display: inline;
	}
	.globalMenuSp .header-nav {
		display: block;
		margin-top: 20px;
	}
	.top-menu-inner a {
		display: block;
	}
	nav.globalMenuSp ul li.parent a{
		position:relative;
	}
	nav.globalMenuSp ul li.parent a::after {
		content: '\f068';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px;
    color: #003b72;
    font-weight: 900;
	}
	nav.globalMenuSp ul li.parent a.collapsed::after {
		content: '\f067';
    font-family: "Font Awesome 5 Free";
	}
	.sp-nav-btn {
	  display: flex;
	  justify-content: space-between;
	}
	.sp-nav-btn div {
	  width: 100%;
	  text-align: center;
	}
	.sp-nav-btn a {
	  display: block;
	  background: #002B73;
	  padding: 10px 0;
	  color: #fff;
	}
	.sp-nav-btn a:first-child{
		border-right:1px solid #fff;
	}
	nav.globalMenuSp ul li.child a::before {
		content: '\f106';
		font-family: FontAwesome;
		  font-size: 20px;
		  color: #29ABE2;
		margin-right: 10px;
	}
	nav.globalMenuSp ul li.child a.collapsed::before{
		content: '\f107';
	}
	nav.globalMenuSp ul li.link a::before {
		content: '\f105';
		font-family: FontAwesome;
		  font-size: 20px;
		  color: #29ABE2;
		margin-right: 10px;
	}

	nav.globalMenuSp ul li.child a, nav.globalMenuSp ul li.link a{
		padding-left: 2rem;
	}
	nav.globalMenuSp ul li.g-child a {
	  padding-left: 3.5rem;
	}
	nav.globalMenuSp ul li svg {
	  margin-right: 7px;
	}
	
	/*コラム---20240909--体力測定テーブル*/

table.tairyoku th {
  width: 85px;
}

	
	
	
/*共通*/
	.inner {
		padding: 0 0 45px;
	}	
	h2.index-h2 {
	  font-size: 32px;
	}
	h2.index-h2 span {
		font-size: 13px;
	}
	
/*メインビジュアル*/
  .main-img {
    width: 100%;
    min-width: auto;
    right: 0;
    top: 45px;
    min-height: auto;
    height: 400px;
  }

	.slick-facility .slick-slide {
		height: auto;
	}
	.slick-slide img{
		width:100%;
		height: 100%;
		object-fit: cover;
	}
	.slick-facility .slick-slide img {
    width: 100%;
    height: auto;
  }
	 .main-txt {
    top: auto;
    right: auto;
    left: 0;
    background: rgba(0,59,114,0.8);
    bottom: 10px;
    padding: 25px 15px 0px 45px;
    width: 406px;
  }
.main-num {
  position: absolute;
  color: #ccd8e3;
  font-size: 8rem;
  top: 0;
  left: 35rem;
  z-index: 0;
}
	.main-txt h2 {
		color: #fff;
		height: 10rem;
	}
	.main-txt .left-line {
		color: #fff;
		margin-bottom: 10px;
	}
	.scrolldown {
  bottom: 40px;
  left: 10px;
}
	.scrolldown::after {
  background: #fff;
}
	.scrolldown::before {
		background: #fff;
	}
	.scrolldown span {
		color: #fff;
	}
	.mein-contact {
	  padding: 10px 15px 20px;
	}
	.mein-contact .address {
	  letter-spacing: -0.5px;
	}
	.index-bnr {
		padding-top: 0;
	}
	.slick02 .slick-slide {
    height: auto;
  }

	 .main-txt p {
    font-size: 2rem;
  }
	 .main-txt h2 {
    margin-right: 10px;
		 line-height: 1.5;
  }
	.page-inner {
  padding: 40px 0;
}
	
	.mein-contact {
		position: relative;
	}
	.mein-contact {
    top: -20px;
  }
	.top-main-inner {
		min-height: 480px;
	}
	
	
/*トップページ*/
h3.left-line {
	font-size: 2.8rem;
	}
	.page-id-27 h3.left-line {
  font-size: 2.6rem;
}
	.link a {
    padding: 0 20px;
    line-height: 40px;
  }
	.news-wrap {
	  padding: 15px;
	  margin-bottom: 40px;
	}

	.news-li a {
  		flex-wrap: wrap;
		padding: 10px 5px 10px;
		}
	.news-li .title {
	  width: 100%;
	}
	.news-li .cat {
	  line-height: 20px;
	  margin-bottom: 10px;
	}
	 .big-font {
		font-size: 2.6rem;
	  }
	.index-goaisatsu-wrap {
    padding-left: 0;
  }
	 .f-size20 {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0;
  }
	h4.tokucho .nun {
	  font-size: 22px;
	  width: 30px;
	  height: 30px;
	  display: inline-block;
	  background: #003b72;
	  color: #fff;
	  border-radius: 50%;
	  text-align: center;
	  line-height: 30px;
	  margin-left: 7px;
	}
	h4.tokucho {
	  font-size: 2.6rem;
	}
	h4.tokucho .features {
	  margin-right: 15px;
	}
 .guide-wrap {
    margin: 0 10px;
    max-width: 350px;
	 margin: 0 auto;
  }
	.column-date {
  margin-bottom: 5px;
}
	.column-wrap {
  margin-bottom: 20px;
}
	.contact-wrap {
    padding: 30px 15px;
  }
	.bottom-logo img {
  height: 60px;
  width: auto;
}
	ul.footer-medical {
	  gap: 5px;
	}
	ul.footer-medical li {
	  padding: 5px 7px;
	}
	.bottom-contact .address {
  letter-spacing: -0.3px;
}
	.bottom-contact .address a {
  padding: 0 7px;
  margin-left: 5px;
}
	.bottom-map {
	  width: 100%;
	  height: 250px;
	}
	
	
	
	.sp-bottom {
		display:block;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
		background-color: #1F1F1D;
	  color: #fff;
	  text-align: center;
		padding: 7px 0;
		z-index: 300;
	}
	.sp-bottom-tel img {
	  width: 25px;
	  margin-right: 5px;
		vertical-align: middle;
	}
	.sp-bottom-menu{
		height: 70px;
	}
	.sp-bottom-tel a {
	  color: #fff;
	  font-size: 20px;
	  font-weight: 900;
	  font-family: 'poppins', sans-serif;
	  line-height: 1;
		vertical-align: middle;
	}	
	.sp-bottom-contact .btn-blue a {
	  font-size: 14px;
	  padding: 5px 5px;
	  border-radius: 30px;
	  width: 100%;
	}
	
	/*固定ページ*/
	.page-top {
	  height: 206px;
	  padding-top: 46px;
	}
	.page-header-back {
	  width: 150px;
	  height: 160px;
	}
	.docter-img {
	  max-width: 250px;
	  margin-bottom: 20px;
	}
	.greeting-img-wrap {
	  margin-top: 0;
	}

	.staff-wrap {
  margin-bottom: 100px;
    margin-top: 0;
}
	dl.staff-detail dd {
	  font-size: 2rem;
	}
	.rinen-img {
	  position: relative;
	  top: -30px;
	  right: 0;
	  width: 100%;
	}
	.rinen {
  padding: 20px 40px 30px 40px;
  color: #fff;
  font-size: 3.2rem;
  width: 90%;
}
	 .thumbnail-img.slick-slide {
    height: auto;
  }
	.ryokin-title {
  padding: 5px 7px 10px;
  line-height: 1.4;
}
	table.ryokin-detail th, table.ryokin-detail td {
  display: block;
}
	table.ryokin-detail td {
  text-align: right;
  padding-bottom: 10px;
}
.ryokin-inner {
  padding: 10px;
}
	h3.bd-h4 {
  padding: 15px 10px;
  margin-bottom: 20px;
  font-size: 2.2rem;
}
	.column-wrap a img {
		height: 130px;
	}
	dl.contact-dl {
		display: block;
	}
	body.page-id-39 .h3 {
	  padding: 8px;
	}
	body.page-id-281 .greetingstaff-left,body.page-id-287 .greetingstaff-left,body.page-id-515 .greetingstaff-left {
	  margin-top: 40px;
	}
	.modal-dialog {
  margin-top: 50px !important;
}
	
	table.recruit-table th {
		padding: 10px 10px;
		width: 1rem;
	}
	table.recruit-table td {
		padding: 10px 15px;
	}
	.staff-wrap img {
	  max-width: 137px;
	  max-height: 132px;
	}
	ul.cat-list li a {
		padding: 5px 10px 7px;
	}
	
	table.th-blue.td-back.homecare.service {
    width: 630px;
}

ul.list-2 li::before {
  left: 0px;
}

ul.list-2 li {
  padding-left: 25px;
}
	
	.gmrelative01.clone-nav.is-show {
		z-index: 1;
	}
	
	
}


@media (max-width: 575px) {	
	.main-txt h2 {
    font-size: 2.3rem;
  }
	.main-txt .left-line {
    font-size: 1.6rem;
  }
	.main-txt .left-line svg {
		font-size: 1.3rem;
	}
	.main-txt h2 {
    height: 8rem;
  }
	 .main-txt {
    width: 340px;
  }
	 .main-num {
    font-size: 6rem;
    top: 5px;
    left: 30rem;
  }
	.top-main-inner {
    min-height: 450px;
  }
	.slick-slide img.main-img02 {
    object-position: -220px 0;
  }
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  padding-right: var(--bs-gutter-x,1.75rem);
	  padding-left: var(--bs-gutter-x,1.75rem);
	}
	.point {
	  width: 60px;
	  height: 60px;
	  position: absolute;
	  border: 2px solid #003b72;
	  border-radius: 80px;
	  top: -20px;
	  left: 10px;
	  background: #fff;
	  color: #003b72;
	  font-size: 13px;
	  text-align: center;
	  padding-top: 10px;
	  letter-spacing: -0.5px;
	}
.point .num {
	font-size: 2.8rem;
	}
	dl.qa.index-reason dt a {
  padding: 15px 25px 15px 80px;
}
	dl.qa.index-reason a.qa-collapse::after {
  right: 7px;
}
	dl.qa.index-reason dd {
		padding: 10px 15px;
	}
	dl.qa.index-reason {
  margin-top: 35px;
}
	ul.footer-nav {
		display: block;
		padding: 0 30px;
	}
	ul.footer-nav li {
	  margin-bottom: 5px;
	}
	
	
	

	.sp-bottom-contact .btn-blue span{
		display:none;
	}
	.sp-bottom-contact .btn-blue a {
	  padding: 5px 10px;
	  border-radius: 30px;
	  width: 40px;
		height: 40px;
	  text-align: center;
	}
	.sp-bottom-contact .btn-blue img {
	  vertical-align: middle;
	  margin-right: 0;
	}
	.sp-bottom-tel a {
		font-size: 24px;
	}
	.page-header-wrap {
	  padding-left: 20px;
	}

	dl.greeting {
	  margin-right: 0;
	}

	 .staff-wrap {
    margin-bottom:40px;
  }
	.comment {
   bottom: -10px;
    left: 0;
    position: relative;
  }
  .rinen {
    padding: 20px 20px 30px 20px;
    color: #fff;
    font-size: 2.6rem;
    width: 90%;
  }
	.facility-wrap {
		padding: 10px;
	}
	dl.facility dt {
	  font-size: 2.0rem;
	  margin-bottom: 10px;
	  margin-top: 5px;
	}
	 .contact-wrap {
    padding: 30px 0;
  }
	dl.qa {
		padding: 15px 30px 15px 10px;
	}
	 .blue-waku {
    padding: 20px 15px 20px;
    margin: 0;
  }
	.blue-waku h3.left-line {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
	
	 h3.left-line {
    font-size: 2.7rem;
    letter-spacing: 0;
  }
	h3.left-line svg {
  font-size: 2rem;
		margin-right: 5px;
}
		.staff-wrap {
  margin-bottom: 30px;
    margin-top: 0;
}
	
	
}






