*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: 500;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

html.is-fixed,
html.is-fixed body {
	overflow: hidden;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #393939;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	min-height: 100vh;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.l-header {
	background-color: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	height: 80px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	padding: 0 40px;
	width: 100%;
}

.l-header__right {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
}

.l-header__tel {
	margin-left: 34px;
}

.l-top__concept {
	margin-top: 50px;
}

.l-top__recommend {
	margin-top: 120px;
}

.l-top__medical {
	margin-top: 137px;
}

.l-top__blog {
	margin-top: 188px;
}

.l-deco-vector__top1 {
	height: 15.70313vw;
	position: relative;
	width: 100%;
}

.l-deco-vector__top1::before {
	background-image: url(../img/common/bg-top.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: inherit;
}

.l-deco-vector__bg {
	background: #DFF1FD;
	padding-bottom: 60px;
	padding-top: 4px;
}

.l-deco-vector__bottom1 {
	height: 7.57812vw;
	position: relative;
	width: 100%;
}

.l-deco-vector__bottom1::before {
	background-image: url(../img/common/bg-bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: inherit;
}

.l-deco-vector__bottom2 {
	position: relative;
}

.l-deco-vector__bottom2::before {
	background-image: url(../img/common/deco-kirakira2-w.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 7.57812vw;
	content: "";
	height: 58px;
	left: 42px;
	position: absolute;
	width: 58px;
}

.l-deco-vector__bottom2::after {
	background-image: url(../img/common/deco-kirakira-w.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5.78125vw;
	content: "";
	height: 138px;
	position: absolute;
	right: 20px;
	width: 125px;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 1040px;
}

.l-footer {
	background: #dff1fd;
	padding-top: 58px;
	position: relative;
}

.l-footer__copyright {
	margin-top: 59px;
}

.l-footer__nav {
	margin-top: 55px;
}

.l-breadcrumb {
	margin: 12px auto 0;
	max-width: 1920px;
	padding-left: 28px;
	padding-right: 28px;
	width: 90.625%;
}

.l-lower-about__gallery {
	margin-top: 205px;
}

.l-lower-medical__nav {
	margin-top: 76px;
}

.l-lower-medical__items1 {
	margin-top: 140px;
}

.l-lower-medical__items2 {
	margin-top: 172px;
}

.l-lower-recruit__jobs {
	margin-top: 162px;
}

.l-lower-recruit__contact {
	margin-top: 160px;
}

.l-lower-staff__gallery {
	margin-top: 160px;
}

.l-lower-staff__member {
	margin-top: 165px;
}

.l-lower-staff__content {
	margin-top: 63px;
}

.l-lower {
	margin-top: 80px;
}

.l-blog__content {
	display: flex;
	justify-content: space-between;
}

.l-blog__articles {
	width: calc(100% - 300px - 30px);
}

.l-blog__sidebar {
	width: 300px;
}

.l-blog__pageNavi {
	margin-top: 100px;
}

.c-logo-header {
	display: block;
	max-width: 270px;
	width: 100%;
}

.c-logo-header img {
	display: block;
}

.c-button-drawer {
	cursor: pointer;
	display: none;
	height: 18px;
	margin-left: auto;
	position: relative;
	top: 0px;
	width: 28px;
}

.c-button-drawer__line {
	background-color: #1391E6;
	border-radius: 1px;
	height: 3px;
	position: absolute;
	transition: 0.3s ease;
	width: 100%;
}

.c-button-drawer__line:nth-child(1) {
	left: 0;
	right: 0;
	top: 0;
}

.c-button-drawer__line:nth-child(2) {
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.c-button-drawer__line:nth-child(3) {
	bottom: 0;
	left: 0;
	right: 0;
}

.is-open .c-button-drawer__line {
	background: #fff;
}

.is-open .c-button-drawer__line:nth-child(1) {
	top: 7px;
	transform: rotate(-45deg);
}

.is-open .c-button-drawer__line:nth-child(2) {
	display: none;
}

.is-open .c-button-drawer__line:nth-child(3) {
	bottom: 8px;
	transform: rotate(45deg);
}

.c-logo-drawer {
	display: block;
	margin-left: 38px;
	margin-top: 25px;
	max-width: 270px;
	width: 100%;
}

.c-btn-arrowBlue {
	display: block;
	padding-left: 10px;
	position: relative;
}

.c-btn-arrowBlue::before {
	background: url(./../img/common/icon-arrow-blue.svg);
	background-size: contain;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.c-btn-contact {
	align-items: center;
	background: #fff;
	border: 1px solid #1391e6;
	border-radius: 28px;
	color: #1391e6;
	display: flex;
	font-size: 14px;
	font-size: 16px;
	height: 56px;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: auto;
	max-width: 360px;
	transition: 0.3s ease;
	width: 100%;
}

.c-btn-contact:hover {
	background: #1391e6;
	color: #fff;
}

.c-btn-footer {
	align-items: center;
	border-radius: 30px;
	display: flex;
	font-size: 16px;
	height: 56px;
	justify-content: center;
	max-width: 220px;
	width: 100%;
}

.c-btn-footer>span {
	margin-left: 8px;
}

.c-btn-footer--blue {
	background-color: #1391e6;
	color: #fff;
	transition: 0.3s ease;
}

.c-btn-footer--blue:hover {
	background-color: #0060a0;
	color: #fff;
}

.c-btn-footer--blue path {
	fill: #fff;
	transition: fill 0.3s ease-out;
}

.c-btn-footer--white {
	background-color: #fff;
	border: 1px solid #1391e6;
	color: #1391e6;
	transition: 0.3s ease;
}

.c-btn-footer--white svg {
	width: 20px;
}

.c-btn-footer--white path {
	fill: #fff;
	transition: fill 0.3s ease-out;
}

.c-btn-footer--white:hover {
	background-color: #1391e6;
	border: 1px solid #1391e6;
	color: #fff;
}

.c-btn-footer--white:hover path {
	fill: #fff;
}

.c-btn {
	background: #fff;
	background-image: url(./../img/common/icon-arrow-blue-btn.svg);
	background-position: right 12px center;
	background-repeat: no-repeat;
	border: 1px solid #1391e6;
	border-radius: 24px;
	color: #1391e6;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 12px 46px;
	transition: background-position 0.3s ease;
}

.c-btn:hover {
	background: #1391e6;
	background-image: url(./../img/common/icon-arrow-white.svg);
	background-position: right 5px center;
	background-repeat: no-repeat;
	color: #fff;
}

.c-section-title {
	color: #393939;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 4px 0;
	position: relative;
}

.c-section-title::before,
.c-section-title::after {
	background: url(../img/common/title-deco.svg) no-repeat;
	background-size: contain;
	content: "";
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 72px;
}

.c-section-title::before {
	left: -98px;
}

.c-section-title::after {
	right: -98px;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	background-color: #fff;
	border: 1px solid #1391e6;
	border-radius: 3px;
	color: #1391e6;
	display: flex;
	font-size: 14px;
	height: 36px;
	justify-content: center;
	margin: 0 5px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 34px;
}

.wp-pagenavi a:hover {
	background-color: #1391e6;
	border-color: #1391e6;
	color: #fff;
}

.wp-pagenavi a.nextpostslink {
	background-color: #1391e6;
	background-image: url(./../img/common/arrow-circle-right.svg);
	background-position: right 14px center;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	justify-content: flex-start;
	letter-spacing: -0.1em;
	padding-left: 15px;
	transition: 0.3s ease;
	width: 82px;
}

.wp-pagenavi a.nextpostslink:hover {
	background-position: right 10px center;
	border: none;
}

.wp-pagenavi a.previouspostslink {
	background-color: #1391e6;
	background-image: url(./../img/common/arrow-circle-left.svg);
	background-position: left 14px center;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	justify-content: flex-end;
	letter-spacing: -0.1em;
	padding-right: 15px;
	transition: 0.3s ease;
	width: 82px;
}

.wp-pagenavi a.previouspostslink:hover {
	background-position: left 10px center;
	border: none;
}

.wp-pagenavi span.current {
	background-color: #1391e6;
	border-color: #1391e6;
	color: #fff;
	font-weight: bold;
}

.wp-block-image {
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 62.7%;
	position: relative;
}

.wp-block-image>img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.wp-block-image figcaption {
	font-size: 13px;
}

a.wp-block-button__link {
	margin: 1em 0;
	text-decoration: none;
}

.c-blog-new-top {
	align-items: center;
	background-color: #ee5a6d;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	left: -9px;
	position: absolute;
	top: -16px;
	width: 60px;
	z-index: 2;
}

.c-blog-new {
	align-items: center;
	background-color: #ee5a6d;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	left: -9px;
	position: absolute;
	top: -10px;
	width: 40px;
	z-index: 2;
}

.p-header-nav {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header-nav__item {
	height: inherit;
	margin-top: 5px;
}

.p-header-nav__item:nth-child(n+2) {
	margin-left: 24px;
}

.p-header-nav__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	position: relative;
	transition: 0.3s ease;
}

.p-header-nav__link::after {
	background: #1391E6;
	bottom: 8px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 20px;
}

.p-header-nav__link svg {
	height: 24px;
	width: 24px;
}

.p-header-nav__link path {
	fill: #393939;
	transition: fill 0.3s ease-out;
}

.p-header-nav__link:hover {
	color: #1391E6;
}

.p-header-nav__link:hover::after {
	transform: translateX(-50%) scale(1, 1);
}

.p-header-nav__link:hover path {
	fill: #1391E6;
}

.p-header-nav__link .is-active {
	color: #1391E6;
	position: relative;
}

.p-header-nav__link .is-active::after {
	background: #1391E6;
	bottom: 8px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 20px;
}

.p-header-nav__link .is-active path {
	fill: #1391E6;
}

.p-header-nav__link span {
	font-size: 11px;
	font-weight: 700;
	margin-top: 6px;
}

.p-header-tel {
	text-align: right;
}

.p-header-tel__text {
	font-size: 12px;
	line-height: 1;
}

.p-header-tel__number {
	color: #1391E6;
	display: block;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-top: 6px;
	white-space: nowrap;
}

.p-header-tel__number>img {
	margin-right: -5px;
	vertical-align: bottom;
}

.p-drawerMenu {
	background: #0060a0;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 39;
}

.p-drawerMenu__scroll {
	height: 100vh;
	overflow: scroll;
	padding: 100px 0;
}

.p-drawerMenu__content {
	left: 50%;
	max-width: 255px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-drawerMenu__link {
	border-top: 1px dashed #fff;
	color: #fff;
	display: block;
	padding-bottom: 16px;
	padding-top: 16px;
	position: relative;
	width: 100%;
}

.p-drawerMenu__link>span {
	letter-spacing: 0.08em;
	margin-left: 14px;
}

.p-drawerMenu__link:nth-last-child(1) {
	border-bottom: 1px dashed #fff;
}

.p-drawerMenu__link::after {
	background-image: url(../img/icon-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.p-swiper {
	margin: auto;
	margin-top: 120px;
	max-width: 1920px;
	position: relative;
	width: 90.625%;
}

.p-swiper__img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.p-swiper__textImg {
	bottom: 55px;
	left: 60px;
	position: absolute;
	width: 420px;
	z-index: 11;
}

.p-swiper .swiper-slide {
	position: relative;
}

.p-swiper .swiper-slide::after {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: 3px;
	display: flex;
	flex-direction: column;
	left: -22px;
	position: absolute;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span {
	margin-top: 10px;
}

.swiper-container {
	border-radius: 20px;
	height: 100%;
	overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
	height: 66px;
	top: 49%;
	width: 66px;
}

.swiper-button-prev {
	background-image: url(../img/common/button-prev.png);
	background-size: contain;
	color: transparent;
	left: -30px;
}

.swiper-button-next {
	background-image: url(../img/common/button-next.png);
	background-size: contain;
	color: transparent;
	right: -34px;
}

.swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}

.u-hidden-overTab {
	display: none;
}

.p-top-info {
	display: flex;
	justify-content: center;
	padding: 0 48px;
	position: relative;
	z-index: 2;
}

.p-top-info__news {
	margin-top: 16px;
}

.p-top-info__table {
	margin-left: 62px;
	margin-top: -35px;
}

.p-top-news {
	max-width: 540px;
	width: 100%;
}

.p-top-news__titleWrap {
	align-items: center;
	border-bottom: 1px solid #393939;
	display: flex;
	justify-content: space-between;
}

.p-top-news__head {
	align-items: baseline;
	display: flex;
	padding-left: 16px;
}

.p-top-news__title {
	color: #393939;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.p-top-news__subTitle {
	color: #1391E6;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 3;
	margin-left: 14px;
}

.p-top-news__detail {
	color: #888;
	font-size: 12px;
	text-decoration: underline;
}

.p-top-news__archive {
	align-items: center;
	border-bottom: 1px solid #393939;
	display: flex;
	padding: 9px 0;
	position: relative;
}

.p-top-news__archive::after {
	background-image: url(../img/common/icon-arrow-right-black.svg);
	background-size: cover;
	content: "";
	height: 14px;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease-out;
	width: 14px;
}

.p-top-news__archive:hover::after {
	background-image: url(../img/common/icon-arrow-right-blue.svg);
	right: 0;
}

.p-top-news__archive:hover .p-top-news__published,
.p-top-news__archive:hover .p-top-news__text {
	color: #1391E6;
}

.p-top-news__published {
	color: #393939;
	font-size: 12px;
	line-height: 1;
	padding-left: 14px;
	transition: 0.3s ease-out;
	white-space: nowrap;
	width: 84px;
}

.p-top-news__text {
	color: #393939;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-left: 22px;
	padding-right: 40px;
	transition: 0.3s ease-out;
	width: calc(100% - 84px);
}

.p-top-recommend__titleWrap {
	text-align: center;
}

.p-top-recommend__items {
	align-items: flex-start;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 966px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.p-top-recommend__item {
	width: calc(33.333333% - 40px);
}

.p-top-recommend__item:nth-child(n+2) {
	margin-left: 60px;
}

.p-top-btn {
	bottom: 40px;
	cursor: pointer;
	display: none;
	height: 52px;
	position: fixed;
	right: 20px;
	width: 52px;
	z-index: 30;
}

.p-feature {
	position: relative;
}

.p-feature.is-deco {
	overflow: hidden;
	padding-bottom: 108px;
	padding-top: 180px;
}

.p-feature.is-deco::before {
	background-image: url(../img/common/concept-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 725px;
	left: 32.5%;
	position: absolute;
	top: 0px;
	width: 102%;
}

.p-feature__wrap {
	display: flex;
	position: relative;
	z-index: 2;
}

.p-feature__img {
	border-radius: 0 20px 20px 0;
	height: 100%;
	margin: 0;
	max-height: 438px;
	overflow: hidden;
	width: 50%;
}

.p-feature__img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 438px;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.p-feature__description {
	margin-left: 95px;
	padding-top: 36px;
	width: 31.8%;
}

.p-feature__title {
	color: #393939;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 24px;
}

.p-feature__subTitle {
	color: #1391e6;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.p-feature__textBlock {
	margin-top: 33px;
}

.p-feature__text {
	color: #393939;
	font-size: 14px;
	line-height: 1.71429;
}

.p-feature__text:nth-child(n+2) {
	margin-top: 24px;
}

.p-feature__btn {
	margin-top: 36px;
}

.is-reverse .p-feature__wrap {
	flex-direction: row-reverse;
}

.is-reverse .p-feature__wrap .p-feature__img {
	border-radius: 20px 0 0 20px;
	height: 100%;
	max-height: 438px;
	overflow: hidden;
	width: 50%;
}

.is-reverse .p-feature__wrap .p-feature__img img {
	-o-object-fit: cover;
	-o-object-position: bottom;
	height: 438px;
	object-fit: cover;
	object-position: bottom;
	width: 100%;
}

.is-reverse .p-feature__wrap .p-feature__description {
	margin-right: 95px;
	width: 31.8%;
}

.p-recommend-item__title {
	text-align: center;
}

.p-recommend-item__title img {
	width: 190px;
}

.p-recommend-item__img {
	margin-top: 15px;
	text-align: center;
}

.p-recommend-item__img img {
	width: 276px;
}

.p-recommend-item__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71429;
	margin-top: 18px;
	text-align: left;
}

.p-recommend-item__text--red {
	color: #EE5A6D;
}

.p-medical-anchor__title {
	color: #393939;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.42857;
}

.p-medical-anchor__subTitle {
	align-items: center;
	border-radius: 24px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 35px;
	letter-spacing: 0.08em;
	line-height: 1;
	line-height: 35px;
	margin-left: 24px;
	padding: 0 12px;
}

.p-medical-anchor__subTitle--blue {
	background: #1391E6;
}

.p-medical-anchor__subTitle--red {
	background: #EE5A6D;
}

.p-medical-detail {
	background: #fff;
	border-radius: 20px;
	padding: 62px 60px 60px;
	position: relative;
}

.p-medical-detail__icon-pc {
	height: 80px;
	position: absolute;
	right: 60px;
	top: 0;
	width: 100px;
}

.p-medical-detail__icon-sp {
	display: none;
}

.p-medical-detail__titleWrap {
	align-items: center;
	border-bottom: 1px solid #c2c2c2;
	display: flex;
	padding-bottom: 49px;
}

.p-medical-detail__title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-medical-detail__subTitle {
	color: #1391E6;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 38px;
}

.p-medical-detail__content {
	display: flex;
	margin-top: 40px;
}

.p-medical-detail__textWrap {
	width: 50%;
}

.p-medical-detail__text {
	font-size: 14px;
	line-height: 1.7142857143;
}

.p-medical-detail__text:nth-child(n+2) {
	margin-top: 24px;
}

.p-medical-detail__imgWrap {
	border-radius: 20px;
	margin-left: 40px;
	overflow: hidden;
	width: 50%;
}

.p-medical-detail__img {
	padding-top: 75%;
	position: relative;
}

.p-medical-detail__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-medical-item {
	background: #fff;
	border: 2px solid #1391E6;
	border-radius: 12px;
	display: inline-block;
}

.p-medical-item__link {
	background-color: #fff;
	background-image: none;
	background-position: bottom 0px center;
	background-repeat: no-repeat;
	border-radius: 12px;
	color: #1391E6;
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 22px 29px;
	transition: 0.3s ease-out;
}

.p-medical-item__link:hover {
	background-color: #DFF1FD;
	background-image: url(../img/common/arrow-bottom.svg);
	background-position: bottom 5px center;
	background-repeat: no-repeat;
	padding: 11px 29px 31px;
}

.p-medical-link {
	border-radius: 20px;
	display: block;
	height: 288px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-medical-link::before {
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: 0.4s ease-out;
	width: 100%;
}

.p-medical-link::after {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.4s ease-out;
	width: 100%;
	z-index: 0;
}

.p-medical-link:nth-child(1)::before {
	background-image: url(../img/common/medical_1.jpg);
}

.p-medical-link:nth-child(2)::before {
	background-image: url(../img/common/medical_2.jpg);
}

.p-medical-link:hover::before {
	transform: scale(1.1, 1.1);
}

.p-medical-link:hover::after {
	background: rgba(0, 0, 0, 0.4);
}

.p-medical-link:hover .p-medical-link-line {
	border: 2px solid #fff;
}

.p-medical-link-line {
	border-radius: 20px;
	height: calc(100% - 20px);
	margin: 10px;
	position: relative;
	transition: 0.1s ease-out;
	width: calc(100% - 20px);
	z-index: 1;
}

.p-medical-link__wrap {
	position: absolute;
	text-align: center;
	top: 35%;
	width: 100%;
	z-index: 2;
}

.p-medical-link__title,
.p-medical-link__text {
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.p-medical-link__title {
	font-size: 28px;
	line-height: 1;
	padding-bottom: 42px;
	position: relative;
}

.p-medical-link__title::after {
	background: #fff;
	border-radius: 20px;
	bottom: 16px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}

.p-medical-link__text {
	letter-spacing: 0.08em;
	line-height: 1.8;
}

.p-medical-main__titleWrap {
	display: flex;
}

.p-medical-main__wrap:nth-child(n+2) {
	margin-top: 60px;
}

.p-medical-main__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
}

.p-medical-main__item {
	margin-bottom: 20px;
	margin-right: 16px;
}

.p-medical-main__item:last-child {
	margin-right: 0;
}

.p-medical__titleWrap {
	left: 2px;
	position: relative;
	text-align: center;
	top: 6px;
}

.p-medical__items {
	display: flex;
	margin: 60px auto 0;
	max-width: 1000px;
	width: 100%;
}

.p-medical__item {
	position: relative;
	width: 50%;
}

.p-medical__item:nth-child(n+2) {
	margin-left: 80px;
}

.p-medical__textWrap {
	background: #fff;
	margin-top: 60px;
	max-width: 1280px;
	padding: 37px 40px 32px;
	width: 100%;
}

.p-medical__text {
	font-size: 14px;
	line-height: 2;
}

.p-medical__text--red {
	color: #EE5A6D;
}

.p-blog-card {
	border-radius: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	display: block;
	min-height: 300px;
	position: relative;
	transition: 0.4s ease-out;
}

.p-blog-card:hover .p-blog-card__img>img {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.p-blog-card:hover .p-blog-card__title {
	color: #1391E6;
}

.p-blog-card__new {
	align-items: center;
	background-color: #EE5A6D;
	border-radius: 50%;
	color: #FFFFFF;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 60px;
	justify-content: center;
	left: -10px;
	position: absolute;
	top: -20px;
	width: 60px;
	z-index: 2;
}

.p-blog-card__img {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	padding-top: 62.66667%;
	position: relative;
}

.p-blog-card__img>img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	transition: 0.4s ease-out;
	width: 100%;
}

.p-blog-card__body {
	min-height: 126px;
	padding: 24px 24px 16px;
	position: relative;
}

.p-blog-card__category {
	background-color: #1391E6;
	border-radius: 12px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	height: 28px;
	left: 24px;
	line-height: 28px;
	padding: 0 12px;
	position: absolute;
	text-align: center;
	top: -14px;
}

.p-blog-card__title {
	color: #393939;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	min-height: 72px;
	transition: 0.4s ease-out;
}

.p-blog-card__published {
	color: #888888;
	display: block;
	font-size: 11px;
	line-height: 1;
	margin-top: 7px;
}

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

.p-blog__lists {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.p-blog__btn {
	margin-top: 58px;
	text-align: center;
}

.p-footer-cta {
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	bottom: 0;
	display: none;
	height: 60px;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 39;
}

.p-footer-cta__tel {
	text-align: center;
}

.p-footer-cta__tel img {
	height: 18px;
	width: 18px;
}

.p-footer-cta__tel a {
	color: #1391E6;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.p-footer-cta__time {
	color: #393939;
	font-size: 10px;
	line-height: 1;
}

.p-footer-cta__web {
	align-items: center;
	background-color: #1391E6;
	border-radius: 8px;
	display: flex;
	height: 47px;
	margin-left: 12px;
	padding-left: 12px;
	width: 157px;
}

.p-footer-cta__web img {
	height: 23.5px;
	width: 43.5px;
}

.p-footer-cta__webText {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-left: 10px;
	text-align: center;
}

.p-footer-cta__webText--big {
	font-size: 16px;
}

.p-footer-info {
	align-items: center;
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 1000px;
	padding: 33px 49px;
	width: 100%;
}

.p-footer-info__left {
	max-width: 478px;
	text-align: center;
	width: 100%;
}

.p-footer-info__img {
	text-align: center;
}

.p-footer-info__img img {
	width: 403px;
}

.p-footer-info__access {
	font-size: 14px;
	margin-top: 6px;
}

.p-footer-info__access>span {
	margin-left: 14px;
}

.p-footer-info__tel {
	color: #1391E6;
	display: block;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-top: 20px;
}

.p-footer-info__time {
	color: #1391E6;
	font-size: 12px;
	line-height: 1;
	margin-top: 4px;
}

.p-footer-info__btnWrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.p-footer-info__btn:nth-child(2) {
	margin-left: 20px;
}

.p-footer-info__right {
	margin-left: 40px;
}

.p-footer-info__table {
	margin-top: 20px;
}

.p-footer-map {
	max-width: 385px;
	width: 100%;
}

.p-footer-map__iframe {
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.p-footer-map__iframe>iframe {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-footer-nav {
	display: flex;
	justify-content: center;
}

.p-footer-nav__item {
	font-weight: 700;
}

#top {
	font-weight: 700;
}

.p-footer-nav__item:nth-child(n+2) {
	margin-left: 40px;
}

.p-footer-nav__item a {
	color: #393939;
	transition: 0.3s ease;
}

.p-footer-nav__item a:hover {
	opacity: 0.7;
}

.p-footer-nav__subitem:nth-child(n+2) {
	margin-left: 24px;
}

.p-footer-subNav__item {
	margin-top: 16px;
}

.p-footer-subNav__box {
	display: flex;
}

.p-footer-topImg {
	height: 32px;
	margin-top: 160px;
	position: relative;
}

.p-footer-topImg::before {
	background: url(../img/common/wave.svg) no-repeat;
	background-position: top center;
	background-size: cover;
	content: "";
	height: inherit;
	left: 0;
	position: absolute;
	right: 0;
	top: 0%;
	width: 100%;
}

.p-copyright {
	align-items: center;
	background: #1391e6;
	display: flex;
	height: 55px;
	justify-content: center;
}

.p-copyright__text {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding-top: 5px;
}

.p-reserve {
	align-items: center;
	background: #1391e6;
	border-radius: 20px 0 0 20px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 120px;
	position: fixed;
	right: 0;
	top: 176px;
	transition: 0.3s ease;
	width: 92px;
	z-index: 30;
}

.p-reserve img {
	margin-top: 20px;
}

.p-reserve:hover {
	background: #0060a0;
}

.p-reserve__text {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 12px;
	text-align: center;
}

.p-time-table {
	background-color: #fff;
	border-radius: 12px;
	max-width: 477px;
}

.p-time-table img {
	width: 100%;
}

.p-lower-top {
	border-radius: 12px;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	max-width: 1920px;
	overflow: hidden;
	position: relative;
	width: 90.625%;
}

.p-lower-top::before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-lower-top__group {
	color: #fff;
	position: absolute;
	text-align: center;
	top: 51%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.p-lower-top__title {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.p-lower-top__subTitle {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 20px;
	text-transform: uppercase;
}

.p-lower-top--about {
	background-image: url(../img/about/page-about_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--medical {
	background-image: url(../img/medical/page-medical_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--staff {
	background-image: url(../img/staff/page-staff_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--archive {
	background-image: url(../img/common/archive_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--recruit {
	background-image: url(../img/recruit/page-recruit_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-lower-top--contact {
	background-image: url(../img/contact/page-contact_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.p-breadcrumb {
	font-size: 12px;
}

.p-breadcrumb span {
	color: #c2c2c2;
	padding-right: 4px;
}

.p-breadcrumb span:not(:first-child) span,
.p-breadcrumb span:not(:first-child) a span {
	color: #393939;
	padding-left: 5px;
}

.p-about-gallery__titleWrap {
	text-align: center;
}

.p-about-gallery__photos {
	display: flex;
	flex-wrap: wrap;
	margin-top: 62px;
}

.p-about-gallery__photo {
	border-radius: 20px;
	overflow: hidden;
	width: calc(33.3333% - 16px);
}

.p-about-gallery__photo:not(:nth-child(3n)) {
	margin-right: 24px;
}

.p-about-gallery__photo:not(:nth-child(-n+3)) {
	margin-top: 24px;
}

.p-about-gallery__img {
	margin: 0;
	padding-top: 100%;
	position: relative;
}

.p-about-gallery__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-about-feature__titleWrap {
	text-align: center;
}

.p-about-feature__items {
	margin-top: 60px;
}

.p-about-feature__item:nth-child(n+2) {
	margin-top: 125px;
}


/* #general {
	padding-top: 80px;
	margin-top: -80px;
}

#special {
	padding-top: 80px;
	margin-top: -80px;
} */

.p-lower-medical__titleWrap {
	text-align: center;
}

.p-lower-medical__items {
	margin-top: 62px;
}

.p-lower-medical__item:nth-child(n+2) {
	margin-top: 54px;
}

.p-lower-greeting__titleWrap {
	text-align: center;
}

.p-lower-greeting__content {
	display: flex;
	margin-top: 65px;
}

.p-lower-greeting__description,
.p-lower-greeting__imgWrap {
	max-width: 460px;
	width: 100%;
}

.p-lower-greeting__imgWrap {
	margin-left: 80px;
}

.p-lower-greeting__subtitle {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.57143;
}

.p-lower-greeting__textWrap {
	margin-top: 34px;
}

.p-lower-greeting__textWrap2 {
	margin-top: 24px;
}

.p-lower-greeting__textWrap3 {
	margin-top: 14px;
	text-align: right;
}

.p-lower-greeting__text {
	font-size: 14px;
	line-height: 1.71429;
}

.p-lower-greeting__about {
	margin-top: 60px;
}

.p-lower-greeting__career-title,
.p-lower-greeting__license-title {
	border-bottom: 1px solid #393939;
	font-size: 16px;
	padding-bottom: 6px;
}

.p-lower-greeting__career,
.p-lower-greeting__license {
	margin-top: 30px;
}

.p-lower-greeting__career-block,
.p-lower-greeting__license-block {
	margin-top: 16px;
}

.p-lower-greeting__career-block:nth-child(n+2),
.p-lower-greeting__license-block:nth-child(n+2) {
	margin-top: 11px;
}

.p-lower-greeting__career-block {
	display: flex;
}

.p-lower-greeting__text:nth-child(2) {
	margin-left: 16px;
}

.p-staff-gallery .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}

.p-staff-member__titleWrap {
	text-align: center;
}

.p-staff-member__subTitle {
	border-bottom: 1px solid #393939;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-bottom: 5px;
}

.p-staff-member__items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 37px;
}

.p-staff-member__item {
	width: calc(33.3333333% - 53.3333333333px);
}

.p-staff-member__item:not(:nth-child(3n+1)) {
	margin-left: 80px;
}

.p-staff-member__item:not(:nth-child(-n+3)) {
	margin-top: 60px;
}

.p-staffCard__img {
	border-radius: 20px;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}

.p-staffCard__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-staffCard__nameWrap {
	margin-top: 16px;
	text-align: center;
}

.p-staffCard__charge {
	font-size: 12px;
	letter-spacing: 0.08em;
	vertical-align: text-top;
}

.p-staffCard__name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-left: 8px;
}

.p-staffCard__info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}

.p-staffCard__info-left,
.p-staffCard__info-right {
	font-size: 14px;
	padding: 15px 0 16px 20px;
	width: 50%;
}

.p-staffCard__info-left:not(:last-child) {
	background-color: #dff1fd;
	border-bottom: 1px solid #fff;
}

.p-archive-card {
	border-radius: 0;
	box-shadow: none;
	display: flex;
	height: 100%;
	min-height: 153px;
	position: relative;
	transition: 0.4s ease-out;
}

.p-archive-card:hover .p-archive-card__img>img {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.p-archive-card:hover .p-archive-card__title {
	color: #1391e6;
}

.p-archive-card__img {
	border-radius: initial;
	max-width: 245px;
	overflow: hidden;
	padding-top: initial;
	position: relative;
	width: 100%;
}

.p-archive-card__img>img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	transition: 0.4s ease-out;
	width: 100%;
}

.p-archive-card__new {
	align-items: center;
	background-color: #ee5a6d;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	left: -9px;
	position: absolute;
	top: -9px;
	width: 40px;
	z-index: 2;
}

.p-archive-card__body {
	max-width: 405px;
	min-height: 138px;
	padding: 18px 0px 15px 20px;
	position: relative;
	width: 100%;
}

.p-archive-card__category {
	background-color: #1391e6;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 28px;
	left: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
	line-height: 28px;
	padding: 0 13px;
	text-align: center;
}

.p-archive-card__title {
	color: #393939;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 12px;
	min-height: 50px;
	transition: 0.4s ease-out;
}

.p-archive-card__published {
	color: #888888;
	display: block;
	font-size: 11px;
	line-height: 1;
	margin-top: 16px;
}

.p-archive__lists {
	padding-top: 10px;
}

.p-archive__list {
	width: 100%;
}

.p-archive__list:nth-child(n+2) {
	margin-top: 20px;
}

.p-sidebar-article__lists {
	margin-top: 20px;
}

.p-sidebar-article__list:nth-child(n+2) {
	margin-top: 21px;
}

.p-sidebar-card {
	border-radius: 0;
	box-shadow: none;
	display: block;
	display: flex;
	height: 91px;
	position: relative;
	transition: 0.4s ease-out;
}

.p-sidebar-card:hover .p-sidebar-card__img>img {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.p-sidebar-card:hover .p-sidebar-card__title {
	color: #1391e6;
}

.p-sidebar-card__img {
	border-radius: initial;
	max-width: 120px;
	overflow: hidden;
	padding-top: initial;
	position: relative;
	width: 100%;
}

.p-sidebar-card__img>img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	transition: 0.4s ease-out;
	width: 100%;
}

.p-sidebar-card__body {
	padding: 0 10px;
	position: relative;
	width: calc(100% - 120px);
}

.p-sidebar-card__category {
	background-color: #1391e6;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 4px 8px;
	text-align: center;
	vertical-align: top;
}

.p-sidebar-card__title {
	color: #393939;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	min-height: 39px;
	transition: 0.4s ease-out;
}

.p-sidebar-card__published {
	color: #888888;
	display: block;
	font-size: 11px;
	line-height: 1;
	margin-top: 8px;
}

.p-sidebar-category__lists {
	margin-top: 16px;
	padding-left: 21px;
}

.p-sidebar-category__list:nth-child(n+2) {
	margin-top: 11px;
}

.p-sidebar-clinic__img {
	margin-top: 20px;
}

.p-sidebar-clinic__subTitle {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 23px;
}

.p-sidebar-clinic__text {
	font-size: 14px;
	line-height: 1.71429;
	margin-top: 14px;
}

.p-sidebar-clinic__button {
	color: #1391e6;
	display: block;
	font-size: 14px;
	line-height: 1.71429;
	margin-top: 10px;
	padding-left: 3px;
	position: relative;
}

.p-sidebar-clinic__button::after {
	background: url(./../img/common/sidebar-button.svg);
	content: "";
	height: 18px;
	position: absolute;
	right: -18;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.p-sidebar__block:nth-child(n+2) {
	margin-top: 58px;
}

.p-sidebar__title {
	border-bottom: 1px solid #393939;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 6px;
}

.p-sidebar__title img {
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
	width: 24px;
}

.p-lower-contact__text {
	font-size: 14px;
	line-height: 1.71429;
	margin: auto;
	max-width: 728px;
}

.p-lower-contact__text--red {
	color: #ee5a6d;
}

.p-lower-contact__info:nth-child(2) {
	margin-top: 40px;
}

.p-lower-contact__titleWrap {
	margin-top: 155px;
	text-align: center;
}

.p-lower-contact__area {
	margin-top: 70px;
}

.p-contact-control {
	align-items: center;
	border-top: 1px solid #ddd;
	display: flex;
}

.p-contact-control:last-child {
	border-bottom: 1px solid #ddd;
}

.p-contact-control__left {
	align-items: center;
	display: flex;
	flex: 0 0 240px;
	flex-wrap: wrap;
	padding: 40px 0;
}

.contactForm__text {
	font-size: 16px;
	line-height: 2.25;
}

.p-contact-control__required {
	background: #ee5a6d;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 23px;
	line-height: 23px;
	margin-left: 16px;
	text-align: center;
	width: 36px;
}

.p-contact-control__right {
	flex: 0 1 auto;
	padding: 20px 0;
	width: 100%;
}

.p-contact-control__addressNumber {
	margin-left: 10px;
	width: 160px;
}

.p-contact-control__addressText {
	margin-top: 20px;
}

.p-contact-control__addressButton {
	border-radius: 6px;
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: 20px;
	padding: 8px 20px;
}

.p-contact-control__subtext {
	color: #888888;
	font-size: 11px;
	margin-top: 5px;
	width: 100%;
}

.p-contact-info {
	margin: auto;
	max-width: 728px;
	width: 100%;
}

.p-contact-info__title {
	color: #393939;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.42857;
}

.p-contact-info__telBox {
	display: inline-block;
	margin-top: 34px;
	text-align: center;
}

.p-contact-info__tel {
	color: #1391e6;
	display: block;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	white-space: nowrap;
}

.p-contact-info__tel img {
	margin-right: -4px;
}

.p-contact-info__time {
	color: #1391e6;
	font-size: 12px;
	line-height: 1;
	margin-top: 6px;
}

.p-contact-info__text {
	font-size: 14px;
	line-height: 1.71429;
	margin-top: 23px;
}

.p-form__lists {
	margin: auto;
	max-width: 728px;
}

.p-form__button {
	margin-top: 72px;
}

.p-entry-content {
	overflow: hidden;
}

.p-entry-content> :first-child {
	margin-top: 0;
}

.p-entry-content> :last-child {
	margin-bottom: 0;
}

.p-entry-content h2+p,
.p-entry-content h3+p,
.p-entry-content h4+p,
.p-entry-content h5+p,
.p-entry-content h6+p {
	margin-top: 16px;
}

.p-entry-content h2 {
	border-left: 8px solid #1391e6;
	color: #1391e6;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin-top: 58px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-top: 11px;
}

.p-entry-content h3 {
	border-bottom: 1px solid #1391e6;
	color: #1391e6;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin-top: 36px;
	padding-bottom: 2px;
}

.p-entry-content h4 {
	color: #1391e6;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 50px;
}

.p-entry-content h4+p {
	margin-top: 8px;
}

.p-entry-content h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 2em;
}

.p-entry-content h6 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 2em;
}

.p-entry-content p {
	font-size: 14px;
	line-height: 1.71429;
	margin-top: 24px;
}

.p-entry-content ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 10px;
}

.p-entry-content ul ul,
.p-entry-content ul ol {
	margin-bottom: 0;
}

.p-entry-content ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	margin-top: 20px;
	padding-left: 20px;
}

.p-entry-content ol ul,
.p-entry-content ol ol {
	margin-bottom: 0;
}

.p-entry-content li {
	line-height: 1.6;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}

.p-entry-content blockquote {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em;
}

.p-entry-content blockquote> :first-child {
	margin-top: 0;
}

.p-entry-content blockquote> :last-child {
	margin-bottom: 0;
}

.p-entry-content q {
	background: #eee;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: middle;
}

.p-entry-content strong,
.p-entry-content em,
.p-entry-content b {
	font-style: normal;
	font-weight: 700;
}

.p-entry-content a {
	color: #1391e6;
	text-decoration: underline;
	transition: opacity 0.3s ease 0s;
}

.p-entry-content a:hover {
	opacity: 0.7;
}

.p-entry-content img {
	vertical-align: middle;
}

.p-entry-content dl {
	margin-top: 1em;
}

.p-entry-content dt {
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 0.8em;
}

.p-entry-content var,
.p-entry-content code,
.p-entry-content kbd {
	background: #fee;
	color: #1391e6;
	display: inline-block;
	font-style: normal;
	padding-left: 0.2em;
	padding-right: 0.2em;
	vertical-align: baseline;
}

.p-entry-content pre {
	margin-top: 1.2em;
	overflow: auto;
	padding: 1em;
	white-space: pre;
}

.p-entry-content pre code {
	background: #2d2d2d;
	color: #fff;
	margin: -1em;
	padding: 12px;
	position: relative;
}

.p-entry-content iframe,
.p-entry-content video,
.p-entry-content object {
	max-width: 100%;
}

.p-entry__meta {
	align-items: center;
	display: flex;
	margin-top: 18px;
}

.p-entry__published {
	color: #1391e6;
	font-size: 16px;
	line-height: 1;
	padding-left: 20px;
	position: relative;
}

.p-entry__published::before {
	background: url(./../img/common/icon-time.svg) no-repeat;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.p-entry__category {
	background: #1391e6;
	border-radius: 12px;
	color: #fff;
	font-size: 11px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
	margin: 0 0 0 32px;
	padding: 0 12px;
}

.p-entry__body {
	margin-top: 54px;
}

.p-entry__title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.42857;
}

.p-entry__link {
	margin-top: 100px;
}

.p-related-link {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-related-link__prev,
.p-related-link__next {
	background: #1391e6;
	border-radius: 4px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 124px;
}

.p-related-link__prev a,
.p-related-link__next a {
	align-items: center;
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-size: 14px;
	height: 100%;
	line-height: 1;
	text-decoration: none;
	width: 100%;
}

.p-related-link__archive {
	border: 1px solid #1391e6;
	border-radius: 4px;
	height: 41px;
	width: 90px;
}

.p-related-link__archive a {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	display: flex;
	font-size: 14px;
	height: 100%;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	width: 100%;
}

.p-related-link__prev {
	justify-content: flex-end;
	padding-right: 16px;
	right: calc(50% + 65px);
}

.p-related-link__prev a {
	background: transparent url(../img/common/icon-circle-left.svg) no-repeat left 16px center/contain;
	background-size: 15px;
	justify-content: flex-end;
	transition: 0.3s ease-out;
}

.p-related-link__prev a:hover {
	background: transparent url(../img/common/icon-circle-left.svg) no-repeat left 12px center/contain;
	background-size: 15px;
	opacity: 1;
}

.p-related-link__next {
	justify-content: flex-start;
	left: calc(50% + 65px);
	padding-left: 16px;
}

.p-related-link__next a {
	background: transparent url(../img/common/icon-circle-right.svg) no-repeat right 16px center/contain;
	background-size: 15px;
	justify-content: flex-start;
	transition: 0.3s ease-out;
}

.p-related-link__next a:hover {
	background: transparent url(../img/common/icon-circle-right.svg) no-repeat right 12px center/contain;
	background-size: 15px;
	opacity: 1;
}

.u-hidden-overTab {
	display: none;
}

@media (min-width: 768px) and (max-width: 999px) {

	.u-hidden-tab {
		display: none;
	}

	.p-blog__list {
		width: calc(50% - 25px);
	}

	.p-blog__list:not(:nth-child(2n+1)) {
		margin-left: 40px;
	}

	.p-blog__list:nth-child(n+3) {
		margin-top: 50px;
	}

	.u-hidden-tab {
		display: none;
	}

}

@media screen and (min-width: 1000px) {

	.u-hidden-pc {
		display: none;
	}

	.p-blog__list {
		width: calc(33.333333% - 33.3333333333px);
	}

	.p-blog__list:not(:nth-child(3n+1)) {
		margin-left: 50px;
	}

	.p-blog__list:nth-child(n+4) {
		margin-top: 58px;
	}

	.u-hidden-pc {
		display: none;
	}

}

@media (min-width: 1280px) {

	.l-top__recommend {
		margin-top: 125px;
	}

}

@media (max-width: 1279px) {

	.p-feature.is-deco {
		padding-bottom: 8.4375vw;
	}

}

@media screen and (max-width: 1200px) {

	.l-header__right {
		display: none;
	}

	.c-button-drawer {
		display: block;
		z-index: 40;
	}

	.p-footer-cta {
		display: flex;
	}

	.p-footer-info__tel {
		margin-top: 24px;
	}

	.p-copyright {
		height: initial;
		padding-bottom: 79px;
		padding-top: 17px;
	}

	.p-reserve {
		display: none;
	}

}

@media screen and (max-width: 999px) {

	.p-drawerMenu__scroll {
		padding: 53px 0 100px;
	}

	.p-drawerMenu__content {
		display: block;
		left: initial;
		margin: auto;
		position: initial;
		top: initial;
		transform: initial;
	}

	.p-drawerMenu__link {
		font-size: 13px;
		padding-bottom: 14px;
		padding-top: 16px;
	}

	.p-drawerMenu__link>span {
		margin-left: 11px;
	}

	.p-top-info {
		flex-direction: column-reverse;
	}

	.p-top-info__news {
		margin-top: 37px;
	}

	.p-top-info__table {
		margin-left: 0;
		margin-top: -28px;
	}

	.p-feature__description {
		margin-left: 40px;
		width: 40%;
	}

	.is-reverse .p-feature__wrap .p-feature__description {
		margin-right: 40px;
		width: 40%;
	}

	.p-medical__item:nth-child(n+2) {
		margin-left: 40px;
	}

	.p-footer-info {
		display: block;
	}

	.p-footer-info__left {
		margin: auto;
	}

	.p-footer-info__right {
		margin-left: 0;
		margin-top: 40px;
	}

	.p-footer-map {
		margin-left: auto;
		margin-right: auto;
		max-width: 478px;
		width: 100%;
	}

	.p-footer-nav {
		display: block;
		padding-left: 10px;
	}

	.p-footer-nav__item:nth-child(n+2) {
		margin-left: 0;
		margin-top: 40px;
	}

	.p-time-table {
		max-width: 540px;
	}

	.p-staff-member__item:not(:nth-child(3n+1)) {
		margin-left: 20px;
	}

	.p-staff-member__item {
		width: calc(33.3333333% - 13.3333333333px);
	}

}

@media screen and (max-width: 767px) {

	/* #general {
		padding-top: 60px;
		margin-top: -60px;
	}

	#special {
		padding-top: 60px;
		margin-top: -60px;
	} */

	.c-blog-new-top {
		font-size: 10px;
		height: 40px;
		width: 40px;
		top: -8px;
	}


	.c-blog-new {
		font-size: 10px;
		height: 40px;
		width: 40px;
		top: -8px;
	}

	.l-header {
		height: 60px;
	}

	.l-header__inner {
		padding: 0 20px;
	}

	.l-top__recommend {
		margin-top: 108px;
	}

	.l-top__medical {
		margin-top: 95px;
	}

	.l-top__blog {
		margin-top: 96px;
	}

	.l-deco-vector__top1 {
		height: 22.66667vw;
	}

	.l-deco-vector__top1::before {
		background-image: url(../img/common/bg-top-sp.svg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.l-deco-vector__bg {
		padding-top: 30px;
	}

	.l-deco-vector__bottom2::before {
		bottom: 25px;
		height: 25px;
		left: 12px;
		width: 25px;
	}

	.l-deco-vector__bottom2::after {
		bottom: 8px;
		height: 58px;
		right: 8px;
		width: 53px;
	}

	.l-footer .l-inner {
		height: inherit;
		margin: 0 auto;
		max-width: 100%;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 20px;
		padding-right: 10px;
		width: 1040px;
	}

	.l-footer {
		padding-top: 14px;
	}

	.l-footer__copyright {
		margin-top: 60px;
	}

	.l-footer__nav {
		margin-top: 57px;
	}

	.l-footer .l-inner {
		height: inherit;
		margin: 0 auto;
		max-width: 100%;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 20px;
		padding-right: 10px;
		width: 1040px;
	}

	.l-breadcrumb {
		margin-top: 8px;
		padding-left: 0;
		padding-right: 0;
	}

	.l-lower-about__gallery {
		margin-top: 97px;
	}

	.l-lower-medical__nav {
		margin: 62px auto 0;
		max-width: 600px;
		width: 100%;
	}

	.l-lower-medical__items1 {
		margin-top: 100px;
	}

	.l-lower-medical__items2 {
		margin-top: 100px;
	}

	.l-lower-recruit__jobs {
		margin-top: 100px;
	}

	.l-lower-recruit__contact {
		margin-top: 100px;
	}

	.l-lower-staff__gallery {
		margin-top: 100px;
	}

	.l-lower-staff__member {
		margin-top: 100px;
	}

	.l-lower-staff__content {
		margin: 40px auto 0;
		max-width: 460px;
	}

	.l-lower {
		margin-top: 60px;
	}

	.l-blog {
		max-width: 500px;
		width: 100%;
	}

	.l-blog__content {
		display: block;
	}

	.l-blog__articles {
		width: 100%;
	}

	.l-blog__sidebar {
		margin-top: 100px;
		max-width: 600px;
		width: 100%;
	}

	.l-blog__pageNavi {
		margin-top: 60px;
	}

	.c-logo-drawer {
		margin-left: 20px;
		margin-top: 15px;
	}

	.c-btn-contact {
		font-size: 14px;
		height: 38px;
		width: 273px;
	}

	.c-btn-footer {
		font-size: 14px;
		height: 38px;
		max-width: 150px;
	}

	.c-btn-footer--white svg {
		width: 17.5px;
	}

	.c-btn {
		padding: 10px 40px;
	}

	.c-section-title {
		font-size: 20px;
	}

	.c-section-title::before,
	.c-section-title::after {
		height: 15px;
		width: 50px;
	}

	.c-section-title::before {
		left: -64px;
	}

	.c-section-title::after {
		right: -64px;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 11px;
		height: 30px;
		margin-left: 3px;
		margin-right: 3px;
		width: 30px;
	}

	.wp-pagenavi a.nextpostslink {
		background-size: 13px 13px;
		padding-left: 13px;
		width: 71px;
	}

	.wp-pagenavi a.previouspostslink {
		background-size: 13px 13px;
		padding-right: 13px;
		width: 71px;
	}

	.p-swiper {
		height: 447px;
		margin-top: 80px;
		padding: 0px 20px;
		width: 100%;
	}

	.p-swiper__img {
		-o-object-position: left;
		object-position: left;
	}

	.p-swiper__textImg {
		bottom: 40px;
		left: 20px;
		width: 265px;
	}

	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
		bottom: 20px;
		left: 3px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		height: 48px;
		width: 48px;
	}

	.swiper-button-prev {
		left: -3px;
	}

	.swiper-button-next {
		right: -3px;
	}

	.swiper-slide {
		border-radius: 8px;
	}

	.swiper-pagination-bullet {
		height: 6px;
		width: 6px;
	}

	.u-hidden-sp {
		display: none;
	}

	.u-hidden-overTab {
		display: block;
	}

	.p-top-info {
		padding: 0 20px;
	}

	.p-top-news__subTitle {
		font-size: 11px;
	}

	.p-top-news__detail {
		font-size: 11px;
	}

	.p-top-news__archive {
		padding: 12px 0;
	}

	.p-top-news__published {
		padding-left: 8px;
		width: 94px;
	}

	.p-top-news__text {
		margin-left: 12px;
		padding-right: 20px;
	}

	.p-top-recommend__items {
		display: block;
		margin-top: 38px;
		max-width: 600px;
		padding: 0 48px;
	}

	.p-top-recommend__item {
		width: 100%;
	}

	.p-top-recommend__item:nth-child(n+2) {
		margin-left: 0;
		margin-top: 58px;
	}

	.p-top-btn {
		bottom: 100px;
		right: 10px;
	}

	.p-feature.is-deco {
		padding-bottom: 0;
		padding-top: 115px;
	}

	.p-feature.is-deco::before {
		background-image: url(./../img/common/concept-bg_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
		height: 82.2vw;
		height: 81.06667vw;
		left: 3%;
		top: 10px;
	}

	.p-feature__wrap {
		flex-direction: column-reverse;
	}

	.p-feature__img {
		height: 61.2vw;
		margin-right: auto;
		margin-top: 35px;
		width: 89%;
	}

	.p-feature__img img {
		height: 61.2vw;
	}

	.p-feature__description {
		margin-left: 0;
		padding: 0 20px;
		width: 100%;
	}

	.p-feature__title {
		font-size: 20px;
		margin-top: 12px;
	}

	.p-feature__subTitle {
		font-size: 11px;
		padding-left: 0px;
	}

	.p-feature__textBlock {
		margin-top: 26px;
	}

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

	.is-reverse .p-feature__wrap {
		flex-direction: column-reverse;
	}

	.is-reverse .p-feature__wrap .p-feature__img {
		height: 61.2vw;
		margin-left: auto;
		margin-right: inherit;
		margin-top: 40px;
		width: 89%;
	}

	.is-reverse .p-feature__wrap .p-feature__img img {
		height: 61.2vw;
	}

	.is-reverse .p-feature__wrap .p-feature__description {
		margin-right: 0;
		padding: 0 20px;
		width: 100%;
	}

	.p-recommend-item__title img {
		width: 178px;
	}

	.p-recommend-item__img {
		margin-top: 12px;
	}

	.p-medical-anchor__title {
		font-size: 20px;
	}

	.p-medical-detail {
		padding: 30px 20px 20px;
	}

	.p-medical-detail__icon-pc {
		display: none;
	}

	.p-medical-detail__icon-sp {
		display: block;
		height: 60px;
		position: absolute;
		right: 20px;
		top: 0;
		width: 80px;
	}

	.p-medical-detail__titleWrap {
		display: block;
		padding-bottom: 20px;
	}

	.p-medical-detail__title {
		font-size: 20px;
	}

	.p-medical-detail__subTitle {
		margin-left: 0;
		margin-top: 28px;
	}

	.p-medical-detail__content {
		display: block;
		margin-top: 20px;
	}

	.p-medical-detail__textWrap {
		width: 100%;
	}

	.p-medical-detail__imgWrap {
		margin-left: 0;
		margin-top: 16px;
		width: 100%;
	}

	.p-medical-item {
		display: block;
		text-align: center;
	}

	.p-medical-item__link {
		font-size: 20px;
		padding: 18px 20px;
	}

	.p-medical-link {
		height: 210px;
	}

	.p-medical-link__wrap {
		top: 30%;
	}

	.p-medical-link__title {
		font-size: 20px;
	}

	.p-medical-link__title::after {
		width: 30px;
	}

	.p-medical-link__text {
		font-size: 12px;
	}

	.p-medical-main__wrap:nth-child(n+2) {
		margin-top: 84px;
	}

	.p-medical-main__items {
		display: block;
		margin-top: 30px;
	}

	.p-medical-main__item {
		margin-bottom: 16px;
		margin-right: 0;
	}

	.p-medical-main__item:last-child {
		margin-bottom: 0;
	}

	.p-medical__items {
		display: block;
		margin-top: 40px;
	}

	.p-medical__item {
		width: 100%;
	}

	.p-medical__item:nth-child(n+2) {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	.p-medical__textWrap {
		margin-top: 20px;
		padding: 22px 16px;
	}

	.p-medical__text {
		line-height: 1.75;
	}

	.p-blog-card {
		border-radius: 0;
		box-shadow: none;
		display: flex;
		min-height: 100px;
	}

	.p-blog-card__new {
		font-size: 10px;
		height: 40px;
		left: -5px;
		top: -10px;
		width: 40px;
	}

	.p-blog-card__img {
		border-radius: initial;
		height: 100px;
		padding-top: 0;
		width: 40%;
	}

	.p-blog-card__body {
		min-height: initial;
		padding: 3px 0 5px 8px;
		width: 60%;
	}

	.p-blog-card__category {
		font-size: 10px;
		height: 18px;
		line-height: 18px;
		padding-left: 8px;
		padding-right: 8px;
		position: static;
		vertical-align: top;
	}

	.p-blog-card__title {
		font-size: 14px;
		min-height: initial;
	}

	.p-blog-card__published {
		margin-top: 8px;
	}

	.p-blog__lists {
		display: block;
		margin-top: 48px;
	}

	.p-blog__list {
		max-width: 600px;
		width: 100%;
	}

	.p-blog__list:nth-child(n+2) {
		margin-top: 22px;
	}

	.p-blog__btn {
		margin-top: 40px;
	}

	.p-footer-info {
		border-radius: 8px;
		padding: 35px 10px 20px;
	}

	.p-footer-info__img img {
		width: 310px;
	}

	.p-footer-info__access {
		margin-top: 10px;
	}

	.p-footer-info__time {
		margin-top: 6px;
	}

	.p-footer-info__btn:nth-child(2) {
		margin-left: 15px;
	}

	.p-footer-info__table {
		margin-top: 20px;
	}

	.p-footer-map {
		margin-top: 22px;
		width: calc(100% - 20px);
	}

	.p-footer-nav__item:nth-child(n+2) {
		margin-top: 38px;
	}

	.p-footer-topImg {
		margin-top: 100px;
	}

	.p-footer-topImg::before {
		background-position: top left -62px;
	}

	.p-lower-top {
		height: 188px;
		margin-top: 80px;
	}

	.p-lower-top__title {
		font-size: 26px;
	}

	.p-lower-top__subTitle {
		margin-top: 18px;
	}

	.p-lower-top--about {
		background-image: url(../img/about/page-about_top-sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.p-lower-top--medical {
		background-image: url(../img/medical/page-medical_top-sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.p-lower-top--staff {
		background-image: url(../img/staff/page-staff_top-sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.p-lower-top--archive {
		background-image: url(../img/common/archive_top-sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.p-lower-top--recruit {
		background-image: url(../img/recruit/page-recruit_top-sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.p-lower-top--contact {
		background-image: url(../img/contact/page-contact_top-sp.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.p-about-gallery__photos {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		max-width: 600px;
		width: 100%;
	}

	.p-about-gallery__photo {
		width: calc(50% - 6px);
	}

	.p-about-gallery__photo:not(:nth-child(3n)) {
		margin-right: inherit;
	}

	.p-about-gallery__photo:not(:nth-child(-n+3)) {
		margin-top: inherit;
	}

	.p-about-gallery__photo:not(:nth-child(2n)) {
		margin-right: 12px;
	}

	.p-about-gallery__photo:not(:nth-child(-n+2)) {
		margin-top: 12px;
	}

	.p-about-feature__items {
		margin-top: 28px;
	}

	.p-about-feature__item:nth-child(n+2) {
		margin-top: 94px;
	}

	.p-lower-medical__items {
		margin: 35px auto 0;
		max-width: 600px;
		width: 100%;
	}

	.p-lower-medical__item:nth-child(n+2) {
		margin-top: 36px;
	}

	.p-lower-greeting__content {
		display: block;
		margin-top: 38px;
	}

	.p-lower-greeting__description,
	.p-lower-greeting__imgWrap {
		margin: auto;
	}

	.p-lower-greeting__imgWrap {
		margin-left: 0;
		margin-top: 37px;
	}

	.p-lower-greeting__subtitle {
		font-size: 20px;
	}

	.p-lower-greeting__textWrap {
		margin-top: 27px;
	}

	.p-lower-greeting__textWrap3 {
		margin-top: 36px;
	}

	.p-lower-greeting__about {
		margin-top: 42px;
	}

	.p-lower-greeting__career,
	.p-lower-greeting__license {
		margin-top: 38px;
	}

	.p-lower-greeting__career {
		margin-top: 0;
	}

	.p-staff-member__item:not(:nth-child(3n+1)) {
		margin: initial;
	}

	.p-staff-member__item:not(:nth-child(-n+3)) {
		margin: initial;
	}

	.p-staff-member__item {
		margin: auto;
		max-width: 600px;
		width: 100%;
	}

	.p-staff-member__item:nth-child(n+2) {
		margin-top: 58px;
	}

	.p-staffCard__info-left,
	.p-staffCard__info-right {
		width: 41.5%;
	}

	.p-archive-card {
		height: 100%;
		min-height: 100px;
	}

	.p-archive-card__img {
		max-width: 133px;
		width: 100%;
	}

	.p-archive-card__new {
		left: -8px;
		top: -11px;
	}

	.p-archive-card__body {
		min-height: initial;
		padding: 2px 0 5px 10px;
		width: 60%;
	}

	.p-archive-card__category {
		height: 18px;
		line-height: 18px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.p-archive-card__title {
		font-size: 14px;
		margin-top: 2px;
	}

	.p-archive-card__published {
		margin-top: 2px;
	}

	.p-archive__lists {
		padding-top: 0;
	}

	.p-sidebar-card {
		height: 100px;
	}

	.p-sidebar-card__img {
		max-width: 133px;
	}

	.p-sidebar-card__body {
		padding-top: 10px;
		width: calc(100% - 132px);
	}

	.p-sidebar__block:nth-child(n+2) {
		margin-top: 58px;
	}

	.p-lower-contact__info:nth-child(2) {
		margin-top: 40px;
	}

	.p-lower-contact__titleWrap {
		margin-top: 97px;
	}

	.p-lower-contact__title {
		line-height: 1.4;
	}

	.p-lower-contact__area {
		margin-top: 60px;
	}

	.p-contact-control {
		display: block;
	}

	.p-contact-control__left {
		padding: 0;
		padding-top: 26px;
	}

	.p-contact-control__required {
		font-size: 11px;
		margin-left: 12px;
	}

	.p-contact-control__right {
		margin-top: 12px;
		padding: 0;
		padding-bottom: 24px;
	}

	.p-contact-control__addressText {
		margin-top: 14px;
	}

	.p-contact-control__subtext {
		margin-top: 2px;
	}

	.p-contact-info__title {
		font-size: 19px;
		letter-spacing: 0.15em;
		line-height: 1.6;
	}

	.p-contact-info__telBox {
		margin-top: 25px;
	}

	.p-contact-info__text {
		margin-top: 20px;
	}

	.p-form__button {
		margin-top: 68px;
	}

	.p-entry-content h2 {
		border-left: 6px solid #1391e6;
		font-size: 18px;
		line-height: 1.77778;
		padding: 4px 0 4px 16px;
	}

	.p-entry-content h3 {
		font-size: 16px;
		line-height: 2;
		margin-top: 34px;
	}

	.p-entry-content h4 {
		font-size: 14px;
		margin-top: 54px;
	}

	.p-entry-content ul {
		margin-top: 18px;
	}

	.p-entry-content ol {
		margin-top: 18px;
	}

	.p-entry__meta {
		margin-top: 14px;
	}

	.p-entry__category {
		padding-left: 10px;
		padding-right: 10px;
	}

	.p-entry__body {
		margin-top: 56px;
	}

	.p-entry__title {
		font-size: 20px;
		line-height: 1.6;
	}

	.p-entry__link {
		margin-top: 40px;
	}

	.p-related-link__prev,
	.p-related-link__next {
		width: 108px;
	}

	.p-related-link__prev {
		right: calc(50% + 57px);
	}

	.p-related-link__next {
		left: calc(50% + 57px);
	}

	.u-hidden-sp {
		display: none;
	}

	.u-hidden-overTab {
		display: block;
	}

}

@media screen and (max-width: 374px) {

	.c-logo-header {
		max-width: 240px;
	}

	.c-logo-drawer {
		max-width: 240px;
	}

}

[data-target] {
	cursor: pointer;
}

[aria-busy="true"] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="date"],
textarea {
	background: #f6f6f6;
	background-image: none;
	border: 1px solid #1391E6;
	border: none;
	border-radius: 0;
	border-radius: 4px;
	font-family: inherit;
	font-size: 1em;
	padding: 12px 16px;
	width: 100%;
}

[type="text"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="url"]:hover,
[type="email"]:hover,
[type="password"]:hover,
[type="date"]:hover,
textarea:hover {
	outline: none;
}

[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="date"]:focus,
textarea:focus {
	border-color: #1391E6;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f6f6f6;
	background-image: url(../img/common/icon-select.svg);
	background-position: right 12px center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 13px 16px;
	width: 100%;
}

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

select:focus {
	border-color: #1391E6;
}

.wpcf7-list-item {
	margin-left: 0;
}


/* 問合せフォームのスタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	border-radius: 4px;
	background: #F6F6F6;
	border: none;
	font-size: 1em;
	padding: 12px 16px;
	width: 100%;
}

/* プレースホルダーのスタイル */
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
	color: #C2C2C2;
}

/* ラジオボタンのスタイル */
[type="radio"] {
	display: none;
}

[type="radio"]+span {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin: 0 32px 0 0;
	padding: 8px 0 8px 32px;
	position: relative;
}

[type="radio"]+span::before {
	background: #fff;
	border: 1px solid #1391E6;
	border-radius: 50%;
	content: "";
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

[type="radio"]+span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

[type="radio"]:checked+span::after {
	background: #1391E6;
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	left: 6px;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
}

.wpcf7-list-item {
	margin-left: 0;
}

@media screen and (max-width: 767px) {

	[type="radio"]+span {
		margin-right: 40px;
	}
}

/* テキストエリアのスタイル */
textarea {
	height: 160px;
}


/* トップダウンメニューのスタイル */
select {
	appearance: none;
	background-color: #f6f6f6;
	background-image: url(../img/common/icon-select.svg);
	background-position: right 12px center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1em;
	padding: 13px 16px;
	width: 100%;
}

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

select:focus {
	border-color: #1391E6;
}

/* チェックボックスのスタイル */
[type="checkbox"] {
	display: none;
}

[type="checkbox"]+span {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin: 0 32px 0 0;
	padding: 0 0 0 32px;
	position: relative;
	transition: all 1s ease 0s;
}

[type="checkbox"]+span::before {
	background: #fff;
	border: 1px solid #1391E6;
	content: "";
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

[type="checkbox"]+span::after {
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}

[type="checkbox"]:checked+span::after {
	border-bottom: 4px solid #1391E6;
	border-left: 4px solid #1391E6;
	content: "";
	display: block;
	height: 14.4px;
	left: 0;
	margin-top: -0.2em;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 24px;
}

.checkbox-1 span label {
	padding-bottom: 16px;
}

.checkbox-1 .wpcf7-list-item.last label {
	padding-bottom: 0px;
}

.checkbox-1 span:nth-child(4) [type="checkbox"]+span {
	margin-right: 0;
}

@media screen and (max-width: 767px) {

	[type="checkbox"]+span {
		margin-right: 24px;
	}

	.checkbox-1 span:nth-child(4) [type="checkbox"]+span {
		margin-right: 24px;
	}

	.checkbox-1 span:nth-child(3n) [type="checkbox"]+span {
		margin-right: 0;
	}
}

/* カレンダーのスタイル */
[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/common/icon-calendar.svg);
	background-position: right 12px center;
	background-repeat: no-repeat;
	position: relative;
}

[type="date"]:focus {
	border-color: #1391E6;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.date-2,
.date-3 {
	display: block;
	margin-top: 20px;
}