/* top */
#list-main-header {
    width: 100%;
    height: 400px;
}
#breadcrumb-container {
    margin-bottom: 0;
}
#job-howto .title {
    margin-bottom: 24px;
}
#job-howto .detail p {
    color: #666666;
}
.img-wrap img {
    height: 400px;
    object-fit: cover;
}
h1.title {
    font-size: 1.9rem;
}
#job-howto-wrap h2 {
    color: #3EB8CE;
    padding: .5em 0;
    margin-top: 60px;
    font-weight: bold;
    font-size: 1.6em;
    border-bottom: solid 1px #ccc;
}
h2.point-title {
    color: #333 !important;
    text-align: center;
    border-bottom: 0 !important;
}
h2.point-title .sub-title {
    color: #666;
    font-size: 0.5em;
    font-weight: normal;
    display: block;
    margin-top: 4px;
}
h2.point-title .under-line {
    width: 40px;
    height: 2px;
    background: #333;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 10px;
}



/* parallax circle list */
ul.parallax-circle {
    list-style: none;
    padding-left: 0;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 48px 0;
}
ul.parallax-circle li {
    float: left;
    width: 142px;
    height: 142px;
    padding: 10px;
    margin: 32px;
    font-size: 19px;
    text-align: center;
    border: solid 1px #FFB661;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    font-weight: bold;
    line-height: 118px;
}
ul.parallax-circle li::after {
    content: "";
    display: block;
    width: 142px;
    height: 142px;
    border: solid 1px #CE3E3E;
    border-radius: 80% 40% 50% 47%/50%;
    position: relative;
    top: -128px;
    left: -12px;
}
ul.parallax-circle li:first-child {
    border: solid 1px #3EB8CE;
    border-radius: 76% 47% 80% 60%/50% 50% 50% 70%;
}
ul.parallax-circle li:first-child::after {
    border: solid 1px #DE2C8F;
    border-radius: 56% 59% 50% 47%/50%;
}
ul.parallax-circle li:last-child {
    border: solid 1px #3EB8CE;
    border-radius: 40% 50% 60% 45%/50%;
}
ul.parallax-circle li:last-child::after {
    border: solid 1px #2CDEBC;
    border-radius: 59% 57% 70% 50%/60% 56% 70%;
}


/* step-list */
ol#howto-step {
    list-style-type: none;
    padding-left: 0;
    margin-top: 42px;
    /* display: inline-block; */
}
li.step-list .step-wrap {
    position: relative;
    top: -46px;
}
li.step-list {
    width: calc(100%/3 - 32px);
    height: 440px;
    background: #F1F2F3;
    float: left;
    padding: 0;
    border-top: solid 16px #FFF;
}
li.step-list:nth-child(2) {
    margin: 0 48px;
}
li.step-list .step-number {
    font-weight: bold;
    font-size: 3.4em;
    color: #333;
    position: relative;
    left: 16px;
    top: -36px;
}
li.step-list h3,
li.step-list p {
    width: calc(100% - 48px);
    margin: 0 auto;
}
li.step-list h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 6px 0;
    border-bottom: solid 1px #333;
    margin-top: 8px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
li.step-list img {
    height: 13vw;
    max-height: 200px;
    object-fit: cover;
}
li.step-list p {
    margin: 24px auto;
    color: #666;
}
li.step-list p span {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}
p font.hashtags-text {
    font-size: 13px;
    font-weight: bold;
    color: #3EB8CE;
}


section.post-point-last {
    text-align: center;
}
section.post-point img.post-point-img-pc {
    display: block;
}
section.post-point img.post-point-img-sp {
    display: none;
}


/* post-point */
ol#post-point {
    margin-top: 40px;
    padding: 0 24px;
}
li.point-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 52px;
}
li.point-list h3 {
    color: #333;
    font-size: 1.4em;
}
li.point-list .under-line {
    background-color: #3EB8CE;
    border-radius: 3px;
    content: "";
    display: block;
    height: 6px;
    width: 52px;
    margin-left: -3px;
    margin-bottom: 12px;
}
li.point-list p {
    color: #666;
}

#go-to-jobs-list {
    height: 60px;
    padding: 17px 20px;
}


@media screen and (max-width: 768px){
    #list-main-header {
        height: 280px !important;
    }
    #list-main-header div.img-wrap {
        position: relative;
        height: 280px !important;
    }
    #list-main-header div.img-wrap img {
        position: absolute;
        height: 280px;
    }
    #list-main-header div#title-sp {
        padding-top: 66px;
    }
    #breadcrumb-container {
        margin-bottom: 0;
    }
    #job-howto .detail {
        padding-top: 24px;
    }
    h1.title {
        margin-top: 24px;
        font-size: 1.2rem;
        text-align: center;
        font-weight: bold;
    }

    /* parallax circle list */
    ul.parallax-circle li {
        width: 120px;
        height: 120px;
        margin: 24px;
        line-height: 96px;
        font-size: 16px;
        padding: 8px;
    }
    ul.parallax-circle li::after {
        width: 120px;
        height: 120px;
        top: -108px;
    }

    /* step-list */
    li.step-list {
        height: 110vw;
        max-height: 640px;
    }
    li.step-list:nth-child(2) {
        margin: 0;
    }
    h2.howto-post-title {
        text-align: center;
    }
    li.step-list img {
        height: 60vw;
        max-height: 400px;
    }
    .slick-dots li {
        margin: 0 -4px;
    }
    ol#post-point {
        padding: 0 12px;
    }

    section.post-point-last {
        margin-bottom: 24px;
    }

}
@media screen and (max-width: 480px) {
    ul.parallax-circle li {
        width: 88px;
        height: 88px;
        margin: 12px;
        line-height: 66px;
        font-size: 12px;
        padding: 8px;
    }
    ul.parallax-circle li::after {
        width: 88px;
        height: 88px;
        top: -78px;
    }

    li.step-list {
        height: 130vw;
        min-height: 360px;
        max-height: 640px;
    }
    li.step-list img {
        max-height: 400px;
    }

    section.post-point img.post-point-img-pc {
        display: none;
    }
    section.post-point img.post-point-img-sp {
        display: block;
    }
}
