/* 共通 */

body,
html {
	height: 100%;
}
html body {
	background: #fff;
	color: #1e1e1e;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
		メイリオ, Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 100%;
	line-height: 1.875;
	overflow-x: hidden;
}

*,
*:before,
*:after {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	color: #000;
	outline: none;
}
a:where(:not(.wp-element-button)) {
	text-decoration: none !important;
}
a:hover {
	text-decoration: underline;
}
a img {
	outline: none;
}
h1,
h2,
h3,
h4 {
	color: #161616;
}
#pagetop {
}
nav {
	background: none;
}

ul,
ol {
	margin-left: 0;
	padding-left: 0;
}
ul {
	list-style: none;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
.margin-bottom {
	margin-bottom: 0.65rem;
}

img {
	border: 0;
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-block-embed {
	margin-bottom: 0 !important;
}
.wp-block-column {
	margin-bottom: 0 !important;
}
.wp-block-columns {
	margin-bottom: 0 !important;
}
/* figcaption { display: none!important;} */
figcaption {
	font-size: 0.875rem;
	text-align: center;
}

.font-16 {
	font-size: 1rem !important;
}
.bold {
	font-weight: bold !important;
}

img.alignleft {
	float: left;
	margin-bottom: 1.25rem;
	margin-right: 1.25rem;
}

img.alignright {
	float: right;
	margin-bottom: 1.25rem;
	margin-left: 1.25rem;
}

img.aligncenter {
	display: block;
	margin-bottom: 1.25rem;
	width: 100%;
}

/* iOSでのフォーム周りデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
	border: none;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/* ヘッダー */

header {
	background: #fff;
	display: block;
	height: 130px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

header h1 {
	margin-top: 2.5rem;
}

.head-menu {
	display: block;
	margin-top: 2.25rem;
	overflow: hidden;
	width: 100%;
}

.head-menu-inner {
	float: right;
	font-size: 0.75rem;
}

.head-menu-inner ul li {
	float: left;
	margin-left: 1.875rem;
}
.head-menu-inner ul li:first-child {
	margin-left: 0;
}

.head-menu-inner ul li a {
	background: url(../imgs/common/icon-list-blue-sm.png) left center no-repeat;
	color: #000;
	padding-left: 0.75rem;
}

.headSearch {
	margin-top: 1.875rem;
	text-align: center;
}

.headSearch a {
	background: #1794ac;
	border-radius: 3px;
	color: #fff !important;
	display: block;
	font-size: 0.5625rem;
	height: 65px;
	padding-top: 0.875rem;
	position: relative;
	transition: 0.3s;
	width: 65px;
}

.headSearch a:hover {
	background: #dff2f7;
	color: #000 !important;
	text-decoration: none;
	transition: 0.3s;
}

.headSearch a:before {
	color: #a1d4e2;
	content: "search";
	display: block;
	font-family: "Material Icons";
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	width: 100%;
}

.head-sp {
	display: none;
}

@media (max-width: 991px) {
	.head-pc {
		display: none;
	}
	.head-sp {
		border-bottom: #d5d8d7 solid 1px;
		display: block;
		height: 55px;
	}
	.head-sp h1 {
		float: left;
		margin-top: 0.75rem;
	}
	.head-sp h1 img {
		height: 33px;
		width: auto;
	}
}

/* グローバルメニュー */

.globalNav {
	display: block;
	margin-top: 0.625rem;
	width: 100%;
}

.globalNav ul {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.globalNav ul li {
}
.globalNav ul li a {
	font-family: "Noto Sans Japanese";
	transition: 0.3s;
}
.globalNav ul li a:hover {
	text-decoration: none;
}

.globalNav ul li a:after {
	color: #f0f0f0;
	content: "lens";
	display: block;
	font-family: "Material Icons";
	font-size: 14px;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.globalNav ul li a:hover:after {
	color: #1794ac;
	content: "lens";
	display: block;
	font-family: "Material Icons";
	font-size: 14px;
	line-height: 1;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.gnav-toggler-icon {
	align-items: center;
	background: #1794ac;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 0.6875rem;
	height: 54px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 54px;
	z-index: 99;
}

.gnav-toggler-icon span {
	display: block;
	line-height: 1;
	overflow: hidden;
	width: 100%;
}

.gnav-toggler-icon span::before {
	color: #a1d4e2;
	content: "dehaze";
	display: block;
	font-family: "Material Icons";
	font-size: 26px;
	line-height: 1;
}

.sp-gnav-warp {
	background: #faf9f9;
	display: none;
	left: 0;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: 99;
}
.sp-gnav-warp.open {
	display: block;
}

.sp-gnav-list li {
	border-bottom: #d5d8d7 solid 1px;
	line-height: 1;
}

.sp-gnav-list li a {
	display: block;
	font-family: "Noto Sans Japanese";
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	position: relative;
	transition: 0.3s;
}
.sp-gnav-list li a span {
	margin-left: 1.25rem;
}

.sp-gnav-list li a:hover {
	background: #f0f0f0;
	text-decoration: none;
	transition: 0.3s;
}

.sp-gnav-list li a:before {
	color: #f0f0f0;
	content: "lens";
	font-family: "Material Icons";
	font-size: 12px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transition: 0.3s;
}

.sp-gnav-list li a:hover:before {
	color: #1794ac;
	content: "lens";
	font-family: "Material Icons";
	font-size: 12px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transition: 0.3s;
}

.sp-gnav-bottomMenu {
	display: block;
	font-size: 0.75rem;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}

.sp-gnav-bottomMenu ul {
	display: block;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
}

.sp-gnav-bottomMenu ul li {
	display: inline-block;
	margin-left: 28px;
}
.sp-gnav-bottomMenu ul li:first-child {
	margin-left: 0;
}

.sp-gnav-bottomMenu ul li a {
	background: url(../imgs/common/icon-list-blue-sm.png) center left no-repeat;
	padding-left: 10px;
}

.sp-head-search {
	padding: 30px 30px 48px;
	position: relative;
}

.sp-head-search input {
	border: #d5d8d7 solid 1px;
	border-radius: 3px;
	font-size: 16px;
	padding: 0.75rem;
	width: 100%;
}

.sp-head-search button {
	background: #1794ac;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	height: 56px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 56px;
}

.sp-head-search button:before {
	color: #a1d4e2;
	content: "search";
	display: block;
	font-family: "Material Icons";
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	width: 100%;
}

.home .globalNav ul li.home a::after {
	color: #1794ac;
}
.post-type-archive-outline .globalNav ul li.outline a::after {
	color: #1794ac;
}
.single-outline .globalNav ul li.outline a::after {
	color: #1794ac;
}
.post-type-archive-sinryoka .globalNav ul li.sinryoka a::after {
	color: #1794ac;
}
.single-sinryoka .globalNav ul li.sinryoka a::after {
	color: #1794ac;
}
.post-type-archive-patient .globalNav ul li.patient a::after {
	color: #1794ac;
}
.single-patient .globalNav ul li.patient a::after {
	color: #1794ac;
}
.post-type-archive-training .globalNav ul li.training a::after {
	color: #1794ac;
}
.single-training .globalNav ul li.training a::after {
	color: #1794ac;
}
.category-recruitment .globalNav ul li.recruitment a::after {
	color: #1794ac;
}

/* フッター */

footer {
	background: #fff;
	display: block;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	width: 100%;
}

.footer-timeDate,
.footer-contact,
.footer-address {
	padding-bottom: 1.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	width: 33.333%;
}

.footer-address {
	border-right: #a1d4e2 solid 1px;
	text-align: center;
}
.footer-address dd {
	margin-top: 1.5625rem;
}
.footer-address img {
	margin: 0 auto;
}
.footer-address p {
	font-size: 0.75rem;
}

.footer-address p a {
	color: #1794ac !important;
	text-decoration: underline;
}
.footer-address p a:hover {
	text-decoration: none;
}

.copyright {
	color: #939393;
	font-size: 0.6875rem !important;
	margin-left: 10px;
	margin-top: 40px;
	text-align: left;
}
.footer-contact {
	border-right: #a1d4e2 solid 1px;
}

.footer-contact dt {
	background: #f0f0f0;
	border-radius: 9999px;
	color: #000 !important;
	display: block;
	font-size: 0.875rem;
	line-height: 44px;
	margin: 0 auto;
	text-align: center;
	width: 10rem;
}

.contact-tel {
	display: block;
	line-height: 1;
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center;
	width: 280px;
}

.contact-tel a {
	color: #1794ac !important;
	font-family: "Noto Sans Japanese";
	font-size: 2.25rem;
	font-weight: bold;
}
.contact-tel a:hover {
	text-decoration: none;
}
.contact-tel a span {
	font-size: 1rem;
	margin-right: 0.5em;
}

.contact-fax {
	font-family: "Noto Sans Japanese";
	font-size: 1rem;
	line-height: 1;
	margin: 0 auto;
	margin-top: 1rem;
	text-align: right;
	width: 280px;
}

.contact-mail {
	line-height: 1;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 2rem;
}

.contact-mail a {
	background: #1794ac;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	font-weight: bold;
	line-height: 74px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	transition: 0.3s;
}
.contact-mail a:after {
	content: "mail";
	font-family: "Material Icons";
	font-size: 22px;
	position: absolute;
	right: 1.125rem;
}

.contact-mail a:hover {
	background: #dff2f7;
	color: #000 !important;
	text-decoration: none;
	transition: 0.3s;
}

.footer-timeDate dt {
	background: #f0f0f0;
	border-radius: 9999px;
	color: #000 !important;
	display: block;
	font-size: 0.875rem;
	line-height: 44px;
	margin: 0 auto;
	text-align: center;
	width: 10rem;
}

.footer-timeDate dd {
	padding-left: 1rem;
	padding-right: 1rem;
}

.footer-timeDate table {
	border-top: #f0f0f0 solid 1px;
	font-size: 0.875rem;
	line-height: 1;
	margin: 2.25rem auto 1.25rem auto;
	width: 100%;
}
.footer-timeDate table tr {
	border-bottom: #f0f0f0 solid 1px;
}

.footer-timeDate table th {
	background: #a1d4e2;
	font-weight: normal;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	text-align: center;
	width: 90px;
}
.footer-timeDate table td {
	padding: 1.25rem;
}
.footer-timeDate p {
	font-size: 0.7rem;
}

.footer-timeDate p span {
	font-size: 0.875rem;
	font-weight: bold;
	margin-right: 0.5em;
}

@media (max-width: 991px) {
	footer {
		padding-bottom: 2.875rem;
		padding-top: 2.875rem;
	}
	.footer-timeDate,
	.footer-contact,
	.footer-address {
		border-right: none;
		display: block;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		width: 100%;
	}
	.footer-timeDate dd {
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer-timeDate table {
		margin: 1.25rem auto 0.625rem auto;
	}
	.contact-mail {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 1.25rem;
	}
	.footer-contact {
		margin-top: 30px;
	}
	.contact-tel {
		margin-top: 1.25rem;
	}
	.footer-address {
		margin-top: 3rem;
	}
	.footer-address dd {
		margin-top: 1.25rem;
	}
	.copyright {
		margin-left: 0;
		margin-top: 0;
		text-align: center;
	}
}

/* モーダルウィンドウ */

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

/* コンテンツタイトル */

.title-warp {
	padding-bottom: 35px;
	padding-top: 130px;
	position: relative;
	z-index: 0;
}

.single .title-warp {
	background: url(../imgs/common/bg-title-default.jpg) center center no-repeat;
	background-size: cover;
}

.title-warp:before {
	background-color: rgba(23, 148, 172, 0.85);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#nurse.post-type-archive-sinryoka .title-warp:before {
	background-color: rgba(23, 148, 172, 0.85);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.title-inner {
	align-items: center;
	display: flex;
	height: 138px;
}

.title-inner h1 {
	color: #fff;
	font-size: 2.25rem;
	line-height: 1.2;
	margin-bottom: 0;
}

/* パンクズ */

.panks {
	font-size: 0.75rem;
	margin-top: 1.875rem;
}

.panks ul {
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
}

.panks ul li {
	color: #a1d4e2 !important;
	float: left;
}
.panks ul li:first-child {
	position: relative;
}
.panks ul li:first-child a {
	padding-left: 1.25rem;
}

.panks ul li:after {
	color: #fff;
	content: ">";
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.panks ul li:last-child:after {
	content: "";
}

.panks ul li:first-child:before {
	color: #fff;
	content: "home";
	font-family: "Material Icons";
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 3px;
}

.panks ul li a {
	color: #fff !important;
	text-decoration: underline;
}
.panks ul li a:hover {
	text-decoration: none;
}

/* コンテンツ */

.contents-warp {
	background: url(../imgs/common/bg-contents.png);
	padding-bottom: 7.5rem;
}

.post-date {
	position: relative;
	text-align: center;
}

.post-date-inner {
	background: #f0f0f0;
	border-radius: 999px;
	color: #7a7a7a;
	display: inline-block;
	font-size: 0.75rem;
	left: 50%;
	line-height: 1;
	padding: 0.5rem 1.25rem;
	position: absolute;
	top: -14px;
	transform: translateX(-50%);
}

.main-contents {
	margin-top: 5.625rem;
}

/* .main-contents h1, .main-contents h2, .main-contents h3 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	color: #1e1e1e!important;
}

.main-contents h1 {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	padding-bottom: 1.125rem;
	font-size: 1.8753rem;
	border-bottom: #f0f0f0 solid 1px;
	position: relative;
	font-weight: bold;
}

.main-contents h1:after {
	content: url(../imgs/common/border-h1.png);
	position: absolute;
	left: 0;
	bottom: 4px;
	height: 5px;
	line-height: 5px;
}

.main-contents h2 {
	background: #f0f0f0;
	border-radius: 5px;
	padding: 1.250rem 1.50rem;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	font-size: 1.50rem;
	font-weight: bold;
}

.main-contents h3 {
	background: url(../imgs/common/border-h3.png) left center no-repeat;
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	padding-left: 2.50rem;
	font-size: 1.125rem;
	font-weight: bold;
} */

.main-contents h2,
.main-contents h3,
.main-contents h4 {
	color: #1e1e1e !important;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.main-contents h2 {
	border-bottom: #f0f0f0 solid 1px;
	font-size: 1.8753rem;
	font-weight: bold;
	margin-bottom: 1.75rem;
	margin-top: 2.75rem;
	padding-bottom: 1.125rem;
	position: relative;
}

.main-contents h2:after {
	bottom: 4px;
	content: url(../imgs/common/border-h1.png);
	height: 5px;
	left: 0;
	line-height: 5px;
	position: absolute;
}

.main-contents h3 {
	background: #f0f0f0;
	border-radius: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1.75rem;
	margin-top: 2.75rem;
	padding: 1.25rem 1.5rem;
}

.main-contents h4 {
	background: url(../imgs/common/border-h3.png) left top 10px no-repeat;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1.75rem;
	margin-top: 2.75rem;
	padding-left: 2.5rem;
}

.main-contents p {
	margin-bottom: 2rem;
}
.main-contents a {
	color: #1794ac !important;
	text-decoration: underline;
}
.main-contents a:hover {
	color: #e60751 !important;
	text-decoration: none;
}

.main-contents ul {
	display: block;
	margin-bottom: 1.25rem;
	margin-left: 1.5rem;
}

.main-contents ol {
	display: block;
	margin-bottom: 1.25rem;
	margin-left: 2.625rem;
}
.main-contents ul li,
.main-contents ol li {
	margin-bottom: 0.5rem;
}

.main-contents ul li {
	background: url(../imgs/common/point-list.png) top 8px left no-repeat;
	padding-left: 1.25rem;
}

.main-contents a[target="_blank"]:after {
	content: url(../imgs/common/icon-blank.png);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.main-contents a[href$=".pdf"]:after {
	content: url(../imgs/common/icon-pdf.png);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.main-contents a[href$=".xls"]:after,
.main-contents a[href$=".xlsx"]:after {
	content: url(../imgs/common/icon-excel.png);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.main-contents a[href$=".doc"]:after,
.main-contents a[href$=".docx"]:after {
	content: url(../imgs/common/icon-word.png);
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.main-contents table {
	border-top: #adadad solid 1px;
	font-family: "Noto Sans Japanese";
	line-height: 1.7;
	margin-bottom: 1.25rem;
	width: 100%;
}

.main-contents table th,
.main-contents table td {
	padding: 1rem 1.25rem;
}
.main-contents table thead {
	background: #dff2f7;
}
.main-contents table thead th {
	text-align: center;
}
.main-contents table tbody {
	border-top: #adadad solid 1px;
}
.main-contents table tbody tr {
	border-bottom: #adadad solid 1px;
}
.main-contents table tbody th {
	background: #eef4f6;
}
.main-contents table tbody td:nth-child(odd) {
	background: #fff;
}
.main-contents table tfoot tr {
	border-bottom: #adadad solid 1px;
}
.main-contents table tfoot th {
	background: #eef4f6;
}
.main-contents table tfoot td:nth-child(odd) {
	background: #fff;
}

.main-contents table.type-b th,
.main-contents table td {
	padding: 1rem 1.25rem;
}
.main-contents table.type-b thead {
	background: #dff2f7;
}
.main-contents table.type-b thead th {
	text-align: center;
}
.main-contents table.type-b tbody {
	border-top: #adadad solid 1px;
}
.main-contents table.type-b tbody tr {
	border-bottom: #adadad solid 1px;
}
.main-contents table.type-b tbody th {
	background: #eef4f6;
}
.main-contents table.type-b tbody td {
	background: #fff;
}
.main-contents table.type-b tfoot tr {
	border-bottom: #adadad solid 1px;
}
.main-contents table.type-b tfoot th {
	background: #eef4f6;
}
.main-contents table.type-b tfoot td {
	background: #fff;
}

.main-contents table.type-c th,
.main-contents table td {
	padding: 1rem 1.25rem;
}
.main-contents table.type-c thead {
	background: #dff2f7;
}
.main-contents table.type-c thead th {
	text-align: center;
}
.main-contents table.type-c tbody {
	border-top: #adadad solid 1px;
}
.main-contents table.type-c tbody tr {
	border-bottom: #adadad solid 1px;
}
.main-contents table.type-c tbody th {
	background: #eef4f6;
}
.main-contents table.type-c tbody td {
	background: none;
}
.main-contents table.type-c tfoot tr {
	border-bottom: #adadad solid 1px;
}
.main-contents table.type-c tfoot th {
	background: #eef4f6;
}
.main-contents table.type-c tfoot td {
	background: none;
}

@media (max-width: 1024px) {
	.scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
}

.back-link-warp {
	margin-top: 3.75rem;
}
.back-link-warp a {
	background: #1794ac url(../imgs/common/icon-backlink.png) center left 1.125rem
		no-repeat;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	line-height: 1;
	margin: 0 auto;
	padding: 1.75rem 3rem;
	text-align: center;
	transition: 0.3s;
	width: 315px;
}

.back-link-warp a:hover {
	background: #dff2f7 url(../imgs/common/icon-backlink.png) center left 1.125rem
		no-repeat;
	color: #000 !important;
	text-decoration: none;
	transition: 0.3s;
}

@media (max-width: 991px) {
	.title-warp {
		padding-bottom: 35px;
		padding-top: 55px;
	}
	.main-contents {
		margin-top: 1.875rem;
	}
	.contents-warp {
		padding-bottom: 3.75rem;
	}
}

@media (max-width: 768px) {
	.title-inner {
		align-items: center;
		display: flex;
		height: 100px;
	}
	.title-inner h1 {
		font-size: 2rem;
	}
	.main-contents h2 {
		font-size: 1.75rem;
	}
	.main-contents h3 {
		font-size: 1.25rem;
	}
	.main-contents h4 {
		font-size: 1.125rem;
	}
}

@media (max-width: 575px) {
	.contents-warp {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contents-warp h2,
	.contents-warp h3,
	.contents-warp h4 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* archive */

.title-warp {
	background: url(../imgs/common/bg-title-category.jpg) center center no-repeat;
	background-size: cover;
}

#nurse.post-type-archive-sinryoka .title-warp {
	background: url(../imgs/common/bg-title-category.jpg) center center no-repeat;
	background-size: cover;
}

.archive-list-warp {
	margin-top: 5.625rem;
}

.archive-tabBlock {
	border-bottom: #d5d8d7 solid 1px;
	display: block;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.archive-tabBlock ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 0;
}

.archive-tabBlock ul li {
	border-left: #fff solid 1px;
	display: block;
	width: 25%;
}
.archive-tabBlock ul li:first-child {
	border-left: none;
}

.archive-tabBlock ul li a {
	align-items: center;
	display: flex;
	height: 66px;
	justify-content: center;
	line-height: 1.4;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	text-align: center;
	width: 100%;
}

.archive-tabBlock ul li a:hover {
	text-decoration: none;
}
.archive-tabBlock .info {
}
.archive-tabBlock .info a {
	background: #1794ac;
	border-radius: 5px 5px 0 0;
	color: #fff !important;
}

.archive-tabBlock .patient {
}
.archive-tabBlock .patient a {
	background: #19405e;
	border-radius: 5px 5px 0 0;
	color: #fff !important;
}

.archive-tabBlock .medical {
}
.archive-tabBlock .medical a {
	background: #e25d6e;
	border-radius: 5px 5px 0 0;
	color: #fff !important;
}

.archive-tabBlock .concerned {
}
.archive-tabBlock .concerned a {
	background: #866667;
	border-radius: 5px 5px 0 0;
	color: #fff !important;
}

.archive-tabBlock .openlecture {
}
.archive-tabBlock .openlecture a {
	background: #00b796;
	border-radius: 5px 5px 0 0;
	color: #fff !important;
}

.archive-tabBlock a:hover {
	background: #fff;
	color: #1794ac !important;
	font-weight: bold;
	position: relative;
}

.archive-tabBlock a:hover:after,
.archive-tabBlock .active a:after {
	bottom: -1px;
	content: url(../imgs/common/tri-tab.png);
	height: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 15px;
	z-index: 2;
}

.archive-list {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	margin-top: 0.625rem;
}
.archive-list ul {
	margin-bottom: 0;
}
.archive-list li {
	border-bottom: #a1d4e2 dotted 1px;
	margin-bottom: 0;
}

.archive-list a {
	display: block;
	padding: 1.875rem 0;
	transition: 0.3s;
}

.archive-list a dl {
	display: block;
	overflow: hidden;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.archive-list a dl dt {
	align-items: center;
	display: flex;
	float: left;
	font-weight: normal;
}

.archive-list a dl dd {
	align-items: center;
	display: flex;
	float: left;
	padding-left: 1.875rem;
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
}

.archive-list .postDate {
	color: #7a7a7a;
	font-size: 0.875rem;
}

.archive-list .postCat {
	background: #000;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin-left: 1rem;
	min-width: 115px;
	padding: 6px 10px;
	text-align: center;
}

.archive-list a:hover {
	background: #dff2f7;
	text-decoration: none;
	transition: 0.3s;
}

.postCat.patient {
	background: #19405e !important;
}
.postCat.medical {
	background: #e25d6e !important;
}
.postCat.concerned {
	background: #866667 !important;
}
.postCat.openlecture {
	background: #00b796 !important;
}
.postCat.newcorona {
	background: #ff0000 !important;
}

@media (max-width: 991px) {
	.archive-list-warp {
		margin-top: 1.875rem;
	}
	.archive-tabBlock ul li a {
		font-size: 0.75rem;
	}
	.archive-tabBlock a:hover::after,
	.archive-tabBlock .active a::after {
		bottom: -6px;
	}
	.archive-list a dl dt {
		display: block;
		float: none;
	}
	.archive-list a dl dd {
		display: block;
		float: none;
		margin-top: 0.625rem;
		padding-left: 0;
		width: 100%;
	}
}

.archive-tabBlock {
	display: none;
}
.category-info .archive-tabBlock,
.category-patient .archive-tabBlock,
.category-medical .archive-tabBlock,
.category-concerned .archive-tabBlock,
.category-openlecture .archive-tabBlock {
	display: block;
}

@media (max-width: 767px) {
	.contents-warp > .container {
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.archive-tabBlock {
		padding-left: 0;
		padding-right: 0;
	}
	.archive-tabBlock ul li a {
		height: 50px;
	}
	.archive-list a {
		padding: 1.25rem 0;
	}
	.wp-pagenavi {
		margin-top: 2.5rem;
	}
}

/* ページャー */

.wp-pagenavi {
	margin-top: 5rem;
	text-align: center;
}

.wp-pagenavi a,
.current {
	border-radius: 50%;
	color: #000 !important;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	width: 42px;
}

.current {
	background: #dff2f7;
	margin-bottom: 10px;
}

.wp-pagenavi a:hover {
	background: #1794ac;
	color: #fff !important;
	text-decoration: none;
}

@media (max-width: 575px) {
	.wp-pagenavi {
		margin-top: 2.5rem;
	}
}

/* 固定ページメニュー */

.page-link-warp {
	display: block;
	margin-bottom: 2.5rem;
	margin-top: 5.625rem;
	width: 100%;
}

.page-link-warp ul {
	display: block;
	list-style: none;
	margin: 0 0;
	overflow: hidden;
	padding: 0 0;
	width: 100%;
}

.page-link-warp ul li {
	border-top: none;
	display: block;
	float: left;
	width: 100%;
}

.page-link-warp ul li span {
	border-bottom: #a1d4e2 dotted 1px;
	display: block;
	height: 78px;
}

.page-link-warp ul li span a {
	align-items: center;
	display: flex;
	height: 100%;
	line-height: 1.2;
	padding-left: 1rem;
	padding-right: 2rem;
	position: relative;
	transition: 0.3s;
}

.page-link-warp ul li span a:after {
	color: #1794ac;
	content: "chevron_right";
	font-family: "Material Icons";
	font-size: 26px;
	line-height: 1;
	position: absolute;
	right: 6px;
}

.page-link-warp ul li span a:hover,
.page-link-warp ul li span a.active {
	background: #1794ac;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}

.page-link-warp ul li span a:hover:after,
.page-link-warp ul li span a.active:after {
	color: #fff;
	content: "chevron_right";
	font-family: "Material Icons";
	font-size: 26px;
	line-height: 1;
	position: absolute;
	right: 6px;
}

.page-link-top {
	margin-top: 3.125rem;
}
.page-link-top a {
	background: #1794ac;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	line-height: 1;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

.page-link-top a:after {
	color: #fff;
	content: "keyboard_capslock";
	font-family: "Material Icons";
	font-size: 26px;
	line-height: 1;
	margin-top: -13px;
	position: absolute;
	right: 0.625rem;
	top: 50%;
}

.page-link-top a:hover {
	background: #dff2f7;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}

.page-link-top a:hover:after {
	color: #000 !important;
}

#nurse .page-link-top a {
	background: #f5587b;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	line-height: 1;
	padding: 1.25rem 0;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

#nurse .page-link-top a:after {
	color: #fff;
	content: "keyboard_capslock";
	font-family: "Material Icons";
	font-size: 26px;
	line-height: 1;
	margin-top: -13px;
	position: absolute;
	right: 0.625rem;
	top: 50%;
}

#nurse .page-link-top a:hover {
	background: #f9a0b4;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}

#nurse .page-link-top a:hover:after {
	color: #000 !important;
}

@media screen and (max-width: 991px) {
	.page-link-warp {
		margin-bottom: 0;
		margin-top: 1.875rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 9999px) {
	.page-link-warp ul li:nth-child(-n + 3) span {
		border-top: #a1d4e2 dotted 1px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.page-link-warp ul li:nth-child(-n + 2) span {
		border-top: #a1d4e2 dotted 1px;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.page-link-warp ul li:nth-child(-n + 1) span {
		border-top: #a1d4e2 dotted 1px;
	}
}

.page-link-warp h2 {
	background: url(../imgs/common/shadow-title-bottom.png) top 26px center
		no-repeat;
	color: #fff !important;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	width: 100%;
}

.page-link-warp h2 span {
	background: #1794ac;
	border-radius: 999px;
	display: inline-block;
	line-height: 1;
	min-width: 220px;
	padding-bottom: 1.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
	position: relative;
}

.page-link-warp h2 span:after {
	bottom: -1px;
	content: url(../imgs/common/tri-bottom.png);
	height: 8px;
	left: 50%;
	line-height: 1;
	margin-left: -8px;
	position: absolute;
	width: 16px;
}

@media screen and (max-width: 991px) {
	.category .contents-warp > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.archive-tabBlock {
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}
	.archive-list {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}
}

@media screen and (max-width: 768px) {
	.archive-list a dl dd {
		font-size: 0.875rem;
	}
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* 2024.03.30~ 追加 */
body.open {
	overflow-y: hidden;
}
/* ヘッダー */
.header {
	height: auto;
}
.header_holder {
	align-items: center;
	/* border-radius: 999px; */
	display: grid;
	/* grid-auto-columns: auto;
    grid-template-columns: repeat(3, auto);
    grid-template-columns: repeat(auto-fit, minmax(96px, auto));
    grid-template-columns: auto 115px; */
	grid-template-columns: auto 68px;
	height: 68px;
	justify-content: space-between;
	/* max-width: 1920px; */
	/* overflow: hidden; */
	width: 100%;
}
@media screen and (min-width: 1200px) {
	.container_header {
		margin: 0 auto;
		max-width: 1116px;
	}
	.header_holder {
		align-content: center;
		grid-template-columns: auto auto;
		height: 77px;
	}
}

/* ハンバーガーリスト */
.header_hamburger_wrapper {
	/* position: relative;
    position: fixed;
    display: grid;
    justify-items: end;
    z-index: 0; */
	display: grid;
	justify-items: end;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	/* width: 100%; */
	/* z-index: 900; */
	z-index: 900;
}
button:focus {
	outline: 4px var(--black);
}
.header_hamburger_button {
	align-items: center;
	/* background: var(--hamburger_bg); */
	background: #1794ac;
	border: none;
	cursor: pointer;
	display: grid;
	right: 0;
	top: 0;
	z-index: 999;
}
.header_hamburger {
	align-content: center;
	cursor: pointer;
	display: grid;
	height: 68px;
	justify-content: center;
	justify-items: center;
	width: 68px;
	z-index: 999;
}
.header_hamburger p {
	color: #fff;
	font-size: 9px;
	grid-area: 2 / 1 / 3 / 2;
	line-height: 0.625rem;
	margin-bottom: -7px;
	margin-top: 8px;
	transition: 0.4s;
}
.hamburger {
	align-content: center;
	background: transparent;
	border: none;
	display: grid;
	grid-area: 1 / 1 / 2 / 2;
	height: auto;
	justify-items: center;
	width: fit-content;
}
.hamburger span {
	background: #a1d4e2;
	height: 2px;
	width: 24px;
}
.hamburger span:not(:last-child) {
	margin-bottom: 6px;
}
#sp-nav-flg:checked ~ .header_hamburger_wrapper .header_hamburger_button,
.open .header_hamburger_button {
	background: #1794ac;
	transition: 0.4s;
}
#sp-nav-flg:checked ~ .header_hamburger_wrapper .header_hamburger p,
.open .header_hamburger p {
	color: #fff;
	transition: 0.4s;
}
#sp-nav-flg:checked ~ .header_hamburger_wrapper .hamburger span:nth-of-type(1),
.open header .hamburger span:nth-of-type(1) {
	animation: active-menu-bar01 0.6s forwards;
}
#sp-nav-flg:checked ~ .header_hamburger_wrapper .hamburger span:nth-of-type(2),
.open header .hamburger span:nth-of-type(2) {
	animation: active-menu-bar02 0.6s forwards;
}
#sp-nav-flg:checked ~ .header_hamburger_wrapper .hamburger span:nth-of-type(3),
.open header .hamburger span:nth-of-type(3) {
	animation: active-menu-bar03 0.6s forwards;
}
/* .none-js .header_hamburger_wrapper .hamburger span:nth-of-type(1), */
.closed header .hamburger span:nth-of-type(1) {
	animation: menu-bar01 0.4s forwards;
}
/* .none-js .header_hamburger_wrapper .hamburger span:nth-of-type(2), */
.closed header .hamburger span:nth-of-type(2) {
	animation: menu-bar02 0.4s forwards;
}
/* .none-js .header_hamburger_wrapper .hamburger span:nth-of-type(3), */
.closed header .hamburger span:nth-of-type(3) {
	animation: menu-bar03 0.4s forwards;
}
@keyframes active-menu-bar01 {
	0% {
		transform: translate3d(0, 0, 0) rotate(0);
	}

	40% {
		transform: translate3d(0, 0, 0) rotate(0);
	}

	100% {
		transform: translate3d(0, 8.5px, 0) rotate(-135deg);
	}
}

@keyframes active-menu-bar02 {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0);
	}

	80% {
		opacity: 0;
		transform: translate3d(8.5px, 0, 0) rotate(0);
	}

	100% {
		opacity: 0;
		transform: translate3d(8.5px, 0, 0) rotate(0);
	}
}

@keyframes active-menu-bar03 {
	0% {
		transform: translate3d(0, 0, 0) rotate(0);
	}

	40% {
		transform: translate3d(0, 0, 0) rotate(0);
	}

	100% {
		transform: translate3d(0, -8.5px, 0) rotate(135deg);
	}
}

@keyframes menu-bar01 {
	0% {
		transform: translate3d(0, 8.5px, 0) rotate(-135deg);
	}

	100% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
}

@keyframes menu-bar02 {
	0% {
		opacity: 0;
		transform: translate3d(8.5px, 0, 0) rotate(0);
	}

	80% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0);
	}
}

@keyframes menu-bar03 {
	0% {
		transform: translate3d(0, -8.5px, 0) rotate(135deg);
	}

	100% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
}
/* @keyframes active-menu-bar01 {
    0% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
    40% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
	100% {
		transform: translate3d(0, 5.5px, 0) rotate(-45deg);
	}
}
@keyframes active-menu-bar02 {
    0% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
	40% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
    100% {
		transform: translate3d(0, -5.5px, 0) rotate(45deg);
	}
}
@keyframes menu-bar01 {
    0% {
		transform: translate3d(0, 4.5px, 0) rotate(-45deg);
	}
	100% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translate3d(0, -4.5px, 0) rotate(45deg);
	}
    100% {
		transform: translate3d(0, 0, 0) rotate(0);
	}
} */
/* ロゴ */
.header_logo_inner {
	margin: 0;
	margin-left: 10px;
	width: min(100%, 240px);
}
/* グローバルナビゲーション */
.nav_view {
	background: var(--unnamed-color-ffffff);
	/* padding-top: clamp(3.75rem, 3.095rem + 2.6667vw, 4.375rem); */
	background: var(--nav-wrap_bg);
	background: var(--white);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: 0.6s;
	visibility: hidden;
	width: 100%;
	z-index: 800;
	/* z-index: -1; */
}
.nav_wrapper {
	background: #fff;
	display: block;
	height: auto;
	/* max-height: calc(100vh - clamp(3.75rem, 3.095rem + 2.6667vw, 5rem)); */
	max-height: 100%;
	overflow-y: auto;
	padding-top: clamp(3.75rem, 3.095rem + 2.6667vw, 4.375rem);
	width: 100%;
}
#sp-nav-flg {
	display: none;
}
.no-js body:has(#sp-nav-flg:checked),
.js-js body:has(#sp-nav-flg:checked) {
	overflow-y: hidden;
}
body:has(#sp-nav-flg:checked) .nav_view,
.no-js #sp-nav-flg:checked ~ .nav_view,
.open .nav_view,
.js-js #sp-nav-flg:checked ~ .nav_view {
	animation: fadeIn 0.5s ease-out;
	opacity: 1;
	transition: 0.6s;
	visibility: visible;
}
.closed .nav_view {
	animation: fadeOut 0.3s ease-out;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and (min-width: 1200px) {
	.nav_wrapper {
		padding-top: 0;
	}
}
.nav_gnav {
	margin: 0;
}
.nav_gnav li {
	list-style-type: none;
	padding: 0;
}
.nav_gnav > li {
	display: grid;
	grid-template-columns: auto 80px;
}
.nav_gnav li a {
	color: var(--text);
	display: grid;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.5rem;
	/* padding: 7.5px 30px; */
	padding: 7.5px 30px 9.5px;
	row-gap: 10px;
	text-decoration: none;
}
.nav_gnav > li > a {
	align-items: center;
	column-gap: 7px;
	grid-column: 1 / 3;
	grid-row: 1 / 2;
	grid-template-columns: 36px auto;
	position: relative;
}
.nav_gnav > li > a::before {
	background: #d5d8d7;
	bottom: 2px;
	content: "";
	height: 2px;
	left: 2px;
	position: absolute;
	width: calc(100% - 4px);
}
.nav_gnav > li.active > a {
	background: #e1f3f8;
}
.nav_gnav > li.active > a::before {
	background: #1794ac;
}
.nav_gnav li a:hover {
	opacity: 0.5;
}
.nav_gnav li.nav_gnav_contact a {
	background: #d96935;
	color: var(--white);
}
.nav_gnav li a small {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", 游明朝,
		YuMincho, "MS PMincho", serif;
	font-size: 1.5rem;
	grid-area: 1 / 1 / 2 / 2;
	line-height: 1.6875rem;
}
.nav_gnav_child_wrapper {
	display: none;
}
.nav_gnav_child_wrapper {
	background: #e1f3f8;
	border-top: 5px solid #1794ac;
	grid-column: 1 / 3;

	grid-row: 2 / 3;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 30px;
}
@media screen and (min-width: 1200px) {
	.nav_gnav > li > a {
		display: grid;
		height: 54px;
		justify-content: center;
		padding: 5.5px 20px 7.5px;
	}
	.nav_gnav > li:hover > a {
		background: #e1f3f8;
	}
	.nav_gnav > li:hover > a::before {
		background: #1794ac;
	}
	.nav_gnav_child_wrapper {
		background: #fff;
		/* width: 272px; */
		background: #e1f3f8;
		display: grid !important;
		font-size: 16px;
		height: auto;
		left: 0;
		max-height: calc(100vh - 131px);
		opacity: 0;
		overflow: visible;
		overflow: auto;
		position: absolute;
		top: clamp(3.75rem, 3.095rem + 2.6667vw, 5rem);
		top: 0;
		transition: 0.3s ease-out;
		/* width: 146px; */
		visibility: hidden;
		width: 100%;
		/* top: 84px; */
		z-index: 500;
	}
	.nav_gnav > li:hover > .nav_gnav_child_wrapper {
		opacity: 1;
		visibility: visible;
	}
}
.nav_gnav_child li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 0.96;
	line-height: 14.4px;
	line-height: 1.25;
	padding-bottom: 7.5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 7.5px;
}
.nav_gnav_child > li > a {
	background: url(../imgs/common/icon-list-blue-sm.png) top 11px left no-repeat;
	padding-left: 15px;
}

.nav_gnav_parent {
}
.nav_gnav_parent li a {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: start;
	padding: 2px 0;
	position: relative;
}
.nav_gnav_parent li a::after {
	background: url(../imgs/common/point-list.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 14px;
	position: relative;
	right: -8px;
	/* top: clamp(0.4375rem, 0.3618rem + 0.3083vw, 0.625rem); */
	top: 0.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}
@media screen and (min-width: 1200px) {
	.nav_gnav_parent li a::after {
		display: inline-block;
		transform: translateY(-0%);
	}
}
.nav_toggle {
	grid-column: 2 / 3;
	/* height: 80px; */
	grid-row: 1 / 2;
	position: relative;
	/* position: absolute; */
	width: 80px;
}
.nav_toggle::before {
	background: #1794ac;
	content: "";
	height: 1px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}
.nav_toggle::after {
	background: #1794ac;
	content: "";
	height: 16px;
	opacity: 1;
	position: absolute;
	right: 22.5px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}
.nav_gnav li.active .nav_toggle::after {
	opacity: 0;
}

.gnav_child_title {
	font-size: 16px;
	font-weight: 600;
	line-height: 14.4px;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 12px;
}

.nav_gnav_sub > li {
	display: grid;
	justify-content: center;
	justify-items: center;
}
.nav_gnav_sub_child {
	column-gap: 10px;
	display: grid;
	grid-template-columns: repeat(3, 48px);
}
.nav_gnav_sub_child li {
	list-style-type: none;
}
@media screen and (min-width: 1200px) {
	.nav_toggle {
		display: none;
	}
	body:has(#sp-nav-flg:checked) {
		overflow-y: auto;
	}
	#sp-nav-flg:checked ~ .nav_view,
	.nav_view {
		animation: none;
		height: auto;
		height: 100%;
		opacity: 1;
		padding: 0;
		position: relative;
		right: 0;
		transition: none;
		visibility: visible;
	}
	#sp-nav-flg:checked ~ .nav_view .nav_gnav,
	.nav_gnav {
		display: flex;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		justify-content: flex-end;
	}
	.header_top .container {
		grid-auto-columns: max-content;
		grid-template-areas: "a a b c";
		grid-template-columns: auto;
		justify-content: normal;
	}
	.header_logo {
		justify-self: start;
	}
	#sp-nav-flg:checked ~ .nav_view,
	.nav_view,
	.nav_wrapper {
		justify-self: center;
	}
	.no-js #sp-nav-flg:checked ~ .header_logo,
	.open .header_logo,
	.js-js #sp-nav-flg:checked ~ .header_logo {
		opacity: 1;
		transition: none;
		z-index: 800;
	}
	#sp-nav-flg:checked ~ .nav_view,
	.nav_view,
	.nav_wrapper {
		background: transparent;
		position: initial;
		z-index: 1;
		/* overflow-y: hidden; */
	}
	.header_hamburger_wrapper {
		right: 0;
		top: calc(clamp(3.75rem, 3.3713rem + 1.5416vw, 4.6875rem) * -1);
		transition: 0.3s;
		z-index: -1;
	}
	.roll .header_hamburger_wrapper {
		top: 0px;
		transition: 0.4s ease-in-out;
		z-index: 0;
	}
	.nav_view {
		padding: 0;
		position: initial;
	}
	.roll .nav_view_wrapper {
		background: var(--transparent);
		display: block;
		height: 100%;
		left: auto;
		opacity: 0;
		padding: 0;
		position: fixed;
		right: -100vw;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: -90;
		z-index: 800;
		z-index: -1;
	}
	.no-js .roll #sp-nav-flg:checked ~ .nav_view_wrapper,
	.open.roll .nav_view_wrapper,
	.js-js .roll #sp-nav-flg:checked ~ .nav_view_wrapper {
		animation: fadeInPc 0.5s ease-out;
		opacity: 1;
		right: 0;
		visibility: visible;
	}
	.closed.roll .nav_view_wrapper {
		animation: fadeOutPc 0.3s ease-out;
	}
	@keyframes fadeInPc {
		0% {
			opacity: 0;
			right: -450px;
		}
		100% {
			opacity: 1;
			right: 0px;
		}
	}
	@keyframes fadeOutPc {
		0% {
			opacity: 1;
			right: 0px;
			visibility: visible;
		}
		100% {
			opacity: 0;
			right: -450px;
			visibility: hidden;
		}
	}

	.nav_inner_main {
		background: #fff;
		display: grid;
		height: 54px;
		justify-items: center;
		left: 0;
		position: absolute;
		top: 77px;
		width: 100%;
	}
}

.nav_inner_sub {
	background: #faf9f9;
	padding-bottom: 30px;
	padding-top: 30px;
}
.header .nav_sub_gnav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 5px;
}
.header .nav_sub_gnav li {
	margin: 0;
}
.header .nav_sub_gnav li a {
	padding-right: 20px;
}
.header .headSearch {
	display: none;
}
.sp-head-search {
	display: grid;
	padding: 30px 16px 48px;
	width: 100%;
}
.sp-head-search button {
	right: 16px;
}
@media screen and (min-width: 1200px) {
	.header .sp-head-search {
		display: none;
	}
	.header .headSearch {
		display: block;
		margin: 0;
	}
	.nav_inner_sub {
		align-items: center;
		background: #fff;
		display: flex;
		padding: 0;
		width: 100%;
	}
}

.nav_sub_gnav_wrapper {
	float: none;
}

.main-v-warp {
	margin-top: 68px;
}
.container_gnav_child {
	margin: 0 auto;
	max-width: 1116px;
	width: 100%;
}
@media screen and (min-width: 1200px) {
	.main-v-warp {
		margin-top: 131px;
	}
	.nav_count_three {
		column-count: 3;
	}
	.nav_count_three li a {
		display: block;
	}
}

.icon_nav_gnav {
	position: relative;
}
.icon_nav_gnav > * {
	transition: 0.3s;
}
.icon_normal {
	opacity: 1;
	position: absolute;
	visibility: visible;
}
.icon_active {
	opacity: 0;
	visibility: hidden;
}
.nav_gnav > li.active > a .icon_normal {
	opacity: 0;
	visibility: hidden;
}
.nav_gnav > li.active > a .icon_active {
	opacity: 1;
	visibility: visible;
}
@media screen and (min-width: 1200px) {
	.nav_gnav > li:hover > a .icon_normal {
		opacity: 0;
		visibility: hidden;
	}
	.nav_gnav > li:hover > a .icon_active {
		opacity: 1;
		visibility: visible;
	}
	.nav_gnav li a:hover {
		opacity: 1;
	}
}
