/* 共通 */

body, html { height: 100%}
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-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
            box-shadow: none;   
            outline: none;
}

a {
 color: #000!important;
 outline:none;
}
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: 1.0rem!important;}
.bold { font-weight: bold!important;}

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

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

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


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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  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;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 130px;
	z-index: 5;
}

header h1 {
 margin-top: 2.50rem;
}

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

.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 {
	color: #000;
	background: url(../imgs/common/icon-list-blue-sm.png) left center no-repeat;
	padding-left: 0.75rem;
}

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

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

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

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

.head-sp { display: none;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
	width: 100%;
	border: #d5d8d7 solid 1px;
	border-radius: 3px;
	font-size: 16px;
	padding: 0.75rem;
}

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

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

.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 {
	display: block;
	width: 100%;
	background: #fff;
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

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

.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 {
	font-size: 0.6875rem!important;
	color: #939393;
	text-align: left;
	margin-top: 40px;
	margin-left: 10px;
}
.footer-contact {	border-right: #a1d4e2 solid 1px;}

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

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

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

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

.contact-mail {
	line-height: 1.0;
	margin-top: 2.0rem;
	margin-left: 1.0rem;
	margin-right: 1.0rem;
}

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

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

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

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

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

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

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


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

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

.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-top: 130px;
	padding-bottom: 35px;
	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 {
 z-index: 0;
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color:rgba(23,148,172,0.85);
}

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

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

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

/* パンクズ */

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

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

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

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

.panks ul li:first-child:before {
	position: absolute;
 font-family: 'Material Icons';
 content: "home";
	font-size: 18px;
	line-height: 1.0;
	color: #fff;
	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.50rem;
}

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

.post-date-inner {
	position: absolute;
	top: -14px;
	display: inline-block;
	padding: 0.5rem 1.25rem;
 background: #f0f0f0;
	border-radius: 999px;
	color: #7a7a7a;
	font-size: 0.750rem;
	line-height: 1.0;
	left: 50%;
	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 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	color: #1e1e1e!important;
}

.main-contents h2 {
	margin-top: 2.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 h2:after {
	content: url(../imgs/common/border-h1.png);
	position: absolute;
	left: 0;
	bottom: 4px;
	height: 5px;
	line-height: 5px;
}

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

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

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

.main-contents ul {
	display: block;
	margin-bottom: 1.250rem;
	margin-left: 1.50rem;
}

.main-contents ol {
	display: block;
	margin-bottom: 1.250rem;
	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.50rem;
	margin-right: 0.50rem;
}

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

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

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

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

.main-contents table th, .main-contents table td { padding: 1.0rem 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: 1.0rem 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: 1.0rem 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.750rem;}
.back-link-warp a {
	display: block;
	background: #1794ac url(../imgs/common/icon-backlink.png) center left 1.125rem no-repeat;
	border-radius: 5px;
	padding: 1.75rem 3.0rem;
	color: #fff!important;
	text-align: center;
	width: 315px;
	line-height: 1.0;
	margin: 0 auto;
	transition: 0.3s;
}

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

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

@media (max-width: 768px) {
	.title-inner {
  display: flex;
  align-items: center;
  height: 100px;
 }
	.title-inner h1 { font-size: 2.0rem;}
	.main-contents h2 { font-size: 1.750rem;}
	.main-contents h3 { font-size: 1.250rem;}
	.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 {
	width: 100%;
	display: block;
	padding-left: 1.50rem;
	padding-right: 1.50rem;
	border-bottom: #d5d8d7 solid 1px;
}

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

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

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

.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 {
	position: absolute;
	content: url(../imgs/common/tri-tab.png);
	width: 15px;
	height: 10px;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.archive-list {
	margin-top: 0.625rem;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.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 {
	display: flex;
 align-items: center;
	font-weight: normal;
	float: left;
}

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

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

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

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

.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 {
		margin-top: 0.625rem;
  display: block;
  width: 100%;
  padding-left: 0;
  float: none;
 }
}

.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.250rem 0;}
	.wp-pagenavi { margin-top: 2.50rem;}
}


/* ページャー */

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

@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 {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #fff!important;
	background: url(../imgs/common/shadow-title-bottom.png) top 26px center no-repeat;
	text-align: center;
	font-size: 1.0rem;
	margin-bottom: 1.250rem;
	margin-left: 0;
	margin-right: 0;
}

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

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

@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 {
		max-width: 1116px;
		margin: 0 auto;
	}
	.header_holder {
		grid-template-columns: auto auto;
		height: 77px;
		align-content: center;
	}
}

/* ハンバーガーリスト */
.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 {
    display: grid;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 999;
    /* background: var(--hamburger_bg); */
	background: #1794AC;
    border: none;
    cursor: pointer;
}
.header_hamburger {
    width: 68px;
    height: 68px;
    display: grid;
    justify-content: center;
    align-content: center;
    justify-items: center;
    cursor: pointer;
    z-index: 999;
}
.header_hamburger p {
    font-size: 9px;
    line-height: 0.625rem;
    margin-top: 8px;
    color: #FFF;
	grid-area: 2 / 1 / 3 / 2;
	transition: .4s;
    margin-bottom: -7px;
}
.hamburger {
	width: fit-content;
    height: auto;
    display: grid;
    justify-items: center;
    align-content: center;
    border: none;
    background: transparent;
	grid-area: 1 / 1 / 2 / 2;
}
.hamburger span {
    width: 24px;
    height: 2px;
    background: #A1D4E2;
}
.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: .4s;
}
#sp-nav-flg:checked ~ .header_hamburger_wrapper .header_hamburger p,
.open .header_hamburger p {
    color: #FFF;
	transition: .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;
	width: min(100%, 240px);
    margin-left: 10px;
}
/* グローバルナビゲーション */
.nav_view {
	visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    background: var(--unnamed-color-ffffff);
    width: 100%;
    height: 100%;
    display: block;
    /* padding-top: clamp(3.75rem, 3.095rem + 2.6667vw, 4.375rem); */
    background: var(--nav-wrap_bg);
    background: var(--white);
    transition: 0.6s;
    z-index: 800;
    /* z-index: -1; */
}
.nav_wrapper {
    width: 100%;
    height: auto;
    /* max-height: calc(100vh - clamp(3.75rem, 3.095rem + 2.6667vw, 5rem)); */
	max-height: 100%;
    background: #fff;
    overflow-y: auto;
    display: block;
	padding-top: clamp(3.75rem, 3.095rem + 2.6667vw, 4.375rem);
}
#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 {
    visibility: visible;
    opacity: 1;
    animation: fadeIn 0.5s ease-out;
    transition: 0.6s;
}
.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;
    row-gap: 10px;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.5rem;
	/* padding: 7.5px 30px; */
	padding: 7.5px 30px 9.5px;
    font-weight: 600;
}
.nav_gnav > li > a {
	position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    grid-template-columns: 36px auto;
    column-gap: 7px;
	align-items: center;
}
.nav_gnav > li > a::before {
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    bottom: 2px;
    width: calc(100% - 4px);
	background: #D5D8D7;
}
.nav_gnav > li.active > a {
	background: #E1F3F8;
}
.nav_gnav > li.active > a::before {
    background: #1794AC;
}
.nav_gnav li a:hover {
    opacity: .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;
    grid-area: 1 / 1 / 2 / 2;
    font-size: 1.5rem;
    line-height: 1.6875rem;
}
.nav_gnav_child_wrapper {
	display: none;
}
.nav_gnav_child_wrapper {
	padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 5px;
    border-top: 5px solid #1794AC;
	background: #E1F3F8;

	grid-row: 2 / 3;
    grid-column: 1 / 3;
}
@media screen and (min-width: 1200px) {
	.nav_gnav > li > a {
		display: grid;
		justify-content: center;
		padding: 5.5px 20px 7.5px;
		height: 54px;
	}
	.nav_gnav > li:hover > a {
		background: #E1F3F8;
	}
	.nav_gnav > li:hover > a::before {
		background: #1794AC;
	}
	.nav_gnav_child_wrapper {
		display: grid !important;
    position: absolute;
    /* top: 84px; */
    z-index: 500;
    background: #FFF;
    /* width: 146px; */
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-out;
    overflow: visible;
    font-size: 16px;
    top: clamp(3.75rem, 3.095rem + 2.6667vw, 5rem);
    /* width: 272px; */
	background: #E1F3F8;
    top: 0;
    width: 100%;
    left: 0;
	max-height: calc(100vh - 131px);
    overflow: auto;
    height: auto;
	}
	.nav_gnav > li:hover > .nav_gnav_child_wrapper  {
		visibility: visible;
		opacity: 1;
	}
}
.nav_gnav_child li a {
	padding-top: 7.5px;
	padding-right: 0;
	padding-bottom: 7.5px;
	padding-left: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 0.96;
	line-height: 14.4px;
	line-height: 1.25;
}
.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 {
	position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
	padding: 2px 0;
}
.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 {
	/* position: absolute; */
	width: 80px;
    /* height: 80px; */
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    position: relative;
}
.nav_toggle::before {
	content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background: #1794AC;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.nav_toggle::after {
	content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #1794AC;
    top: 50%;
    right: 22.5px;
    transform: translateY(-50%);
	opacity: 1;
}
.nav_gnav li.active .nav_toggle::after {
	opacity: 0;
}

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


.nav_gnav_sub > li {
    display: grid;
    justify-content: center;
    justify-items: center;
}
.nav_gnav_sub_child {
    display: grid;
    grid-template-columns: repeat(3, 48px);
    column-gap: 10px;
}
.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;
        visibility: visible;
        opacity: 1;
        height: auto;
        right: 0;
        position: relative;
        transition: none;
        padding: 0;
        height: 100%;
    }
    #sp-nav-flg:checked ~ .nav_view .nav_gnav,
    .nav_gnav {
        display: flex;
        justify-content: flex-end;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
    }
    .header_top .container {
        justify-content: normal;
        grid-template-columns: auto;
        grid-auto-columns: max-content;
        grid-template-areas:
        "a a b c";
    }
    .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 {
        z-index: 800;
        opacity: 1;
        transition:none;
    }
    #sp-nav-flg:checked ~ .nav_view,
    .nav_view,
    .nav_wrapper {
        background: transparent;
        z-index: 1;
		position: initial;
		/* overflow-y: hidden; */
    }
    .header_hamburger_wrapper {
        z-index: -1;
        top: calc(clamp(3.75rem, 3.3713rem + 1.5416vw, 4.6875rem) * -1);
        transition: .3s;
        right: 0;
    }
    .roll .header_hamburger_wrapper {
        top: 0px;
        transition: .4s ease-in-out;
        z-index: 0;
    }
    .nav_view {
        padding: 0;
		position: initial;
    }
    .roll .nav_view_wrapper {
        visibility: hidden;
        opacity: 0;
        top: 0;
        right: -100vw;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: -90;
        display: block;
        background: var(--transparent);
        z-index: 800;
        z-index: -1;
        left: auto;
        padding: 0;
    }
    .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 {
        visibility: visible;
        opacity: 1;
        animation: fadeInPc 0.5s ease-out;
        right: 0;
    }
    .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;
            visibility: visible;
            right: 0px;
        }
        100% {
            opacity: 0;
            visibility: hidden;
            right: -450px;
        }
    }


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


.nav_inner_sub {
	background: #FAF9F9;
	padding-top: 30px;
	padding-bottom: 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;
    width: 100%;
	padding: 30px 16px 48px;
}
.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 {
		width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
	background: #FFF;
	}
}

.nav_sub_gnav_wrapper {
	float: none;
}


.main-v-warp {
	margin-top: 68px;
}
.container_gnav_child {
	width: 100%;
	max-width: 1116px;
    margin: 0 auto;
}
@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: .3s;
}
.icon_normal {
	position: absolute;
	visibility: visible;
	opacity: 1;
}
.icon_active {
	opacity: 0;
	visibility: hidden;
}
.nav_gnav > li.active > a .icon_normal {
    opacity: 0;
	visibility: hidden;
}
.nav_gnav > li.active > a .icon_active {
    visibility: visible;
	opacity: 1;
}
@media screen and (min-width: 1200px) {
	.nav_gnav > li:hover > a .icon_normal {
		opacity: 0;
		visibility: hidden;
	}
	.nav_gnav > li:hover > a .icon_active {
		visibility: visible;
		opacity: 1;
	}
	.nav_gnav li a:hover {
		opacity: 1;
	}
}