@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight: normal;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ol, ul {
	list-style-type:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height:0;
	width:100%;
	height:auto;
}

em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

html {
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}

/* webフォント
------------------------------------------------- */
/*
* "Zen Kaku Gothic New" licensed under the Open Font License.
* https://fonts.google.com/specimen/Zen+Kaku+Gothic+New
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/
/*
* "Cormorant Garamond" licensed under the Open Font License.
* https://fonts.google.com/specimen/Cormorant+Garamond
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/

/* サイト共通
------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}
body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}


/* ヘッダ
============================ */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 0 0 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	z-index: 100;
}
header .boxL,
header .boxR {
	display: flex;
	align-items: center;
}
header h1 {
	width: 60px;
	margin-right: 14px;
	position: relative;
	z-index: 300;
}
header h2 {
	font-size: 0.9rem;
	font-weight: 500;
	margin-top: 4px;
	position: relative;
	z-index: 300;
	line-height: 1.3;
	letter-spacing: -0.1em;
}
header h2 span {
	display: block;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.navi-open header h2 a {
	color: #eee;
	}
	@media screen and (min-width:1025px) {
	header {
		margin: 0 0 0 5%;
		height: 85px;
	}
	header h1 {
		width: 90px;
		margin-right: 30px;
	}
	header h2 {
		font-size: 1.5rem;
		letter-spacing: normal;
	}
	header h2 span {
		display: inline-block;
		margin-left: 12px;
	}
}


/* フッタ
============================ */
/* バナー */
.ftrBnr {
	background: #efefef;
	padding: 24px 0;
}
.ftrBnr ul {
	display: flex;
}
.ftrBnr li {
	flex-basis: 30%;
	margin-right: 5%;
}
.ftrBnr li:last-child {
	margin-right: 0;
	}
	@media screen and (min-width:1025px) {
	.ftrBnr {
		padding: 54px 0;
	}
	.ftrBnr li {
		flex-basis: 22.5%;
		margin-right: 3.33%;
	}
	.ftrBnr li a:hover {
		opacity: 0.8;
	}
}

/* コピーライト */
footer .wrap {
	padding: 10px 0 20px;
	text-align: center;
}
footer a {
	font-size: 1.2rem;
	display: block;
	color: #111;
	padding: 1em 0;
}
footer small {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.05em;
	display: block;
	}
	@media screen and (min-width:1025px) {
	footer .wrap {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 1.4rem;
		padding: 10px 5%;
		text-align: left;
	}
	footer a {
		font-size: 1.4rem;
	}
	footer small {
		font-size: 1.2rem;
	}
	footer a:hover {
		opacity: 0.7;
	}
}


/* ページの先頭へ
============================ */
#pageTop a {
	display: block;
	background: #2b2b2b;
	height: 36px;
}
#pageTop {
	position: relative;
}
#pageTop::before {
	display: block;
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	@media screen and (min-width:1025px) {
	#pageTop {
		position: fixed;
		bottom: 130px;
		right: -30px;
		margin: 0;
		z-index: 100;
		transform: rotate(90deg);
	}
	#pageTop::before {
		display: none;
	}
	#pageTop a {
		background: transparent;
		position: relative;
		display: block;
		text-decoration: none;
		color: #999;
		font-size: 1.2rem;
		padding-left: 70px;
	}
	#pageTop a::before,
	#pageTop a::after {
		position: absolute;
		display: block;
		content: "";
		transition-duration: 0.4s;
	}
	#pageTop a::before {
		top: 6px;
		left: 0;
		width: 60px;
		height: 1px;
		background: #999;
	}
	#pageTop a::after {
		top: 3px;
		left: 1px;
		width: 6px;
		height: 8px;
		border-bottom: 1px solid #999;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#pageTop a:hover::before {
		left: -20px;
		width: 80px;
	}
	#pageTop a:hover::after {
		left: -19px;
	}
}

/* コンテンツエリア
============================ */
#contentsArea {
	line-height: 1.6;
	font-size: 1.4rem;
	margin-bottom: 0;
	}
	@media screen and (min-width:1025px) {
	#contentsArea {
		line-height: 1.8;
		font-size: 1.6rem;
		min-width: 1200px;
		margin: 85px 0 0;
	}
}
.wrap {
	width: 90%; /* コンテンツ基本幅 */
	margin: 0 auto;
	text-align: left;
	}
	@media screen and (min-width:1025px) {
	.wrap {
		width: calc(100% - 170px);
		max-width: 1400px;
		min-width: 1030px;
	}
}

/* リンク
------------------------------------------------- */
a {
	transition: 0.5s;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
	display: block;
	}
	@media screen and (min-width:1025px) {
	br.sp {
		display: none;
	}
}
/* PCだけ改行 */
br.pc { 
	display: none;
	}
	@media screen and (min-width:1025px) {
	br.pc {
		display: block;
	}
}


/* インデックスページ
============================ */

/* ページタイトル
------------------------------------------------- */
#contentsArea h1 {
	font-size: 1.5rem;
	text-align: center;
	padding-top: 74px;
	margin-bottom: 40px;
}
#contentsArea h1 span {
	display: block;
	font-size: 5.3rem;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-bottom: 10px;
	}
	@media screen and (min-width:1025px) {
	#contentsArea h1 {
		font-size: 1.8rem;
		line-height: 1.6;
		padding-top: 34px;
		margin-bottom: 47px;
	}
	#contentsArea h1 span {
		font-size: 9rem;
	}
}

/* 新卒とキャリア
------------------------------------------------- */
#contentsArea .column {
	margin-bottom: 40px;
}
#contentsArea .column a {
	display: block;
	width: 85%;
	transition: 0.7s all;
}
#contentsArea .column a .ttl {
	font-size: 1.6rem;
	margin-top: 10px;
	padding: 0 10%;
	line-height: 1.2;
}
#contentsArea .column a .ttl .en {
	display: block;
	font-size: 4.4rem;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}
#contentsArea .column a.career {
	text-align: right;
	margin-left: auto;
	margin-top: 40px;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .column {
		display: flex;
		margin-bottom: 90px;
	}
	#contentsArea .column a {
		flex-basis: 50%;
	}
	#contentsArea .column a .ttl {
		font-size: 2.4rem;
		margin-top: 20px;
		padding: 0 15%;
		font-weight: 500;
	}
	#contentsArea .column a .ttl .en {
		font-size: 7.6rem;
	}
	#contentsArea .column a.career {
		margin-top: 0;
	}
}

/* more */
.arrow {
	padding: 0 10%;
}
.more {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	padding: 6px 0 6px 155px;
	font-size: 1.4rem;
}
.more::before,
.more::after {
	display: block;
	content: "";
	position: absolute;
	transition:all 0.3s ease-in-out;
}
.more::before {
	top: 20px;
	right: 45px;
	width: 140px;
	height: 1px;
	background: #555;
}
.more::after {
	right: 175px;
	bottom: 9px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #555;
	-webkit-transform: rotate(140deg);
	transform: rotate(140deg);
}

.career .more {
	padding: 6px 155px 6px 0;
}
.career .more::before {
	left: 45px;
}
.career .more::after {
	left: 175px;
	-webkit-transform: rotate(-140deg);
	transform: rotate(-140deg);
	}
	@media screen and (min-width:1025px) {
	.arrow {
		padding: 0 15%;
	}
	.more {
		margin-top: 20px;
		padding: 6px 0 6px 170px;
		font-size: 1.5rem;
	}
	.more::before {
		right: 50px;
		width: 150px;
	}
	.more::after {
		right: 188px;
		bottom: 13px;
		width: 10px;
		height: 10px;
	}
	a:hover .more::before {
		width: 200px;
		background: #e90003;
	}
	a:hover .more::after {
		right: 240px;
		border-bottom: 1px solid #e90003;
	}
	.career .more {
		padding: 6px 170px 6px 0;
	}
	.career .more::before {
		left: 50px;
	}
	.career .more::after {
		left: 188px;
	}
	a.career:hover .more::after {
		left: 240px;
	}
}


/* FCCLを知る
------------------------------------------------- */
#contentsArea .about {
	background: #f6f6f6;
	overflow: hidden;
	padding: 40px 0 20px;
	position: relative;
}
#contentsArea .about::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	margin: 0 auto;
	display: block;
	content: "ABOUT FCCL";
	color: #ededed;
	font-size: 16vw;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	z-index: 1;
	white-space: nowrap;
	line-height: 1;
}
#contentsArea .about h2 {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 5;
	margin: 0 0 20px;
	padding-bottom: 12px;
}
#contentsArea .about h2::before {
	position: absolute;
	display: block;
	content: "";
	width: 70px;
	height: 1px;
	background: #555;
	z-index: 5;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}
#contentsArea .lnkArea {
	width: 90%;
	margin: 0 auto;
}
#contentsArea .lnkArea a {
	display: block;
	z-index: 3;
	position: relative;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .about {
		padding: 80px 0 50px;
	}
	#contentsArea .about h2 {
		font-size: 3.6rem;
		margin: 0 0 30px;
		padding-bottom: 16px;
	}
	#contentsArea .about h2::before {
		width: 100px;
	}
	#contentsArea .lnkArea {
		width: calc(100% - 170px);
		max-width: 1400px;
		min-width: 1030px;
		display: flex;
		justify-content: space-between;
	}
}

/* リンクエリア（左） */
#contentsArea .lnkArea .ttl {
	font-size: 1.2rem;
	line-height: 1.3;
	margin: 10px 0 30px;
}
#contentsArea .lnkArea a .en {
	display: block;
	font-size: 3rem;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .lnkArea .boxL {
		flex-basis: 40%;
	}
	#contentsArea .lnkArea .ttl {
		font-size: 1.4rem;
		margin-top: 20px;
		margin-left: 20px;
	}
	#contentsArea .lnkArea a .en {
		font-size: 3.6rem;
	}
}

/* リンクエリア（右） */
#contentsArea .lnkArea .boxR {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
}
#contentsArea .lnkArea .boxR a {
	flex-basis: 47%;
	margin-right: 5%;
}
#contentsArea .lnkArea .boxR a:nth-of-type(2n) {
	margin-right: 0;
}
#contentsArea .lnkArea .boxR a .ttl {
	margin: 10px 0 20px;
	line-height: 1.3;
}
#contentsArea .lnkArea .boxR a .en {
	display: block;
	font-size: 2.3rem;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .lnkArea .boxR {
		flex-basis: 55%;
	}
	#contentsArea .lnkArea .boxR a {
		margin-bottom: 24px;
	}
	#contentsArea .lnkArea .boxR a .ttl {
		margin-top: 14px;
		margin-left: 16px;
	}
	#contentsArea .lnkArea .boxR a .en {
		font-size: 2.8rem;
	}
}

/* Coming Soon */
a.soon {
	pointer-events: none;
}
a.soon .pic {
	position: relative;
}
a.soon .pic::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 10;
}
a.soon .pic::after {
	position: absolute;
	content: "Coming Soon";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	color: rgba(255,255,255,0.6);
	font-size: 2rem;
	z-index: 10;
	letter-spacing: -0.01em;
	}
	@media screen and (min-width:1025px) {
	a.soon .pic::after {
		font-size: 3.2rem;
		letter-spacing: -0.01em;
	}
}

/* hover */
#contentsArea a .pic {
	width: 100%;
	overflow: hidden;
}
#contentsArea a .pic img {
	transition: 0.7s all;
}
#contentsArea a:hover .pic img {
	transform: scale(1.1);
	transition: 0.7s all;
}


/* スペシャルムービー
------------------------------------------------- */
#contentsArea .movie {
	background: #2b2b2b;
	overflow: hidden;
	padding: 40px 0 20px;
	position: relative;
	color: #fff;
}
#contentsArea .movie::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	margin: 0 auto;
	display: block;
	content: "SPECIAL MOVIES";
	text-align: center;
	color: #323232;
	font-size: 16vw;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	z-index: -1;
	white-space: nowrap;
	line-height: 1;
}
#contentsArea .movie h2 {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 3;
	margin: 0 0 20px;
	padding-bottom: 12px;
}
#contentsArea .movie h2::before {
	position: absolute;
	display: block;
	content: "";
	width: 70px;
	height: 1px;
	background: #aaa;
	z-index: 3;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}
#contentsArea .movie ul {
	width: 90%;
	margin: 0 auto;
}
#contentsArea .movie ul li {
	margin: 16px 0 24px;
	text-align: center;
}
#contentsArea .movie ul li a {
	display: block;
	position: relative;
	color: #fff;
}
#contentsArea .movie ul li a::before,
#contentsArea .movie ul li a::after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 7;
}
#contentsArea .movie ul li a::before {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #fff;
}
#contentsArea .movie ul li a::after {
	width: 0;
	height: 0;
	left: 27px;
	border: 16px solid transparent;
	border-left: 30px solid #fff;
}
#contentsArea .movie ul li a span.pic {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	position: relative;
}
#contentsArea .movie ul li a span.pic::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	z-index: 5;
	transition: 0.8s;
}
#contentsArea .movie ul li a:hover span.pic::before {
	background: rgba(0,0,0,0);
}
#contentsArea .movie ul li a span:nth-of-type(2) {
	display: block;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .movie {
		padding: 80px 0 74px;
	}
	#contentsArea .movie::after {
		top: 24px;
		font-size: 16vw;
		font-weight: 600;
	}
	#contentsArea .movie h2 {
		font-size: 3.6rem;
		margin: 0 0 20px;
		padding-bottom: 12px;
	}
	#contentsArea .movie h2::before {
		width: 100px;
	}
	#contentsArea .movie ul {
		display: flex;
		width: calc(100% - 170px);
		max-width: 1400px;
		min-width: 1030px;
		margin: 0 auto;
	}
	#contentsArea .movie ul li {
		flex-basis: calc((100% - 120px) / 3);
		margin: 16px 60px 24px 0;
	}
	#contentsArea .movie ul li:last-child {
		margin-right: 0;
	}
}

/* 動画モーダル */
#cboxContent {
	margin-top: 50px;
}
#cboxClose {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width: 50px;
	height: 50px;
	text-indent:-9999px;
	transition: all .6s;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	}
	@media screen and (min-width:1025px) {
	#cboxClose {
		width: 60px;
		height: 60px;
		top:4px;
		right:18px;
	}
}
#cboxClose::before,
#cboxClose::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 3px;
	background: #000;
	z-index: 1000;
}
#cboxClose:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cboxClose:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cboxClose:hover {
	opacity: 0.4;
	transition: all .6s;
}
#cboxClose {
	top: -46px;
	right: -15px;
	z-index: 100;
	}
	@media screen and (min-width:1025px) {
	#cboxClose {
		top: -50px;
		right: -20px;
	}
}
#cboxClose::before,
#cboxClose::after {
	background: #fff;
}
iframe{ width:100%; }


/* img animation
------------------------------------------------- */
.pic img {
	width: 100%;
	filter: blur(10px);
}
.fadeInUp .pic img {
	animation: blur-anim 1.3s linear forwards;
}
@keyframes blur-anim {
	100% {	filter: blur(0); }
}

*.fadeIn {
	animation-fill-mode:forwards;
	animation-delay:0.6s;
	animation-name: fadeIn;
	animation-duration: 1s;
}
*.fadeInUp {
	animation-fill-mode:forwards;
	animation-delay:0.3s;
	animation-name: fadeInUp;
	animation-duration: 0.5s;
}
/* keyframes */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		top:30px;
	}
	100% {
		opacity: 1;
		top:0;
	}
}

/* appear
------------------------------------------------- */
header, .ftrBnr, footer, #contentsArea h1 {
	opacity: 0;
}
.column a, #contentsArea h2, .movie, .movieLnk li, .about, .lnkArea .boxL a, .lnkArea .boxR a {
	position: relative;
	top: 30px;
	opacity: 0;
}

/*
*.flowingAnim {
	animation-fill-mode:forwards;
	animation-delay:0.4s;
	animation-name: flowing-anim;
	animation-duration: 1.2s;
}
@keyframes flowing-anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
 */