@charset   "utf-8";

/* ===== Basic design Styles ================================================== */

html,body{
	position: relative;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, Helvecita, Arial, sans-serif;
	/*
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
	*/
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 180%;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #fff;
}

a {
	color: #f98fb3;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom: 1;
}

p{
	margin: 0 0 1.5em 0;
}

/* フロート解除 */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*** Common Parts ***/
.block{ display: block; }
.inline{ display: inline; }
.ilblock{ display: inline-block; }
.transparent{
	opacity: 0;
}


#loading-panel{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 5px;
	z-index: 0;
}

#loader-wrap {
	width: 100%;
	height: 5px;
	background-color: #fde9f0;
}
#loader {
	width: 0px;
	height: 5px;
	background-color: #f98fb3;
}

/* =====================================
	 Basic and for SP
===================================== */
#body{
	position: relative;
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	background-color: #fff;
	z-index: 1;
	opacity: 0;
}

#body.show{
	z-index: 1;
}

.pc_only,
.pc_only_il{
	display: none;
}


/* header
---------------------- */
header{
	position: relative;
}

#header{
	height: 100%;
	z-index: 1;
}

#header .bar{
	width: 100%;
	height: 10px;
	background: #f98fb3 url("../../images/common/header/line.png") 50% 0 repeat;
}

#header h1{
	width: 215px;
	height: 80px;
}

#header h1 img{
	width: 100%;
	height: auto;
}

/*** ナビゲーション ***/
#bt_menu{
	position: absolute;
	top: 10px;
	right: 0;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: #fde9f0;
}

nav{
	display: none;
	position: absolute;
	width: 100%;
	top: 90px;
	background: #fff;
	border-top: 2px solid #fde9f0;
	z-index: 0;
}

.nav li{
	display: inline-block;
	width: 50%;
	height: 70px;
	float: left;
	text-align: center;
	border: solid #f9c0d3;
	border-width: 0 0 1px 4px;
}

.nav a{
	display: block;
	width: 100%;
	padding: 0 10px;
	color: #333;
	line-height: 69px;
}

/* gNav */
[id^="gNav"]{
	position: relative;
}

[id^="gNav"] img{
	display: none;
}

[id^="gNav"] #gnv01{ border-color: #f98fb3; }
[id^="gNav"] #gnv02{ border-color: #f98fcd; }
[id^="gNav"] #gnv03{ border-color: #f1c400; }
[id^="gNav"] #gnv04{ border-color: #f09b3e; }
[id^="gNav"] #gnv05{ border-color: #61c473; }
[id^="gNav"] #gnv06{ border-color: #71bbf0; }
[id^="gNav"] #gnv07{ border-color: #9d8edb; }
[id^="gNav"] #gnv08{ border-color: #f0717b; }

[id^="gNav"] li{
	background-color: #fff;
	background-position: 50% -80px;
	background-repeat: repeat-x;
}

[id^="gNav"] li:hover,
[id^="gNav"] li.this{
	background-position: 50% 0px !important;
}
	
	[id^="gNav"] li#gnv01 a:hover,
	[id^="gNav"] li#gnv01.this a{ color: #f98fb3; }
	
	[id^="gNav"] li#gnv02 a:hover,
	[id^="gNav"] li#gnv02.this a{ color: #f98fcd; }
	
	[id^="gNav"] li#gnv03 a:hover,
	[id^="gNav"] li#gnv03.this a{ color: #f1c400; }
	
	[id^="gNav"] li#gnv04 a:hover,
	[id^="gNav"] li#gnv04.this a{ color: #f09b3e; }
	
	[id^="gNav"] li#gnv05 a:hover,
	[id^="gNav"] li#gnv05.this a{ color: #61c473; }
	
	[id^="gNav"] li#gnv06 a:hover,
	[id^="gNav"] li#gnv06.this a{ color: #71bbf0; }
	
	[id^="gNav"] li#gnv07 a:hover,
	[id^="gNav"] li#gnv07.this a{ color: #9d8edb; }
	
	[id^="gNav"] li#gnv08 a:hover,
	[id^="gNav"] li#gnv08.this a{ color: #f0717b; }

[id^="gNav"] li#gnv01{ background-image: url("../../images/common/gnav/nav01_bg.png"); }
[id^="gNav"] li#gnv02{ background-image: url("../../images/common/gnav/nav02_bg.png"); }
[id^="gNav"] li#gnv03{ background-image: url("../../images/common/gnav/nav03_bg.png"); }
[id^="gNav"] li#gnv04{ background-image: url("../../images/common/gnav/nav04_bg.png"); }
[id^="gNav"] li#gnv05{ background-image: url("../../images/common/gnav/nav05_bg.png"); }
[id^="gNav"] li#gnv06{ background-image: url("../../images/common/gnav/nav06_bg.png"); }
[id^="gNav"] li#gnv07{ background-image: url("../../images/common/gnav/nav07_bg.png"); }
[id^="gNav"] li#gnv08{ background-image: url("../../images/common/gnav/nav08_bg.png"); }


/* hNav */
#hNav #hnv03{
/*
	width: 100%;
*/
}
	#hNav li.this a{ color: #f98fb3; background: #fde9f0; }

/* fgNav（フローティング） */
#fmenu{
	display: none;
}



/* footer
---------------------- */
#pagetop{
	position: relative;
	margin: 0;
	padding: 20px 0 0;
	text-align: center;
	background: #fcdfe9;
	z-index: 1;
}

#footer{
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	background: #fcdfe9;
	z-index: 0;
}

#footer #sign{
	padding: 20px 15px 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

#footer #sign img{
	max-width: 370px;
}

#footer #fnav{
	padding: 0 15px 30px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

#footer #fnav li{
	display: inline-block;
	width: 45%;
}

#footer #fnav a{
	color: #f98fb3;
}

#copyright{
	display: block;
	width: 100%;
	height: 135px;
	color: #fff;
	text-align: center;
	background: #f98fb3 url("../../images/common/pattern02.png") 50% 50% repeat-x;
}

#copyright p {
	margin: 0;
	padding: 45px 30px 0;
	text-shadow: 0px 0px 5px #f98fb3;
}


/* ===== 
	TOP
 ==================================== */

/* cover */
#cover{
	position: relative;
	width: 100%;
	height: auto;
}

#cover #slide li{
	position: absolute;
	top: 0;
	width: 100%;
}

#cover #slide li:first-child{
	position: relative;
}

/* 最上段ピックアップカラム */
#pickup{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}

#pickup .wrap{
	padding: 30px 15px 20px;
}

#top_topics{
	margin: 0 auto 20px;
}

#top_topics h2{
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url("../../images/top/ttl_topics.png") 0 0 no-repeat;
	background-size: cover;
}

#top_topics .clm{
	margin: 0 auto 10px;
}

#top_topics p{
	margin: 0;
}

#top_news {
	width: 100%;
	margin: 0 auto 30px;
}

#top_news li{
	display: none;
	margin: 0 0 10px;
}
	#top_news li:nth-child(1),
	#top_news li:nth-child(2),
	#top_news li:nth-child(3){
		display: block;
	}

#top_news li a{
	color: #333;
}
#top_news li > span{
	display: block;
}

	#top_news li .date{
		color: #f98fb3;
		font-family: Lato, Helvetica, Arial;
	}

	#top_news li .source{
		display: none !important;
		color: #888;
	}


#top_recruit h2{
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url("../../images/top/ttl_recruit.png") 0 0 no-repeat;
	background-size: cover;
}

#top_recruit li{
	margin: 0 auto 10px;
}

/* アイキャッチコンテンツ */
[id^="ec-"] h1{
	display: none;
}

[id^="ec-"] h2{
	font-size: 1.6em;
	margin: 0 auto 30px;
}

[id^="ec-"] .secBg{
	margin: 0 auto;
}

[id^="ec-"] .wrap_inn{
	padding: 30px 15px;
}

[id^="ec-"] .container{
	display: inline-block;
	max-width: 600px;
	text-align: center;
}

/* ec-01 */
#ec-01{
	position: relative;
	border-top: 1px solid #f98fcd;
}

#ec-01 .wrap{
	padding: 0;
}

#ec-01 h2{
	color: #f98fcd;
}

#ec-01 .clmL{
	display: none;
}

/* ec-02 */
#ec-02{
	position: relative;
	border-top: 1px solid #f1c400;
}

#ec-02 .wrap{
	padding: 0;
}

#ec-02 h2{
	color: #f1c400;
}

#ec-02 .clmR{
	display: none;
}

/* ec-03 */
#ec-03{
	position: relative;
	border-top: 1px solid #f09b3e;
}

#ec-03 .wrap{
	padding: 0;
}

#ec-03 h2{
	color: #f09b3e;
}

#ec-03 .clmR{
	display: none;
}


/* top_cnav */
#top_cnav{
	padding: 10px;
	background: url("../../images/top/cnav_bg.jpg") 50% 0 no-repeat;
	background-size: cover;
}

#top_cnav ul{
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	background-color: rgba( 255,255,255,0.8 );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCFFFFFF,EndColorStr=#CCFFFFFF);　/* IE7以下 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCFFFFFF,EndColorStr=#CCFFFFFF)";　/* IE8以上 */
}

#top_cnav ul li{
	width: 50%;
	float: left;
	padding: 10px;
}

/* 告知モーダル */
#cv_overlay{
	position: absolute;
	width: 100%;
	top: 15vh;
	z-index: 100;
}

#cv_alert{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#cv_alert_inn{
	height: 65vh;
	overflow: auto;
	padding: 0;
}

#cv_alert .bt_close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#cv_alert .bt_close img{
	width: 100%;
	height: auto;
}

#cv_alert h1{
	margin: 40px auto 30px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 120%;
	text-align: center;
	background: transparent;
}

#cv_alert h2{
	margin: 15px auto;
	font-size: 16px;
	font-size: 1.6rem;
}


/* ===== 
	2nd page
 ==================================== */

/* ページタイトルイメージ */
#pageTtl{
	position: relative;
}
#pageTtl h2 span{
	display: block;
	margin: 0;
	padding: 5px;
	font-size: 1.0em;
	color: #fff;
	background: #f98fb3;
	text-align: center;
}
	#clr-c01 #pageTtl h2 span{ background: #f98fcd; }
	#clr-c02 #pageTtl h2 span{ background: #f1c400; }
	#clr-c03 #pageTtl h2 span{ background: #f09b3e; }
	#clr-c04 #pageTtl h2 span{ background: #61c473; }
	#clr-c05 #pageTtl h2 span{ background: #71bbf0; }
	#clr-c06 #pageTtl h2 span{ background: #9d8edb; }
	#clr-c07 #pageTtl h2 span{ background: #f0717b; }

/* パンくず */
#pagePath{
	display: none;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 12px 50px;
	color: #f98fb3;
	font-weight: bold;
	background: #fde9f0;
}

	#clr-c01  #pagePath,
	#clr-c01  #pagePath a{ color: #f98fcd; background: #fde9f5; }
	#clr-c02  #pagePath,
	#clr-c02  #pagePath a{ color: #f1c400; background: #fff7d6; }
	#clr-c03  #pagePath,
	#clr-c03  #pagePath a{ color: #f09b3e; background: #ffeedb; }
	#clr-c04  #pagePath,
	#clr-c04  #pagePath a{ color: #61c473; background: #dff0e2; }
	#clr-c05  #pagePath,
	#clr-c05  #pagePath a{ color: #71bbf0; background: #e0f0fb; }
	#clr-c06  #pagePath,
	#clr-c06  #pagePath a{ color: #9d8edb; background: #e8e4f5; }
	#clr-c07  #pagePath,
	#clr-c07  #pagePath a{ color: #f0717b; background: #ffe0e0; }

#pagePath li{
	display: inline;
}

#pagePath li:after{
	content: " > ";
	padding: 0 0.5em;
	font-weight: normal;
}

#pagePath li:last-child:after{
	content: "";
}

#pagePath a{
	color: #f98fb3;
	font-weight: normal;
}


/* サイドメニュー */
#left_side ul{
	margin: 0 0 30px;
	border: 1px solid #f9c0d3;
	border-width: 1px 0 0 1px;
}
	#clr-c01 #left_side ul{ border-color: #fac0e2; }
	#clr-c02 #left_side ul{ border-color: #ffe989; }
	#clr-c03 #left_side ul{ border-color: #ffcd98; }
	#clr-c04 #left_side ul{ border-color: #a3d5ac; }
	#clr-c05 #left_side ul{ border-color: #a7d3f3; }
	#clr-c06 #left_side ul{ border-color: #bcb3e1; }
	#clr-c07 #left_side ul{ border-color: #ffa6a6; }

#left_side li{
	width: 50%;
	float: left;
	border: solid #f9c0d3;
	border-width: 0 1px 1px 0;
}
	#clr-c01 #left_side li{ border-color: #fac0e2; }
	#clr-c02 #left_side li{ border-color: #ffe989; }
	#clr-c03 #left_side li{ border-color: #ffcd98; }
	#clr-c04 #left_side li{ border-color: #a3d5ac; }
	#clr-c05 #left_side li{ border-color: #a7d3f3; }
	#clr-c06 #left_side li{ border-color: #bcb3e1; }
	#clr-c07 #left_side li{ border-color: #ffa6a6; }

#left_side li a,
#left_side li > span{
	display: block;
	padding: 12px 5px 12px 12px;
	color: #333;
}

#left_side li.parent{
	display: none;
}

#left_side li a:hover{
	background: #fde9f0;
}
	#clr-c01 #left_side li a:hover{ background: #fde9f5; }
	#clr-c02 #left_side li a:hover{ background: #fff7d6; }
	#clr-c03 #left_side li a:hover{ background: #ffeedb; }
	#clr-c04 #left_side li a:hover{ background: #dff0e2; }
	#clr-c05 #left_side li a:hover{ background: #e0f0fb; }
	#clr-c06 #left_side li a:hover{ background: #e8e4f5; }
	#clr-c07 #left_side li a:hover{ background: #ffe0e0; }

#left_side li.this a{
	color: #f98fb3;
	font-weight: bold;
}
	#clr-c01 #left_side li.this a{ color: #f98fcd; }
	#clr-c02 #left_side li.this a{ color: #f1c400; }
	#clr-c03 #left_side li.this a{ color: #f09b3e; }
	#clr-c04 #left_side li.this a{ color: #61c473; }
	#clr-c05 #left_side li.this a{ color: #71bbf0; }
	#clr-c06 #left_side li.this a{ color: #9d8edb; }
	#clr-c07 #left_side li.this a{ color: #f0717b; }

/*
#left_side li:nth-child(odd){
	border-width: 0 1px 1px 1px;
}

#left_side li:nth-child(even){
	border-width: 0 1px 1px 0;
}
*/


/* 本文 */
#container{
	max-width: 1600px;
	margin: 0 auto 30px;
}

#container img{
	max-width: 100%;
	height: auto;
}

#container .wrap,
#container-full .wrap{
	max-width: 1600px;
	margin: 0 auto;
	padding: 15px;
}
	#home #container-full .wrap{
		max-width: 100%;
	}


/* ===== 
	汎用パーツ
 ==================================== */
.bt01{
	display: inline-block;
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #f98fb3;
	border: 1px solid #f98fb3;
}
	.bt01.c01{ border-color: #f98fcd; }
	.bt01.c02{ border-color: #f1c400; }
	.bt01.c03{ border-color: #f09b3e; }
	.bt01.c04{ border-color: #61c473; }
	.bt01.c05{ border-color: #71bbf0; }
	.bt01.c06{ border-color: #9d8edb; }
	.bt01.c07{ border-color: #f0717b; }

.bt02{
	display: inline-block;
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #f98fb3;
}
	.bt02.c01{ background: #f98fcd; }
	.bt02.c02{ background: #f1c400; }
	.bt02.c03{ background: #f09b3e; }
	.bt02.c04{ background: #61c473; }
	.bt02.c05{ background: #71bbf0; }
	.bt02.c06{ background: #9d8edb; }
	.bt02.c07{ background: #f0717b; }

.bt03{
	display: inline-block;
	margin: 5px;
	padding: 10px 25px 10px 45px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	background: #f98fb3 url("../../images/common/arrow01.png") 25px 50% no-repeat;
	background-size: 9px 12px;
}
	.bt03.c01{ background-color: #f98fcd; }
	.bt03.c02{ background-color: #f1c400; }
	.bt03.c03{ background-color: #f09b3e; }
	.bt03.c04{ background-color: #61c473; }
	.bt03.c05{ background-color: #71bbf0; }
	.bt03.c06{ background-color: #9d8edb; }
	.bt03.c07{ background-color: #f0717b; }

.localNav{
	margin: 0 auto;
	text-align: center;
}

.localNav li{
	display: inline;
}

.localNav a{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	padding: 24px 10px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 32px;
	background-color: #f98fb3;
}
	#clr-c01 .localNav a{ background-color: #f98fcd; }
	#clr-c02 .localNav a{ background-color: #f1c400; }
	#clr-c03 .localNav a{ background-color: #f09b3e; }
	#clr-c04 .localNav a{ background-color: #61c473; }
	#clr-c05 .localNav a{ background-color: #71bbf0; }
	#clr-c06 .localNav a{ background-color: #9d8edb; }
	#clr-c07 .localNav a{ background-color: #f0717b; }


.localNav.sizeS a{
	width: 48%;
	padding: 10px;
	font-size: 1.5rem;
}


.ttl01{
	margin: 30px 0 15px;
	padding: 10px 0 10px 55px;
	color: #f98fb3;
	font-size: 24px;
	font-size: 2.4rem;
	background: url("../../images/common/mark01.png") 0 50% no-repeat;
	background-size: 45px 45px;
}
	#clr-c01 .ttl01{
		color: #f98fcd;
		background-image: url("../../images/common/mark01_c01.png");
	}
	#clr-c02 .ttl01{
		color: #f1c400;
		background-image: url("../../images/common/mark01_c02.png");
	}
	#clr-c03 .ttl01{
		color: #f09b3e;
		background-image: url("../../images/common/mark01_c03.png");
	}
	#clr-c04 .ttl01{
		color: #61c473;
		background-image: url("../../images/common/mark01_c04.png");
	}
	#clr-c05 .ttl01{
		color: #71bbf0;
		background-image: url("../../images/common/mark01_c05.png");
	}
	#clr-c06 .ttl01{
		color: #9d8edb;
		background-image: url("../../images/common/mark01_c06.png");
	}
	#clr-c07 .ttl01{
		color: #f0717b;
		background-image: url("../../images/common/mark01_c07.png");
	}

/* mark02 */
.ttl01.mark02{
	background-image: url("../../images/common/mark02.png");
}
	#clr-c01 .ttl01.mark02{
		color: #f98fcd;
		background-image: url("../../images/common/mark02_c01.png");
	}
	#clr-c02 .ttl01.mark02{
		color: #f1c400;
		background-image: url("../../images/common/mark02_c02.png");
	}
	#clr-c03 .ttl01.mark02{
		color: #f09b3e;
		background-image: url("../../images/common/mark02_c03.png");
	}
	#clr-c04 .ttl01.mark02{
		color: #61c473;
		background-image: url("../../images/common/mark02_c04.png");
	}
	#clr-c05 .ttl01.mark02{
		color: #71bbf0;
		background-image: url("../../images/common/mark02_c05.png");
	}
	#clr-c06 .ttl01.mark02{
		color: #9d8edb;
		background-image: url("../../images/common/mark02_c06.png");
	}
	#clr-c07 .ttl01.mark02{
		color: #f0717b;
		background-image: url("../../images/common/mark02_c07.png");
	}

/* mark03 */
.ttl01.mark03{
	background-image: url("../../images/common/mark03.png");
}
	#clr-c01 .ttl01.mark03{
		color: #f98fcd;
		background-image: url("../../images/common/mark03_c01.png");
	}
	#clr-c02 .ttl01.mark03{
		color: #f1c400;
		background-image: url("../../images/common/mark03_c02.png");
	}
	#clr-c03 .ttl01.mark03{
		color: #f09b3e;
		background-image: url("../../images/common/mark03_c03.png");
	}
	#clr-c04 .ttl01.mark03{
		color: #61c473;
		background-image: url("../../images/common/mark03_c04.png");
	}
	#clr-c05 .ttl01.mark03{
		color: #71bbf0;
		background-image: url("../../images/common/mark03_c05.png");
	}
	#clr-c06 .ttl01.mark03{
		color: #9d8edb;
		background-image: url("../../images/common/mark03_c06.png");
	}
	#clr-c07 .ttl01.mark03{
		color: #f0717b;
		background-image: url("../../images/common/mark03_c07.png");
	}

/* mark04 */
.ttl01.mark04{
	background-image: url("../../images/common/mark04.png");
}
	#clr-c01 .ttl01.mark04{
		color: #f98fcd;
		background-image: url("../../images/common/mark04_c01.png");
	}
	#clr-c02 .ttl01.mark04{
		color: #f1c400;
		background-image: url("../../images/common/mark04_c02.png");
	}
	#clr-c03 .ttl01.mark04{
		color: #f09b3e;
		background-image: url("../../images/common/mark04_c03.png");
	}
	#clr-c04 .ttl01.mark04{
		color: #61c473;
		background-image: url("../../images/common/mark04_c04.png");
	}
	#clr-c05 .ttl01.mark04{
		color: #71bbf0;
		background-image: url("../../images/common/mark04_c05.png");
	}
	#clr-c06 .ttl01.mark04{
		color: #9d8edb;
		background-image: url("../../images/common/mark04_c06.png");
	}
	#clr-c07 .ttl01.mark04{
		color: #f0717b;
		background-image: url("../../images/common/mark04_c07.png");
	}

.ttl02{
	margin: 30px 0 15px;
	padding: 30px 10px;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	background: #f98fb3;
}
	#clr-c01 .ttl02{ background: #f98fcd; }
	#clr-c02 .ttl02{ background: #f1c400; }
	#clr-c03 .ttl02{ background: #f09b3e; }
	#clr-c04 .ttl02{ background: #61c473; }
	#clr-c05 .ttl02{ background: #71bbf0; }
	#clr-c06 .ttl02{ background: #9d8edb; }
	#clr-c07 .ttl02{ background: #f0717b; }

.ttl03{
	margin: 30px 0 15px;
	padding: 0;
	color: #f98fb3;
	line-height: 135%;
}
	#clr-c01 .ttl03{ color: #f98fcd; }
	#clr-c02 .ttl03{ color: #f1c400; }
	#clr-c03 .ttl03{ color: #f09b3e; }
	#clr-c04 .ttl03{ color: #61c473; }
	#clr-c05 .ttl03{ color: #71bbf0; }
	#clr-c06 .ttl03{ color: #9d8edb; }
	#clr-c07 .ttl03{ color: #f0717b; }


.ttl04{
	position: relative;
	margin: 30px 0 15px;
	padding: 12px 0 13px 60px;
	color: #f98fb3;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	background: url("../../images/common/mark01.png") 0 50% no-repeat;
	background-size: 50px 50px;
	overflow: hidden;
}
.ttl04:after{
	position: absolute;
	left: 25px;
	bottom: 0;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: #f98fb3;
}

.ttl04.mark02{
	background: url("../../images/common/mark02.png") 0 50% no-repeat;
	background-size: 50px 50px;
}

.ttl04.mark03{
	background: url("../../images/common/mark03.png") 0 50% no-repeat;
	background-size: 50px 50px;
}

	/* mark01 */
	#clr-c01 .ttl04{
		color: #f98fcd;
		background-image: url("../../images/common/mark01_c01.png");
	}
	#clr-c01 .ttl04:after{ background: #f98fcd; }
	
	#clr-c02 .ttl04{
		color: #f1c400;
		background-image: url("../../images/common/mark01_c02.png");
	}
	#clr-c02 .ttl04:after{ background: #f1c400; }
	
	#clr-c03 .ttl04{
		color: #f09b3e;
		background-image: url("../../images/common/mark01_c03.png");
	}
	#clr-c03 .ttl04:after{ background: #f09b3e; }
	
	#clr-c04 .ttl04{
		color: #61c473;
		background-image: url("../../images/common/mark01_c04.png");
	}
	#clr-c04 .ttl04:after{ background: #61c473; }
	
	#clr-c05 .ttl04{
		color: #71bbf0;
		background-image: url("../../images/common/mark01_c05.png");
	}
	#clr-c05 .ttl04:after{ background: #71bbf0; }
	
	#clr-c06 .ttl04{
		color: #9d8edb;
		background-image: url("../../images/common/mark01_c06.png");
	}
	#clr-c06 .ttl04:after{ background: #9d8edb; }
	
	#clr-c07 .ttl04{
		color: #f0717b;
		background-image: url("../../images/common/mark01_c07.png");
	}
	#clr-c07 .ttl04:after{ background: #f0717b; }
	
	/* mark02 */
	#clr-c01 .ttl04.mark02{
		color: #f98fcd;
		background-image: url("../../images/common/mark02_c01.png");
	}
	#clr-c02 .ttl04.mark02{
		color: #f1c400;
		background-image: url("../../images/common/mark02_c02.png");
	}
	#clr-c03 .ttl04.mark02{
		color: #f09b3e;
		background-image: url("../../images/common/mark02_c03.png");
	}
	#clr-c04 .ttl04.mark02{
		color: #61c473;
		background-image: url("../../images/common/mark02_c04.png");
	}
	#clr-c05 .ttl04.mark02{
		color: #71bbf0;
		background-image: url("../../images/common/mark02_c05.png");
	}
	#clr-c06 .ttl04.mark02{
		color: #9d8edb;
		background-image: url("../../images/common/mark02_c06.png");
	}
	#clr-c07 .ttl04.mark02{
		color: #f0717b;
		background-image: url("../../images/common/mark02_c07.png");
	}
	
	/* mark03 */
	#clr-c01 .ttl04.mark03{
		color: #f98fcd;
		background-image: url("../../images/common/mark03_c01.png");
	}
	#clr-c02 .ttl04.mark03{
		color: #f1c400;
		background-image: url("../../images/common/mark03_c02.png");
	}
	#clr-c03 .ttl04.mark03{
		color: #f09b3e;
		background-image: url("../../images/common/mark03_c03.png");
	}
	#clr-c04 .ttl04.mark03{
		color: #61c473;
		background-image: url("../../images/common/mark03_c04.png");
	}
	#clr-c05 .ttl04.mark03{
		color: #71bbf0;
		background-image: url("../../images/common/mark03_c05.png");
	}
	#clr-c06 .ttl04.mark03{
		color: #9d8edb;
		background-image: url("../../images/common/mark03_c06.png");
	}
	#clr-c07 .ttl04.mark03{
		color: #f0717b;
		background-image: url("../../images/common/mark03_c07.png");
	}
	
	/* mark04 */
	#clr-c01 .ttl04.mark04{
		color: #f98fcd;
		background-image: url("../../images/common/mark04_c01.png");
	}
	#clr-c02 .ttl04.mark04{
		color: #f1c400;
		background-image: url("../../images/common/mark04_c02.png");
	}
	#clr-c03 .ttl04.mark04{
		color: #f09b3e;
		background-image: url("../../images/common/mark04_c03.png");
	}
	#clr-c04 .ttl04.mark04{
		color: #61c473;
		background-image: url("../../images/common/mark04_c04.png");
	}
	#clr-c05 .ttl04.mark04{
		color: #71bbf0;
		background-image: url("../../images/common/mark04_c05.png");
	}
	#clr-c06 .ttl04.mark04{
		color: #9d8edb;
		background-image: url("../../images/common/mark04_c06.png");
	}
	#clr-c07 .ttl04.mark04{
		color: #f0717b;
		background-image: url("../../images/common/mark04_c07.png");
	}

.ttl05{
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #f98fb3;
	line-height: 135%;
}
	#clr-c01 .ttl05{ color: #f98fcd; }
	#clr-c02 .ttl05{ color: #f1c400; }
	#clr-c03 .ttl05{ color: #f09b3e; }
	#clr-c04 .ttl05{ color: #61c473; }
	#clr-c05 .ttl05{ color: #71bbf0; }
	#clr-c06 .ttl05{ color: #9d8edb; }
	#clr-c07 .ttl05{ color: #f0717b; }


/* カラム */
.clm_imgR,
.clm_imgL{
	margin-bottom: 15px;
}


.clmQuarter .clm{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.clmQuarter .clm:nth-child(odd){
	padding-right: 5px;
}

.clmQuarter .clm:nth-child(even){
	padding-left: 5px;
}




/* サムネイルリスト */
.idxList .idx{
	position: relative;
	width: 100%;
	border: 1px solid #f98fb3;
}
	#clr-c01 .idx{ background: #f98fcd; border-color: #f98fcd; }
	#clr-c02 .idx{ background: #f1c400; border-color: #f1c400; }
	#clr-c03 .idx{ background: #f09b3e; border-color: #f09b3e; }
	#clr-c04 .idx{ background: #61c473; border-color: #61c473; }
	#clr-c05 .idx{ background: #71bbf0; border-color: #71bbf0; }
	#clr-c06 .idx{ background: #9d8edb; border-color: #9d8edb; }
	#clr-c07 .idx{ background: #f0717b; border-color: #f0717b; }

.idx .thumb{
	position: relative;
	height: 100%;
	vertical-align: middle;
}

.idx .thumb p{
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}

.idx .thumb .img{
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.idx .thumb a{
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	z-index: 1;
}

.idx .thumb a:hover{
	opacity: 1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.idx .txt{
	position: relative;
	padding: 15px;
	background: #fff;
}

.idx .ttl{
	margin: 0 0 15px;
	padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	color: #f98fcd;
	text-align: center;
}
	#clr-c01 .idx .ttl{ color: #f98fcd; }
	#clr-c02 .idx .ttl{ color: #f1c400; }
	#clr-c03 .idx .ttl{ color: #f09b3e; }
	#clr-c04 .idx .ttl{ color: #61c473; }
	#clr-c05 .idx .ttl{ color: #71bbf0; }
	#clr-c06 .idx .ttl{ color: #9d8edb; }
	#clr-c07 .idx .ttl{ color: #f0717b; }

.idx .ttl .ruby{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
}


/* メッセージボックス */
.msgBox{
	padding: 15px 0;
}

.msgBox [class^="ttl"]{
	margin: 0 auto;
	padding-bottom: 26px;
	text-align: center;
	background: url("../../images/common/msg_arrow01.png") 50% 100% no-repeat;
	background-size: 32px;
}

.msgBox .msg{
	padding: 15px;
	background: #fff;
	border-radius: 10px;
}

/* フローリスト */
.flow li{
	position: relative;
	margin-bottom: 20px;
	padding: 2px 0 2px 38px;
}

.flow .num{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	font-family: "Lato", Helvetica, Arial;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background: #f98fcd;
}
	#clr-c01 .flow .num{ background: #f98fcd; }
	#clr-c02 .flow .num{ background: #f1c400; }
	#clr-c03 .flow .num{ background: #f09b3e; }
	#clr-c04 .flow .num{ background: #61c473; }
	#clr-c05 .flow .num{ background: #71bbf0; }
	#clr-c06 .flow .num{ background: #9d8edb; }
	#clr-c07 .flow .num{ background: #f0717b; }


/* ギャラリー */
.ic_photo{
	min-height: 40px;
	padding: 8px 0 0 52px;
	background: url("../../images/ic_camera.png") 0 50% no-repeat;
	background-size: 40px 40px;
}
	#clr-c01 .ic_photo{
		background-image: url("../../images/common/ic_camera_c01.png");
	}
	#clr-c02 .ic_photo{
		background-image: url("../../images/common/ic_camera_c02.png");
	}
	#clr-c03 .ic_photo{
		background-image: url("../../images/common/ic_camera_c03.png");
	}
	#clr-c04 .ic_photo{
		background-image: url("../../images/common/ic_camera_c04.png");
	}
	#clr-c05 .ic_photo{
		background-image: url("../../images/common/ic_camera_c05.png");
	}
	#clr-c06 .ic_photo{
		background-image: url("../../images/common/ic_camera_c06.png");
	}
	#clr-c07 .ic_photo{
		background-image: url("../../images/common/ic_camera_c07.png");
	}

.gallery{
	margin: 30px 0;
	padding: 0 0 30px;
}

a.zoom{
	position: relative;
	display: block;
	background: #000;
}

a.zoom img{
	opacity: 0.7;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

a.zoom:after{
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url("../../images/common/ic_zoom.png") 0 0 no-repeat;
	background-size: contain;
}

a.zoom:hover,
a.zoom:hover img{
	opacity: 1.0;
}


/* =====================================
	 for TB (min-width: 640px)
===================================== */
@media screen and (min-width: 640px) {

.sp_only{ display: none !important; }

/* header
---------------------- */
#header .bar{
	height: 20px;
}

#header h1{
	position: relative;
	width: 300px;
	padding: 16px 0;
	z-index: 10;
}

/*** ナビゲーション ***/
#bt_menu{
	display: none;
}

nav{
	display: block;
	top: 0;
	border: 0;
	background: transparent;
}


/* gNav */
[id^="gNav"]{
	position: relative;
	top: 33.5vw;
	width: 100%;
	height: 80px;
	margin: 0 auto 0;
}
	#home #gNav{
		max-width: 1600px;
		margin: 0px auto 0;
	}

[id^="gNav"] li{
	width: 12.5%;
	height: 80px;
	border-width: 5px 0 0 0;
	background-color: rgba( 255,255,255,0.95 );
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
	#home #gNav li{
		border-width: 0 0 5px 0;
		background-position: 50% 80px;
	}

[id^="gNav"] li a{
	padding: 0;
	line-height: 75px;
}
	
	[id^="gNav"] li a span{
		display: block;
	}

/*
	[id^="gNav"] li#gnv08 a{
		padding: 18px 10px;
		line-height: 150%;
	}
*/

/* hNav */
#hNav{
	position: absolute;
	top: 25px;
	right: 30px;
}

#hNav li{
	display: inline;
	width: auto;
	border-width: 0;
}

#hNav li a{
	margin: 0 0 0 10px;
	padding: 0;
}
	#hNav li.this a{ color: #f98fb3; background: transparent; }

#hNav li a:before{
	content: "｜";
	display: inline-block;
	color: #333;
	margin-right: 10px;
}
	#hNav li:first-child a:before{
		content: "";
	}

#hNav #hnv03{
	width: auto;
}


/* footer
---------------------- */
#footer #fnav li{
	display: inline-block;
	width: auto;
	margin: 0 10px;
}


/* ===== 
	TOP
 ==================================== */

/* cover */
#cover{
	margin-bottom: 80px;
}

/* 最上段ピックアップカラム */
#top_topics h2,
#top_recruit h2{
	height: 50px;
}

#top_topics .clm{
	width: 50%;
	float: left;
	margin: 0;
	padding: 10px;
}


#top_news ul{
	display: table;
	margin: 0 0 20px;
}

#top_news li{
	display: table-row !important;
}

#top_news li > span{
		display: table-cell;
}
	#top_news li .source{
		width: 8.0em;
	}

	#top_news li .date,
	#top_news li .txt{
		display: table-cell;
		padding: 5px 0;
	}

	#top_news li .date{
		width: 90px;
	}

#top_news.clm{
	width: 100%;
	padding: 10px;
}

#top_recruit ul{
	margin: 0;
	padding: 8px;
}

#top_recruit li{
	width: 50%;
	float: left;
	padding: 0 10px;
}


/* アイキャッチコンテンツ */
[id^="ec-"] .wrap{
	position: absolute;
	display: table;
	top: 0;
	width: 100%;
	height: 400px;
}

[id^="ec-"] .secBg{
	width: 100%;
	height: 400px;
	margin: 0;
	overflow: hidden;
}

[id^="ec-"] .secBg img{
	width: auto;
	height: 100%;
	margin-left: -150px;
}

[id^="ec-"] .clmL{
	display: table-cell !important;
	width: 50%;
	text-align: right;
	vertical-align: middle;
}

[id^="ec-"] .clmR{
	display: table-cell !important;
	width: 50%;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
}

[id^="ec-"] h1{
	position: absolute;
	display: block;
	top: 0;
	left: -100px;
}

/* ec-01 */
#ec-01 .wrap{
	position: relative;
	display: block;
	height: auto;
}

#ec-01 .clm{
	text-align: center;
}

#ec-01 .container{
	max-width: 800px;
	margin: 0 auto;
}


/* ec-02 */
#ec-02{
	background: #fff7d6;
	border: 0;
}

#ec-02 .secBg{
	display: table;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
}

#ec-02 .secBg span{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 60px 20px 0;
}


#ec-02 .secBg img{
	width: 50%;
	max-width: 800px;
	height: auto;
	margin-left: 0;
}

#ec-02 .clmL{
	padding-top: 30px;
}


/* ec-03 */
#ec-03{
	border: 0;
}
#ec-03 .clmL{
	padding-top: 90px;
}

#ec-03 .secBg img{
	margin-right: 0;
}


/* top_cnav */
#top_cnav{
	padding: 60px 30px;
}

#top_cnav ul{
	max-width: 700px;
	padding: 30px;
}

/* 告知モーダル */

#cv_alert .bt_close{
	width: 40px;
	height: 40px;
}

#cv_alert h1{
	font-size: 24px;
	font-size: 2.4rem;
}

#cv_alert h2{
	font-size: 18px;
	font-size: 1.8rem;
}


/* ===== 
	2nd page
 ==================================== */
#wrapper{
	margin: 80px auto 0;
}

/* ページタイトルイメージ */
#pageTtl{
	position: relative;
	display: table;
	width: 100%;
}

#pageTtl .ttlimg{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}

#pageTtl h2{
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 5px;
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

#pageTtl h2 span{
	display: inline-block;
	width: 180px;
	height: 120px;
	padding: 45px 0;
	font-size: 27px;
	font-size: 2.7rem;
	background-color: rgba( 249,143,179,0.9 );
}
	#clr-c01 #pageTtl h2 span{ background-color: rgba( 249,143,205,0.9 ); }
	#clr-c02 #pageTtl h2 span{ background-color: rgba( 241,196,0,0.9 ); }
	#clr-c03 #pageTtl h2 span{ background-color: rgba( 240,155,62,0.9 ); }
	#clr-c04 #pageTtl h2 span{ background-color: rgba( 97,196,115,0.9 ); }
	#clr-c05 #pageTtl h2 span{ background-color: rgba( 113,187,240,0.9 ); }
	#clr-c06 #pageTtl h2 span{ background-color: rgba( 157,142,219,0.9 ); }
	#clr-c07 #pageTtl h2 span{ background-color: rgba( 240,113,113,0.9 ); }


/* サイドメニュー */

#left_side li{
	width: 25%;
}

/*
#left_side li:nth-child(4n-3){
	border-width: 0 1px 1px 1px;
}
#left_side li:nth-child(4n-2){
	border-width: 0 1px 1px 0;
}
#left_side li:nth-child(4n-1){
	border-width: 0 1px 1px 0;
}
#left_side li:nth-child(4n){
	border-width: 0 1px 1px 0;
}
*/



/* 本文 */

#container .wrap,
#container-full .wrap{
	padding: 30px;
}


/* ===== 
	汎用パーツ
 ==================================== */
.bt02{
	max-width: 200px;
}

.localNav a{
	width: 350px;
	font-size: 18px;
	font-size: 1.8rem;
}
.localNav.sizeS a{
	width: 160px;
}

.ttl01{
	min-height: 50px;
	margin: 50px 0 30px;
	padding: 20px 0 20px 80px;
	font-size: 30px;
	font-size: 3.0rem;
	background-size: 60px 60px;
}

.ttl02{
	margin: 50px 0 30px;
	padding: 30px 20px;
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
}

.ttl03{
	margin: 50px 0 30px;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 160%;
}

.ttl05{
	margin: 30px 0;
}


/* カラム */
.clmHalf .clm{
	width: 50%;
	float: left;
}

.clmHalf .clmL{
	width: 50%;
	float: left;
	padding-right: 15px;
}

.clmHalf .clmR{
	width: 50%;
	float: right;
	padding-left: 15px;
}


.clmTri .clm{
	width: 33.333%;
	float: left;
}

.clmTri .clmL{
	width: 33.333%;
	float: left;
	padding-right: 20px;
}

.clmTri .clmL2{
	width: 66.666%;
	float: left;
	padding-right: 10px;
}

.clmTri .clmC{
	width: 33.333%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.clmTri .clmR{
	width: 33.333%;
	float: right;
	padding-left: 20px;
}

.clmTri .clmR2{
	width: 66.666%;
	float: right;
	padding-left: 10px;
}


.clmQuarter .clm{
	width: 25%;
}

.clmQuarter .clm:nth-child(4n+1){
	padding-right: 12px;
	padding-left: 0;
}

.clmQuarter .clm:nth-child(4n+2){
	padding-left: 4px;
	padding-right: 8px;
}

.clmQuarter .clm:nth-child(4n+3){
	padding-left: 8px;
	padding-right: 4px;
}

.clmQuarter .clm:nth-child(4n){
	padding-right: 0;
	padding-left: 12px;
}



/* サムネイルリスト */
.idx{
	display: table;
	margin: 0;
}

.idx .thumb,
.idx .txt{
	display: table-cell;
	vertical-align: middle;
}

.idx .thumb{
	width: 280px;
}

.idx .thumb p{
	/*
	width: 280px;
	*/
}

.idx .txt{
	padding: 25px;
}

.idx .ttl{
	margin: 0 0 15px;
}


/* メッセージボックス */
.msgBox{
	padding: 15px;
}

.msgBox .msg{
	padding: 30px;
}


}


/* =====================================
	 for PC (min-width: 1024px)
===================================== */
@media screen and (min-width: 1024px) {

.pc_only{
	display: block !important;
}
.pc_only_il{
	display: inline !important;
}

.not_pc{
	display: none;
}

/* header
---------------------- */
#header h1{
	width: 360px;
	margin: 0 10px;
	padding: 11px 0;
}

/* gNav */
[id^="gNav"]{
	top: 27.4vw;
	margin: 0px auto 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
	#home [id^="gNav"]{
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	}
	#home #gNav{
		width: 90%;
		margin: -120px auto 0;
	}

/* fgNav（フローティング） */
#fmenu{
	width: 100%;
	position: fixed;
	top: 0;
	height: 80px;
	z-index: 10;
}

#fmenu #gNav-f{
	position: relative;
	width: 100%;
	top: 0;
	margin: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#gNav-f #gnv01 img{
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 10px auto;
}

#gNav-f #gnv01 span{
	display: none;
}


/* hNav */
#hNav{
	right: 30px;
}

/* footer
---------------------- */
#pagetop{
	position: fixed;
	width: 90px;
	height: 90px;
	margin: 0;
	padding: 0;
	right: -90px;
	bottom: 20px;
	text-align: center;
	background: transparent;
	z-index: 1;
}


/* ===== 
	TOP
 ==================================== */

/* cover */
#cover{
	margin-bottom: 0;
}

/* 最上段ピックアップカラム */
#top_topics{
	margin-bottom: 30px;
}


#top_topics h2,
#top_recruit h2{
	margin-bottom: 20px;
}

#pickup .wrap{
	padding: 50px;
}

#top_topics .clm,
#top_news{
	width: 33.333%;
	float: left;
	margin-top: 20px;
}
	#top_topics .clm:nth-child(3n-2){ padding: 0 20px 0 0; }
	#top_topics .clm:nth-child(3n-1){ padding: 0 10px; }
	#top_topics .clm:nth-child(3n){ padding: 0 0 0 20px; }
	
	#top_topics .clm:nth-child(1),
	#top_topics .clm:nth-child(2),
	#top_topics .clm:nth-child(3){ margin-top: 0px; }

#top_news.clm2{
	width: 66.666%;
}


#top_recruit ul{
	padding: 0;
}
	#top_recruit ul.center{
		width: 66.666%;
		margin: 0 auto;
	}

#top_recruit li{
	width: 33.333%;
}
	#top_recruit li:nth-child(3n-2){ padding: 0 20px 0 0; }
	#top_recruit li:nth-child(3n-1){ padding: 0 10px; }
	#top_recruit li:nth-child(3n){ padding: 0 0 0 20px; }

#top_recruit ul.center li{
	width: 50%;
}

/* アイキャッチコンテンツ */
[id^="ec-"]{
	width: 100%;
	overflow: hidden;
}
[id^="ec-"] .wrap{
	height: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 185%;
}

[id^="ec-"] .wrap_inn{
	padding: 0;
}

[id^="ec-"] .secBg{
	height: auto;
}

[id^="ec-"] .secBg img {
    width: 100%;
	height: auto;
    margin-left: 0;
}

[id^="ec-"] h1{
	width: 50%;
	top: 0;
	left: 0;
}

[id^="ec-"] h2{
	font-size: 36px;
	font-size: 3.6rem;
}

[id^="ec-"] .container{
	max-width: 800px;
	padding: 0 50px;
}


/* ec-01 */
#ec-01 .wrap{
	height: auto !important;
}
#ec-01 .clm{
	padding: 60px 0;
}

/* ec-02 */
#ec-02 .secBg span{
	padding: 0 50px;
}


.clmR .container{
	position: relative;
	left: 100%;
	-webkit-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	transition: all 1.0s;
}
	.scrollin .clmR .container{
		left: 0;
	}

.clmL .container{
	position: relative;
	left: -100%;
	-webkit-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	transition: all 1.0s;
}
	.scrollin .clmL .container{
		left: 0;
	}

/* top_cnav */

#top_cnav ul{
	max-width: 1600px;
}

#top_cnav ul li{
	width: 25%;
}

#top_cnav ul li a:hover{
	opacity: 1.0;
}

#top_cnav li a .fukidashi{
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#top_cnav li a:hover .fukidashi{
	top: -10px;
}

/* 告知モーダル */
#cv_alert {
    width: 80%;
    padding: 50px;
}

/* ===== 
	2nd page
 ==================================== */
#container{
	display: table;
	width: 100%;
	margin: 50px auto;
}

#left_side{
	display: table-cell;
	width: 330px;
	padding: 0 10px 0 50px;
	vertical-align: top;
}

#main{
	display: table-cell;
	padding: 0 50px;
}

	#container-full #main{
		display: block;
		padding: 0;
	}


/* ページタイトルイメージ */

#pageTtl h2 span{
	width: 180px;
	height: 180px;
	padding: 75px 0;
}

/* パンくず */
#pagePath{
	display: block;
}


/* サイドメニュー */
#left_side ul{
	border-width: 0 0 1px !important;
}

#left_side li{
	width: 100%;
	float: none;
	border: solid #f9c0d3;
	border-width: 1px 0 0 !important;
}

#left_side li a,
#left_side li > span{
	padding: 17px 5px 17px 12px;
}


#left_side li.parent{
	display: block;
}

#left_side li.parent a,
#left_side li.parent span{
	position: relative;
	padding-left: 30px;
}

#left_side li.parent a:before,
#left_side li.parent span:before{
	position: absolute;
	left: 12px;
	content: "▼";
	font-size: 0.5em;
}
	#clr-c01 #left_side li.parent a:before,
	#clr-c01 #left_side li.parent span:before{ color: #f98fcd; }
	#clr-c02 #left_side li.parent a:before,
	#clr-c02 #left_side li.parent span:before{ color: #f1c400; }
	#clr-c03 #left_side li.parent a:before,
	#clr-c03 #left_side li.parent span:before{ color: #f09b3e; }
	#clr-c04 #left_side li.parent a:before,
	#clr-c04 #left_side li.parent span:before{ color: #61c473; }
	#clr-c05 #left_side li.parent a:before,
	#clr-c05 #left_side li.parent span:before{ color: #71bbf0; }
	#clr-c06 #left_side li.parent a:before,
	#clr-c06 #left_side li.parent span:before{ color: #9d8edb; }
	#clr-c07 #left_side li.parent a:before,
	#clr-c07 #left_side li.parent span:before{ color: #f0717b; }

#left_side li.child{
	border-top: 1px dashed #ddd;
}

#left_side li.child a,
#left_side li.child span{
	padding-left: 30px;
}


/* 本文 */
#container .wrap{
	padding: 40px 0;
}

#container-full .wrap{
	padding: 50px;
}


/* ===== 
	汎用パーツ
 ==================================== */
.bt01{
	width: 200px;
}


.localNav{
	max-width: 1200px;
}

.localNav a{
	margin: 5px;
}

.ttl01{
	min-height: 70px;
	padding: 21px 0 20px 90px;
	background-size: 70px 70px;
}


/* カラム */
.clmHalf .clm02{
	width: 50%;
	float: left;
}

.clmHalf .clmL02{
	width: 50%;
	float: left;
	padding-right: 15px;
}

.clmHalf .clmR02{
	width: 50%;
	float: right;
	padding-left: 15px;
}

.clm_imgR{
	float: right !important;
	width: 50%;
	padding-left: 20px;
}

.clm_txtL{
	float: left;
	width: 50%;
	padding-right: 20px;
}

.clm_imgL{
	float: left;
	width: 50%;
	padding-right: 20px;
}

.clm_txtR{
	float: right !important;
	width: 50%;
	padding-left: 20px;
}


/* サムネイルリスト */
.idxList .idx{
	width: 50%;
	float: left;
}

.idx .thumb{
	width: 50%;
	background-size: auto 100%;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.idx.hover .thumb{
	opacity: 0.5;
}

.idx .thumb p{
	/*
	width: 220px;
	*/
	height: 300px;
}

.idx.hover .thumb .img{
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.idx.hover .thumb .img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.idx .txt{
	padding: 15px 15px;
	-webkit-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.idx.hover .txt{
	opacity: 0.5;
}


/* ギャラリー */
.gallery{
	margin: 40px 0;
	padding: 0 0 40px;
}


/* スクロールフェードインパーツ
---------------------- */
.obj_fadein_row{
	opacity: 0;
	-webkit-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	transition: all 1.5s;
}

.obj_fadein_row.scrollin{
	opacity: 1;
}

.objFadein{
	opacity: 0;
}

#floatingObj{
	position: relative;
	padding: 0 0 30px;
}

}



/* =====================================
	 for PC (min-width: 1200px)
===================================== */
@media screen and (min-width: 1200px) {

/* ===== 
	汎用パーツ
 ==================================== */
 
/* サムネイルリスト */

.idx .thumb p{
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.idx .thumb p img{
	margin: 0;
}

.idx .txt{
	padding: 20px 35px;
}


}


