@charset "utf-8";

/* --------------------

リセット

-------------------- */
*{margin:0;padding:0;}
*,*:before,*:after{box-sizing:border-box;}
a{text-decoration:none;color:#333;}
li{list-style-type:none;}
.cf:before,.cf:after{content:"";display:table;}.cf:after{clear:both;}.cf{zoom:1;}

body,button,input,select,textarea,h1,h2,h3,h4,h5,h6{
font-family:'ヒラギノ角ゴ W3 JIS2004', 'Hiragino Kaku Gothic W3 JIS2004', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
color:#111;
font-size:14px;
line-height:1.4;
}

/* --------------------

共通

-------------------- */
.h1,h2,h3{font-weight:bold;}
.h2{font-size:36px;}
.h2e{font-size:14px;margin-top:10px;}
.h3{font-size:26px;}

.yellow{font-weight:bold;background-color:rgba(255,255,0,0.4)}
.red{color:#FF0000;margin-left:10px;}
.center{text-align:center;}
.bold{font-weight:bold;}


/*テキストまとめて*/
.text_wrap p{margin-bottom:10px;}
.text_wrap p:last-child{margin-bottom:0;}

/*吹き出し*/
.label{
	font-size:16px;
	padding: 5px 15px;
	background-color:#6BC7C1;
	color:#fff;
	display:inline-block;
	margin-bottom:20px;
	position:relative;
	border-radius: 5px;
}

.label:after {
	position: absolute;
	top: 100%;
	left:50%;
	margin-left:-6px;
	content: '';
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 6px solid #6BC7C1;
}

/*PC・タブレット*/
@media (min-width:768px){
.sp_only{display:none;}
}

/* ------------------------------

メインビジュアル

------------------------------ */
body{background:url(../img/mainv.png) center/cover no-repeat fixed;}

/*スマホ*/
@media screen and (max-width:767px){
body{background:none;}
body:before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height:900px;
	background:url(../img/mainv.png) center/auto 900px no-repeat;
	-webkit-background-size:cover;/*Android4*/
} 
}

/* ------------------------------

ヘッダー

------------------------------ */
.header{
	color:rgba(0,0,0,0.9);
	text-align:center;
	font-weight:bold;
	background: url(../img/dot.png),rgba(255,255,255,0.3);
}

.header_attention{
	padding:10px;
	background:rgba(255,255,255,0.4);
	font-size:12px;
	text-align:left;
}

.header_attention a{
	text-decoration:underline;
	margin:0 5px;
}

.header_inner{
	position:relative;
	padding:100px 0 180px 0;
}

.header_title{font-size:100px;}
.header_catch_title{font-size:40px;}
.header_catch_sub_title{font-size: 20px;}

.header_arrow{
    display: block;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    text-align: center;
    font-weight: bold;
    z-index: 100;
}

.header_arrow:after{
    display: block;
    content: '';
    position: absolute;
    margin-left: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-top: 3px solid #111;
    border-right: 3px solid #111;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*PC・タブレット*/
@media (min-width:768px){
.header_attention{text-align:center;}
.header_attention a:hover{text-decoration:none;}
}

/*スマホ*/
@media screen and (max-width:767px){
.header_title{font-size:56px;}
}

/* ------------------------------

イントロ

------------------------------ */
#intro{background-color:#fff;}

.intro_inner{
	width:80%;
	margin:0 auto;
	padding:80px 0;
}

/*スマホ*/
@media screen and (max-width:767px){
.intro_inner{
	width:100%;
	padding:50px 20px;
}
}

/*PC・タブレット*/
@media (min-width:768px){
.intro_tablecell{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border-collapse: separate;
	border-spacing:0;
}

.intro_tablecell > div{
	display:table-cell;
	vertical-align:middle;
}

.intro_tablecell > div:first-child{padding-right:30px;}
}

/*スマホ*/
@media screen and (max-width:767px){
.intro_tablecell > div{margin-bottom:30px;}
.intro_tablecell > div:last-child{margin-bottom:0;}
}

#intro .h2{
	margin-bottom:20px;
	color:#6BC7C1;
}

#intro .h3{margin-bottom:20px;}

/* ------------------------------

カスタマ薬局で働く

------------------------------ */
.workplace{background-color:#ECECEC;}

.workplace_inner{
	width:80%;
	margin:0 auto;
	padding:80px 0;
}

/*スマホ*/
@media screen and (max-width:767px){
.workplace_inner{
	width:100%;
	padding:50px 20px;
}
}

.workplace .h2{margin-bottom:30px;}

.workplace dl{
	background: rgba(255,255,255,0.6);
	border-radius: 3px;
	padding:20px;
}

.workplace dl + dl{margin-top:30px;}

.workplace dl dt .h3{
	font-weight:bold;
	color:#6BC7C1;
}

.workplace dl dd p{margin-top:10px;}

/* ------------------------------

社員紹介

------------------------------ */
.member{background-color:#fff;}

.member_inner{
	width:80%;
	margin:0 auto;
	padding:80px 0;
}

/*スマホ*/
@media screen and (max-width:767px){
.member_inner{
	width:100%;
	padding:50px 20px;
}
}

/*PC・タブレット*/
@media (min-width:768px){
.member_tablecell{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border-collapse: separate;
	border-spacing:30px;
}

.member_tablecell > div{
	display:table-cell;
	vertical-align:top;
}
}

/*スマホ*/
@media screen and (max-width:767px){
.member_tablecell > div{margin-bottom:30px;}
.member_tablecell > div:last-child{margin-bottom:0;}
}

.member_img img{width:100%;}

.member_info{
	line-height:1;
	margin-top:30px;
}

.member_info span{
	vertical-align:middle;
	margin-right:10px;
}

/*アイコン*/
.member_info span:first-child{
	display:inline-block;
	padding:5px 10px;
	background-color:#000;
	color:#fff;
	border-radius:3px;
}

/*名前*/
.member_info span:nth-child(2){
	font-size:20px;
	font-weight:bold;
}

/*名前ローマ字*/
.member_info span:last-child{font-size:12px;}
.member_question{
	margin:20px 0 5px 0;
	color:#6BC7C1;
	font-size:18px;
    font-weight: bold;
}
.member .third_list:last-child{padding-top:30px;}

/*スマホ*/
@media screen and (max-width:767px){
.member .h2{margin-bottom: 30px;}
}

/* ------------------------------

募集要項

------------------------------ */
#recruit{background-color:#6BC7C1;}

.recruit_inner{
	width:80%;
	margin:0 auto;
	padding:80px 0;
}

/*スマホ*/
@media screen and (max-width:767px){
.recruit_inner{
	width:100%;
	padding:50px 20px;
}
}

/*PC・タブレット*/
@media (min-width:768px){
.recruit_tablecell{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border-collapse: separate;
	border-spacing:30px;
}
.recruit_tablecell .recruit_tablerow > a{
	display:table-cell;
	vertical-align:top;
}
.recruit_tablerow{display:table-row;}
}

/*スマホ*/
@media screen and (max-width:767px){
.recruit_tablecell .recruit_tablerow > a{margin-bottom:30px;}
.recruit_tablecell .recruit_tablerow > a:last-child{margin-bottom:0;}
.recruit_tablecell .recruit_tablerow + .recruit_tablerow{margin-top:30px;}
}

#recruit .h2{
	text-align:center;
	color:#fff;
}

.job_list a{
	display:block;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	background-color:#fff;
	transition: all 0.3s;
}

.job_list a:hover{box-shadow: 0 0 9px rgba(0,0,0,0.6);}


.jobimg_wrap img{width:100%;}

.job_text{
	position:relative;
	padding:20px 20px 40px 20px;
}

.job_text:after {
    display: block;
    content: '';
    position: absolute;
    margin-left: -8px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*求人タイトル*/
.job_title{
	font-size:18px;
	font-weight:bold;
}

/*勤務地*/
.job_place{
	font-size:14px;
	margin-top:15px;
}

/*アイコン*/
.icon{
	display:inline-block;
	font-size:12px;
	border:1px solid #999;
	border-radius:3px;
	padding:5px;
	line-height:1;
	margin:5px 5px 0 0;
}

/*-雇用形態*/
.employment_status{
	background-color:#6BC7C1;
	border:1px solid #6BC7C1;
	color:#fff;
}

/*求人コメント*/
.job_pr{
	margin-top:20px;
	font-size:12px;
}

/*スマホ*/
@media screen and (max-width:767px){
#recruit .h2{
	margin-bottom: 30px;}
}

/* ------------------------------

フッター

------------------------------ */
.footer{
	background-color:#282f35;
	padding:30px 0;
	color:#fff;
	text-align:center;
}

.footer a{color:#fff;}
.footer_copy{font-size:10px;}
.footer ul li{vertical-align:middle;}

#page-top {
    position:fixed;
    bottom:10px;
    right:10px;
	opacity:0.9;
}

#page-top img{width:50px;}

/* --------------------

パンくずリスト

-------------------- */
.breadcrumb{margin:10px auto 40px auto;}
.footer .breadcrumb{margin:0 auto 10px auto;}

.breadcrumb li{
	position:relative;
	display:inline-block;
	margin-left:10px;
	padding-left:15px;
	color:#fff;
}

.breadcrumb li:before{
	display:block;content:'';
	position:absolute;
	top:6px;
	left:0;
	width:6px;
	height:6px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.breadcrumb li:first-child{margin:0;padding:0;}
.breadcrumb li:first-child:before{display:none;}

.breadcrumb li a{color:#fff;text-decoration:underline;}

.breadcrumb li a img{
	margin:10px;
	max-width:100%;
}

/*PC・タブレット*/
@media (min-width:768px){
.breadcrumb li a:hover{text-decoration:none;}
}




