@charset "utf-8";

/*==============================

		common.css

==============================*/

/*------------------------------
	共通スタイル
------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
}
body { 
	font-size: 1.4rem;
	line-height: 2.0;
	width: 100%;
	height: 100%;
	
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}
/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 768px) {
.spOnly{
	display: none !important;
}
.inner{
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    }
}
/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 767px) {
img{
	width: 100%;
	height: auto;
}
.pcOnly{
	display: none !important;
}
.inner{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    }
body { 
	font-size: 3vw;
	line-height: 2.0;
}
}
/*------------------------------
	clearfix
------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	visibility:hidden;
	clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}

/*------------------------------
	上書き用スタイル
------------------------------*/
.dn {display: none !important;}
.di {display: inline !important;}
.dib {display: inline-block !important;}
.db {display: block !important;}

.fwb {font-weight: bold !important;}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.tdn {text-decoration: none !important;}
.tdu {text-decoration: underline !important;}

.vat {vertical-align: top !important;}
.vam {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}

.bdn {border: none !important;}
.bdtn {border-top: none !important;}
.bdrn {border-right: none !important;}
.bdbn {border-bottom: none !important;}
.bdln {border-left: none !important;}

.ovh {overflow: hidden !important;}

.posr {position: relative !important;}

.zi1 {z-index: 1 !important;}

.curp {cursor: pointer !important;}
.mincho{ font-family: 'Noto Serif JP', sans-serif;
}
.ten_mincho{ font-family: "ten-mincho",serif;
}

/*------------------------------
共通
------------------------------*/
#header{
    width: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left:0;
    z-index: 100;
}
.navigation .gNav li{
    float: left;
}
.navigation .gNav li span{
    display: block;
}
.navigation .gNav li:last-child{
    margin-right: 0;
}
.navigation .gNav li a{
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-decoration: none;
}
.navigation .gNav li.newgraduates a{
    background: #1EAA39;
    border: 1px solid #00571F;
}
.navigation .gNav li.career a{
    background: #F29600;
    border: 1px solid #BD6900;
}
.navigation .gNav li.company a{
    background: #036EB8;
    border: 1px solid #172A88;
}
.navigation .gNav li.newgraduates a:hover{
    background: #00571F;
}
.navigation .gNav li.career a:hover{
    background: #BD6900;
}
.navigation .gNav li.company a:hover{
    background: #172A88;
}
.bg_green{
    background: #EEF7ED;
}
a {
  transition: color .3s;
}
a:link { color: #231815; text-decoration: none;}
a:visited { color: #231815; }
a:hover { color: #1EAA39; }
a:active { color: #231815; }

.button {
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*------------------------------
header PC
------------------------------*/
@media screen and (min-width: 768px) {
    #header{
        height: 150px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .logo{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 2%;
        height: 85px;
    }
    .logo a{
        background: url(http://www.recruit.takarapharmacy.co.jp/wp-content/uploads/2019/06/logo.png) no-repeat;
        background-size: contain;
        width: 422px;
        height: 85px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
    }
    .navigation{
        position: absolute;
        height: 70px;
        right: 3.2%;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .navigation .gNav{
        display: inline-block;
        font-size: 0;
    }
    .navigation .gNav li{
        margin-right: 11px;
        line-height: 1.6;
    }
    .navigation .gNav li a{
        height: 48px;
        width: 150px;
        font-size: 1.4rem;
        padding-top: 22px;
        letter-spacing: 0.3em;
        text-indent: 0.3em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .navigation .gNav li:last-child a{
        height: 55px;
        padding-top: 15px;
    }
    
    
    .navigation .gNav li span{
        font-size: 1.1rem;
    }
    .navigation .facebook{
        display: inline-block;
        font-size: 0;
        margin-right: 25px;
        margin-left: 25px;
    }
    .navigation .facebook img{
        padding-top: 7px;
        width: 60px;
        height: auto;
    }
    .navigation ul.mynav{
        display: inline-block;
        width: 140px;
        font-size: 0;
    }
    .navigation ul.mynav li{
        margin-bottom: 4px;
    }
    .navigation ul.mynav li:last-child{
        margin-bottom: 0;
    }
    .navigation ul.mynav li img{
        width: 140px;
        height: auto;
    }
    
}

/*------------------------------
header TABLET
------------------------------*/
@media only screen and (min-width:768px) and (max-width:1200px){
    .navigation .facebook{
        display: none;
    }
    .navigation ul.mynav{
        display: none;
    }
}


/*------------------------------
header SP
------------------------------*/
@media screen and (max-width:767px){
    #header{
        height:14.5vw;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .logo{
        position: absolute;
        top: 3vw;
        left: 2%;
        width: 37.33%;
    }
    .logo a{
        background: url(http://www.recruit.takarapharmacy.co.jp/wp-content/uploads/2019/06/logo.png) no-repeat;
        background-size: contain;
	    height: 0;
        padding-top: 20.616%;
        text-indent:100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
    }
    .navigation{
        position: absolute;
        right: 2%;
        top: 3vw;
        bottom: 0;
        margin: auto;
    }
    .navigation .gNav{
        display: inline-block;
        font-size: 0;
    }
    .navigation .gNav li{
        margin-right: 1vw;
        line-height: 1.4;
    }
    .navigation .gNav li a{
        width: 16vw;
        height: 5.0vw;
        padding-top: 2.8vw;
        padding-bottom: 1vw;
        font-size: 2.2vw;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        padding-top: ;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .navigation .gNav li:last-child a{
        height: 6.4vw;
        padding-top: 1.4vw;
    }
    
    .navigation .gNav li span{
        font-size: 1.8vw;
    }
    .navigation .facebook{
        display: none;
    }
    .navigation ul.mynav{
        display: none;
    }
}
/*------------------------------
footer PC
------------------------------*/
@media screen and (min-width: 768px) {
    #page_top{
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index:100;
    } 
    #page_top img{
        width: 40px;
        height: auto;
    }
    #footer{
        text-align: center;
        font-size: 1.2rem;
        margin-top: 100px;
    }
    #footer .f_logo img{
        width: 350px;
        height: auto;
        margin-bottom: 30px;
    }
    #footer .copyright{
        border-top: 1px solid rgba(0,0,0,0.3);
        line-height: 5;
    }
    #footer .f_navi{
        width: 450px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
	#footer .f_facebook{
        vertical-align: middle;
        width: 15%;
        float: left;
        margin-right: 5%;
    }
    #footer .f_mynav{
        vertical-align: middle;
        width: 80%;
        float: left;
        font-size: 0;
        margin-top: 1vw;
    }
    #footer .f_mynav li{
        float: left;
        width: 150px;
        margin-right: 4%;
    }
    #footer .f_mynav li:last-child{
	    float: left;
        width: 150px;
        margin-right: 0%;
    }
}
/*------------------------------
footer SP
------------------------------*/
@media screen and (max-width:767px){
    #page_top{
        width: 10%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index:100;
    }
    #footer{
        font-size: 2.0vw;
        margin-top: 10vw;
        text-align: center;
    }
    #footer .f_logo{
        padding-bottom: 5vw;
        width: 54%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
    #footer .f_navi{
        width: 54%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20vw;
    }
    
    #footer .f_facebook{
        vertical-align: middle;
        width: 15%;
        float: left;
        margin-right: 5%;
    }
    #footer .f_mynav{
        vertical-align: middle;
        width: 80%;
        float: left;
        font-size: 0;
        margin-top: 1.5vw;
    }
    #footer .f_mynav li{
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    #footer .f_mynav li:last-child{
        margin-right: 0;
    }
    #footer .copyright{
        border-top: 1px solid rgba(0,0,0,0.3);
        line-height: 5;
        font-size: 3.2vw;
    }
}