.section_main{
    gap: 80px;
    padding-bottom: 0;
}
.section_main .title{
    margin-top: 80px;
}
.section_main .title > h1{
    color: var(--blue-0, #0974E8);
}
footer {
    margin: 80px 30px 96px;
}
@media screen and (max-width: 1080px) {
    footer {
        margin: 80px 30px 96px;
    }
}
@media screen and (max-width: 880px) {
    .section_main{
        gap: 64px;
    }
    .section_main .title{
        margin-top: 64px;
    }
    .section_main .title > h1{
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .section_main {
        padding-top: 49px;
    }
}

.trust_cols{
    /* display: flex; */
    width: 95%;
    max-width: 1280px;
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.trust_cols .trust_itm{
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 8px;
    background: var(--Color, #FFF);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
    min-height: 188px;
}
.trust_cols .trust_itm .trust_itm_main{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 341px;
    height: 100%;
    justify-content: space-between;
}
.trust_cols .trust_itm .trust_itm_title{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.trust_cols .trust_itm .trust_itm_title > span{
    color: var(--blue-0, #0974E8);
    text-align: center;

    font-size: 24px;
    line-height: normal;
}
.trust_cols .trust_itm .trust_itm_title > p{
    color: var(--black, #252729);
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;

    display: flex;
    /* min-height: 98px; */
}
.trust_cols .trust_itm .trust_itm_link{
    display: flex;
    justify-content: center;
}
.trust_cols .trust_itm .trust_itm_link > a{
    max-width: unset;
}

.trust_cols .trust_itm .trust_itm_title > span br{
    display: none;
}
.trust_cols .trust_itm .t_fourth > span br {
    display: block;
}
@media screen and (max-width: 1023px) {
    .trust_cols{
        grid-template-columns: repeat(2,1fr);
        width: 87.202%;
        gap: 16px;
    }
}
@media screen and (max-width: 880px) {
    footer {
        margin-top: 64px;
    }
    .breadcrumb {
        margin-bottom: 64px;
    }
    .trust_cols .trust_itm .trust_itm_main {
        align-self: center;
    }
    .trust_cols .trust_itm {
        padding: 24px;
    }
    .trust_cols{
        grid-template-columns: repeat(1,1fr);
    }
}
@media screen and (max-width: 600px) {
    .trust_cols .trust_itm .trust_itm_title > span {
        font-size: 20px;
    }
    .trust_cols .trust_itm .trust_itm_title > span br{
        display: block;
    }
    .trust_cols .trust_itm .trust_itm_title > p {
        font-size: 16px;
    }
}
@media screen and (max-width: 374px) {
    .section_main .title > h2 {
        font-size: 29px;
    }
}