#about .block {
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
#about .about-ttl {
    width: 29%;
    min-width: 230px;
}
#about .about-ttl h2 {
    width: 100%;
    text-align: left;
    font-size: 3.8rem;
    font-weight: 500;
    color: #87A976;
    line-height: 0.9;
    letter-spacing: 0.7rem;
}
#about .about-ttl h2 span {
    font-size: 1.4rem;
    color: #D9B44A;
    letter-spacing: 0;
}
#about .block .info {
    width: 71%;
}
#about .block .info table {
    width: 100%;
}
#about .block .info th {
    width: 200px;
    border-top: 1px solid #87A976;
    padding: 20px;
    text-align: left;
    font-size: 1.8rem;
    vertical-align: top;
}
#about-company .block .info th {
    width: 120px;
    font-size: 1.6rem;
}
#about .block .info td {
    border-top: 1px solid #CFDDC8;
    padding: 20px;
    text-align: left;
    font-size: 1.6rem;
}
#about .block .info table tr:last-child th {
    border-bottom: 1px solid #87A976;
}
#about .block .info table tr:last-child td {
    border-bottom: 1px solid #CFDDC8;
}
@media screen and (max-width: 768px) {
    #about .block {
        width: 100%;
        padding: 0 20px;
    }
    #about .about-ttl h2 {
        width: 100%;
        font-size: 2.2rem;
        letter-spacing: 0.2rem;
    }
    #about .about-ttl h2 span {
        font-size: 1.0rem;
    }
    #about .block .info {
        width: 100%;
    }
    #about .block .info table {
        width: 100%;
    }
    #about .block .info th {
        padding: 20px 6px;
        font-size: 1.4rem;
    }
    #about .block .info th {
        width: 120px;
        padding: 20px 6px;
        font-size: 1.4rem;
    }
    #about-company .block .info th {
        width: 90px;
        font-size: 1.4rem;
    }
    #about .block .info td {
        padding: 20px 6px;
        font-size: 1.4rem;
    }
}

#about-philoshophy {
    margin-top: 110px;
    margin-bottom: 95px;
    background-color: #f3f6f1;
    padding: 65px 0;
}
#about-philoshophy h2 {
    position: relative;
    font-size: 3.8rem;
    text-align: center;
    color: #87A976;
    width: 86%;
    max-width: 1200px;
    margin: auto;
}
#about-philoshophy h2 span {
    color: #D9B44A;
    font-size: 1.4rem;
}
#about-philoshophy h2:before,
#about-philoshophy h2:after {
    position: absolute;
    top: 20%;
    width: 35%;
    border-top: 1px solid #87A976;
    border-bottom: 1px solid #87A976;
    padding: 1.5px 0;
    content: '';
}
#about-philoshophy h2:before {
    left: 0;
}
#about-philoshophy h2:after {
    right: 0;
}
#about-philoshophy p {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    #about-philoshophy {
        margin-top: 50px;
        margin-bottom: 60px;
        padding: 25px 0 35px 0;
    }
    #about-philoshophy h2 {
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 10px;
    }
    #about-philoshophy h2 span {
        font-size: 1.0rem;
    }
    #about-philoshophy p {
        font-size: 2.4rem;
    }
}

#about-message {
    margin-bottom: 90px;
}
#about-message .block img {
    margin-bottom: 70px;   
    border-radius: 20px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
#about-message .block .txt {
    width: 100%;
    display: flex;
}
#about-message .block .txt .message {
    width: 71%;
}
#about-message .block .txt .message h3 {
    font-size: 3.2rem;
    color: #87A976;
    margin-bottom: 30px;
    line-height: 1.75;
}
#about-message .block .txt .message .main_text {
    line-height: 2.75;
    margin-bottom: 35px;
}
#about-message .block .txt .message .author {
    width: fit-content;
    margin: 0 0 0 auto;
}
#about-message .block .txt .message .author p {
    font-size: 1.4rem;
    font-weight: bold;
}
#about-message .block .txt .message .author p span {
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    margin-left: 10px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    #about-message {
        margin-bottom: 40px;
    }
    #about-message .block img {
        width: 100%;
        margin-bottom: 25px;   
    }
    #about-message .block .txt {
        display: block;
    }
    #about-message .block .txt .about-ttl {
        margin-bottom: 25px;
    }
    #about-message .block .txt .message {
        width: 100%;
    }
    #about-message .block .txt .message h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    #about-message .block .txt .message .main_text {
        line-height: 1.6;
    }
    #about-message .block .txt .message .author {
        width: fit-content;
        margin: 0 0 0 auto;
    }
    #about-message .block .txt .message .author p {
        font-size: 1.2rem;
        font-weight: bold;
    }
    #about-message .block .txt .message .author p span {
        font-size: 1.8rem;
        margin-left: 10px;
        font-weight: bold;
    }
}

#about-company {
    background-color: #F3F6F1;
    padding: 80px 0;
    margin-bottom: 100px;
}
#about-company .block {
    display: flex;
}
@media screen and (max-width: 768px) {
    #about-company {
        background-color: #F3F6F1;
        padding: 30px 0 45px 0;
        margin-bottom: 45px;
    }
    #about-company .block .about-ttl {
        margin-bottom: 30px;
    }
    #about-company .block {
        display: block;
    }
}

#about-corporate {
    margin-bottom: 80px;
}
#about-corporate .block {
    display: flex;
}
@media screen and (max-width: 768px) {
    #about-corporate {
        margin-bottom: 60px;
    }
    #about-corporate .block {
        display: block;
    }
    #about-corporate .block .about-ttl {
        margin-bottom: 30px;
    }
}

#about-organization {
    background-color: #F3F6F1;
    padding: 70px 0;
    margin-bottom: 105px;
}
#about-organization .block {
    display: flex;
}
#about-organization .chart {
    width: 71%;
}
#about-organization .chart img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #about-organization {
        padding: 15px 0 50px 0;
        margin-bottom: 30px;
    }
    #about-organization .block {
        display: block;
    }
    #about-organization .block .about-ttl {
        margin-bottom: 15px;
    }
    #about-organization .chart {
        width: 100%;
    }
}

#about-access {
    margin-bottom: 220px;
}
#about-access .block {
    display: flex;
}
#about-access .block .map {
    width: 71%;
}
#about-access .block .map iframe {
    width: 100%;
    aspect-ratio: 755 / 333;
    margin-bottom: 30px;
}
#about-access .block .map h3 {
    font-family: "Noto Sans JP", serif;
    color: #87A976;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
#about-access .block .map h3 img {
    width: 45px;
    margin-right: 10px;
}
#about-access .block .map p span {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #about-access {
        margin-bottom: 95px;
    }
    #about-access .block {
        display: block;
    }
    #about-access .block .about-ttl {
        margin-bottom: 25px;
    }
    #about-access .block .map {
        width: 100%;
    }
    #about-access .block .map iframe {
        aspect-ratio: 67 / 30;
        margin-bottom: 20px;
    }
    #about-access .block .map h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    #about-access .block .map h3 img {
        width: 30px;
        margin-right: 10px;
    }
}