:root {
	--main: #000;
	--primary: #1f3d85;
	--secondary: #ff9750;
	--gray1: #e7eaee;
	--gray2: #d1d1d1;
	--box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.bg-primary,
.footer-nav .nav-button-item,
.wp-pagenavi .current,
.sec4 .media-meta dt {
	background: var(--primary);
	color: white;
}

.bg-secondary,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .page:hover,
.singleNav a:hover,
.hero .btn:hover {
	background: var(--secondary);
	color: white;
}

.primary {
	color: var(--primary);
}

.secondary,
.archive-content .article-post a:hover .article-header h2,
.archive-content .article-post a:hover .article-header time {
	color: var(--secondary);
}

.bg-white {
	background: white;
}

.bg-gray1 {
	background: var(--gray1);
}

.bg-gray2 {
	background: var(--gray2);
}

span.i-primary > svg {
	fill: var(--primary);
}

.shb {
	box-shadow: var(--box-shadow);
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: bottom;
}

body {
	font-family: source-han-sans-japanese, sans-serif;
	letter-spacing: 0.08em;
}

.fw1 {
	font-weight: 100;
}

.fw2 {
	font-weight: 200;
}

.fw3 {
	font-weight: 300;
}

.fw4 {
	font-weight: 400;
}

.fw5 {
	font-weight: 500;
}

.fw6 {
	font-weight: 600;
}

.fw7 {
	font-weight: 700;
}

.fw8 {
	font-weight: 800;
}

.fw9 {
	font-weight: 900;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::before,
*::after {
	display: inline-block;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden;
	color: var(--base-color);
	overflow-wrap: break-word;
}

body {
	position: relative;
	overflow: hidden;
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	max-width: 100%;
	vertical-align: bottom;
}

[type="button"] {
	border: none;
	background: none;
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

._r {
	counter-reset: cut;
}

._r-item {
	z-index: 1;
	position: relative;
}

._r-item::before {
	content: counter(cut);
	counter-increment: cut;
}

.container,
.main-sidebar {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.container.w1080,
.w1080.main-sidebar {
	max-width: 1080px;
}

.in900 {
	max-width: 900px;
	margin: 0 auto;
}

.sec-line {
	position: relative;
	padding-bottom: 60px;
}

.sec-line::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--gray1);
	content: "";
}

hr {
	height: 3px;
	border: none;
	background: var(--gray1);
}

.a-ease,
.btn-line,
.medical-tel .link-tel,
.medical-tel .i-tel,
.copy a,
.footer-nav .nav-button-item,
.menu-footer-nav,
.menu-primary > .menu-item a,
.menu-primary > .menu-item > .sub-menu,
.menu-primary > .menu-item > .sub-menu a,
.menu-item-has-children > a::after,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .current,
.singleNav a,
.hero .box > a img,
.hero .btn,
.news li a,
.news time,
.archive-content .article-header,
.archive-content .article-header h2,
.archive-content .article-header time,
.btn a .i-arrow__r {
	transition: 0.3s ease;
}

.ttl-1,
.editor-content .ttl-1 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 32px;
}

.ttl-1 span,
.editor-content .ttl-1 span {
	margin-right: 15px;
	font-size: 14px;
}

.ttl-2,
.single-content .article-body h1,
.single-content .article-body h2 {
	position: relative;
	margin-bottom: 50px;
	padding-left: calc(18px + 13px);
	border-bottom: solid 5px var(--gray1);
	font-weight: 700;
	font-size: 32px;
}

.ttl-2::after,
.single-content .article-body h1::after,
.single-content .article-body h2::after {
	position: absolute;
	top: 9px;
	left: 0;
	width: 13px;
	height: calc(100% - 20px);
	background: var(--secondary);
	content: "";
}

.ttl-underLine {
	border-bottom: solid 5px var(--secondary);
}

.text-center {
	text-align: center;
}

.w32 {
	min-width: 32px;
}

.w75 {
	min-width: 75px;
}

.w100 {
	min-width: 100px;
}

._pl0 {
	padding-left: 0 !important;
}

.mb20 {
	margin-bottom: 20px;
}

.my60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.dn {
	display: none;
}

.df,
.footer-nav .nav-button-item {
	display: flex;
}

.radius {
	border-radius: 20px;
}

.dist-style ul {
	margin-bottom: -14px;
}

.dist-style ul li {
	position: relative;
	margin-bottom: 14px;
	padding-left: 26px;
}

.dist-style ul li::after {
	position: absolute;
	top: 0.35em;
	left: 0;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: var(--primary);
	content: "";
}

.ul {
	padding-left: 22.5px;
	list-style: disc;
}

.ul ::marker {
	font-size: 1px;
}

.ol {
	padding-left: 22.5px;
	list-style: decimal;
}

.n-btn {
	display: inline;
	padding: 8px 12px;
	border-radius: 5px;
	line-height: 30px;
}

.btn {
	height: 37px;
}

.btn-line {
	border: solid 1px var(--primary);
	color: var(--primary);
}

.btn-line:hover {
	border: solid 1px var(--secondary);
	background: var(--secondary);
	color: white;
}

.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.btn .i-arrow {
	position: relative;
	top: 3px;
	right: -20px;
}

.btn-center {
	margin-right: auto;
	margin-left: auto;
}

.header {
	box-shadow: var(--box-shadow);
}

.header-logo {
	max-width: 270px;
}

.header-navbar {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 20px;
}

.header-info {
	display: flex;
}

.header-btn-wrap {
	font-size: 14px;
}

.header-btn-wrap .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	color: white;
}

.header-btn-wrap .btn svg {
	fill: white;
	height: 32px;
}

.header-fixed {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	background: white;
	transition: 0.3s ease-in-out;
}

.header-fixed .header-logo {
	margin-right: auto;
}

.header-fixed .header-navbar {
	justify-content: flex-start;
	max-width: 100%;
	padding: 0;
	padding-left: 20px;
}

.header-fixed.is-fixed {
	z-index: 900;
	position: fixed;
	top: 0;
}

.header-fixed .menu-primary > .menu-item {
	padding: 12px 20px;
}

.header-fixed .menu-primary > .menu-item::after,
.header-fixed .menu-primary > .menu-item::before {
	display: none;
}

.header-fixed .menu-primary-nav {
	align-self: flex-end;
}

.header-fixed .menu-item-has-children > a::after {
	bottom: 8px;
	border-right: 1px solid var(--main);
	border-bottom: 1px solid var(--main);
}

.desc-info {
	justify-content: flex-end;
	padding-right: 15px;
}

.desc-info p:not(:first-of-type) {
	margin-left: 2em;
}

.desc-info .n-btn {
	margin-right: 10px;
	padding: 3px 8px;
	font-size: 13px;
	line-height: 1;
}

.medical-tel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
	padding: 3px 0;
}

.medical-tel p {
	font-size: 14px;
}

.medical-tel .link-tel {
	font-size: 26px;
}

.medical-tel .link-tel:hover {
	color: var(--secondary);
}

.medical-tel .link-tel:hover .i-tel {
	fill: var(--secondary);
}

.medical-tel .i-tel {
	fill: var(--primary);
	display: inline-block;
	width: 24px;
	margin-right: -5px;
	line-height: 1;
}

.medical-tel .i-tel svg {
	height: auto;
}

.copy {
	padding: 15px 0;
	color: var(--primary);
	font-size: 14px;
	text-align: center;
}

.copy a:hover {
	color: var(--secondary);
}

.footer-nav {
	z-index: 500;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-nav a {
	cursor: pointer;
}

.footer-nav-time {
	position: absolute;
	right: 10px;
	bottom: 70px;
}

.footer-nav-button {
	z-index: 1;
	position: relative;
	margin-top: 6px;
}

.footer-nav .nav-button-item {
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-size: 13px;
}

.footer-nav .nav-button-item svg {
	fill: white;
	height: 23px;
	margin-bottom: 3px;
}

.footer-nav .nav-button-item:hover {
	background: var(--secondary);
}

.footer-nav .nav-button-item:not(:first-of-type) {
	border-left: solid 1px white;
}

.menu-footer-nav {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	transform: translateY(calc(100% + 60px));
	border-top: solid 1px var(--primary);
}

.menu-footer-nav.open {
	transform: translateY(0);
}

.menu-footer-nav .menu-item {
	padding: 0 20px;
	border-bottom: solid 1px var(--primary);
	background: white;
}

.menu-footer-nav .menu-item a {
	display: flex;
	align-items: center;
	height: 56px;
	color: var(--primary);
}

.menu-footer-nav .menu-item a:hover {
	color: var(--secondary);
}

.menu-footer-nav .menu-item a::after {
	width: 18px;
	height: 18px;
	margin-left: auto;
	background: url(../images/next.png) no-repeat center/cover;
	content: "";
}

.footerCalendar {
	padding: 60px 0;
}

.footerCalendar ._R::after {
	width: 13px;
	height: 13px;
}

.footerCalendar .medicalTime-body {
	display: flex;
}

.footerCalendar .calendar {
	margin: 0 auto;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	font-size: 16px;
	text-align: left;
}

.footerCalendar .calendar table {
	margin: -16px 0;
	text-align: center;
}

.footerCalendar .calendar table th,
.footerCalendar .calendar table td {
	padding: 16px 0;
}

.footerCalendar .calendar thead th {
	padding-left: 40px;
	font-weight: 700;
}

.footerCalendar .calendar tbody td {
	padding-left: 40px;
}

.footerCalendar .w75 {
	min-width: 40px;
}

.footerCalendar .w100 {
	min-width: 85px;
}

.footerCalendar-tel {
	margin-bottom: 30px;
}

.footerCalendar-tel p {
	margin-bottom: 5px;
}

.footerCalendar-tel p br {
	display: none;
}

.footerCalendar-tel a {
	font-weight: 700;
	font-size: 32px;
}

.footerCalendar-tel a span {
	position: relative;
	bottom: -2px;
}
.footerCalendar .primary{
	margin-top: 2rem;
}
.footerCalendar .tt-map-icon {
	margin-top: 4px;
}

.modal {
	display: none;
	padding: 0;
}

.modal.modalOpen {
	display: block;
	z-index: 555;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.modal-bg {
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-wrap {
	display: flex;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal-body {
	z-index: 100;
	position: relative;
	height: 300px;
	margin: auto;
}

.modal .i-close {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 40px;
	cursor: pointer;
}

.medical-footer .medical-tel {
	display: block;
}

.medical-footer .link-tel {
	font-weight: 700;
	font-size: 32px;
}

.medical-footer .i-tel {
	width: 30px;
	margin-right: -3px;
}

.menu-primary-nav {
	z-index: 5;
	position: relative;
}

.menu-primary-container {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.menu-primary > .menu-item {
	z-index: 3;
	position: relative;
	padding: 20px 35px;
}

.menu-primary > .menu-item:not(:first-of-type)::after {
	display: none;
}

.menu-primary > .menu-item::before,
.menu-primary > .menu-item::after {
	position: absolute;
	top: 50%;
	width: 1px;
	height: 44%;
	transform: translateY(-50%);
	background: white;
	content: "";
}

.menu-primary > .menu-item::before {
	right: 0;
}

.menu-primary > .menu-item::after {
	left: 0;
}

.menu-primary > .menu-item:hover > .sub-menu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.menu-primary > .menu-item a:hover {
	color: var(--secondary);
}

.menu-primary > .menu-item > .sub-menu {
	visibility: hidden;
	z-index: 1;
	position: absolute;
	top: 80%;
	left: 50%;
	width: 180px;
	height: 304px;
	overflow-y: auto;
	transform: translateX(-50%);
	font-size: 14px;
	opacity: 0;
}

.menu-primary > .menu-item > .sub-menu > li {
	border: solid 1px var(--gray2);
	border-bottom: none;
}

.menu-primary > .menu-item > .sub-menu > li:not(:first-of-type) {
	border-top: solid 1px var(--gray2);
}

.menu-primary > .menu-item > .sub-menu > li:last-of-type {
	border-bottom: solid 1px var(--gray2);
}

.menu-primary > .menu-item > .sub-menu a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 16px 10px;
	background: white;
	color: var(--main);
	line-height: 1.6;
}

.menu-primary > .menu-item > .sub-menu a:hover {
	background: var(--primary);
	color: white;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children > a:hover::after {
	border-right: 1px solid var(--secondary);
	border-bottom: 1px solid var(--secondary);
}

.menu-item-has-children > a::after {
	display: inline-block;
	position: absolute;
	bottom: 7.5px;
	left: 50%;
	width: 6px;
	height: 6px;
	transform: translateX(-50%) rotate(45deg);
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	content: "";
}

.medicalTime-header {
	padding: 5px;
	text-align: center;
}

.medicalTime-header h2 {
	font-size: 14px;
}

.medicalTime-body {
	padding: 4px 12px;
	color: black;
}

.medicalTime-text p:last-of-type {
	font-size: 14px;
	color: var(--primary);
}

.medicalTime-text p span {
	font-size: 14px;
}

.header .medicalTime {
	margin: 0 5px;
	border: solid 1px var(--secondary);
}

.calendar {
	font-size: 12px;
	text-align: center;
}

.calendar table .bb {
	border-bottom: solid 1px var(--gray1);
}

.calendar table th,
.calendar table td {
	padding: 3px 0;
}

.calendar thead th {
	padding-left: 8px;
}

.calendar tbody td {
	padding-left: 8px;
}

.calendar ._R::after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content: "";
}
.calendar ._H::after {
	content: "★";
	color: var(--secondary);
}

.calendar.calendar-secondary ._R::after {
	background: var(--secondary);
}

.calendar.calendar-primary ._R::after {
	background: var(--primary);
}

.slick {
	position: relative;
	margin: 0;
	padding: 0;
}

.slick-dots {
	display: flex;
	z-index: 3;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 -10px;
	transform: translateX(-50%);
	font-size: 0;
}

.slick-dots li {
	margin: 0 10px;
}

.slick-dots button {
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 50%;
	background: var(--gray1);
	font-size: 0;
}

.slick-dots .slick-active button {
	background: var(--secondary);
}

.slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.l-flow-wrap {
	max-width: 690px;
	margin: 0 auto;
}

.l-flow-item {
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-bottom: 120px;
}

.l-flow-item:nth-child(even) {
	flex-direction: row-reverse;
}

.l-flow-item:nth-child(even)::after {
	transform: translateX(-50%) scale(-1, 1);
}

.l-flow-item:last-of-type::after {
	display: none;
}

.l-flow-item::after {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 222px;
	height: 100px;
	transform: translateX(-50%);
	background: url(../images/flowLine.svg) no-repeat center/cover;
	content: "";
}

.l-flow-content {
	width: calc(50% + 5px);
}

.l-flow-content h3 {
	margin-bottom: 16px;
	padding-left: 50px;
	color: var(--primary);
	font-weight: 700;
	font-size: 20px;
}

.l-flow-content ._r-item::before {
	display: flex;
	position: absolute;
	top: -0.2em;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--primary);
	content: counter(cut);
	color: white;
	font-weight: 300;
	font-size: 16px;
}

.l-flow-img {
	width: calc(50% - 20px);
	overflow: hidden;
	border-radius: 10px;
}

.l-flow-img img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stapeFlow-wrap {
	margin: -20px 0;
}

.stapeFlow-right {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	overflow: hidden;
	border-radius: 10px;
}

.stapeFlow-right .tmb {
	max-width: 230px;
}

.stapeFlow-right .tmb img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stapeFlow-right .ttl-box {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 250px;
	padding: 44px 3px;
	background: var(--gray1);
	color: var(--primary);
}

.stapeFlow-right .ttl-box::after {
	position: absolute;
	top: 50%;
	right: -39px;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-width: 75px 0 75px 39px;
	border-style: solid;
	border-color: transparent transparent transparent var(--gray1);
	content: "";
}

.stapeFlow-right .ttl-box h3 {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.stapeFlow-right .tt-box {
	display: flex;
	align-items: center;
	width: 500px;
	padding: 23px 20px;
	padding-left: 60px;
	background: var(--primary);
	color: white;
	text-align: justify;
}

.footer-banner .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-banner .item {
	flex: 1 1 0;
}

.footer-banner .item:not(:first-of-type) {
	border-left: solid 1px var(--gray1);
}

.footer-banner .item a {
	display: block;
	transition: 0.3s ease;
}

.footer-banner .item a:hover {
	opacity: 0.9;
}

.footer-banner .item a:hover img {
	transform: scale(1.2);
}

.footer-banner .item figure {
	overflow: hidden;
}

.footer-banner .item figure img {
	-o-object-fit: cover;
	width: 100%;
	min-height: 126px;
	max-height: 380px;
	object-fit: cover;
	transition: 0.3s ease;
}

.footer-banner .item h2 {
	height: 45px;
	background: var(--primary);
	color: white;
	line-height: 45px;
	text-align: center;
}

.pageNav {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.wp-pagenavi {
	display: inline-flex;
	flex-wrap: wrap;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page {
	min-width: 40px;
	margin: 0;
	padding: 8px;
	border: none;
	background: var(--gray1);
	text-align: center;
}

.wp-pagenavi .current {
	min-width: 40px;
	margin: 0;
	padding: 8px;
	border: none;
	text-align: center;
}

.singleNav {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.singleNav span {
	width: calc(100% / 3);
	max-width: 200px;
	background: var(--gray1);
}

.singleNav a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px;
	background: var(--gray1);
}

.singleNav .prev a,
.singleNav .next a {
	position: relative;
}

.singleNav .prev a::after,
.singleNav .next a::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 0.5em;
	height: 0.5em;
	margin-right: 1em;
	transform: translateY(-50%) rotate(-45deg);
	border-top: 1px solid;
	border-left: 1px solid;
	content: "";
}

.singleNav .prev a {
	padding-left: 20px;
}

.singleNav .prev a::after {
	left: 20px;
}

.singleNav .next a {
	padding-right: 20px;
}

.singleNav .next a::after {
	right: 20px;
	transform: translateY(-50%) rotate(135deg);
}

.singleNav .more {
	z-index: 1;
	position: relative;
}

.singleNav .more::after,
.singleNav .more::before {
	position: absolute;
	top: 50%;
	left: -2px;
	width: 4px;
	height: 50%;
	transform: translateY(-50%);
	background: var(--gray2);
	content: "";
}

.singleNav .more::after {
	right: -2px;
	left: auto;
}

.sec1 .btn {
	max-width: 242px;
}

.sec2 .row {
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: -15px;
}

.sec2 .card {
	width: calc(100% / 3 - 30px);
	max-width: 280px;
	margin: 15px;
	padding: 0;
}

.sec2 .card figure {
	width: 150px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
}

.sec2 .card figure svg {
	width: 100%;
	height: 100%;
}

.sec2 .card h3 {
	margin: 20px 0;
	font-weight: 700;
	font-size: 24px;
}

.sec3 .media {
	display: flex;
}

.sec3 .media figure {
	width: 50%;
	min-width: 235px;
	max-width: 350px;
	margin-right: 30px;
}

.sec3 .media figcaption {
	line-height: 36px;
}

.sec3 .media-body {
	max-width: 500px;
}

.sec3 .media-body > * {
	margin-bottom: 1.8em;
}

.sec3 .media-body > *:last-of-type {
	margin-bottom: 0;
}

.sec3 .media-body .btn {
	margin-top: 40px;
}

.sec4 {
	padding-bottom: 80px;
}

.sec4 .media {
	display: flex;
	justify-content: space-between;
}

.sec4 .media-meta {
	width: 40%;
	min-width: 320px;
	margin-right: 30px;
}

.sec4 .media-meta dt {
	display: inline;
	padding: 4px 12px;
	border-radius: 5px;
	line-height: 30px;
}

.sec4 .media-meta dd {
	margin-top: 5px;
	margin-bottom: 24px;
}

.sec4 .media iframe {
	width: 100%;
	height: 400px;
}

.sec4 .media-body {
	width: 60%;
}

.sec4 .media-body ul {
	flex-wrap: wrap;
	margin: -10px -5px;
	margin-top: 0;
}

.sec4 .media-body li {
	width: calc(50% - 10px);
	margin: 10px 5px;
}

.tt-map-icon {
	display: flex;
	align-items: center;
}

.tt-map-icon p {
	line-height: 1.3;
}

.tt-map-icon svg {
	fill: var(--primary);
	width: 18px;
}

.sec5 {
	padding: 60px 0;
}

.sec5 ._R::after {
	width: 13px;
	height: 13px;
}

.sec5 .medicalTime-calendar {
	display: flex;
}

.sec5 .calendar {
	margin: 0 auto;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	font-size: 16px;
	text-align: left;
}

.sec5 .calendar table {
	margin: -16px 0;
	text-align: center;
}

.sec5 .calendar table th,
.sec5 .calendar table td {
	padding: 16px 0;
}

.sec5 .calendar thead th {
	padding-left: 40px;
	font-weight: 700;
}

.sec5 .calendar tbody td {
	padding-left: 40px;
}

.sec5 .tt-map-icon {
	margin-top: 6px;
}

.sec5-tel {
	margin-bottom: 30px;
}

.sec5-tel p {
	margin-bottom: 5px;
}

.sec5-tel p br {
	display: none;
}

.sec5-tel a {
	font-weight: 700;
	font-size: 32px;
}

.sec5-tel a span {
	position: relative;
	bottom: -2px;
}

.sec5 .w75 {
	min-width: 40px;
}

.sec5 .w100 {
	min-width: 85px;
}

.sec5 .primary {
	margin-top: 16px;
}

.sec6 {
	position: relative;
}

.sec7 {
	display: none;
}

.sec7 .btn {
	margin: 15px;
}

.sec7 .btn-wrap {
	display: flex;
	justify-content: center;
	margin: -15px;
}

.sec7 .btn a {
	justify-content: flex-start;
	height: 60px;
	padding-left: 20px;
}

.sec-a {
	margin: 80px 0;
}

.sec-a2 .media-body {
	width: auto;
}

.sec-a3 {
	margin-top: -20px;
}

.sec-a3 .row {
	justify-content: space-between;
	margin: 0 -30px;
}

.sec-a3 .col-6 {
	width: 50%;
	max-width: 500px;
	margin: 0 30px;
}

.sec-a3 h2 {
	margin-bottom: 23px;
	padding-bottom: 3px;
	border-bottom: solid 5px var(--primary);
	color: var(--primary);
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

.sec-a3 dt {
	font-weight: 700;
}

.sec-a3 dd {
	margin-bottom: 10px;
}

.sec-a4 {
	padding-bottom: 0;
}

.editor-content * {
	line-height: 1.625em;
}

.editor-content > * {
	margin-bottom: 1.8em;
}

.editor-content > h2 {
	font-size: 24px;
}

.editor-content > a {
	display: block;
}

.editor-content > .btn {
	margin-top: 40px;
}

.editor-box-ttl {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 20px;
}

.editor-box-wrap {
	display: flex;
	justify-content: space-between;
}

.editor-box-wrap ul:not(:last-of-type) {
	margin-right: 30px;
}

.editor-box-bg {
	padding: 30px 45px;
	border-radius: 10px;
}

.editor-box-bg > p {
	margin-top: 18px;
	color: var(--primary);
	font-weight: 700;
}

.tt-map-icon {
	display: flex;
	align-items: center;
}

.tt-map-icon p {
	line-height: 1.3;
}

.tt-map-icon span {
	margin-right: 6px;
}

.tt-map-icon svg {
	fill: var(--primary);
	width: 18px;
}

.hero {
	margin-top: 30px;
	margin-bottom: 30px;
}

.hero-wrap {
	justify-content: space-between;
}

.hero .box > a:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}

.hero .left {
	width: 650px;
	height: 450px;
}

.hero .left .box {
	width: 650px;
	height: 450px;
	overflow: hidden;
}

.hero .right {
	max-width: 510px;
	margin-left: 15px;
}

.hero .right .box {
	position: relative;
}

.hero .right .box img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .right .box:nth-child(2) {
	margin-top: 15px;
}

.hero .right .box figure {
	height: 180px;
	overflow: hidden;
}

.hero .right .box figure img {
	-o-object-fit: cover;
	-o-object-position: top;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.hero .right .box1 figure {
	height: 215px;
}

.hero .btn-wrap .btn {
	width: calc(100% / 2);
}

.hero .btn-wrap .btn:not(:first-of-type) {
	border-left: solid 1px white;
}

.news-wrap {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.news-wrap.items-center {
	align-items: center;
}

.news h2 {
	min-width: 120px;
	margin-right: 40px;
	margin-left: calc(50px - 24px);
	font-weight: bold;
	font-size: 18px;
}

.news li {
	font-size: 16px;
}

.news li:not(:first-of-type) {
	margin-top: 16px;
}

.news li a {
	display: flex;
}

.news li a:hover {
	color: var(--secondary);
	text-decoration: underline;
}

.news li a:hover time {
	color: var(--secondary);
}

.news time {
	 width: 93px;
	margin-right: 30px;
	color: #333;
}

.news .btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 100px;
	height: 34px;
	border-width: 2px;
	border-radius: 30px;
	font-size: 15px;
}

.news .btn .i-arrow {
	right: -15px;
	width: 12px;
}

.banner {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}

.banner a:hover {
	opacity: 0.8;
}

.medical-btn {
	margin-top: 60px;
}

.medical-btn .btn-wrap {
	display: flex;
	justify-content: center;
}

.medical-btn .btn-wrap .btn {
	width: 226px;
	height: 60px;
	margin: 15px;
	border-width: 3px;
	border-radius: 50px;
}

body.top #access {
	margin-top: -120px;
	padding-top: 120px;
}

.g-3d .g-3d__wrap {
	position: relative;
	width: calc(100% - 30px);
	margin: 0 auto;
	padding-bottom: 56.25%;
}

.g-3d iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-hero {
	min-height: 180px;
	max-height: 400px;
	overflow: hidden;
}

.p-hero .bg {
	z-index: 1;
	position: relative;
	right: 50%;
	left: 50%;
	width: 100vw;
	margin-right: -50vw;
	margin-left: -50vw;
}

.p-hero .bg img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-hero .container,
.p-hero .main-sidebar {
	position: relative;
}

.p-hero-content {
	z-index: 3;
	position: absolute;
	top: calc(200px - 1em - 25px);
}

.p-hero h1 {
	position: relative;
	font-weight: 700;
	font-size: 40px;
}

.p-hero h1::after {
	position: absolute;
	top: -20px;
	left: 0;
	width: 80px;
	height: 5px;
	background: var(--secondary);
	content: "";
}

.sec-f .card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -25px -10px;
}

.sec-f .card-item {
	width: calc(100% / 2 - 20px);
	max-width: 514px;
	margin: 25px 10px;
}

.sec-f .card figure {
	overflow: hidden;
	border-radius: 10px;
}

.sec-f .card-content h2 {
	margin: 14px 0;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.sec-f .card-content p {
	text-align: center;
}

.sec-r .media {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sec-r .media-content {
	width: 100%;
	max-width: 600px;
	margin-right: 20px;
}

.sec-r .media-content h3 {
	margin-bottom: 15px;
	color: var(--primary);
	font-weight: 700;
	font-size: 20px;
}

.sec-r .media figure {
	min-width: 300px;
	max-width: 380px;
}

.recruit-table {
	margin-top: 100px;
}

.recruit-table h1 {
	margin-bottom: 80px;
	background: var(--gray1);
	font-size: 25px;
	line-height: 80px;
	text-align: center;
}

.recruit-table table {
	width: 100%;
}

.recruit-table table tr {
	border-bottom: solid 2px var(--gray1);
}

.recruit-table table th,
.recruit-table table td {
	padding: 20px 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}

.recruit-table table th {
	width: 20%;
	min-width: 100px;
	font-weight: 700;
	font-size: 14px;
	vertical-align: middle;
}

.recruit-table table .column-1 {
	width: 20%;
	min-width: 100px;
	font-weight: 700;
	font-size: 14px;
	vertical-align: middle;
}

.recruit-table table .column-2 {
	padding: 20px 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}

.recruit-contact {
	margin-top: 80px;
}

.recruit-contact .desc {
	font-size: 15px;
}

.recruit-contact table {
	width: 100%;
	max-width: 650px;
	margin: 40px auto;
}

.recruit-contact table th,
.recruit-contact table td {
	padding: 14px 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}

.recruit-contact table ._va {
	vertical-align: top;
	padding-top: 28px;
}

.recruit-contact table th {
	width: 12%;
	min-width: 130px;
	font-weight: 700;
	font-size: 14px;
}

.recruit-contact table input,
.recruit-contact table select,
.recruit-contact table textarea {
	width: 100%;
	max-width: 500px;
	padding: 16px 10px;
	border: solid 2px var(--primary);
	border-radius: 5px;
}

.recruit-contact table textarea {
	resize: none;
}

.recruit-contact .btn {
	position: relative;
	max-width: 226px;
	height: auto;
	margin: 0 auto;
}

.recruit-contact .btn span {
	display: block;
	border: solid 3px var(--primary);
	border-radius: 60px;
	background: white;
	color: var(--primary);
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	transition: 0.3s ease;
}

.recruit-contact .btn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-size: 0;
	cursor: pointer;
}

.recruit-contact .btn input:hover + span {
	background: var(--primary);
	color: white;
}

#poricy {
	margin-top: 80px;
	padding: 40px 0;
	background: var(--gray1);
}

#poricy h2 {
	margin: 2em 0;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

#poricy h3 {
	margin-bottom: 6px;
	font-weight: 700;
}

#poricy p {
	margin-bottom: 2.3em;
	font-size: 15px;
}

.archive-content {
	padding: 0 20px;
}

.archive-content .article-post {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: solid 1px var(--gray1);
}

.archive-content .article-header {
	margin: 0;
	margin-bottom: 0.5em;
	line-height: 1.3;
}

.archive-content .article-header h2 {
	font-size: 18px;
}

.archive-content .article-header time {
	color: #555;
	font-size: 13px;
}

.archive-content .article-body p {
	color: #555;
	font-size: 13px;
}

.single-content .article-post {
	margin-bottom: 100px;
	padding: 0 20px;
}

.single-content .article-header {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: solid 2px var(--gray1);
	line-height: 1.3;
}

.single-content .article-header h1 {
	margin-bottom: 5px;
	font-size: 32px;
}

.single-content .article-header time {
	font-size: 14px;
}

.single-content .article-body * {
	margin-bottom: 0.75em;
	line-height: 2;
}

.single-content .article-body h1,
.single-content .article-body h2,
.single-content .article-body h3,
.single-content .article-body h4,
.single-content .article-body h5,
.single-content .article-body h6 {
	margin-top: 40px;
	font-size: 24px;
}

.single-content .article-body h1,
.single-content .article-body h2 {
	margin-bottom: 0.75em;
	padding-left: 15px;
	border-width: 2px;
	font-weight: 400;
}

.single-content .article-body h1:after,
.single-content .article-body h2:after {
	width: 5px;
}

.single-content .article-body h3 {
	padding: 4px 8px;
	padding-left: 14px;
	border-bottom: solid 2px var(--gray1);
	border-radius: 5px;
	background: var(--primary);
	color: white;
}

.single-content .article-body h4 {
	padding-left: 10px;
	border-bottom: solid 3px var(--gray1);
	border-left: solid 4px var(--primary);
	font-weight: 600;
	font-size: 20px;
}

.single-content .article-body h5 {
	padding-left: 10px;
	border-bottom: solid 3px var(--gray1);
	border-left: solid 4px var(--secondary);
	font-weight: 600;
	font-size: 20px;
}

.single-content .article-body h6 {
	padding-left: 14px;
	border-bottom: double 3px var(--secondary);
	font-weight: 600;
	font-size: 20px;
}

.single-content .article-body ul {
	padding-left: 22.5px;
	list-style: disc;
}

.single-content .article-body ol {
	padding-left: 22.5px;
	list-style: decimal;
}

.single-content .article-body a {
	color: var(--primary);
	font-weight: bold;
	text-decoration: underline;
	transition: ease 0.3s;
}

.single-content .article-body a:hover {
	color: var(--secondary);
}

.acf-ad-h2-1 {
	margin-top: 60px;
	padding: 4px 8px;
	border-radius: 5px;
	background: var(--primary);
	color: white;
	font-size: 20px;
	line-height: 1.5;
}

.acf-ad-main-1 {
	margin: 0 20px;
}

.acf-ad-main-1 h3,
.acf-ad-main-1 h4,
.acf-ad-main-1 h5,
.acf-ad-main-1 h6 {
	margin-right: -20px;
	margin-left: -20px;
}

.acf-main {
	margin: 0 20px;
}

.acf-main h3,
.acf-main h4,
.acf-main h5,
.acf-main h6 {
	margin-right: -20px;
	margin-left: -20px;
}

.l-medicalList__btnlist {
	display: flex;
	flex-wrap: wrap;
	margin: -7.5px;
	padding-bottom: 80px;
}

.l-medicalList .radius {
	border-radius: 5px;
}

.l-medicalList .btn {
	width: calc(100% / 3 - 15px);
	height: auto;
	margin: 7.5px;
	padding: 10px 0;
}

.l-medicalList .btn a {
	justify-content: flex-start;
	padding-right: 5px;
	padding-left: 40px;
}

.l-medicalList .btn .i-arrow {
	top: 1px;
	right: 15px;
	line-height: 0;
}

.sec .btn {
	max-width: 226px;
	height: 60px;
	border-width: 3px;
	border-radius: 30px;
}

.btn a .i-arrow__r {
	top: 0;
}

.btn a .i-arrow__r circle {
	fill: var(--primary);
}

.btn a:hover .i-arrow__r circle {
	fill: var(--secondary);
}

.main-content {
	max-width: 1030px;
	margin: 0 auto;
	margin-top: 80px;
	padding: 0 15px;
	padding: 0;
}

.main-sidebar {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 60px;
}

.main-sidebar .container,
.main-sidebar .main-sidebar {
	padding: 0;
}

.main-sidebar-body {
	width: 100%;
}

.wid-sidbar {
	min-width: 250px;
	margin-right: 50px;
}

.wid-sidbar h2 {
	min-height: 54px;
	padding: 14px;
	background: var(--gray1);
	color: var(--primary);
	font-size: 18px;
	line-height: 1.44444em;
	text-align: center;
}

.wid-sidbar .alimentNav {
	border: solid 2px var(--gray1);
}

.wid-sidbar .alimentNav .menu-shoujou .menu-item:not(:first-of-type) {
	border-top: solid 1px var(--gray1);
}

.wid-sidbar .alimentNav a {
	display: block;
	position: relative;
	padding: 15px;
	padding-left: 35px;
	transition: 0.3s ease;
}

.wid-sidbar .alimentNav a:hover {
	color: var(--secondary);
	text-decoration: underline;
}

.wid-sidbar .alimentNav a:hover svg {
	fill: var(--secondary);
}

.wid-sidbar .alimentNav a .i-arrow {
	position: absolute;
	top: calc(15px + 10px);
	left: 18px;
	line-height: 0;
}

.wid-sidbar .no-sidbar {
	padding: 15px;
	text-align: center;
}

.wp-caption {
	/* browser reset */
	max-width: 100%;
	margin: 0;
}

/* iOS does not obey max-width if width is set. */

.ios .wp-caption {
	width: auto !important;
}

dl.wp-caption dt.wp-caption-dt img {
	display: inline-block;
	margin-bottom: -1ex;
}

div.mceTemp {
	-ms-user-select: element;
}

dl.wp-caption,
dl.wp-caption * {
	-webkit-user-drag: none;
}

.wp-caption-dd {
	margin: 0;
	padding-top: 0.5em;
	font-size: 14px;
	/* browser reset */
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	margin: 0.5em 1em 0.5em 0;
	float: left;
}

.alignright {
	margin: 0.5em 0 0.5em 1em;
	float: right;
}

.acf-post:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "";
	font-size: 0;
}

.acf-ch-img1 {
	text-align: center;
}

.acf-ch-main .b-check {
	width: calc(100% - 270px);
}

.acf-ch-main figure {
	margin-left: auto;
}

.b-check {
	padding: 0 !important;
	list-style: none !important;
}

.b-check li {
	position: relative;
	margin: 0 !important;
	padding-right: 0.5em;
	padding-left: 1.75em;
	border-bottom: dashed 2px #e7eaee;
	font-size: 20px !important;
}

.b-check li:after {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/i-check.svg) no-repeat center/contain;
	content: "";
}

.catch_ttl {
	margin: 20px 0;
	text-align: center;
}

.catch_ttl img {
	width: 100%;
}

.__dn {
	display: none !important;
}

@media screen and (max-width: 1600px) {
	.p-hero-content {
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
}

@media (max-width: calc(1280px - 1px)) {
	.hero .right .box .btn a {
		font-size: 12px;
	}
}

@media screen and (max-width: 1200px) {
	.header-btn-wrap .btn {
		width: 80px;
		height: 80px;
		font-size: 12px;
	}
	.header-fixed .menu-primary > .menu-item {
		margin-top: 4px;
		padding: 14px 15px;
		font-size: 13px;
	}
	.header-fixed .menu-item-has-children > a::after {
		bottom: 6px;
	}
	.desc-info p {
		font-size: 14px;
	}
	.desc-info p:not(:first-of-type) {
		margin-left: 1em;
	}
}

@media (max-width: calc(992px - 1px)) {
	.ttl-1,
	.editor-content .ttl-1 {
		flex-direction: column;
		font-size: 26px;
		text-align: center;
	}
	.ttl-1 span,
	.editor-content .ttl-1 span {
		margin-right: 0;
		font-size: 18px;
	}
	.dn-lg {
		display: none;
	}
	.db-lg {
		display: block;
	}
	.df-lg {
		display: flex;
	}
	.header-logo {
		margin: 0 auto;
	}
	.header-navbar {
		padding: 26px 15px;
	}
	.stapeFlow-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: -10px;
	}
	.stapeFlow-right {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: calc(50% - 20px);
		max-width: 400px;
		margin: 10px;
		overflow: hidden;
	}
	.stapeFlow-right .tmb {
		width: 100%;
		max-width: 100%;
	}
	.stapeFlow-right .ttl-box {
		width: 100%;
		padding: 15px;
	}
	.stapeFlow-right .ttl-box::after {
		top: auto;
		right: auto;
		bottom: -28px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 30px 23vw 0 23vw;
		border-color: var(--gray1) transparent transparent transparent;
	}
	.stapeFlow-right .tt-box {
		display: block;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		min-height: 190px;
		padding: 20px;
		padding-top: 50px;
	}
	.footer-banner .item {
		flex: 1 1 50%;
	}
	.footer-banner .item:not(:first-of-type) {
		border-left: none;
	}
	.footer-banner .item figure img {
		height: 160px;
		min-height: auto;
		max-height: 100%;
	}
	.sec6 {
		padding-top: 100px;
	}
	.sec6 .ttl-1 {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.sec7 {
		display: block;
		margin-top: 60px;
	}
	.hero {
		margin-top: 0;
	}
	.hero .container,
	.hero .main-sidebar {
		padding: 0;
	}
	.hero-wrap {
		flex-direction: column;
		justify-content: flex-start;
	}
	.hero .left {
		width: 100%;
		height: 500px;
	}
	.hero .left .box {
		width: 100%;
		height: 500px;
	}
	.hero .right {
		max-width: 100%;
		margin-top: 20px;
		margin-left: 0;
		padding: 0 20px;
	}
	.hero .right .box:nth-child(2) {
		display: none;
	}
	.hero .right .box figure {
		height: auto;
	}
	.hero .right .box .btn {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: rgba(31, 61, 133, 0.5);
	}
	.hero .right .box .btn a {
		font-size: 18px;
	}
	.hero .right .box1 figure {
		height: auto;
	}
	.news .container,
	.news .main-sidebar {
		padding: 0;
	}
	.news-wrap {
		display: block;
		padding: 26px 20px;
	}
	.news h2 {
		margin-bottom: 12px;
		font-size: 18px;
		text-align: center;
	}
	.news li {
		font-size: 18px;
	}
	.news li:not(:first-of-type) {
		margin-top: 16px;
	}
	.news li a {
		flex-direction: column;
	}
	.news time {
		margin-right: 0;
		font-size: 15px;
		width: auto;
	}
	.news .btn {
		position: static;
		bottom: auto;
		left: auto;
		width: 226px;
		height: 60px;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 17px;
	}
	.news .btn .i-arrow {
		right: -20px;
		width: auto;
	}
	.banner {
		margin-top: 40px;
	}
	.p-hero-content {
		position: absolute;
		top: 50%;
		left: 0;
		left: 20px;
		transform: translateY(-50%);
	}
	.p-hero h1 {
		font-size: 33px;
	}
	.sec-f .card-content p {
		text-align: left;
	}
	.single-content .article-header h1 {
		font-size: 28px;
	}
	.single-content .article-body h1,
	.single-content .article-body h2,
	.single-content .article-body h3,
	.single-content .article-body h4,
	.single-content .article-body h5,
	.single-content .article-body h6 {
		font-size: 20px;
	}
	.single-content .article-body h4 {
		font-size: 16px;
	}
	.single-content .article-body h5 {
		font-size: 16px;
	}
	.single-content .article-body h6 {
		font-size: 16px;
	}
	.single-content .article-body p,
	.single-content .article-body li {
		font-size: 15px;
	}
	.main-content {
		margin-top: 60px;
	}
	.main-sidebar {
		margin-top: 60px;
		padding: 0 !important;
	}
	.main-sidebar .container,
	.main-sidebar .main-sidebar {
		padding: 0 20px;
	}
	.wid-sidbar {
		display: none;
	}
	.wid-sidbar h2 {
		min-height: 40px;
		font-size: 16px;
	}
	.wid-sidbar .alimentNav a {
		padding: 12px;
		padding-left: 20px;
		font-size: 14px;
	}
	.wid-sidbar .alimentNav a .i-arrow {
		top: calc(12px + 9px);
		left: 10px;
	}
}

@media (max-width: calc(768px - 1px)) {
	.container,
	.main-sidebar {
		padding: 0 15px;
	}
	.sec-line {
		padding-bottom: 30px;
	}
	.sec-line::after {
		height: 1px;
	}
	hr {
		height: 1px;
	}
	.ttl-1,
	.editor-content .ttl-1 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.ttl-1 span,
	.editor-content .ttl-1 span {
		font-size: 14px;
	}
	.ttl-2,
	.single-content .article-body h1,
	.single-content .article-body h2 {
		margin-bottom: 30px;
		padding-left: calc(10px + 7px);
		font-size: 20px;
		line-height: 29px;
	}
	.ttl-2::after,
	.single-content .article-body h1::after,
	.single-content .article-body h2::after {
		top: 3px;
		width: 7px;
		height: calc(100% - 9px);
	}
	.dn-md {
		display: none;
	}
	.db-md {
		display: block;
	}
	.df-md {
		display: flex;
	}
	.dist-style ul li {
		padding-left: 20px;
	}
	.dist-style ul li::after {
		top: 0.4em;
		width: 0.8em;
		height: 0.8em;
	}
	.footerCalendar .calendar {
		padding: 30px;
	}
	.footerCalendar .calendar thead th {
		padding-left: 2vw;
	}
	.footerCalendar .calendar tbody td {
		padding-left: 2vw;
	}
	.footerCalendar-tel p br {
		display: block;
	}
	.l-flow-content h3 {
		margin-bottom: 10px;
		padding-left: 33px;
		font-size: 18px;
	}
	.l-flow-content p {
		font-size: 14px;
	}
	.l-flow-content ._r-item::before {
		top: 0;
		width: 28px;
		height: 28px;
	}
	.stapeFlow-wrap {
		margin: -10px -5px;
	}
	.stapeFlow-right {
		width: calc(50% - 10px);
		margin: 10px 5px;
	}
	.stapeFlow-right .ttl-box h3 {
		font-size: 17px;
	}
	.stapeFlow-right .tt-box {
		min-height: 100%;
		padding: 10px;
		padding-top: 40px;
		padding-bottom: 20px;
		font-size: 14px;
	}
	.singleNav a {
		font-size: 14px;
	}
	.singleNav .prev a {
		padding-left: 10px;
	}
	.singleNav .prev a::after {
		left: 10px;
	}
	.singleNav .next a {
		padding-right: 10px;
	}
	.singleNav .next a::after {
		right: 0px;
	}
	.sec2 .row {
		flex-direction: column;
		align-items: center;
	}
	.sec2 .card {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}
	.sec2 .card h3 {
		display: inline-block;
	}
	.sec2 .card p {
		margin: 0 auto;
	}
	.sec3 .media {
		flex-direction: column;
	}
	.sec3 .media figure {
		width: 100%;
		margin: 0 auto;
	}
	.sec3 .media figure img {
		-o-object-fit: cover;
		width: 100%;
		max-height: 300px;
		object-fit: cover;
	}
	.sec3 .media-body {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		padding: 0 10px;
	}
	.sec3 .btn {
		margin: 0 auto;
	}
	.sec4 {
		padding-bottom: 30px;
	}
	.sec4 .media {
		flex-direction: column;
	}
	.sec4 .media-meta {
		width: 100%;
		min-width: auto;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.sec4 .media iframe {
		width: 100%;
		max-width: 100%;
		height: 50vw;
		min-height: 190px;
		max-height: 400px;
		margin: 0;
	}
	.sec4 .media-body {
		width: 100%;
		max-width: 100%;
	}
	.sec5 .calendar {
		padding: 30px;
	}
	.sec5 .calendar thead th {
		padding-left: 2vw;
	}
	.sec5 .calendar tbody td {
		padding-left: 2vw;
	}
	.sec5-tel p br {
		display: block;
	}
	.sec6 {
		padding-top: 80px;
	}
	.sec6 .btn {
		margin: 0 auto;
	}
	.sec7 {
		margin-top: 40px;
	}
	.sec7 .btn {
		max-width: 300px;
	}
	.sec7 .btn-wrap {
		flex-direction: column;
		align-items: center;
	}
	.sec7 .btn a {
		max-width: 100%;
	}
	.sec-a {
		margin: 60px 0;
	}
	.sec-a3 .row {
		flex-direction: column;
		justify-content: flex-start;
		margin: -15px 0;
	}
	.sec-a3 .col-6 {
		width: 100%;
		margin: 20px auto;
	}
	.editor-box-ttl {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.editor-box-wrap {
		display: block;
	}
	.editor-box-wrap ul:not(:last-of-type) {
		margin: 0;
		margin-bottom: 14px;
	}
	hr.my60 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.hero .left {
		height: auto;
	}
	.hero .left .box {
		height: auto;
	}
	.hero .left .box img {
		-o-object-fit: cover;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.hero .right .box .btn {
		height: 30px;
	}
	.hero .right .box .btn a {
		font-size: 14px;
	}
	.banner {
		margin-top: 30px;
	}
	.medical-btn .btn-wrap {
		flex-direction: column;
		align-items: center;
		margin: -15px;
	}
	.p-hero .bg img {
		height: 180px;
	}
	.p-hero h1 {
		font-size: 26px;
	}
	.p-hero h1::after {
		top: -5px;
	}
	.sec-f .card-content h2 {
		margin: 7px 0;
		font-size: 16px;
	}
	.sec-f .card-content p {
		font-size: 12px;
	}
	.sec-f .card-content p br {
		display: none;
	}
	.sec-r .media {
		flex-direction: column;
		align-items: center;
	}
	.sec-r .media-content {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sec-r .media figure {
		min-width: auto;
	}
	.single-content .article-body h1,
	.single-content .article-body h2,
	.single-content .article-body h3,
	.single-content .article-body h4,
	.single-content .article-body h5,
	.single-content .article-body h6 {
		margin-top: 30px;
	}
	.acf-ad-main-1 h3,
	.acf-ad-main-1 h4,
	.acf-ad-main-1 h5,
	.acf-ad-main-1 h6 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.acf-ad-main-1 {
		margin: 0 10px;
	}
	.acf-main {
		margin: 0 10px;
	}
	.acf-main h3,
	.acf-main h4,
	.acf-main h5,
	.acf-main h6 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.l-medicalList .btn {
		width: calc(100% / 2 - 15px);
	}
	.main-content {
		margin-top: 40px;
	}
	.main-sidebar {
		margin-top: 40px;
	}
	.acf-ch-main {
		flex-direction: column-reverse;
	}
	.acf-ch-main .b-check {
		width: 100%;
	}
	.acf-ch-main figure {
		margin-right: auto;
	}
}

@media (max-width: calc(400px - 1px)) {
	.container,
	.main-sidebar {
		padding: 0 10px;
	}
	.ttl-2,
	.single-content .article-body h1,
	.single-content .article-body h2 {
		margin-bottom: 24px;
		margin-bottom: 30px;
	}
	.dn-sm {
		display: none;
	}
	.db-sm {
		display: block;
	}
	.df-sm {
		display: flex;
	}
	.header-logo__item {
		max-width: 216px;
		margin: 0 auto;
	}
	.header-navbar {
		padding: 13px 15px;
	}
	.footerCalendar ._R::after {
		width: 10px;
		height: 10px;
	}
	.footerCalendar .calendar {
		padding: 30px 10px;
	}
	.footerCalendar .calendar table {
		font-size: 13px;
	}
	.footerCalendar .calendar table th,
	.footerCalendar .calendar table td {
		padding: 10px 0;
	}
	.footerCalendar .calendar thead th {
		padding-left: 10px;
	}
	.footerCalendar .calendar tbody td {
		padding-left: 10px;
	}
	.footerCalendar-tel p {
		font-size: 15px;
	}
	.footerCalendar-tel a {
		font-size: 24px;
	}
	.medical-footer .link-tel {
		font-size: 24px;
	}
	.l-flow-wrap {
		padding: 0 15px;
	}
	.l-flow-item {
		flex-direction: column;
		align-items: center;
		padding-bottom: 64px;
	}
	.l-flow-item:nth-child(even) {
		flex-direction: column;
	}
	.l-flow-item::after {
		bottom: 5px;
		width: 3px;
		height: 54px;
		background: url(../images/flowLine_sp.svg) no-repeat center/cover;
	}
	.l-flow-content {
		width: 100%;
		margin-bottom: 10px;
	}
	.l-flow-img {
		width: 100%;
		max-width: 300px;
	}
	.stapeFlow-right .ttl-box {
		padding: 20px 10px;
	}
	.stapeFlow-right .ttl-box::after {
		bottom: -18px;
		border-width: 20px 24vw 0 24vw;
	}
	.stapeFlow-right .ttl-box h3 {
		font-size: 15px;
	}
	.stapeFlow-right .tt-box {
		font-size: 13px;
	}
	.footer-banner .item figure img {
		height: 80px;
	}
	.pageNav {
		margin-top: 40px;
	}
	.singleNav {
		margin-top: 60px;
	}
	.sec2 .card figure {
		width: 80px;
	}
	.sec2 .card h3 {
		font-size: 20px;
	}
	.tt-map-icon p {
		font-size: 15px;
	}
	.sec5 ._R::after {
		width: 10px;
		height: 10px;
	}
	.sec5 .calendar {
		padding: 30px 20px;
	}
	.sec5 .calendar table {
		font-size: 13px;
	}
	.sec5 .calendar table th,
	.sec5 .calendar table td {
		padding: 10px 0;
	}
	.sec5 .calendar thead th {
		padding-left: 10px;
	}
	.sec5 .calendar tbody td {
		padding-left: 10px;
	}
	.sec5-tel p {
		font-size: 15px;
	}
	.sec5-tel a {
		font-size: 24px;
	}
	.editor-box-wrap {
		padding: 20px 10px;
	}
	.editor-box-bg {
		padding: 20px 10px;
	}
	.editor-box-bg > p {
		padding: 0 10px;
	}
	hr.my60 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.tt-map-icon p {
		font-size: 15px;
	}
	.hero .left {
		height: 230px;
	}
	.hero .left .box {
		height: 230px;
	}
	.hero .right {
		margin-top: 15px;
		padding: 0 10px;
	}
	.hero .right .box figure {
		height: 140px;
	}
	.news-wrap {
		padding: 15px 20px;
	}
	.news h2 {
		margin-bottom: 6px;
		font-size: 14px;
	}
	.news li {
		font-size: 14px;
	}
	.news li:not(:first-of-type) {
		margin-top: 8px;
	}
	.news time {
		font-size: 12px;
	}
	.sec-f .card {
		margin: -15px -5px;
	}
	.sec-f .card-item {
		width: calc(100% / 2 - 10px);
		margin: 15px 5px;
	}
	.recruit-table table tr {
		display: block;
		padding: 16px 16px;
	}
	.recruit-table table th,
	.recruit-table table td {
		display: block;
		padding: 0;
	}
	.recruit-table table th {
		width: 100%;
		margin-bottom: 6px;
		margin-left: -8px;
	}
	.recruit-contact table tr {
		display: block;
		padding: 12px 10px;
	}
	.recruit-contact table th,
	.recruit-contact table td {
		display: block;
		padding: 0;
		font-size: 16px;
	}
	.recruit-contact table th {
		width: 100%;
		margin-bottom: 6px;
	}
	.recruit-contact table ._va {
		padding-top: 0px;
	}
	.recruit-contact table input,
	.recruit-contact table select,
	.recruit-contact table textarea {
		padding: 14px 10px;
	}
	.archive-content {
		padding: 0 15px;
	}
	.single-content .article-post {
		margin-bottom: 60px;
		padding: 0 15px;
	}
	.single-content .article-header h1 {
		margin-bottom: 2px;
		font-size: 18px;
	}
	.single-content .article-header time {
		font-size: 12px;
	}
	.single-content .article-body h1,
	.single-content .article-body h2,
	.single-content .article-body h3,
	.single-content .article-body h4,
	.single-content .article-body h5,
	.single-content .article-body h6 {
		margin-top: 20px;
		font-size: 15px;
	}
	.single-content .article-body h4 {
		font-size: 15px;
	}
	.single-content .article-body h5 {
		font-size: 15px;
	}
	.single-content .article-body h6 {
		font-size: 15px;
	}
	.single-content .article-body p,
	.single-content .article-body li {
		font-size: 13px;
	}
	.main-sidebar .container,
	.main-sidebar .main-sidebar {
		padding: 0 10px;
	}
	.footer-nav .nav-button-item {
		font-size: 10px;
	}
}

@media (min-width: 992px) {
	.header-navbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 1280px) {
	.header-btn-wrap {
		margin-left: 40px;
	}
}

.recruit-table .tablepress caption {
	display: none;
	font-size: 0;
}
.footerCalendar .calendar table {
	width: 100%;
}

/* 問診票ダウンロードボタン */
.menu-footer-nav .menu-item.btn-dn {
	background: var(--primary);
}
.menu-footer-nav .menu-item.btn-dn:hover {
	background: var(--secondary);
}
.menu-footer-nav .menu-item.btn-dn a {
	color: white;
}
.menu-footer-nav .menu-item.btn-dn a::after {
	display: none;
}
.menu-footer-nav .menu-item.btn-dn a::before {
	content: "";
	width: 18px;
	height: 22px;
	background: url(../images/pdf.svg) no-repeat center / contain;
	margin-right: 6px;
}

.footer-nav-time.i-fixed {
	display: flex;
	flex-direction: column-reverse;
	gap: 12px;
	right: 0;
	font-size: 13px;
}
.footer-nav-time .item {
	padding: 7px 5px;
	color: white;
	display: flex;
	flex-direction: column;
	line-height: 1.4;
	align-items: center;
}

.footer-nav-time .i-time {
	background: var(--secondary);
}
.footer-nav-time .i-time::before {
	content: "";
	width: 18px;
	height: 22px;
	background: url(../images/time.svg) no-repeat center / contain;
	margin-bottom: 4px;
}
.footer-nav-time .i-dl {
	background: #2f2f2f;
}

.footer-nav-time .i-dl::before {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/pdf.svg) no-repeat center / contain;
	margin-bottom: 6px;
}
.header-info .medical-tel .btn-wrap {
	display: flex;
	gap: 8px;
}
.header-info .medical-tel .btn-wrap .btn {
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.header-btn-wrap .btn {
		width: 65px;
	}
	.header-fixed .menu-primary > .menu-item {
		padding: 14px 11px;
	}
}
.header .header-btn-wrap .btn-dl {
	background: #363636;
}
/* 問診票ダウンロードボタン end*/

.tt-map-icon .t-red {
	color: #e60000;
	font-size: 15px;
	font-weight: bold;
}
/* ご来院される患者様へのお願い */
.c-info {
	margin-bottom: 30px;
}
.c-info .c-info-wrap {
	border: solid 1px #e7eaee;
}
.c-info .c-info-title {
	font-size: 14px;
	color: #1f3d85;
	background: #e7eaee;
	display: flex;
	justify-content: center;
}
.c-info .c-info-title h2 {
	padding: 6px 0;
}
.c-info .c-info-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 12px 20px;
}
.c-info .c-info-content a {
	color: var(--primary);
	text-decoration: underline;
	font-weight: bold;
}
.c-info .c-info-content a:hover {
	color: var(--secondary);
}
.c-info .c-info-content ul li {
	padding-left: 1em;
	position: relative;
}
.c-info .c-info-content ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.c-info .c-info-content ul li:not(:first-of-type) {
	margin-top: 0.5em;
}
.c-info .t-red {
	color: #e60000;
	font-weight: bold;
}
/* ご来院される患者様へのお願い end */
/* ポップアップ【診療受付時間のお知らせ】 */
.sp-br {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp-br {
		display: block;
	}
}
.modal-pop.modalOpen {
	z-index: 900;
}
.modal-pop .t-red {
	color: red;
}
.modal-pop .modal-body {
	background: #efefef;
	border: solid 8px var(--primary);
	padding: 42px 46px;
	width: calc(745px + 46px * 2);
	height: auto;
	z-index: 900;
}
.modal-pop .modal-content {
	padding: 32px 6px;
	border-radius: 10px;
}
.modal-pop .modal-content .txt {
	text-align: center;
}
.modal-title {
	color: var(--primary);
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.modal-title::before {
	content: "";
	width: 60px;
	height: 60px;
	background: url(../images/b-time.svg) no-repeat center / contain;
	margin-right: 8px;
}
.modal-content__time {
	width: 310px;
	margin-inline: auto;
	margin-bottom: 1rem;
}
.modal-content__time > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 4px;
}
.modal-content__time > div:nth-child(2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #707070;
}
.modal-pop .ttl-time {
	border: solid 1px #707070;
	font-size: 23px;
	padding: 2px 12px;
}
.modal-pop .tt-time {
	font-size: 30px;
}
.modal-pop .btn {
	background: var(--primary);
	color: white;
	max-width: 370px;
	width: 100%;
	height: 56px;
	display: block;
	margin-inline: auto;
	margin-top: 20px;
	font-weight: bold;
	font-size: 24px;
	border-radius: 8px;
}
@media screen and (max-width: 500px) {
	.modal-pop .modal-body {
		border-left: none;
		border-right: none;
		padding: 32px 6px;
	}
	.modal-pop .modal-content {
		padding: 24px 10px;
	}
	.modal-title {
		font-size: 19px;
	}
	.modal-title::before {
		width: 40px;
		height: 40px;
	}
	.modal-content__time {
		width: 230px;
	}
	.modal-content__time > div {
		padding-left: 4px;
		padding-right: 25px;
	}
	.modal-pop .ttl-time {
		font-size: 15px;
		padding: 2px 9px;
	}
	.modal-pop .tt-time {
		font-size: 19px;
	}
	.modal-pop .modal-content .txt {
		font-size: 14px;
	}
	.modal-pop .btn {
		font-size: 14px;
		max-width: 271px;
		height: 40px;
	}
}
@media screen and (max-width: 380px) {
	.modal-pop .modal-content .txt br {
		display: none;
	}
}

.modal-pop .modal-wrap {
	overflow-y: auto;
}
.pp-pop .modal-title::before {
	display: none;
}
/* ポップアップ【診療受付時間のお知らせ】 end */
/* banner枠追加 */
.banner .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.banner .outpatient-a {
	display: flex;
	gap: 24px;
}
.banner .container a {
	max-width: 864px;
}
.banner .outpatient-a > a {
	width: 100%;
}
@media (max-width: 991px) {
	.banner .outpatient-a {
		flex-direction: column;
	}
}
/* banner枠追加 end */

.__bg_img {
	position: relative;
	&::before {
		content: "準備中";
		color: white;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		inset: 0;
		background: #a6a1a1;
		z-index: 11;
	}
}
