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


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

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

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


/* layout-about */

.layout-about .layout-yellow {
    text-align: left;
    width: 680px;
}

.layout-about .layout-yellow p {
    padding: 20px 10px 0px;
    width: auto;
    line-height: 1.8;
}


/* layout01 */

.layout01 .box {
    padding: 40px 4%;
    padding-left: 210px;
    position: relative;
}

.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 .box:nth-child(4)::before {
    background-image: url("../common/images/e04.svg");
}

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

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

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

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

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

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

.layout01 .box:not(:last-child) {
    border-bottom-style: dotted;
    border-color: #666;
    border-width: 3px;
}

.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);
}



.sp-view {
    display: none;
}
