@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Noto+Sans+JP:300,400,500,700');

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.pc { display:none; }
.sp { display:block; }

a {
    color: #fff;
}
section p {
    color: #515C6F;
    line-height: 25px;
    font-size: 0.9rem;
}
h3 {
    color: #515C6F;
    line-height: 35px;
    font-size: 1.4rem;
}

/* キービジュアル */
.key-visual-wrap {
    background: url(/assets/about/images/ptcontents_mainimg_sp.png) center center /cover no-repeat;
    padding: 30px 0;
    color: #fff;
    margin-top: 30px;
}
.key-visual-wrap h1 {
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 2.5rem;
}
.key-visual-wrap h1 span {
    color: #FFB835;
    font-size: 2.0rem;
}
.key-visual-wrap p {
    font-size: 1.1rem;
    line-height: 35px;
    color: #fff;
}

/* ナビ */
.page-nav {
    margin-top: 10px;
    margin-bottom: 50px;
}

.page-nav .nav {
    position: relative;
    border: #EE9A13 solid 1px;
    margin: 5px 0;
    height: 60px;
}
.page-nav .nav::after{
    content: url(/assets/about/images/nav_arrow.png);
    position: absolute;
    top: 20px;
    right: 20px;
}

.page-nav a {
    color: #707070;
    height: 60px;
    line-height: 60px;
    font-size: 1.1rem;
    width: 100%;
}

/* 選ばれる理由　見出し */
.reason-wrap {
    position: relative;
    padding-bottom: 40px;
    margin-left: 0;
}
.reason-wrap img {
    position: absolute;
    left: -25px;
    top: -25px;
    width: 65px;
}
.reason-wrap p {
    position: absolute;
    top: -5px;
    left: 5px;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #f0a42a, -1px 1px 1px #f0a42a, 1px -1px 1px #f0a42a, -1px -1px 1px #f0a42a, 1px 0px 1px #f0a42a, 0px 1px 1px #f0a42a, -1px 0px 1px #f0a42a, 0px -1px 1px #f0a42a;
    z-index: 1;
    font-size: 1.1rem;
}
.reason-wrap h2 {
    position: relative;
    top: 25px;
    left: 5px;
    font-size: 1.4rem;
    z-index: 1;
}
.reason-wrap h2::before {
    content: url(/assets/about/images/border_sp.png);
    position: absolute;
    top: -5px;
    left: -70px;
}

.ptcontents-job-btn {
    background: linear-gradient(45deg, #FCB03A 33%, #d92933 100%);
    color: #fff!important;
    display: inline-block;
    padding: 1rem 0;
    text-align: center;
    width: 200px;
    border-radius: 50px;
}

/* sec1 カンタンなお仕事探し */
.sec01 {
    background: url(/assets/about/images/ptcontents_gradline.png) no-repeat left 50px;
    margin-top: 70px;
}
.sec01 .flow-btn {
    background: url(/assets/about/images/flow-icon.png) 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    border: solid 1px #030387;
    color: #030387;
    font-size: 1.1rem;
    padding: 10px 10px 10px 50px;
}
.sec01 .flow-btn:hover img {
    display: none;
    width: 30px;
    margin-right: 10px;
 }
.sec01 .flow-btn:hover {
    background: url(/assets/about/images/flow-icon-white.png) 10px;
    background-repeat: no-repeat;
    background-color: #030387;
    background-size: 30px;
    color: #fff;
    text-decoration: none;
    padding-left: 50px;
}
.sec01 .flow-btn-wrap {
    text-align: center;
    padding-right: 15px;
}
.sec01 .flow-btn img {
    width: 30px;
    margin-right: 10px;
}
.sec01 .container,
.sec01 .row {
    background-color: #fff;
}
.sec01 li {
    padding-top: 15px;
    color: #515C6F;
}
.sec01 i {
    color: #FFB835;
    margin-right: 10px;
}
.sec01-btm {
    position: relative;
    margin-top: 80px;
}
.sec01-btm .sec01-dots {
    position: absolute;
    left: 10%;
    margin-top: -100px!important;
}
.sec01-btm .sec01-dots img {
    width: 100px;
}
.sec01 .sec01-02-right {
    background-color: #fff;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 0;
}
.sec01 .sec01-02-right p {
    padding-top: 5px;
}
.sec01 .sec01-02-left img {
    position: absolute;
    top: -25px;
    right: -70px;
    z-index: 2;
    width: 400px;
}
.sec01-01-right {
    margin: 50px 0 0;
}

/* sec2 スキマ時間でお小遣い稼ぎ */
.sec02 {
    background: url(/assets/about/images/ptcontents_gradline.png) no-repeat left 50px;
    margin-top: 70px;
    padding-bottom: 50px;
}
.sec02 .sec02-box {
    padding-left: 60px;
}
.sec02 .container {
    background-color: #fff;
}
.sec02 .reasons-box {
    background: url(/assets/about/images/reasons-base.png) no-repeat right top;
    background-size: cover;
    font-size: 18px;
    text-align: center;
    width: 300px;
    height: 270px;
    color: #515C6F;
    padding: 50px 0 0 20px;
}
.sec02 .reasons-box p {
    padding-top: 15px;
}
.sec02 .reasons-box img {
    width: 180px;
}
.monitor-wrap {
    margin-top: 50px;
    text-align: center;
}
.monitor-wrap p {
    text-align: left;
}
.influencer-wrap {
    background: url(/assets/about/images/influencer-base.png) no-repeat right top;
    background-size: cover;
    background-color: #F6F6F6;
    padding: 20px 10px 50px;
    margin-top: 80px;
    color: #515C6F;
}
.influencer-wrap img {
    width: 100%;
}
.influencer-wrap h3 {
    font-size: 1.5rem;
    line-height: 40px;
}
.influencer-wrap p {
    margin: 15px 0;
}
.influencer-btn {
    background-color: #FFB835;
    color: #fff!important;
    display: block;
    padding: 1rem 0;
    text-align: center;
    width: 190px;
    border-radius: 50px;
    margin: 25px auto 10px;
}

/* sec3 充実のライフサポートサービス */
.sec03 {
    background-color: #f3f3f3;
    padding: 70px 0 30px;
}
.sec03 .container {
    background-color: #f3f3f3;
}

/* sec4 外国人のための施設 YOLO BASEを開設 */
.sec04 {
    background: url(/assets/about/images/ptcontents_gradline.png) no-repeat left 50px;
    margin-top: 70px;
    padding-bottom: 0;
}
.sec04 .container {
    background-color: #fff;
}
.sec04 .main-wrap img {
    margin: 0 auto;
}
.sec04 .main-wrap p {
    width: auto;
    margin: 0 auto;
    text-align: left;
}

/* sec5 YOLO JAPANへようこそ */
.sec05 {
    background: url(/assets/about/images/sec05_base_sp.png) no-repeat left 50px;
    padding: 70px 0 20px;
}
.sec05 .container {
    background-color: #fff;
    padding: 50px 0px 30px;
    width: 90%;
}
.sec05 .main-wrap {
    text-align: center;
}
.sec05 .main-wrap p {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.sec05 h3 {
    padding-bottom: 40px;
}

section.sing-up-complete-job-search {
    background: url(/assets/about/images/sarch-box-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.monitor-headline {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}

/* PC */
@media screen and (min-width: 480px){
    .pc { display:block; }
    .sp { display:none; }

    /* キービジュアル */
    .key-visual-wrap {
        background: url(/assets/about/images/ptcontents_mainimg.png) center center /cover no-repeat;
        padding: 100px 0;
        margin-top: 0;
    }
    .key-visual-wrap h1 {
        font-size: 1.6rem;
    }
    .key-visual-wrap h1 span {
        font-size: 1.6rem;
    }
    .key-visual-wrap .text-space {
        padding-top: 10px;
    }

    /* ナビ */
    .page-nav {
        background-color: #EE9A13;
        text-align: center;
        margin-top: 0;
    }
    .page-nav a {
        color: #fff;
        height: 80px;
        line-height: 80px;
        font-size: 1.0rem;
        margin: 0 auto;

    }
    .page-nav a:hover {
        background-color: #f0a42a;
        text-decoration: none;
    }
    .page-nav .nav {
        border: none;
        margin: 0;
        height: 80px;
    }
    .page-nav .nav::after{
        content: "";
    }

    /* 選ばれる理由　見出し */
    .reason-wrap {
        padding-bottom: 45px;
    }
    .reason-wrap img {
        width: 80px;
    }
    .reason-wrap p {
        top: 5px;
        left: 0px;
        letter-spacing: 3px;
        text-shadow: 1px 1px 1px #f0a42a, -1px 1px 1px #f0a42a, 1px -1px 1px #f0a42a, -1px -1px 1px #f0a42a, 1px 0px 1px #f0a42a, 0px 1px 1px #f0a42a, -1px 0px 1px #f0a42a, 0px -1px 1px #f0a42a;
    }
    .reason-wrap h2 {
        top: 35px;
        left: 0px;
        font-size: 1.6rem;
    }
    .reason-wrap h2::before {
        content: "";
    }
    .ptcontents-job-btn {
        background: linear-gradient(45deg, #FCB03A 33%, #d92933 100%);
        color: #fff!important;
        display: inline-block;
        padding: 1rem 0;
        text-align: center;
        width: 15rem;
        border-radius: 50px;
    }

    /* sec1 カンタンなお仕事探し */
    .sec01 .flow-btn-wrap {
        text-align: left;
    }
    .sec01 .flow-btn:hover {
        background-color: #030387;
        color: #fff;
        text-decoration: none;
    }
    .sec01-btm .sec01-dots {
        left: 55%;
        top: 25px;
    }
    .sec01 .sec01-02-right {
        padding-top: 100px;
    }
    .sec01-01-right {
        margin: 0;
    }
    .sec01 .sec01-02-right p {
        padding-top: 20px;
    }
    .sec01 .sec01-02-left img {
        position: unset;
        width: 100%;
    }

    /* sec2 スキマ時間でお小遣い稼ぎ */
    .sec02 {
        background: url(/assets/about/images/ptcontents_gradline.png) no-repeat left 50px;
        padding-bottom: 50px;
    }
    .sec02 .reasons-box {
        line-height: 1.8;
        width: 350px;
        height: 320px;
        padding: 50px 0 0 0;
    }
    .sec02 .reasons-box p {
        padding-top: 25px;
    }
    .sec02 .reasons-box img {
        width: auto;
    }

    .monitor-wrap p {
        text-align: center;
    }

    .influencer-wrap {
        padding: 50px;
        margin: 80px auto;
        max-width: 1140px;
    }
    .influencer-btn {
        width: 15rem;
        margin-top: 25px;
    }

    /* sec3 充実のライフサポートサービス */
    .sec03 .main-wrap{
        background: url(/assets/about/images/ptcontents_gradline.png) no-repeat left 50px;
    }

    /* sec4 外国人のための施設 YOLO BASEを開設 */
    .sec04 {
        background: url(/assets/about/images/ptcontents_gradline.png) no-repeat left 50px;
        margin-top: 90px;
        padding-bottom: 70px;
    }
    .sec04 .container {
        background-color: #fff;
    }
    .sec04 .main-wrap p {
        width: 70%;
    }

    /* sec5 YOLO JAPANへようこそ */
    .sec05 {
        background: url(/assets/about/images/sec05_base.png) no-repeat left 50px;
        padding: 120px 0 80px;
    }
    .sec05 .container {
        background-color: #fff;
        padding: 70px 0 70px;
        width: 100%;
    }
    
    section.sing-up-complete-job-search {
        background: url(/assets/about/images/sarch-box-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
}
