@charset "utf-8";

:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
audio:not([controls]) {
	display: none;
}
details {
	display: block;
}
input[type="number"] {
	width: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
main {
	display: block;
}
summary {
	display: block;
}
pre {
	overflow: auto;
}
progress {
	display: inline-block;
}
small {
	font-size: 75%;
}
template {
	display: none;
}
textarea {
	overflow: auto;
}
[hidden] {
	display: none;
}
[unselectable] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*,
	::before,
	::after {
	box-sizing: inherit;
}
* {
	font-size: inherit;
	line-height: inherit;
}
::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}
*,
::before,
::after {
	border-style: solid;
	border-width: 0;
}
* {
	margin: 0;
	padding: 0;
}
:root {
	box-sizing: border-box;
	cursor: default;
	font: 16px/1.5 sans-serif;
	text-rendering: optimizeLegibility;
}
html {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a:link, a:visited {
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
button, input, select, textarea {
	background-color: transparent;
}
button, input, select, textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
button, input, select, textarea {
	min-height: 1.5em;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
}
nav ol, nav ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: vertical;
}
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		clip: rect(0 0 0 0) !important;
		position: absolute !important;
	}
}

.font_quicksand {
	font-family: 'Quicksand', serif;
}

/*--------------------------------------
	common
--------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.6;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.4em;
		font-size: 14px;
	}
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
    width /***/: auto;
	border: none;
	vertical-align: bottom;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .8;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1000px) {
	.tab-none {
		display: none !important;
	}
}
@media screen and (min-width: 1000px) {
	.tab-none {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.tab-none {
		display: block !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 768px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}
.inner {
	margin: 0 auto;
	max-width: 1200px;
}
@media screen and (max-width: 1200px) {
	.inner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 20px;
		width: 100%;
	}
}

#head .tbl {
	display: flex;
	justify-content: space-between;
}
#head .tbl .hlogo {
	flex: 0 0 280px;
	padding: 25px 0 0 30px;
}
@media screen and (max-width: 1100px) {
	#head .tbl .hlogo {
		flex: 0 0 200px;
		padding: 25px 0 0 30px;
	}
}
@media screen and (max-width: 820px) {
	#head .tbl .hlogo {
		flex: 0 0 150px;
		padding: 20px 0 0 20px;
	}
}
#head .tbl #hinfo {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	height: 80px;
	transition: ease-in-out .3s;
}
#head .tbl #hinfo #gnaiv {
	margin-right: 20px;
}
#head .tbl #hinfo #gnaiv ul {
	display: flex;
}
#head .tbl #hinfo #gnaiv ul li {
	margin: 0 20px;
}
#head .tbl #hinfo #gnaiv ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	border-bottom: 4px solid #fff;
	font-weight: bold;
}
#head .tbl #hinfo #gnaiv ul li a:hover,
#head .tbl #hinfo #gnaiv ul li.current a {
	border-bottom: 4px solid #71A3DD;
}
@media screen and (max-width: 1100px) {
	#head .tbl #hinfo #gnaiv {
		margin-right: 10px;
	}
	#head .tbl #hinfo #gnaiv ul li {
		margin: 0 10px;
	}
	#head .tbl #hinfo #gnaiv ul li a {
		font-size: 14px;
	}
}
#head .tbl #hinfo #hmenu {
	display: flex;
}
#head .tbl #hinfo #hmenu .hmenu a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 160px;
	background-color: #F09B28;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#head .tbl #hinfo #hmenu .hmenu2 a {
	background-color: #3779C6;
}
#head .tbl #hinfo #hmenu .hmenu img {
	margin-right: 10px;
}
#head .tbl #hinfo #hmenu .hmenu a:after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
#head #sns_link {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    max-height: 242px;
}
#head #sp-nav #sns_link {
    display: none;
}
#head #sns_link li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 6px 0 0 6px;
    align-items: center;
}
#head #sns_link li.facebook a {
    background-color: #4267B2;
}
#head #sns_link li.twitter a {
    background-color: #1D9BF0;
}
#head #sns_link li.insta a {
    background: linear-gradient(45deg,  #ffc546 0%,#ff393d 20%,#fb1bb1 56%,#ab2ddd 100%);
}
#head #sns_link li.facebook a img {
    max-width: 13px;
    height: auto;
}
#head #sns_link li.twitter a img {
    max-width: 28px;
    height: auto;
}
#head #sns_link li.insta a img {
    max-width: 26px;
    height: auto;
}
@media screen and (max-width: 1100px) {
	#head .tbl #hinfo #hmenu .hmenu a {
		height: 80px;
		width: 120px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	#head .tbl {
		display: flex;
		justify-content: space-between;
		height: 60px;
	}
	#head .tbl .hlogo {
		flex: 0 0 180px;
		padding: 0;
	}
	#head .tbl .hlogo a {
		display: flex;
		align-items: center;
		padding: 0 0 0 20px;
		height: 60px;
		box-sizing: border-box;
	}
	#head .tbl #hinfo {
		display: none;
	}
    #head #sns_link {
        display: none;
    }
    #head #sp-nav #sns_link {
        display: flex;
        flex-direction: row;
        position: relative;
        margin: 20px 20px 0;
        border-top: none;
    }
    #head #sp-nav #sns_link li {
        border-bottom: none;
        width: 33%;
        margin: 0;
    }
    #head #sp-nav ul#sns_link > li > a {
        display: flex;
        padding: 10px;
        width: 100%;
    }
    #head #sp-nav #sns_link li.twitter a {
        border-radius: 0;
    }
    #head #sp-nav #sns_link li.insta a {
        border-radius: 0 6px 6px 0;
    }
    #head #sp-nav ul#sns_link > li > a:after {
        display: none;
    }
}
/* @media screen and (max-width: 767px) { */
	#head {
		position: relative;
		height: 80px;
		z-index: 100;
		transition: ease-in-out .3s;
	}
	@media screen and (max-width: 767px) {
		#head {
			height: 60px;
			background-color: #fff;
		}
	}
	#head.fixed {
		height: 95px;
		background-color: #fff;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	}
	@media screen and (max-width: 767px) {
		#head.fixed {
			height: 60px;
		}
	}
	#head .htop {
		padding: 5px;
		text-align: center;
		line-height: 1.2;
		letter-spacing: 2px;
		background-color: #333;
		font-size: 14px;
		color: #fff;
	}
	#head #tbl {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 5px 0;
		width: 100%;
	}
	#head .tbl .hlogo {
		text-align: center;
	}
	@media screen and (max-width: 767px) {
		#head .tbl .hlogo {
			position: relative;
			display: block;
			z-index: 9999999;
		}
	}
	#head.fixed .tbl .hlogo {
		display: block;
		text-align: center;
	}
	#head #tbl .hlogo img {
		transition: ease-in-out .3s;
	}
	#head #tbl .hlogo img:hover {
		opacity: 0.70;
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		-ms-filter: "alpha(opacity=70)";
	}
	#head {
		transition: ease-in-out .3s;
	}
	#head #menu-img {
		display: none;
	}
	/* #head {
		position: fixed;
		top: 0;
		left: 0px;
		right: 0;
	} */
	#head #tbl {
        display: block;
		padding: 22px 0;
	}
    #head #tbl .hlogo {
        display: block;
	}
	#head #tbl .hinfo {
		display: none;
	}
	#head #tbl .hcontact img {
		width: 40px;
	}
	#head #tbl .htel img {
		width: 55px;
	}
	#head #tbl .htel img {
		width: 40px;
	}
    #head #sp-nav {
        display: block;
        position: fixed;
        top: 138px;
        right: 0px;
        bottom: 0;
        z-index: 999;
        width: 100%;
        margin-right: -100%;
        transition: ease-in-out .4s;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }
	#head #sp-nav ul {
		padding: 10px 0;
		background-color: #fff;
	}
	#head #sp-nav .spbtn {
		display: none;
	}
	@media screen and (max-width: 767px) {
		#head #sp-nav {
			background-color: #fff;
		}
		#head #sp-nav .spbtn {
			display: block;
		}
		.spbtn {
			margin-top: 12px;
			padding: 0 15px;
			text-align: center;
		}
	}
    #head #sp-nav.active {
        margin-right: 0px;
    }
    #head #menu-img {
        position: fixed;
        top: 32px;
        right: 11px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn {
        position: fixed;
        top: 40px;
        right: 20px;
		width: 40px;
		height: 40px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
	@media screen and (min-width: 768px) {
		#head #menu-btn {
			top: 0;
			right: 0;
			width: 110px;
			height: 110px;
			transition: ease-in-out .3s;
		}
		#head.fixed #menu-btn {
			width: 95px;
			height: 95px;
		}
	}
    #head #menu-btn .sub-txt {
		position: absolute;
		left: 0;
		bottom: -7px;
		margin-top: 0;
		font-family: 'Sawarabi Mincho', sans-serif;
		font-weight: bold;
        font-size: 70%;
        text-align: center;
        line-height: 1;
        color: #000;
    }
	@media screen and (max-width: 767px) {
		#head #menu-btn.active .sub-txt {
			bottom: -11px;
		}
	}
    .menu-trigger {
		display: block;
		width: 60px;
		height: 60px;
    }
    #head #sp-nav {
        top: 97px;
	}
	@media screen and (min-width: 768px) {
		#head #sp-nav {
			top: 110px;
		}
		#head.fixed #sp-nav {
			top: 95px;
		}
	}
    #head #menu-img {
        position: fixed;
        top: 29px;
		right: 11px;
        z-index: 99999999;
	}
	#head #menu-img {
		display: none;
	}
	#head #sp-nav ul {
		padding: 0;
		border-top: 1px solid #C8D5E3;
	}
    #head #sp-nav li {
        display: block;
		margin-left: auto;
		width: 100%;
		border-bottom: 1px solid #C8D5E3;
    }
	#head #sp-nav ul > li > a {
        color: #000;
        text-decoration: none;
		font-weight: bold;
		font-size: 18px;
        cursor: pointer;
		padding: 27px 30px 27px;
        position: relative;
        display: block;
		text-align: left;
	}
	#head #sp-nav ul > li > a:after {
		content: "";
		position: absolute;
		right: 25px;
		top: 50%;
		display: block;
		margin-top: -3px;
		width: 7px;
		height: 7px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
	}
	#head #sp-nav ul > li:nth-child(5) > a,
	#head #sp-nav ul > li:nth-child(6) > a,
	#head #sp-nav ul > li:nth-child(7) > a,
	#head #sp-nav ul > li:nth-child(8) > a {
	}
	#head .btn_close {
		padding: 10px 20px;
		text-align: right;
		border-bottom: 2px solid #fff;
	}
	#head .btn_close img {
		vertical-align: text-bottom;
	}
    .accordion_icon,
	.accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -7px;
        top: 50%;
        vertical-align: middle;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #EB5514;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .menu-trigger,
	.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 60px;
    }
	@media screen and (min-width: 768px) {
		.menu-trigger {
			width: 110px;
			height: 110px;
			background-color: #d86262;
		}
		#head.fixed .menu-trigger {
			width: 95px;
			height: 95px;
		}
		.active .menu-trigger {
			background-color: #ba4343;
		}
	}
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 60px;
        height: 3px;
        background-color: #000;
    }
	@media screen and (min-width: 768px) {
		.menu-trigger span {
			left: 50%;
			margin-left: -20px;
			width: 40px;
			height: 3px;
		}
	}
    .menu-trigger span:nth-of-type(1) {
        top: 41px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 53px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 66px;
    }
	@media screen and (min-width: 768px) {
		#head.fixed .menu-trigger span:nth-of-type(1) {
			top: 31px;
		}
		#head.fixed .menu-trigger span:nth-of-type(2) {
			top: 43px;
		}
		#head.fixed .menu-trigger span:nth-of-type(3) {
			top: 56px;
		}
	}
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-17px) rotate(45deg);
        transform: translateY(-17px) rotate(45deg);
	}
	#head #sp-nav .ul_title {
		margin-top: 20px;
		padding-bottom: 10px;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
	#head #sp-nav .ul_title a {
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
/* } */
@media screen and (max-width:768px) {
	#head #tbl .hinfo {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		position: absolute;
		right: 57px;
		top: 28px;
	}
	#head #tbl .hcontact {
		margin-left: 7px;
	}
	#head .htop {
		padding: 5px;
		letter-spacing: 0;
		font-size: 10px;
	}
    #head #sp-nav {
        top: 60px;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
		overflow-x: hidden;
	}
    #head #menu-btn {
        position: fixed;
        top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-color: #fff;
        z-index: 99999999;
    }
    #head #menu-btn.active {
		background-color: #F0F4F8;
	}
    .menu-trigger span {
        height: 3px;
    }
    #head .menu-trigger span {
		left: 22px;
		width: 20px;
        height: 2px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 18px;
    }
    #head .menu-trigger span:nth-of-type(1) {
        top: 19px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 27px;
    }
    #head .menu-trigger span:nth-of-type(2) {
        top: 27px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 37px;
    }
    #head .menu-trigger span:nth-of-type(3) {
        top: 35px;
    }
    #head .active .menu-trigger span:nth-of-type(1) {
        top: 18px;
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    #head .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    #head .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(45deg);
        transform: translateY(-7px) rotate(45deg);
    }
	#head .tbl #sp-nav #sp_hinfo {
		display: flex;
		width: 100%;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu {
		flex: 0 0 50%;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu a {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		height: 123px;
		width: 100%;
		text-align: center;
		background-color: #F09B28;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu2 a {
		background-color: #3779C6;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu a > div {
		flex: 0 0 100%;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu img {
		margin-bottom: 15px;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu1 img {
		width: 48px;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu2 img {
		width: 30px;
	}
	#head .tbl #sp-nav #sp_hinfo .hmenu a:after {
		content: "";
		position: absolute;
		bottom: 7px;
		right: 7px;
		border-left: 12px solid transparent;
		border-bottom: 12px solid #fff;
	}
}

#gnavi {
	position: relative;
	margin-top: -32px;
	z-index: 2;
}
#gnavi ul {
	display: flex;
	justify-content: flex-end;
}
#gnavi ul li {
	background-color: #d86262;
}
#gnavi ul li:nth-child(1) {
	padding-left: 30px;
}
#gnavi ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 40px;
	height: 64px;
	text-align: center;
	line-height: 1.2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
}

#footer {
	margin-top: 140px;
}
#footer .rows {
	overflow: hidden;
	display: flex;
	height: 800px;
}
#footer .rows .map {
	flex: 0 0 50%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
#footer .rows .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
#footer .rows .col {
	flex: 0 0 50%;
}
#footer .rows .col .info {
	padding-left: 60px;
}
#footer .rows .col .info .flogo {
	max-width: 360px;
}
#footer .rows .col .info .address {
	margin-top: 20px;
	font-weight: bold;
}
#footer .rows .col .info .place {
	margin-top: 5px;
	font-size: 14px;
}
#footer .rows .col .info .tel {
	margin-top: 15px;
	line-height: 1.2;
	font-size: 14px;
}
#footer .rows .col .info .tel img {
	margin-right: 10px;
	vertical-align: baseline;
}
#footer .rows .col .info .tel span {
	font-weight: bold;
	font-size: 40px;
	color: #3779C6
}
#footer .rows .col .info .sub_tel {
	margin-top: 15px;
	font-size: 14px;
}
#footer .rows .col .info_btn {
	display: flex;
	margin-top: 30px;
	padding: 30px 60px;
	background-color: #F0F4F8;
}
#footer .rows .col .info_btn .hmenu a {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	height: 120px;
	width: 268px;
	background-color: #F09B28;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
#footer .rows .col .info_btn .hmenu2 {
	margin-left: 3px;
}
#footer .rows .col .info_btn .hmenu2 a {
	background-color: #3779C6;
}
#footer .rows .col .info_btn .hmenu a > div {
	flex: 0 0 100%;
	margin-bottom: 10px;
	text-align: center;
}
#footer .rows .col .info_btn .hmenu a:after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #fff;
}
#footer .rows .col .info_time {
	padding: 30px 0;
	background-color: #71A3DD;
}
#footer .rows .col .info_time .time_table {
	padding: 0 60px 20px;
}
#footer .rows .col .info_time table {
	width: 100%;
}
#footer .rows .col .info_time thead {
	border-right: 1px solid #fff;
}
#footer .rows .col .info_time thead th,
#footer .rows .col .info_time thead td {
	padding: 5px;
	text-align: center;
	background-color: #fff;
	color: #71A3DD;
}
#footer .rows .col .info_time thead td {
	border-left: 1px solid #71A3DD;
}
#footer .rows .col .info_time tbody {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
#footer .rows .col .info_time tbody th {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#footer .rows .col .info_time tbody td {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#footer .rows .col .info_time .caption {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
}
#footer .rows .col .info_time .caption span {
	font-weight: bold;
}
#footer .rows .col .info_time .fmenu {
	padding: 20px 60px 0;
	border-top: 1px solid #83B3EB;
}
#footer .rows .col .info_time .fmenu ul {
	display: flex;
}
#footer .rows .col .info_time .fmenu ul li {
	margin-right: 20px;
}
#footer .rows .col .info_time .fmenu ul li a {
	font-size: 14px;
	color: #fff;
}
#footer .rows .col .info_time .fmenu ul li a:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 7px;
	height: 7px;
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 1250px) {
	#footer .rows .map {
		flex: 0 0 40%;
	}
	#footer .rows .col {
		flex: 0 0 60%;
	}
}
@media screen and (max-width: 1050px) {
	#footer .rows .col .info {
		padding-left: 30px;
	}
	#footer .rows .col .info_btn {
		padding: 30px 30px;
	}
	#footer .rows .col .info_time .time_table {
		padding: 0 30px 20px;
	}
	#footer .rows .col .info_time .fmenu {
		padding: 5px 30px 0;
	}
	#footer .rows .col .info_time .fmenu ul {
		flex-wrap: wrap;
	}
	#footer .rows .col .info_time .fmenu ul li {
		flex: 0 0 40%;
		margin-right: 20px;
	}
}
@media screen and (max-width: 1000px) {
	#footer .rows .col .info_btn .hmenu a {
		width: 200px;
	}
	#footer .rows .col .info_time table {
		width: 430px;
	}
	#footer .rows .col .info_time .caption {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		margin-top: 70px;
	}
	#footer .rows {
		flex-wrap: wrap;
		height: auto;
	}
	#footer .rows .map {
		flex: 0 0 100%;
		padding-bottom: 80%;
	}
	#footer .rows .col {
		flex: 0 0 100%;
	}
	#footer .rows .col .info {
		margin-top: 40px;
		padding: 0 20px;
	}
	#footer .rows .col .info .flogo {
		max-width: 300px;
	}
	#footer .rows .col .info .address {
		margin-top: 30px;
	}
	#footer .rows .col .info .place {
		margin-top: 10px;
		font-size: 12px;
	}
	#footer .rows .col .info .tel {
		margin-top: 15px;
		line-height: 1.2;
		font-size: 12px;
	}
	#footer .rows .col .info .tel img {
		margin-right: 10px;
		vertical-align: baseline;
	}
	#footer .rows .col .info .tel span {
		font-size: 36px;
	}
	#footer .rows .col .info .sub_tel {
		margin-top: 15px;
		font-size: 14px;
	}
	#footer .rows .col .info_btn {
		margin-top: 30px;
		padding: 20px;
		justify-content: space-between;
	}
	#footer .rows .col .info_btn .hmenu {
		flex: 0 0 49.5%;
	}
	#footer .rows .col .info_btn .hmenu a {
		height: 120px;
		width: 100%;
	}
	#footer .rows .col .info_btn .hmenu a > div {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	#footer .rows .col .info_btn .hmenu a:after {
		content: "";
		position: absolute;
		bottom: 5px;
		right: 5px;
		border-left: 7px solid transparent;
		border-bottom: 7px solid #fff;
	}
	#footer .rows .col .info_time {
		padding: 20px 0;
	}
	#footer .rows .col .info_time .time_table {
		padding: 0 20px 15px;
	}
	#footer .rows .col .info_time table {
		width: 100%;
	}
	#footer .rows .col .info_time thead {
		border-right: 1px solid #fff;
	}
	#footer .rows .col .info_time thead th,
	#footer .rows .col .info_time thead td {
		padding: 5px;
	}
	#footer .rows .col .info_time thead td {
		border-left: 1px solid #71A3DD;
	}
	#footer .rows .col .info_time tbody {
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
	#footer .rows .col .info_time tbody th {
		padding: 5px;
		text-align: center;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	#footer .rows .col .info_time tbody td {
		padding: 5px;
		text-align: center;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	#footer .rows .col .info_time .caption {
		margin-top: 10px;
		line-height: 1.6;
		font-size: 13px;
	}
	#footer .rows .col .info_time .fmenu {
		padding: 5px 20px 0;
	}
	#footer .rows .col .info_time .fmenu ul {
		flex-wrap: wrap;
	}
	#footer .rows .col .info_time .fmenu ul li {
		flex: 0 0 40%;
		margin-top: 10px;
		margin-right: 20px;
	}
	#footer .rows .col .info_time .fmenu ul li a {
		font-size: 12px;
	}
	#footer .rows .col .info_time .fmenu ul li a:before {
		content: "";
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 2px;
		width: 7px;
		height: 7px;
		vertical-align: middle;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
}


#footer .copyright {
	padding: 17px 0;
	text-align: center;
	background-color: #3779C6;
	font-size: 12px;
	color: #B1CEEF;
}
@media screen and (max-width: 767px) {
	#footer {
		margin-top: 50px;
	}
	#footer .copyright {
		padding: 10px 0;
		text-align: center;
		font-size: 10px;
	}
}

#TOP #topban {
	display: flex;
	position: relative;
}
#TOP #topban .tban {
	flex: 0 0 360px;
	background-color: #fff;
}
#TOP #topban .timg {
	flex: 1;
}
#TOP #topban .top_message {
	position: absolute;
	left: 140px;
	top: 50%;
	margin-top: -124px;
}
@media screen and (max-width: 1100px) {
	#TOP #topban .tban {
		flex: 0 0 260px;
	}
	#TOP #topban .top_message {
		left: 100px;
		margin-top: -85px;
	}
	#TOP #topban .top_message img {
		width: 350px;
	}
}
@media screen and (max-width: 800px) {
	#TOP #topban .tban {
		flex: 0 0 180px;
	}
	#TOP #topban .top_message {
		left: 60px;
		margin-top: -61px;
	}
	#TOP #topban .top_message img {
		width: 250px;
	}
}
@media screen and (max-width: 767px) {
	#TOP #topban .timg {
		height: 517px;
		background: transparent url(../img/top/topban.jpg) no-repeat 10% 0;
		background-size: auto 100%;
	}
	#TOP #topban .top_message {
		left: 50%;
		top: 10%;
		margin-top: 0;
		margin-left: -158px;
	}
	#TOP #topban .top_message img {
		max-width: 316px;
		width: 100%;
	}
}

.sec {
	padding: 80px 0 60px;
}
.sec.bg {
	background-color: #f0f0e6;
}
@media screen and (max-width: 1000px) {
	.OTHER .sec {
		padding: 120px 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.OTHER .sec {
		padding: 60px 0 30px;
	}
}

h2.midashi {
	text-align: center;
}
h2.midashi span {
	display: inline-block;
	padding: 10px 30px 8px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2;
	background-color: #d86262;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	h2.midashi span {
		padding: 10px 30px 8px;
		font-size: 18px;
	}
}

h3.lead {
	margin-top: 30px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.3;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 48px;
}
@media screen and (max-width: 767px) {
	h3.lead {
		margin-top: 30px;
		font-size: 28px;
	}
}

.read_more {
	margin-top: 80px;
	text-align: right;
}
.read_more img {
	width: 120px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.read_more {
		margin-top: 35px;
	}
}

.btn_blk {
	display: flex;
	justify-content: center;
	margin-top: 90px;
}
.btn_blk .btn {
	margin: 0 10px;
}
@media screen and (max-width: 767px) {
	.btn_blk {
		margin-top: 50px;
	}
	.btn_blk .btn {
		margin: 0 5px;
	}
}

.time_schedule {
	position: relative;
	display: flex;
	margin-top: -130px;
	margin-left: auto;
	max-width: 620px;
	width: 100%;
	background-color: #71A3DD;
	border-radius: 7px 0 0 7px;
	color: #fff;
	z-index: 2;
}
.time_schedule .title {
	display: flex;
	flex: 0 0 76px;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-rl;
	letter-spacing: 4px;
	background-color: #87B6ED;
	border-radius: 7px 0 0 7px;
	font-weight: bold;
}
.time_schedule .body {
	flex: 1;
	padding: 20px;
}
.time_schedule .body table {
	width: 100%;
}
.time_schedule .body thead td {
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #fff;
	color: #71A3DD;
}
.time_schedule .body tbody {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.time_schedule .body tbody th {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.time_schedule .body tbody td {
	padding: 5px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.time_schedule .caption {
	margin-top: 10px;
	font-size: 12px;
}
.time_schedule .caption span {
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	.time_schedule {
		margin-top: -50px;
		max-width: 500px;
	}
	.time_schedule .title {
		flex: 0 0 50px;
		font-size: 14px;
	}
	.time_schedule .body {
		padding: 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.time_schedule {
		flex-wrap: wrap;
		margin-top: 0;
		max-width: 100%;
		border-radius: 0;
		font-size: 14px;
	}
	.time_schedule .title {
		display: block;
		flex: 0 0 100%;
		padding: 13px 0;
		writing-mode: inherit;
		text-align: center;
		letter-spacing: 1px;
		font-size: 18px;
	}
	.time_schedule .body {
		flex: 0 0 100%;
		padding: 10px;
	}
	.time_schedule .caption {
		line-height: 1.4;
		font-size: 11px;
	}
}

.information_blk {
	margin-top: 60px;
}
.information_blk .box {
	display: flex;
	border-radius: 5px;
	border: 2px solid #E35777;
}
.information_blk .box .title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 300px;
	padding: 20px;
	background-color: #E35777;
	font-weight: bold;
	color: #fff;
}
.information_blk .box .title img {
	margin-right: 10px;
}
.information_blk .box .body {
	flex: 1;
	padding: 22px 20px 18px;
}
.information_blk .box .body .list a {
	position: relative;
	display: flex;
}
.information_blk .box .body .list a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #E35777;
	border-right: 2px solid #E35777;
	transform: rotate(45deg);
}
.information_blk .box .body .list a .date {
	flex: 0 0 90px;
	letter-spacing: 1px;
	font-size: 14px;
}
.information_blk .box .body .list a .ttl {
	flex: 1;
	padding-left: 15px;
	font-weight: bold;
	color: #E35777;
}

@media screen and (max-width: 767px) {
	.information_blk {
		margin-top: 40px;
	}
	.information_blk .box {
		display: flex;
		flex-wrap: wrap;
	}
	.information_blk .box .title {
		flex: 0 0 100%;
		padding: 15px;
	}
	.information_blk .box .title img {
		margin-right: 10px;
		width: 30px;
	}
	.information_blk .box .body {
		flex: 0 0 100%;
		padding: 15px;
	}
	.information_blk .box .body .list a {
		display: flex;
		flex-wrap: wrap;
	}
	.information_blk .box .body .list a:after {
		right: 0;
	}
	.information_blk .box .body .list a .date {
		flex: 0 0 100%;
		font-size: 14px;
	}
	.information_blk .box .body .list a .ttl {
		flex: 0 0 100%;
		margin-top: 5px;
		padding-left: 0;
		padding-right: 20px;
	}
}

.news_blk {
	margin-top: 60px;
	padding: 70px 0;
	background-color: #F0F4F8;
}
.news_blk .inner {
	position: relative;
}
.news_blk .rows {
	display: flex;
	min-height: 210px;
}
.news_blk .rows .title {
	flex: 0 0 340px;
}
.news_blk .rows .title .en {
	font-weight: bold;
	font-size: 38px;
	color: #87B6ED;
    letter-spacing: 2.25px;
}
.news_blk .rows .title .ja {
	margin-top: 10px;
	font-weight: bold;
}
.news_blk .rows .body {
	flex: 1;
    max-width: 320px;
}
.news_blk .rows .body .list {
	padding: 13px 0;
}
.news_blk .rows .body .list a .ttl {
	position: relative;
	padding-right: 30px;
}
.news_blk .rows .body .list a .ttl:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.news_blk .rows .body .list a .date {
	flex: 0 0 90px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 14px;
}
.news_blk .more {
	position: absolute;
	left: 22px;
	bottom: 20px;
}
.news_blk .more a {
	font-weight: bold;
	font-size: 14px;
	color: #87B6ED;
}
.news_blk .more img {
	margin-right: 7px;
	vertical-align: baseline;
}
@media screen and (max-width: 1200px) {
    .news_blk .rows .title {
        flex: 0 0 300px;
    }
    .news_blk .rows .title .en {
        letter-spacing: 0;
    }
    .news_blk .rows .body {
        max-width: 420px;
    }
}
@media screen and (max-width: 767px) {
	.news_blk {
		margin-top: 50px;
		padding: 50px 0;
	}
	.news_blk .rows {
		flex-wrap: wrap;
        flex-direction: column;
	}
	.news_blk .rows .title {
		flex: 0 0 100%;
		text-align: center;
	}
	.news_blk .rows .title .en {
		font-size: 32px;
	}
	.news_blk .rows .title .ja {
		margin-top: 20px;
	}
	.news_blk .rows .body {
		flex: 0 0 100%;
		margin-top: 15px;
        max-width: 100%;
	}
	.news_blk .rows .body .list {
		padding: 0;
		border-top: 1px solid #C8D5E3;
	}
	.news_blk .rows .body .list:first-child {
		border-top: none;
	}
	.news_blk .rows .body .list a {
		flex-wrap: wrap;
		padding: 16px 30px 16px 0;
		text-align: left;
	}
	.news_blk .rows .body .list a .date {
		flex: 0 0 100%;
		line-height: 1.8;
		font-size: 14px;
	}
	.news_blk .rows .body .list a .ttl {
		flex: 0 0 100%;
		margin-top: 3px;
		padding-left: 0;
	}
	.news_blk .more {
		position: static;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.news_blk .more a {
		font-size: 14px;
	}
	.news_blk .more img {
		margin-right: 7px;
		vertical-align: baseline;
	}
}
.sns_info {
    flex: 1;
    max-width: 444px;
    margin: 0 0 0 auto;
}
.sns_info ul {
    list-style: none;
    display: flex;
    gap: 4px;
    margin: 24px 0 0;
}
.sns_info ul li {
    width: calc(50% - 2px);
}
.sns_info ul li a {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px;
}
.sns_info ul li.twitter a {
    background: #1D9BF0 url("../img/common/x_icon.svg") 38px center no-repeat;
    border-radius: 4px 0 0 4px;
    padding: 28px 20px 26px 79px;
}
.sns_info ul li.insta a {
    background: url("../img/common/insta_icon.svg") 36px center no-repeat,linear-gradient(70deg,  #ffc546 0%,#ff393d 20%,#fb1bb1 56%,#ab2ddd 100%);
    border-radius: 0 4px 4px 0;
    padding: 28px 20px 26px 72px
}
@media screen and (max-width: 1200px) {
    .sns_info {
        width: 360px;
        max-width: 360px;
    }
    .sns_info ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        line-height: 1.2;
    }
    .sns_info ul li.twitter a {
        background-position: 16px center;
        padding: 28px 20px 26px 54px;
    }
    .sns_info ul li.insta a {
        background-position: 16px center,0 0;
        padding: 28px 5px 26px 54px;
    }
}
@media screen and (max-width: 767px) {
    .sns_info {
        margin: 20px auto 0;
        max-width: 500px;
        width: 100%;
    }
    .sns_info ul li a {
        text-indent: -9999px;
        overflow: hidden;
        height: 74px;
    }
    .sns_info ul li.twitter a {
        background-position: center;
        padding: 10px;
    }
    .sns_info ul li.insta a {
        background-position: center,0 0;
        padding: 10px;
    }
    .sns_info ul {
        justify-content: center;
    }
}
.sec1_blk {
	margin-top: 120px;
}
#MEDICAL .sec1_blk {
	padding-bottom: 100px;
}
.sec1_blk .title {
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 28px;
}
.sec1_blk .title span {
	font-size: 40px;
	color: #E35777;
    vertical-align: bottom;
    line-height: 0.95;
}
.sec1_blk .box {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	padding: 20px;
	background-color: #F2F5FA;
}
.sec1_blk .box .cl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 40%;
	line-height: 2;
	background-color: #fff;
	font-weight: bold;
	font-size: 20px;
	color: #23A5C5;
}
#MEDICAL .sec1_blk .box .cl {
	height: 220px;
}
.sec1_blk .box .cl b {
	padding-bottom: 8px;
	border-bottom: 1px dashed #23A5C5;
}
.sec1_blk .box .cl img {
	margin-right: 15px;
}
.sec1_blk .box .cr {
	flex: 0 0 54%;
	line-height: 2;
	font-size: 18px;
}
#MEDICAL .sec1_blk .box .cr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
}
.cr span {
	color: #DDD63A;
}
@media screen and (max-width: 767px) {
	.sec1_blk {
		margin-top: 50px;
	}
	#MEDICAL .sec1_blk {
		padding-bottom: 50px;
	}
	.sec1_blk .title {
		line-height: 1.4;
		font-size: 22px;
	}
	.sec1_blk .title span {
		font-size: 34px;
	}
	.sec1_blk .box {
		flex-wrap: wrap;
		margin-top: 35px;
		padding: 10px;
	}
	.sec1_blk .box .cl {
		display: block;
		flex: 0 0 100%;
		flex-wrap: wrap;
		padding: 30px 0;
		text-align: center;
		letter-spacing: 1px;
		line-height: 2;
		font-size: 18px;
	}
	.sec1_blk .box .cl img {
		display: block;
		margin: 0 auto 10px;
		width: 80px;
	}
	.sec1_blk .box .cr {
		flex: 0 0 100%;
		padding: 20px 5px 10px;
		line-height: 2;
		font-size: 16px;
	}
}

#TOP .features_blk {
	padding-top: 140px;
	padding-bottom: 140px;
}
#TOP .features_blk .midashi {
	text-align: center;
}
#TOP .features_blk .midashi .ja {
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 36px;
	color: #3779C6;
}
#TOP .features_blk .midashi .en {
	margin-top: 15px;
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #3779C6;
}
#TOP .features_blk .rows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#TOP .features_blk .rows .list {
	position: relative;
	flex: 0 0 41%;
	margin-top: 120px;
}
#TOP .features_blk .rows .list:nth-child(odd) {
	margin-top: 40px;
}
#TOP .features_blk .rows .list:nth-child(even) {
	margin-right: 70px;
}
#TOP .features_blk .rows .list .title {
	position: relative;
	display: flex;
	margin-bottom: -20px;
	z-index: 2;
}
#TOP .features_blk .rows .list .title .point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #3779C6;
	border-radius: 10px 0 10px 0;
}
#TOP .features_blk .rows .list .title .point .en {
	flex: 0 0 100%;
	padding-bottom: 10px;
	line-height: 1.2;
	background: transparent url(../img/top/icon_features_point.svg) no-repeat center bottom;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
#TOP .features_blk .rows .list .title .point .no {
	flex: 0 0 100%;
	line-height: 1.1;
	font-weight: bold;
	font-size: 44px;
	color: #fff;
}
#TOP .features_blk .rows .list .title .ttl {
	padding-left: 30px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
}
#TOP .features_blk .rows .list .title .ttl span {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #3779C6;
}
#TOP .features_blk .rows .list .img img {
	border-radius: 10px;
}
#TOP .features_blk .rows .list .text {
	position: absolute;
	right: -120px;
	bottom: -60px;
	padding: 35px 40px;
	width: 350px;
	line-height: 2;
	background-color: #fff;
	border-radius: 10px 0 0 0;
	z-index: 2;
}
#TOP .features_blk .rows .list:nth-child(odd) .text {
	bottom: 0;
}
@media screen and (max-width: 1200px) {
	#TOP .features_blk .rows .list .title .ttl {
		padding-left: 25px;
		font-size: 14px;
	}
	#TOP .features_blk .rows .list .title .ttl span {
		font-size: 20px;
	}
	#TOP .features_blk .rows .list .text {
		right: -60px;
		padding: 20px;
		width: 280px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	#TOP .features_blk {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#TOP .features_blk .midashi .ja {
		line-height: 1.2;
		font-size: 36px;
	}
	#TOP .features_blk .midashi .en {
		margin-top: 15px;
		line-height: 1.2;
		font-size: 12px;
	}
	#TOP .features_blk .rows {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#TOP .features_blk .rows .list {
		flex: 0 0 100%;
		margin-top: 40px;
	}
	#TOP .features_blk .rows .list .title {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#TOP .features_blk .rows .list .title .point {
		flex: 0 0 100px;
		margin: 0 auto;
		text-align: center;
		border-radius: 10px;
	}
	#TOP .features_blk .rows .list .title .point .en {
		flex: 0 0 100%;
		padding-bottom: 10px;
		line-height: 1.2;
		font-size: 13px;
	}
	#TOP .features_blk .rows .list .title .point .no {
		flex: 0 0 100%;
		line-height: 1.1;
		font-size: 44px;
	}
	#TOP .features_blk .rows .list .title .ttl {
		flex: 0 0 100%;
		margin-top: 30px;
		padding-left: 0;
		text-align: center;
		line-height: 1.2;
		font-size: 18px;
	}
	#TOP .features_blk .rows .list .title .ttl span {
		margin-top: 10px;
		font-size: 24px;
	}
	#TOP .features_blk .rows .list .text {
		position: static;
		margin-top: 20px;
		padding: 0;
		width: 100%;
		line-height: 2;
	}
}

.more {
	margin-top: 100px;
	text-align: center;
}
.more a {
	position: relative;
	display: inline-block;
	padding: 25px 80px;
	text-align: center;
	background-color: #3779C6;
	border-radius: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.more a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.more {
		margin-top: 50px;
	}
}

.more_btn {
	position: absolute;
	left: 0;
	bottom: 20px;
}
.more_btn a {
	font-weight: bold;
	font-size: 14px;
	color: #87B6ED;
}
.more_btn img {
	margin-right: 7px;
	vertical-align: baseline;
}
@media screen and (max-width: 1200px) {
	.more_btn {
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.more_btn {
		position: static;
		margin: 10px auto 0;
	}
}

.subjects_blk {
	padding: 110px 0;
	background-color: #71A3DD;
}
.subjects_blk .midashi {
	text-align: center;
}
.subjects_blk .midashi .ja {
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
}
.subjects_blk .midashi .en {
	margin-top: 15px;
	line-height: 1.2;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
.subjects_blk .rows {
	display: flex;
	justify-content: space-between;
}
.subjects_blk .rows .list {
	position: relative;
	flex: 0 0 30%;
	margin-top: 40px;
	max-width: 360px;
}
.subjects_blk .rows .list a {
	display: block;
}
.subjects_blk .rows .list a .img {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 340px;
	height: 340px;
	background-color: #fff;
	border-radius: 170px;
	border: 20px solid #71A3DD;
	text-align: center;
}
.subjects_blk .rows .list a:hover {
	opacity: 1;
}
.subjects_blk .rows .list a:hover .img {
	border: 20px solid #A1F4E5;
}
.subjects_blk .rows .list a .title {
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.subjects_blk .rows .list a .link {
	text-align: center;
}
@media screen and (max-width: 1100px) {
	.subjects_blk .rows .list a .img {
		width: 290px;
		height: 290px;
	}
}
@media screen and (max-width: 900px) {
	.subjects_blk .rows .list a .img {
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width: 767px) {
	.subjects_blk {
		padding: 50px 0;
	}
	.subjects_blk .midashi .ja {
		line-height: 1.2;
		font-size: 36px;
	}
	.subjects_blk .midashi .en {
		margin-top: 15px;
		line-height: 1.2;
		font-size: 12px;
	}
	.subjects_blk .rows {
		flex-wrap: wrap;
	}
	.subjects_blk .rows .list {
		position: relative;
		flex: 0 0 100%;
		margin-top: 40px;
		max-width: 100%;
	}
	.subjects_blk .rows .list a {
		display: block;
	}
	.subjects_blk .rows .list a .img {
		margin: 0 auto;
		width: 295px;
		height: 295px;
		border: none;
	}
	.subjects_blk .rows .list a:hover .img {
		border: none;
	}
	.subjects_blk .rows .list a .title {
		margin-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	.subjects_blk .rows .list a .img {
		width: 265px;
		height: 265px;
	}
}
.message_blk {
	background: transparent url(../img/top/message_img.jpg) no-repeat right top;
	background-size: auto 100%;
}
.message_blk .rows {
	display: flex;
}
.message_blk .rows .info {
	flex: 0 0 60%;
	padding: 130px 0 0 0;
}
.message_blk .rows .info .ja {
	line-height: 1.6;
	font-weight: bold;
	font-size: 36px;
	color: #3779C6;
}
.message_blk .rows .info .en {
	margin-top: 10px;
	padding-left: 5px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 12px;
	color: #3779C6;
}
.message_blk .rows .info .box {
	position: relative;
	padding: 50px 50px 50px 0;
	line-height: 2;
	background-color: #fff;
	border-radius: 0 10px 0 0;
	z-index: 2;
}
.message_blk .rows .info .box .link {
	margin-top: 10px;
	text-align: right;
}
.message_blk .rows .info .box .link a {
	font-weight: bold;
	font-size: 14px;
	color: #3779C6;
}
.message_blk .rows .info .box .link a:before {
	content: "";
	display: inline-block;
	margin-right: 13px;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	border-top: 1px solid #3779C6;
	border-right: 1px solid #3779C6;
	transform: rotate(45deg);
}
/*.message_blk .rows {
	position: relative;
}*/
.message_blk .rows .name {
	position: absolute;
	right: 180px;
	top: 50%;
	margin-top: -80px;
}
@media screen and (max-width: 1000px) {
	.message_blk .rows .name {
		right: 100px;
	}
}
@media screen and (max-width: 767px) {
	.message_blk {
		background: none;
	}
	.message_blk .rows {
		display: flex;
	}
	.message_blk .rows .info {
		flex: 0 0 100%;
		padding: 50px 0 0 0;
	}
	.message_blk .rows .info .ja {
		text-align: center;
		line-height: 1.6;
		font-size: 30px;
	}
	.message_blk .rows .info .en {
		margin-top: 10px;
		text-align: center;
		line-height: 1.6;
		font-size: 12px;
	}
	.message_blk .rows .info .box {
		margin-top: 100px;
		padding: 0;
		line-height: 2.4;
		border-radius: 0 10px 0 0;
	}
	.message_blk .rows .info .box .link {
		margin-top: 10px;
		text-align: center;
	}
	.message_blk .rows .info .box .link a {
		font-weight: bold;
		font-size: 14px;
	}
	.message_blk .rows .info .box .link a:before {
		content: "";
		display: inline-block;
		margin-right: 13px;
		width: 5px;
		height: 5px;
		vertical-align: middle;
		border-top: 1px solid #3779C6;
		border-right: 1px solid #3779C6;
		transform: rotate(45deg);
	}
	.message_blk .rows .img {
		flex: 0 0 100%;
		margin-top: 40px;
	}
	.message_blk .rows .name {
		position: absolute;
		right: 50%;
		top: 50%;
		margin-top: -60px;
		margin-right: -70px;
	}
	.message_blk .rows .name img {
		width: 140px;
	}
}

.reserve_blk {
	margin-top: 130px;
}
.reserve_blk .midashi {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
.reserve_blk .box {
	margin-top: 40px;
	text-align: center;
	border-radius: 5px;
	border: 4px solid #3779C6;
}
.reserve_blk .box .tel {
	padding: 40px;
}
.reserve_blk .box .net {
	padding: 40px;
	border-top: 1px solid #3779C6;
}
.reserve_blk .box .title {
	position: relative;
	margin: 0 auto;
	max-width: 400px;
	padding: 15px;
	line-height: 1.4;
	background-color: #3779C6;
	border-radius: 3px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.reserve_blk .box .title:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -2px;
	border: 5px solid transparent;
	border-top: 5px solid #3779C6;
	width: 0;
	height: 0;
}
.reserve_blk .box .title span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.reserve_blk .box .title span img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.reserve_blk .box .net .title span img {
	left: -10px;
}
.reserve_blk .box .text {
	margin-top: 25px;
	line-height: 2.2;
}
.reserve_blk .box .text a {
	text-decoration: underline;
}
.reserve_blk .box .lead {
	line-height: 1.8;
	font-weight: bold;
	font-size: 20px;
}
.reserve_blk .box .lead span {
	padding-bottom: 10px;
	border-bottom: 2px dotted #3779C6;
}
.reserve_blk .box .lead a {
	font-size: 30px;
	color: #3779C6;
}
.reserve_blk .box .time {
	margin: 30px auto 0;
	padding: 30px 20px;
	max-width: 1000px;
	width: 100%;
	text-align: center;
	background-color: #F0F4F8;
}
.reserve_blk .basic {
	display: flex;
	margin-top: 60px;
}
.reserve_blk .basic .cl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 200px;
	font-weight: bold;
}
.reserve_blk .basic .cl img {
	margin-right: 25px;
	vertical-align: middle;
}
.reserve_blk .basic .cr {
	flex: 1;
	padding-left: 50px;
	line-height: 2.2;
	border-left: 1px solid #DFE5EB;
}
@media screen and (max-width: 767px) {
	.reserve_blk {
		margin-top: 70px;
	}
	.reserve_blk .box {
		margin-top: 30px;
		border: 4px solid #3779C6;
	}
	.reserve_blk .box .tel {
		padding: 20px;
	}
	.reserve_blk .box .net {
		padding: 20px;
	}
	.reserve_blk .box .title {
		max-width: 100%;
		padding: 12px;
		line-height: 1.4;
		font-size: 17px;
	}
	.reserve_blk .box .title span {
		text-align: left;
	}
	.reserve_blk .box .net .title span img {
		left: -20px;
	}
	.reserve_blk .box .text {
		margin-top: 20px;
		text-align: left;
		line-height: 1.6;
	}
	.reserve_blk .box .lead {
		margin-top: 10px;
		text-align: left;
		line-height: 1.4;
		font-size: 18px;
	}
	.reserve_blk .box .lead span {
		padding-bottom: 0;
		border-bottom: none;
	}
	.reserve_blk .box .lead a {
		font-size: 18px;
	}
	.reserve_blk .box .time {
		overflow-x: scroll;
		margin: 20px auto 0;
		padding: 20px;
	}
	.reserve_blk .box .time img {
		max-width: 800px;
		width: 800px;
	}
	.reserve_blk .basic {
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.reserve_blk .basic .cl {
		flex: 0 0 100%;
		justify-content: center;
	}
	.reserve_blk .basic .cl img {
		margin-right: 20px;
	}
	.reserve_blk .basic .cr {
		flex: 0 0 100%;
		margin-top: 20px;
		padding-left: 0;
		line-height: 1.6;
        border-left: none;
	}
}

#lnavi {
	margin-top: 100px;
}
#lnavi ul {
	display: flex;
	flex-wrap: wrap;
}
#lnavi ul.col2 li {
	flex: 0 0 50%;
}
#lnavi ul.col4 li {
	flex: 0 0 25%;
}
#lnavi ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 102px;
	background-color: #F0F4F8;
	font-weight: bold;
	font-size: 22px;
	color: #A6C6CE;
}
#lnavi ul.col2 li:nth-child(1) a {
	border-radius: 5px 0 0 5px;
}
#lnavi ul.col2 li:nth-child(2) a {
	border-radius: 0 5px 5px 0;
}
#lnavi ul.col4 li:nth-child(1) a {
	border-radius: 5px 0 0 5px;
}
#lnavi ul.col4 li:nth-child(4) a {
	border-radius: 0 5px 5px 0;
}
#lnavi ul li a:hover,
#lnavi ul li.current a {
	background-color: #00A5C5;
	color: #fff;
	opacity: 1;
}
#lnavi ul li a:hover:after,
#lnavi ul li.current a:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -2px;
	border: 5px solid transparent;
	border-top: 5px solid #00A5C5;
	width: 0;
	height: 0;
}
@media screen and (max-width: 767px) {
	#lnavi {
		margin-top: 50px;
	}
	#lnavi .inner {
		padding: 0;
	}
	#lnavi ul.col4 {
		position: relative;
	}
	#lnavi ul.col4 li {
		flex: 0 0 50%;
	}
	#lnavi ul.col4 li:nth-child(1) {
		border-right: 4px solid #fff;
		border-bottom: 4px solid #fff;
	}
	#lnavi ul.col4 li:nth-child(2) {
		border-bottom: 4px solid #fff;
	}
	#lnavi ul.col4 li:nth-child(3) {
		border-right: 4px solid #fff;
	}
	#lnavi ul li a {
		border-radius: 0 !important;
	}
	#lnavi ul.col4 li a:hover:after,
	#lnavi ul.col4 li.current a:after {
		border: none;
	}
	#lnavi ul.col4:after {
		content: '';
		position: absolute;
		top: 110%;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 10px solid #00A5C5;
		width: 0;
		height: 0;
	}
}

.OTHER .lead {
	margin-top: 90px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.OTHER .lead {
		margin-top: 30px;
	}
}

.OTHER .ptitle {
	margin-top: 100px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 30px;
	color: #3779C6;
}
@media screen and (max-width: 767px) {
	.OTHER .ptitle {
		margin-top: 50px;
		font-size: 26px;
	}
}

.OTHER .introduction_blk {
	margin-top: 50px;
	padding: 100px 0;
	background-color: #F0F4F8;
}
.OTHER .introduction_blk .rows {
	display: flex;
	background-color: #fff;
}
.OTHER .introduction_blk .rows .info {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 50%;
	align-content: center;
	padding-left: 80px;
	border-radius: 5px 0 0 5px;
}
.OTHER .introduction_blk .rows .info .sub {
	flex: 0 0 100%;
	font-weight: bold;
	color: #3779C6;
}
.OTHER .introduction_blk .rows .info .name {
	flex: 0 0 100%;
	font-weight: bold;
	font-size: 30px;
	color: #3779C6;
}
.OTHER .introduction_blk .rows .info .ttl {
	flex: 0 0 100%;
	margin-top: 50px;
	font-weight: bold;
}
.OTHER .introduction_blk .rows .info .naiyou {
	flex: 0 0 100%;
	margin-top: 10px;
}
.OTHER .introduction_blk .rows .img {
	flex: 0 0 50%;
}
.OTHER .introduction_blk .rows .img img {
	border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
	.OTHER .introduction_blk {
		margin-top: 30px;
		padding: 20px 0;
	}
	.OTHER .introduction_blk .rows {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		border-radius: 5px;
	}
	.OTHER .introduction_blk .rows .info {
		flex: 0 0 100%;
		padding-left: 0;
		padding: 30px 10px;
		text-align: center;
		border-radius: 0 0 5px 5px;
	}
	.OTHER .introduction_blk .rows .info .name {
		line-height: 1.6;
		font-size: 30px;
	}
	.OTHER .introduction_blk .rows .info .ttl {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	.OTHER .introduction_blk .rows .info .naiyou {
		flex: 0 0 100%;
		margin-top: 10px;
	}
	.OTHER .introduction_blk .rows .img {
		flex: 0 0 100%;
	}
	.OTHER .introduction_blk .rows .img img {
		border-radius: 5px 5px 0 0;
	}
}

.OTHER .history_blk {
	padding: 100px 0;
}
.OTHER .history_blk .box {
	padding: 70px 100px;
	border: 2px solid #C8D5E3;
}
.OTHER .history_blk .box:first-child {
	border-bottom: none;
}
.OTHER .history_blk .box .title {
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
}
.OTHER .history_blk .box .body {
	margin-top: 40px;
}
.OTHER .history_blk .box .body dl {
	display: flex;
	margin-top: 10px;
}
.OTHER .history_blk .box .body dl dt {
	flex: 0 0 90px;
	font-weight: bold;
}
.OTHER .history_blk .box .body dl dd {
	flex: 1;
}
.OTHER .history_blk .box .body ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.OTHER .history_blk .box .body ul li {
	padding: 0 10px;
}
.OTHER .history_blk .box .body ul li:before {
	content: "/";
	display: inline-block;
	margin-right: 20px;
}
.OTHER .history_blk .box .body ul li:first-child {
	padding-left: 0;
}
.OTHER .history_blk .box .body ul li:first-child:before {
	content: "";
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.OTHER .history_blk {
		padding: 20px 0 50px;
	}
	.OTHER .history_blk .box {
		padding: 30px 0;
		border: none;
	}
	.OTHER .history_blk .box:first-child {
		border-bottom: none;
	}
	.OTHER .history_blk .box .title {
		font-size: 24px;
	}
	.OTHER .history_blk .box .body {
		margin-top: 30px;
	}
	.OTHER .history_blk .box .body dl {
		display: flex;
		margin-top: 10px;
	}
	.OTHER .history_blk .box .body dl dt {
		flex: 0 0 70px;
	}
	.OTHER .history_blk .box .body ul {
		margin-top: 10px;
	}
	.OTHER .history_blk .box .body ul li {
		padding: 5px;
	}
	.OTHER .history_blk .box .body ul li:before {
		content: "/";
		display: inline-block;
		margin-right: 10px;
	}
}

.OTHER .setsubi_blk {
	margin-top: 50px;
	padding: 100px 0;
	background-color: #F0F4F8;
}
.OTHER .setsubi_blk .rows .list {
	display: flex;
	margin-top: 60px;
	background-color: #fff;
	border-radius: 5px;
}
.OTHER .setsubi_blk .rows .list:nth-child(odd) {
	flex-direction: row-reverse;
}
.OTHER .setsubi_blk .rows .list:first-child {
	margin-top: 0;
}
.OTHER .setsubi_blk .rows .list .info {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 50%;
	align-content: center;
	padding: 60px 80px;
	border-radius: 5px 0 0 5px;
}
.OTHER .setsubi_blk .rows .list .info .title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
	color: #3779C6;
}
.OTHER .setsubi_blk .rows .list .info .text {
	margin-top: 20px;
	line-height: 2;
}
.OTHER .setsubi_blk .rows .list .img {
	flex: 0 0 50%;
}
.OTHER .setsubi_blk .rows .list .img img {
	border-radius: 5px 0 0 5px;
    height: 100%;
    object-fit: cover;
}
.OTHER .setsubi_blk .rows .list:nth-child(odd) .img img {
	border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
	.OTHER .setsubi_blk {
		margin-top: 50px;
		padding: 20px 0;
	}
	.OTHER .setsubi_blk .rows .list {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.OTHER .setsubi_blk .rows .list:nth-child(odd) {
		flex-direction: row;
	}
	.OTHER .setsubi_blk .rows .list .info {
		display: flex;
		flex-wrap: wrap;
		flex: 0 0 100%;
		align-content: center;
		padding: 25px 20px;
	}
	.OTHER .setsubi_blk .rows .list .info .title {
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
	}
	.OTHER .setsubi_blk .rows .list .info .text {
		margin-top: 20px;
		line-height: 2;
	}
	.OTHER .setsubi_blk .rows .list .img {
		flex: 0 0 100%;
	}
	.OTHER .setsubi_blk .rows .list .img img {
		border-radius: 5px 5px 0 0;
	}
	.OTHER .setsubi_blk .rows .list:nth-child(odd) .img img {
		border-radius: 5px 5px 0 0;
	}
}

.OTHER .gallery_blk {
	padding: 100px 0;
}
.OTHER .gallery_blk .rows {
	display: flex;
	flex-wrap: wrap;
}
.OTHER .gallery_blk .rows .list {
	flex: 0 0 49.2%;
	margin-top: 20px;
	margin-left: 1.6%;
}
.OTHER .gallery_blk .rows .list:nth-child(2n+1) {
	margin-left: 0;
}
.OTHER .gallery_blk .rows .list img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.OTHER .gallery_blk {
		padding: 30px 0;
	}
	.OTHER .gallery_blk .rows .list {
		flex: 0 0 100%;
		margin-top: 20px;
		margin-left: 0;
	}
}

.OTHER #topban .inner {
	position: relative;
	width: 100%;
}
.OTHER #topban .box {
	position: absolute;
	left: 80px;
	bottom: 80px;
	width: 350px;
	z-index: 2;
}
.OTHER #topban .box .ja {
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: bold;
	font-size:36px;
	color: #3779C6;
}
.OTHER #topban .box .en {
	margin-top: 20px;
	line-height: 1.4;
	letter-spacing: 2px;
	font-weight: bold;
	font-size:12px;
	color: #3779C6;
}
@media screen and (max-width: 767px) {
	.OTHER #topban {
		padding-top: 25px;
	}
	.OTHER #topban .box {
		position: static;
		width: 100%;
		text-align: center;
	}
	.OTHER #topban .box .ja {
		line-height: 1.2;
		font-size:28px;
	}
	.OTHER #topban .box .en {
		margin-top: 15px;
		font-size:12px;
	}
}
.OTHER #topban {
	overflow: hidden;
}
.OTHER #topban .inner {
	position: relative;
	height: 400px;
}
.OTHER #topban .inner:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1560px;
	height: 400px;
}
#HOSPITAL1 #topban .inner:after,
#HOSPITAL2 #topban .inner:after {
	background: transparent url(../img/hospital/topban.jpg) no-repeat left center;
	background-size: cover;
}
#MEDICAL #topban .inner:after {
	background: transparent url(../img/medical/topban.jpg) no-repeat left center;
	background-size: cover;
}
#FEE #topban .inner:after {
	background: transparent url(../img/fee/topban.jpg) no-repeat left center;
	background-size: cover;
}
#ACCESS #topban .inner:after {
	background: transparent url(../img/access/topban.jpg) no-repeat left center;
	background-size: cover;
}
#INFORMATION #topban .inner:after {
	background: transparent url(../img/information/topban.jpg) no-repeat left center;
	background-size: cover;
}
#POLICY #topban .inner:after {
	background: transparent url(../img/access/topban.jpg) no-repeat left center;
	background-size: cover;
}
#RESERVE #topban .inner:after{
	background: transparent url(../img/access/topban.jpg) no-repeat left center;
	background-size: cover;
} 
@media screen and (max-width: 767px) {
	.OTHER #topban .inner:after {
		top: 100px;
		width: 100%;
		height: 300px;
	}
	#HOSPITAL1 #topban .inner:after,
	#HOSPITAL2 #topban .inner:after {
		background: transparent url(../img/hospital/sp_topban.jpg) no-repeat center center;
		background-size: cover;
	}
	#MEDICAL #topban .inner:after {
		background: transparent url(../img/medical/sp_topban.jpg) no-repeat center center;
		background-size: cover;
	}
	#FEE #topban .inner:after {
		background: transparent url(../img/fee/sp_topban.jpg) no-repeat center center;
		background-size: cover;
	}
	#ACCESS #topban .inner:after {
		background: transparent url(../img/access/sp_topban.jpg) no-repeat center center;
		background-size: cover;
	}
	#INFORMATION #topban .inner:after {
		background: transparent url(../img/information/sp_topban.jpg) no-repeat center center;
		background-size: cover;
	}
	#POLICY #topban .inner:after {
		background: transparent url(../img/access/sp_topban.jpg) no-repeat center center;
		background-size: cover;
	}
	#RESERVE #topban .inner:after{
		background: transparent url(../img/access/sp_topban.jpg) no-repeat center center;
		background-size: cover;
	} 
}

.OTHER .comment_blk {
	padding: 100px 0;
	background-color: #F0F4F8;
}
.OTHER .comment_blk .rows .list {
	margin-top: 60px;
	padding: 60px 80px;
	background-color: #fff;
	border-radius: 10px;
}
.OTHER .comment_blk .rows .list:nth-child(1) {
	margin-top: 0;
}
.OTHER .comment_blk .rows .list .title {
	line-height: 1.6;
	font-weight: bold;
	font-size: 24px;
	color: #3779C6;
}
.OTHER .comment_blk .rows .list .body {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	line-height: 2.2;
}
.OTHER .comment_blk .rows .list.col2 .body {
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.OTHER .comment_blk .rows .list.col2 .body .text {
	flex: 1;
	padding-right: 30px;
}
.OTHER .comment_blk .rows .list.col2 .body .img {
	flex: 0 0 45%;
}
.OTHER .comment_blk .rows .list.col2 .body .img img {
	border-radius: 5px;
}
.OTHER .comment_blk .rows .list .link {
	margin-top: 20px;
}
#INFORMATION .content_blk .link a,
.OTHER .comment_blk .rows .list .link a {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #23A5C5;
	font-weight: bold;
}
#INFORMATION .content_blk .link a:after,
.OTHER .comment_blk .rows .list .link a:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #23A5C5;
	border-right: 2px solid #23A5C5;
	transform: rotate(45deg);
}
#INFORMATION .content_blk .link_btn,
.OTHER .comment_blk .rows .list .link_btn {
	margin-top: 20px;
	margin-bottom: 20px;
}
#INFORMATION .content_blk .link_btn a,
.OTHER .comment_blk .rows .list .link_btn a {
	position: relative;
	display: inline-block;
	padding: 5px 50px;
	text-align: center;
	background-color: #3779C6;
	border-radius: 100px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#INFORMATION .content_blk .link_btn a:after,
.OTHER .comment_blk .rows .list .link_btn a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	margin-top: -3px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.OTHER .comment_blk {
		padding: 50px 0;
	}
	.OTHER .comment_blk .rows .list {
		margin-top: 30px;
		padding: 25px;
	}
	.OTHER .comment_blk .rows .list.col2 .body .text {
		flex: 0 0 100%;
		margin-top: 15px;
		padding-right: 0;
	}
	.OTHER .comment_blk .rows .list.col2 .body .img {
		flex: 0 0 100%;
	}
	.OTHER .comment_blk .rows .list .link {
		text-align: center;
	}
}
@media screen and (max-width: 400px) {
	.OTHER .comment_blk .rows .list .link_btn a {
		padding: 5px 30px;
	}
	.OTHER .comment_blk .rows .list .link_btn a:after {
		right: 15px;
		top: 49%;
	}
}
.OTHER .list_blk {
	padding: 100px 0;
	background-color: #F0F4F8;
}
.OTHER .list_blk .rows .list {
	display: flex;
	margin-bottom: 10px;
}
.OTHER .list_blk .rows .list .title {
	flex: 0 0 36%;
	padding: 30px;
	line-height: 1.8;
	background-color: #00A5C5;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.OTHER .list_blk .rows .list .title img {
	margin-right: 15px;
	vertical-align: middle;
}
.OTHER .list_blk .rows .list .title span {
	font-weight: normal;
	font-size: 16px;
}
.OTHER .list_blk .rows .list .body {
	flex: 1;
	padding: 32px 30px 28px;
	line-height: 1.8;
	background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.OTHER .list_blk {
		padding: 50px 0;
	}
	.OTHER .list_blk .rows .list {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.OTHER .list_blk .rows .list .title {
		flex: 0 0 100%;
		padding: 20px;
		font-size: 18px;
	}
	.OTHER .list_blk .rows .list .title span {
		font-size: 16px;
	}
	.OTHER .list_blk .rows .list .body {
		flex: 0 0 100%;
		padding: 20px;
	}
}

.OTHER .lead_blk {
	padding: 50px 0;
	line-height: 1.8;
}

.OTHER .map_blk {
	padding: 100px 0;
}
.OTHER .map_blk .map iframe {
	width: 100%;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
	.OTHER .map_blk {
		padding: 50px 0;
	}
}

#INFORMATION .title_blk {
	margin-top: 100px;
	padding: 60px 0;
	background-color: #00A5C5;
}
#INFORMATION .title_blk .in {
	padding: 35px 50px;
	background-color: #11B1D0;
	color: #fff;
}
#INFORMATION .title_blk .in .date {
	font-weight: bold;
	color: #88EAFD;
}
#INFORMATION .title_blk .in .title {
	margin-top: 10px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}
#INFORMATION .content_blk {
	margin-top: 52px;
	line-height: 2.2;
}
#INFORMATION .rows{
	padding:0 5px;
}
#INFORMATION .rows .list{
    padding: 32px 0;
    border-top: 1px dashed #707070;
}
#INFORMATION .rows .list:first-child {
    border-top: none;
}
#INFORMATION .rows .list:last-child {
    border-bottom: 1px dashed #707070;
}
#INFORMATION .rows .list a {
    position: relative;
    display: flex;
    padding-right: 30px;
    align-items: center;
}
#INFORMATION .rows .list a .info span {
    flex: 0 0 90px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
}
#INFORMATION .rows .list a .title {
    flex: 1;
    padding-left: 15px;
}
#INFORMATION .rows .list a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
#INFORMATION .pagenavi{
    margin-top: 78px;
}
#INFORMATION .pagenavi ul{
    display: flex;
    max-width: max-content;
    margin: auto;
    white-space: nowrap;
    gap: 12px;
}
#INFORMATION .pagenavi ul li a,
#INFORMATION .pagenavi ul li span{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
#INFORMATION .pagenavi ul li span{
    background-color: #3779C6;
    color: #FFF;
}
#INFORMATION .pagenavi ul li span.dots,
#INFORMATION .pagenavi ul li a{
    background-color: #F2F5FA;
    color:#333;
}
#INFORMATION .pagenavi ul li .next,
#INFORMATION .pagenavi ul li .prev{
    background-color: #71A3DD;
    color: #FFF;
}
#INFORMATION .pagenavi ul li .next{
    margin-left: 33px;
}
#INFORMATION .pagenavi ul li .prev{
   margin-right: 33px;
}
#INFORMATION .pagenavi ul li a.next:before,
#INFORMATION .pagenavi ul li .prev:before{
    content: "";
    display: block;
    margin-top: 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) skew(5deg,5deg);
}
#INFORMATION .pagenavi ul li a.next:after,
#INFORMATION .pagenavi ul li a.prev:after{
    content: "";
    display: block;
    margin-top: 0;
    width: 7px;
    height: 13px;
    background-color: #71A3DD;
    position: absolute;
}
#INFORMATION .pagenavi ul li a.next:before{
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    margin-right: 4px;
}
#INFORMATION .pagenavi ul li a.next:after {
    margin-right: 12px;
}
#INFORMATION .pagenavi ul li a.prev:before{
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    margin-left: 4px;
}
#INFORMATION .pagenavi ul li a.prev:after {
    margin-left: 13px;
}
@media screen and (max-width: 767px) {
	#INFORMATION .title_blk {
		margin-top: 50px;
		padding: 35px 0;
	}
	#INFORMATION .title_blk .in {
		padding: 25px 20px;
	}
	#INFORMATION .title_blk .in .date {
		font-size: 14px;
	}
	#INFORMATION .title_blk .in .title {
		font-size: 20px;
	}
	#INFORMATION .content_blk {
		margin-top: 50px;
	}
	#INFORMATION .pagenavi ul li span.dots{
		display: none;
	}
	#INFORMATION .pagenavi ul li .prev,
	#INFORMATION .pagenavi ul li .next{
		display: flex !important;
	}
	#INFORMATION .pagenavi ul {
		gap: 0;
	}
}
#INFORMATION .content_blk .link{
	margin-top: 20px;
}
/* お知らせ詳細 */
#INFORMATION .news_cnt ul li{
	position: relative;
	padding-left: 17px;
}
#INFORMATION .news_cnt ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    top: 10px;
    left: 1px;
    background-color: #DDD63A;
}
#INFORMATION .news_cnt a{
	text-decoration: underline;
}
#INFORMATION .news_cnt .link a{
	text-decoration: none;	
}
#INFORMATION .news_cnt ol{
	counter-reset: cnt;
}
#INFORMATION .news_cnt ol li{
    list-style: none;
    counter-increment: cnt;
}
#INFORMATION .news_cnt ol li:before {
    top: 0;
    left: 0;
    content: "(" counter(cnt) ")";
}
#POLICY .cont_blk {
	padding: 100px 0;
	line-height: 1.8;
}
#POLICY .cont_blk span {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#POLICY .cont_blk {
		padding: 50px 0;
	}
}