/* ------------------ Message ------------------ */
.sec-message {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 88px;
}
.message-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 70px;
	align-items: center;
	position: relative;
}
.message-cont-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0px;
}
.message-cont-flex {
	width: 100%;
	display: flex;
	padding: 0 50px;
	gap: 50px;
	align-items: flex-start;
	position: relative;
}
.message-cont-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: flex-start;
	position: relative;
}
.message-cont-txt-box > h3 {
	width: 100%;
	font-size: 36px;
	line-height: 1.8;
	color: #11445e;
	letter-spacing: 0.1em;
}
.message-cont-txt-box > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}
.message-cont-img-box {
	width: 300px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 18px;
}
.message-cont-img-box > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 300 / 400;
	overflow: hidden;
	border-radius: 15px;
}
.message-cont-img-box > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.message-name-box {
	width: 100%;
	height: auto;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 8px;
}
.message-name-box > p {
	width: 100%;
	font-size: 14px;
	color: #11445e;
	line-height: 1.5;
	font-weight: 500;
}
.message-name-box > div {
	width: 100%;
	gap: 15px;
	display: flex;
	align-items: center;
	color: #11445e;
}
.message-name-box > div > span {
	font-size: 14px;
}
.message-name-box > div > p {
	font-size: 30px;
}

@media screen and (max-width: 1600px) {
	.message-cont {
		gap: 50px;
	}
	.message-cont-item {
		gap: 60px;
	}
	.message-cont-txt-box {
		gap: 30px;
	}
	.message-cont-txt-box > h3 {
		font-size: 30px;
	}
	.message-cont-img-box {
		width: 260px;
	}
	.message-name-box > div > p {
		font-size: 28px;
	}
}
@media screen and (max-width: 999px) {
	.message-cont-item {
		gap: 40px;
	}
	.message-cont-item .h2-box {
		padding-left: 30px;
	}
	.message-cont-txt-box > h3 {
		font-size: 24px;
	}
	.message-name-box > div > p {
		font-size: 24px;
	}
	.message-cont-flex {
		padding: 0 30px;
		gap: 30px;
		flex-flow: column;
		align-items: center;
	}
}
@media screen and (max-width: 768px) {
	.message-cont-txt-box > h3 {
		font-size: 20px;
	}
	.message-cont-txt-box > p {
		font-size: 14px;
	}
	.message-name-box > div > p {
		font-size: 20px;
	}
}

/* ------------------ Philosophy ------------------ */
.sec-philosophy {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.philosophy-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 85px;
	align-items: center;
	position: relative;
}
.philosophy-txt-area {
	width: 72.5%;
	display: flex;
	max-width: 1030px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	padding-bottom: 70px;
}
.philosophy-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	justify-content: center;
	gap: 30px;
}
.philosophy-txt-box > div {
	width: 100%;
	height: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.philosophy-txt-box > div > h3 {
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	position: relative;
	z-index: 10;
}
.philosophy-txt-box > div > span {
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
.philosophy-txt-box > div > span {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 0;
	font-size: 120px;
	opacity: 0.1;
	line-height: 1.5;
	font-weight: 300;
	text-wrap: nowrap;
}
.philosophy-txt-box > p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
.philosophy-txt-box > p > br {
	display: none;
}

@media screen and (max-width: 1700px) {
	.philosophy-txt-box > div > span {
		font-size: 100px;
	}
}
@media screen and (max-width: 1600px) {
	.philosophy-cont {
		gap: 60px;
	}
	.philosophy-txt-box > div > h3 {
		font-size: 40px;
	}
	.philosophy-txt-box > div > span {
		font-size: 90px;
	}
}
@media screen and (max-width: 1400px) {
	.philosophy-txt-box > div > span {
		font-size: 80px;
	}
}
@media screen and (max-width: 1200px) {
	.philosophy-txt-area {
		width: 100%;
	}
}
@media screen and (max-width: 999px) {
	.philosophy-txt-box > div > h3 {
		font-size: 40px;
	}
	.philosophy-txt-box > div > span {
		font-size: 70px;
	}
}
@media screen and (max-width: 768px) {
	.philosophy-txt-box > div > span {
		font-size: 60px;
	}
	.philosophy-txt-box > div {
		height: 90px;
	}
	.philosophy-txt-box > p {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.philosophy-txt-box > div > h3 {
		font-size: 30px;
	}
	.philosophy-txt-box > div > span {
		font-size: 40px;
	}
}
@media screen and (max-width: 500px) {
	.philosophy-txt-box > div > h3 {
		font-size: 24px;
	}
	.philosophy-txt-box > p > br {
		display: inline;
	}
}

.sec-policy {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
.policy-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: center;
	position: relative;
}
.policy-list {
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.policy-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 25px;
	align-items: flex-start;
	padding: 20px 25px;
	background: rgb(255 255 255 / 70%);
	border-radius: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.policy-list-item > div {
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
}
.policy-list-item > div > span {
	font-size: 50px;
	font-weight: 100;
	color: #11445e;
	letter-spacing: 0;
	flex-shrink: 0;
}
.policy-list-item > div > h3 {
	font-size: 20px;
	line-height: 1.44;
	font-weight: bold;
	color: #11445e;
}
.policy-list-item > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}

@media screen and (max-width: 1600px) {
	.policy-cont {
		gap: 60px;
	}
	.policy-list-item > div > span {
		font-size: 45px;
	}
	.policy-list-item > div > h3 {
		font-size: 18px;
	}
}
@media screen and (max-width: 1400px) {
	.policy-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.sec-overview {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
.overview-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: center;
	position: relative;
}
.overview-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	position: relative;
	gap: 50px;
}
.overview-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 30px;
	border-bottom: 1px solid #fefefe;
	padding-bottom: 50px;
}
.overview-list-ttl {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.overview-list-item-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	position: relative;
	align-items: flex-start;
}
.overview-list-info {
	width: 100%;
	max-width: 590px;
}
.overview-list-info {
	width: 100%;
	max-width: 620px;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: flex-start;
}
.overview-list-info > dl {
	width: 100%;
	display: flex;
	gap: 50px;
	align-items: baseline;
}
.overview-list-info > dl > dt {
	width: 110px;
	flex-shrink: 0;
	line-height: 1.8;
	font-size: 16px;
	font-weight: bold;
}
.overview-list-info > dl > dd {
	width: 100%;
	line-height: 1.8;
	font-size: 16px;
}

.overview-list-item-flex > figure {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 48%;
	max-width: 635px;
	height: auto;
	flex-shrink: 0;
	border-radius: 10px;
	position: relative;
	aspect-ratio: 635 / 300;
}
.overview-list-item-flex > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1600px) {
	.overview-cont {
		gap: 60px;
	}
	.overview-list-item-flex > figure {
		width: 40%;
	}
}
@media screen and (max-width: 768px) {
	.overview-list-item-flex {
		flex-flow: column-reverse;
	}
	.overview-list-item-flex > figure {
		width: 100%;
	}
	.overview-list-ttl {
		font-size: 18px;
	}
	.overview-list-info > dl {
		flex-flow: column;
		gap: 5px;
		align-items: flex-start;
	}
	.overview-list-info > dl > dd {
		font-size: 14px;
	}
}

/* ------------------ Facility Accreditation and Standards ------------------ */

.sec-fas {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
.fas-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: center;
	position: relative;
}
.fas-list {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-flow: column;
	gap: 100px;
}
.fas-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: flex-start;
}

.fas-acc-area {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-flow: column;
	gap: 30px;
}

.fas-acc-area .acc-box {
	width: 100%;
	position: relative;
	flex-shrink: 0;
}
.fas-acc-area .acc-box {
	width: 100%;
	position: relative;
	flex-shrink: 0;
	background: rgb(255 255 255 / 70%);
	border-radius: 5px;
}
.fas-acc-area .acc-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	gap: 15px;
	position: relative;
	padding: 20px 30px;
	min-height: 80px;
}

.fas-acc-area .acc-btn > p {
	width: auto;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.35;
	transition: all ease 0.2s;
	color: #11445e;
}

.fas-acc-area .acc-btn::after {
	content: "";
	width: 20px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/common/icon-plus.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all ease 0.33s;
}
.fas-acc-area .acc-box.is-open .acc-btn::after {
	background-image: url(../images/common/icon-minus.svg);
}
.fas-acc-area .acc-panel-inner {
	width: 100%;
	padding: 30px;
	padding-top: 5px;
	padding-left: 45px;
}
.nav-menu-acc-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 16px;
	padding-bottom: 12px;
}
.nav-menu-acc-list > a {
	font-size: 14px;
	opacity: 0.9;
}
.fas-inner-list {
	color: #11445e;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 15px;
	list-style-position: outside;
}
.fas-inner-list > li {
	width: 100%;
	line-height: 1.8;
}
.fas-inner-list-dtl {
	color: #11445e;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: flex-start;
}
.fas-inner-list-dtl-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: flex-start;
}
.fas-inner-list-dtl-item > h4 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #11445e;
}
.fas-inner-list-dtl-item > div {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	padding-left: 20px;
}

.fas-inner-list-dtl-item > div ul {
	list-style-position: inside;
	padding-top: 15px;
}
.fas-inner-list-dtl-item > div ul > li {
	width: 100%;
	font-weight: 400;
}

@media screen and (max-width: 1600px) {
	.fas-cont {
		gap: 60px;
	}
}
@media screen and (max-width: 1400px) {
	.fas-inner-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 999px) {
	.fas-inner-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.fas-acc-area .acc-btn {
		padding: 15px 20px;
		min-height: 60px;
	}
	.fas-acc-area .acc-btn > p {
		font-size: 18px;
	}
	.fas-acc-area .acc-panel-inner {
		padding: 20px;
		padding-top: 5px;
		padding-left: 35px;
	}
	.fas-inner-list-dtl-item > h4 {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.fas-acc-area {
		gap: 20px;
	}
	.fas-acc-area .acc-btn > p {
		font-size: 16px;
	}
	.fas-acc-area .acc-btn::after {
		width: 15px;
	}
	.fas-inner-list-dtl-item > h4 {
		font-size: 16px;
	}
	.fas-inner-list-dtl-item > div {
		font-size: 14px;
		padding-left: 10px;
	}
}

/* ------------------ Accreditation of Hospital Functionality ------------------ */
.sec-ahf {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 88px;
}
.ahf-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0px;
}
.ahf-cont-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	position: relative;
	padding: 0 50px;
}
.ahf-cont-flex {
	width: 100%;
	display: flex;
	gap: 50px;
	align-items: flex-start;
	position: relative;
}
.ahf-cont-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: flex-start;
	position: relative;
	max-width: 710px;
}
.ahf-cont-txt-box > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}
.ahf-cont-img-box {
	width: 560px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	overflow: hidden;
}
.ahf-cont-img-box > figure {
	height: auto;
	background: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
.ahf-cont-img-box > figure.ahf-img-1 {
	padding: 30px;
	width: 240px;
	aspect-ratio: 240 / 281;
}
.ahf-cont-img-box > figure.ahf-img-2 {
	width: 300px;
	aspect-ratio: 300 / 424;
}
.ahf-cont-img-box > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 1600px) {
	.ahf-cont {
		gap: 60px;
	}
	.ahf-cont-img-box {
		width: 460px;
	}
	.ahf-cont-img-box > figure.ahf-img-1 {
		width: 190px;
	}
	.ahf-cont-img-box > figure.ahf-img-2 {
		width: 250px;
	}
}
@media screen and (max-width: 1400px) {
	.ahf-cont-img-box {
		width: 400px;
	}
	.ahf-cont-img-box > figure.ahf-img-1 {
		width: 160px;
	}
	.ahf-cont-img-box > figure.ahf-img-2 {
		width: 220px;
	}
}
@media screen and (max-width: 999px) {
	.ahf-cont .h2-box {
		padding-left: 30px;
	}
	.ahf-cont-item {
		padding: 0 30px;
	}
	.ahf-cont-flex {
		align-items: center;
		flex-flow: column-reverse;
	}
	.ahf-cont-flex .btn-box {
		justify-content: flex-end;
		width: 100%;
	}
	.ahf-cont-txt-box > p {
		font-size: 14px;
	}
}

/* ------------------ Clinical Research ------------------ */
.sec-c-research {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 85px;
}
.c-research-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0px;
}
.c-research-cont-item-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 100px;
	align-items: center;
	position: relative;
	padding: 0 50px;
}
.c-research-cont-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
}
.c-research-cont-txt {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}
.c-research-cont-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
}
.c-research-cont-txt-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: flex-start;
}
.c-research-cont-txt-item > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}

.c-research-cont-tbl-area {
	width: 100%;
	position: relative;
}
.sec-c-research .c-table-wrapper {
	width: 100%;
	position: relative;
}

.sec-c-research .c-table {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.sec-c-research .c-table-head {
	width: 100%;
	display: grid;
	grid-template-columns: 0.63fr 0.15fr 0.22fr;
}
.sec-c-research .c-table-head div {
	color: #11445e;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid rgb(17 68 94 / 50%);
}

.sec-c-research .c-table-body {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.sec-c-research .c-table-row {
	width: 100%;
	display: grid;
	grid-template-columns: 0.63fr 0.15fr 0.22fr;
	border-bottom: 1px solid rgb(17 68 94 / 50%);
}
.sec-c-research .c-table-row > div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.8;
	padding: 25px 20px;
	font-size: 16px;
	color: #11445e;
}
.sec-c-research .c-table-row > div.ctd-ttl {
	justify-content: flex-start;
}

@media screen and (max-width: 1600px) {
	.c-research-cont {
		gap: 60px;
	}
}
@media screen and (max-width: 999px) {
	.c-research-cont .h2-box {
		padding-left: 30px;
	}
	.c-research-cont-txt {
		font-size: 14px;
	}
	.c-research-cont-item-group {
		padding: 0 30px;
	}
	.c-research-cont-item .h3-box > h3 {
		font-size: 17px;
	}
	.c-research-cont-txt-item {
		gap: 15px;
	}
	.c-research-cont-txt-item > p {
		font-size: 14px;
	}
	.sec-c-research .c-table-wrapper {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sec-c-research .c-table {
		width: 1000px;
	}
	.sec-c-research .c-table-head div {
		font-size: 14px;
	}
	.sec-c-research .c-table-row > div {
		padding: 20px 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.sec-c-research .c-table {
		width: 800px;
	}
}

/* ------------------ access ------------------ */
.sec-access {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 85px;
}
.access-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0px;
}
.access-cont-item-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 100px;
	align-items: center;
	position: relative;
	padding: 0 50px;
}
.access-cont-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
}
.access-cont-item .h3-box + p{
 width: 100%;
 color: #11445E;
 font-weight: 500;
 line-height: 1.8;
 text-align: left;
}
.access-cont-txt {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}
.access-cont-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
	position: relative;
}
.access-cont-txt-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: flex-start;
}
.access-cont-txt-item > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}

.access-cont-tbl-area {
	width: 100%;
	position: relative;
}
.sec-access .c-table-wrapper {
	width: 100%;
	position: relative;
}

.sec-access .c-table {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.sec-access .c-table-head {
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 5fr;
}
.sec-access .c-table-head div {
	color: #11445e;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid rgb(17 68 94 / 50%);
}

.sec-access .c-table-body {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}
.sec-access .c-table-row {
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 5fr;
	border-bottom: 1px solid rgb(17 68 94 / 50%);
}
.sec-access .c-table-row > div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.8;
	padding: 25px 0px;
	font-size: 16px;
	color: #11445e;
}

.sec-access .c-table-row > div.ctd-ttl {
	font-weight: bold;
}

@media screen and (max-width: 1600px) {
	.access-cont {
		gap: 60px;
	}
}
@media screen and (max-width: 999px) {
	.access-cont .h2-box {
		padding-left: 30px;
	}
	.access-cont-txt {
		font-size: 14px;
	}
	.access-cont-item-group {
		padding: 0 30px;
	}
	.access-cont-item .h3-box > h3 {
		font-size: 17px;
	}
	.access-cont-txt-item {
		gap: 15px;
	}
	.access-cont-txt-item > p {
		font-size: 14px;
	}
	.sec-access .c-table-wrapper {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sec-access .c-table {
		width: 1000px;
	}
	.sec-access .c-table-head div {
		font-size: 14px;
	}
	.sec-access .c-table-row > div {
		padding: 20px 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.sec-access .c-table {
		width: 800px;
	}
}

/* ------------------ Medical Safety Management System ------------------ */
.sec-msms {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 85px;
}
.msms-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0px 70px;
}
.msms-cont-item-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 100px;
	align-items: center;
	position: relative;
	padding: 0 50px;
}
.msms-cont-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	position: relative;
}
.msms-cont-txt {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}
.msms-cont-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	position: relative;
}
.msms-cont-txt-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: flex-start;
}
.msms-cont-txt-item > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
	padding-left: 20px;
}

@media screen and (max-width: 1600px) {
	.msms-cont {
		gap: 60px;
	}
}
@media screen and (max-width: 999px) {
	.msms-cont .h2-box {
		padding-left: 30px;
	}
	.msms-cont-txt {
		font-size: 14px;
	}
	.msms-cont-item-group {
		padding: 0 30px;
	}
	.msms-cont-item .h3-box > h3 {
		font-size: 17px;
	}
	.msms-cont-txt-item {
		gap: 15px;
	}
	.msms-cont-txt-item > p {
		font-size: 14px;
	}
}

/* ------------------ Patient Rights and Requests to Patients ------------------ */
.sec-patients {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 85px;
}
.patients-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0px 70px;
}
.patients-cont-item-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 100px;
	align-items: center;
	position: relative;
	padding: 0 50px;
}
.patients-cont-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	position: relative;
}
.patients-cont-item > .h3-box:first-of-type {
	margin-top: 20px;
}
.patients-cont-item .list > li {
	margin-bottom: 10px;
}

.patients-cont-txt {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}
.patients-cont-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	position: relative;
}
.patients-cont-txt-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 15px;
	align-items: flex-start;
}
.patients-cont-txt-item > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
	padding-left: 20px;
}

@media screen and (max-width: 1600px) {
	.patients-cont {
		gap: 60px;
	}
}
@media screen and (max-width: 999px) {
	.patients-cont .h2-box {
		padding-left: 30px;
	}
	.patients-cont-txt {
		font-size: 14px;
	}
	.patients-cont-item-group {
		padding: 0 30px;
	}
	.patients-cont-item .h3-box > h3 {
		font-size: 17px;
	}
	.patients-cont-txt-item {
		gap: 15px;
	}
	.patients-cont-txt-item > p {
		font-size: 14px;
	}
}

/* ------------------ Social Media Guidelines ------------------ */
.sec-smg {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 85px;
}
.smg-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: flex-start;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 38px 0px 70px;
}
.smg-cont-item-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 100px;
	align-items: center;
	position: relative;
	padding: 0 50px;
}
.smg-cont-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	position: relative;
}
.smg-cont-item .list > li {
	margin-bottom: 10px;
}

.smg-cont-txt {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}
.smg-cont-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	align-items: center;
	position: relative;
}
.smg-cont-txt-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: flex-start;
}
.smg-cont-txt-item > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	color: #11445e;
}

.smg-sns-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.smg-sns-list > a {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 12px;
	align-items: flex-start;
	background: #11445e;
	border-radius: 5px;
	padding: 30px;
	overflow: hidden;
	transition: all ease 0.33s;
}
.smg-sns-list > a:hover {
	opacity: 0.6;
}
.smg-sns-list > a > figure {
	width: 30px;
	height: auto;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.smg-sns-list > a > figure > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.smg-sns-list > a > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 5px;
	align-items: flex-start;
}
.smg-sns-list > a > div > p {
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
}
.smg-sns-list > a > div > span {
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 1600px) {
	.smg-cont {
		gap: 60px;
	}
}
@media screen and (max-width: 999px) {
	.smg-cont .h2-box {
		padding-left: 30px;
	}
	.smg-cont-txt {
		font-size: 14px;
	}
	.smg-cont-item-group {
		padding: 0 30px;
	}
	.smg-cont-item .h3-box > h3 {
		font-size: 17px;
	}
	.smg-cont-txt-item {
		gap: 15px;
	}
	.smg-cont-txt-item > p {
		font-size: 14px;
	}
	.smg-sns-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin-top: 20px;
	}
	.smg-sns-list > a {
		flex-flow: row;
		gap: 20px;
		padding: 20px;
		align-items: center;
	}
	.smg-sns-list > a > div {
		gap: 0px;
	}
	.smg-sns-list > a > div > p {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 500px) {
	.smg-sns-list > a {
		gap: 15px;
		padding: 15px;
	}
	.smg-sns-list > a > div > p {
		font-size: 14px;
	}
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 15px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  flex: 1;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-content img{
	margin: 0 auto 30px;
	width: 90%;
	max-width: 1200px;
}
.tab-content img:first-child{
	margin: 50px auto 30px;
}
.tab-content .detail-box{
	display: flex;
	flex-wrap: wrap;
}
.tab-content .detail-box p{
	background: #11445E;
	padding: 28px 0;
	width: 23%;
    text-align: center;
    border-radius: 3px;
	margin-right: 2.66%;
	margin-bottom: 20px;
}
.tab-content .detail-box p:nth-child(4n){
	margin-right: 0;
}
.tab-label{
 color: #fff;
 background: #888;
 font-size: 24px;
 font-weight: 400;
 border: 1px solid;
}
.tab-switch:checked+.tab-label{
	background: #11445E;
    color: #fff;
}
.access-cont-item .map{
	max-width: 1320px;
	width: 100%;
}
.access-cont-item .detail-box{
	width: 100%;
	border-spacing: 20px;
    border-collapse: unset;
}
.access-cont-item .detail-box tr{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.access-cont-item .detail-box th{
	background: #11445e;
 font-weight: 400;
 width: 32%;
 border-radius: 5px;
 padding: 0 20px;
 line-height: 1.9;
 vertical-align: middle;
	font-size: 18px;
	display: table;
}
.access-cont-item .detail-box th.last{
 text-align: left;
}
.access-cont-item .detail-box th.last span{
 font-size: 18px;
 display: block;
}
.access-cont-item .detail-box th.last span:last-child{
 font-size: 13px;
}
.access-cont-item .detail-box th.last span.title{
 text-align: center;
}
.access-cont-item .detail-box th p{
	display: table-cell;
 vertical-align: middle;
}
.access-cont-item .detail-box th span{
	font-size: 13px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
/*  box-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

@media screen and (max-width: 999px){
	.tab-content img{
		width: 100%;
		margin: 0 auto 20px;
	}
	.tab-content img:first-child{
		margin: 30px auto 20px;
	}
	.tab-switch:checked+.tab-label+.tab-content{
		padding: 15px 0;
	}
	.tab-content .detail-box p{
		padding: 30px 0;
		width: 48%;
		line-height: 20px;
		font-size: 13px;
		position: relative;
	}
	.tab-content .detail-box p:nth-child(2n){
		margin-right: 0;
	}
	.tab-content .detail-box p span{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 80%;
	}
	.access-cont-item .detail-box tr{
		display: block;
	}
	.access-cont-item .detail-box th{
		width: 100%;
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.access-cont-item .detail-box th p{
		font-size: 16px;
	}
	.tab-wrap{
		 width: 100%;
	}
	.tab-switch:checked+.tab-label+.tab-content .img-box{
		overflow: scroll;
    	display: flex;
	}
	.tab-switch:checked+.tab-label+.tab-content .img-box img{
		width: 800px;
	}
}
.access-cont .access-cont{
 gap: 30px;
}
.youtube-area{
 width: 100%;
 aspect-ratio: 16 / 9;
}
.youtube-area iframe{
 width: 100%;
 height: 100%;
}
@media screen and (max-width: 999px){
 .access-cont-item .h3-box > h3{
  font-weight: bold;
  line-height: 1.5;
 }
 .access-cont-item .h3-box + p{
  font-size: 15px;
 }
 .access-cont .access-cont{
  gap: 20px;
  padding-bottom: 0;
 }
}