@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%;
	vertical-align:baseline;
	background:transparent;
}

body, div {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	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;
}

/* 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;
}

/* webfonts
------------------------------------------------- */
/*
* "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
*/
/*
* "Lato" licensed under the Open Font License.
* https://fonts.google.com/specimen/Lato
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/
/*
* "Noto Sans JP" licensed under the Open Font License.
* https://fonts.google.com/specimen/Noto+Sans+JP
* https://www.google.com/fonts/attribution
* https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
*/
/*
* "Shippori Mincho" licensed under the Open Font License.
* https://fonts.google.com/specimen/Shippori+Mincho
* 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: 'Open Sans',"メイリオ", Meiryo ,"ヒラギノ角ゴ Pro W3";
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}


/* ヘッダ
============================ */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
/*	font-family: 'Lato', sans-serif;*/
	letter-spacing: 0.15em;
	transition: all 0.3s;
	z-index: 10;
	}
	@media screen and (min-width:1025px) {
	header {
		letter-spacing: 0.25em;
	}
}
header .flex {
	display: flex;
	align-items: center;
	width: 90%;
	height: 55px;
	margin: 0 auto;
	transition: all 0.3s;
	}
	@media screen and (min-width:1025px) {
	header .flex {
		width: 94%;
		height: 114px;
	}
}
header p {
	margin: 0;
}
header h1 {
	width: 54px;
	}
	@media screen and (min-width:1025px) {
	header h1 {
		width: 118px;
	}
}

header h2 {
	font-size: 1rem;
	font-weight: normal;
	padding: 0 0 0 12px;
	}
	@media screen and (min-width:1025px) {
	header h2 {
		font-size: 1.4rem;
		padding: 0 0 0 30px;
	}
}
header h2 a {
	color: #fff;
	text-decoration: none;
}
header h2 a br.sp {
	padding:0;
}
header .career_btn {
/*	font-family: 'Noto Sans JP', sans-serif;*/
	letter-spacing: 0;
	margin-left: auto;
	}
	@media screen and (min-width:1025px) {
	header .career_btn {
		letter-spacing: 0.15em;
	}
}
header .career_btn a {
	display: inline-block;
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
	border: solid 1px #fff;
	padding: 5px 14px;
	transition: all 0.3s;
	}
	@media screen and (min-width:1025px) {
	header .career_btn a {
		font-size: 1.4rem;
		padding: 12px 60px;
	}
	header .career_btn a:hover {
		background: #fff;
		color: #333;
	}
}

/* ヘッダアニメーション */
header.hdr-animation {
	background: rgba(255,255,255,0.9);
}
header.hdr-animation .flex {
	height: 55px;
	}
	@media screen and (min-width:1025px) {
	header.hdr-animation .flex {
		height: 80px;
	}
}
header.hdr-animation h1 img:first-of-type {
	display: none;
}
header.hdr-animation h1 img:last-of-type {
	display: block;
}
header.hdr-animation h2 a {
	color: #333;
}
header.hdr-animation .career_btn a {
	color: #333;
	border: solid 1px #333;
}
header.hdr-animation .career_btn a:hover {
	background: #333;
	color: #fff;
}


/* フッタ
============================ */
footer {
	background: #000;
}
footer .wrap {
padding: 1vw;
}
footer p {
	margin: 0;
	font-size: 1rem;
	color: #fff;
	line-height:1.8;
}
footer a {
	color:#fff;
}
footer small {
	display: inline-block;
/*	font-family: 'Lato', sans-serif;*/
	font-size: 1rem;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 20px 0;
	}
	@media screen and (min-width:1025px) {
	footer small {
		font-size: 1.2rem;
		padding: 0;
		margin:0 0 1.6rem;
	}
	footer .wrap {
		max-width:1140px;
		margin: 0 auto;
	}
}


/* コンテンツエリア
============================ */
#contentsArea {
	line-height: 1.8;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom:70px;
	}
	@media screen and (min-width:1025px) {
	#contentsArea {
		font-size: 1.6rem;
		margin-bottom:145px;
	}
}
#contentsArea .wrap {
	width: 86%;
	margin: 0 auto;
	text-align: left;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .wrap {
		max-width: 1140px;
	}
}


/* visual
------------------------------------------------- */
#contentsArea .visualArea {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 260px;
	background: url("../images/visual.jpg") center center;
	background-size: cover;
	}
#contentsArea .visualArea.typeB {
	background: url("../images/visual2.jpg") center center;
	background-size: cover;
}
#contentsArea .visualArea::before {
	content:"";
	display:block;
	background:rgba(0,0,0,0.2);
	width: 100%;
	height: 260px;
	position: absolute;
}
	@media screen and (min-width:1025px) {
	#contentsArea .visualArea {
		height: 600px;
	}
	#contentsArea .visualArea::before {
		height: 600px;
	}
}
#contentsArea .visualArea h1 {
/*	font-family: 'Cormorant Garamond', serif;*/
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	margin-top: 16px;
	}
#contentsArea .visualArea .ttl {
	color: #fff;
	font-size: 2rem;
	line-height: 1.4;
	position: relative;
}
	@media screen and (min-width:1025px) {
	#contentsArea .visualArea h1 {
		font-size: 6rem;
	}
	#contentsArea .visualArea .ttl {
		display: block;
		font-size: 4.5rem;
	}
}
#contentsArea .visualArea h1 span {
	display: block;
/*	font-family: 'Shippori Mincho', serif;*/
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 10px;
	}
	@media screen and (min-width:1025px) {
	#contentsArea .visualArea h1 span {
		font-size: 2.2rem;
		margin-top: 15px;
	}
}

/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
	display: block;
	content: "";
	padding: 10px 0;
	}
	@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;
	}
}


/* ページの先頭へ
============================ */
#pageTop {
	position: fixed;
	bottom: 60px;
	right: -20px;
	margin: 0;
	z-index: 100;
	transform: rotate(90deg);
	}
	@media screen and (min-width:1025px) {
	#pageTop {
		bottom: 74px;
		right: -10px;
	}
}
#pageTop a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #8c8c8c;
	font-size: 1rem;
/*	font-family: 'Lato', sans-serif;*/
	letter-spacing: 0.15em;
	padding-left: 20px;
	}
	@media screen and (min-width:1025px) {
	#pageTop a {
		font-size: 1.2rem;
		padding-left: 24px;
	}
}
#pageTop a::before,
#pageTop a::after {
	position: absolute;
	display: block;
	content: "";
	transition-duration: 0.4s;
}
#pageTop a::before {
	top: 5px;
	left: 0;
	width: 10px;
	height: 1px;
	background: #8c8c8c;
	}
	@media screen and (min-width:1025px) {
	#pageTop a::before {
		top: 6px;
	}
	#pageTop a:hover::before {
		left: -20px;
		width: 30px;
	}
	#pageTop a:hover::after {
		left: -19px;
	}
}
#pageTop a::after {
	top: 2px;
	left: 1px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	}
	@media screen and (min-width:1025px) {
	#pageTop a::after {
		top: 3px;
	}
}


/* for appear
============================ */
#contentsArea .visualArea .ttl,
#contentsArea .visualArea h1,
 .system #contentsArea .wrap,
#contentsArea .ttlArea {
	position: relative;
	opacity: 0;
	top: 30px;
}
header, footer, #contentsArea .visualArea {
	opacity: 0;
}
/* etc
============================ */
*.txtL { text-align:left !important; }
*.txtC { text-align:center !important; }
*.txtR { text-align:right !important; }
*.mgnT {margin-top:1.6rem !important; }
*.mgnT2 {margin-top:3.2rem !important; }
*.mgnB {margin-bottom:1.6rem !important; }
*.mgnB2 {margin-bottom:3.2rem !important; }
*.paddingL {padding-left:1rem !important;}
*.paddingR {padding-right:1rem !important;}

	@media screen and (min-width:1025px) {
*.txtLpc { text-align:left !important; }
*.txtCpc { text-align:center !important; }
*.txtRpc { text-align:right !important; }

}