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

/*
* develop HEADING
******************************************************/
.develop-heading {
    background: url(../img/develop/bg-header.webp) no-repeat bottom center / cover, var(--color-theme-secondary);
    padding: 153px 0 0 0;
    height: 268px;
}
.develop-heading-content {
    position: relative;
    width: 827px;
    margin: auto;
}
.develop-heading-layer {
    position: absolute;
    width: 320px;
    bottom: -180px;
    right:0;
    z-index: 1;
}
.develop-heading-text {
    position: relative;
    z-index: 3;
    color: var(--color-theme-primary);
    font-size: 2.4rem;
    line-height: 2;
}
.pc-indent {
    display:inline-block;
}
@media screen and (max-width:880px) {
    .develop-heading {
        padding: 83px 0 0 0;
        height: 200px;
    }
    .develop-heading-content {
        width: max(360px, 100%);
    }
    .develop-heading-layer {
        width: 180px;
        bottom: -115px;
    }
    .develop-heading-text {
        font-size: 1.8rem;
        padding: 0 20px;
    }
    .sp-indent {
        display:block;
    }
}

/*
* develop 01
******************************************************/
.develop01 {
    background: var(--color-theme-secondary);
    position: relative;
    padding: 100px 0 0 0;
}
.bg-wave-top::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 35vw;
    background: url(../img/develop/bg-wave-top.svg) no-repeat center center / cover;
}
.develop-comments {
    width: 810px;
    margin: auto;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
.develop-comment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 60px 0;
}
.develop-comment-text {
    padding: 0;
}
.develop-comment-text > p {
    line-height: 2.25;
    font-size: 1.3rem;
}
.develop-comment-img {
    text-align: center;
    width: max(380px);
}
@media screen and (max-width:880px) {
    .develop-comments {
        width: auto;
        padding: 40px 0;
    }
    .develop-comment {
        display: block;
        margin: 0 0 40px 0;
    }
    .develop-comment-img {
        margin: 0 0 40px 0;
        width: auto;
    }
}

/*
* develop 02
******************************************************/
.develop02 {
    position: relative;
}
.bg-wave-bottom::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: -9vw;
    height: 9vw;
    background: url(../img/develop/bg-wave-bottom.svg) no-repeat center center / cover;
}
.develop02-content {
    padding: 40px 0 0 0;
    position: relative;
    z-index:4;
}
.develop-thumb {
    margin: 30px 0 .55em 0;
}
.develop-thumb-intro ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.develop-thumb-intro li {
    font-size: .9rem;
    line-height: 1.5;
}
.develop-panels {
    display: flex;
    justify-content: space-between;
    width: max(calc(970px));
    border-radius: 30px;
}
.develop-panel {
    width: max(445px);
}
.right-panel {
    margin: 80px 0 0 0;
    position: relative;
}
.left-panel .develop-panel-thumb img {
    border-radius: 0 20px 0 0;
}
.right-panel .develop-panel-thumb img {
    border-radius: 20px 0 0 0;
}
.develop-panel-desc {
    padding: 40px 56px;
    background: var(--color-default);
}
.left-panel .develop-panel-desc {
    border-radius: 0 0 20px 0;
}
.right-panel .develop-panel-desc {
    border-radius: 0 0 0 20px;
}
.develop-panel-desc h3 {
    font-size: 2rem;
    font-weight:var(--font-normal);
    text-align: center;
    margin: 0 0 .55em 0;
}
.develop-panel-desc p {
    font-size: 1.4rem;
    line-height: 2.25;
}
@media screen and (max-width:880px) {
    .develop02-content {
        padding: 40px 20px 10px 20px;
    }
    .develop-thumb {
        text-align: center;
    }
    .develop-thumb-intro li {
        font-size: .7rem;
    }
    .develop-panels {
        display: block;
        width: auto;
    }
    .develop-panel {
        width: auto;
    }
    .right-panel {
        margin: 40px 0 0 0;
    }
    .left-panel .develop-panel-thumb img,
    .right-panel .develop-panel-thumb img {
        border-radius: 20px 20px 0 0;
        width: 100%;
    }
    .left-panel .develop-panel-desc,
    .right-panel .develop-panel-desc {
        border-radius: 0 0 20px 20px;
        padding: 20px;
    }
}

/* LAYER */
.middle-layer01 {
    position: absolute;
    left: 0;
    top: -240px;
    z-index: 1;
}
.middle-layer02 {
    position: absolute;
    right: 0;
    bottom: -210px;
    z-index: 1;
}
@media screen and (max-width:880px) {
    .middle-layer01 {
        top: 240px;
    }
    .middle-layer02 {
        bottom: -40px;
    }
}

/*
* develop 03
******************************************************/
.develop03 {
    background: url(../img/develop/bg-video.webp) no-repeat top center / cover;
    background-size: 100% 100%;
    padding: 60px 0 80px 0;
}
@media screen and (min-width:880px) and (max-width:1199px) {
    .develop03 {
        background-size: auto 100%;
    }
}
@media screen and (max-width:880px) {
    .develop03 {
        background-size: auto 100%;
        padding: 40px 0;
    }
}
.bg-wrap {
    padding: 170px 0 0 0;
    position: relative;
}
.middle-layer03 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.develop-video-list {
    width: 830px;
    margin: auto;
}
.develop-video-list ul {
    display:flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.develop-video-list li {
    width: calc(33% - (20px * 2) / 3);
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}
.develop-video-list li:nth-child(-n+3) {
    margin-top: 0
}
.develop-video-list li:nth-child(3n+1) {
    margin-left: 0
}
.develop-video-list li:hover {
    cursor: pointer;
}
.develop-video-thumb {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: 260px;
    height: 260px;
    overflow: hidden;
}
.develop-video-thumb img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    transition-duration: 0.5s
}
.develop-video-thumb img:hover {
    transform: var(--scale-base);
    transition-duration: 0.5s;
    cursor: pointer;
}
.develop-video-thumb::after {
    content: "";
    height: 260px;
    width: 260px;
    z-index: 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border-color: inherit
}
.modal-video-body {
    max-width: 960px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.develop-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 80px 0 0 0;
}
.develop-link {
    width:390px;
    position:relative;
}
.develop-link::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 36px;
    background: url(../img/develop/button-link.webp) no-repeat center center;
    background-size: 40px 40px;
    z-index:1;
}
.develop-link a {
    display: block;
    width: 350px;
    height: 80px;
    background: var(--color-theme-primary);
    padding: 20px;
    text-align: center;
    border-radius:20px;
}
.develop-link h3 {
    color: var(--color-default);
    font-size: 2.3rem;
    font-weight: var(--font-normal);
    margin: 5px 0 0 0;
}
.develop-link p {
    color: var(--color-default);
    font-size: 1.3rem;
    position: relative;
}
@media screen and (max-width: 880px) {
    .bg-wrap {
        padding: 30px 0 0 0;
    }
    .develop-video-list {
        max-width:calc(100vw - 40px);
    }
    .develop-video-list li {
        width: calc(50% - 20px / 2);
        margin-bottom: 20px;
        margin-left: 0;
        margin-top: 0
    }
    .develop-video-list li:nth-child(-n+3) {
        margin-top: 0;
    }
    .develop-video-list li:nth-child(3n+1) {
        margin-left: 0
    }
    .develop-video-list li:nth-child(odd) {
        margin-right:20px
    }
    .develop-video-thumb {
        width: calc(48vw - (20px * 2)/ 2);
        height: calc(48vw - (20px * 2)/ 2)
    }
    .develop-links {
        display: block;
        margin: 0;
    }
    .develop-link {
        width: 320px;
        margin: 40px auto 0;
    }
    .develop-link a {
        width: max(280px);
    }
    .develop-link::after {
        width: 36px;
        height: 36px;
        right: 20px;
        background-size: 36px 36px;
    }
}