
.main_content{
    display: block;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}


/* 会社概要文字 */
.header{
    color: #e73b1a;
    margin-bottom: 40px;
    background: none;
}
.header h2{
    font-family: "Metropolis";
    font-size: 4rem;
    font-weight: 600;
}
.header p{
    font-size: 1.6rem;
    font-weight: 550;
}

/* 会社概要中身 */
.row{
    display: flex;
    align-items: center;

}
.row:not(:last-child):not(.row-no-border){
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.label{
    width: 160px;
    font-size: 1.3rem;
    font-weight: 600;
}
.body{
    font-size: 1.3rem;
    width: 640px;
}
.body span{ 
    display: inline-block;
    min-width: 11em;
}

.row2{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.row2_flex{
    display: flex;
}
.image{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

/* スポーツ */
.label2{
    font-size: 1.3rem;
    font-weight: 600;
    width: 160px;
}
.body2{
    font-size: 1.3rem;
    width: 640px;
}
.image2{
    display: flex;
    gap: 20px;
    margin: auto;
    width: 500px;
}

/* 会社沿革 */
.label3{
    display: flex;
    gap: 20px;
    width: 160px;
}

.label3 .year, .label3 .month{
    font-size: 1.3rem;
    font-weight: 600;
    width: 60px;
}
.year-disable{
    visibility: hidden;
}



/* マーク */
.block-certification{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.block-certification .scroll{
    font-size: 1.3rem;
    width: 350px;
}
.row4{
    display: flex;
    flex-direction: column;
    align-items: center;
}

