@charset "utf-8";

/*****************************************************************/
/*Header*/
/*****************************************************************/
/* z-index memo
10000 .header-sp, .header-pc
   11 #hamburger
   11 .header-sp-menu
*/
.header {
	padding-top: 56px;
	background-color: #fff;
}
.header--home {
	padding-top: 0;
}
.header-sp {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	font-size: 0;
	transition: 1s;
	z-index: 10000;
}
.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.header--logged-in .header-fixed {
	top: var(--wp-admin--admin-bar--height);
}
.header-fixed.scrolled {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.header--home .header-fixed.scrolled {
	box-shadow: unset;
}
.header--home .header-sp {
	background-color: transparent;
}
.header--home .header-fixed.scrolled {
	background-color: transparent;
}
.header-sp__left {
	padding-left: 4.3vw;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	font-size: 16rem;
}
.header-sp__logo {
	max-height: 32px;
	max-width: calc(95vw - 90px);
	height: 6.6vw;
}
html[lang="ja"] .header-sp__logo {
	aspect-ratio: 233 / 23;
}
html[lang="en-US"] .header-sp__logo {
	aspect-ratio: 113 / 12;
}
.header-sp-menu {
	width: 100vw;
	box-sizing: border-box;
	position: absolute;
	top: 56px;
	right: 0;
	padding: 40px 7vw 56px;
	background-color: rgba(61, 161, 0, 0.96);
	z-index: 11;
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}
.header-sp-menu.active {
	opacity: 1;
	visibility: unset;
}
.header-sp-menu__ul {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.header-sp-menu__li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header-sp-menu__a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 3.6;
	color: #fff;
	font-size: 16rem;
}
.header-sp-menu__a:hover {
	text-decoration: none;
}
.header-sp-menu-searchform-div {
	margin-top: 16px;
}
.header-sp-menu-searchform-div input[type="search"] {
	width: calc(86vw - 38px);
	padding: 0 0.5em 0 0;
	background-color: unset;
	font-size: 16rem;
	color: #0d0d0d;
	-webkit-appearance: none;
}
.header-sp-menu-searchform-div input[type="search"]::placeholder {
	color: #a5a5a5;
}
.header-sp-menu__mail {
	margin-top: 20px;
	width: 100%;
}
.header-sp-menu__mail::before {
	font-size: 22rem;
}
.header-sp-menu__a--has-child::after {
	margin-left: 1em;
	position: relative;
	top: -0.2em;
	display: inline-block;
	font-size: 10rem;
	transform: rotate(90deg);
	transition: .4s;
}
.header-sp-menu__a--has-child.active::after {
	transform: rotate(-90deg);
}
.header-sp-menu__children {
	display: none;
}
.header-sp-menu__child {
	background-color: #fff;
	border-bottom: 1px solid #707070;
}
.header-sp-menu__child-a {
	padding: 15px 0;
	display: block;
	font-size: 16rem;
	text-align: center;
	color: var(--mpee-light-green);
}

/* hamburger */
#hamburger {
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	padding: 18px 0 0 16px;
	background-color: rgba(61, 161, 0, 0.95);
	z-index: 11;
	transition: 1s;
}
.header--home #hamburger {
	background-color: transparent;
}
.header-fixed.scrolled #hamburger {
	background-color: rgba(61, 161, 0, 0.95);
}
#hamburger:hover {
	cursor: pointer;
}
#hamburger.active,
.header-fixed.scrolled #hamburger.active {
	background-color: rgba(61, 161, 0, 0.95);
}
.hamburger-border {
	background-color: #feffff;
}
.before-hamburger-border,
.after-hamburger-border {
	background-color: #feffff;
}
#hamburger span {
	width: 30px;
	height: 3px;
	position: absolute;
	transition: width 0.2s, right 0.2s, left 0.2s;
}
#hamburger .top {
	transform: translateY(-17px);
	right: 13px;
	top: 36px;
}
#hamburger .middle {
	transform: translateY(0px);
	position: absolute;
	right: 13px;
	top: 27px;
	background-color: transparent;
}
#hamburger .middle::before,
#hamburger .middle::after {
	display: block;
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	transform: rotate(0deg);
	transition: all 0.2s;
	background-color: white;
}
#hamburger .bottom {
	transform: translateY(17px);
	right: 13px;
	top: 18px;
}
#hamburger.active .top {
	left: 100%;
	width: 0px;
	background-color: #fff;
}
#hamburger.active .middle::before {
	width: 30px;
	background-color: #fff;
	transform: translateX(0px) rotate(135deg);
}
#hamburger.active .middle::after {
	width: 30px;
	background-color: #fff;
	transform: translateX(0px) rotate(45deg);
}
#hamburger.active .bottom {
	right: 100%;
	width: 0px;
	background-color: #fff;
}

.header-sp-main-right-menu-nav__sp {
	display: none;
	width: 100vw;
	box-sizing: border-box;
	position: absolute;
	top: 55px;
	right: 0;
	padding: 32px 11vw 20px;
	z-index: 1000;
}

/* breadcrumb */
.breadcrumb {
	padding: 10px 4vw 9px;
	background-color: #f9f9f9;
}
.breadcrumb-list {
	margin: 0 auto;
	font-size: 14rem;
	color: #444;
	letter-spacing: -0.3px;
}
.breadcrumb-list-item {
	display: inline;
	line-height: 1.3;
	font-size: 14rem;
	color: #0d0d0d;
}
.breadcrumb-list-item:not(:first-child)::before {
	font-family: "icomoon";
	/* content: "\e903"; */
	content: "/";
	margin: 0 8px;
	display: inline-block;
	font-weight: normal;
}

/* hamburger */
.hamburger-change-lang {
	top: 18px;
	right: 60px;
}
.hamburger-change-lang__item {
	vertical-align: top;
	padding: 5px 9px;
	font-size: 10rem;
	font-weight: bold;
	color: #002b71;
	border-color: transparent;
	background-color: transparent;
	transition: 1s;
}
.header--home .hamburger-change-lang__item {
	color: #fff;
}
.header--home .header-fixed.scrolled .hamburger-change-lang__item {
	color: #002b71;
	border: 1px solid #002b71;
	background-color: #fff;
}

/* header-bottom */
.header-bottom {
	position: relative;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
}
.header-bottom source, .header-bottom img {
	object-fit: cover;
	width: 100%;
	height: 120px;
	min-height: 120px;
}
.header-bottom__title {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.8px;
	font-size: 20rem;
	font-weight: bold;
}

@media screen and (max-width: 374px) {
	/* safari は 16px になるように自動で拡大してしまう為 */
	.header-sp-menu-searchform-div input[type="search"] {
		font-size: 16px;
	}
	.header-sp__logo {
		max-width: calc(100vw - 76px);
	}
}

@media screen and (min-width: 1000px) {
	.breadcrumb {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.header {
		padding-top: 0;
	}
	.header-pc-sticky-dummy-child {
		height: 160px;
	}
	.header-pc {
		width: 100%;
		background-color: #fff;
		z-index: 10000;
	}
	.header-pc-fixed {
		position: fixed;
		top: 0;
		left: 0;
	}
	.header--logged-in {
		padding-top: 0;
	}
	.header--logged-in .header-pc {
		top: 32px;
	}
	.header-pc.scrolled {
		box-shadow: 1px 0px 4px 0px;
	}
	.header-pc-content {
		margin: 0 auto;
		padding: 40px 0 0 0;
	}
	html[lang="en-US"] .header-pc-content {
		padding-top: 42px;
	}
 	.header-pc-top {
		padding: 0 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-pc-logo:hover {
		opacity: .8;
	}
	.header-pc-right {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.header-pc-tel {
		margin-right: 22px;
		text-align: center;
	}
	.header-pc-tel__top {
		display: flex;
		align-items: center;
		line-height: 1;
		font-size: 40rem;
	}
	.header-pc-tel__top::before {
		font-size: 32rem;
	}
	.header-pc-tel__bottom {
		margin: 0 8px 0 auto;
		text-align: right;
	}
	.header-pc-mail {
		margin-top: -24px;
	}
	.header-pc-mail__a {
		padding: 19px 38px;
	}
	.header-pc-mail__a::before {
		line-height: 1;
		font-size: 24rem;
	}
	.header-pc-menu {
		position: relative;
		margin: 13px 40px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	html[lang="en-US"] .header-pc-menu {
		margin-top: 18px;
	}
	.header-pc-menu__item {
		position: relative;
		box-sizing: border-box;
		padding: 0 0 13px;
		display: inline-flex;
		width: 160px;
		height: 37px;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 16rem;
		transition: .3s;
	}
	html[lang="en-US"] .header-pc-menu__item {
		/* width: 200px; */
	}
	.header-pc-menu__item.active,
	.header-pc-menu__item:hover {
		color: var(--mpee-light-green);
		opacity: 1;
		text-decoration: none;
	}
	.header-pc-menu__item::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto 0 0;
		height: 5px;
		background-color: var(--mpee-light-green);
		transform: scale(0, 1);
		transform-origin: center top;
		transition: .4s;
	}
	.header-pc-menu__item.active::before,
	.header-pc-menu__item:hover::before {
		transform: scale(1, 1);
	}
	.header-pc-menu__item--has-child::after {
		margin-left: 1em;
		display: inline-block;
		transform: rotate(90deg);
		font-size: 0.8em;
	}
	.header-pc-sub-menu-div {
		display: none;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 101;
		background-color: rgba(61, 161, 0, 0.8);
		width: 100%;
		box-shadow: 0 2px 4px 0px;
	}
	html[lang="en-US"] .header-pc-sub-menu-div {
		top: 38px;
	}
	.header-pc-sub-menu {
		padding: 10px 40px 24px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 8px;
	}
	.header-pc-sub-menu__li {
		width: 100%;
	}
	.header-pc-sub-menu__a {
		display: inline-flex;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 64px;
		border: 2px solid #fff;
		background-color: #fff;
		text-align: center;
		color: var(--mpee-light-green);
		transition: .3s;
	}
	.header-pc-sub-menu__a:hover {
		opacity: 1;
		border-color: var(--mpee-light-green);
		background-color: #F5FFEF;
		text-decoration: none;
	}
	.header-pc-top {
		padding: 0 40px;
	}
	.header-pc-change-lang {
		display: flex;
		justify-content: right;
		margin-bottom: 10px;
		/* column-gap: 16px; */
	}
	.header-pc-change-lang__item {
		min-width: 62px;
		/* padding: 0 8px; */
		line-height: 1;
		font-size: 14px;
	}
	.header-pc-change-lang__item:first-child {
		padding-right: 8px;
		border-right: 1px solid #0d0d0d;
	}
	.header-pc-change-lang__item:last-child {
		padding-left: 8px;
	}
	.header-pc-change-lang a.header-pc-change-lang__item {
		transition: .2s;
		color: #0146b4;
	}
	.header-pc-change-lang a.header-pc-change-lang__item:hover {
	}
	.header-pc-change-lang div.header-pc-change-lang__item {
		color: #0d0d0d;
	}
	.header-bottom {
		height: 220px;
	}
	.header-bottom source,
	.header-bottom img {
		min-height: 220px;
	}
	.header-bottom__title {
		bottom: 100px;
		letter-spacing: 1px;
		font-size: 24rem;
	}
	/* breadcrumb */
	.breadcrumb {
		padding-right: 40px;
		padding-left: 40px;
	}
	.breadcrumb-list-item:not(:first-child)::before {
		margin-left: 12px;
		margin-right: 12px;
	}
	
	.breadcrumb-list-item {
		font-size: 16rem;
	}
}

@media screen and (min-width: 1580px) {
	.breadcrumb,
	.header-pc-top {
		padding-right: calc(50vw - 750px);
		padding-left: calc(50vw - 750px);
	}
	.header-pc-menu {
		margin-right: 0;
		margin-left: 0;
		padding-right: calc(50vw - 750px);
		padding-left: calc(50vw - 750px);
	}
	
}
