@charset "UTF-8";

/* 基本
============================================ */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    color: #333333;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* IEとEdgeへの対応 */
}

/* PC／SP 表示切り替え
============================================ */
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* Page top
============================================ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
}
.pagetop a {
	display: block;
	width: 36px;
	height: 36px;
}
.pagetop a:hover{
	opacity: 0.7;
	transition: 0.4s ;
}

/* ヘッダー
============================================ */
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items:center;
    width: 100%;
    height: 128px;
}
.header_page_logo {
    height: 100%;
}
.header_page_logo a {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 300px;
    height: 100%;
    background-color: #4A4F54;
    color: #FFFFFF;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 1.0;
    text-align: center;
}
p.header_description {
    font-size: 10px;
    margin-bottom: 10px;
}
h1.header_company-name {
    width: 171px;
    height: 25px;
    margin-bottom: 10px;
}
h1.header_company-name img {
    width: 100%;
    height: auto;
}
p.header_founding-year {
    font-size: 13px;
}

/* グローバルナビ
============================================ */
ul.header_nav {
    max-width: 820px;
    padding-left: 20px;
    padding-right: 45px;
    display: flex;
    justify-content: space-between;
    align-items:center;
        }
ul.header_nav li {
    font-size: 15px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    line-height: 1.0;
    text-align: center;
}
.header_nav_j{
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    font-weight: 700;
    margin-top: 10px;
}
ul.header_nav li a {
    color: #333333;
    transition : all 0.3s ease 0s;
}
ul.header_nav li a:hover {
    opacity: 0.5;
    transition : all 0.3s ease 0s;
}

/* フッター
============================================ */
.footer_wrap {
    width: 100%;
    background-color: #4A4F54;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 120px;
}
.footer_area {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}
.footer_corporate_box {
}
.footer_page_logo {
    margin-bottom: 55px;
    width: 218px;
}
.footer_page_logo a {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 1.0;
    text-align: center;
    }
p.footer_description {
    font-size: 12px;
    margin-bottom: 12px;
}
.footer_company-name {
    width: 218px;
    height: 25px;
    margin-bottom: 15px;
}
.footer_company-name img {
    width: 100%;
    height: auto;
}
p.footer_founding-year {
    font-size: 14px;
}
p.address_company-name {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}
ul.address_list {
    font-size: 13px;
    line-height: 1.8;
}
/* フッターナビ 1
-------------------------------------------------- */
.footer_nav_wrap {
    width: 620px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
ul.footer_nav_1 li {
    font-size:14px;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
    line-height: 48px;
}
.footer_nav_j {
    font-size:10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-left: 10px;
}
/* 矢印アイコン配置
-------------------------------------------------- */
ul.footer_nav_1 li,
ul.footer_nav_2 li.fn2_3 {
    padding-left: 20px;
    position: relative;
    transition : all 0.3s ease 0s;
}
ul.footer_nav_1 li:before,
ul.footer_nav_2 li.fn2_3:before {
    content: "";     /*テキストがなくても必須*/
    display: block;  /*シェイプを作成*/
    width: 10px;     /*アイコン画像-幅*/
    height: 10px;     /*アイコン画像-高*/
    background: url("../../common/images/arrow_footer-nav.svg"); /*アイコン画像*/
    position: absolute;
    left: 0px;     /*位置調整*/
    top: 50%;   /*位置調整*/
    transform: translate(0,-50%)
}
ul.footer_nav_1 li:hover
ul.footer_nav_2 li.fn2_3:hover {
    opacity: 0.4; 
    transition : all 0.3s ease 0s;
}
/* フッターナビ 2
-------------------------------------------------- */
ul.footer_nav_2 li {
}
ul.footer_nav_2 li.fn2_1 {
    font-size: 10px;
    margin-bottom: 18px;
}
ul.footer_nav_2 li.fn2_2 {
    width: 277px;
    margin-bottom: 25px;
}
ul.footer_nav_2 li.fn2_2 img {
    width: 100%;
    height: auto;
}
ul.footer_nav_2 li.fn2_3 {
    font-size: 13px;
    font-weight: 700;
}
.btn_facebook {
    position: absolute;
    right: 0;
    bottom: 20px;
}
/* copylight
-------------------------------------------------- */
.copylight_wrap {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #2D3033;
}
p.copylight {
    font-size: 10px;
    font-family: Arial, Helvetica, "sans-serif";
    text-align: center;
    color: #FFFFFF;
}

/* margin
============================================ */
.mg_t_10 { margin-top: 10px; }
.mg_t_20 { margin-top: 20px; }
.mg_t_30 { margin-top: 30px; }
.mg_t_40 { margin-top: 40px; }
.mg_t_50 { margin-top: 50px; }
.mg_t_60 { margin-top: 60px; }
.mg_t_70 { margin-top: 70px; }
.mg_t_80 { margin-top: 80px; }

.mg_b_10 { margin-bottom: 10px; }
.mg_b_20 { margin-bottom: 20px; }
.mg_b_30 { margin-bottom: 30px; }
.mg_b_40 { margin-bottom: 40px; }
.mg_b_50 { margin-bottom: 50px; }
.mg_b_60 { margin-bottom: 60px; }
.mg_b_70 { margin-bottom: 70px; }
.mg_b_80 { margin-bottom: 80px; }

.mg_l_10 { margin-left: 10px; }
.mg_l_20 { margin-left: 20px; }
.mg_l_30 { margin-left: 30px; }
.mg_l_40 { margin-left: 40px; }
.mg_l_50 { margin-left: 50px; }
.mg_l_60 { margin-left: 60px; }
.mg_l_70 { margin-left: 70px; }
.mg_l_80 { margin-left: 80px; }

.mg_r_10 { margin-right: 10px; }
.mg_r_20 { margin-right: 20px; }
.mg_r_30 { margin-right: 30px; }
.mg_r_40 { margin-right: 40px; }
.mg_r_50 { margin-right: 50px; }
.mg_r_60 { margin-right: 60px; }
.mg_r_70 { margin-right: 70px; }
.mg_r_80 { margin-right: 80px; }


/* ============================================

　スマートフォン設定

============================================ */

@media only screen and (max-width: 767px) {
    
    /* ヘッダー
    ============================================ */
    .header_wrap_sp {
        width: 100%;
        height: 50px;
        background-color: #4A4F54;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 7999;
    }
    .header_page_logo_sp {
        margin-left: 16px;
        margin-top: 10px;
    }
    /* ナビ
    -------------------------------------------------- */
    ul.header_nav_sp {
        width: 100%;
        background-color: #FFFFFF;
        margin-top: 50px;
    }
    ul.header_nav_sp li {
        width: 100%;
        height: 60px;
        border-bottom: #D1D1D1 solid 1px;
        padding-left: 18px;
        font-size: 14px;
        font-family: Arial, Helvetica, "sans-serif";
        font-weight: bold;
        line-height: 60px;
    }
    ul.header_nav_sp li a {
        display: block;
        width: 100%;
        height: 60px;
    }
    .header_nav_j_sp {
        font-size: 10px;
        margin-left: 8px;
    }
    /* アイコン
    -------------------------------------------------- */
    ul.header_nav_sp li {
        padding-right: 33px;
        position: relative;
    }
    ul.header_nav_sp li :after {
    content: ""; 
    display: block;
    width: 13px; 
    height: 13px;
    background-image: url("../images/arrow_sp_menu.svg");
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translate(0,-50%)
    }
    /* フッター
    ============================================ */
    .footer_wrap {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-top: 50px;
    }
    .footer_area {
        display: block;
    }
    .footer_corporate_box {
        margin-bottom: 35px;
    }
    .footer_page_logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }
    .footer_company-name {
        width: 218px;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    p.footer_founding-year {
        margin-bottom: 40px;
    }
    p.address_company-name {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .address_company-name_s {
        font-size: 11px;
    }
    ul.address_list {
        font-size: 13px;
    }
    /* フッターナビ 2
    -------------------------------------------------- */
    ul.footer_nav_2 li.fn2_1 {
        margin-bottom: 12px;
    }
    .btn_facebook {
        position:static;
    }
    /* copylight
    -------------------------------------------------- */
    .copylight_wrap {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    /* Page top
    ============================================ */
    .pagetop {
        bottom: 25px;
        right: 20px;
    }
    
}