@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; */
}
p {
    color: #515C6F;
    line-height: 25px;
    font-size: 0.9rem;
}
/* h3 {
    color: #515C6F;
    line-height: 45px;
} */

h1 {
    font-size: 2rem;
}
h2 {
    color: #D92933;
    font-size: 1.2rem;
}

/* キービジュアル */
.key-visual-wrap {
    background: url(/assets/about/images/key_visual_visa_sp.png) center center /cover no-repeat;
    color: #fff;
    padding-top: 40%!important;
    height: 350px;
    margin-top: 50px;
}

/* このページでわかること */
.overview-wrap {
    margin: 30px auto 0;
    width: 90%;
}
.overview-wrap .container {
    background-color: #F3F3F3;
}
.overview-wrap .row {
    padding: 20px 0 10px;
}
.overview-wrap .visa-image {
    width: 80px;
}
.overview-wrap .flex-wrap {
    align-items: center !important;
    display: flex !important;
}
.overview-wrap h2 {
    font-size: 0.9rem;
}
.overview-wrap p {
    line-height: 20px;
    font-size: 0.9rem;
    background-color: #FFF;
    padding: 15px 20px;
    min-height: 70px;
    margin-bottom: 10px;
}

/* 在留カード・指定書とは */
.sec01 {
    padding-top: 50px;
}
.sec01 .heading {
    color: #515C6F;
    font-size: 1.0rem;
    font-weight: 600;
    padding-top: 15px;
}
.headline-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.sec01 .how-to-read-wrap {
    background-color: #F6F7F7;
    padding: 20px;
}
.sec01 .how-to-read-wrap .container {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec01 .how-to-read-wrap h3 {
    color: #515C6F;
    font-size: 1.0rem;
    padding: 20px 0;
}
.sec01 .how-to-read-wrap img {
    width: 220px;
}
.sec01 .how-to-read-wrap img.designation {
    width: 180px;
}
.sec01 .how-to-read-wrap .immi-moj {
    color: #AFAFAF;
    font-size: 0.9rem;
    border-bottom: 1px;
    text-decoration:underline;
    text-decoration-color:#AFAFAF;
}
.sec01 .designation-wrap {
    padding: 30px 15px 20px;
}

/* ②YOLO JAPAN求人に応募できる在留資格早見表 */
.sec02 {
    padding-top: 50px;
}
.sec02 h2 {
    padding-bottom: 20px;
}
.accordion-title {
    background-color: #707070;
    color: #FFF;
    border-radius: 0;
    font-size: 1rem;
    width: 100%;
    padding: 15px 15px;
    border: 1.5px solid #DBDBDB;
}
.accordion-title label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 10px;
}
.sec02 .accordion-title label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 15%;
    margin: auto;
}
.sec02 .opened .accordion-title label:after {
    content:"";
    display:block;
    width:10px;
    height:10px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 3%;
    top: 7%;
    bottom: 0;
    margin: auto;
}
.sec02 .accordion-title label span {
    font-size: 0.8rem;
    font-weight: 500;
}
.accordion-group .col-6 {
    border: 0.5px solid #DBDBDB;
    padding: 20px 10px;
    color: #515C6F;
    font-size: 0.9rem;
}
.accordion-group .col-6.blue {
    background-color: #F6FBFF;
}
.accordion-group .col-6.blue2 {
    background-color: #F6FBFF;
    line-height: 15px;
}
.accordion-group .col-6.gray {
    background-color: #F5F5F5;
}

.sec02 small, .small {
    font-size: 60%;
}

.sec02 .annotation {
    padding: 20px 15px;
}


/* ③アルバイト求人応募の注意点 */
.sec03 {
    padding-top: 50px;
}
.sec03 .heading {
    color: #515C6F;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}
.sec03 h2 {
    padding-bottom: 10px;
}
.sec03 .content-wrap {
    border: 1px solid #DBDBDB;
    margin: 20px;
    border-radius: 5px;
    padding: 20px 0 10px;
}
.sec03 .content-wrap img {
    width: 80px;
}

.job-search-wrap {
    background-color: #F2F2F2;
    padding: 30px 0;
}
.job-search-wrap .container {
    padding-right: 10px;
}
.job-search-wrap h2 {
    font-size: 1.5rem;
    color: #000000;
    padding-bottom: 0;
}
.job-search-wrap img {
    width: 200px;
    position: absolute;
    left: -70px;
}
.job-search-wrap .job-search-btn {
    background: linear-gradient(45deg, #d92933 33%, #ef8224 100%);
    color: #fff!important;
    display: inline-block;
    padding: 1rem 0;
    text-align: center;
    width: 220px;
    border-radius: 50px;
    margin: 30px 0 0;

}

/* ④正社員求人応募の注意点 */
.sec04 {
    padding: 50px 0;
}
.sec04 h2 {
    padding-bottom: 20px;
}
.sec04 .row {
    background-color: #fff;
}
.sec04 .heading {
    color: #000000;
    font-size: 1.0rem;
    font-weight: 600;
}
.sec04 img {
    width: 250px;
    margin: 10px 0 30px;
}

.sec04 .specific-skill-visa-wrap {
    background-color: #F6F7F7;
    padding: 20px;
}
.sec04 .specific-skill-visa-wrap .container {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 30px;
}
.sec04 .specific-skill-visa-wrap .accordion-group {
    background-color: #FFF;
}
.sec04 .specific-skill-visa-wrap h3 {
    color: #515C6F;
    font-size: 1.0rem;
    padding: 20px 0;
}
.sec04 .specific-skill-visa-wrap .immi-moj {
    color: #AFAFAF;
    font-size: 0.9rem;
    border-bottom: 1px;
    text-decoration: underline;
    text-decoration-color: #AFAFAF;
}

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

dd {
    margin-bottom: 2rem;
}

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

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

    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }

    /* キービジュアル */
    .key-visual-wrap {
        background: url(/assets/about/images/key_visual_visa.png) center center /cover no-repeat;
        padding: 150px 0 0!important;
        color: #fff;
        margin-top: 0px;
        height: 350px;
    }

    /* このページでわかること */
    .overview-wrap {
        margin: 50px auto 0;
        max-width: 800px;
    }
    .overview-wrap .container {
        background-color: #F3F3F3;
        padding: 50px 50px 40px;
    }
    .overview-wrap .row {
        padding: 0;
    }
    .overview-wrap .visa-image {
        width: 150px;
    }
    .overview-wrap .flex-wrap {
        align-items: unset;
        display: unset;
    }
    .overview-wrap h2 {
        color: #D92933;
        font-size: 1.2rem;
        padding: 0rem;
    }
    .overview-wrap p {
        line-height: 30px;
        font-size: 0.9rem;
        background: unset;
        padding: unset;
    }
    .sec01,.sec02,.sec03,.sec04,.job-search-wrap  {
        max-width: 1000px;
        margin: 0 auto;
    }
    .sec01 .heading {
        padding-bottom: 10px;
    }
    .sec01 .how-to-read-wrap {
        padding: 40px;
    }
    .sec01 .how-to-read-wrap .container {
        padding-bottom: 30px;
    }
    .headline-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .sec01 .how-to-read-wrap img {
        width: 330px;
    }
    .sec01 .how-to-read-wrap img.designation {
        width: 280px;
    }
    .sec01 .how-to-read-wrap p {
        padding: 0 20px;
    }
    .sec01 .how-to-read-wrap .small {
        font-size: 90%;
    }
    .sec01 .how-to-read-wrap a {
        padding: 0 20px;
    }
    .sec01 .how-to-read-wrap .immi-moj {
        color: #AFAFAF;
        font-size: 0.9rem;
        border-bottom: 1px;
        text-decoration: unset;
        padding: 0 20px;
    }
    .sec01 .designation-wrap {
        padding: 50px 0 20px;
    }
    .sec01 .designation-wrap .heading {
        font-size: 1.2rem;
        padding-bottom: 15px;
    }

    .sec02 {
        padding-top: 80px;
    }
    .sec02 h2 {
        padding-bottom: 30px;
    }
    .sec02 .simplified-chart-wrap {
        background-color: #FFF;
        font-size: 0.9rem;
    }
    .sec02 .simplified-chart-wrap th {
        background-color: #707070;
        color: #FFF;
        vertical-align: middle;
        width: 175px;
    }
    .sec02 .simplified-chart-wrap tbody th {
        width: 220px;
        min-height: 150px;
    }
    .sec02 .simplified-chart-wrap tbody th {
        width: 200px;
    }
    .sec02 .simplified-chart-wrap td {
        text-align: center;
        vertical-align: middle;
    }
    .sec02 .annotation {
        padding: 0 0;
    }
    .sec03 {
        padding-bottom: 60px;
    }
    .sec03 .heading {
        text-align: left;
    }
    .sec03 .content-wrap {
        max-width: 900px;
        margin: 0 0 20px;
    }
    .job-search-wrap {
        padding: 60px 0 50px;
    }
    .job-search-wrap img.search {
        width: 230px;
        position: absolute;
        left: 80px;
        top: -15px;
    }
    .job-search-wrap img.stepup {
        width: 270px;
        position: absolute;
        left: 50px;
        top: 5px;
    }
    .sec04 {
        padding: 80px 0 50px;
    }
    .sec04 h2 {
        padding-bottom: 25px;
    }
    .sec04 .heading {
        color: #000000;
        font-size: 1.2rem;
        font-weight: 500;
    }
    .sec04 .specific-skill-visa-wrap {
        padding: 40px;
        margin-top: 30px;
    }
    .sec04 .specific-skill-visa-wrap .container {
        padding: 20px 90px 30px;
    }
    section.sing-up-complete-job-search {
        background: url(/assets/about/images/sarch-box-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 80px 0 40px;
        margin-top: 80px;
    }
    .job-search-wrap .job-search-btn {
        width: 220px;
    }
    .specific-skill-visa-table-wrap {
        background-color: #FFF;
        padding-bottom: 50px;
    }
    .specific-skill-visa-table-wrap table {
        width: 850px;
        margin: 0 auto;
        font-size: 0.9rem;
    }
    .specific-skill-visa-table-wrap th {
        width: 260px;
        margin: 0 auto;
        background-color: #707070;
        color: #FFF;
        vertical-align: middle;
    }
    .specific-skill-visa-table-wrap th.head {
        width: 200px;
        margin: 0 auto;
        background-color: #707070;
        color: #FFF;
        vertical-align: middle;
    }

    .specific-skill-visa-table-wrap td {
        text-align: center;
        vertical-align: middle;
        padding-left: 20px;
    }
}
