#top_mission {
    width: fit-content;
    margin: 0 auto;
    padding: 5em 0;
    overflow: hidden;
    text-align: center;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#top_mission h1 {
    font-size: 2.5rem;
    font-weight: 800;
}
#top_mission h1 span {
    font-size: 85%;
    font-weight: 500;
    letter-spacing: -1px;
}
#top_mission h2 {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: 700;
    color: #E60012;
    width: 100%;
    margin-bottom: 0.8em;
}
#top_mission h2 span { margin-top: 2em; }
.copy {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0;
    border-top: 1px solid #E60012;
    border-bottom: 1px solid #E60012;
}
#top_mission p {
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
}
#top_mission p span {
    font-size: 80%;
    color: #656565;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}

/* ----------------------------------------------------------------------メディアスクリーン */
@media screen and (max-width: 767px) {
	#top_mission {
    	padding: 5em 0 0;
    }
	#top_mission h1 {
		font-size: 1.5rem;
	}
	#top_mission h2 {
    	font-size: 1.3rem;
    }
    #top_mission p {
    	font-size: 1.0rem;
    	line-height: 1.5;
    	letter-spacing: -0.5px;
    	margin-bottom: 0.35em;
    }
}