.eceq-global-nav{
	margin-bottom: 100px;
}
.eceq-start img {
    width: 232px;
    max-width: 100%;
}
.eceq-start h1{
    font-family: var(--font-maru);
    font-weight: var(--font-weight-b);
    font-size: .42rem;
    text-align: center;
    line-height: 1.3;
    color: #003399;
}

.eceq-start-teacher-contact h2 {
    text-align: center;
    font-size: .29rem;
    font-family: var(--font-maru);
    font-weight: var(--font-weight-b);
    color: #003399;
    letter-spacing: 0.001em;
    line-height: 2.1;
	margin-bottom: 54px;
}

.eceq-start_intro{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 965px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.eceq-start p{
    text-align: center;
}

.start_intro_img{
    margin-left: 0;
	margin-right: 40px;
	width: 205px;
}
.start_intro_img img{
	width: 100%;
}
.start_intro_text{
	padding: 10px 0 0;
    width: calc(100% - 245px);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.start_intro_text h1{
	text-align: start;
}
.start_intro_text p{
	margin-bottom: 0;
	text-align: start;
	line-height: 1.7;
}
.flow_wrap{
	padding: 50px 0 57px;
	width: 100%;
	text-align: center;
	background-image:url("../../images/eceq/start/start_bg.jpg");
}
.flow_container{
	margin: 0 auto;
	width: 920px;
}
.flow_arrow{
	width: 30px;
}
.flow_stage2,
.flow_stage3{
	position: relative;
}
.flow_stage2_img,
.flow_stage3_img{
	width: 100%;
}
.flow_stage2_link{
	position: absolute;
	top: 45px;
    right: 50px;
    width: 315px;
}
.flow_stage3_link{
	position: absolute;
	top: 52px;
    right: 50px;
    width: 315px;
}
.flow_stage2_btn,
.flow_stage3_btn{
	width: 100%;
}
.flow_stage4{
    margin-top: 10px;
}
.flow_stage5{
	margin-top: 10px;
}
.flow_stage6{
    margin-top: -10px;
}
.eceq-start-teacher-contact a {
    color: #000;
    white-space: nowrap;
}
.eceq-start-teacher-contact a:hover{
	text-decoration: underline;
}
.eceq-start-teacher-contact{
    /* width: 870px; */
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
}

.eceq-start-teacher__container {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
}

.eceq-start-teacher-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* margin-bottom: 19px; */
    border-bottom: 1px solid #000;
	padding: 25px 20px 34px;
}

.eceq-start-teacher-item:nth-of-type(1){
	border-top: 1px solid #000;
}


.birthplace {
    min-width: 127px;
    border-radius: 8px;
    max-width: 100%;
    font-size: .21rem;
    font-family: var(--font-maru);
    font-weight: var(--font-weight-m);
    text-align: center;
    color: #fff;
    margin-right: 35px;
}
.teacher-address{
    margin-left: 25px;
}

.kindergarten-name {
    font-size: .14rem;
    margin-left: -9px;
}

.hokkaido .birthplace{
    background-color: #FF2455;
}

.tohoku .birthplace{
    background-color: #FF7645;
}

.kanto .birthplace{
    background-color: #ffb800;
}

.tokyo .birthplace{
    background-color: #A6D800;
}

.kanagawa .birthplace{
    background-color: #268800;
}

.toukai-hokuriku .birthplace{
    background-color: #009CB0;
}

.kinki .birthplace{
    background-color: #29579F;
}

.osaka .birthplace{
    background-color: #00b1eb;
}

.shikoku .birthplace{
    background-color: #A40B5D;
}

.tyugoku .birthplace {
    background-color: #601986;
}

.kyusyu-okinawa .birthplace {
    background-color: #E61673;
}

.birthplace p{
    text-align: center;
}

.teacher-name {
    position: relative;
    min-width: 222px;
    max-width: 100%;
    padding-left: 35px;
}

.teacher-name::before{
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto;
    width: 32px;
    height: 32px;
}
.hokkaido .teacher-name:before{
    background-image: url(../../images/eceq/star-red.svg);
}

.tohoku .teacher-name:before{
    background-image:url(../../images/eceq/star-orange.svg);
}
.kanto .teacher-name:before{
    background-image:url(../../images/eceq/star-kanto.svg);
}
.tokyo .teacher-name:before{
    background-image:url(../../images/eceq/star-lightgreen.svg);
}
.kanagawa .teacher-name:before{
    background-image:url(../../images/eceq/star-green.svg);
}
.toukai-hokuriku .teacher-name:before{
    background-image:url(../../images/eceq/star-toukai-hokuriku.svg);
}
.kinki .teacher-name:before{
    background-image:url(../../images/eceq/star-kinki.png);
}
.osaka .teacher-name:before{
    background-image:url(../../images/eceq/star-lightblue.svg);
}
.tyugoku .teacher-name:before{
    background-image:url(../../images/eceq/star-chugoku.png);
}

.shikoku .teacher-name:before{
    background-image:url(../../images/eceq/star-shikoku.png);
}

.kyusyu-okinawa .teacher-name:before{
    background-image:url(../../images/eceq/star-kyushu.png);
}
.kyusyu-okinawa .teacher-name{
    letter-spacing: 0em;
}
.teacher-name,
.teacher-address{
    font-size: .24rem;
    font-family: var(--font-maru);
    font-weight: var(--font-weight-m);
    line-height: 1.5;
}
.eceq_start_tb{
	display: none;
}
@media screen and (min-width:768px) and ( max-width:1030px){

	.eceq-start-teacher-contact h2{
	font-size: .27rem;
	}
}
@media screen and (min-width:768px) and ( max-width:960px){
	
	.eceq_start_tb{
		display: block;
	}
	.eceq-start h1{
		font-size: .32rem;
	}
	
    .eceq-contact--main{
        padding: 0 40px;
    }

    .eceq-contact--main .sp_only{
        display: block;
    }

    .teacher-address {
        line-height: 1.3;
    }


	.eceq-contact-teacher-item {
		align-items: baseline;
	}

	.teacher-name, .teacher-address {
		font-size: .17rem;
	}

	.birthplace{
		font-size: .19rem;
	}

}

@media screen and (max-width: 960px) {
	.flow_container{
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 767px) {
	.eceq-start_intro{
		margin: 0 auto;
		width: calc(100% - 40px);
	}
	.start_intro_text{
		width: 100%;
		padding: 0;
	}

	.eceq-start p:nth-last-child(1) {
		margin-bottom: 30px;
	}
	
	
    .eceq-start img{
        width: 50%;
		margin:0 auto;
    }

    .eceq-start h1{
        font-size: .32rem;
		text-align: center;
		width: 100%;
        display: block;
    }

    .eceq-start p{
        text-align: justify;
        line-height: 1.5;
    }
	
	.flow_wrap {
        padding: 30px 0 25px;
        margin-bottom: 35px;
    }
	
	.flow_container{
		width: 100%;
	}
	
	.flow_stage2_link,
	.flow_stage3_link{
		width: 100%;
        min-width: 315px;
        top: auto;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        max-width: calc(100% - 100px);
	}
	.flow_stage2_link{
        bottom: 10%;
        width: 81%;
        max-width: none;
        min-width: unset;
	}
	.flow_stage3_link {
        bottom: 14%;
        width: 81%;
        max-width: none;
        min-width: unset;
    }
	
    .flow_arrow {
        width: 25px;
        margin: -5px 0;
    }
	.flow_stage4 {
		margin-top: 4px;
	}
	.flow_stage5 {
		margin-top: 0px;
	}
	.flow_stage6 {
		margin-top: 0;
	}
	.eceq-start-teacher-contact h2 {
    	font-size: .24rem;
	    text-align: justify;
		line-height: 1.7;
		margin-bottom: 30px;
	}

    .eceq-start--main{
        margin: 0 20px;
    }

	.teacher-name, .teacher-address a {
		font-size: .20rem;
		white-space: normal;
    	display: inline-block;
	}
	.teacher-name {
    	margin-bottom: 10px;
	}
	.teacher-name {
		margin-bottom: 10px;
		display: flex;
		align-items: baseline;
	}
    .teacher-address {
        margin-left: 36px;
        line-height: 1;
    }

    .teacher-address--mail{
        display: block;
    }
	
	.eceq-start-teacher-contact{
		padding:0 20px;
	}

	.eceq-start-teacher-item {
		display: block;
		margin-bottom: 30px;
		border-bottom: none;
		padding: 0;
	}
	
	.eceq-start-teacher-item:nth-of-type(1) {
    	border-top: none;
	}
	
	.kindergarten-name {
		font-size: .15rem;
		margin-left: 1px;
	}
	.birthplace {
		width: 100%;
		margin-bottom: 10px;
	}

    .kanto .sp_only{
        display: none;
    }
	
	

}