@charset  "utf-8";

/* Common.css */

html,body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Work Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
	color: #000;
	font-weight: 400;
	letter-spacing: .1em;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1;
	margin: 0 auto;
}

h1 {
	margin: 10px 0;
	padding: 6px 0;
}

h2 {
	font-size: 25px;
    /* font-size: 1.8rem; */
    margin: 0;
    padding: 80px 0;
    line-height: 1;
    text-align: center;
    font-weight: 400;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 1.5;
	margin: 25px auto;
	font-weight: 400;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	margin: 10px auto;
}

ul {
	list-style: none;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: none;
}

#top_container {
    margin-top: 151px;
}

span.new {
    font-size: 10px;
    background-color: #644B78 !important;
    color: #fff;
}

.switch {
	visibility: hidden;
}

.more_button {
    text-align: center;
    line-height: 1.5;
}

.more_button a {
    display: block;
    padding: 14px 0px;
    max-width: 200px;
    margin: 0 auto;
    font-size: 11px;
	color:#000;
    background: #fff;
    border: 1px solid #000;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.more_button a:hover {
	color:#fff;
    background: #000;
    border: 1px solid #000;
}

.caption_move .more_button {
    padding: 14px 0px;
    max-width: 200px;
    margin: 0 auto;
    font-size: 11px;
    color: #000;
    background: #fff;
    position: absolute;
    width: 100%;
    margin-left: -100px;
    margin-top: -20px;
    left: 50%;
    top: 50%;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

#page_top{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9;
}

#page_top a {
    font-size: 20px;
    line-height: 0;
    padding: 20px 10px;
}

@media screen and (max-width: 480px) {

	#page_top{
		bottom: 20px;
		right: 20px;
	}
	
}

/*---------------------------リクルートバナー---------------------------*/

.recruit_bannar {
	width: 100%;
	position: fixed;
	top: 0;
	height: 30px;
	background: #EAEAEA;
	z-index: 999;
}

.recruit_bannar p {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em 0;
	text-align: left;
}

/*---------------------------ヘッダー---------------------------*/

header {
    position: fixed;
    /*position: relative;*/
    width: 100%;
	background: #fff; 
    z-index: 99;
    top: 0;

	border-bottom: 1px solid #cdcdcd;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 a {
    display: block;
    padding: 40px 0;
    width: 150px;
    margin: 0 auto;
}

h1 img {
	width: 100%;
}

#head_content {
    margin: 0 auto;
}

#header_menu {
    margin: 0 auto 10px;
    text-align: center;
}

#header_menu li {
	display: inline-table;
}

#header_menu li a {
    padding: 0 15px;
    font-size: 15px;
    display: block;
    letter-spacing: .15em;
    font-weight: 500;
}

#header_sns {
    position: absolute;
    top: 20px;
    left: 20px;
}

#header_right {
    position: absolute;
    top: 20px;
    right: 20px;
}

#header_sns li,
#header_right li {
	display: inline-table;
}

#header_sns li a,
#header_right li a {
	padding: 2px .5em;
	font-size: 15px;
	display: block;
}

.open_menu_bt {
    display: block;
    cursor: pointer;
    transition: all 0.18s ease-out 0s;
    z-index: 30000;
	position:relative;
}

.open_menu_box  {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    min-width: 190px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    padding: 5% !important;
    box-sizing: content-box;
}

.open_menu_box a{
	display:inline-block !important;
}

#head_wrap,
#head_wrap.fixed h1 a,
#head_wrap h1 a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Fixed */

.fixed #header_menu {
    margin: 0 auto 20px;
}

#head_wrap.fixed h1 a {
    padding: 20px 0;
    width: 100px;
}

.button_bag {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button_bag img {
	width: 100%;
}


/*----------------------------------------ヘッダーメニュー----------------------------------------*/

#head_content li a:link {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#head_content li a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#head_content li a:hover {
	color: #000;
    text-decoration: underline;
}

/*----------------------------------------フッターメニュー----------------------------------------*/

footer {
    padding: 60px 0;
}

#footer_logo {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 300px;
}

/*#footer_logo li {
    float: left;
    width: 50%;
}*/

#footer_logo li h4 {
	height: 40px;
}

#footer_logo li h4 img {
	height: 100%;
	width: auto;
}

#footer_menu,
#footer_menu2 {
 	text-align: center;
	margin-bottom: 60px;
    font-size: 12px;
    line-height: 2;
}

#footer_menu li,
#footer_nav_sns li,
#footer_menu2 li {
    display: inline-table;
}

#footer_menu li a,
#footer_menu2 li a,
#footer_nav_sns li a{
	display: block;
	padding: 0 20px;
}

#footer_nav_sns {
	font-size: 15px;
	text-align: center;
	margin-bottom: 60px;
}

#copyright {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}

#footer a:link {
	color: #000;
}

#footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	
/*-------------------------hover effect--------------------------*/

.caption_wrap {
    position: relative;
}

.caption_wrap a{
    display: block;
}

.caption_move a {
    width: 100%;
    position: absolute;
    top: 50%;
	left:50%;
    margin-top: -1.5em;
    margin-left: -50%;
    font-size: 15px;
    color: #000;
}

}

@media screen and (max-width: 768px) {
	
	.recruit_bannar p {
		text-align: center;
	}

	#top_container {
	    margin-top: 61px;
	}

	h1 {
		height: 60px;
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 999;
	}

	h1 a {
		padding: 10px 0;
		width: 110px;
	}

	#header_menu li {
		width: 100%;
	}

	#header_menu li a {
		padding: 8px 0;
		font-size: 15px;
	}

	#header_sns_sp {
		max-width: 100px;
		margin: 0 auto;
	}

	#header_sns_sp li {
		width: 50%;
		float: left;
		text-align: center;
	}
	
	.open_menu_box{
		position: relative;
		margin: 0 auto;
		padding: 0 !important;
		left: 0;
	}
	
	.caption_move,
	.caption_move span{
		display:none;
	}
}

@media screen and (max-width: 480px) {

	h2 {
		text-align: center !important;
		padding: 40px 0;
	}

	/*---------------------------ヘッダー(SP)---------------------------*/

	#head_content_sp h1 a {
		width: 100%;
	}

	#head_content_sp {
		height: auto;
	}

	.menu_allbox {
		margin-top: 0;
	}

	/*---------------------------フッダー(SP)---------------------------*/

	#footer_menu li {
		display: block;
		padding: 5px;
		line-height: 2;
		font-size: 15px;
	}

	/*---------------------------main_wrap---------------------------*/
	
	#contents {
		position: relative;
	}/*SPフッターサブメニュー分*/
	
}













/*---------------------------配置・調整など---------------------------*/

/* Clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	clear: both;
}

/* 文字サイズ */
.font_9 {
	font-size: 9px !important;
	font-size: .9rem !important;
}

.font_10 {
	font-size: 10px !important;
	font-size: 1rem !important;
}

.font_11 {
	font-size: 11px !important;
	font-size: 1.1rem !important;
}

.font_15 {
	font-size: 15px !important;
	font-size: 1.5rem !important;
}

.font_13 {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}

.font_20 {
	font-size: 20px !important;
	font-size: 2rem !important;
}

.font_25 {
	font-size: 25px !important;
	font-size: 2.5rem !important;
}

.font_30 {
	font-size: 30px !important;
	font-size: 3rem !important;
}

/* 文字色 */
.text_red {
	color: /*#900000*/
red;
}

.text_blue {
	color: #369;
}

.text_green {
	color: #696;
}

.text_gray {
	color: #999;
}

.text_emmi {
	color: #644B78 !important;
}

.text_we {
	color: #FDAB9E !important;
}

.text_line {
	text-decoration: line-through;
}

.text_italic {
	font-style: italic;
}

/* テキスト配置 */
.tex_b {
	font-weight: 700;
}

.tex_n {
	font-weight: 400;
}

.tex_l {
	text-align: left !important;
}

.tex_r {
	text-align: right !important;
}

.tex_c {
	text-align: center !important;
}

/* Float設定 */
.flo_l {
	float: left;
}

.flo_r {
	float: right;
}

.flo_n {
	float: none;
}

/* Margin Padding */
.ma_auto {
/*中央配置*/
	margin-left: auto;
	margin-right: auto;
}

.ma_0 {
	margin: 0 !important;
}

.ma_t3 {
	margin-top: 3px;
}

.ma_t5 {
	margin-top: 5px;
}

.ma_t10 {
	margin-top: 10px;
}

.ma_t20 {
	margin-top: 20px !important;
}

.ma_t30 {
	margin-top: 30px !important;
}

.ma_t40 {
	margin-top: 40px;
}

.ma_t50 {
	margin-top: 50px;
}

.ma_t100 {
	margin-top: 100px;
}

.ma_r5 {
	margin-right: 5px;
}

.ma_r10 {
	margin-right: 10px;
}

.ma_r20 {
	margin-right: 20px;
}

.ma_r30 {
	margin-right: 30px;
}

.ma_r40 {
	margin-right: 40px;
}

.ma_r50 {
	margin-right: 50px;
}

.ma_r100 {
	margin-right: 100px;
}

.ma_b5 {
	margin-bottom: 5px;
}

.ma_b10 {
	margin-bottom: 10px;
}

.ma_b20 {
	margin-bottom: 20px;
}

.ma_b30 {
	margin-bottom: 30px;
}

.ma_b40 {
	margin-bottom: 40px;
}

.ma_b50 {
	margin-bottom: 50px;
}

.ma_b100 {
	margin-bottom: 100px;
}

.ma_l5 {
	margin-left: 5px;
}

.ma_l5p {
	margin-left: 5%;
}

.ma_l10 {
	margin-left: 10px;
}

.ma_l20 {
	margin-left: 20px;
}

.ma_l30 {
	margin-left: 30px;
}

.ma_l40 {
	margin-left: 40px;
}

.ma_l50 {
	margin-left: 50px;
}

.ma_l100 {
	margin-left: 100px;
}

.pa_t5 {
	margin-top: 5px;
}

.pa_t10 {
	margin-top: 10px;
}

.pa_t20 {
	padding-top: 20px;
}

.pa_t30 {
	padding-top: 30px;
}

.pa_t40 {
	padding-top: 40px;
}

.pa_t50 {
	padding-top: 50px;
}

.pa_r5 {
	padding-right: 5px;
}

.pa_r10 {
	padding-right: 10px;
}

.pa_r20 {
	padding-right: 20px;
}

.pa_r30 {
	padding-right: 30px;
}

.pa_r40 {
	padding-right: 40px;
}

.pa_r50 {
	padding-right: 50px;
}

.pa_b5 {
	padding-bottom: 5px;
}

.pa_b10 {
	padding-bottom: 10px;
}

.pa_b20 {
	padding-bottom: 20px;
}

.pa_b30 {
	padding-bottom: 30px;
}

.pa_b40 {
	padding-bottom: 40px;
}

.pa_b50 {
	padding-bottom: 50px;
}

.pa_b5 {
	padding-bottom: 5px;
}

.pa_b10 {
	padding-bottom: 10px;
}

.pa_b20 {
	padding-bottom: 20px;
}

.pa_b30 {
	padding-bottom: 30px;
}

.pa_b40 {
	padding-bottom: 40px;
}

.pa_b50 {
	padding-bottom: 50px;
}

.pa_l10 {
	padding-left: 10px;
}

.pa_l20 {
	padding-left: 20px;
}

.pa_l30 {
	padding-left: 30px;
}

.pa_l40 {
	padding-left: 40px;
}

.pa_l50 {
	padding-left: 50px;
}

/* 横幅指定 */
.w200 {
	width: 200% !important;
}

.w100 {
	width: 100% !important;
}

.w90 {
	width: 90%;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w30 {
	width: 30% !important;
}

.w33 {
	width: 33% !important;
}

.w25 {
	width: 25% !important;
}

.w20 {
	width: 20%;
}

.w10 {
	width: 10%;
}

/*---------------------------Decoration_font_---------------------------*/
.font_gray {
	color: #939393;
}

.font_white {
	color: #fff;
}

.font_red {
	color: #F33;
}

.font_b {
    font-weight: bold;
}

/*---------------------------Decoration_border_---------------------------*/
.border_box {
	border: #000 1px solid;
}

.border_top {
	border-top: #000 1px solid;
}

/*.border_bottom{ border-bottom:#000 1px solid;}*/
.border_bottom {
	border-bottom: 1px solid;
}

/*---------------------------Decoration_btn_---------------------------*/
.sp_none {
	display: block !important;
}

.pc_none {
	display: none !important;
}

.pc_only {
	display: block !important;
}

@media screen and (max-width: 768px) {
	/* 768px以下 */
	.pc_only {
		display: none !important;
	}

	.pc_none {
		display: block !important;
	}
}

@media screen and (min-width: 481px) {
	/* 480px以上 */
	.sp_only {
		display: none !important;
	}
}

@media screen and (max-width: 480px) {
	/* 480px以下 */

	.sp_only {
		display: inline-block !important;
	}

	.sp_none {
		display: none !important;
	}
}