header {
    padding: 18px 40px 13px 25px;
    position: relative;
    z-index: 111;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0;
    background-color: #fff;
    position: relative;
}
.home header {
    box-shadow: 0px 4px 5px -4px rgba(0, 0, 0, 0.1);
}
.head-top {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  margin-bottom: 35px;
}

.head-top-right {
    width: auto;
    max-width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .button-1 {
  border: solid 1px #2E86C3;
  box-shadow: 5px 5px 0px 0px #75a1cd;
  margin: 0 0 0 20px;
}



header .button-1::before {
  background-color: #AEDCFB;
}

header .button-1::after {
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(287deg) brightness(109%) contrast(101%);
}

.head-logo {
  width: 325px;
  display: block;
  max-width: 26%;
}


.head-nav {
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.head-nav>ul {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.head-nav_list {
  width: fit-content;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.head-nav_list > a,
.dropdown > a {
  color: #000;
  font-weight: 500;
  font-size: .18rem;
  letter-spacing: 0.15em;
  background-color: #fff;
  display: block;
  position: relative;
}



/* .head-nav_list a:hover::after {
  content: '';
  width: 100%;
  height: 4px;
  display: inline-block;
  background-color: #82452A;
  position: absolute;
  bottom: -12px;
  left: 0;
  pointer-events: none;
} */

.head-nav_list a:hover {
  opacity: 1;
}

.head-nav_list a img {
  display: block;
  width: 100%;
  /* margin: 0 auto 4px; */
  /* margin-right: 7px;
  margin-bottom: 2px;
  width: 58px; */
}

/* .head-nav_toggle {
    width: 66px;
}

.head-nav_toggle img{
    width: 42px;
    display: block;
    margin: 0 auto 0px;
} */

.nav-growth{}

.nav-federation {}

.nav-growth a:hover,
.nav-contact a:hover{
	color:#2E86C3;
	transition: all .2s;

}


.nav-federation .dropbtn:hover {
    color: #A17150 !important;
	    transition: all .2s;
}


.nav-guardian {}

.nav-contact{}


/* ハンバーガーメニュー */

.head-nav_toggle {
  display: none;
}

.effect-accordion-menu {
    margin: 75px auto 0;
    padding: 20px 20px 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
}

.effect-accordion-menu__contents {
  display: none;
  margin-bottom: 22px;
}


#toggle-box {
  position: relative;
  width: 60%;
  height: 100%;
  cursor: pointer;
  margin: 0px auto 0;
  border-radius: 9px;
}


#toggle-box>span {
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #2F6EB3;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  border-radius: 5px;
}

#toggle-box>span:nth-child(1) {
  top: 0px;
}

#toggle-box>span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
  bottom: 0px;
}

#toggle {
  position: fixed;
  right: 6px;
  top: 18px;
  width: 50px;
  margin: 0 auto 0px;
  height: 24px;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.toggle-p {
  text-align: center;
  font-size: .12rem;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);

  background-image: url(../images/common/sp-nav-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#nav-content ul {
  list-style: none;
}

#nav-content a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: opacity .6s ease;
}

.js-accordion-move {
  padding: 16px 0;
}

#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box {
  z-index: 1000;
}

.is-open #toggle-box>span {
  background: #2F6EB3;
  /* width: 100%; */
  z-index: 3000;
}

.is-open #toggle-box>span:nth-child(1) {
  top: 50%;
  /*transform: rotate(45deg) translatey(-50%);*/
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
}

.is-open #toggle-box>span:nth-child(3) {
  width: 0;
}

.is-open #toggle-box>span:nth-child(2) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
  width: 100%;
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

#nav-content ul li:nth-child(1) {
  margin-top: 130px;
}

#nav-content li a {
  font-weight: 400;
  margin-bottom: 35px;
}

.nav-content-nav {
    margin: 0 auto;
    padding: 20px 20px 50px;
    text-align: left;
}

.nav-content-img{
	margin: -45px auto 0;
    display: block;
	width: 100%;
}

#nav-content li:nth-last-of-type(1) {
  margin-bottom: 35px;
}




.effect-accordion-menu__title {
  cursor: pointer;
  position: relative;
  padding: 17px 0;
}

.effect-accordion-menu__title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 1px;
  width: 15px;
  background: #000;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.effect-accordion-menu__title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 1px;
  width: 15px;
  background: #000;
  transition: all .3s ease-in-out;
}

.effect-accordion-menu__title.open:before {
  transform: rotate(180deg);
}

.effect-accordion-menu__title.open:after {
  opacity: 0;
}



/* +繝槭�繧ｯ縺ｨ-繝槭�繧ｯ 縺ｯ縺薙％縺ｾ縺ｧ*/

.effect-accordion-menu__contents {
  display: none;
  margin-bottom: 22px;
}

.effect-accordion-menu__contents a {
  margin-bottom: 20px;
}


.effect-accordion-menu__list {
  border-bottom: solid 1px #000;
  font-weight: 500;
}



.effect-accordion__first {
  margin-left: 10px;
}

.effect-accordion__second {
  margin-left: 23px;
}

.effect-accordion__third {
  margin-left: 38px;
}


.effect-accordion__group a {
  margin-left: 10px;
}

.effect-accordion__group a:nth-of-type(1) {
  margin-left: 23px;
}

/*   
  .effect-accordion__group a:nth-of-type(n+2){
  margin-left: 38px;
  } */






/* プルダウンメニュー */
.dropdown {
  position: relative; 
  display: inline-block;
  cursor: pointer;
  /*padding-bottom: 24px;*/
}

/*
.dropdown-content {
  padding: 30px 0 0;
  position: absolute;
  left: 50%;
  top: 165px;
  width: 100%;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.8s ease, pointer-events 0s 0.8s;
  transform: translate(-50%, 0);
}
*/

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    padding: 11px 28px 18px;
    position: absolute;
    top: 60px;
    left: 50%;
    /* right: 0; */
    width: max-content;
    border-radius: 20px;
    z-index: 111;
    background-color: #FFEDED;
    transition: opacity 0.8s ease, visibility 0.8s ease, pointer-events 0s 0.8s;
    transform: translate(-50%, 0);
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}
.nav-teacher .dropdown-content{
    background-color: #EAFAED;
}
.dropdown:hover > .dropdown-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dropdown:hover > .dropbtn{
	color: #c0c0c0;
	    transition: all .2s;
}
.dropdown:hover {
	cursor:default;
}
.dropdown-content_space {
    height: 60px;
    width: 300px;
    position: absolute;
    left: -120px;
    margin: auto;
    transform: translateX(60px);
}
.triangle, .triangle::before, .triangle::after {
    width: 20px;
    height: 20px;
    background: #ffedee;
}
.triangle::before,
.triangle::after {
  content: "";
  position: absolute;
	top: 0px;
    left: 0px;
}
.triangle {
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(30deg) skewY(30deg) scaleX(.86666);
    position: relative;
    border-top-left-radius: 50%;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
}

.triangle::before {
  border-top-right-radius: 30%;
  transform: skewX(-45deg) translateX(50%);
}

.triangle::after {
  border-bottom-left-radius: 30%;
  transform: skewY(-45deg) translateY(50%);
}

.dropdown-content a {
    color: #000;
    font-size: .16rem;
    letter-spacing: 0.16em;
    display: block;
    text-align: left;
}
.dropdown-content a.dropdown-1st-link::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    width: 23px;
    height: initial;
    background-image: url(../images/common/arrow-circle-red.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.dropdown-content a.dropdown-2nd-link::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    width: 12px;
    height: 10px;
    background-image: url(../images/common/arrow-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.dropdown-content a.dropdown-search-link::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    width: 23px;
    height: initial;
    background-image: url(../images/common/search-red.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-teacher .dropdown-content a.dropdown-1st-link::after{
    background-image: url(../images/common/arrow-circle-green.svg);
}
.nav-teacher .dropdown-content  a.dropdown-2nd-link::after {
    background-image: url(../images/common/arrow-green.svg);
}
.nav-teacher .dropdown-content a.dropdown-search-link::after {
    background-image: url(../images/common/search-green.svg);
}
.nav-teacher .triangle, .nav-teacher .triangle::before, .nav-teacher .triangle::after {
    width: 15px;
    height: 15px;
    background: #EAFAED;
}


.dropdown-content a.dropdown-1st-link, 
.dropdown-content a.dropdown-search-link {
    padding: 5px 17px 5px 47px;
    width: max-content;
    margin-bottom: 9px;
    font-weight: 500;
    position: relative;
}
.dropdown-content a.dropdown-2nd-link {
    padding: 5px 17px 5px 38px;
    width: max-content;
    margin: 0 0 2px 32px;
    letter-spacing: 0.15em;
    font-weight: 400;
    position: relative;
}
.dropdown-content a.dropdown-2nd-link.fast {
    margin-top: -7px;
}
.dropdown-content a.dropdown-2nd-link.last {
    margin-bottom: 9px;
}

.dropdown-content a:hover {
    background: #ffd8da;
    border-radius: 20px;
    padding: 5px 17px 5px 47px;
    width: max-content;
}
.dropdown-content a.dropdown-2nd-link:hover {
    background: #ffd8da;
    border-radius: 20px;
    padding: 5px 17px 5px 38px;
    width: max-content;
}

.nav-teacher .dropdown-content a:hover {
    background: #bcecc4;
}

.dropdown-content3 {
	display:none !important;
}
.back-only-div{
	background-image: url(../images/common/mega-back-g.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding-bottom: 55px;
	padding-top: 32px;
}

.dropdown-list {
    display: flex;
    justify-content: space-between;
    width: 990px;
    max-width: 100%;
    margin: 0 auto 55px;
}

.dropdown-list .top-link__item {
    width: 30.4%;
    border-radius: 12px;
    overflow: hidden;
}

.dropdown-content .button-1{
	font-size:.19rem;
	margin:0 auto;
	border: solid 1px #2ECA79;
    box-shadow: 5px 5px 0px 0px #2ECA79;
}

.dropdown-content .button-1::after {
    background-image: url(../images/common/mushimegane.svg);
	height: 27px;
    width: 27px;
	filter: brightness(0) saturate(100%) invert(74%) sepia(56%) saturate(321%) hue-rotate(111deg) brightness(85%) contrast(88%);
}

.dropdown-content .button-1::before{
	display:none;
}

.mage-minasamahe{
	background-image: url(../images/common/mega-back-p.jpg);
}

.mage-minasamahe .button-1{
	font-size:.19rem;
	margin:0 auto;
	border: solid 1px #E58FCF;
    box-shadow: 5px 5px 0px 0px #E58FCF;
}

.mage-minasamahe .button-1::after {
	filter: brightness(0) saturate(100%) invert(85%) sepia(7%) saturate(1475%) hue-rotate(282deg) brightness(98%) contrast(89%);
}



.dropdown:hover::after {
  content: '';
  /* width: 100%; */
  height: 4px;
  display: inline-block;
  background-color: #82452A;
  position: absolute;
  bottom: -12px;
  /* left: calc(50% - 34px); */
  left: 0;
  pointer-events: none;
}

/*
.dropdown-list {
  padding: 32px 38px 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 20px;
}*/

.dropdown-link {
  color: black;
  text-decoration: none;
  display: block;
  width: 22.6%;
}


.dropdown-link:hover {
  opacity: 0.7;
  transition: all .2s;
}

.hed-right__nav .dropdown-text {
  margin-bottom: 10px;
  text-align: left;
  font-size: .14rem;
}

.dropdown-imgwrap {
  padding-bottom: 65%;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}

.dropdown-img {
  object-fit: cover;
  object-position: center;
  position: absolute;
}

.body.bg_active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 56, 0.5);
  position: fixed;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
}






.dropmenu {
  position: absolute;
  margin-left: 0;
  width: 160px;
  display: none;
  background: #998675;
  left: 0;
  margin: auto;
  top: 30px;
  z-index: 11;
}

.header_nav_kitchen .dropmenu {
  width: 245px;
}

.header_nav_bath .dropmenu {
  width: 230px;
}

.header_nav_flow .dropmenu {
  width: 230px;
}

.dropmenu li {
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.dropmenu li:not(:first-child) {
  border-top: 1px solid #fff;
}

.dropmenu li a {
  padding: 10px 18px;
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'Noto Sans JP', sans-serif;
}

.dropmenu li a:hover {
  opacity: 0.7;
}

.fixed_header {
  display: none;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.home-nav-btn {
  text-align: center;
  font-size: 0.3rem;
  line-height: 1;
}

#nav-content a,
.effect-accordion-menu__title {
  color: #000;
  /* -webkit-text-stroke: 1px #828282; 
  text-stroke: 1px 828282; */
}


.effect-accordion-menu__list {
  border-bottom: solid 1px #000;
}
.nav-content-home {
	margin-top:-15px;
}
#toggle{
  display: none;
}


.fixed-clone {
  position: fixed;
  top: -100px;         /* 画面外に隠す */
  left: 0;
  transition: top 0.6s ease; /* スライドで出てくる */
}



header.fixed-clone {
    position: fixed;
    top: -150px;
    padding: 14px 40px 12px 25px;
}
header.fixed-clone.visible {
  top: 0;              /* スクロールで表示 */
}
header.fixed-clone .head-top {
    margin-bottom: 10px;
}
header.fixed-clone .button-1 {
    margin: 0;
    transform: scale(0.85);
}
header.fixed-clone .button-1:hover {
	transform: scale(0.85) translate3d(3px, 3px, 0px);
}
header.fixed-clone .head-nav_list > a, header.fixed-clone .dropdown > a {
    font-size: .16rem;
}
header.fixed-clone .head-nav {
    width: 900px;
}
header.fixed-clone .head-logo {
    width: 250px;
    display: block;
    max-width: 26%;
}


/**/
#nav-content .spnav-childhood{
	color: #2f6eb3;
}
#nav-content .spnav-parent{
	color: #e92e4d;
}
#nav-content .spnav-work{
	color: #26aa5b;
}
#nav-content .spnav-info{
	color: #774845;
}

.spnav-parent:before,
.spnav-parent:after{
	background-color: #e92e4d;
}
.spnav-work:before,
.spnav-work:after{
	background-color: #26aa5b;
}

.spnav-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.spnav-flex-item{
	flex: 0 1 auto;
	width: 46%;
}

.effect-accordion-menu__contents a {
    color: #000;
    font-size: .14rem;
    letter-spacing: 0.03rem;
    display: block;
    text-align: left;
}
.effect-accordion-menu__contents a.dropdown-1st-link, 
.effect-accordion-menu__contents a.dropdown-search-link {
    padding: 5px 10px 5px 35px;
    width: max-content;
    margin-bottom: 5px;
    font-weight: 500;
    position: relative;
	max-width: 100%;
}
.effect-accordion-menu__contents a.dropdown-1st-link::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0%;
    bottom: 0;
    margin: 11px 0 0 0;
    left: 9px;
    width: 19px;
    height: 19px;
    background-image: url(../images/common/arrow-circle-red.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
.effect-accordion-menu__contents a.dropdown-2nd-link {
    padding: 5px 17px 5px 35px;
    width: max-content;
    margin: 0 0 0 10px;
    letter-spacing: 0.02rem;
    font-weight: 400;
    position: relative;
}
.effect-accordion-menu__contents a.dropdown-2nd-link.fast {
    margin-top: -7px;
}
.effect-accordion-menu__contents a.dropdown-2nd-link::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    width: 12px;
    height: 10px;
    background-image: url(../images/common/arrow-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.effect-accordion-menu__contents a.dropdown-search-link::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    width: 19px;
    height: initial;
    background-image: url(../images/common/search-red.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.effect-accordion-menu__contents-work a.dropdown-1st-link::after {
    background-image: url(../images/common/arrow-circle-green.svg);
}
.effect-accordion-menu__contents-work a.dropdown-2nd-link::after {
    background-image: url(../images/common/arrow-green.svg);
}
.effect-accordion-menu__contents-work a.dropdown-search-link::after {
	background-image: url(../images/common/search-green.svg);
}

.nav-guardian,
.nav-teacher{
	position: relative;
}

.nav-guardian:hover.nav-guardian::before {
    content: "";
    position: absolute;
    left: -16px;
    right: 0;
    top: -34px;
    background-image: url(../images/common/nav-tanpopo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 68px;
    height: 36px;
    margin: auto;
    z-index: 1;
}

.nav-teacher:hover.nav-teacher::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    background-image: url(../images/common/nav-clover.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 88px;
    height: 31px;
    margin: auto;
    z-index: 1;
}

.nav-federation:hover.nav-federation::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    background-image: url(../images/common/nav-butterfly02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 30px;
    margin: auto;
    z-index: 1;
}

.nav-growth:hover.nav-growth::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -31px;
    background-image: url(../images/common/nav-sprouts.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 36px;
    margin: auto;
    z-index: 1;
}

.nav-contact:hover.nav-contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -29px;
    background-image: url(../images/common/nav-snails.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 57px;
    height: 33px;
    margin: auto;
    z-index: 1;
}

@media screen and (max-width:1000px) {
	main{
		padding-top: 73px;
	}
  #toggle{
	  display: block;
	}

  header {
    padding: 13px;
    margin: 0 auto 10px;
	position: fixed;
	top: 0;
	left: 0;
  }
  
  #toggle{
  	position: absolute;
  }

  .head-top {
    margin-bottom: 0;
  }

  .head-top-right {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .head-nav>ul {
    display: none;
  }

  .head-logo {
    width: 253px;
    max-width: 100%;
	z-index: 1111;
  }
  

}