@charset "UTF-8";
.sp {
    display: contents;
}
.about__inner {
    background: #E5F3FA;
    padding: 70px 30px 70px;
}
.about__title {
    margin-bottom: 31px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.08em;
}
.about__block {
    max-width: 1100px;
    margin: 0 auto 52px;
    padding: 78px 20px;
    background: #fff;
}
.about__block:last-child {
    margin-bottom: 70px;
}
.about__unit {
    max-width: 920px;
    width: 100%;
    margin-inline: auto;
}
.about__idea {
    margin-bottom: 34px;
    color: #024687;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
.about__text {
    text-align: justify;
    margin-bottom: 28px;
}
.about__block p {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.8;
}
.about__name {
    margin-top: 32px;
    text-align: right;
}
.about__table {
    max-width: 920px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.8;
}
tr {
    display: block;
    margin-bottom: 32px;
}
tr:last-child {
    margin-bottom: 0;
}
tr td {
    vertical-align: top;
    text-align: justify;
}
tr td:first-child {
    width: 110px;
}
.about__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
}
.about__item span {
    display: inline-block;
    margin-right: 12px;
}
.about__item:last-child span {
    margin-right: 4px;
}
.about__button {
    max-width: 347px;
    width: 100%;
    margin-inline: auto;
    background: #005095;
    border-radius: 38px;
}
.about__button a {
    padding-block: 24px 26px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.08em;
}

@media(max-width: 768px) {
    .sp {
        display: block;
    }
    .about__inner {
        padding: 48px 20px 52px;
    }
    .about__block {
        padding: 20px;
        margin-bottom: 40px;
    }
    .about__block:last-child {
        margin-bottom: 45px;
    }
    .about__title {
        font-size: 16px;
    }
    .about__idea {
        font-size: 20px;
    }
    tr {
        margin-bottom: 30px;
    }
    tr td {
        display: block;
        width: 100%;
    }
    tr td:first-child {
        margin-bottom: 6px;
    }
    .about__item {
        margin-bottom: 4px;
    }

}