@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   PageTitle（その他ページ／FP紹介、会社情報、採用情報、お問い合わせ、海外旅行保険）

--------------------------------------------------------------------------------------------- */
.pageTitle-wrap{
    width: 100%;
    padding: 145px 0 155px 0;
    position: relative;
}
.pageTitle-wrap h1{
    line-height: 1;
    text-align: center;
    font-size: clamp(30px, 3vw, 36px);
    color: #fff;
    filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.9));
    position: relative;
    z-index: 1;
    font-weight: normal;
}


/*FP紹介タイトル
-----------------------------------------------------------*/
#fp-title{
    width: 100%;
    background-image: url("../images/staff.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*会社情報タイトル
-----------------------------------------------------------*/
#company-title{
    width: 100%;
    background-image: url("../images/company.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*個人情報保護方針タイトル
-----------------------------------------------------------*/
#privacy-policy-title{
    width: 100%;
    background-image: url("../images/privacy-policy.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*採用情報タイトル
-----------------------------------------------------------*/
#recruit-title{
    width: 100%;
    background-image: url("../images/recruit.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*海外旅行保険タイトル
-----------------------------------------------------------*/
#overseas-travel-title{
    width: 100%;
    background-image: url("../images/overseas-travel.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*お問い合わせタイトル
-----------------------------------------------------------*/
#contact-title{
    width: 100%;
    background-image: url("../images/contact.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}





























