@charset "utf-8";


/* ============================================================
 init
============================================================ */
body {
	color: #333;
	line-height: 1.7;
	-webkit-text-size-adjust:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	font-size: 16px;
}
#wrap {
	position: relative;
	min-width: 1200px;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	zoom: 1;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.openSuns {
	font-family: 'Open Sans', sans-serif;
}
.cRed {
	color: #e10000 !important;
}
/* tag
------------------------------------------------------------ */
img {
	height: auto;
	border:0;
	vertical-align:bottom;
}
	
/* link
------------------------------------------------------------ */
a { 
	color: #333;
	overflow: hidden;
}

a:link,
a:visited,
a.rollover:hover {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}
.rollOpa:hover {
	text-decoration: none;
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
a.line {
	text-decoration: underline;
}
a.line:hover {
	text-decoration: none;
}

/* class
------------------------------------------------------------ */
.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
input {
	vertical-align: middle;
}
input[type="submit"] {
  -webkit-appearance: none;
	border-radius: 0;
}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell,
.flame {
	position:relative;
	zoom:1;
}
	
.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after,
.flame:after {
	content: "";
	display: block;
	clear: both;
}
.box,
.cell {
	float:left;
}
.box.right,
.cell.right {
	float:right;
}
.txtRight {
	text-align: right;
}
.txtCenter {
	text-align: center;
}
.shadow {
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #e9e9e9;  
    -moz-box-shadow: 0px 0px 5px #e9e9e9;  
    box-shadow: 0px 0px 5px #e9e9e9;
}
.boxer {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}
/* js予約 */
.btn {}
.rollover {}
.imgLink {}

/* space
============================================================ */
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt50 { margin-top: 50px;}
.mt100 { margin-top: 100px; }
.pt50 { padding-top: 50px; }
.pt100 { padding-top: 100px; }
/* font
============================================================ */
.fs14 { font-size: 14px;}
.fs16 { font-size: 16px;}
.fs18 { font-size: 18px;}
.fs20 { font-size: 20px;}
.fs24 { font-size: 24px;}

/* img
============================================================ */
.imgWidthFit {
	width: 100%;
	height: auto;
}
.imgHeightFit {
	height: 100%;
	width: auto;
}
.alignCenter {
	text-align: center;
}
/* hover
============================================================ */
.underlineFromLeft {
	position: relative;
}
.underlineFromLeft:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	width: auto;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.underlineFromLeft:hover:after {
	right: 0;
}
/* header
============================================================ */
header {
	min-width: 1200px;
	width: 100%;
	height: 70px;
}
header .inner {
	left: 0;
	right: 0;
	z-index: 2000;
	width: 1200px;
	padding: 0 calc(50% - 600px);
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
header .logo {
	width: 220px;
}
header .logo p {
	font-size: 10px;
	color: #7f7f7f;
	margin-bottom: 5px;
}
header .right ul {
	letter-spacing: -0.5em;
	text-align: right;
	height: 70px;
	overflow: hidden;
	display: flex;
}
header .right li {
	letter-spacing: normal;
	display: flex;
	align-items: center;
}
header .right li .normalLink {
	display: block;
	padding: 22px 15px 17px;
	box-sizing: border-box;
	height: 100%;
}
header .right li .normalLink.cr {
	background-color: #eeeeee;
}
header .right li .normalLink span {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 4px;
	position: relative;
}
header .right li .normalLink span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	width: auto;
	height: 1px;
	background-color: #333333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header .right li .normalLink:hover span:after {
	right: 0;
}
header .right li .normalLink.cr span:after {
	display: none;
}
header .right li .memberLink {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 8px 18px;
	font-weight: bold;
	background-color: #1090e2;
	transition: .3s;
}
header .right li .memberLink:hover {
	opacity: .8;
}
header .right li .memberLink.regist {
	margin-left: 15px;
	border-right: 2px dotted #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
header .right li .memberLink.login {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* footer
============================================================ */
.lastBlock {
	padding-bottom: 100px;
}
footer {
	min-width: 1200px;
	width: 100%;
	background-color: #333;
	position: relative;
	padding: 19px 0 16px;
}
footer ul {
	font-size: 0;
	text-align: center;
}
footer li {
	display: inline-block;
}
footer li span {
	display: inline-block;
	margin: 0 10px;
	color: #7f7f7f;
	font-size: 13px;
}
footer li a {
	font-size: 13px;
	color: #fff;
}
footer p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-top: 12px;
}
/* pageTop
------------------------------------------------------------ */
footer .pageTop {
	position: fixed;
	right: 20px;
	bottom: 15px;
	width: 60px;
	height: 60px;
}
footer .pageTop a {
	display: block;
	height: 60px;
	background-color: rgba(102,102,102,0.7);
	background-image: url("../img/icon/arrow_up_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
footer .pageTop a:hover {
	background-color: rgba(170,170,170,0.7);
}
/* breadNav
========================================================= */
#main {
	position: relative;
}
#breadNav {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
}
#breadNav ul {
	font-size: 0;
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 5px;
}
#breadNav li {
	display: inline-block;
	font-size: 12px;
	color: #fff;
}
#breadNav li a {
	color: #fff;
}
#breadNav li a:hover {
	text-decoration: underline;
}
#breadNav li .line {
	display: inline-block;
	color: #999999;
	margin: 0 8px;
}
/* mainImg
============================================================ */
#main .mainImg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 480px;
	width: 100%;
	position: relative;
}
#main .mainImg.slim {
	height: 200px;
}
#main .mainImg h1 {
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	text-align: center;
}
#main .mainImg.slim h1 {
	top: 80px;
}
#main .mainImg h1 span {
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
}
#main .mainImg h1.fcBlack span {
	color: #333;
}
#main .mainImg h1 .en {
	font-size: 80px;
	font-weight: 700;
	height: 81px;
}
#main .mainImg h1 .en span {
	display: inline-block;
	font-weight: 300;
	font-size: 80px;
}
#main .mainImg h1 span + span {
	margin-top: 28px;
}
.f_about #main .mainImg { background-image: url("../img/main_bg/main_about.jpg"); }
.f_thismonth #main .mainImg { background-image: url("../img/main_bg/main_month.jpg"); }
.g_thismonth.f_recommend #main .mainImg { background-image: url("../img/main_bg/main_month_osusume.jpg"); }
.g_thismonth.f_potential #main .mainImg { background-image: url("../img/main_bg/main_month_potential.jpg"); }
.f_member #main .mainImg { background-image: url("../img/main_bg/main_member.jpg"); }
.g_member.f_recommend #main .mainImg { background-image: url("../img/main_bg/main_member_osusume.jpg"); }
.g_member.f_potential #main .mainImg { background-image: url("../img/main_bg/main_member_potential.jpg"); }
.g_member.f_private #main .mainImg { background-image: url("../img/main_bg/main_member_private.jpg"); }
.f_consultant #main .mainImg { background-image: url("../img/main_bg/main_consultant.jpg"); }
.f_contact #main .mainImg { background-image: url("../img/main_bg/main_contact.jpg"); }
.f_regist #main .mainImg { background-image: url("../img/main_bg/main_contact.jpg"); }

/* headings
========================================================= */
#main .bottomBar {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
#main .bottomBar:after {
	content: "";
	display: block;
	width: 70px;
	height: 0px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
	border-bottom: 3px solid #333;
}
#main .bottomBar.mini {
	font-size: 24px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#main .bottomBar.mini:after {
	width: 40px;
	margin-left: -20px;
	border-bottom: 1px solid #333;
}
/* arrows
======================================= */

/* list
======================================= */
#main .panelList {
	margin-top: -100px;
}
#main .panelList:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
}
#main .panelList li {
	float: left;
	width: 550px;
	margin-top: 100px;
}
#main .panelList li:nth-child(even) {
	float: right;
}
#main .panelList li a {
	display: block;
	position: relative;
	height: 320px;
}
#main .panelList li a dl {
	position: absolute;
	top: 0;
	left: 60px;
	right: 60px;
	bottom: 0;
}
#main .panelList li a dt {
	padding: 94px 0 21px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	position: relative;
}
#main .panelList li a dt:after {
	content: "";
	display: block;
	width: 40px;
	height: 0px;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
#main .panelList li a dd {
	padding-top: 27px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
#main .panelList li .bg {
	position: relative;
}
#main .panelList li .bg:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#main .panelList li a:hover .bg:after {
	background-color: rgba(0,0,0,0.2);
}
#main .panelList li a .bg img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(1.0,1.0);
}
#main .panelList li a:hover .bg img {
	transform: scale(1.1,1.1);
}
/* table
======================================= */
