@charset "UTF-8";
:root {
    /* Layout */
    --layout-gutter: 20px;

    /* Headings */
	--heading--font-size-h2: 20px;

    /* cardデザイン */
    --card-heading-font-size: 22px;
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*==================================
helper
==================================*/

/*--------------
color
--------------*/
.hp_color_black { color: #000 !important; }
.hp_color_white { color: #fff !important; }
.hp_color_blue { color: #4e4e76 !important; }
.hp_color_grey { color: #999 !important; }

/*--------------
font-size
--------------*/
.hp_fz1_35em { font-size: 1.35em !important; }
.hp_mt0 { margin-top: 0 !important; }

.hp_pt0 { padding-top: 0 !important; }

/*--------------
font-weight
--------------*/
.hp_fw700 { font-weight: 700 !important; }
.hp_fw600 { font-weight: 600 !important; }
.hp_fw400 { font-weight: 400 !important; }


/*--------------
 z-index
--------------*/
.hp_z80 { z-index: 80 !important; }
.hp_z48 { z-index: 48 !important; }
.hp_z40 { z-index: 40 !important; }
.hp_z32 { z-index: 32 !important; }
.hp_z24 { z-index: 24 !important; }
.hp_z16 { z-index: 16 !important; }
.hp_z8 { z-index: 8 !important; }


/*==================================
br
==================================*/
.pc_br_none {
    display: none !important;
}

@media (max-width:950px){
    .lg_br_show {
        display: block !important;
    }
}

@media (max-width:750px) {
    .md_br_show {
        line-height: 1;
        display: block !important;
    }

    .md_none {
        display: none !important;
    }
}

@media (max-width:599px) {
    .sm_br_show {
        line-height: 1;
        display: block !important;
    }
}

/*==================================
レイアウト
==================================*/
.ly_cont {
    padding: 50px var(--layout-gutter);
    max-width: calc(1000px + var(--layout-gutter) * 2);
    width: 100%;
    margin: 0 auto;
}

.ly_cont.ly_cont--md {
    max-width: calc(924px + var(--layout-gutter) * 2);
}

.ly_cont.ly_cont--sm {
    max-width: calc(784px + var(--layout-gutter) * 2);
}

.ly_cont--col {
    display: flex;
}

.ly_cont--col .ly_cont_side {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 230px;
    max-width: 230px;
    margin-right: 83px;
}

.ly_cont--col .ly_cont_main {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: calc(100% - 313px);
    max-width: calc(100% - 313px);
}

/*==================================
エレメント
==================================*/
/*-------------- viewBtn --------------*/
.el_viewBtn {
    font-size: 15.2px;
    color: #b6a37e;
    font-weight: 500;
    line-height: 1;
}

.el_viewBtn_link {
    padding: 3px;
    display: inline-block;
    transition: .3s ease;
}

@media (min-width:1025px) {
    .el_viewBtn_link:hover {
        opacity: .6;
    }
}

.el_viewBtn_icon {
    font-weight: 900;
    font-size: 20.6px;
}

/*-------------- 見出しlv2 --------------*/
.el_lv2Heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: var(--heading--font-size-h2);
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 0 44px;
    margin-bottom: 1.3em;
}

.el_lv2Heading_sub {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: .85em;
    font-weight: 400;
    margin-left: 1.26em;
}

/*==================================
FV
==================================*/
/*-------------- swiper --------------*/
.un_homeFv {
    position: relative;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide-bg {
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
}

/*-------------- catch --------------*/
.un_homeFv_catch,
.un_homeFv_catchEng {
    position: absolute;
    white-space: nowrap;
}

.un_homeFv_catch {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 58px;
    color: #4d4d4d;
    line-height: 1.25;
}

.un_homeFv_catchEng {
    position: absolute;
    color: rgba(255,255,255,.8);
    font-size: 68px;
    font-weight: 700;
    line-height: 1.2;
    bottom: 43px;
    left: 50px;
}

.un_homeFv_catch--white {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,.6);
}

.un_homeFv_catch--white {
    top: calc(50% - 2px);
    left: calc(50% - 2px);
}

/*==================================
headerバナー
==================================*/
.bl_headerBnr {
    max-width: 923px;
    width: 100%;
    margin: 0 auto;
    background-position: center right;
    background-size: cover;
    margin-top: 44px;
    position: relative;
    z-index: 0;
}

.bl_headerBnr_txtArea {
    max-width: 300px;
    width: 100%;
    padding: 64px 16px;
}

.bl_headerBnr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #ccd5e3;
    z-index: -8;
}

.bl_headerBnr_ttl {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.bl_headerBnr_ttl_sub {
    display: block;
    font-size: 0.72em;
    margin-bottom: 5px;
}

/* IR親ページと、子ページ */
.bl_headerBnr.bl_headerBnr--ir {
    background: url(../img/ir/fv.jpg)no-repeat;
    background-size: cover;
    background-position: center right;
}

.bl_headerBnr.bl_headerBnr--ir::before {
    background: rgba(204,213,227,.9);
    mix-blend-mode: multiply;
}

/* シングルページ */
.single-post .bl_headerBnr {
    background: url(https://g-fac.jp/wp-content/uploads/2022/02/news_fv03.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}

/*==================================
header
==================================*/
.bl_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.6);
}

.customize-support .bl_header:not(.bl_header--type2) {
    top: 32px;
}

@media (max-width:600px) {
    .customize-support .bl_header:not(.bl_header--type2) {
        top: 0px;
    }
}

/*-------------- type2 --------------*/
.bl_header--type2 {
    position: relative;
    background: rgba(78,78,118,.2);
}

.bl_header--type2 .bl_header_nav_subMenu a {
    background: #dcdce3;
}

@media (max-width:1024px) {
    .bl_header--type2 .bl_header_nav_subMenu a {
        background: #fff;
    }
}

.bl_header_inner {
    max-width: calc(1000px + var(--layout-gutter) * 2);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--layout-gutter);
}

/*-------------- cont --------------*/
.bl_header_cont {
    display: flex;
    height: 72px;
    align-items: center;
}

/*-------------- logo --------------*/
.bl_header_logo {
    width: 131px;
    margin-right: 44px;
}

.bl_header_logo_link {
    display: block;
    transition: .15s ease;
}

.bl_header_logo_img {
    max-width: 100%;
    height: auto;
}

@media (min-width:1025px) {
    .bl_header_logo_link:hover {
        opacity: .6;
    }
}

/*-------------- nav --------------*/
.bl_header_nav {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: calc(100% - 175px);
    max-width: calc(100% - 175px);
}

.bl_header_nav_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bl_header_nav_list {
    display: flex;
}

.bl_header_nav_item {
    font-size: 12px;
    line-height: 1;
    height: 72px;
    line-height: 72px;
}

.bl_header_nav_link {
    padding: 15px 5px;
    margin: 0 14px;
    position: relative;
}

.bl_header_nav_link::before {
    content: "";
    position: absolute;
    top: 0;
    background: #4e4e76;
    left: 50%;
    transform: translateX(-50%);
    height: 5.3px;
    opacity: 0;
    transition: .15s ease;
    width: 27.5px;
}

/*-------------- 現在のページ --------------*/
.bl_header_nav_item.is_active .bl_header_nav_link::before {
    opacity: 1;
}

@media (min-width:1025px) {
    .bl_header_nav_subMenu_wrapper:hover .bl_header_nav_link::before,
    a.bl_header_nav_link:hover::before {
        opacity: 1;
    }
}

/*-------------- btn --------------*/
.bl_header_nav_btnUnit {
    display: flex;
    align-items: center;
    font-size: 0;
}

.bl_header_nav_btn {
    margin-right: 7px;
}

.bl_header_nav_btn.bl_header_nav_btn--contact {
    margin-right: 10px;
}

.bl_header_nav_btn_link {
    background: #4e4e76;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 0 7.5px;
    border-radius: 90px;
    height: 17.4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .15s ease;
}

/*-------------- サブメニュー --------------*/
.bl_header_nav_subMenu_wrapper {
    position: relative;
}

.bl_header_nav_subMenu {
    position: absolute;
    z-index: 9999;
    top: 72px;
    display: none;
    line-height: 1.15;
    width: 150px;
}

.bl_header_nav_subMenu li {
    color: #000;
}

.bl_header_nav_subMenu a {
    display: block;
    padding: 16px 24px 16px 19px;
    font-size: 12px;
    background: rgba(255,255,255,.6);
    color: #000;
}

@media (min-width:1025px) {

    .bl_header_nav_subMenu a {
        color: .15s ease;
    }

    .bl_header_nav_subMenu a:hover {
        color: #4e4e76;
    }
}

/*-------------- sns --------------*/
.bl_header_nav_sns_item a {
    width: 20px;
    display: block;
    transition: .15s ease;
}

.bl_header_nav_sns_item img {
    max-width: 100%;
    height: auto;
}

@media (min-width:1025px) {
    .bl_header_nav_sns_item a:hover,
    .bl_header_nav_btn_link:hover {
        opacity: .6;
    }
}

.bl_header_nav_btn_iconWrapper {
    display: flex;
    align-items: center;
}

.bl_header_nav_btn_icon {
    max-width: 100%;
    height: auto;
}

/*-------------- 採用 --------------*/
.bl_header_nav_btn--recruit .bl_header_nav_btn_iconWrapper {
    width: 9px;
    margin-right: 4.6px;
}

/*-------------- お問い合わせ --------------*/
.bl_header_nav_btn--contact .bl_header_nav_btn_iconWrapper {
    width: 10px;
    margin-right: 2.7px;
}

/*====================================
ぱんくず
====================================*/
.bl_bread_wrapper {
    padding: 28px 20px 28px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    color: #808080;
}

.bl_bread > span {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin: 0 13px 8px;
}

.bl_bread > span:last-of-type {
    margin-right: 0;
}

.bl_bread_wrapper--type02 {
    max-width: 963px;
}

.bl_bread a {
    transition: .15s ease;
}

@media (min-width:1025px) {
    .bl_bread a:hover {
        opacity: .6;
    }
}

/*==================================
footer
==================================*/
.bl_footer_cont {
    max-width: calc(1000px + var(--layout-gutter) * 2);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--layout-gutter);
}

/*-------------- 上部 --------------*/
.bl_footer_upper {
    background: rgba(204,213,227,.4);
}

.bl_footer_upper_cont {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
}

/*-------------- nav --------------*/
.bl_footer_nav {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: calc(100% - 334px);
    max-width: calc(100% - 334px);
}

.bl_footer_nav_list {
    flex-grow: 1;
    padding: 0 32px 0 20px;
    border-right: 1px solid #808080;
}

.bl_footer_nav_item {
    color: #808080;
    font-size: 12px;
    margin-bottom: 3px;
}

.bl_footer_nav_item:last-of-type {
    margin-bottom: 0;
}

.bl_footer_nav_link {
    display: inline-block;
    padding: 5px;
    position: relative;
}

.bl_footer_nav_link::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 5px;
    right: 5px;
    background: #808080;
    height: 1px;
    opacity: 0;
    transition: .15s ease;
}

@media (min-width:1025px) {
    a.bl_footer_nav_link:hover::after {
        opacity: 1;
    }
}

/*-------------- bnr --------------*/
.bl_footer_bnr {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 304px;
    max-width: 304px;
    align-self: center;
}

.bl_footer_bnr_link {
    display: block;
    transition: .3s ease;
}

.bl_footer_bnr_img {
    max-width: 100%;
    height: auto;
}

@media (min-width:1025px) {
    .bl_footer_bnr_link:hover {
        filter: grayscale(100%);
    }
}

/*-------------- 下部 --------------*/
.bl_footer_lower_cont {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*-------------- logo --------------*/
.bl_footer_logo {
    max-width: 119px;
    width: 100%;
    margin-right: 14px;
}

.bl_footer_logo_img {
    max-width: 100%;
    height: 100%;
}

/*-------------- copyright --------------*/
.bl_footer_copyright_small {
    font-size: 11px;
    color: #808080;
}

/*==================================
News
==================================*/
.bl_news .ly_cont {
    padding-top: 34px;
    padding-bottom: 36px;
}

.bl_news .el_lv2Heading::after {
    content: "";
    display: block;
    max-width: 221px;
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 16px;
    margin-left: -44px;
}


.bl_news .el_viewBtn {
    text-align: right;
}

.bl_news_list {
    padding-left: 84px;
}

.bl_news_item {
    font-size: 12px;
    margin-bottom: 12px;
}

.bl_news_item:last-of-type {
    margin-bottom: 0;
}

.bl_news_item_link {
    display: flex;
    padding: 5px;
}

.bl_news_time {
    padding-right: 9px;
    line-height: 1.5;
    min-width: 84px;
}

.bl_news_ttl {
    line-height: 1.5;
    padding-left: 5px;
}

.home .bl_news_ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bl_news_ttl,
.bl_news_time,
.bl_news_cat {
    transition: .15s ease;
}

.bl_news_cat {
    /* 一時的に非表示、カテゴリ整理後再度つける*/
    display: none !important;
}

@media (min-width:1025px) {
    a.bl_news_item_link:hover .bl_news_cat {
        opacity: .6;
    }
    a.bl_news_item_link:hover .bl_news_time,
    a.bl_news_item_link:hover .bl_news_ttl {
        color: #999;
    }
}

/*-------------- cat --------------*/
.bl_news_cat {
    font-size: 9px;
    background: #666;
    color: #fff;
    min-width: 76px;
    padding: 1px 3px;
    border-radius: 90px;
    min-height: 15px;
    line-height: 15px;
    text-align: center;
}

.bl_news_cat.bl_news_cat--pressrelease {
    background: #f7931e;
}

.bl_news_cat.bl_news_cat--topics {
    background: #8cc63f;
}

.bl_news_cat.bl_news_cat--event {
    background: #666;
}



/*==================================
cardデザイン
==================================*/
.bl_cards {
    display: flex;
    flex-wrap: wrap;
    margin: -25px 0 0 0;
}

.bl_card {
    width: 100%;
    margin: 25px 0 0 0;
}

.bl_card_link {
    display: block;
    position: relative;
}

/*-------------- card2 --------------*/
.bl_cards.bl_cards--col2 {
    margin: -25px 0 0 -25px;
}

.bl_cards--col2 .bl_card {
    width: calc(50% - 25px);
    margin: 25px 0 0 25px;
}

.bl_card_thumb_img {
    width: 100%;
    transition: .3s ease;
}

@media (min-width:1025px) {
    .bl_card_link:hover .bl_card_thumb_img {
        filter: grayscale(100%);
    }
}

.bl_card_ttl {
    line-height: 1;
    font-family: "Times New Roman";
    font-size: var(--card-heading-font-size);
    text-align: center;
    letter-spacing: .06em;
}

.bl_card_ttl_sub {
    display: block;
    font-size: .68em;
    letter-spacing: 0;
    margin-top: 0.56em;
}

.bl_card_txtArea {
    background: rgba(255,255,255,.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 26px;
}

.bl_card_txtArea::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    background: rgba(182,163,126,.9);
    height: 100%;
}

/*-------------- card4 --------------*/
.bl_cards.bl_cards--col4 {
    margin: -20px 0 0 -20px;
}

.bl_cards--col4 .bl_card {
    width: calc(25% - 20px);
    margin: 20px 0 0 20px;
}

.bl_cards--col4 .bl_card_ttl {
    font-size: calc( var( --card-heading-font-size ) - 3px);
}

.bl_cards--col4 .bl_card_txtArea {
    padding: 10px 19px;
}

.bl_cards--col4 .bl_card_txtArea::before {
    width: 19px;
}

/*==================================
フッターバナー
==================================*/
.bl_footBnrs {
    display: flex;
    flex-wrap: wrap;
    margin: -26px 0 0 -15px;
}

.bl_footBnr {
    width: calc(100% / 6 - 15px);
    margin: 26px 0 0 15px;
}

.bl_footBnr_link {
    display: block;
}

.bl_footBnr_img {
    width: 100%;
}

.bl_footBnr_img {
    transition: .3s ease;
}

@media (min-width:1025px) {
    .bl_footBnr_link:hover .bl_footBnr_img {
        filter: grayscale(100%);
    }
}

.bl_footBnr_logo {
    min-height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin: 7px 0 7px;
}

.bl_footBnr_logo_img {
    max-width: 100%;
    height: auto;
}

.bl_footBnr_desc {
    font-size: 10px;
    line-height: 1.54;
}

.bl_footBnr_logo,
.bl_footBnr_desc {
    text-align: center;
}

/*==================================
事業紹介（Top）
==================================*/
.home_business {
    background: rgba(204,213,227,.4);
}

.home_business .ly_cont {
    padding-top: 31px;
    padding-bottom: 36px;
}

/*==================================
ページ内ナビゲーション（Top）
==================================*/
.home_localNav .bl_cards {
    padding-bottom: 55px;
}

.home_localNav .ly_cont {
    padding-bottom: 47px;
}

@media (max-width:1024px) {
    /*==================================
    header
    ==================================*/
    .bl_header {
        position: fixed;
    }

    .bl_header_cont {
        height: 60px;
    }

    .bl_header_logo {
        margin-right: auto;
    }


    /*-------------- headerBnr --------------*/
    .bl_headerBnr {
        margin-top: 88px;
    }

    /*-------------- nav（sp） --------------*/
    .bl_header_menuBtn {
        position: relative;
        width: 60px;
        height: 60px;
        margin-right: calc(-1 * var(--layout-gutter));
        touch-action: manipulation;
    }

    .bl_header_menuBtn_bar {
        background: #4e4e76;
        width: 21px;
        height: 2px;
        position: absolute;
        transition-duration: .5s;
        transition-property: transform;
    }

    .bl_header_menuBtn_bar--top {
        top: 24px;
        left: 20px;
    }

    .bl_header_menuBtn_bar--middle {
        top: 30px;
        left: 20px;
    }

    .bl_header_menuBtn_bar--bottom {
        top: 36px;
        left: 20px;
    }

    .bl_header_nav {
        background: #fff;
        /* background: rgba(204,213,227,1); */
        padding: 60px 0 15px;
        position: fixed;
        top: 0;
        right: -400px;
        bottom: 0;
        height: 100%;
        width: 400px;
        max-width: 100%;
        transition: right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        backface-visibility: hidden;
        overflow: auto;
    }

    .bl_header_nav_inner {
        display: block;
        height: 100%;
    }

    .bl_header_nav_list {
        display: block;
        margin-bottom: 10px;
    }

    .bl_header_nav_item {
        /* border-bottom: 1px solid #808080; */
        line-height: 1.15;
        height: auto;
    }

    .bl_header_nav_btnUnit {
        padding: 0 0 0 10px;
    }

    .bl_header_nav_btn {
        margin-right: 5px;
    }

    .bl_header_nav_btn_link {
        height: 30px;
    }

    .bl_header_nav_link {
        display: block;
        margin: 0;
        height: 60px;
        padding: 0;
        line-height: 60px;
        position: relative;
        padding: 0 20px;
    }

    .bl_header_nav_link::before {
        content: none;
    }

    .bl_header_nav_btn--contact .bl_header_nav_btn_iconWrapper {
        width: 14px;
    }

    .bl_header_nav_btn--recruit .bl_header_nav_btn_iconWrapper {
        width: 13px;
    }

    .bl_header_nav_btn_link {
        padding-left: 16px;
        padding-right: 16px;
    }

    /*-------------- active --------------*/
    body.is_active {
        overflow: hidden;
    }

    .bl_header_nav.is_active {
        overflow-y: scroll;
        right: 0;
        box-shadow: -5px 0 20px 0 rgb(0 0 0 / 40%);
    }

    .bl_header_menuBtn.is_active .bl_header_menuBtn_bar--top {
        transform: translateY(8px) rotate(45deg);
    }

    .bl_header_menuBtn.is_active .bl_header_menuBtn_bar--middle {
        transform: scaleX(0);
    }

    .bl_header_menuBtn.is_active .bl_header_menuBtn_bar--bottom {
        transform: translateY(-4px) rotate(-45deg);
    }

     /*-------------- sns --------------*/
     .bl_header_nav_sns_item a {
        width: 30px;
    }

    /*-------------- subMenu --------------*/
    .bl_header_nav_item {
        position: relative;
    }

    .bl_header_nav_subMenu {
        position: static;
        display: none;
        width: 100%;
    }

    .bl_header_nav_subMenu_btn {
        position: absolute;
        width: 40px;
        height: 60px;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .bl_header_nav_subMenu_btn::before {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #000;
        transition: .3s ease;
    }

    .bl_header_nav_subMenu_btn.is_active::before {
        transform: translate(-50%,-50%) rotate(-180deg);
    }

    .bl_header_nav_subMenu a {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
    }

    /*==================================
    フッターバナー
    ==================================*/
    .bl_footBnrs {
        margin-left: -15px;
    }

    .bl_footBnr {
        width: calc(100% / 4 - 15px);
        margin-left: 15px;
    }

    .bl_footBnr_logo {
        width: 80%;
        margin: 10px auto 7px;
    }

    .bl_footBnr_logo--asean .bl_footBnr_logo_img {
        width: 123px;
    }

}

@media (max-width:950px) {
    /* 950px ~ 768px */
    .ly_cont--col {
        flex-direction: column-reverse;
    }

    .ly_cont--col .ly_cont_main {
        max-width: 100%;
        flex-basis: 100%;
    }

    .ly_cont--col .ly_cont_side {
        max-width: 100%;
        flex-basis: 100%;
        margin: 0;
        padding-top: 60px;
    }

    /*==================================
    エレメント
    ==================================*/
    /*-------------- 見出しlv2 --------------*/
    .el_lv2Heading {
        padding: 0 0 0 22px;
    }

    /*==================================
    News
    ==================================*/
    .bl_news_list {
        padding: 0 44px 0;
    }

    .bl_news .el_lv2Heading::after {
        margin-left: -22px;
    }

    .bl_news .el_viewBtn {
        margin-top: 7px;
    }

    /*==================================
    cardデザイン
    ==================================*/
    /*-------------- card2 --------------*/
    .bl_cards.bl_cards--col2 {
        margin: -25px 0 0 0;
    }

    .bl_cards--col2 .bl_card {
        width: 100%;
        margin: 25px 0 0 0;
    }

    /*-------------- card4 --------------*/
    .bl_cards--col4 .bl_card {
        width: calc(50% - 20px);
    }

    /*==================================
    フッター
    ==================================*/
    /*-------------- 上部 --------------*/
    .bl_footer_upper_cont {
        flex-direction: column-reverse;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    /*-------------- nav --------------*/
    .bl_footer_nav {
        flex-basis: 100%;
        max-width: 100%;
    }

    /*-------------- bnr --------------*/
    .bl_footer_bnr {
        max-width: 100%;
        margin: 0 auto 32px;
        flex-basis: auto;
        padding-left: 20px;
    }
}

@media (max-width:599px) {
    :root {
         /* Headings */
	    --heading--font-size-h2: 16.5px;

        /* cardデザイン */
        --card-heading-font-size: 18.5px;
    }

    .ly_cont--col .ly_cont_side {
        padding-top: 40px;
    }

    /*==================================
    headerBnr
    ==================================*/
    .bl_headerBnr::before {
        width: 170px;
    }

    .bl_headerBnr_txtArea {
        width: 170px;
        padding: 48px 16px;
    }

    .bl_headerBnr_ttl {
        font-size: 16px;
    }

    /* IR親ページと子ページ */
    .page-template-ir-template .bl_headerBnr_txtArea,
    .page-template-ir-template .bl_headerBnr::before,
    .page-id-532 .bl_headerBnr_txtArea,
    .page-id-532 .bl_headerBnr::before {
        width: 190px;
    }

    .page-id-5471 .bl_headerBnr {
        background: url(../img/contact/sp-fv.jpg)no-repeat !important;
        background-size: cover !important;
        background-position: center right !important;
    }

    /*==================================
    el
    ==================================*/
    .el_lv2Heading {
        padding: 0 0 0 16px;
    }

    /*==================================
    cardデザイン
    ==================================*/
    /*-------------- col4 --------------*/
     .bl_cards.bl_cards--col4 {
        margin: -8px 0 0 -8px;
    }

     .bl_cards--col4 .bl_card {
        width: calc(50% - 8px);
        margin: 8px 0 0 8px;
    }

    /*-------------- col2 --------------*/
    .bl_cards.bl_cards--col2 {
        margin: -15px 0 0 0;
    }

    .bl_cards--col2 .bl_card {
        margin: 15px 0 0 0;
    }

    .bl_card_txtArea {
        padding: 10px 13px;
    }

    .bl_card_txtArea::before {
        width: 13px;
    }

    /*-------------- col4 --------------*/
    .bl_cards--col4 .bl_card_txtArea {
        padding: 10px 9.5px;
    }

    .bl_cards--col4 .bl_card_txtArea::before {
        width: 9.5px;
    }

    /*==================================
    Header
    ==================================*/
    .bl_header_nav_btnUnit {
        /* display: block; */
        padding: 0 10px;
    }

    .bl_header_nav_btn {
        /* margin: 8px 0 0 0; */
    }

    .bl_header_nav_btn_link {
        /* height: 40px; */
    }

    /*==================================
    FV
    ==================================*/
    .un_homeFv_catch {
        font-size: calc(2.5vw + 25px);
    }

    .un_homeFv_catchEng {
        font-size: calc(2.5vw + 29px);
        left: 20px;
    }

    /*==================================
    News
    ==================================*/
    .bl_news_list {
        padding: 0;
    }

    .bl_news_item_link {
        flex-wrap: wrap;
    }

    .bl_news_ttl {
        width: 100%;
        padding-left: 0;
        margin-top: 7px;
    }

    .home .bl_news_ttl {
        white-space: normal;
    }

    .bl_news .el_lv2Heading::after {
        padding-left: 16px;
    }

    /*==================================
    localNav
    ==================================*/
    .home_localNav .ly_cont {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .home_localNav .bl_cards {
        padding-bottom: 32px;
    }

    /*==================================
    フッター
    ==================================*/
    .bl_footBnrs {
        margin: -15px 0 0 -8px;
    }

    .bl_footBnr {
        width: calc(100% / 3 - 8px);
        margin: 15px 0 0 8px;
    }

    /*-------------- nav --------------*/
    .bl_footer_nav {
        display: block;
    }

    .bl_footer_nav_list {
        border: none;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #808080;
        padding-bottom: 10px;
    }

    .bl_footer_nav_list:last-of-type {
        margin-bottom: 0;
    }

    .bl_footer_nav_item {
        margin-bottom: 7px;
    }

    .bl_footer_nav_link {
        display: block;
    }

    .bl_footer_nav_link::before {
        content: "_";
        display: inline-block;
    }

    .bl_footer_nav_item--ttl .bl_footer_nav_link::before {
        content: none;
    }

    /*-------------- bnr --------------*/
    .bl_footer_bnr {
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 24px;
    }

    /*-------------- 下部 --------------*/
    .bl_footer_lower_cont {
        display: block;
    }

    .bl_footer_logo {
        margin: 0 auto;
        max-width: 80px;
    }

    .bl_footer_copyright {
        text-align: center;
        margin:  5px 0 0 0;
    }

    .bl_footer_copyright_small {
        font-size: 9px;
    }
}

@media (max-width:480px) {
    .bl_header_nav {
        width: 80%;
        right: -80%;
    }
}


/*==================================
ページャー
==================================*/
.bl_pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.page-numbers {
    display: block;
    background: #fff;
    font-size: 12px;
    text-align: center;
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 8px 0;
    position: relative;
}

.page-numbers::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    left: 5px;
    right: 5px;
    background: #4e4e76;
    opacity: 0;
    transition: .15s ease;
}

.page-numbers.current::before {
    opacity: 1;
}

@media (min-width:1025px) {
    a.page-numbers:hover::before {
        opacity: 1;
    }
}


.sp_pager {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    font-weight: 300;
    padding: 0 10px;
}

.sp_pager_num {
    font-size: 15px;
}

.sp_pager_prev,
.sp_pager_next {
    font-size: 13px;
}

.sp_pager_prev,
.sp_pager_next,
.sp_pager_num {
    color: #808080;
}

.sp_pager_current {
    font-weight: 600;
}

.sp_pager_prev {
    margin-right: 40px;
}

.sp_pager_next {
    margin-left: 40px;
}

@media (max-width:599px) {
    .sp_pager {
        display: flex;
    }

    .bl_pager {
        display: none;
    }
}

@media all and (-ms-high-contrast: none) {
    .bl_header_nav_btn_iconWrapper {
        display: block;
    }
    .bl_header_nav_btn--contact .bl_header_nav_btn_iconWrapper {
        align-self: stretch;
    }

    .bl_footBnr_logo {
        display: block;
        min-height: auto;
    }
}

/* フォーム */
.form_container{
    max-width: 963px;
    margin: 0 auto;
}
.form_TopHeading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.3em;
}
.form_heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: var(--heading--font-size-h2);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.3em;
    margin-top: 1.3em;
	border-bottom:none !important;
}
.form_heading::after {
    content: "";
    display: block;
    max-width: 250px;
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 16px;
    margin-left: 0;
}
.form_lead {
    font-size: 14px;
    line-height: 2;
}
ul.form_leadList {
    list-style-type: disc;
    padding-left: 10px;
	font-size: 14px;
}
.form_leadList li {
    font-size: 14px;
    line-height: 2;
}
.form_leadList.mtmb {
    margin-top: 20px;
    margin-bottom: 20px;
}
.form {
    margin-top: 50px;
}
.form__item { 
    display: flex; 
    align-items: center; 
    padding: 15px 0;
    align-items: flex-start;
}
.form__ttl {
    width: 38%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
}
.form__body {
    width: 62%;
    font-size: 14px;
}
.form input[type="text"],
.form  input[type="email"],
.form  input[type="tel"],
.form  textarea {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 10px 20px 12px 10px;
	border: 1px solid #ccc;
	font-size: 14px;
}
.form input[type="radio"],
.form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.form input[type="radio"]+span,
.form input[type="checkbox"]+span {
  display: inline-block;
  position: relative;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.form input[type="radio"]:focus+span,
.form input[type="checkbox"]:focus+span {
  outline: none;
}
.form input[type="radio"]+span:before {
  content: "";
  position: absolute;
  top: 0.28em;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  line-height: 1;
}
.form input[type="radio"]+span:after {
  content: "";
  display: none;
}
.form input[type="radio"]:checked+span:after {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.1em;
   width: 0.95em;
   height: 0.95em;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #4e4e76;
  line-height: 1;
}
.form input[type="checkbox"]+span:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  width: 1.25em;
  height: 1.25em;
border: 1px solid #999;
  background: #fff;
  line-height: 1;
  vertical-align: middle;
}
.form input[type="checkbox"]+span:after {
	content: "";
  display: none;
}
.form input[type="checkbox"]:checked+span:after {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  width: 0.5em;
  height: 1em;
  content: "";
  border-bottom: 3px solid #4e4e76;
  border-right: 3px solid #4e4e76;
  transform: rotate(45deg);
}
.form select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px 30px 8px 10px;
  border-radius: 4px;
  border: 1px solid #ccc; 
  font-size: 14px;
}
.form .selectWrap {
	position: relative;
	display: block;
}
.form .selectWrap::after {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(45deg);
	pointer-events: none;
}
.label-required {
	display: inline-block;
	margin-left: 0.7em;
	padding: 0.3em 0.5em;
	border-radius: 4px;
	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1;
}
.label-required {
	background: #c00;
}
.consent_required {
	margin-left: -10px;
}
.acceptArea {
    font-size: 14px;
	margin-top: 40px;
	padding: 30px;
	border: 1px solid #ccc;
    line-height: 1.8;
}
.acceptArea__check {
	display: block;
	text-align: center;
    margin-top: 30px;
}
.btnArea {
	margin-top: 50px;
	text-align: center;
}
.submitBtn {
	-webkit-appearance: none;
	appearance: none;
	width: 90%;
	max-width: 400px;
	margin: 0;
	padding: 25px;
	border: 0;
	border-radius: 50px;
	background: #4e4e76;
	color: #fff;
	cursor: pointer;
	transition: opacity .3s;
}
.submitBtn:hover {
	opacity: 0.7;
}
@media (max-width:950px) {
    .form_container{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 599px) {
    .form_container p br {
        display: none !important;
    }
    .form__item { 
        display: block; 
    }
    .form__ttl {
        width: 100%;
		font-size:16px;
    }
    .form__body {
        width: 100%;
		font-size:16px;
    }
	.form  textarea {
	margin-top: 20px;
}
	.form input[type="text"],
	.form  input[type="email"],
	.form  input[type="tel"],
	.form  textarea,
	.form select{
	font-size: 16px;
}
	.acceptArea {
		margin-left: 0 !important;
	}
	.submitBtn {
	width: 100%;
	max-width: 350px;
	margin: 0;
	padding: 25px 10px;
}
}


/** 25 footer privacy**/
@media (min-width: 600px) {
    .bl_footer_nav_list{
        padding-right:20px;
        padding-left:16px;
    }
    }
    .footer_contact_content{
        flex-wrap:wrap;
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .footer_contact_content .bl_footer_bnr{
        width:calc(100% - 90px);
        flex-basis:inherit;
        padding-left:20px;
    }
    .footer_contact_content .footer_contact_content_privcacy{
        width:80px;
    }
    .footer_contact_content .footer_contact_content_privcacy img{
        width:100%;
    }
    @media (max-width: 599px) {
    .footer_contact_content .bl_footer_bnr{
        padding-left:0;
        margin-left:0;
        margin-bottom:0;
    }
    .footer_contact_content{
        margin-bottom:24px;
    }
    .footer_contact_content .footer_contact_content_privcacy{
        width:70px;
    }
}