
/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
}
html, body {
  scroll-padding-top: calc(4rem + 4rem);
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999;
}
header .l-header-wapper {
}
header .l-header-bg {
	opacity: 1;
}
header.is-scroll {
	position: -webkit-sticky;
	position: sticky;
	/* box-shadow: 0px 0px 7px 0px var(--des-sub-darkColor); */
}
header.is-scroll .l-header-bg {
	background-color: #fff;
}
.l-gmenu-cta-container .s-shadow {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.l-gmenu-main-container > li {
	position: relative;
}
.l-gmenu-main-container > li a,
.l-gmenu-main-container > li a > .p-text {
	line-height: 1.4;
	letter-spacing: 0.2em;
}

.l-gmenu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  height: 4rem;
	margin: 0 0 0 auto;
	background-color: #f9f9f9;
}


.l-gmenu-navi-wrapper > .l-gmenu-main-wrapper {
	position: relative;
	margin: 0 auto;
	padding-top: 0;
	z-index: 1;
	height: 100%;
}


/* gmenu main */
.l-gmenu-main-wrapper {

}
.l-gmenu-main-container {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 0;
	margin: auto;
	height: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 1200px;
	max-width: 100%;
}
.l-gmenu-main-container > li {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: .8rem;
	font-weight: 400;
}
.l-gmenu-main-container > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: calc(100% - 1px);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 1rem;	
	padding-right: 1rem;	
}
.l-gmenu-main-container > li + li a {
}
.l-gmenu-main-container > li:hover a {
	background-color: var(--base-baseColor-dark3);
	color: var(--base-baseColor-dark-opp);
}

.l-gmenu-cta-container {
	gap: 0.5rem;
	margin-right: 0.5rem;
}
.l-gmenu-cta-container > li {
	height: auto;
}
.l-gmenu-cta-container > li > .p-btn {
}

.l-body-wrapper + .l-body-wrapper {
	margin-top: 6rem;
}
.l-header-container .p-title .p-image {
	max-width: 250px;
}
.l-header-container .p-title .p-subtitle {
	display: block;
	font-size: 12px;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	padding-bottom: 10px;
	margin-left: 10px;
}
.l-gmenu-cta-container > li > a.p-btn {
	position: relative;
	padding: .7rem 1.8rem;
	font-size: .8rem;
	letter-spacing: 0.2em;
	min-width: 223px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media only screen and (max-width:1700px) {
	.l-gmenu-wrapper {
		bottom: 0;
	}
	.l-gmenu-main-container {
		max-width: 90vw;
	}
	.l-header-container .p-title .p-image {
		max-width: 30vw;
	}
}
@media only screen and (max-width:830px) {
	.l-gmenu-wrapper {
		display: none;
	}
	body.is-gmenu-active .l-gmenu-wrapper {
		display: block;
		position: absolute;
		width: 100%;
    height: calc(100vh - 5rem);
		background-color: rgb(0 0 0 / 30%);
	}
	.l-gmenu-main-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: auto;
	}
	.l-gmenu-navi-wrapper {
		width: 100%;
		height: auto;
		background-color: #FFF;
	}
	.l-gmenu-main-container > li {
		font-size: 1.2rem;
		height: auto;
    padding: 2rem 2rem;
	}
	.l-gmenu-main-container > li::before, .l-gmenu-main-container > li:nth-last-child(1)::after {
		display: none;
	}
	.l-gmenu-main-container > li a {
		text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	}
	.l-gmenu-main-container > li a br {
		display: none;
	}
	header .l-header-wapper {
		overflow: visible;
	}
	.l-header-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
		padding-right: 3rem;
	}
	.l-header-container > .l-gmenu-sub-wrapper > .l-gmenu-cta-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    padding-left: 0;
		margin: 0;
    -webkit-box-shadow: 0 0 10px 5px #c7c7c7;
            box-shadow: 0 0 10px 5px #c7c7c7;
		background-color: #FFF;
	}
	.l-gmenu-cta-container {
    margin: 0;
    height: auto;
		width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
	}
	.l-gmenu-cta-container .p-btn-def {
    font-size: 3vw;
    padding: 0.7rem 1.3rem;
	}
	.l-header-logo-container {
		max-width: 50vw;
    padding: 0 1rem;
	}
	.l-header-complogo-container {
		max-width: 30vw;
    margin: 0;
    padding: 0.5rem 1.5rem;
	}
	.l-header-container > .l-menu-container {
		display: block;
	}
	header {
		position: -webkit-sticky;
		position: sticky;
    height: auto;
    top: 0;
    left: 0;
    z-index: 9999;
	}
	.l-gmenu-wrapper {
		position: relative;
    bottom: auto;
    width: 100%;
    height: 4rem;
    overflow: scroll;
	}
	.l-gmenu-cta-container > li > .p-btn
	.l-section-wrapper > .l-section-container > .l-content-wrapper > .p-buttons > .s-btn-default.color-default {
		font-size: 1.4rem;
	}
	.l-gmenu-cta-container > li {
		margin: 0;
	}
	.l-gmenu-cta-container {
			margin-left: .5rem;
	}
	.l-gmenu-cta-container > li > a.p-btn {
		font-size: 2vw;
	}

	body#top header {
    --s-gnavi-height-before: 5rem !important;
	}
}
@media only screen and (max-width: 830px) {
}


.l-hero-wrapper {
	/* padding-top: 4rem !important; */
}





.sub-menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.sub-menu .search-form {
	margin-left: 1rem;
}



@media only screen and (max-width: 1023px) {
	header.is-active .main-menu {
		margin-top: 0;
	}

  .navi-wrapper {
  	display: none;
  	width: 100%;
  }
  .l-header.is-active .navi-wrapper {
  	display: block;
  }
  .global-navi {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
  	width: 100%;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	    -ms-flex-direction: column-reverse;
  	        flex-direction: column-reverse;
  }
  .l-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    background: transparent;
  }
  .l-header.is-active .navi-wrapper {
    overflow: auto;
    background: #32AFA7;
  }
  body.is-nav-active {
		/* overflow: hidden;
		width: 100vw;
		height: 150vh; */
	}
	header.is-nav-active .sub-menu > .p-nav-sub > li > a:before {
		display: none;
	}
}

.p-site-title {
  margin: 0;
  justify-self: stretch;
  /* background: #FFF; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  height: 100%;
}
.p-site-title > span {
	font-size: .85rem;
	margin-left: 1rem;
	display: inline-block;
	line-height: 1.2rem;
	padding: .2rem .5rem;
	background-color: var(--header-sub-bg);
	color: var(--header-sub-text);
}

.p-site-title__link {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-filter: var(--logo-filter);
          filter: var(--logo-filter);
}
.p-site-title__link > img {
	    height: 100%;
	    width: auto;
	    -o-object-fit: contain;
	       object-fit: contain;
}
.p-site-title__link span {
  display: block;
  font-size: 0.8rem;
  color: var(--header-text);
}
.p-site-title__link span.p-site-subtitle__link {
  font-size: 0.6rem;
}

@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
    .p-site-title {
    	padding: 10px;
    	height: 72px;
    }
  .p-site-title__link {
    margin: 0;
    padding: 0;
  }
}

header .icon.image{
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}
header .icon.image img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

header .common-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .main-menu .common-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}
header .common-menu li {
  line-height: 1;
}
header .common-menu li a {
  color: var(--header-text);
  position: relative;
  /* white-space: pre-wrap; */
}
header .common-menu.top-menu li a {
  border-left: 1px solid #a3a3a3;
  padding-bottom: 0;
}
header .common-menu.top-menu li:first-child a {
  border-left: none;
}
header .top-menu .common-menu li {
  border-left: 1px solid #a3a3a3;
}
header .top-menu .common-menu li:first-child {
  border-left: none;
}
header .common-menu.top-menu li:nth-last-child(1) a {
  padding-right: 0;
}
header .common-menu li a.active {
  color: #00BFB3;
}
header .common-menu.top-menu li a.active {
  color: #000;
}

header .common-menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: var(--header-text);
  height: 5px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
@media print, (min-width: 768px) {
  header .common-menu li:hover > a,
  header .common-menu li a:hover,
  header .common-menu li a:focus,
  header .common-menu li a:active,
  header .common-menu li a.active {
  }
  header .common-menu.top-menu li a:hover,
  header .common-menu.top-menu li a.active {
  }
  header .common-menu li:hover > a:before,
  header .common-menu li > a:hover:before,
  header .common-menu li > a:focus:before,
  header .common-menu li > a:active:before,
  header .common-menu li > a.active:before {
    left: 0px;
    right: 0px;
  }
}

header .main-menu > .common-menu > li {
  padding: 0 0 15px 5px;
  margin: 0 0 -15px;
}
header  .main-menu > .common-menu > li > a {
	padding: 5px;
	padding-bottom: 10px;
}


header .common-menu li > a:before{
	display: none;
}
header  .main-menu > .common-menu > li:hover > a,
header  .main-menu > .common-menu > li > a:hover {
	background: var(--header-text);
	color: var(--header-bg);
	opacity: 1;
}
header  .sub-menu > .p-nav-sub > li {
  padding: 0 0 15px 5px;
  margin: 0 0 -15px;
}
header  .sub-menu > .p-nav-sub > li > a {
	padding: 5px;
}
header  .sub-menu > .p-nav-sub > li > a::before{
	display: none;
}
header  .sub-menu > .p-nav-sub > li > a:hover {
	background: var(--header-text);
	color: var(--header-bg);
	opacity: 1;
}
header .main-menu > .common-menu > li.search:hover > a,
header .main-menu > .common-menu > li.search > a:hover {
	background: var(--header-bg);
	color: var(--header-text);
}

header .common-menu.top-menu li a:before {
  display: none;
}
header .common-menu.top-menu li a:hover {
  text-decoration: underline;
}
header .main-menu > .common-menu > li:nth-child(1) {
	padding-left: 0;
}
header .main-menu > .common-menu > li:nth-last-child(1) {
  border-right: 0;
}
header .main-menu {
  margin-top: 10px;
  width: 100%;
  padding: 0;
}
header .main-menu > .common-menu > li .child-wrap {
  visibility: hidden;
  height: 0;
  position: fixed;
  left: 0;
  top: calc(5.37rem - 5px);
  z-index: 1001;
  margin: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  overflow: hidden;
  background: #FFF;
  margin-top: 0;
  -webkit-box-shadow: 0 5px 15px -5px #999;
          box-shadow: 0 5px 15px -5px #999;
}
header.is-scroll .main-menu > .common-menu > li .child-wrap {
	top: 82px;
}
@media only screen and (max-width: 1023px) {
	header .main-menu > .common-menu > li .child-wrap {
		display: none;
	}
	header .main-menu > .common-menu > li,
	header .main-menu > .common-menu > li:nth-child(1) {
		padding: 5px;
		margin: 0;
	}
	header  .sub-menu > .p-nav-sub > li {
		padding: 5px;
		margin: 0;
	}
}
header .main-menu > .common-menu > li:hover .child-wrap,
header .main-menu > .common-menu > li .child-wrap.viewtest {
  visibility: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: all .3s!important;
  -o-transition: all .3s!important;
  transition: all .3s!important;
}
header .main-menu > .common-menu .child-menu-title {
  width: 1200px;
  margin: auto;
  text-align: center;
  color: #FFF;
  padding: 30px 0 10px;
}
header .main-menu > .common-menu .child-inner {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header .main-menu > .common-menu .child-inner .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .main-menu > .common-menu .parent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 0;
  padding: 30px 20px 30px 8px;
  text-align: center;
  line-height: 1;
  background: #97999B;
  max-height: none;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .main-menu > .common-menu .parent-block > a {
  color: #fff;
  text-align: center;
  display: block;
}
header .main-menu > .common-menu .parent-block > a:last-child {
  margin-bottom: 0;
}
header .main-menu > .common-menu .parent-block > a .parent-block-txt {
  background: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #E1E1E1;
}
header .main-menu > .common-menu .parent-block img {
  width: 100%;
  max-width: 100%;
}

header .main-menu > .common-menu .parent-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	width: 200px;
	min-height: 200px;
	font-size: 120%;
	padding: 2rem;
	padding-right: 1rem;
	padding-left: 0;
	position: relative;
}
header .main-menu > .common-menu .parent-info::after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	background-color: #ccc;
	height: 80%;
	width: 1px;
}
header .global-navi .main-menu > .common-menu .child-wrap .parent-info a {
	color: #333;
}

header .main-menu > .common-menu .child-list {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
  padding: 20px 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
header .global-navi .main-menu > .common-menu .child-wrap.image .child-list {
	padding: 20px 0 20px 0;
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list {
	padding: 3rem;
	padding-left: 0;
	padding-right: 0;
}
header .main-menu > .common-menu .child-list:after {
  content: "";
  display: block;
  clear: both;
}
header .main-menu > .common-menu .child-list .child-list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 10px;
  width: 100%;
  min-height: 200px;
}
header .main-menu > .common-menu .child-list .child-list-line > ul > li {
  margin-bottom: 0;
  min-width: 30%;
  display: inline-block;
}
header .main-menu > .common-menu .child-list .child-list-line > ul > li:last-child {
  /* margin-bottom: 0; */
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: self-start;
	    -ms-flex-align: self-start;
	        align-items: self-start;
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul > li {
	min-width: auto;
	float: none;
	-ms-flex-item-align: self-start;
	    -ms-grid-row-align: self-start;
	    align-self: self-start;
	max-width: 25%;
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul > li > a {
	font-size: 120%;
}

header .global-navi .main-menu > .common-menu .child-wrap.image .child-list .child-list-line > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
header .global-navi .main-menu > .common-menu .child-wrap.image .child-list .child-list-line > ul > li {
	min-width: auto;
}

header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul > li > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-top: 1px solid var(--menu-border);
	padding-top: 1.5rem;
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul > li > ul > li {
	float: none;
	margin: 0;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
header .global-navi .main-menu > .common-menu .child-wrap a {
	color: #333;
	position: relative;
}
header .global-navi .main-menu > .common-menu .child-wrap a:hover {
	color: var(--menu-bg);
	opacity: 1;
}
header .global-navi .main-menu > .common-menu .child-wrap a span::after {
	content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 7px;
  background: var(--menu-bg);
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
header .global-navi .main-menu > .common-menu .child-wrap a:hover span::after {
	left: 20px;
	right: 0;
}

header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul > li > ul > li span {
	line-height: 1.3;
	padding-left: 20px;
	display: inline-block;
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul > li > ul > li i {
	color: var(--menu-bg);
	/* padding-right: 10px; */
	position: absolute;
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-list-line > ul > li > ul > li a:hover * {
}


header .main-menu > .common-menu .child-list li {
  /* float: left; */
}
header .main-menu > .common-menu .child-list li:last-child a {
  border-right: none;
}
header .main-menu > .common-menu .child-list a {
  padding: 0 !important;
  display: block;
  position: relative;
}
header .main-menu > .common-menu .child-list a {
  display: block;
  position: relative;
  padding: 0 0 10px 0 !important;
}
header .main-menu > .common-menu .child-list .child-ttl {
  line-height: 1.2;
  position: relative;
  margin-bottom: 5px;
  color: #333;
}
header .main-menu > .common-menu .child-list .parent .child-ttl {
	font-weight: bold;
}
header .main-menu > .common-menu .child-list a:hover .child-ttl {
	color: var(--em-primary-bg);
}
header .main-menu > .common-menu .child-list .child-ttl span {
  display: inline-block;
  color: var(--menu-bg);
}
header .main-menu > .common-menu .child-list .child-ttl i {
  margin-left: 14px;
}
header .main-menu > .common-menu .child-list .child-ttl img  {
	margin-bottom: 5px;
}
header .main-menu > .common-menu .child-list .child-ttl:before {
  content: "ï”";
  display: inline-block;
  width: 8px;
	height: 11px;
	font-family: "Font Awesome 5 Free";
}
header .global-navi .main-menu > .common-menu .child-wrap.image .child-list .child-ttl:before {
	display: none;
}
header .global-navi .main-menu > .common-menu .child-wrap.tree .child-list .child-ttl:before {
	display: none;
}
header .main-menu > .common-menu .child-list .btn {
  margin-bottom: 20px;
}
header .main-menu > .common-menu .child-list .btn .child-ttl {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .main-menu > .common-menu .child-list .btn .child-ttl:hover {
  opacity: 0.8;
}
header .main-menu > .common-menu .child-list .btn-contact .child-ttl {
  background-color: #fe9025;
}
header .main-menu > .common-menu .child-list .btn-contact .child-ttl:after {
  position: absolute;
  content: " ";
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0;
  height: 0;
  border-left: 5px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
header .main-menu > .common-menu .child-list .child-ttl.bold {
  margin-bottom: 10px;
}
header .main-menu > .common-menu .child-list .child-ttl.bold:before {
  content: none;
}
header .main-menu > .common-menu .child-list .child-ttl.bold span {
  margin-left: 0;
}

@media only screen and (min-width: 992px) {
  header .main-menu {
    display: block !important;
  }
}

header .sub-menu > .p-nav-sub > li > a {
	position: relative;
}
header .sub-menu > .p-nav-sub > li > a:before{
	content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -5px;
  background: var(--em-primary-text);
  height: 5px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}
header .sub-menu > .p-nav-sub > li:hover > a,
header .sub-menu > .p-nav-sub > li a:hover,
header .sub-menu > .p-nav-sub > li a:focus,
header .sub-menu > .p-nav-sub > li a:active,
header .sub-menu > .p-nav-sub > li a.active {
}
header .sub-menu > .p-nav-sub > li:hover > a:before,
header .sub-menu > .p-nav-sub > li > a:hover:before,
header .sub-menu > .p-nav-sub > li > a:focus:before,
header .sub-menu > .p-nav-sub > li > a:active:before,
header .sub-menu > .p-nav-sub > li > a.active:before {
	left: 0px;
	right: 0px;
}

.cta-menu {margin-right: 0;margin-bottom: 5px;}

.cta-menu .p-nav-cta .p-nav-cta__link {
	padding: 1rem;
	color: var(--em-primary-bg);
	background-color: var(--em-primary-text);
	background-image: var(--em-primary-gradation);
	background-blend-mode: multiply;
	border: 1px solid var(--em-primary-border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 150px;
	min-height: 60px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 1200px) {
	.cta-menu .p-nav-cta .p-nav-cta__link {
		min-width: 100px;
	}
}

.p-nav-sub li:not(:last-child),
.p-nav-site li:not(:last-child),
.p-nav-cta li:not(:last-child) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-nav-sub li:last-child,
.p-nav-site li:last-child,
.p-nav-cta li:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
header .main-menu > .common-menu > li.search .child-inner .search-form {
	padding: 2rem 1rem;
}
header .main-menu > .common-menu > li.search .child-inner .search-form input {
	width: 30vw;
	padding: .5rem;
}
header .main-menu > .common-menu > li.search .child-inner .search-form .input-group-text {
	color: var(--menu-text);
	font-size: 1.5rem;
	padding-left: 1rem;
}

@media only screen and (min-width: 1024px) {
	.p-nav-sub,
	.p-nav-site,
  .p-nav-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
 }
	.p-nav-sub li,
	.p-nav-site li,
  .p-nav-cta li {
    margin: 0 0 0 15px;
 }
	.p-nav-sub li:last-child,
	.p-nav-site li:last-child
  .p-nav-cta li:last-child {
  }
}

@media only screen and (max-width: 1023px) {
	header .sub-menu .p-nav-sub,
	header .main-menu .p-nav-site,
	.p-nav-cta {
		display: none;
	}

	header.is-active .sub-menu .p-nav-sub,
	header.is-active .main-menu .p-nav-site,
	header.is-active .p-nav-cta {
    display: block;
    margin: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    text-align: center
	}
	header.is-active .sub-menu .p-nav-sub {
		border-top: 0px solid;
	}
  .is-active .p-nav-sub li,
  .is-active .main-menu > .common-menu > li,
  .is-active .p-nav-cta li {
    margin: 0;
    border-bottom: 1px solid #ddd
  }
  .p-tel--header {
    padding: 1.2rem 0;
    display: block;
  }
  .cta-menu {
  	margin-top: 10px;
  	width: 100%;
  	display: none;
	}
	header.is-active {
		height: 500vh;
		position: absolute;
		/* overflow: scroll; */
		z-index: 9999;
	}
	header.is-active .cta-menu {
  	display: block;
  	margin: 0;
  	background-color: #32918c;
 }
	header.is-active .cta-menu .p-nav-cta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem;
		border: 0;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	header.is-active .cta-menu .p-nav-cta li .p-nav-cta__link {
		height: 60px;
		padding: .7rem;
	}
	header.is-active .search {
		position: absolute;
    top: 0;
	}
	header.is-active .p-site-title {
		opacity: 0;
	}
	header.is-active .search .p-nav-site__link {
		display: none;
	}
	header.is-active .main-menu > .common-menu > li.search {
		width: calc(100vw - 100px);
		height: 72px;
		z-index: 999;
		border: 0;
	}
	header.is-active .main-menu > .common-menu > li.search .child-wrap{
		display: block;
		visibility: visible;
		top: 0;
		height: auto;
		position: relative;
		overflow: auto;
		opacity: 1;
		background: none;
	}
	header.is-active .main-menu > .common-menu > li.search .parent-info {
		display: none;
	}
	header.is-active .main-menu > .common-menu > li.search .child-inner {
		min-height: auto;
		width: auto;
	}
	header.is-active .main-menu > .common-menu > li.search .child-inner .search-form {
		padding: 0 !important;
	}
	header.is-active .main-menu > .common-menu > li.search .child-inner .search-form input {
    width: calc(96vw - 180px);
    border: 0;
    background: rgba(255,255,255,80%);
 }
	header.is-active .main-menu > .common-menu > li.search .child-inner .search-form .search-input-container {
		height: 72px;
		padding-left: 4vw;
	}
}

@media only screen and (max-width: 599px) {
	.is-active .p-nav-sub,
	.is-active .p-nav-site,
  .is-active .p-nav-cta {
    margin: 1rem 0 0
  }
}

.p-nav-sub__link,
.p-nav-site__link,
.p-nav-cta__link {
  text-decoration: none;
  color: var(--header-text);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 12px;
  padding-bottom: 0px;
}
.p-nav-site__link {
  padding-bottom: 0;
}

.p-nav-sub__link:hover,
.p-nav-site__link:hover
.p-nav-cta__link:hover {
}

@media only screen and (max-width: 1023px) {
  .is-active .p-nav-sub__link,
  .is-active .p-nav-site__link,
  .is-active .p-nav-cta__link {
    display: block;
    padding: 1.25rem;
    color: var(--menu-text);
    text-align: left;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 599px) {
	.is-active .p-nav-sub__link,
	.is-active .p-nav-site__link,
  .is-active .p-nav-cta__link {
    display: block;
  }
}


.p-menu {
  height: 72px;
  width: 72px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 1024px) {
  .p-menu {
    display: none
  }
}

.p-menu__button {
  background: none;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
}

.p-menu__icon {
  display: inline-block;
  margin: 0;
  font-size: 40px;
}

.is-active .p-menu__icon {
  display: none
}

.p-menu--active__icon {
  display: none;
  margin: 0;
  font-size: 40px;
}

.is-active .p-menu--active__icon {
  display: inline-block
}




/* SPメニュー */
.l-header-spmenu { display: none; }
.l-header-spmenu .menu-btn {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4rem;
	width: 4rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 90;
	background-color: #A60518;
}
.l-header-spmenu .menu-btn span,
.l-header-spmenu .menu-btn span:before,
.l-header-spmenu .menu-btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 2rem;
	background-color: #fcfcfc;
	position: relative;
}
.l-header-spmenu .menu-btn span:before {
	bottom: 0.7rem;
}
.l-header-spmenu .menu-btn span:after {
	top: 0.6rem;
}
.l-header-spmenu #menu-btn-check:checked ~ .menu-btn {
	position: fixed;
}
.l-header-spmenu #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);
}
.l-header-spmenu #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: -0.15rem;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.l-header-spmenu #menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.l-header-spmenu #menu-btn-check {
	display: none;
}
.l-header-spmenu .menu-content {
	width: 100%;
	height: 100%;
	max-width: 400px;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	z-index: 80;
	background-color: #A60518;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.l-header-spmenu #menu-btn-check:checked ~ .menu-content {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}
.l-header-spmenu .menu-content ul.l-gmenu-sp-container {
	padding: 4rem 1rem 0;
}
.l-header-spmenu .menu-content ul.l-gmenu-sp-container li {
	border-bottom: solid 1px #fcfcfc;
	list-style: none;
}
.l-header-spmenu .menu-content ul.l-gmenu-sp-container li a {
	display: block;
	width: 100%;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-weight: 400;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fcfcfc;
	text-decoration: none;
	padding: 1rem 2rem 1rem 0;
	position: relative;
}
.l-header-spmenu .menu-content ul.l-gmenu-sp-container li a > p > br { display: none; }
.l-header-spmenu .menu-content ul.l-gmenu-sp-container li a::before {
	content: "";
	width: .5rem;
	height: .5rem;
	border-top: solid 2px #fcfcfc;
	border-right: solid 2px #fcfcfc;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	right: 1rem;
	top: 1.7rem;
}
.l-header-spmenu .menu-content .l-gmenu-cta-container {
	background: #FFF;
	margin: 0;
	padding: 1rem;
}
@media only screen and (max-width: 830px) {
	.l-header-spmenu { display: inherit; }
}



