@media screen and (min-width: 768px) {
	.--sp{ display:none; }
}
@media screen and (max-width: 767px) {
	.--pc{ display:none; }
}


.header .lng{ display:flex; background:#D8D8D8; padding:3px; margin:auto 25px auto 0; }
.header .lng>*{ display:flex; justify-content:center; align-items:center; width:35px; height:22px; font-size:16px; line-height:1.0; color:#009A5A; text-decoration:none; transition:all 300ms 0s ease; }
.header .lng>a:hover,
.header .lng .active{ background:#009A5A; color:#FFFFFF; }
@media screen and (max-width: 767px) {
	.header .lng{ padding:2px; border-radius:12px; margin:auto 13px auto auto; }
	.header .lng>*{ width:30px; height:20px; border-radius:10px; font-size:10px; }
}
.logo_kentaku{ width:min(calc(100vw / 1440 * 194), 194px); aspect-ratio:194 / 31; height:auto; margin-right:min(calc(100vw / 1440 * 30), 30px); margin-bottom:0; }

.header{ justify-content:space-between; }
.header-top{ height:29px; display:flex; justify-content:flex-end; align-items:center; margin-top:12px; }
.header-bottom{ padding-right:min(calc(100vw / 1440 * 30), 30px); }
.header-nav-menu{ height:56px; gap:0; }
.header-contact__tel--number::before{
	display:inline-block; content:"";
	background:url("https://www.care-partner.com/wp-content/themes/carepartner/assets/images/free.svg") no-repeat center/cover;
	aspect-ratio:254 / 150;
	width:33px;
}
.header-contact__mail{ display:flex; align-items:center; margin:0 24px 0 0; }
.header-contact__mail a{
	display:block; font-size:9px; line-height:1.2; color:#009A5A; text-decoration:none;
	transition:all 300ms 0s ease;
}
.header-contact__mail a::before{
	display:block; content:""; float:right;
	background:url("https://www.care-partner.com/wp-content/themes/carepartner/assets/images/mail.svg") no-repeat center/cover;
	aspect-ratio:31 / 23;
	width:31px; margin-left:6px;
}
.header-contact__mail a:hover{ opacity:0.6; }
.header-nav-menu__item-span{ transition:color 300ms 0s ease; }

/* PC（タブレット以上） */
@media screen and (min-width: 1360px) {
	.header{ height:97px; padding-left:min(calc(100vw / 1440 * 25), 25px); }
	.header-title,
	.header-title img{ width:min(calc(100vw / 1440 * 417), 417px); aspect-ratio:417 / 54; height:auto; }
	.header-contact__tel--description{ font-size:9px; }
	.header-contact__tel--number{ font-size:24px; }
	.post-password-form{ margin-top:97px !important; }
	.header-nav-menu__item--megaMenu--wrap{ top:97px; }
	.header-nav-menu__item-link,
	.header-nav-menu__item-span{ white-space:nowrap; font-size:23px; font-weight:600; padding:0 24px; }
	.header-nav-menu__item{ position:relative; }
	.header-nav-menu__item:not(:last-child)::after{ display:block; content:""; background:#009A5A; position:absolute; width:1px; height:32px; right:0; top:12px; }
	.header-nav-menu__item:last-child{ margin-right:-24px; }
	
	.top-fv{ margin-top:97px !important; }
}
/* タブレット */
@media screen and (max-width: 1359px) {
	.header-right{ display:none; }
	.drawer-menu .lng{ display:flex; gap:4px; width:calc(4px * 4 + 62px * 3); background:#D8D8D8; padding:4px; border-radius:22px; margin:auto; }
	.drawer-menu .lng>*{ display:flex; justify-content:center; align-items:center; width:62px; height:34px; border-radius:17px; color:#009A5A; text-decoration:none; }
	.drawer-menu .lng>a:hover,
	.drawer-menu .lng .active{ background:#009A5A; color:#FFFFFF; }
	.drawer-menu-nav--wrapper{ padding-bottom:calc(1.5rem + 32px); }
}