.about-block{
    padding: 85px 0 0;
    background: #fff;
}
.about-block .wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.about-block1 .list {
    margin-top: 50px;
}
.about-block1 .list dl {
    display: flex;
    justify-content: space-around;
}
.about-block1 .list dl dt, .about-block1 .list dl dd {
    font-size: 14px;
    line-height: 200%;
    padding: 20px 10px;
    font-weight: 500;
    letter-spacing: 2px;
}
.about-block1 .list dl dt span{
    font-size: 10.11px;
    display: block;
    line-height: 120%;
    text-align: center;
}

.about-block1 .list dl dt.ob{
    font-size: 27.6px;
    line-height: 120%;
    border: 1px solid #D9A300;
}

.about-block1 .list dl dt.ob a{
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
	padding-top: 12px;
}

.about-block1 .list dl dd.ob {
    padding: 0;
    padding-left: 20px;
    border-bottom: none;
}

.about-block1 .list dl dt {
    width: 180px;
    border-bottom: 1px solid #D9A300;
    text-align: center;
    color: #D9A300;
}
.about-block1 .list dl dd {
    width: 790px;
    border-bottom: 1px solid #111111;
    padding-left: 20px;
}
.c-note-profile {
    font-size: 14px;
    padding: 0 25px;
    margin: 30px 0 0;
}
.c-profile-1 .wrapper{
    max-width: 1300px;
}
.c-profile{
    padding: 97px 0 100px;
    display: flex;
    justify-content: space-between;
}
.c-profile .c-img{
    width: 37.6%; 
}
.c-profile .c-img img{
    width: 100%;
}
.c-profile .c-desc{
    width: 58%;
}
.c-profile .c-desc h2{
    font-size: 42px;
    font-family: "Noto Serif JP", serif;
    color: #D9A300;
    line-height: 160%;
}
.c-profile .c-desc p{
    font-size: 14px;
    margin: 20px 0;
    line-height: 200%;
    letter-spacing: 1px;
}
.c-profile .c-desc .c-note{
    text-align: right;
    font-size: 24px;
}
.c-profile .c-desc .c-note small{
    font-size: 16px;
}
.about-block .parking figure{
    width: 100%;
    max-width: 1400px;
}
.about-block .parking figure img {
    width: 100%;
}
.about-block .parking p {
    text-align: center;
}
@media screen and (max-width: 767px){
    .c-profile{
        flex-wrap: wrap;
    }
    .c-profile .c-img{
        width: 100%;
        margin-bottom: 30px;
    }

    .c-profile .c-desc{
        width: 100%;
    }
    .c-profile .c-desc h2{
        font-size: 20px;
    }
    .about-block1 .list dl dt, .about-block1 .list dl dd {
        font-size: 12px;
    }
    .about-block1 .list dl dt {
        width: 30%;
    }
    .about-block1 .list dl dd{
        width: 70%;
    }
    .c-profile .c-desc p{
        font-size: 12px;
    }

    .c-profile .c-desc .c-note{
        font-size: 18px;
    }

    .c-profile .c-desc .c-note small{
        font-size: 12px;
    }

    .tt-3 h3{
        font-size: 18px;
    }

    .c-note-profile{
        padding: 0 10px;
        font-size: 12px;
    }
    .about-block{
        padding-top: 40px;
    }

    .list_ob dl{
        align-items: flex-start;
    }

    .about-block1 .list dl dt.ob{
        font-size: 20px;
    }
}