@charset "UTF-8";
/***********************************/
/* 共通項目 */
/***********************************/
*{
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: baseline;
    text-decoration: none;
}
.l-wrapper {
    display: block;
    padding: 0;
}
body{
    min-width: 320px;
    line-height: 1.75;
    color: #222;
    background-color: #fff;
}
h2{
    font-size: 2em;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
}
h3{
    font-size: 1.25em;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
}
h2 span , h3 span{
    font-size: 100%;
    line-height: 100%;
    font-weight: bold;
}
a{
    display: inline-block;
    color: #222;
}
a:hover{
    opacity: 0.6;
}
/****************************************/
/* プリセット */
/****************************************/
.preset{
    max-width: 1000px;
    margin: auto;
    padding: 2.5rem 1.25rem;
}
.img-center {
    display: flex;
    justify-content: center;
}
.acms-admin-text-center{
    text-align: center;
}
.acms-admin-text-left{
    text-align: left;
}
.acms-admin-text-right{
    text-align: right;
}
.text-color-3cb371{
    color: #3cb371;
}
.text-bold{
    font-weight: bold;
}
.text-a-inline{
    display: inline;
    text-decoration: underline solid 1PX;
}
.text-block{
    display: contents;
}
.text-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-p-1-25-em{
    font-size: 1.25em;
    margin-bottom: 1.5em;
}
.text-p-1-125-em{
    font-size: 1.125em;
}
/****************************************/
/* 装飾 */
/****************************************/
/******//* ボタンデザイン01 *//******/
.link-btn {
    display: block;
    text-align: center;
}
.link-btn a {
    display: inline-block;
    margin: 1.25em auto 0;
    padding: .5em 2em;
    color: #3cb371;
    border-radius: 1.5em;
    background-color: #fff;
    border: 2px solid #3cb371;
}
.link-btn a:hover {
    color: #fff;
    background-color: #3cb371;
}
/******//* ボタンデザイン02 *//******/
.link-btn02 {
    display: block;
    width: 100%;
    text-align: center;
}
.link-btn02 a {
    display: inline-block;
    margin: 1.25em auto 0;
    padding: .5em 2em;
    color: #fff;
    border-radius: 1.5em;
    background-color: #3cb371;
    border: 2px solid #3cb371;
}
.link-btn02 a:hover {
    color: #3cb371;
    background-color: #fff;
}
/******//* テキストライン *//******/
.bg-line , .bg-line-dashed{
    position: relative;
    padding: 0;
    margin: 1.5em 0 1em;
}
.bg-line{
    border-top: solid 5px #8bcdac;
    padding-top: 8px;
}
.bg-line span , .bg-line-dashed span{
    display: inline-block;
    position: relative;
    padding: 0.5rem 1em;
    line-height: 1.25;
    background-color: #fff;
    z-index: 1;
}
.bg-line::after{
    content: "";
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%,-49%);
    display: block;
    width: 300px;
    height: 100%;
    background: url(../images/bg-borderline-img.png) no-repeat center/contain ;
    z-index: 0;
}
.bg-line-dashed::before{
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: dashed 3px #8bcdac;
    z-index: 0;
}
/******//* 背景ブロックと下線 *//******/
.bg-color01{
    width: 100%;
    padding: 60px;
    background-color: #fff;
    border-radius: 14px;
    border: 2px solid #ffa500;
}
.bg-color02{
    width: 100%;
    margin: 2em 0 0;
    padding: 8px 30px;
    background-color: #fff;
    border-radius: 7px;
    background-color: rgb(60 179 113 / 20%);
}
.bg-color03{
    margin: 1em 40px;
    border-bottom: 1px solid #3cb371;
}
.bg-color04{
    width: 100%;
    padding: 60px;
    background-color: #fff;
    border-radius: 7px;
    border: 2px solid #3cb371;
}
/******//* リスト大きい数字表示 *//******/
.list-style-decimal{
    list-style: decimal;
    margin: 0 0 0 1.25em;
}
.list-style-decimal::marker{
    font-size: 1.5em;
    font-weight: bold;
}
/******//* リスト小文字英語表示 *//******/
.list-style-alpha{
    list-style: lower-alpha;
}
/******//* タグ・ラベル *//******/
.title-tag{
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0 0.5em;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 7px;
    color: #fff;
    background-color: #f35838;
}
#indexArea04 .title-tag{
    padding: 0.5em;
    margin-left: 0;
}
.acms-label-warning{
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0 0.5em;
    font-size: 14px;
    line-height: 1.75;
    border-radius: 7px;
    color: #222;
    background-color: #ffd700; 
}
/***********************************/
/* ヘッダー */
/***********************************/
#headerTop{
    max-height: 100%;
    background-color: #fff;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    padding: 1em 1.25rem;
    color: #222;
}
.header-top p{
    margin: 0;
}
.logo-text{
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    max-width: 250px;
}
.logo-text span{
    padding: 0 0.2em;
    white-space: nowrap;
    font-weight: bold;
}
h1:hover{
    opacity: 0.8;
}
.logo-text h2{
    display: inline-block;
}
.globalNavi{
    height: 64px;
    max-height: 100%;
    background-color: rgb(137 195 235 / 90%);
}
.global-menu{
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0;
}
.global-menu li{
    flex: 1;
    text-align: center;
}
.global-menu a{
    padding: 1em 0;
    font-weight: bold;
    color: #fff;
}
/******//* ヘッダーの下に潜る背景 *//******/
#mainVisualBackground{
    position: relative;
    z-index: -5;
}
.main-visual-banner {
    margin: 0;
    padding: 0;
}
.main-visual-banner-li{
    width: 100vw;
    height: 400px;
    max-width: 100%;
    max-height: 100%;
}
.main-visual-banner-li img{
    height: 100%;
}
.header-position .l-wrapper{
    position: absolute;
    top: 0;
    height: 100%;
    max-height: 400px;
}
#mainVisual{
    position: relative;
    height: 100%;
    max-height: 219px;
    max-width: 1000px;
    margin: 0 auto;
    z-index: -2;
}
/***********************************/
/* トップページMV設定 */
/***********************************/
#topBackground  .main-visual-banner-li{
    height: 600px;
}
#topBackground .header-position .l-wrapper{
    max-height: 600px;
}
#mainVisual.top-mainvisual{
    max-height: 419px;
}
/****************************************/
#mainVisual h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: calc(100% - 80px);
    margin: 0;
    font-size: 2em;
}
#topMainvisual h2{
    font-size: 4em;
}
#mainVisual .mv-img{
    position: absolute;
    top: -10%;
    left: 0%;
}
#mainVisual .mv-img img{
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 100%;
    max-width: 1000px;
    max-height: 427px;
    object-fit: cover;
    object-position: left;
}
#mainVisual .mv-text , #topMainvisual{
    position: absolute;
    top: 40%;
    width: 100%;
    color: #fff;
}
#mainVisual .mv-text p , #topMainvisual p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,10%);
    width: 100%;
    margin: 1.25em 0;
    text-align: center;
    font-size: 2em;
}
/****************************************/
/* メインエリア */
/****************************************/
/******//* ブログフィールドのリスト *//******/
.list-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list-ol-box {
    margin: 0 1.25rem;
    padding: 0 2em;
}
.topic-dl dd{
    margin-left: 0;
    font-size: 1.25em;
    font-weight: bold;
}
/************//* エリア02：LFPとは *//************/
#indexArea02{
    background: url(../images/LFP_logo_pattern.jpg) repeat center/ 182px 91.5px ;
}
#indexArea02 .text-color-3cb371{
    margin-top: 0;
}
#indexArea02 .acms-admin-text-center img{
    max-width: 300px;
    max-height: 100%;
    margin: 0 auto;
}
#indexArea02 .link-btn02{
    margin-bottom: 3em;
}
/************//* エリア04：対象者 *//************/
#indexArea04{
    background: url(../images/bgimage.jpg) repeat center/ 1680.5px 1121px ;
    background-size: 50%;
}
#indexArea04 ol{
    margin: 0 1.25rem;
    padding: 0 2em 1em;
}
/************//* お問い合わせエリア *//************/
.contact .acms-container {
    padding: 0;
}
.contact-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-block figure {
    margin: 0;
    padding: 0;
}
.contact-info dt {
    padding-bottom: 4px;
    font-size: 1.25em;
    font-weight: 700;
    border-bottom: 2px solid #3cb371;
}
.contact-info dd {
    margin: 0;
    padding: 4px 0;
    font-size: 1.25em;
}
.contact-info dd span {
    font-weight: 700;
}
.contact-block h2{
    margin: 0;
    max-width: 25%;
}
.list-table{
    width: 100%;
    height: 100%;
}
.list-table th{
    padding: 0.5em;
    text-align: end;
    white-space: nowrap;
}
.list-table td{
    padding: 0.5em;
    border: none;
    text-align: start;
    white-space: nowrap;
}
/****************************************/
/* フッター */
/****************************************/
#siteFooter,#footertArea{
    color: #fff;
}
#footertArea nav:first-child ul li{
    border-left: 1px solid #fff;
}
#footertArea nav:first-child ul li:last-child{
    border-right: 1px solid #fff;
}
#siteFooter {
    background-color: #6495ed
}
#siteFooter .globalNavi {
    background-color: transparent;
}
#siteFooter .globalNavi li {
    border-left: 1px solid #fff;
}
#siteFooter .globalNavi li:last-child {
    border-right: 1px solid #fff;
}
#copyright{
    text-align: center;
}
.contact-block .list-table table{
    display: block;
}
.contact-block .list-table tr{
    display: inline-block;
}
/****************************************/
/* 下層ページ */
/****************************************/
/************//* ぱんくず *//************/
.breadcrumb{
    max-width: 1000px;
    margin: auto;
    padding: 1rem 1.25em 0;
    font-size: .875em;
}
.breadcrumb a {
    display: inline;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb li::after{
    content: ">";
    padding: 0.5em;
}
.breadcrumb li:last-child::after{
    content: none;
}
/******//* エントリー一覧 *//******/
.topic-list{
    padding: 0;
    flex-wrap: wrap;
}
.topic ul{
    display: flex;
}
.topic-border{
    display: block;
    margin: 0 0 30px;
}
.topic-border a{
    width: 100%;
    max-width: 100%;
}
.topic-border div{
    margin: 0 0 1em;
}
.topic-img{
    height: 220px;
    box-shadow: 0px 0px 5px -1px #a9a9a9;
}
.topic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.topic-dl dt {
    font-size: .875em;
}
/******//* ページャーボタン *//******/
.page-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 50px 0 0;
}
.entry-bloc .link-btn a:hover{
    background-color: none;
}
.preset .acms-pager li span>a, .acms-pager li.cur span, .acms-pager li.cur button, .acms-pager li>a, .acms-pager li>button{
    padding: 8px;
}
.page-btn .link-btn{
    position: absolute;
    width: calc(100% - 75%);
    max-width: 288px;
    margin: 0 1em;
}
.page-btn .link-btn .only-pc{
    font-weight: bold;
}
.page-btn .link-btn:first-child{
    left: 0;
}
.page-btn .link-btn:last-child{
    right: 0;
}
/******//* エントリー記事詳細 *//******/
.preset-entry-title dl {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    margin: 0 0 5em;
}
.preset-entry-title dl dt , .preset-entry-title dl dd {
    margin: 0;
}
.preset-entry-posts{
    width: 800px;
    margin: 0 auto;
}
.preset-entry-posts a{
    color: #6495ed;
    font-weight: bold;
    text-decoration: underline solid 1PX;
}
.img-l-size{
    width: 70%;
}
.img-m-size{
    width: 50%;
}
.img-s-size{
    width: 33%;
}
.img-l-size img , .img-m-size img , .img-s-size img{
    box-shadow: 0px 0px 5px -1px #a9a9a9;
}
.img-l-size img.columnIcon , .img-m-size img.columnIcon , .img-s-size img.columnIcon{
    box-shadow: none;
}
/******//* プライバシーポリシー *//******/
#privacyPolicy li{
    margin: 1em 0;
}
/***********************************/
/* メールフォーム */
/***********************************/
/******//* お問い合わせメールフォーム *//******/
#contactformArea .list-table th{
    font-weight: bold;
}
#contactformArea .title-tag{
    font-size: 12px;
    margin-right: 0;
}
#contactformArea .acms-admin-text-error {
    line-height: 2.5;
    color: #b3142c;
    font-size: 14px;
}
#contactformArea .acms-admin-table-admin-edit .prefectures_address{
    display: inline-block;
    padding: 10px 0 10px 20px;
}
#contactformArea .acms-admin-table-admin-edit .prefectures_address:last-child{
    padding: 10px 20px;
}
#contactformArea .acms-btn.link-btn{
    display: block;
    margin: 2.5em auto 1.5em;
    padding: 1em;
}
/******//* 参加募集メールフォーム *//******/
#registrationformArea .list-table th{
    font-weight: bold;
}
#registrationformArea .title-tag{
    font-size: 12px;
    margin-right: 0;
}
#registrationformArea .acms-admin-text-error {
    line-height: 2.5;
    color: #b3142c;
    font-size: 14px;
}
#registrationformArea .acms-admin-table-admin-edit .prefectures_address{
    display: inline-block;
    padding: 10px 0 10px 20px;
}
#registrationformArea .acms-admin-table-admin-edit .prefectures_address:last-child{
    padding: 10px 20px;
}
#registrationformArea .acms-btn.link-btn{
    display: block;
    margin: 2.5em auto 1.5em;
    padding: 1em;
}
/***********************************/
/* 表示非表示 */
/***********************************/
#menuButton{
    display: none;
}
.only-sp{
    display: none;
}
/***********************************/
@media screen and (max-width: 960px) {
    /***********************************/
    /* ヘッダー */
    /***********************************/
    .main-visual-banner-li{
        width: 100vw;
        height: 400px;
        max-width: 100%;
        max-height: 100%;
    }
    .header-position .l-wrapper{
        max-height: 400px;
    }
    #topMainvisual h2{
        font-size: 3.5em;
    }
    #topMainvisual p{
        font-size: 1.5em;
    }
    #mainVisual{
        max-height: 217px;
    }
    /***********************************/
    /* トップページMV設定 */
    /***********************************/
    #topBackground  .main-visual-banner-li{
        height: 500px;
    }
    #topBackground .header-position .l-wrapper{
        max-height: 500px;
    }
    #mainVisual.top-mainvisual{
        max-height: 317px;
    }
    /****************************************/
    /* メインエリア */
    /****************************************/
    .topic-img{
        height: 180px;
    }
    .preset-entry-posts{
        width: 100%;
    }
    /****************************************/
}
@media screen and ( max-width: 640px){
    .bg-color01, .bg-color04 {
        padding: 2em;
    }
    .list-ol-box, #indexArea04 ol {
        margin: 0;
        padding: 0 0 0 1em;
    }
    .contact-info dt {
        font-size: 1.125em;
    }
    .contact-info dd {
        font-size: 1.125em;
    }
    /***********************************/
    /* 表示非表示 */
    /***********************************/
    .only-sp{
        display: block;
    }
    .only-pc{
        display: none;
    }
    #menuButton {
        display: block;
    }
    .globalNavi{
        display: none;
    }
    .global-menu{
        display: none;
    }
    /***********************************/
    /* 共通項目 */
    /***********************************/
    h2 {
        font-size: 1.5em;
    }
    .text-block{
        display: block;
        font-size: 0;
    }
    .bg-color02{
        padding: 8px 1em;
    }
    .bg-line span, .bg-line-dashed span{
        padding: 0.5rem 0.5em;
    }
    .bg-line{
        padding-top: 4px;
    }
    .bg-line::after {
        width: 230px;
        transform: translate(-50%, -50%);
    }
    /***********************************/
    /* ヘッダー */
    /***********************************/
    .header-top{
        flex-direction: column;
        align-items: flex-start;
    }
    .logo-text{
        flex-direction: column;
        max-width: 200px;
    }
    .main-visual-banner-li{
        height: 450px;
    }
    .header-position .l-wrapper{
        max-height: 450px;
    }
    #mainVisual{
        max-height: 202px;
    }
    /***********************************/
    /* トップページMV設定 */
    /***********************************/
    #topBackground  .main-visual-banner-li{
        height: 450px;
    }
    #topBackground .header-position .l-wrapper{
        max-height: 450px;
    }
    #mainVisual.top-mainvisual{
        max-height: calc(600px - 248px - 150px );
        max-height: 202px;
    }
    /****************************************/
    #mainVisual .mv-img{
        top: 10%;
    }
    #topMainvisual h2{
        font-size: 3em;
    }
    .logo-text h2 {
        margin: 0.5em 0 0;
    }
    .hero h2{
        font-size: 2em;
    }
    /****************************************/
    /* メインエリア */
    /****************************************/
    .topic-border{
        width: 100%;
    }
    .topic-img{
        min-height: 220px;
    }
    /******//* ページャーボタン *//******/
    .page-btn .link-btn {
        width: calc(100% - 80%);
    }
    .page-btn .link-btn span {
        font-size: 1.25rem;
    }
    /******//* エントリー記事詳細 *//******/
    .img-l-size{
        width: 100%;
    }
    .img-s-size{
        width: 50%;
    }
    /***********************************/
    /* フッター */
    /***********************************/
    .contact-block {
        flex-direction: column;
    }
    .contact-block h2{
        max-width: 40%;
        margin: 0 0 1.25em;
    }
    .list-table tr {
        display: block;
    }
    /***********************************/
    /* ハンバーガーメニュー */
    /***********************************/
    #drawerMenu .globalNavi{
        display: block;
        background-color: transparent;
    }
    #menuButton {
        color: #fff;
        background-color: rgb(137 195 235 / 100%);
    }
    #drawerMenu {
        color: #fff;
        background-color: rgb(137 195 235 / 100%);
        z-index: 2;
    }
    .line{
        background-color: #fff;
    }
    .drawerMenu__inner{
        margin: 0;
        padding: 0;
        background-color: rgb(137 195 235 / 90%);
    }
    .drawerMenu__inner .header-top{
        padding: 1em 1.25rem;
        background-color: #fff;
    }
    .logo-text,.drawerMenu__inner .logo-text {
        flex-direction: row;
    }
    .drawerMenu__inner .logo-text {
        margin: 0;
        padding: 0;
    }
    #drawerMenu .global-menu{
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    #drawerMenu .global-menu li{
        text-align: center;
        border-top: 0.5px solid #fff;
    }
    #drawerMenu .global-menu li:last-child {
        border-right: none;
    }
    #drawerMenu .global-menu li a {
        display: block;
        position: relative;
        padding: 1rem 24px;
        color: #fff;
        border-bottom: 0.5px solid #fff;
    }
    /***********************************/
}
/***********************************/
/* CSS 更新 */
/***********************************/
.logo-text span {
    font-size: 28px;
}
.hero {
    position: relative;
}
.top-mainvisual {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 500px;
}
.top-mainvisual li {
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 500px;
    background: url(../images/MVimg.png) no-repeat 50% 50%;
    background-size: contain;
}
.hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    width: 100%;
}
.hero-title h2 {
    margin: 0;
    font-size: 4em;
    line-height: 1;
}
.hero-title p {
    margin: 0;
    font-size: 2em;
}
.acms-entry h3 {
    color: #3cb371;
}
@media screen and (max-width:768px) {
    .top-mainvisual, .hero-bg {
        height: 300px;
    }
    .hero-bg {
        background-size: cover;
    }
    .hero-title h2 {
        font-size: 3em;
    }
    .hero-title p {
        font-size: 1.5em;
    }
}
@media screen and (max-width:480px) {
    .header-top p {
        width: 100%;
        font-size: .875em;
        text-align: center;
        text-align: left;
    }
    .logo-text img {
        height: 56px;
        width: auto;
    }
    .logo-text span {
        font-size: 24px;
    }
    /***********************************/
}