.commit-outer {
    margin-top: 120px;
    padding-bottom: 200px
}

.l-commit__list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 100px
}

.l-commit__item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start
}

@media screen and (max-width: 1160px) {
    .l-commit__item {
        flex-direction: column;
        row-gap: 48px
    }
}

@media screen and (max-width: 768px) {
    .l-commit__item {
        row-gap: 24px
    }
}

.l-commit__block--right,
.l-commit__block--left {
    width: 520px
}

@media screen and (max-width: 1160px) {

    .l-commit__block--right,
    .l-commit__block--left {
        width: 100%
    }
}

@media screen and (max-width: 576px) {

    .l-commit__block--right,
    .l-commit__block--left {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
}

.l-commit__item.item01,
.l-commit__item.item03 {
    flex-direction: row-reverse
}

@media screen and (max-width: 1160px) {

    .l-commit__item.item01,
    .l-commit__item.item03 {
        flex-direction: column
    }
}

.l-commit__item.item01 .l-commit__block--left,
.l-commit__item.item03 .l-commit__block--left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse
}

@media screen and (max-width: 1160px) {

    .l-commit__item.item01 .l-commit__block--left,
    .l-commit__item.item03 .l-commit__block--left {
        margin: 0 0 0 auto;
        justify-content: flex-start
    }
}

@media screen and (max-width: 768px) {

    .l-commit__item.item01 .l-commit__block--left,
    .l-commit__item.item03 .l-commit__block--left {
        flex-direction: column;
        row-gap: 24px;
        margin: 0 0 0 auto;
        justify-content: flex-start;
        align-items: flex-start
    }
}

@media screen and (max-width: 576px) {

    .l-commit__item.item01 .l-commit__block--left,
    .l-commit__item.item03 .l-commit__block--left {
        justify-content: center;
        align-items: flex-start
    }
}

.l-commit__item.item02,
.l-commit__item.item04 {
    flex-direction: row
}

@media screen and (max-width: 1160px) {

    .l-commit__item.item02,
    .l-commit__item.item04 {
        flex-direction: column
    }
}

.l-commit__item.item02 .l-commit__block--left,
.l-commit__item.item04 .l-commit__block--left {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 1160px) {

    .l-commit__item.item02 .l-commit__block--left,
    .l-commit__item.item04 .l-commit__block--left {
        justify-content: flex-start;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media screen and (max-width: 768px) {

    .l-commit__item.item02 .l-commit__block--left,
    .l-commit__item.item04 .l-commit__block--left {
        flex-direction: column;
        row-gap: 24px;
        align-items: flex-start
    }
}

@media screen and (max-width: 576px) {

    .l-commit__item.item02 .l-commit__block--left,
    .l-commit__item.item04 .l-commit__block--left {
        align-items: flex-start
    }
}

.l-commit__item.item02 .l-commit__block--right,
.l-commit__item.item04 .l-commit__block--right {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1160px) {

    .l-commit__item.item02 .l-commit__block--right,
    .l-commit__item.item04 .l-commit__block--right {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: flex-end;
        padding-left: 20%
    }
}

@media screen and (max-width: 768px) {

    .l-commit__item.item02 .l-commit__block--right,
    .l-commit__item.item04 .l-commit__block--right {
        justify-content: center;
        padding-left: 20%
    }
}

@media screen and (max-width: 576px) {

    .l-commit__item.item02 .l-commit__block--right,
    .l-commit__item.item04 .l-commit__block--right {
        padding-left: 20%
    }
}

.l-commit__item.item03 {
    margin-top: 120px
}

@media screen and (max-width: 576px) {
    .l-commit__item.item03 {
        margin-top: 50px
    }
}

.l-commit__title {
    width: 135px;
    height: auto;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1160px) {
    .l-commit__title {
        width: auto;
        max-width: 135px;
        min-width: 90px
    }
}

@media screen and (max-width: 768px) {
    .l-commit__title {
        max-width: 460px
    }
}

.l-commit__title img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.l-commit__title.title01:after,
.l-commit__title.title03:after {
    content: "";
    background-color: #f4b86a;
    -webkit-mask-image: url(../images/deco-07.png);
    mask-image: url(../images/deco-07.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: -60px;
    right: -68px;
    width: 164px;
    height: 164px;
    z-index: -1;
    display: block;
    position: absolute;
    opacity: .2
}

.l-commit__title.title01:before {
    content: "";
    background-image: url(../images/deco-08.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -20px;
    left: -220px;
    width: 184px;
    height: 80px;
    z-index: -1;
    display: block;
    position: absolute
}

@media screen and (max-width: 768px) {
    .l-commit__title.title01:before {
        top: -80px;
        left: -10px
    }
}

.l-commit__title.title03:before {
    content: "";
    background-image: url(../images/deco-09.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -90px;
    left: -200px;
    width: 151px;
    height: 99px;
    z-index: 1;
    display: block;
    position: absolute
}

@media screen and (max-width: 576px) {
    .l-commit__title.title03:before {
        display: none
    }
}

.l-commit__title.title02:after,
.l-commit__title.title04:after {
    content: "";
    background-color: #f4b86a;
    -webkit-mask-image: url(../images/deco-07.png);
    mask-image: url(../images/deco-07.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: -60px;
    left: -68px;
    width: 164px;
    height: 164px;
    z-index: -1;
    display: block;
    position: absolute;
    opacity: .2
}

.l-commit__title.title02:before {
    content: "";
    background-image: url(../images/deco-10.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -50px;
    right: -349px;
    width: 61px;
    height: 61px;
    z-index: 1;
    display: block;
    position: absolute
}

.l-commit__title.title04:before {
    content: "";
    background-image: url(../images/deco-12.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -73px;
    right: -368px;
    width: 157px;
    height: 87px;
    z-index: 1;
    display: block;
    position: absolute
}

@media screen and (max-width: 576px) {
    .l-commit__title.title04:before {
        display: none
    }
}

.l-commit__text {
    width: 335px;
    line-height: 1.8
}

@media screen and (max-width: 1160px) {
    .l-commit__text {
        width: 100%;
        max-width: 460px
    }
}

@media screen and (max-width: 768px) {
    .l-commit__text {
        max-width: 100%
    }
}

.l-commit__text.wide {
    width: 360px;
    padding-left: 10px
}

@media screen and (max-width: 1160px) {
    .l-commit__text.wide {
        width: 100%;
        max-width: 460px;
        padding: 0
    }
}

@media screen and (max-width: 768px) {
    .l-commit__text.wide {
        max-width: 100%
    }
}

.l-commit__item.item01 .l-commit__text {
    padding-top: 10px;
    text-align: justify;
}

@media screen and (max-width: 1160px) {
    .l-commit__item.item01 .l-commit__text {
        padding-top: 0;
        text-align: justify;
    }
}

.l-commit__item.item02 .l-commit__text {
    padding-bottom: 30px
}

@media screen and (max-width: 1160px) {
    .l-commit__item.item02 .l-commit__text {
        padding-bottom: 0;
        text-align: justify;
    }
}

.l-commit__item.item03 .l-commit__text {
    padding-bottom: 80px
}

@media screen and (max-width: 1160px) {
    .l-commit__item.item03 .l-commit__text {
        padding-bottom: 0;
        text-align: justify;
    }
}

.l-commit__item.item04 .l-commit__block--left {
    width: 540px
}

@media screen and (max-width: 1160px) {
    .l-commit__item.item04 .l-commit__block--left {
        width: 100%
    }
}

.l-commit__item.item04 .l-commit__text {
    width: 355px;
    padding-bottom: 93px
}

@media screen and (max-width: 1160px) {
    .l-commit__item.item04 .l-commit__text {
        width: 100%;
        max-width: 460px;
        padding: 0;
        text-align: justify;
    }
}

.l-commit__visual {
    width: 520px;
    height: auto
}

@media screen and (max-width: 1160px) {
    .l-commit__visual {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .l-commit__visual {
        width: 100%
    }
}

.l-commit__visual img {
    width: 520px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 1160px) {
    .l-commit__visual img {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .l-commit__visual img {
        width: 100%
    }
}

.l-commit__visual.smaller {
    width: 520px;
    height: auto
}

@media screen and (max-width: 1160px) {
    .l-commit__visual.smaller {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .l-commit__visual.smaller {
        width: 100%
    }
}

.l-commit__visual.smaller img {
    width: 520px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 1160px) {
    .l-commit__visual.smaller img {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .l-commit__visual.smaller img {
        width: 100%
    }
}

.l-commit__visual.visual-small {
    width: 300px;
    height: auto;
    position: absolute;
    bottom: -150px;
    left: -115px
}

@media screen and (max-width: 1160px) {
    .l-commit__visual.visual-small {
        bottom: -100px;
        left: 0
    }
}

@media screen and (max-width: 768px) {
    .l-commit__visual.visual-small {
        bottom: -100px;
        left: 0
    }
}

@media screen and (max-width: 576px) {
    .l-commit__visual.visual-small {
        width: 40%;
        bottom: -30%
    }
}

.l-commit__visual.visual-small img {
    width: 300px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 576px) {
    .l-commit__visual.visual-small img {
        width: 100%
    }
}

.l-commit__button {
    margin-top: 106px
}

.l-commit__block--right.mark01:before {
    content: "";
    background-image: url(../images/deco-11.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 112px;
    height: 53px;
    position: absolute;
    bottom: -160px;
    left: -200px;
    z-index: 2
}

.l-commit__block--left.mark02 {
    position: relative;
    z-index: 1
}

.l-commit__block--left.mark02:before {
    content: "";
    background-image: url(../images/deco-02.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 484px;
    height: 484px;
    position: absolute;
    bottom: -364px;
    left: -230px;
    z-index: -1
}

.item03 .l-commit__block--right {
    position: relative;
    z-index: 1
}

.l-commit__block--left.mark03 {
    position: relative;
    z-index: 1
}

.l-commit__block--left.mark03:before {
    content: "";
    background-image: url(../images/deco-03.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 383px;
    height: 383px;
    position: absolute;
    bottom: -250px;
    right: -78px;
    z-index: -1
}

/*# sourceMappingURL=commit.css.map */
