header,
footer{
	font-family: 'Noto Sans JP';
}
header h1{
	height:116px;
}
.header_nav_bottom a{
	font-size: 1.125rem;
    line-height: normal;
}
.header_nav_bottom a span {
    font-size: 0.8125rem;
    line-height: normal;
}
.header_nav_top a {
    font-size: 1.0625rem;
    line-height: normal;
}
.footer_nav a {
    font-size: 1.125rem;
    line-height: normal;
}
.footer_nav li span {
    font-size: 0.8125rem;
    line-height: normal;
}
.footer_bottom span {
    font-size: 0.8125rem;
    line-height: normal;
}
.sub_h2 {
    font-size: 2.1875rem;
    line-height: 1.5;
}
.sub_h2 span {
    font-size: 0.8125rem;
    line-height: normal;
}

.l-main {
	position: static;
	margin-left: 0;
}
.p-mv{
	margin:0 auto;
	max-width: 1334px;
}

.latest_date {
    margin: 50px auto 65px;
    text-align: center;
    font-size: 1.14rem;
    line-height: 1.6;
}

.overview_overwrite h4 {
    margin: 15px 0 5px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.125rem;
}
.overview_overwrite dl{
    overflow: hidden;
    font-size: 1rem;
}
.overview_overwrite dl dt {
    position: relative;
    float: left;
    min-width: 6em;
}
.overview_overwrite dl dt:after {
    content: ':';
    position: absolute;
    top: 0;
    right: .5em;
}
.overview_overwrite dl dd {
    overflow: hidden;
}
.p-plan_ovewrite{
    margin-top: 70px;
}

.about_nav_list {
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    list-style: none;
}
.about_nav_link {
    display: block;
    font-size: 1.07rem;
    min-width: 177px;
    padding: 20px 10px;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-weight: 500;
    border: 2px solid #E894B1;
    border-radius: 40px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* ホバー */
.about_nav_link:hover {
  background-color: #E894B1;
  box-shadow: 0 5px 10px rgba(232, 148, 177, 0.3);
}

/* アクティブ（クリック時） */
.about_nav_link:active {
  transform: translateY(0);
  box-shadow: none;
}
 @media screen and (min-width: 1200px) {
	.p-mv__copy{
	font-size: 1.23rem;
	}
}
 @media screen and (max-width: 640px) {
 	header h1{
		height:87px;
	}
	  .latest_date{
	  	margin: 50px auto;
		width: calc(100% - 40px);
	    font-size: 1rem;
    	line-height: 1.6;
	}
	.about_nav_list {
        gap: 14px;
        padding: 0 20px;
        margin: 0 auto 44px;
    }
	.about_nav_link {
			font-size: 0.9rem;
			min-width: auto;
			padding: 15px;
		}
	.about_nav_link {
        font-size: 0.9rem;
        min-width: 95px;
        padding: 12px;
    }
 }
