/* --------------------
 Service - Develop
-------------------- */
.develop__hero {
    align-items: center;
    background-image: url(../../images/commons/com-hero-yellow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .develop__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.develop__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__hero-container {
        padding: 15px 30px;
    }
}

.develop__hero__title {
    color: #231815;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__hero__title {
        font-size: 3.2rem;
    }
}

.develop__hero__desc {
    color: #231815;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    width: 100%;
}

.develop__hero__nav {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    width: 100%;
}

.develop__hero__nav-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0;
}

@media (min-width: 768px) {
    .develop__hero__nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.develop__hero__nav__item {
    padding: 0;
    position: relative;
    width: 50%;
}

@media (min-width: 768px) {
    .develop__hero__nav__item {
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .develop__hero__nav__item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.develop__hero__nav__item__link {
    align-items: center;
    background-color: rgba(255, 220, 0, 0);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #595757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .develop__hero__nav__item__link {
        font-size: 1.4rem;
        padding: 15px 10px;
    }
}

.develop__hero__nav__item__link:hover, .develop__hero__nav__item__link:focus {
    background-color: rgba(255, 220, 0, .75);
    color: #595757;
}

.develop__intro {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .develop__intro {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.develop__intro-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__intro-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.develop__intro__main {
    margin: 0;
}

@media (min-width: 768px) {
    .develop__intro__main {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -15px;
    }
}

.develop__intro__main__content {
    margin: 0 0 40px;
    padding: 0;
}

@media (min-width: 768px) {
    .develop__intro__main__content {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 60%;
    }
}

.develop__intro__main__content__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__intro__main__content__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.develop__intro__main__content__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .develop__intro__main__content__title__text {
        padding-left: 0;
    }
}

.develop__intro__main__content__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .develop__intro__main__content__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}

.develop__intro__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .develop__intro__main__content__desc {
        font-size: 1.6rem;
    }
}

.develop__intro__main__content__desc:last-of-type {
    margin-bottom: 0;
}

.develop__intro__main__fig {
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__intro__main__fig {
        padding-left: 15px;
        padding-right: 15px;
        width: 40%;
    }
}

.develop__overview {
    background-color: #ebecec;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .develop__overview {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.develop__overview-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__overview-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.develop__overview__main {
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .develop__overview__main {
        align-items: flex-end;
        -webkit-box-align: end;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.develop__overview__main__content {
    margin: 0 0 30px;
    padding: 0;
    width: auto;
}

@media (min-width: 768px) {
    .develop__overview__main__content {
        margin-bottom: 0;
        padding-right: 30px;
        width: calc(100% - 190px);
    }
}

.develop__overview__main__content__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .develop__overview__main__content__title {
        font-size: 3.2rem;
    }
}

.develop__overview__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 30px;
}

.develop__overview__main__content__desc:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .develop__overview__main__content__desc {
        font-size: 1.6rem;
    }
}

.develop__overview__main__fig {
    text-align: center;
}

@media (min-width: 768px) {
    .develop__overview__main__fig {
        width: 190px;
    }
}

.develop__overview__desc {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .develop__overview__desc {
        font-size: 1.6rem;
    }
}

.develop__lineup {
    background-color: #f9cc00;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .develop__lineup {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.develop__lineup:before {
    background-image: url(../../images/pages/service/develop/service-develop-lineup-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.develop__lineup-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .develop__lineup-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.develop__lineup__title {
    color: #231815;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__lineup__title {
        font-size: 3.2rem;
    }
}

.develop__lineup__desc {
    color: #231815;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__lineup__desc {
        font-size: 1.6rem;
    }
}

.develop__lineup__main {
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.develop__lineup__main:before, .develop__lineup__main:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .develop__lineup__main:before, .develop__lineup__main:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.develop__lineup__main:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.develop__lineup__main:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.develop__lineup__main-inner {
    background-color: #ffffff;
    margin: 0;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__lineup__main-inner {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.develop__lineup__main-inner:before, .develop__lineup__main-inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.develop__lineup__main-inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .develop__lineup__main-inner:before {
        top: 46px;
    }
}

.develop__lineup__main-inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .develop__lineup__main-inner:after {
        bottom: 46px;
    }
}

.develop__lineup__main__list {
    margin: 0 -15px;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .develop__lineup__main__list {
        margin-left: 0;
        margin-right: 0;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.develop__lineup__main__list__item {
    margin: 0 0 50px;
}

.develop__lineup__main__list__item:last-child {
    margin-bottom: 0;
}

.develop__lineup__main__list__item__title {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 5px;
}

.develop__lineup__main__list__item__desc {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__desc {
        font-size: 1.6rem;
    }
}

.develop__lineup__main__list__item__case {
    background-color: #fff2c4;
    margin: 0 0 30px;
    padding: 15px;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__case {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.develop__lineup__main__list__item__case__title {
    color: #3e3a39;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.develop__lineup__main__list__item__case__list {
    margin: 0;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__case__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: 15px;
    }
}

.develop__lineup__main__list__item__case__list__item {
    margin: 0 0 30px;
    padding: 0;
}

.develop__lineup__main__list__item__case__list__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__case__list__item {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333%;
    }
}

.develop__lineup__main__list__item__case__list__item__fig {
    margin: 0 0 10px;
    text-align: center;
}

.develop__lineup__main__list__item__case__list__item__title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__case__list__item__title {
        font-size: 1.4rem;
    }
}

.develop__lineup__main__list__item__detail {
    margin: 0 0 30px;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__detail {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.develop__lineup__main__list__item__detail__list {
    margin: 0;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__detail__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.develop__lineup__main__list__item__detail__list__item {
    margin: 0 auto 30px;
    max-width: 260px;
    padding: 0;
}

.develop__lineup__main__list__item__detail__list__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .develop__lineup__main__list__item__detail__list__item {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }
}

.develop__lineup__main__list__item__detail__list__item__fig {
    background-color: #fff2c4;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
}

.develop__lineup__main__list__item__detail__list__item__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-decoration: underline;
}

.develop__lineup__main__content {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .develop__lineup__main__content {
        margin: 0 auto;
        max-width: 800px;
    }
}

.develop__lineup__main__content__note {
    font-size: 1.2rem;
    letter-spacing: .08em;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .develop__lineup__main__content__note {
        font-size: 1.4rem;
        line-height: 2.2;
    }
}

.develop__lineup__main__content__note__item {
    margin: 0;
}

.develop__lineup__main__content__note__item:last-of-type {
    margin-bottom: 0;
}

.develop__lineup__main__content__fig {
    margin: 0 0 40px;
    text-align: center;
}

.develop__system {
    background-color: #fff2c4;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .develop__system {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.develop__system-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__system-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.develop__system__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__system__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.develop__system__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .develop__system__title__text {
        padding-left: 0;
    }
}

.develop__system__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .develop__system__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}

.develop__system__desc {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .develop__system__desc {
        font-size: 1.6rem;
    }
}

.develop__system__list {
    width: 100%;
}

@media (min-width: 768px) {
    .develop__system__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 -15px;
    }
}

.develop__system__list__item {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .develop__system__list__item {
        padding: 0 15px;
        width: 50%;
    }
    .develop__system__list__item:first-child {
        width: 100%;
    }
}

.develop__system__list__item-container {
    height: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.develop__system__list__item-container:before, .develop__system__list__item-container:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .develop__system__list__item-container:before, .develop__system__list__item-container:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.develop__system__list__item-container:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.develop__system__list__item-container:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.develop__system__list__item-container__inner {
    background-color: #ffffff;
    margin: 0;
    padding: 20px 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__system__list__item-container__inner {
        height: 100%;
        padding: 30px 0 50px;
    }
}

.develop__system__list__item-container__inner:before, .develop__system__list__item-container__inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.develop__system__list__item-container__inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .develop__system__list__item-container__inner:before {
        top: 46px;
    }
}

.develop__system__list__item-container__inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .develop__system__list__item-container__inner:after {
        bottom: 46px;
    }
}

.develop__system__list__item__main {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .develop__system__list__item__main {
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.develop__system__list__item__main__head {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__system__list__item__main__head {
        margin-bottom: 30px;
    }
}

.develop__system__list__item__main__head-inner {
    display: inline-block;
    position: relative;
}

.develop__system__list__item__main__head__number {
    color: #ecaa2d;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__system__list__item__main__head__number {
        font-size: 2.5rem;
    }
}

.develop__system__list__item__main__head__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__system__list__item__main__head__title {
        font-size: 2.5rem;
    }
}

.develop__system__list__item__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 30px;
}

.develop__system__list__item__main__content__desc:last-child {
    margin-bottom: 0;
}

.develop__system__list__item__main__fig {
    margin: 30px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__system__list__item__main__fig {
        bottom: -15px;
        left: -15px;
        margin-top: 0;
        position: absolute;
        right: -15px;
        z-index: 2;
    }
}

@media (min-width: 768px) {
    .develop__system__list__item__main--icon {
        padding-bottom: 120px;
    }
}

.develop__system__comment {
    margin: 0;
    padding: 60px 0;
}

@media (min-width: 992px) {
    .develop__system__comment {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.develop__system__comment__main {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.develop__system__comment__main__icon {
    margin: 0;
    width: 60px;
}

@media (min-width: 768px) {
    .develop__system__comment__main__icon {
        width: 130px;
    }
}

.develop__system__comment__main__icon__fig {
    margin: 0 0 5px;
    text-align: center;
}

.develop__system__comment__main__icon__label {
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__system__comment__main__icon__label {
        font-size: 1.4rem;
    }
}

.develop__system__comment__main__content {
    padding: 0 0 0 20px;
    width: calc(100% - 60px);
}

@media (min-width: 768px) {
    .develop__system__comment__main__content {
        padding-left: 40px;
        width: calc(100% - 130px);
    }
}

.develop__system__comment__main__content-inner {
    background-color: rgba(255, 255, 255, .58);
    border-radius: 30px;
    -webkit-box-shadow: 4px 5px 8px rgba(0, 0, 0, .3);
            box-shadow: 4px 5px 8px rgba(0, 0, 0, .3);
    padding: 20px 15px;
    position: relative;
}

@media (min-width: 768px) {
    .develop__system__comment__main__content-inner {
        padding: 30px 45px;
    }
}

.develop__system__comment__main__content-inner:before {
    background-image: url(../../images/pages/service/develop/service-develop-comment-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    content: '';
    display: block;
    height: 24px;
    left: -24px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    width: 24px;
}

@media (min-width: 768px) {
    .develop__system__comment__main__content-inner:before {
        background-size: 38px 38px;
        height: 38px;
        left: -38px;
        width: 38px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .develop__system__comment__main__content-inner:before {
        background-image: url(../../images/pages/service/develop/service-develop-comment-arrow@2x.png);
    }
}

.develop__system__comment__main__content__desc {
    font-size: 1.3rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .develop__system__comment__main__content__desc {
        font-size: 1.4rem;
    }
}

.develop__system__comment__main__content__desc:last-child {
    margin-bottom: 0;
}

.develop__case {
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .develop__case {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.develop__case:before {
    background-image: url(../../images/pages/service/develop/service-develop-case-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.develop__case-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .develop__case-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.develop__case__title {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.develop__case__desc {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .develop__case__desc {
        font-size: 1.6rem;
    }
}

.develop__case__list {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .develop__case__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.develop__case__list__item {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .develop__case__list__item {
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.develop__case__list__item__link {
    background-color: white;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    display: block;
    padding: 20px 15px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 992px) {
    .develop__case__list__item__link {
        padding: 20px 30px;
    }
}

.develop__case__list__item__link__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.develop__case__list__item__link__subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.develop__case__list__item__link__thumb {
    margin: 0 0 40px;
    text-align: center;
}

.develop__case__list__item__link__action__button {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: block;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.develop__case__list__item__link__action__button span {
    visibility: hidden;
}

.develop__case__list__item__link__action__button:before, .develop__case__list__item__link__action__button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 112px 10px;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 112px;
}

.develop__case__list__item__link__action__button:before {
    background-image: url(../../images/commons/com-read-more-white.svg);
}

.develop__case__list__item__link__action__button:after {
    opacity: 0;
}

.develop__case__list__item__link:hover .develop__case__list__item__link__action__button, .develop__case__list__item__link:focus .develop__case__list__item__link__action__button {
    background-color: white;
}

.develop__case__list__item__link:hover .develop__case__list__item__link__action__button:before, .develop__case__list__item__link:focus .develop__case__list__item__link__action__button:before {
    opacity: 0;
}

.develop__case__list__item__link:hover .develop__case__list__item__link__action__button:after, .develop__case__list__item__link:focus .develop__case__list__item__link__action__button:after {
    opacity: 1;
}

.develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link {
    border-color: #33a8ff;
}

.develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link__title, .develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link__subtitle, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link__title, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link__subtitle {
    color: #33a8ff;
}

.develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link__action__button {
    background-color: #33a8ff;
    border-color: #33a8ff;
}

.develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link__action__button:after, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link__action__button:after {
    background-image: url(../../images/commons/com-read-more-blue.svg);
}

.develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link:hover, .develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link:focus, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link:hover, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link:focus {
    background-color: #f5fbff;
    -webkit-box-shadow: 0 0 6px rgba(51, 168, 255, .75);
            box-shadow: 0 0 6px rgba(51, 168, 255, .75);
}

.develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link:hover .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+1) .develop__case__list__item__link:focus .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link:hover .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+4) .develop__case__list__item__link:focus .develop__case__list__item__link__action__button {
    background-color: white;
}

.develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link {
    border-color: #eb8ca2;
}

.develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link__title, .develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link__subtitle, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link__title, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link__subtitle {
    color: #eb8ca2;
}

.develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link__action__button {
    background-color: #eb8ca2;
    border-color: #eb8ca2;
}

.develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link__action__button:after, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link__action__button:after {
    background-image: url(../../images/commons/com-read-more-pink.svg);
}

.develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link:hover, .develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link:focus, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link:hover, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link:focus {
    background-color: #fefafb;
    -webkit-box-shadow: 0 0 6px rgba(235, 140, 162, .75);
            box-shadow: 0 0 6px rgba(235, 140, 162, .75);
}

.develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link:hover .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+2) .develop__case__list__item__link:focus .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link:hover .develop__case__list__item__link__action__button, .develop__case__list__item:nth-child(4n+3) .develop__case__list__item__link:focus .develop__case__list__item__link__action__button {
    background-color: white;
}

.develop__case__action__button {
    background-color: #ffe000;
    display: block;
    margin: 0 auto;
    max-width: 380px;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.develop__case__action__button span {
    visibility: hidden;
}

.develop__case__action__button:before, .develop__case__action__button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 112px 10px;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 112px;
}

.develop__case__action__button:before {
    background-image: url(../../images/commons/com-read-more-blue.svg);
}

.develop__case__action__button:after {
    background-image: url(../../images/commons/com-read-more-yellow.svg);
    opacity: 0;
}

.develop__case__action__button:hover, .develop__case__action__button:focus {
    background-color: #ee8fa5;
}

.develop__case__action__button:hover:before, .develop__case__action__button:focus:before {
    opacity: 0;
}

.develop__case__action__button:hover:after, .develop__case__action__button:focus:after {
    opacity: 1;
}
