/* Common */
.sec {
	padding: 80px 0px 120px;
}

.hd {
	padding-bottom:20px;
	border-bottom: 1px solid #bbbbbb;
}

.hd h3 {
	font-size:4rem;
	font-weight:400;
}

.hd .path {
	display: flex;
	align-items: center;
	margin:0px -30px;
}

.hd .path dd {
	position: relative;
	padding:0px 30px;
}

.hd .path dd:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	right:-4px;
	transform: translateY(-50%);
	width: 8px;
	height:14px;
	background: url('../img/icon/ico_arr.png') no-repeat center;
}

.hd .path a {
	display: block;
	width:22px;
	height:20px;
	background: url('../img/icon/ico_home.png') no-repeat center;
}

@media screen and (max-width:1200px) {
	.hd h3 {
		font-size:3.2rem;
	}

	.hd .path dd {
		font-size:1.4rem;
	}
}
@media screen and (max-width:1024px) {
	.sec {
		padding:60px 0px 100px;
	}

	.hd {
		padding-bottom: 12px;
	}

	.hd .path {
		margin:0px -18px;
	}

	.hd .path dd {
		padding:0px 18px;
	}

	.hd .path dd:not(:last-child)::after {
		width:6px;
		height:10px;
		background-size: auto 10px;
	}

	.hd .path a {
		width: 18px;
		height:16px;
		background-size: auto 16px;
	}
}
@media screen and (max-width:768px) {
	.sec {
		padding: 60px 0px 80px;
	}

	.hd h3 {
		font-size:2.8rem;
	}

	.hd .path dd {
		font-size:1.4rem;
	}
}
@media screen and (max-width:576px) {
	.sec {
		padding: 40px 0px 60px;
	}

	.hd h3 {
		font-size:2.4rem;
	}

	.hd .path {
		width: 100%;
		margin:12px -12px 0px;
	}

	.hd .path dd {
		padding:0px 12px;
		line-height: 1;
	}

	.hd .path dd:not(:last-child)::after {
		right:-2px;
		width:4px;
		height:8px;
		background-size: auto 8px;
	}

	.hd .path a {
		width: 14px;
		height:12px;
		background-size: auto 12px;
	}
}


/* Sub Visual */
.sub-visual {
	position: relative;
	width: 100%;
	height:500px;
	overflow: hidden;
}

.sub-visual .bg {
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #008142;
  z-index: 5;
  animation: sub-visual 1.2s cubic-bezier(0.4, 0.38, 0.26, 0.93) .2s both;
}

.sub-visual .bg div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sub-visual .bg1 div {
	background-image: url('../img/sub/sv01.jpg');
}

.sub-visual .bg2 div {
	background-image: url('../img/sub/sv02.jpg');
}

.sub-visual .bg3 div {
	background-image: url('../img/sub/sv03.jpg');
}

.sub-visual .bg4 div {
	background-image: url('../img/sub/sv04.jpg');
}

.sub-visual .bg5 div {
	background-image: url('../img/sub/sv05.jpg');
}

.sub-visual .bg6 div {
	background-image: url('../img/sub/sv06.jpg');
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.sub-visual {
		height:380px;
	}
}
@media screen and (max-width:768px) {
	.sub-visual {
		height: 300px;
	}
}
@media screen and (max-width:576px) {
	.sub-visual {
		height: 240px;
	}
}


/* Underline */
.underline {
	width: 100%;
	height:1px;
	background-color: #dddddd;
}


/* Tab */
.tab-title {
	position: relative;
}

.tab-title > li {
	display: none;
	position: absolute;
  top: 0;
  left: 0;
}

.tab-title > li.on {
	display: block;
  height:auto;
  position:relative;
  animation: contents-on ease-in-out .5s forwards;
}

.tab-menu {
	display: flex;
	justify-content: center;
	gap:20px;
}

.tab-menu .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height:56px;
	padding-bottom:3px;
	background-color: #fff;
	border:1px solid #cdd0d7;
	border-radius:10px;
	font-size:2rem;
	font-weight:500;
	line-height: 1;
	color:#333333;
}

.tab-menu li.on .btn {
	color:#fff;
	background-color: #008142;
	border-color: #008142;
}

.tab-con {
	position: relative;
}

.tab-con > li {
	display: none;
	position: absolute;
  top: 0;
  left: 0;
}

.tab-con > li.on {
	display: block;
  height:auto;
  position:relative;
  animation: contents-on ease-in-out .5s forwards;
}

@media screen and (max-width:1200px) {
	.tab-menu .btn {
		width: 180px;
		height:50px;
		font-size:1.8rem;
	}
}
@media screen and (max-width:1024px) {
	.tab-menu {
		gap:12px;
		flex-wrap: wrap;
	}

	.tab-menu .btn {
		width: 160px;
	}
}
@media screen and (max-width:768px) {
	.tab-menu {
		gap:8px;
	}

	.tab-menu .btn {
		width: 140px;
		height:42px;
		font-size:1.6rem;
	}
}
@media screen and (max-width:576px) {
	.tab-menu {
		gap:4px;
	}

	.tab-menu .btn {
		width: 120px;
		height:38px;
		font-size:1.4rem;
	}
}


/* Article */
.article .block01 .txt .t01 {
	line-height: 1.5;
}

.article .block02 .item {
	display: flex;
	align-items: center;
	position: relative;
}

.article .block02 .item::before {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	width:1px;
	height:100%;
	background-color: #cce6d9;
}

.article .block02 .item:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.article .block02 .img {
	width: 50%;
	padding:56px 3.8889%;
	/* border-right: 1px solid #ddd; */
}

.article .block02 .txt {
	width: 50%;
	padding:56px 0px 56px 3.8889%;
}

.article .block02 .txt .t02 {
	line-height:1.6;
}

.article .block02 .txt .t03 dd {
	position: relative;
	padding-left:14px;
	line-height:1.6;
}

.article .block02 .txt .t03 dd::before {
	content:"";
	display: block;
	position: absolute;
	top:18px;
	left:0;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#008142;
}

@media screen and (max-width:1200px) {
	.article .block02 .txt {
		padding:56px 3.8889%;
	}

	.article .block02 .txt .t03 dd::before {
		top:15px;
	}
}
@media screen and (max-width:1024px) {
	.article .block02 .item {
		flex-wrap: wrap;
	}

	.article .block02 .item::before {
		display: none;
	}

	.article .block02 .img {
		width: 100%;
		padding:40px 20px;
		border-bottom:1px solid #cce6d9;
		text-align: center;
	}

	.article .block02 .txt {
		width: 100%;
		padding:40px 20px;
	}
}
@media screen and (max-width:768px) {
	.article .block02 .img img {
		width:408px;
	}

	.article .block02 .txt .t03 dd {
		padding-left:10px;
	}

	.article .block02 .txt .t03 dd::before {
		top:14px;
		width:3px;
		height:3px;
	}
}
@media screen and (max-width:576px) {
	.article .block02 .img {
		padding:20px 12px;
	}

	.article .block02 .img img {
		width:308px;
	}

	.article .block02 .txt {
		padding:20px 12px;
	}

	.article .block02 .txt .t03 dd {
		padding-left:8px;
	}

	.article .block02 .txt .t03 dd::before {
		top:12px;
	}
}


/* Overview */
.overview .article02 img {
	filter: drop-shadow(3px 3px 10px rgba(0,0,0,.1));
}

.overview .article02 .txt {
	width:71%;
}

.overview .article02 .txt .t01 {
	display: inline-block;
}

.overview .article02 .txt .t01 em {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height:32px;
	margin-left: 3px;
	padding-bottom: 3px;
	border-radius:5px;
	background-color: #008142;
}

.overview .article02 .txt .t02 {
	margin:20px 0px 30px;
}

.overview .article03 ul {
	display: flex;
	justify-content: center;
	gap:280px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {
	.overview .article02 .txt .t01 em {
		width: 28px;
		height:28px;
	}

	.overview .article02 .txt .t02 {
		margin: 12px 0px 20px;
	}

	.overview .article03 ul {
		gap:180px;
	}
}
@media screen and (max-width:768px) {
	.overview .article02 .img {
		width: 248px;
		margin:0 auto;
	}

	.overview .article02 .txt {
		width: 100%;
	}

	.overview .article03 ul {
		flex-wrap: wrap;
		gap:60px;
	}

	.overview .article03 li {
		flex:1 1 100%;
	}

	.overview .article03 .img {
		width:160px;
		margin: 0 auto;
	}
}
@media screen and (max-width:576px) {
	.overview .article02 .img {
		width: 178px;
	}

	.overview .article02 .txt .t01 em {
		width:22px;
		height:22px;
		padding-bottom:2px;
	}

	.overview .article02 .txt .t02 {
		margin:8px 0px 12px;
	}

	.overview .article03 ul {
		gap:40px;
	}

	.overview .article03 .img {
		width:120px;
	}
}


/* Doctor */
.doctor .img {
	width: 29.16667%;
	border-radius:20px;
	overflow: hidden;
	box-shadow:3px 3px 10px rgba(0,0,0,.1);
}

/* .doctor img {
	filter: drop-shadow(3px 3px 10px rgba(0,0,0,.1));
} */

.doctor .txt .t02 dd {
	position: relative;
	padding-left:14px;
	line-height:1.6;
}

.doctor .txt .t02 dd::before {
	content:"";
	display: block;
	position: absolute;
	top:13px;
	left:0;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#008142;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
	.doctor .img  {
		width:320px;
		margin:0 auto;
	}

	.doctor .txt {
		width: 100%;
	}

	.doctor .txt .t02 dd {
		padding-left:10px;
	}

	.doctor .txt .t02 dd::before {
		top:11px;
		width:3px;
		height:3px;
	}
}
@media screen and (max-width:576px) {
	.doctor .img  {
		width:240px;
	}

	.doctor .txt .t02 dd {
		padding-left:8px;
	}

	.doctor .txt .t02 dd::before {
		top: 10px;
	}
}


/* Cancer */
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Around */
.around .bd {
	max-width:1000px;
	width: 100%;
	margin:0 auto;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Facility */
.facility .bd {
	max-width:1000px;
	width: 100%;
	margin:0 auto;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Member */
.member .textarea {
	width: 100%;
	height:600px;
	border:1px solid #d9d9d9;
	overflow-y: auto;
}

.member .textarea > div {
	padding:20px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Keyframes */
@keyframes contents-on {
  from { opacity: 0; }
  to { opacity: 1; }
}