.mv {
	margin-top: 10.2rem;
}
@media (max-width: 767px) {
	.mv {
		margin-top: 5rem;
	}
}

.map {
	max-width: calc(110rem * var(--scale));
    margin: auto;
   	margin-top: 8rem;
    margin-bottom: 12rem;
}
.page_mv_desc .intro {
    font-size: 1.7rem;
    font-family: var(--font-mincho);
    line-height: 2;
    padding-bottom: 5rem;
}
.page_mv_desc_text{
    line-height: 2;
    counter-reset: number;
}
.page_mv_desc_text .txt-indent {
    text-indent: -1em;
    padding-left: 1em;
}
.page_mv_desc_text .txt-indent::before{
    counter-increment: number;
    content: counter(number) ". ";
}
.page_mv_desc_text .txt-inner{
    padding-left: 1em;
}
.page_mv_desc_text .txt-inner a{
    color: #91A6B4;
    text-decoration: underline;
}
.page_mv_desc_text .txt-inner:not(:last-of-type){
    margin-bottom: 1.5em;
}
.map_btn {
display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.map_text_animation_box {
position: relative;
}
.map_btn:after {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: .7rem;
    background-image: url(../img/arrow-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
}
@media (max-width: 767px) {
	.map {
		margin-top: 4rem;
		margin-bottom: 6rem;
		padding: 0 2.4rem;
	}
	  .breadcrumb > .inner {
        padding: 0;
        padding: 0 2.4rem;
    }
}
.page_mv_desc:has(.sitemap_cat){
    line-height: 2;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3em 4.5em;
    .sitemap_cat_title{
    	font-weight: 400;
        font-size: 1.6rem;
    	color: var(--main-color);
        padding-bottom: 1.0em;
        margin-bottom: 1.0em;
        border-bottom: 1px solid;
	font-weight: 400;
    }
    .sitemap_item{
        font-size: 1.4rem;
    }
    @media (max-width: 768px) {
        grid-template-columns: repeat(2,1fr);
    }
    @media (max-width: 480px) {
        grid-template-columns: repeat(1,1fr);
    }
}
.page_mv_desc.other_site {
  margin-top: 80px;
}
.map_btn_homme {
display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.map_text_animation_box_homme {
position: relative;
}
.map_btn_homme:after {
    content: "";
    display: inline-block;
  width: 1.3rem;
    height: 1.4rem;
    background-image: url(../img/blank-icon-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
}