@charset "utf-8";

/*
Theme Name: ★神田印刷サイト用テーマ（habakiri子テーマ）★
Theme URI:
Template: habakiri
Description: 
Author: ★cando★
Tags: 
Version: 0.1.0
*/
/* -------------------------------------------------
    コーピーライト copyright
----------------------------------------------------*/
#copy-right {
    color: #fff !important;
    font-weight: 500;
}

#copy-right:hover,
#copy-right:focus,
#copy-right:active {
    color: #fff !important;
}

/* -------------------------------------------------
    404 Notfound
----------------------------------------------------*/
.notfound-contents-wrap {
    max-width: 650px;
    margin: auto;
    padding: 10px;
}



/* -------------------------------------------------
    ページ遷移アニメーション
----------------------------------------------------*/

#wrapper::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0;
    /* 初期値 : 透過状態 */
    -webkit-transition: opacity .8s ease;
    /* アニメーション時間は 0.8秒 */
    transition: opacity .8s ease;
}

#wrapper.fadeout::after {
    opacity: 1;
}

#wrapper.fadeout article {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

article {
    -webkit-transition: transform .6s ease-out;
    transition: transform .6s ease-out;
}





/* -------------------------------------------------
    ul,li デザイン調整
----------------------------------------------------*/
ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

.breadcrumbs {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}

/* -------------------------------------------------
    アンカー 下線なし
----------------------------------------------------*/
a,
a:visited,
a:active,
a:hover {
    text-decoration: none !important;
}


/* -------------------------------------------------
    マウス　ストーカー
----------------------------------------------------*/

.mouse-stalker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1px;
    height: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    pointer-events: none;

}

.mouse-stalker>div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(2, 121, 195, 0.8);

    flex-shrink: 0;
    transition: transform ease 0.3s;
    will-change: transform;
    opacity: 0;
    transform: scale(0.6);
}


.mouse-stalker>div.is-active {
    transform: scale(1);
    opacity: 1;

}


.mouse-stalker>div.is-active:before {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;

    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
    text-align: center;
    content: "view"
}




/* -------------------------------------------------
    Video display:block
----------------------------------------------------*/
video {
    display: block;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* -------------------------------------------------
    検索バー非表示
----------------------------------------------------*/
.mobile-search__container {
    display: none !important;
}

.tc-header {
    position: fixed !important;
    width: 100%;
    z-index: 100;
}

/* -------------------------------------------------
    グローバルメニュー 下線の色
----------------------------------------------------*/
.header-skin-light [class*=nav__menu] li>a>span:first-of-type::before {
    background-color: #2a87d3 !important;
}

/* -------------------------------------------------
    グローバルメニュー
----------------------------------------------------*/
.site-branding {
    padding: 10px 0;
}

/* グローバルナビゲーション お問い合わせ */
#menu-item-202 a {
    color: #2a87d3;
}

.nav__menu #menu-item-185 a {
    color: #2a87d3;
}

/*----- ヘッダーロゴサイズ -----*/
.site-branding__heading img {
    max-width: 70px;
}

/*----- グローバルナビ メニューテキスト カラー -----*/
.responsive-nav a {
    color: #444;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

.responsive-nav a:active {
    color: #2a87d3 !important;
}

.responsive-nav a::after {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    border-bottom: solid 3px #2a87d3;
    transition: 0.3s;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.responsive-nav a:hover::after {
    visibility: visible;
    width: 100%;
}

#header {}




.responsive-nav-wrapper #responsive-btn:before {
    content: 'menu';
    font-size: 11px;
}

#responsive-btn {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .1s;
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 28px;
    padding: 0px;

}



.responsive-nav-wrapper.off-canvas-nav-open #responsive-btn:before {
    padding-top: 7px
}


.sub-menu {
    z-index: 2000;
}

.pagetitle-box {
    position: absolute;
    z-index: 10;
}


.responsive-nav .children a,
.responsive-nav .sub-menu a {
    padding: 10px 20px;
}


.responsive-nav .sub-menu a {
    background: rgba(255, 255, 255, 0.8) !important;
}


/* -------------------------------------------------
    ヘッダー グローバルメニュー オフキャンバスアニメーション
----------------------------------------------------*/
.responsive-nav-contents,
.off-canvas-nav {
    transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
}

/* -------------------------------------------------
        IE 9 〜 11 のみ適用
----------------------------------------------------*/
@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    #responsive-btn {
        margin-top: 15px !important;
    }
}

/* -------------------------------------------------
    グローバルメニュー　オフキャンパスナビ
----------------------------------------------------*/
.off-canvas-nav--dark .current-menu-item>a,
.off-canvas-nav--dark .current_page_ancestor>a,
.off-canvas-nav--dark .current-page-ancestor>a,
.off-canvas-nav--dark .current_page_item>a,
.off-canvas-nav--dark .current_page_parent>a {
    background-color: #fff;
    color: #444;
}

.off-canvas-nav--dark {
    background-color: #2a87d3 !important;
    border-top: none;
    border-bottom: none;
}

.off-canvas-nav--dark>ul,
.off-canvas-nav--dark>*>ul {
    background-color: #fff;
    border-bottom: none;
}

.off-canvas-nav--dark li {
    border-top: none;
    border-bottom: 1px solid #3c3c3c;
}

.off-canvas-nav--dark li:last-child {
    border-top: none;
    border-bottom: 1px solid #3c3c3c;
}

.off-canvas-nav--dark a {
    padding: 15px 20px;
    color: #3c3c3c;
}

.off-canvas-nav--dark a:hover,
.off-canvas-nav--dark a:active,
.off-canvas-nav--dark a:focus {
    background-color: #2a87d3;
    color: #fff;
}



.off-canvas-nav--dark ul ul {
    border-top: 1px solid #2f2f2f;
    border-left: none;
    margin-bottom: -1px;
    margin-left: 0.7em;
    opacity: 1;
    visibility: visible;
}

.off-canvas-nav--dark ul ul a {
    padding: 8px 20px;
}



/* -------------------------------------------------
    Font 読み込み
----------------------------------------------------*/
/* ---------- Noto Sans Japanse ---------- */
body,
p,
ul,
li {
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "Meiryo", sans-serif;
    font-feature-settings: "palt"1;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類を定義 */
    color: #000;
}

/* ---------- サワラビ明朝 ---------- */
.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}

.text-serif {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}


.futura-pt {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;

}



/* -------------------------------------------------
    Theme スタイル カスタマイズ
----------------------------------------------------*/
/* マージン・パディング調整 */
#content,
#main-wrapper {
    padding-bottom: 0;
}

.row {}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #000;
    font-weight: 400;
}

/*----- パンくずリスト -----*/
.page-breadcrumbs {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .container {

        max-width: 100%;
    }
}

/* -------------------------------------------------
    画像背景タイトルエリア・大見出しデザイン 共通
----------------------------------------------------*/
/* ----- 大見出し 1番目の文字色 ----- */
#Movie .title__eng:first-letter,
#Creative .title__eng:first-letter,
#Offrin .title__eng:first-letter,
#Matsukawado .title__eng:first-letter,
#Profile .title__eng:first-letter,
#Group .title__eng:first-letter,
#Message .title__eng:first-letter,
#Csr .title__eng:first-letter,
#CSR .title__eng:first-letter {
    color: #fff;
}

/* ----- 大見出し 罫線 ----- */
#Movie .title__cap:before,
#Creative .title__cap:before,
#Offrin .title__cap:before,
#Matsukawado .title__cap:before,
#Profile .title__cap:before,
#Group .title__cap:before,
#Message .title__cap:before,
#Csr .title__cap:before,
#CSR .title__cap:before,
#sustainability .title__cap:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0.5em;
    margin-left: -50px;
    background-color: #fff;
    height: 3px;
    width: 100px;
}

/* -------------------------------------------------
    共通 見出しデザイン
----------------------------------------------------*/
/* 大見出し（h1） */
.title {
    display: block;
    margin: 0 auto 50px auto;

}


#Global-folder .title {
    display: block;
    margin: 0 auto;
}



.title__eng {
    white-space: nowrap;
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 60px;
    display: block;
    margin: 0;
    padding: 0;
}

/* 大見出し 日本語 キャプション */
.title__cap {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 25px 0 0 0;
}

.title__cap:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0.5em;
    margin-left: -50px;
    background-color: #2a87d3;
    height: 3px;
    width: 100px;
}

/* ----- 中見出し h2 ----- */
h2.sub-header {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    margin-bottom: 4rem;
    font-feature-settings: "palt";
    font-family: "Shippori Mincho", "HiraKakuProN-W3", "Meiryo", serif;
    font-weight: 500;
    position: relative;
}



h2.sub-header::after {
    background-color: #2a87d3;
    content: '';
    display: inline-block;
    width: 10rem;
    height: 1px;
    position: absolute;
    bottom: -1rem;

    left: 50%;
    margin-left: -5rem;

}

/* ----- 小見出し h3 ----- */
h3.sub-header {
    font-size: 2em !important;
    margin-bottom: -10px;
}

/* ----- 小見出し h3 ----- */
.sub-header__blue {
    font-feature-settings: "palt";
    color: #fff;
    font-weight: 600;
    font-size: 1.6em !important;
    background-color: #2a87d3;
    padding: 8px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .title__eng {
        font-size: 1.1em;
    }
}


.small-header {
    font-size: 1.6rem;
}

/* -------------------------------------------------
    共通 リード文　デザイン
----------------------------------------------------*/
/* リード文 */
.title__lead {
    line-height: 1.8;
    font-size: 1.15em;
    text-align: left;
    max-width: 100%;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類を定義 */
    margin-bottom: 5rem;
}

/* テキストセンター用 リード文 */
.text-lead {
    line-height: 1.4;
    font-size: 1.15em;
}

.lead__half {
    line-height: 1.8;
    text-align: left;
    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類を定義 */
}

.threequarters {
    line-height: 1.8;
    font-size: 1.15em;
    text-align: left;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;

    text-align: justify;
    /* 両端揃え */
    text-justify: inter-ideograph;
    /* 両端揃えの種類を定義 */
    margin-bottom: 5rem;
}

.text-right {
    text-align: right !important;
}

/* -------------------------------------------------
    採用情報・会社情報　ヘッダーイメージエリア　共通デザイン
----------------------------------------------------*/
/* ---------- ヘッダーイメージエリア ----------*/
.header-img-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0;
    padding: 30px;
}

/* ---------- ヘッダーイメージエリア　タイトル ----------*/
.header-img-area__text {
    max-width: 60%;
    padding: 130px 0 80px 0;
    margin-left: auto;
}

/* -------------------------------------------------
    FlexBox 親要素
----------------------------------------------------*/
.flex-box {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
}

.flex-box-center {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    /*--- safari（PC）用 ---*/
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: center;
    /*--- IE10 ---*/
    -webkit-align-items: center;
    /*--- safari（PC）用 ---*/
    align-items: center;
}

.flex-box-between {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: stretch;
    /*--- IE10 ---*/
    -webkit-align-items: stretch;
    /*--- safari（PC）用 ---*/
    align-items: stretch;
}


.qr_jan{
	align-items: center;
}


.flex-reverse {
    -webkit-box-direction: reverse;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: row-reverse;
    /*--- safari（PC）用 ---*/
    flex-direction: row-reverse;
}






.flex-box-evenly {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    flex-direction: row;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    /*--- safari（PC）用 ---*/
    -ms-flex-pack: space-evenly;
    -webkit-box-pack: space-evenly;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: space-evenly;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: space-evenly;
    /*--- IE10 ---*/
    -webkit-align-items: space-evenly;
    /*--- safari（PC）用 ---*/
    align-items: space-evenly;
}


.flex-box-right {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    /*--- safari（PC）用 ---*/
    -ms-flex-pack: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-end;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-align: flex-end;
    /*--- IE10 ---*/
    -webkit-align-items: flex-end;
    /*--- safari（PC）用 ---*/
    align-items: flex-end;
}



/* -------------------------------------------------
    FlexBox　3PRエリア
----------------------------------------------------*/
.PR-ImgArea__box {
    width: 31%;
}

.PR-ImgArea__box4 {
    width: 23%;
}

.PR-ImgArea__img {
    width: 100%;
}

.PR-ImgArea__cap {
    padding: 10px 0 15px 0;
}

/* ----- CSR 働く社員のための環境づくり ----- */
.PR-ImgArea__box--2PR {
    width: 47%;
}

/* ----- リクルート一覧ページ用 ----- */
#Recruit-ichiran .PR-ImgArea__box .PR-ImgArea__cap {
    border-bottom: solid 1px #808080;
}

#Recruit-ichiran .PR-ImgArea__box {
    background-color: #f6f6f5;
}

#Recruit-ichiran .PR-ImgArea__box-inner {
    padding: 10px 15px !important;
}


/* -------------------------------------------------
    メディアクエリ　767px 以下
----------------------------------------------------*/
@media (max-width: 767px) {
    .PR-ImgArea__box4 {
    width: 48%;
}
}
	
	
	
/* -------------------------------------------------
    Google-Map エリア
----------------------------------------------------*/
.google-map {
    margin-top: 40px;
}

.google-map__info h3 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 0 5px 0 !important;
}

.google-map__info h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px 0 !important;
}

/* -------------------------------------------------
     各ページ 実績 3PRエリア
----------------------------------------------------*/
/* ----- 定義リスト dt 文字間調節 ----- */
.mojikan-harf {
    letter-spacing: 0.5em;
}

.mojikan-1 {
    letter-spacing: 1em;
}

.mojikan-2 {
    letter-spacing: 2em;
}

.mojikan-2-half {
    letter-spacing: 2.3em;
}

.mojikan-5 {
    letter-spacing: 5em;
}

/* ----- マージン Bottom Only ----- */
.mg-btm-10 {
    margin-bottom: 10px;
}

.mg-btm-20 {
    margin-bottom: 20px;
}

.mg-btm-30 {
    margin-bottom: 30px;
}

.mg-btm-40 {
    margin-bottom: 40px;
}

.mg-btm-50 {
    margin-bottom: 50px !important;
}

.mg-btm-60 {
    margin-bottom: 60px !important;
}

.mg-btm-70 {
    margin-bottom: 70px;
}

.mg-btm-80 {
    margin-bottom: 80px;
}

.mg-btm-90 {
    margin-bottom: 90px;
}

.mg-btm-100 {
    margin-bottom: 100px;
}

/* ---------- テキスト Bold ---------- */
.text-bold {
    font-weight: bold !important;
}

/* ---------- テキストサイズ ---------- */
.text-sm {
    font-size: 0.2em;
}

.text-lg {
    font-size: 1.2em;
}

.text-llg {
    font-size: 1.5em;
}

/* ---------- 背景色スタイル ---------- */
.bg-light-gray {
    background-color: #f2f5f5;
}

.bg-red {
    background-color: #e85866;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #293337;
}

.bg-orange {
    background-color: #f39801;
}

.bg-dark-orange {
    background-color: #e07728;
}

.bg-green {
    background-color: #84d350;
}

.bg-light-green {
    background-color: #68a917;
}

.bg-green-blue {
    background-color: #01b496;
}

.bg-pink {
    background-color: #e85866;
}

.bg-dark-pink {
    background-color: #e06eaa;
}

.bg-blue {
    background-color: #2a87d3;
}

.bg-light-blue {
    background-color: #f2f5f5;
}

.bg-sky-blue {
    background-color: #f0f7f7;
}

/* ---------- グラデーション　背景色スタイル ---------- */
.bg-blue-g {
    background-image: linear-gradient(#2a87d3, #2badd4);
}

.bg-orange-g {
    background-image: linear-gradient(#f39801, #f3db00);
}

.bg-green-g {
    background-image: linear-gradient(#70d451, #99d451);
}

.bg-pink-g {
    background-image: linear-gradient(#e85866, #e8588d);
}

/* ---------- コンテンツ 上部罫線 ---------- */
.border-top {
    border-top: solid 1px #ddd;
    padding-top: 40px;
}

/* ---------- 文字色スタイル ---------- */
.text-blue {
    color: #2a87d3;
    font-weight: bold;
}

.text-blue-light {
    color: #2a87d3;
}

.text-orange {
    color: #f39801;
    font-weight: bold;
}

.text-red {
    color: #9e0b2c;
    font-weight: bold;
}

.text-white {
    color: #fff;
}

/* ----- コンテンツラッピング ----- */
.page-contents-wrap {
    max-width: 900px;
    margin: 50px auto 0;
}

#Contact .page-contents-wrap {
    max-width: 900px;
    margin: 40px auto 0;
}

/* -------------------------------------------------
    全ページ共通 スタイル
----------------------------------------------------*/
/* ----- 画像サイズ 100% ----- */
.img__full {
    width: 100%;
}

/* ----- マージン Top Only ----- */
.mg-top-0 {
    margin-top: 0;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-60 {
    margin-top: 60px;
}

.mg-top-70 {
    margin-top: 70px;
}

.mg-top-80 {
    margin-top: 80px;
}

.mg-top-90 {
    margin-top: 90px;
}

.mg-top-100 {
    margin-top: 100px;
}

.mg-top-120 {
    margin-top: 120px;
}

.mg-top-140 {
    margin-top: 140px;
}



.u-pc-hidden {
    display: none
}

.u-sp-hidden {
    display: block
}



/* -------------------------------------------------
    トップへ戻るボタン
----------------------------------------------------*/
.czr-btta {
    background-color: rgba(59, 59, 59, .2);
    color: #fff;
    width: auto !important;
    height: 55px;
    position: fixed !important;
    bottom: 0 !important;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: -100;
    border-width: 1px;
    padding: 0 10px;
}

.icn-up-small:before {
    content: '\e810';
    font-size: 2em;
}

.czr-btta.show.right {
    right: 20px !important;
}

.czr-btta {
    display: block !important;
}



/* -------------------------------------------------
    メディアクエリ　991px 以下
----------------------------------------------------*/
@media (max-width: 991px) {

    .threequarters {
        max-width: 90%;
    }


}


/* -------------------------------------------------
    メディアクエリ　768px 以下
----------------------------------------------------*/
@media (max-width: 768px) {

    .u-pc-hidden {
        display: block;
    }

    .u-sp-hidden {
        display: none;
    }


}




/* -------------------------------------------------
    メディアクエリ　767px 以下
----------------------------------------------------*/
@media (max-width: 767px) {
    .br-pc {
        display: none;
    }

    .img__half,
    .lead__half {
        width: 100% !important;
    }

    .PR-ImgArea__cap {
        padding: 7px 0 15px 0;
        font-size: 1.1em;
    }

    /* ----- 小見出し h3 ----- */
    h3.sub-header {
        font-size: 1.7em !important;
        margin-bottom: -10px;
    }
}




/* -------------------------------------------------
    メディアクエリ　769px 以上
----------------------------------------------------*/
@media (min-width: 769px) {

    .media__lst {
        display: -ms-grid;
        display: grid;
        padding: 0 0%;
        grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 92px 3.84615%;
        gap: 92px 3.84615%;
    }


    .box3__lst {
        display: -ms-grid;
        display: grid;
        padding: 0 0%;
        grid-template-columns: repeat(auto-fill, minmax(30.76923%, 1fr));
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 92px 3.84615%;
        gap: 92px 3.84615%;
    }

}



/* -------------------------------------------------
    メディアクエリ　768px 以上
----------------------------------------------------*/
@media (min-width: 768px) {
    #header .container {
        max-width: 1100px !important;
    }

    .img__half,
    .lead__half {
        width: 47.5%;
        height: auto;
    }

    .img__half img {
        width: 100%;
        max-width: 425px;
    }

    .br-mobile {
        display: none;
    }



    .page-contents-wrap {
        max-width: 1170px;
    }

    .no-br-pc {
        display: none;
    }

    /* ----- マージン Top Only ----- */
    .mg-top-0-pc {
        margin-top: 0 !important;
    }

    .mg-top-10-pc {
        margin-top: 10px !important;
    }

    .mg-top-20-pc {
        margin-top: 20px !important;
    }

    .mg-top-30-pc {
        margin-top: 30px !important;
    }

    .mg-top-40-pc {
        margin-top: 40px !important;
    }

    .mg-top-50-pc {
        margin-top: 50px !important;
    }

    .mg-top-60-pc {
        margin-top: 60px !important;
    }

    .mg-top-70-pc {
        margin-top: 70px !important;
    }

    .mg-top-80-pc {
        margin-top: 80px !important;
    }

    .mg-top-90-pc {
        margin-top: 90px !important;
    }

    .mg-top-100-pc {
        margin-top: 100px !important;
    }

    .mg-top-120-pc {
        margin-top: 120px !important;
    }

    .mg-top-140-pc {
        margin-top: 140px !important;
    }
}

/* -------------------------------------------------
    メディアクエリ　575px 以下
----------------------------------------------------*/
@media (max-width: 575px) {

    #Global-folder .title__eng,
    #privacy-policy .title__eng {
        font-size: 1.1em;
    }

    #Global-folder h2.sub-header {
        font-size: 1.5em !important;
    }

    /* ----- 中見出し h2 ----- */
    h2.sub-header {
        font-size: 1.7em !important;
        line-height: 1.3;
        margin-bottom: 40px;
        letter-spacing: 0;
    }

    /*---- FlexBox　3PRエリア -----*/
    .PR-ImgArea__box {
        width: 100%;
    }

    /*---- FlexBox　2PRエリア -----*/
    .PR-ImgArea__box--2PR {
        width: 100%;
    }

    /* ----- コンテンツラッピング ----- */
    .page-contents-wrap {
        margin: 30px auto 0;
    }

    /* ---------- ヘッダーイメージエリア　タイトル ----------*/
    .header-img-area {
        padding: 10px 5px;
    }

    .header-img-area__text {
        width: 100%;
        max-width: 100%;
        padding: 60px 0 50px 0;
    }





}

/* -------------------------------------------------
    メディアクエリ　576px 以上
----------------------------------------------------*/
@media (min-width: 576px) {}