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


.title-box h2 {
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.maincontents-inner section:not(:last-child) {
    margin-bottom: 100px;
}

.layout-orange > div:not(:last-child) {
    margin-bottom: 50px;
}


/* layout01 */

.layout01 .box {
    padding: 40px 4%;
    padding-left: 210px;
    position: relative;
    border-bottom-style: dotted;
    border-color: #666;
    border-width: 3px;
}

.layout01 .box:first-child {
    border-top-style: dotted;
}

.layout01 .box::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0px;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 146px;
    width: 146px;
    height: 100%;
}

.layout01 .box:nth-child(1)::before {
    background-image: url("../common/images/e01.svg");
}

.layout01 .box:nth-child(2)::before {
    background-image: url("../common/images/e02.svg");
}

.layout01 .box:nth-child(3)::before {
    background-image: url("../common/images/e03.svg");
}

.layout01 h4 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}

.layout01 .box:nth-child(odd) h4 {
    color: var(--color-sub);
}

.layout01 .box:nth-child(even) h4 {
    color: var(--color-sub6);
}

/* layout02 */

.layout02 {
    width: 840px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.layout02 .box {
    width: 380px;
}

.layout02 .box-img img {
    border-radius: 20px;
}

.layout02 h6 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 25px;
}



.sp-view {
    display: none;
}
