.takayama{
    background-position:center center;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 2rem;
    line-height: 2.5rem;
    text-indent: 2rem;
    background-size: cover;
    margin: 1rem;
}
.about-takayama{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    height: 60rem;
    padding: 2rem;
}
.about-takayama header{
    font-size: 6rem;
    color:#08c;
    margin: 10rem;
}
.takayama-header{
    line-height: 5rem;
    font-size: 4rem;
    color:#08c;
    margin: 10rem;
    margin-bottom: 4rem;
}
.about-takayama p{
    width: 50%;
    margin-left:20rem;
    margin-bottom: 20rem;
}
.takayama-reki-box{
   
}
.takayama-reki{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    height: 35rem;
    padding: 30rem 0rem;
    
    
}
.takayama-reki-item{
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 10% 0%);
    height: 35rem;
    background-color: white;
    padding: 2rem;
    width: 80%;
    padding-right: 2rem;
}
.takayama-reki p{
    max-width: 80rem;
    margin-left: 10rem;
}
.takayama-product{
    background-color: white;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
}
.takayama-product-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.takayama-product-item p{
    width: 80%;

}
.takayama-product-link{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    
}
.takayama-product-link a{
    position: relative;
    display: block;
    width: 50%;
    text-align: center;
    padding: 4rem;
    background-color: white;
}
.takayama-product-link a .mor{
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: rgb(210, 210, 210);
    top: 0%;
    left: 0%;
    z-index: -1;
    transition: width 0.2s ease-in;
}
.takayama-product-link a span{
    font-size: 4rem;
    color:#08c;
}
.takayama-product-link a:nth-child(1){
    clip-path: polygon(100% 0%, 100% 0%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.takayama-product-link a:nth-child(2){
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 10% 0%);
}
.takayama-shimei,
.takayama-awase{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 10rem;
}
.takayama-shime-item{
    width: 60%;
    margin: auto;
    background-color: rgba(235, 235, 235, 0.8);
    padding: 10rem;
    padding-top: 4rem;
}
.takayama-awase{
    background-color: white;
}
.takayama-awase-item .takayama-header{
    margin-top: 0rem;
}
.takayama-awase-item2{
    display: flex;
    justify-content: space-around;
    margin-top: 6rem;
}
.takayama-awase-item2 a{
    text-align: center;
    width: fit-content;
    height: fit-content;
    color: #08c;
    font-weight: 600;
}
.takayama-awase-item2 img{
    width: 10rem;
}
.takayama-awase-item2 a:hover{
    transform: scale(1.2);
}