
@charset "UTF-8";

/* 共通部分
--------------------------------------- */
html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body{
	font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.7;
	color: #000;
}

img {
	max-width: 100%;	
}	


/* SP ONLY FOOTER Nav
--------------------------------------- */
.sp_only_footer_navi{
    display: none;
}
@media screen and (max-width: 767px) {
.sp_only_footer_navi{
    position: fixed;
    bottom: 0;
    display: block;
    background-color: #000;
    z-index: 3;
    }
.navi_list {
  position: relative;
}
.navi_list .ftr_navi_link {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: block;
    z-index: 1;
    }
    /* テキストは a の上に出したいので相対配置で z-index を上げる */
    .navi_list .ftr_navi_text {
      position: relative;
      z-index: 2;
      pointer-events: none; /* テキスト上のクリックも下の a に渡す */
      margin-top: 22px;
    }    
}

.footer_navi_wrap{
    display: flex;
    height: 60px;
    padding: 7px 0;
}

.navi_list{
    width: 16.6666vw;
    font-family: Noto Sans JP;
    color: #FFF;
    text-align: center;
    padding-top: 3px;
    border-left: 1px solid #FFF;
}

.navi_list:first-child{
    border-left: none;
}

.navi_list a{
    text-decoration: none;
}

img.navi_icon{
    width: 18.24px;
}

.ftr_navi_text{
    display: block;
    font-size: 10px;
    margin-top: -3px;    
}

/* FOOTER
--------------------------------------- */

.footer {
	background-color: #000;
	padding: 17px 0 20px;
	font-family: Noto Sans JP;
}
@media screen and (max-width: 767px) {
.footer {
	padding: 1px 0 14px;
	}
}

.footer_waku{
	background-image: url("../../images/ft_bg.jpg");
	background-size: cover;
	text-align: center;
	color: white;
}
@media screen and (max-width: 767px) {
.footer_waku{
	background-image: url("../../images/ft_bg_sp.jpg");
	margin-bottom: 60px;
	}
}

.container2{
	max-width: 800px;
	margin: 0 auto;
}

.recruit_banner{
	width: 733px;
	padding-top: 45px;
}
@media screen and (max-width: 767px) {
.recruit_banner{
	padding: 30px 20px 0;
	}
}

.logo3{
	width: 210px;
	margin: 30px 0 10px;
}
@media screen and (max-width: 767px) {
.logo3{
	width: 150px;
	margin: 20px 0 5px;
	}
}

.ft_info_moji{
	color: #000;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.ft_info_moji{
	max-width: 200px;
	margin: 0 auto 25px;
	text-align: center;
	}
}

.ft_tel-link{
	color: inherit; /* 親要素の色を継承 */
}

.footer a {
	text-decoration: none !important; /* 下線を確実に消す */
	color: inherit !important; /* 親要素の色を確実に継承する */
	font-size: 14px;
	margin-left: 25px;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
.footer a {
	display: none;
	}
}

.footer a:visited {
	color: inherit; /* クリック済みリンクの色を親要素の色にする */
}
@media screen and (max-width: 767px) {
.footer a:visited {
	display: none;
	}
}  
             
.copyright{
	margin-top: 10px;
}
