@charset "utf-8";
/* CSS Document */

.top-page {
    text-align: center;
}

img.top-main_img {
    width: 50vw;
    max-width: 720px;
}

.top-page_nav {
    display: flex;
    justify-content: center;
    margin: 2em auto;
}

.top-page_nav a {
    width: 32%;
    margin: 0 1em;
}

.top-page_nav a:hover {
    opacity: .8;
}

.top-page_nav a img {
    width: 100%;
    max-width: 320px;
}

section#top-aboutUs {
    background: url(../images/top/top_05.png) center center / contain no-repeat;
    padding: 4vw 0 5vw;
}

#top-aboutUs .inner {
    width: 70%;
    max-width: 680px;
    margin: 0 auto;
    padding: initial;
    font-size: 1em;
    line-height: initial;
}

.top-inner {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6em;
}

h2.ttl-h2 {
    color: #d9a300;
    font-size: 2.3rem;
    font-weight: normal;
    margin-bottom: 1em;
}

.ttl-h2 span {
    display: block;
    font-size: .47em;
    color: initial;
    font-family: 'Noto Sans JP';
}

.readMore {
    background-color: #fff;
    display: inline-block;
    color: #d9a300;
    padding: 1em 2em;
    border: 1px solid #d9a300;
    border-radius: 1em;
}

.readMore-inner,
.link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.readMore p {
    margin: 0;
    font-size: 1.2em;
    padding: 0 2em;
}

p.txt-readmore {
    font-size: initial;
}

a.readMore:hover {
    color: darkgoldenrod;
}

a.readMore:hover {
    opacity: .7;
}

.inner p.txt-10b {
    font-size: 1.6em;
    margin-bottom: 2em;
}

#top-service {
    padding: 4vw 0 5vw;
    /*font-size: 1.6em;*/
}

.top-service_2col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em 0;
}

.top-service_school {
    width: 40%;
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    padding: 1em;
    border-radius: .5em;
}

.top-service_school_right {
    width: 40%;
    position: relative;
    border: 1px solid #c1272d;
    padding: 2em 2em 1em;
    margin-left: 3em;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.1em;
}

.top-service_school__l {
    width: 30%;
}

.top-service_school__r {
    width: 70%;
}

.top-service_school__l img {
    width: 100%;
}

.top-service ul {
    list-style: disc;
    text-align: left;
    font-size: .875em;
    padding: 0 14% 0 18%;
}

img.top-service_new {
    position: absolute;
    top: -2.5em;
    left: -6em;
    width: 11vw;
    max-width: 210px;
}

.top-service_3col {
    display: flex;
    justify-content: space-around;
}

.top-service_3col__items {
    background-color: #fff;
    border-radius: .5em;
    width: 30%;
    max-width: 330px;
    padding: 1em;
}

.top-service_care {
    background: url(../images/top/top_07.png) right .5em bottom no-repeat #fff;
}

.top-service_station {
    background: url(../images/top/top_08.png) right .5em top .5em no-repeat #fff;
}

.top-service_center {
    background: url(../images/top/top_09.png) center / contain no-repeat #fff;
}

p.h3-sub {
    font-size: .937em;
    padding-bottom: .5em;
    border-bottom: 1px solid #d9a300;
}

/*--------------------------------------------------------------
 *  media screen (~1024) *  
 *------------------------------------------------------------*/
@media screen and ( max-width: 1024px ) {
    
    .top-service_2col {
        flex-wrap: wrap;
        margin: 0;
    }
    
    .top-service_school {
        width: 90%;    
    }
    
    .top-service_school_right {
        width: 70%;
        margin: 5vw auto;
    }
    
    img.top-service_new {
        top: -1.5em;
        left: -2em;
        width: 12vw;
        max-width: 121px;
    }
    
    .top-service_3col {
        flex-wrap: wrap;
    }
    
    .top-service_3col__items {    
        width: 42%;
        max-width: 305px;
        margin: 1em;
    }

}

@media screen and ( max-width:768px ) {
    .top-page_nav {
		margin: 1em auto;
	}
	
	h2.ttl-h2 {
		font-size: 1.6rem;
	}
	
	.ttl-h2 span {    
		font-size: .58em;
	}
	
	.inner p.txt-10b,
	.top-service {
		font-size: 1.4em;
	}
    
    .top-service_3col__items {
        width: 90%;
        max-width: 690px;
    }
}

