@charset "utf-8";
body {
    background: #000032;
}

.wrap {
    background: url(../images/service_bg_1.png) no-repeat center top;
}

@media(max-width: 767px) {
    .wrap {
        background: url(../images/singlepage_bg_sp.png) no-repeat center top;
        background-size: 100%;
    }
}

.titleNo {
    font-size: 14px;
}

.task h4 {
    font-size: 16px;
}

.case_result_body h5 {
    font-size: 20px;
}

.service_case {
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
}

.service_case.type2 {
    background: url(../images/service_bg_2.png) no-repeat center top;
    padding-top: 130px;
}

.service_case.type3 {
    background: url(../images/service_bg_3.png) no-repeat center top;
    padding-top: 130px;
}

.service_case_inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.service_case_body {
    position: relative;
    z-index: 500;
}

.service_case.type2 .service_case_body,
.service_case.type3 .service_case_body {
    position: relative;
    z-index: 10;
}

.section_top_figure {
    text-align: center;
    margin: 0 0 50px;
}

.youtube_col {
    max-width: 960px;
    margin: 0 auto 135px;
}

.youtube_col_player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube_col iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.titleNo {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    color: #34A9E6;
    line-height: 1.0;
    margin: 0 0 7px;
}

h2 {
    margin: 0 0 50px;
}

.lead_caption {
    text-align: center;
    line-height: 1.8;
    margin: 0 0 80px;
    letter-spacing: 1px;
}

.task {
    background: #232B5A;
    position: relative;
    padding: 0;
    position: relative;
    margin: 0 auto 120px;
    max-width: 560px;
    box-sizing: border-box;
}

.task:before {
    content: '';
    display: block;
    height: 30px;
    background: url(../images/service_task_bg1.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

.task:after {
    content: '';
    display: block;
    height: 60px;
    background: url(../images/service_task_bg2.png) right bottom;
    background-size: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
}

.task h4 {
    color: #34A9E6;
    font-weight: 500;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    position: relative;
    margin: 0 35px 40px;
    letter-spacing: 3px;
}

.task h4:after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background: #34A9E6;
    position: relative;
    margin: 0 auto;
    transform: translateY(5px)
}

.task ul {
    margin-left: 35px;
    margin-right: 35px;
}

.task li {
    list-style: none;
    margin: 0 0 25px;
    position: relative;
    padding-left: 40px;
}

.task li:before {
    content: '';
    display: block;
    width: 20px;
    height: 8px;
    border-left: 2px solid #34A9E6;
    border-bottom: 2px solid #34A9E6;
    transform: rotate(-45deg);
    position: absolute;
    top: 2px;
    left: 0px;
}

h3 {
    margin: 0 0 50px;
}

h3.result {
    margin-bottom: 160px;
}

.result_base {
    background: #000032;
    position: relative;
    padding: 0 0 160px;
}

.result_base.wide {
    padding: 0 0 350px;
}

.case_result_body {
    max-width: 1000px;
    margin: 0 auto;
    background: #34A9E6;
    position: relative;
    padding: 0px 70px 10px 50px;
    box-sizing: border-box;
}

.case_result_body_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    transform: translateY(-50px);
    margin-bottom: -70px;
    z-index: 50;
    position: relative;
}

.case_result_body_inner .caption {
    text-align: justify;
}

.case_result_body:before {
    content: '';
    display: block;
    height: 112px;
    background: url(../images/case_result_bg1.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: -112px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.case_result_body:after {
    content: '';
    display: block;
    height: 70px;
    background: url(../images/case_result_bg2.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.case_result_body .figure {
    margin-right: 30px;
}

.case_result_body h5 {
    font-weight: 500;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 0 40px;
    letter-spacing: 2px;
}

.case_result_body p {
    line-height: 1.8;
}

.case_result_body.left {
    transform: translateX(107px);
}

.case_result.reverse {
    margin: 0;
    transform: translateX(-120px);
}

.case_result.reverse .case_result_body .figure {
    margin: 0 0 0 30px;
}

.case_result.reverse .case_result_body {
    padding: 0px 50px 10px 50px;
}

.separate {
    height: 240px;
}