@charset "UTF-8";
/* CSS Document */


.maincontents-inner section {
    margin-bottom: 150px;
}

/* contents01 */

.contents01 .box-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 30px;
    padding: 100px 0px;
}

.contents01 .box-link:first-child {
    padding-top: 0px;
}

.contents01 .box-link:last-child {
    padding-bottom: 0px;
}

/* layout01 */

.layout01 .box:not(:last-child) {
    margin-bottom: 70px;
}

.layout01 .box-text {
    text-align: left;
}

.layout01 .box-text:not(:last-child) {
    margin-bottom: 50px;
}

.layout01 .box-img {
    text-align: center;
    width: 510px;
}


.layout01 h5 {
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
}

.layout01 h6 {
    font-weight: var(--base-weight);
    color: var(--color-sub4);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}



.sp-view {
    display: none;
}


.sp-view {
    display: none;
}
