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

/* contents01 */

.contents01 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
}

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

.contents01 .box-name {
    text-align: center;
    padding-bottom: 4vw;
}

.contents01 .box-name img {
    width: 60%;
    height: auto;
}


/* layout04 */

.layout04 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1140px;
}

.layout04::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    background-image: url("../top/images/text01.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 50px;
    height: 410px;
    margin-left: -100px;
}

.layout04 .box-detail {
    width: 670px;
}

.layout04 .box-img img {
    height: 745px;
    width: auto;
}

.layout04 h6 {
    font-size: 24px;
    line-height: 2.4;
    margin-bottom: 50px;
}

.layout04 p {
    line-height: 2.4;
}


/* layout05 */

.layout05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1140px;
    padding-top: 100px;
}

.layout05 .box {
    width: 48%;
    height: 170px;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}

.layout05 .box:nth-child(1) {
    background-color: #dceaea;
}

.layout05 .box:nth-child(2) {
    background-color: #e6ece8;
}

.layout05 .box::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 450px;
    height: 25px;
    margin-top: -40px;
}

.layout05 .box:nth-child(1)::before {
    background-image: url("../top/images/text02.svg");
}

.layout05 .box:nth-child(2)::before {
    background-image: url("../top/images/text03.svg");
}

.sp-view {
    display: none;
}
