@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');/*Noto Serif Japanese*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');/*M PLUS Rounded 1c*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');/*Kosugi Maru*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');/**/
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');/**/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Merriweather:wght@900&family=Noto+Serif+JP:wght@200&family=Nunito&family=Roboto:wght@100&display=swap');/**/
@import url('https://fonts.cdnfonts.com/css/berlin-sans-fb');

.font1_1 { font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font1_2 { font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" , "Noto Sans JP", "Meiryo", "メイリオ" ,sans-serif ;}
.font1_3 {font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" ,sans-serif ;}
.font2_1 {font-family: "M PLUS Rounded 1c", sans-serif;}
.font2_2 {font-family: "Kosugi Maru", "Rounded Mplus 1c", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;}
.font3_1 {font-family: "Noto Serif JP", serif;}
.font3_2 {font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝" ,serif;}
.font3_3 {font-family: "Hannari", "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}
.font3_4 {font-family: "Sawarabi Mincho", "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝", serif;}
.font4_1 {font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;}

/*-----------------------------------------------------------
Noto Sans Japanese
Noto Sans JP
100	Thin	thin
200	Light	（無し)
300	DemiLight	light
400	Regular	regular
500	Medium	medium
700	Bold	bold
900	Black	black
-----------------------------------------------------------*/

*{
	outline: none;
	color: #000000;
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic" ,  "Meiryo", "メイリオ" ,sans-serif ;
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 0px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

html {
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
 
body {
    text-align: center;
    font-size: 62.5%;
}
    @media (max-width: 640px) {
        body {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
    /*テキスト自動調節しない*/
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
        }
    }
.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none!important;
}
.pc {
	display: block!important;
}
    @media screen and (max-width:1024px) {
        .sp {  display: block !important; }
        .pc {  display: none !important; }
        img {  width: 100%; }
    }
.sawarabi {
	font-family: "Sawarabi Mincho";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}
.kosugi{
	font-family: "Kosugi Maru";
}


/*==================================================
    ■ share end
==================================================*/

/*----------------------------------
header
----------------------------------*/

header {
  /* headerを画面上部に固定する */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* ロゴとナビゲーションを横並びにする */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* スクロールしても他のコンテンツの下にならないようにする */
  z-index: 10;
  /* 背景色を黒にする */
  background: #fff;
  /* headerに余白を作る */
  /* アニメーションの変化時間 */
  transition: 0.5s;
  height: 100px;
}
    @media (max-width: 1024px) {
        header {
            display: none;
        }
    }

/*==============================================================================================================================================*/
/*------global-nav------*/
.global-nav {
    /*position: absolute;
    right: 0;
    top: 0;*/
    display: flex;
}
    @media (max-width: 1024px) {
        .global-nav {
            position: absolute;
            /* 開いてないときは画面外に配置 */
            top: -500px;
            background: rgba(255, 255, 255, 0.9);
            width: 100%;
            text-align: center;
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }
    }
.global-nav ul {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
    @media (max-width: 1024px) {
        .global-nav ul {
            display: block;
            margin-right: 0px;
            position: static;
            right: 0;
            bottom: 0;
            margin-top: 0px;
            padding-bottom: 30px;
        }
        .global-nav ul li {
        }
    }
.global-nav ul li {
}
    @media (max-width: 1024px) {
        .global-nav ul li {
            position: static;
            padding: 10px;
            padding-left: 40px;
            background-image: url("../img/common/icon1.png");
            background-position: left 20px center;
            background-repeat: no-repeat;
            border-bottom: 1px dotted #636363;
        }
    }
.global-nav ul .h_menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-right: 50px;
}
    .global-nav ul .h_menu4 {
        display: none;
    }
    @media (max-width: 1670px) {
        .global-nav ul .h_menu {
            margin-right: 30px;
        }
    }
    @media (max-width: 1550px) {
        .global-nav ul .h_menu {
            margin-right: 30px;
        }
    }
    @media (max-width: 1450px) {
        .global-nav ul .h_menu {
            margin-right: 20px;
        }
    }
    @media (max-width: 1060px) {
        .global-nav ul .h_menu {
            margin-right: 10px;
        }
    }
    @media (max-width: 1024px) {
        .global-nav ul .h_menu {
            margin-right: 0px;
        }
        .global-nav ul .h_menu_mb9{
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            background-image: none;
        }
        .global-nav ul .h_menu_mb9 dl{
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            margin: 0px 15px;
            flex-wrap: wrap;
            height: 33px;
        }
        .global-nav ul .h_menu_mb9 dl dt{
            margin-right: 10px;
        }
        .global-nav ul .h_menu_mb9 dl dd{
            font-size: 1.0em;
            line-height: 1;
        }
        .global-nav ul .h_menu_mb9 img {
            width: 25px;
        }
    }
.global-nav ul li a {
    transition: all .6s ease 0s;
    text-decoration: none;
}
.global-nav ul .h_menu a {
    display: flex;
    font-size: 1.8em;
    letter-spacing: 0em;
}
.global-nav ul .h_menu a:hover {
    color: #C13042;
}
    @media (max-width: 1450px) {
        .global-nav ul .h_menu a {
            font-size: 1.6em;
        }
    }
    @media (max-width: 1220px) {
        .global-nav ul .h_menu a {
            font-size: 1.4em;
        }
    }
.global-nav ul .h_tel {
    background-color: #EBEBEB;
    width: 270px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 0px;
}
.scroll-nav .global-nav ul .h_tel {
    height: 50px;
}
.global-nav ul .h_tel dl {
    width: 260px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    flex-direction: column;
}
.global-nav ul .h_tel dl dt {
    display: flex;
    align-content: center;
    align-items: center;
}
    @media (max-width: 1200px) {
        .global-nav ul .h_tel dl dt {
        }
    }
.global-nav ul .h_tel dl dt .span1 {
    font-size: 1.6em;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    color: #143463;
    margin-right: 2px;
    padding-top: 3px;
}
.global-nav ul .h_tel dl dt .span2 {
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1;
    text-align: left;
    color: #143463;
}
.global-nav ul .h_tel dl dd {
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    color: #707070;
    height: 38px;
}
    @media (max-width: 1200px) {
        .global-nav ul .h_tel dl dd {
            height: 40px;
        }
    }
    @media (max-width: 1200px) {
        .global-nav ul .h_tel {
            width: 13%;
            min-width: 220px;
        }
        .global-nav ul .h_tel dl {
            width: 96.2%;
        }
        .global-nav ul .h_tel dl dt {
        }
        .global-nav ul .h_tel dl dt .span1 {
            font-size: 1.6em;
            padding-top: 1px;
        }
        .global-nav ul .h_tel dl dt .span2 {
            font-size: 2em;
        }
    }
.global-nav ul .h_bt_recruit {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #C13042;
}
.global-nav ul .h_bt_recruit a {
    width: 9.4%;
    min-width: 140px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.global-nav ul .h_bt_recruit:hover {
	transition : all 0.5s ease 0s;
    opacity: 0.6;
}
    @media (max-width: 1024px) {
        .global-nav ul .h_bt_recruit {
            background-image: none;
            padding-left:0px;
        }
        .global-nav ul .h_bt_recruit a {
            width: 9.4%;
            min-width: 140px;
            height: inherit;
            background-image: none;
        }
    }
.global-nav ul .h_bt_recruit dl {
}
.global-nav ul .h_bt_recruit dl dt {
    font-weight: bold;
    font-size: 2.2em;
    letter-spacing: 0.3em;
    text-align: left;
    color: #FFFFFF;
}
.global-nav ul .h_bt_recruit dl dd {
    font-size: 1.4em;
    letter-spacing: 0.05em;
    color: #cccccc;
}
    @media (max-width: 1200px) {
        .global-nav ul .h_bt_recruit dl dt {
            font-size: 1.8em;
        }
        .global-nav ul .h_bt_recruit dl dd {
            font-size: 1.0em;
        }
    }
    @media (max-width: 1024px) {
        #head_wrap .global-nav ul li a {
            width: 100%;
            display: block;
            padding: 5px 0;
        }
    }
.h_bt_language {
    display: block!important;
    background-color: #EBEBEB;
    padding: 0px 5px;
    margin-right: 10px;
    height: 50px;
}
.h_bt_language li {
}
.h_bt_language li a {
    text-decoration: none;
}
.h_bt_language li a:hover {
    opacity: 0.6;
}
.h_bt_language li dl {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 2px;
}
.h_bt_language li .dl_end {
    margin-bottom: 0px;
}
.h_bt_language li dl dt {
    margin-right: 10px;
}
.h_bt_language li dl dt img {
    width: 24px;
}
.h_bt_language li dl dd {
    margin-right: 10px;
    font-size: 1.2em;
}
/*-------------------------------------------*/
.h_mynavi_box{
    position: relative;
    width: 360px;
    height: 67px;
    margin: auto;
}
.h_mynavi_box2{
    position: relative;
    width: 200px;
    height: 67px;
    margin: auto;
}
.h_mynavi_btn_box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
}
.h_mynavi_btn{
    width: 340px;
    height: 67px;
    border: 2px solid #878787;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100px;
    text-decoration: none;
}
.h_mynavi_btn2{
    width: 200px;
    height: 30px;
    border: 2px solid #878787;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100px;
    text-decoration: none;
    margin-tpo: 3px;
    margin-bottom: 3px;
}
.h_mynavi_btn img{
    margin-bottom: 5px;
}
.h_mynavi_btn2 img{
    width: 80%;
}
.h_mynavi_btn:after {
    font-family: "FontAwesome";
    content: "\f061";
    font-size: 20px;
    color: #707070;
    position: absolute;
    right: 20px;
    transition: all 0.2s;
}
.h_mynavi_btn:hover:after {
    right: 15px;
}
/*==============================================================================================================================================*/
.pc-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    z-index: 1000000000000000000000;
    position: relative;
}
    @media (max-width: 1024px) {
        .pc-head {
            display: none;
        }
    }
.pc-head .logo {
    padding-left: 1%;
}
/*----------*/
.pc-head .logo_com {
    display: block;
    width: 362px;
}
.pc-head .logo_rec {
    display: none;
}
#recruit .pc-head .logo_com {
    display: none;
}
#recruit .pc-head .logo_rec {
    display: block;
}
#interview .pc-head .logo_com {
    display: none;
}
#interview .pc-head .logo_rec {
    display: block;
}
.h_mynavi_box {
    display: none;
}
#recruit .h_tel {
    display: none;
}
#recruit .h_mynavi_box {
    display: block;
}
#interview .h_tel {
    display: none;
}
#interview .h_mynavi_box {
    display: block;
}

    @media (max-width: 1300px) {
        .pc-head .logo {
            width: 25%;
        }
        .pc-head .logo img {
            width: 100%;
        }
    }
    @media (max-width: 1024px) {
        .pc-head .logo {
            position: absolute;
            left: 13px;
            top: 13px;
            color: #333;
            font-size: 2.6em;
        }
    }
/*=======スクロールした後のヘッダー=======================================================================================================================================*/
header.scroll-nav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    height: 60px;
}
header.scroll-nav ul li a {
}
header.scroll-nav .global-nav ul .h_menu4 {
}
#recruit header.scroll-nav .global-nav ul .h_menu4 {
     display: none;
}
#interview header.scroll-nav .global-nav ul .h_menu4 {
     display: none;
}
.global-nav ul .h_tel {
    margin-right: 20px;
}
header.scroll-nav .global-nav ul .h_bt_recruit {
    height: 70px;
}
header.scroll-nav .global-nav ul .h_bt_language {
    display: none;
}
header.scroll-nav .h_mynavi_box{
    width: 300px;
    height: 40px;
    margin-right: 20px;
}
header.scroll-nav .h_mynavi_btn{
    width: 300px;
    height: 40px;
}
header.scroll-nav .h_mynavi_btn img{
    max-width: 200px;
}
header.scroll-nav .h_mynavi_btn2{
    width: 200px;
    height: 30px;
    border: 2px solid #878787;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 100px;
    text-decoration: none;
    margin-tpo: 3px;
    margin-bottom: 3px;
}
header.scroll-nav .h_mynavi_box2 .h_mynavi_btn_box{
    display: flex;
}
header.scroll-nav .h_mynavi_btn2 img{
    width: 80%;
}
/*==============================================================================================================================================*/
.mobile-head {
    display: none;
    position: fixed;
}
.mobile-head .h_mynavi_box_mb {
    display: none;
}
    @media (max-width: 1024px) {
        .mobile-head {
            background: rgba(255, 255, 255, 0.9);
            width: 100%;
            top: 0px;
            height: 56px;
            z-index: 999;
            position: fixed;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
        }
        .mobile-head .logo {
            max-width: 250px;
        }
    }
/*==============================================================================================================================================*/
#recruit header {
    background: #143463;
}
#recruit .h_menu a {
    color: #FFFFFF;
}
#recruit .mobile-head .h_menu a {
    color: #000;
}
#recruit .right_ad li:nth-child(2) {
    display: none;
}
#interview .right_ad li:nth-child(2) {
    display: none;
}
#interview header {
    background: #143463;
}
#interview .h_menu a {
    color: #FFFFFF;
}
#interview .mobile-head .h_menu a {
    color: #000;
}
#recruit .h_bt_recruit {
    display: none!important;
}
#interview .h_bt_recruit {
    display: none!important;
}
.h_mynavi_box_h_rec {
    background-image: none!important;
    padding: 20px 0px!important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.h_mynavi_box_h_rec img {
    width: 80%;
    max-width: 200px;
}
#recruit .mobile-head .h_mynavi_box_mb,
#interview .mobile-head .h_mynavi_box_mb{
    display: flex;
    justify-content: center;
    background-image:none;
    padding-left: 0px;
}
#recruit .mobile-head .h_mynavi_box_mb a,
#interview .mobile-head .h_mynavi_box_mb a{
    display: flex;
    justify-content: center;
    background-image:none;
    width: 100%;
    padding: 10px 0px;
}
#recruit .mobile-head .h_mynavi_box_mb img,
#interview .mobile-head .h_mynavi_box_mb img{
    max-width: 250px;
}

/*==============================================================================================================================================*/
/*------ハンバーガー------*/
.nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
    @media (max-width: 1024px) {
        .nav-toggle {
            display: block;
        }
    }
.nav-toggle div {
    position: relative;
}
    @media (max-width: 1024px) {
        .nav-toggle span {
            display: block;
            position: absolute;
            height: 4px;
            width: 100%;
            background: #666;
            left: 0;
            -webkit-transition: .35s ease-in-out;
            -moz-transition: .35s ease-in-out;
            transition: .35s ease-in-out;
        }
        .nav-toggle span:nth-child(1) {
            top: 0;
        }
        .nav-toggle span:nth-child(2) {
            top: 11px;
        }
        .nav-toggle span:nth-child(3) {
            top: 22px;
        }
        /* .nav-toggle 切り替えアニメーション */
        .open .nav-toggle span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(315deg);
            -moz-transform: rotate(315deg);
            transform: rotate(315deg);
        }
        .open .nav-toggle span:nth-child(2) {
            width: 0;
            left: 50%;
        }
        .open .nav-toggle span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-315deg);
            -moz-transform: rotate(-315deg);
            transform: rotate(-315deg);
        }
        /* .global-nav スライドアニメーション */
        .open .global-nav {
            /* .global-nav top + .mobile-head height */
            -moz-transform: translateY(556px);
            -webkit-transform: translateY(556px);
            transform: translateY(556px);
        }
    }
/*====================================================================

====================================================================*/
main {
    width: 100%;
    margin: auto;
    margin-top: 100px;
    padding-bottom: 150px;
}
    @media (max-width: 1024px) {
        main {
            margin-top: 56px;
            padding-bottom: 50px;
        }
    }
#index main {
    width: 100%;
    padding-bottom: 0px;
}
    @media (max-width: 1024px) {
    }
#quality main {
    padding-bottom: 0px;
}
    @media (max-width: 1024px) {
    }
#contact main {
    padding-bottom: 150px;
}
    @media (max-width: 1024px) {
        #contact main {
            padding-bottom: 50px;
        }
    }
#recruit main {
    margin-top: 0px;
    padding-bottom: 0px;
}
    @media (max-width: 1024px) {
    }
#interview main {
    padding-bottom: 0px;
}
    @media (max-width: 1024px) {
    }
/*-----------------------------------*/
.right_ad {
    position: fixed;
    top: 140px;
    right: 0px;
    z-index: 10;
}
.right_ad ul {
}
.right_ad ul li {
    margin-bottom: 30px;
}
    @media (max-width: 1024px) {
        .right_ad {
            display: none;
        }
        .right_ad img {
            max-width: 30px
        }
    }
/*-----------------------------------*/
.f_contact_sp {
    position: fixed;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 100;
    display: none;
}
.f_contact_sp .contact_bt {
    width: 100%;
}
.f_contact_sp .contact_bt a {
    width: 100%;
    height: 50px;
    background-color: #143463;
    font-size: 1.6em;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.f_contact_sp .contact_bt a img {
    margin-right: 10px;
    max-width: 36px;
}
.f_contact_sp .page_top {
    width: 50px;
    height: 50px;
}
.f_contact_sp .page_top a {
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    align-items:center;
    text-align: center;
    flex-wrap: wrap;
    background-color: #C13042;
    text-decoration: none;
}
.f_contact_sp .page_top a img {
    max-width: 13px;
    margin: 0px auto;
    margin-bottom: 4px;
}
.f_contact_sp .page_top a span {
    font-size: 1.2em;
    color: #FFFFFF;
    width: 100%;
}
    @media (max-width: 1024px) {
        .f_contact_sp {
            display: flex;
        }
    }
/*====================================================================
footer
====================================================================*/
footer {
    width: 100%;
    margin: auto;
    background-color: #143463;
    padding: 40px 0px 15px 0px;
}
footer .bl1{
    width: 1200px;
}
    @media (max-width: 1230px) {
        footer .bl1{
            width: 96%;
        }
    }
footer .bl1 h3{
    text-align: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
footer .bl1 h3 img{
    max-width: 290px;
}
    @media (max-width: 1024px) {
        footer .bl1 h3{
            padding-bottom: 10px;
            margin-bottom: 30px;
        }
    }
footer .f_menu{
    display: flex;
    margin-bottom: 50px;
}
    @media (max-width: 1024px) {
        footer .f_menu{
            display: flex;
            margin-bottom: 0px;
        }
    }
footer .f_menu h4{
    text-align: left;
    background-image: url("../img/common/icon1.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-bottom: 12px;
}
footer .f_menu h4 a{
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 0.08em;
    text-align: left;
    color: #d4d4d4;
}
footer .f_menu ul li{
    padding-left: 20px;
    padding-bottom: 6px;
}
footer .f_menu ul li a{
    font-size: 1.2em;
    letter-spacing: 0.08em;
    color: #d4d4d4;
}
footer .f_menu .f_menu1{
    width: 28%;
}
    @media (max-width: 1024px) {
        footer .f_menu .f_menu1{
            display: none;
        }
    }
footer .f_menu .f_menu2{
    width: 25%;
}
    @media (max-width: 1024px) {
        footer .f_menu .f_menu2{
            display: none;
        }
    }
footer .f_menu .f_menu3{
    width: 19%;
}
    @media (max-width: 1024px) {
        footer .f_menu .f_menu3{
            display: none;
        }
    }
footer .f_menu .f_menu4{
    width: 17%;
}
    @media (max-width: 1024px) {
        footer .f_menu .f_menu4{
            display: none;
        }
    }
footer .f_menu .f_menu5{
    width: 11%;
}
    @media (max-width: 1024px) {
        footer .f_menu .f_menu5{
            display: none;
        }
    }
footer .f_menu .f_menu6{
    width: 47%;
    text-align: right;
}
    @media (max-width: 1024px) {
        footer .f_menu .f_menu6{
            width: 80%;
            margin: auto;
        }
        footer .f_menu .f_menu6 ul{
            display: flex;
            justify-content: center;
        }
    }
footer .f_menu .f_menu6 dl{
}
footer .f_menu .f_menu6 dl dt{
    margin-bottom: 5px;
}
footer .f_menu .f_menu6 dl dd{
    font-size: 0.8em;
    letter-spacing: 0.08em;
    color: #fff;
}
footer .f_copy{
    font-size: 1.2em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #a8a8a8;
}
    @media (max-width: 1024px) {
        footer .f_copy{
            font-size: 1em;
            padding-top: 10px;
        }
    }
/*---------- pagetop start ----------*/
#page_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 160px;
    color: #FFFFFF;
    font-size: 1.8em;
    background: #143463;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border: 2px solid #143463;
    z-index: 1;
    transition: .3s;
    background-image:url("../img/common/page_top.png");
    background-repeat: no-repeat;
    background-position: right 5% center;
    text-decoration: none;
   writing-mode: vertical-rl;
   -ms-writing-mode: tb-rl; /* IE対応 */
}
#page_top a {
    width: 40px;
    height: 160px;
}
    @media (max-width: 1024px) {
        #page_top {
            width: 30px;
            height: 96px;
            background-size: cover;
            background-position: right 0% top;
        }
        #page_top a {
            width: 30px;
            height: 96px;
        }
        #page_top a img {
            width: 100%;
        }
    }
#page_top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    transform-origin: 100% 0%;
    transform: scaleY(0);
    transition: transform ease .3s;
    background-repeat: no-repeat;
    background-position: right 3% center;
    text-decoration: none;
    background-image:url("../img/common/page_top.png");
}
    @media (max-width: 1024px) {
        #page_top::before {
            width: 30px;
            height: 96px;
            background-size: cover;
            background-position: right 0% center;
        }
    }
#page_top:hover {
    color: #143463;
    text-decoration: none;
}
#page_top:hover::before {
    transform-origin: 0% 100%;
    transform: scaleY(1);
    text-decoration: none;
}

    @media (max-width: 1024px) {
        #page_top {
            display: none!important;
            width: 0px;
            height: 0px;
            background: none;
        }
        #page_top::before {
            width: 0px;
            height: 0px;
        }
    }
    