/*
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
*/

.sub-head__container{
	display:none;
}
header {
    padding-bottom: 0;
}
footer {
    margin-top: 110px;
}
header nav:not(#nav-content nav){
	display:none;
}
a.image-hover-effect-01:hover{
	opacity:1;
}
a.image-hover-effect-01 img{
	position:relative;
	top:0;
}
a.image-hover-effect-01 img:hover{
	top:10px;
	transition:0.3s;
	filter: brightness(1.1);
	/*
    filter: brightness(0.95);
    transform: scale(0.99);
	*/
}
.scroll-btn {
    position: fixed;
    bottom: 33px;
    right: 32px;
    width: 159px;
    filter: drop-shadow(4px 6px 3px rgba(0, 0, 0, 0.18));
    z-index: 11;
}

/*
a.image-hover-effect-01 img:hover{
    animation : yureru 7s linear 0s infinite normal;
}
@keyframes yureru {
    0% {
			margin-right:0px;
    }
    73% {
			margin-right:0px;
        filter: brightness(1);
    }
    77% {
			margin-right:-14px;
        filter: brightness(1.1);
    }
    81% {
			margin-right:0px;
        filter: brightness(1);
    }
    85% {
			margin-right:-14px;
        filter: brightness(1.1);
    }
    89% {
			margin-right:0px;
        filter: brightness(1);
    }
    90% {
			margin-right:0px;
    }
}
*/

#contact-fixed-link {
    display: none !important;
}
.link__button a {
    box-shadow: 1px 1px 6px #e7dddd;
}
.link__button:hover {
    opacity:1;
}
.link__button:before,
.link__button:after{
    z-index: 1;
}
.link__button{
	position:relative;
	top:0;
}
.link__button:hover{
	top:5px;
	transition:0.3s;
	filter: brightness(1.05);
}
.link__button:hover:before,
.link__button:hover:after {
}
.link__button_orange a{
    color: #ff6600;
    border: solid 1px #ff6600;
    background-color: #ffffcc;
}
.link__button_orange:before {
    color: #333;
    border: solid 1px #ff6600;
}
.link__button_orange:after {
    border-top: solid 2px #ff6600;
    border-right: solid 2px #ff6600;
}

.shadow-01 {
    box-shadow: 2px 2px 6px #aba3a3;
}



/* ナビ共通 */
.eceq-global-nav {
    background-image: url(../../images/eceq/nav-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 153px;
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
}
.eceq-global-nav-fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}
.eceq-global-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    width: 1300px;
    margin: 0 auto;
}

.eceq-global-nav li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}

.eceq-global-nav .nav-after-none::after {
    content: none;
}

.nav-logo {
    width: 81px;
    max-width: 100%;
}

.eceq-global-nav a {
    flex: 0 1 auto;
    width: fit-content;
    color: #fff;
    position: relative;
    font-size: .17rem;
    font-family: var(--font-maru);
    font-weight: var(--font-weight-m);
    text-shadow: 1px 2px 4px #000;
    margin-bottom: 1px;
}
.dorp-down a:hover{
	opacity:1;
}
.dorp-down {
    position: relative;
	padding-right:30px;
}
.dorp-down > a:hover{
    opacity:1;
}
.nav-drop-container {
    background-size: contain;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px 15px 0;
    position: absolute;
    z-index: 111;
    top: 30px;
    right: 0;
    left: -35px;
    margin: auto;
    opacity: 0;
    transition: 0.4s;
	display: flex;
	flex-direction: column;
    pointer-events: none;
}
.eceq-global-nav .nav-drop-container a img:last-child {
    opacity: 0;
    position: absolute;
    /*top: -4px;*/
	top: auto;
    left: 0;
}/*
.eceq-global-nav .nav-eseq-now.nav-drop-container a:first-child img:last-child {
    top: 4px;
}*/
.eceq-global-nav .nav-drop-container a:hover img:last-child {
    opacity: 1;
}
.eceq-global-nav .nav-drop-container a:hover img:first-child {
    opacity: 0;
}
.icon-sheep {
    width: 49px;
    max-width: 100%;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s;
}
.nav-drop-container img {
    opacity: 1;
}

.dorp-down:hover .nav-drop-container,
.dorp-down:hover .icon-sheep{
    opacity: 1;
}
.dorp-down:hover > .nav-drop-container {
    pointer-events: auto;
}
.nav-text01 {
    width: 159px;
    padding-top: 15px;
}

.nav-text02 {
    width: 221px;
    padding-top: 10px;
}

.nav-text03 {
    width: 61px;
    padding-top: 15px;
}

.nav-text04 {
    width: 130px;
    padding-top: 10px;
}

.nav-text05{
    width: 134px;
    padding-top: 15px;
}

.nav-text06{
    width: 197px;
    padding-top: 10px;
}

.nav-text-date {
    width: 130px;
    padding-top: 15px;
}
.nav-text-en {
    width: 115px;
    padding-top: 15px;
}
.nav-text-top{
	width: 149px;
    padding-top: 15px;
}
.nav-text-code{
	width: 162px;
    padding-top: 15px;
}
.nav-text-pass{
	width: 140px;
	padding-top: 15px;
}
.nav-text-you{
	width: 133px;
	padding-top: 15px;
}
.nav-text-shin{
	width: 149px;
	padding-top: 15px;
}
.nav-text-manu{
	width: 191px;
	padding-top: 15px;
}
.nav-text-test{
	width: 297px;
	padding-top: 15px;
}
.nav-text-logo{
	width: 162px;
	padding-top: 15px;
}
.nav-text-recr{
	width: 133px;
	padding-top: 15px;
}
.nav-text-mus1{
	width: 205px;
	padding-top: 15px;
}
.nav-text-mus2{
	width: 119px;
	padding-top: 15px;
}
.nav-text-mus3{
	width: 205px;
	padding-top: 15px;
}
.nav-text-mus4{
	width: 119px;
	padding-top: 15px;
}

.nav-eseq-now {
    background-image: url(../../images/eceq/nav-back-01.svg?0812);
    width: 187px;
    height: 128px;
}

.nav-eseq-news {
    background-image: url(../../images/eceq/nav-back-02.svg?0812);
    width: 232px;
    height: 209px;
    left: -60px;
}

.nav-eseq-tool-box {
    background-image: url(../../images/eceq/nav-back-03.svg?0812);
    width: 220px;
    height: 100px;
    left: -10px;
}

/* ナビ共通ここまで */





@media screen and (max-width: 767px) {
	.eceq-global-nav ul li{

	}
}







/* ナビメニュー */


#toggle-box-eceq {
	position: relative;
	width: 36px;
	height: 32px;
	cursor: pointer;
}

#toggle-box-eceq > span {
	width: 60%;
	height: 3px;
	left: 7px;
	display: block;
	background: #fff;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box-eceq > span:nth-child(1) {
	top: 5px;
}

#toggle-box-eceq > span:nth-child(2) {
	top: 50%;
	transform: translatey(-50%);
}

#toggle-box-eceq > span:nth-child(3) {
	bottom: 5px;
}

#toggle-eceq {
	z-index: 1000;
}
#toggle-eceq p {
    font-size: .20rem;
	font-family: var(--font-maru);
    font-weight: var(--font-weight-b);
}
#nav-content-eceq {
	z-index: 900;
	overflow: auto;
	max-width: 500px;
	width: 90%;
	height: 100%;
	background: #d4e7ff;
	color: #000;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(110%);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	box-shadow: -7px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#nav-content-eceq ul {
	list-style: none;
	margin-bottom: 30px;
}

#nav-content-eceq ul li {
	margin-bottom: 0;
}

#nav-content-eceq a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: opacity .6s ease;
}

#nav-content-eceq a:hover {
	opacity: 0.6;
}

.is-open-eceq {
	overflow: hidden;
}

.is-open-eceq #toggle-eceq-box-eceq > span {
	background: #95C036;
}

.is-open-eceq #toggle-eceq-box-eceq > span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translatey(-25%);
}

.is-open-eceq #toggle-eceq-box-eceq > span:nth-child(2) {
	width: 0;
}

.is-open-eceq #toggle-eceq-box-eceq > span:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg) translatey(-25%);
}

.is-open-eceq #nav-content-eceq {
	z-index: 999;
	transform: translateX(0);
	padding-bottom: 100px;
}

.nav-menu--title-close {
	display: none;
}

.is-open-eceq .nav-menu--title-close {
	position: fixed;
	display: block;
	right: 32px;
	top: 91px;
	font-size: .14rem;
	font-weight: 600;
	z-index: 11111;
}

.hamburger {
	font-size: .20rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

#nav-content-eceq ul li:nth-child(1) {
	margin-top: 11px;
	font-size: .24rem;
}
.hamburger-eceq #nav-content-eceq p,
#nav-content-eceq li a {
	font-size: .19rem;
	width: fit-content;
	margin-bottom: 32px;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-b);
}

#nav-content-eceq li {
	margin-left: 30px;
	font-weight: bold;
}







/* ナビメニュー */

/* .hamburger-eceq{
    display: none;
} */

#toggle-eceq {
    position: sticky;
    border-radius: 0;
    padding: 11px 5px;
    width: 100%;
    background-image: url(../../images/eceq/eceq-global-nav-back01.jpg);
	background-size: cover;
    display: flex;
    color: #fff;
}

.is-open-eceq #toggle-eceq {
    z-index: 100000;
}


#toggle-box-eceq {
    position: relative;
    width: 36px;
    height: 32px;
    cursor: pointer;
    margin-right: 10px;
}

.hamburger-eceq #toggle-box-eceq>span {
    width: 60%;
    height: 3px;
    left: 7px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box-eceq>span:nth-child(1) {
    top: 5px;
}

#toggle-box-eceq>span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box-eceq>span:nth-child(3) {
    bottom: 5px;
}

#toggle-eceq {
    z-index: 11;
    position: fixed;
    bottom: 0;
    justify-content: center;
}

.hamburger-eceq #nav-content-eceq {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-image: url(../../images/eceq/eceq-global-nav-back02.jpg);
    color: #000;
    position: fixed;
    top: 0;
    right: 0;
    /* text-align: center; */
	background-size: cover;
    transform: translateY(130%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-top-left-radius: 0;
    box-shadow: -7px 0px 3px 0px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    padding-bottom: 100px;
}




.is-open-eceq .toggle2-open {
    display: none;
}

.toggle2-close {
    display: none;
}

.is-open-eceq .toggle2-close {
    display: block;
}

#nav-content-eceq ul {
    list-style: none;
}

#nav-content-eceq a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 6px 12px;
    transition: opacity .6s ease;
}

#nav-content-eceq a:hover {
    opacity: 0.6;
}

.is-open-eceq {
    overflow: hidden;
}

.is-open-eceq .hamburger-eceq #toggle-box-eceq>span {
    background: #fff;
}

.is-open-eceq #toggle-box-eceq>span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-25%);
}

.is-open-eceq #toggle-box-eceq>span:nth-child(2) {
    width: 0;
}

.is-open-eceq #toggle-box-eceq>span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translatey(-25%);
}

.is-open-eceq #nav-content-eceq {
    z-index: 999;
    transform: translateX(0);
}


#nav-content-eceq ul li:nth-child(1) {
    margin-top: 20px;
}





.hamburger-eceq #nav-content-eceq li a {
    border: solid 1px #3E6EB3;
    border-radius: 35px;
    width: fit-content;
    margin-bottom: 17px;
    color: #fff;
    background-color: initial;
    border: none;
    margin: 0 auto 20px;
}

.hamburger-eceq #nav-content-eceq li {
    margin-left: 0;
    font-weight: bold;
}

.hamburger-eceq .nav-menu--heading {
    font-size: .21rem;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hamburger-eceq .nav-menu--title {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    color: #3E6EB3;
    font-weight: bold;
}

.hamburger-eceq .nav--indent {
    text-indent: 0.5em;
}

.hamburger-eceq .nav--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -20px;
}

.hamburger-eceq .nav--flex p {
    font-size: .12rem;
    line-height: 1.5;
    margin-left: 5px;
    color: #3E6EB3;
}

.is-open-eceq #toggle-eceq {
    background-color: #fff;
}

.nav-menu--title p {
    font-size: .14rem;
    text-align: right;
    margin-right: 32px;
    margin-top: -5px;
    color: #000;
}

#nav-content-eceq .dorp-down p {
    text-align: center;
    color: #fff;
    font-size: .18rem;
    margin-bottom: 20px;
}
.hamburger-eceq #nav-content-eceq p {
    position: relative;
    display: block;
    width: fit-content;
    margin: 18px auto 5px;
}
.hamburger-eceq #nav-content-eceq p::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}
.hamburger-eceq .nav-drop-container {
    display: none;
}

.hamburger-eceq .eceq-global-nav .nav-after-none::after {
    content: none;
}

.hamburger-eceq .nav-logo {
    width: 110px;
    max-width: 100%;
}

.hamburger-eceq .eceq-global-nav a {
    color: #fff;
    position: relative;
    font-size: .17rem;
    font-family: var(--font-maru);
    font-weight: var(--font-weight-m);
    text-shadow: 1px 2px 4px #000;
}

.hamburger-eceq .dorp-down {
    position: relative;
}

.hamburger-eceq .nav-drop-container {
    opacity: 1;
    position: initial;
}

.hamburger-eceq .nav-drop-container img {
    opacity: 1;
}

.hamburger-eceq .nav-text01 {
    width: 159px;
    padding-top: 15px;
}

.hamburger-eceq .nav-text02 {
    width: 221px;
    padding-top: 10px;
}

.hamburger-eceq .nav-text03 {
    width: 61px;
    padding-top: 15px;
}

.hamburger-eceq .nav-text04 {
    width: 130px;
    padding-top: 10px;
}

.hamburger-eceq .nav-text05 {
    width: 134px;
    padding-top: 15px;
}

.hamburger-eceq .nav-text06 {
    width: 197px;
    padding-top: 10px;
}

.hamburger-eceq .nav-eseq-now {
    width: 285px;
    height: 125px;
}

.hamburger-eceq .nav-eseq-news {
    width: 151px;
    height: 101px;
}

.hamburger-eceq .nav-eseq-tool-box {
    width: 219px;
    height: 101px;
}

.hamburger-eceq #nav-content-eceq .nav-after-none {
    padding: 0;
    margin: 18px auto 21px;
}

.hamburger-eceq #nav-content-eceq .nav-drop-container a {
    margin: 0 auto;
    padding: 0;
}

/* ナビ共通ここまで */

.dorp-down p {
    text-align: center;
    color: #fff;
    font-size: .18rem;
    margin-bottom: 20px;
}


.hamburger-eceq .nav-drop-container {
    opacity: 1;
    position: initial;
    background-position: center;
}

.tap{
	display: none;
}

@media screen and (min-width: 1100px) and  (max-width: 1300px) {
.eceq-global-nav a {
    font-size: .16rem;
}
.eceq-global-nav ul{
max-width:100%;
justify-content: space-between;
padding:20px 10px 0;
}
}
@media screen and (max-width: 1100px){
.eceq-global-nav {
		display:none;
	}
 	header {
		padding-bottom: 0;
		margin-bottom: 50px;
		border-bottom: none;
	}
	
	.eceq-global-nav-fixed{
		display:none;
	}

	.eceq-global-nav{
		display:none;
	}

	#contact-fixed-link{
		display:none;
	}

	.hamburger-eceq {
		display:block;
	}
	.hamburger-eceq .nav-eseq-now {
	    height: 145px;
	}
	.hamburger-eceq .nav-eseq-news {
		width: 345px;
        height: 330px;
	}
    .tap {
        display: block;
        position: fixed;
        filter: drop-shadow(4px 6px 3px rgba(0, 0, 0, 0.18));
        z-index: 11;
        bottom: 72px;
        left: 19px;
        width: 57%;
        max-width: 300px;
    }
	.tap img{
    	transition: 0.3s ease-in-out;
	}
}

@media screen and (max-width: 767px) {
	.eceq-global-nav {
		display:none;
	}
    header {
        padding-bottom: 0;
        margin-bottom: 32px;
        border-bottom: 1px solid #c5c5c5;
    }
}



/* 黄色ボタン */
.eceq-button a {
    display: block;
    width: 657px;
    max-width: 100%;
    background-color: #FFFF99;
    padding: 35px 20px;
    border-radius: 70px;
    border: 1px solid #204C9F;
    text-align: center;
    margin-left:  auto;
    box-shadow: 0 7px 0 #204C9F;
    transition: .3s;
    position: relative;
	color:#214D9F;
	font-weight: bold;
	font-size: 0.36rem;
    line-height: 0.8;
}

.eceq-button a:hover {
    transform: translateY(7px);
    box-shadow: 0 0 0 #204C9F;
  }


.eceq-button {
    position: relative;
    transition: .3s;
}

.eceq-procedure-btn{
	margin: 0 auto;
	max-width: 675px;
}
.eceq-procedure-btn a {
    display: block;
    width: 608px;
    margin: 0 auto;
    margin-left: auto;
}
.eceq-procedure-btn .button-set-b {
    width: 350px;
}

.eceq-top-childminder-voice .eceq-button{
    margin-bottom: 100px;
}

.eceq-button:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #204C9F;
  }


.button-set-a {
    position: absolute;
    width: 179px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto;
    /* transform: rotate(-5deg); */
}

.button-set-b {
    width: 418px;
    max-width: 100%;
}

.button-set-c {
    position: absolute;
    width: 42px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

.contact-info .button-set-b{
    width: 359px;
    max-width: 100%;
}

.eceq-who .contact-info a {
    display: block;
    width: 608px;
    margin: 0 auto;
    margin-left: auto;
}

.eceq-procedure-btn a{
    margin: 80px auto 0;
}

.eceq-top-childminder-voice .in-detail a{
    margin: 0 auto;
}

.eceq-top-childminder-voice .button-set-b{
    width: 417px;
}

.eceq-top-childminder-voice .button-set-c{
    transform: rotate(90deg);
}

@media screen and (max-width: 767px){
	.dorp-down{
		padding-right: 0;
	}
	.hamburger-eceq .nav-eseq-now {
	    height: 130px;
	}
	.hamburger-eceq .nav-eseq-news {
		width: 295px;
		height: 200px;
	}

    .eceq-button a{
        width: 100%;
        padding: 20px;
		font-size: 0.22rem;
    }
    .eceq-top-main .button-set-a{
        width: 20%;
        left: -19px;
    }
    .eceq-top-main .button-set-b{
        width: 80%;
    }
    .eceq-top-main .button-set-c{
        width: 6%;
        right: 14px;
    }

    .eceq-top-main .contact-info .button-set-b {
        width: 70%;
    }
	
	.eceq-procedure-btn a {
    	margin: 60px auto 0;
	}
	
	footer {
    margin-top: 80px;
	}
	
	.scroll-btn {
		bottom: 70px;
		right: 16px;
		width: 28%;
		max-width: 159px;
	}
}