@charset "UTF-8";

/*--- 全体的な設定 ---*/
html {
    font-size:62.5%;
    color:#333333;
    font-weight: 300;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Droid Sans",sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0 auto;
    max-width: 750px;
    overflow-x: hidden;
}
@media print, screen and (min-width: 750px) {
    body::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../common/images/pc_bg01.jpg) center top no-repeat;
        background-size: cover;

        z-index: -1;
        overflow-x: hidden;
    }
}


/*--- メインエリア ---*/
.container{
    padding-top:74px;
    background-color: #FFFFFF;
    display: block;
}
.container h1{
    margin-bottom:9px;
}
.container h1 img{
    width: 100%;
    max-width: 750px;
}
.pointArea_container{
    margin: 0 auto;
    width: 94.6666%;
    margin-bottom: 37px;
}
.breadcrumb_list{
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    width: 94.6666%;
    margin: 0 auto 20px;
}
.breadcrumb_list a{
    text-decoration: none;
    color: #0000FF;
}

/* メインエリア 吹き出し */
.pointArea_container .pointArea{
    position: relative;
    width: 100%;
    background-color:#FF7500;
    margin: 0 auto 29px;
    border-radius: 10px;
    padding: 12px;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow:0px 3px 8px 3px rgba(0, 0, 0, 0.2);
}
.pointArea_container .pointArea:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 18px solid #FF7500;
}
.pointArea_container .pointArea .pointNamber{
    width: 93.2394%;
    height: 34px;
    background-color:#FFFFFF;
    margin: 0 auto 18px;
    border-radius: 19px;
    padding-top: 3px;
    color: #FF7500;
    text-align: center;
    line-height: 1;
    font-size:1.8rem;
}
.pointArea_container .pointArea .pointNamber span{
    font-size:3.0rem;
    font-family: Helvetica;
    vertical-align: -2px;
    margin-left: 6px;
}
.pointArea_container .pointArea .pointTxet{
    width: 93.2394%;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.46153;
    letter-spacing: 0.03em;
    font-weight: 500;
}
@media print, screen and (max-width: 374px) {
    .pointArea_container .pointArea .pointTxet {
    font-size: 2.2rem;
    }
}
.pointArea_container p{
    font-size: 1.6rem;
    line-height: 2;
}
.pointArea_container .marker{
    background:linear-gradient(#FFFFFF 60%, #F7C4EB 60%, #F7C4EB 90%);
    font-weight: 500;
}

/* メインエリア 成功への近道 */
.shortcut{
    width: 100%;
    margin: 0 auto 20px;
    background-color:#FCFAD8;
    padding : 44px 0 41px;
    text-align: center;
}
.shortcut h3{
    font-size: 2.8rem;
    line-height: 1.35714;
    font-weight: 600;
    margin-bottom: 38px;
    color: #000000;
}
.shortcut p{
    font-size: 2.8rem;
    line-height: 1.35714;
    font-weight: 600;
    margin-bottom: 35px;
    color: #E61313;
}
.shortcut h3:nth-of-type(2){
    margin-bottom: 0px;
}
.shortcut img{
    width: 90.9333%;
    display:block;
    margin-left: 3.73333%;
    margin-bottom: 38px;
}

/* メインエリア スーパーバイザー */
.sv{
    width: 100%;
    margin: 0 auto;
    background-color:#FFFFFF;
    padding : 24px 0 32px;
    text-align: center;
}
.sv h3{
    font-size: 2.8rem;
    line-height: 1.35714;
    font-weight: 600;
    color: #643CBE;
}
.support{
    width: 100%;
}
.help{
    width: 100%;
    margin: 0 auto;
    background-color:#FFFFFF;
    padding : 33px 0 30px;
}
.help h3{
    font-size: 2.2rem;
    line-height: 1.454545;
    font-weight: 600;
    color: #000000;
    width: 94.6666%;
    margin: 0 auto;
}
.establishment{
    width: 100%;
    margin: 0 auto 20px;
    background-color:#FF7500;
    padding : 37px 0 34px;
    text-align: center;
}
.establishment h3{
    font-size: 2.2rem;
    line-height: 1.454545;
    font-weight: 600;
    color: #FFFFFF;
}
.goal{
    width: 100%;
    margin-bottom: 40px;
}


/* 戻るボタン */
.returnPageBtn{
}
.returnPageBtn a{
    position: relative;
    width: 50.9333333%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    background-color:#969696;
    border-radius: 25px;
    padding-top: 17px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.returnPageBtn a .fa-chevron-circle-left{
    position: absolute;
    top: 17px;
    left:12px;
}