@charset "UTF-8";
/* CSS Document */


/* layout01 */

.layout01 .box-wrap:not(:last-child) {
    margin-bottom: 80px;
}

.layout01 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    border-bottom-style: solid;
    border-color: #DEDBD0;
    border-width: 1px;
    padding: 30px 0px;
}

.layout01 .box:first-child {
    border-top-style: solid;
}

.layout01 .box-title {
    width: 170px;
}

.layout01 .box-text {
    flex: 1;
}

.layout01 h5 {
    font-weight: var(--base-weight2);
    color: var(--color-sub);
    font-size: 18px;
    line-height: 1.8;
}

.layout01 .box h6 {
    font-weight: var(--base-weight);
    font-size: 15px;
    line-height: 1.8;
}

.layout01 .box-link h6 a {
    font-family: var(--subtitle-font);
    background-color: var(--color-main);
    font-weight: var(--base-weight2);
    font-size: 32px;
    color: #FFF;
    line-height: 0.9;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout01 .box-link h6 a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow03.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    width: 32px;
    height: 100%;
    transition: .5s;
}

.layout01 .box-link h6 a:hover::before {
    right: 20px;
}

.contents-box .layout01 p {
    font-weight: var(--base-weight);
    font-size: 18px;
    line-height: 1.8;
}

.layout01 p span {
    color: var(--color-main);
    font-weight: var(--base-weight2);
}

.sp-view {
    display: none;
}
