@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300&family=Oswald:wght@300;400;700&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700&display=swap');
/*
	font-family: 'M PLUS 1p', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/

/* Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
	position: relative;
}
html {
    height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.2;
	font-size: 15px;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
	/*text-align: justify;*/
}
/*@media screen and (max-width: 736px) {
body {
	font-size: 13px;
	line-height: 1.6;
}
}*/

/* clearfix
------------------------------------------------------------*/
.clear {
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.clearfix { /zoom: 1; } /* IE */




/* common
------------------------------------------------------------*/

p, ul, ol, dl {
	margin: 0 0 30px;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6;
	margin: 0 0 30px;
	color: #000;
	letter-spacing: 0.1em;
}
ul > li {
	margin: 0 0 0 20px;
	list-style: disc;
}
ol > li {
	margin: 0 0 0 2em;
	list-style: decimal;
}
.hidden {
	display: none;
}
table {
	width: 100%;
	margin: 0 0 30px;
}
table p {
	text-align: left;
}
caption {
	font-weight: bold;
	text-align: left;
}
hr {
	display: none;
}
img {
	border: none;
	vertical-align: bottom;
}
em {
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: normal;
	color: #D03119;
}
sup {
	vertical-align: top;
	line-height: 1.8;
	font-size: x-small;
}
ins {
	color: #C00;
}
a {
	transition: color 0.2s 0s ease, background-color 0.2s 0s ease;
	color: #4D5B96;
}
a:link {
	text-decoration: underline;
}
a:hover {
	color: #6D7EC9;
}
a:hover span {
	cursor: pointer;
}
a.inactive {
	color: #999 !important;
	cursor: default;
}
a.inactive * {
	color: #999 !important;
}
a.inactive span {
	cursor: default;
}
a.inactive:after,
a.inactive:before,
a.inactive *:after,
a.inactive *:before,
a.inactive img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}*/

button {
	cursor: pointer;
	transition: color 0.2s 0s ease, background-color 0.2s 0s ease;
}
.italic {
	font-style: italic;
}


/* structure
------------------------------------------------------------*/
html {
}
#skipNav {
	display: none;
}
@media speech {
	#skipNav {
		display: block;
	}
}
#wrapper {
	overflow: hidden;
	padding-top: 100px;
	min-width: 1060px;
}
#contentsCover,
.navMode #contentsCover {
	display: none;
}
#container {
	position: relative;
	background: #EEE;
}
#contents:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
#pagetop {
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 6;
}
#pagetop.absolute {
	position: absolute;
}
#pagetop a {
	background: #FFF url(../common_images/icn_pagetop.png) no-repeat 50% 50%;
	background-color: rgba(255,255,255,0.80);
	display: block;
	width: 70px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}
#pageNav {
	margin: 0;
}
#pageNav a {
	position: fixed;
	top: 50%;
	display: block;
	width: 30px;
	height: 70px;
	background: #333;
	margin: -35px 0 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../common_images/icn_arrow_wh.png);
	transition: all 0.2s 0s ease;
	z-index: 100;
}
#pageNav a:hover {
	width: 71px;
}
#pageNav a.btnNext {
	right: -1px;
}
#pageNav a.btnPrev {
	left: -1px;
	background-image: url(../common_images/icn_arrow_wh_rv.png);
}
@media screen and (min-width: 737px), print {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	.pc {
		display: none;
	}
	br.sp {
		display: inline;
	}
}
.linkBtn a {
	display: inline-block;
	padding: 20px 20px 20px 45px;
	background: #FFF url(../common_images/icn_arrow_bl.png) no-repeat 20px 50%;
	text-decoration: none;
	color: #6785C1;
	font-weight: bold;
	line-height: 1.6;
	box-sizing: border-box;
	text-align: center;
	margin-right: 10px;
}
.linkBtn a:last-child {
	margin-right: 0;
}
.linkBtn a:hover {
	background-color: #E1E7F3;
}
.linkBtn.reversal a {
	background-color: #6785C1;
	background-image: url(../common_images/icn_arrow_wh.png);
	color: #FFF;
}
.linkBtn.reversal a:hover {
	background-color: #859DCD;
}
.linkBtn a[href$="pdf"] {
	position: relative;
	padding-right: 60px;
}
.linkBtn a[href$="pdf"]::after {
	content: '';
	background: url(../common_images/icn_pdf.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 27px;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
}
.anchor {
	height: 0;
	margin: 0;
	position: relative;
	top: -100px;
}

.fancybox-wrap {
	margin-top: 70px !important;
}
a.fancybox-close {
	width: 60px !important;
	height: 60px !important;
	background: #222 url(../common_images/icn_modalclose.png) no-repeat 50% 50% !important;
	top: -60px !important;
	right: 0 !important;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 736px) {
	#pagetop {
		bottom: 20px;
		right: 10px;
	}
	#pagetop a {
		background-size: 10px auto;
		width: 35px;
		height: 35px;
		background-color: rgba(220,220,220,0.80);
	}
	.navMode #pageNav {
		opacity: 0;
		visibility: hidden;
	}
	#pageNav a {
		top: auto;
		bottom: 150px;
		width: 15px;
		height: 50px;
		background-color: rgba(0,0,0,0.20);
		margin: 0;
		background-size: 6px auto;
	}
	#pageNav a:hover {
		background-color: rgba(0,0,0,0.5);
		width: 15px;
	}
	.linkBtn {
		margin-right: 0;
	}
	.linkBtn a {
		padding: 15px 15px 15px 35px;
		background-size: 6px 10px;
		margin-right: 2%;
		margin-top: 5px;
	}
	.linkBtn a[href$="pdf"] {
		padding-right: 40px;
	}
	.linkBtn a[href$="pdf"]::after {
		width: 16px;
		height: 18px;
	}
	.anchor {
		top: -20px;
	}
	.fancybox-wrap {
		margin-top: 50px !important;
	}
	a.fancybox-close {
		width: 40px !important;
		height: 40px !important;
		background-size: 18px auto !important;
		top: -40px !important;
		box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
	}
}


/* header
------------------------------------------------------------*/
#pageHeader {
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	min-width: 1060px;
	background: #F1F1F1;
	transition: all 0.2s 0s ease;
}
#pageHeader .logo {
	position: relative;
	float: left;
	display: table;
	z-index: 5;
}
#pageHeader .logo a {
	display: table-cell;
	width: 230px;
	height: 100px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s 0s ease;
	pointer-events: none;
}
#pageHeader .siteTitle {
	float: left;
	position: relative;
	z-index: 5;
	display: table;
}
/*#pageHeader .siteTitle a {
	text-indent: -9999px;
	overflow: hidden;
	background: #333 url(../common_images/txt_sitetitle.png) no-repeat 50% 50%;
	display: block;
	width: 160px;
	height: 100px;
	transition: all 0.2s 0s ease;
}*/
#pageHeader .siteTitle a {
	background: #333;
	display: table-cell;
	width: 160px;
	height: 100px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: all 0.2s 0s ease;
	font-weight: bold;
	line-height: 1.2;
}
#pageHeader .siteTitle a span:nth-child(2) {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	color: #7899D0;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1;
}
#globalNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 390px;
	box-sizing: border-box;
}
#globalNav dl {
	margin: 0;
	text-align: center;
}
#globalNav dt {
	display: none;
}
#globalNav dd {
	display: inline-table;
	display: flex;
	justify-content: center;
	height: 100px;
	transition: all 0.2s 0s ease;
}
#globalNav ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	padding: 0 290px 0 5px;
	text-align: left;
}
#globalNav li {
	list-style: none;
	margin: 3px 0 3px 20px;
	font-size: 13px;
	display: inline-block;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
}
#globalNav li a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	position: relative;
}
#globalNav li.mypage {
	display: none;
}

#globalNav .pc dd > ul > li > span {
	/*cursor: pointer;*/
}
#globalNav li a:hover,
#globalNav .pc dd > ul > li > span:hover {
	color: #6D7EC9;
}
#globalNav .pc li.open > span {
	display: inline-block;
	background: #708FCC;
	color: #FFF !important;
	margin: -10px;
	padding: 10px;
	position: relative;
	z-index: 100;
}
#globalNav nav {
	display: none;
}
#globalNav .pc nav {
	position: absolute;
	left: 50%;
	margin: 10px 0 0 -510px;
	width: 1020px;
	background: #6785C1;
	background: #708FCC;
	padding: 25px 40px;
	box-sizing: border-box;
	z-index: 1000;
	box-shadow: 2px 3px 1px rgba(0,0,0,0.07), -2px 3px 1px rgba(0,0,0,0.07);
}
#globalNav .pc nav ul {
	display: block;
	padding: 0;
	margin: 0;
}
#globalNav .pc nav > ul {
	display: flex;
	flex-wrap: wrap;
}
#globalNav .pc .people nav > ul {
	display: block;
}
#globalNav .pc nav > ul > li {
	margin: 5px 0;
	width: 33.3%;
	float: left;
}
#globalNav .pc nav ul li .off,
#globalNav .pc nav ul li a {
	color: #FFF;
	display: inline-block;
	padding: 5px 0;
}
#globalNav .pc nav > ul > li > .off,
#globalNav .pc nav > ul > li > a {
	display: inline-flex;
	align-items: baseline;
}
#globalNav .pc nav ul li .off:before,
#globalNav .pc nav ul li a:before {
	content: '';
	display: inline-block;
	background: url(../common_images/icn_arrow_s_wh.png) no-repeat 0 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 6px;
	height: 10px;
	flex: 0 0 auto;
}
#globalNav .pc nav ul li .off {
	opacity: 0.4;
	pointer-events: none;
}
#globalNav .pc nav ul li a {
}
#globalNav .pc nav ul li a:hover {
	color: #D9E4F9;
}
#globalNav .pc .people nav > ul > li {
	font-size: 18px;
	color: #FFF;
	width: auto;
	display: block;
	letter-spacing: 0.1em;
	float: none;
	margin-top: 30px;
}
#globalNav .pc .people nav > ul > li.career,
#globalNav .pc .people nav > ul > li.diversity {
	float: left;
	width: 50%;
}
#globalNav .pc .people nav > ul > li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
#globalNav .pc .people nav > ul > li:first-child {
	margin-top: 10px;
}
#globalNav .pc .people nav > ul > li > span {
	display: block;
	margin: 0 0 10px;
}
#globalNav .pc .people nav > ul > li > span {
	clear: both;
	float: left;
}
/*#globalNav .pc nav ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}*/
#globalNav .pc .people nav > ul li .off:before,
#globalNav .pc .people nav > ul li a:before,
#globalNav .pc .about nav > ul > li > ul > li > a:before {
	display: none;
}
#globalNav .pc .people nav > ul ul {
	padding-left: 14.28%;
	margin-left: -20px;
	position: relative;
}
#globalNav .pc .people nav > ul ul {
	padding: 0;
	margin-left: 0;
	position: relative;
}
#globalNav .pc .people nav > ul ul {
	padding: 0;
	margin-left: 0;
	position: relative;
}
/*#globalNav .pc .people nav > ul li.index {
	margin-left: -16.66%;
}*/
#globalNav .pc .people nav > ul > li li,
#globalNav .pc .project nav > ul li.index,
#globalNav .pc .about nav > ul > li li {
	width: calc((100% - 1px) / 8);
	margin: 0;
	float: left;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 13px;
}
#globalNav .pc .people nav > ul > li.career li,
#globalNav .pc .people nav > ul > li.diversity li {
	width: 28%;
}
#globalNav .pc .people nav > ul li.index {
	width: auto;
	margin: -5px 0 0 10px;
	text-align: left;
}
#globalNav .pc .people nav > ul li.index + li {
	clear: both;
}
#globalNav .pc .project nav > ul li,
#globalNav .pc .project nav > ul li.index {
	width: 25%;
	text-align: left;
}
#globalNav .pc .project nav > ul li:nth-child(4n+1) {
	margin-left: 25%;
}
#globalNav .pc .project nav > ul li.index {
	margin: 5px 0 0;
}
#globalNav .pc .about nav > ul > li li {
	width:  auto;
	margin-right: 20px;
}
#globalNav .pc .about nav > ul > li.diversity {
	width: auto;
}
#globalNav .pc .people nav > ul > li li {
	/*min-height: 170px;*/
	margin-bottom: 5px;
}
#globalNav .pc .project nav > ul li a {
	vertical-align: top;
}
#globalNav .pc .project nav > ul li.index a {
	line-height: 1.5;
}
#globalNav .pc .people nav > ul > li li a,
#globalNav .pc .about nav > ul > li li a {
	padding: 0;
	line-height: 1.5;
	letter-spacing: 0;
}
/*#globalNav .pc .people nav > ul > li li.index a,
#globalNav .pc .project nav > ul li.index a {
	padding: 75px 0 0;
	width: 70px;
	display: inline-block;
}*/
#globalNav .pc .people nav > ul > li li.index a,
#globalNav .pc .project nav > ul li.index a {
	padding: 0 20px 0 50px;
	width: auto;
	display: inline-block;
	border: 2px solid #FFF;
	border-radius: 50px;
	height: 30px;
	line-height: 30px;
	transition: all 0.2s 0s ease;
}
#globalNav .pc .people nav > ul > li li.index a:hover,
#globalNav .pc .project nav > ul li.index a:hover {
	border: 2px solid rgba(255,255,255,0.70);
}
#globalNav .pc .about nav > ul > li li.index {
	display: none;
}
/*#globalNav .pc .people nav > ul > li li.index a:before,
#globalNav .pc .project nav > ul li.index a:before {
	content: '';
	background: url(../common_images/icn_index_wh.png) no-repeat 50% 0;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	display: inline-block;
	transition: all 0.2s 0s ease;
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
}*/
#globalNav .pc .people nav > ul > li li.index a:before,
#globalNav .pc .project nav > ul li.index a:before {
	content: '';
	background: url(../common_images/icn_index_wh.png) no-repeat 50% 50%;
	background-size: 50px auto;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin: -10px 0 0;
	left: 15px;
	display: inline-block;
	transition: all 0.2s 0s ease;
}
#globalNav .pc .people nav > ul > li li.index a:hover:before,
#globalNav .pc .project nav > ul li.index a:hover:before {
	opacity: 0.7;
}
#globalNav .pc .people nav > ul > li li .thumbnail img,
#globalNav .pc .about nav > ul > li li .thumbnail img {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	overflow: hidden;
	margin: 0 0 5px;
	transition: all 0.2s 0s ease;
}
#globalNav .pc .people nav > ul > li li a:hover .thumbnail img,
#globalNav .pc .about nav > ul > li li a:hover .thumbnail img {
	opacity: 0.7;
}
#globalNav .pc .people nav > ul > li li .category,
#globalNav .pc .people nav > ul > li li .title,
#globalNav .pc .about nav > ul > li li .title {
	color: #F0AD00;
}
#globalNav .pc .people nav > ul > li li .category {
	margin: 0 5px;
}
#globalNav .pc .people nav > ul > li li .name,
#globalNav .pc .about nav > ul > li li .name {
	font-size: 14px;
}
/*#globalNav .pc .people nav > ul > li li a[href$="daria/"] .name {
	font-size: 12px;
}*/
#globalNav .pc .people nav > ul > li li .profile {
	color: #000;
	font-weight: normal;
}
#globalNav .pc nav p.close {
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background: url(../common_images/icn_close.png) no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	cursor: pointer;
}
.overlay {
	display: none;
}
@media screen and (min-width: 737px), print {
	.overlay {
		background: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		opacity: 0.5;
	}
}
#globalNav p.mypage {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	position: absolute;
	top: 9px;
	right: 10px;
	width: 255px;
	transition: all 0.2s 0s ease;
	/* 初期登録が１つの場合 */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	top: 0;
	height: 100px;
}
#globalNav p.mypage a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	width: 100px;
	float: left;
	flex-direction: column;
	vertical-align: middle;
	text-align: center;
	background: #F0AF00;
	color: #FFF;
	text-decoration: none;
	position: relative;
	transition: all 0.2s 0s ease;
	box-sizing: border-box;
}
#globalNav p.mypage a[href="#"] {
	background: #DDD;
	background: rgba(211,211,211,0.80);
	pointer-events: none;
	cursor: default;
	display: none;
}
#globalNav p.mypage a.login:nth-child(3) {
	width: 201px;
	height: 35px;
}
#globalNav p.mypage a.login:nth-child(2) {
	height: 60px;
	width: 120px;
	margin-left: 2px;
}
#globalNav p.mypage a:hover {
	background: #FFCA23;
}
#globalNav p.mypage a.entry {
	background: #FFF;
	color: #F0AF00;
	margin-bottom: 2px;
	height: 60px;
	width: 120px;
	font-size: 13px;
}
#globalNav p.mypage a.entry:nth-child(n+2) {
	border-left: 1px solid #F0AF00;
}
#globalNav p.mypage a.entry:first-child:nth-child(-n+2) {
	margin-bottom: 0;
}
#globalNav p.mypage a.entry:hover {
	background: #FFEFC2;
}
#globalNav p.mypage a.entry > span {
	font-size: 11px;
	letter-spacing: 0.05em;
}
#globalNav p.mypage a.entry > span span:first-child {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0;
}

#pageHeader.compact {
	box-shadow: 0 1px 1px rgba(0,0,0,0.10);
	background: #FFF;
}
#pageHeader.compact,
#pageHeader.compact .logo a,
#pageHeader.compact .siteTitle a,
#pageHeader.compact #globalNav dd {
	height: 80px;
}
#pageHeader.compact #globalNav p.mypage {
	/* 初期登録が１つの場合 */
	height: 80px;
}
#pageHeader.compact #globalNav p.mypage a.login {
	height: 30px;
}
#pageHeader.compact #globalNav p.mypage a.login:nth-child(2) {
	height: 44px;
}
#pageHeader.compact #globalNav p.mypage a.entry {
	height: 39px;
}
#pageHeader.compact #globalNav p.mypage a.entry:first-child:nth-child(-n+2),
#pageHeader.compact #globalNav p.mypage a.login:nth-child(2) {
	/* 初期登録が１つの場合 */
	height: 44px;
}
#pageHeader.compact #globalNav p.mypage a.entry:first-child:nth-child(-n+2) {
	/* 初期登録が１つの場合 */
	border: 1px solid #F0AF00;
}

.about #globalNav .pc dd > ul > li.about > span,
.project #globalNav .pc dd > ul > li.project > span,
.people #globalNav .pc dd > ul > li.people > span,
.recruit #globalNav .pc dd > ul > li.recruit > span {
	color: #6370A6;
	position: relative;
}
.about #globalNav .pc dd > ul > li.about > span:after,
.project #globalNav .pc dd > ul > li.project > span:after,
.people #globalNav .pc dd > ul > li.people > span:after,
.recruit #globalNav .pc dd > ul > li.recruit > span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #6370A6;
}
#globalNav .pc dd > ul > li.open> span:after {
	display: none !important;
}

#globalNav .links {
	position: fixed;
	top: 120px;
	right: 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
}
#globalNav .links li {
	margin: 3px 0;
}
#globalNav .links li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 40px;
	color: #FFF;
	font-size: 10px;
	border-radius: 40px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.10);
	overflow: hidden;
	position: relative;
}
#globalNav .links li.youtubeCh a,
#globalNav .links li.twitter a {
	text-indent: -100vw;
	height: 40px;
	background: no-repeat 50% 50%;
}
#globalNav .links li.youtubeCh a {
	background-color: #F00;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M481%2C99.8C449.9%2C75.2%2C347.9%2C76%2C256%2C76S62.1%2C75.2%2C31%2C99.8C5.4%2C120.1%2C0%2C176.7%2C0%2C256s5.4%2C135.9%2C31%2C156.2%20c31.1%2C24.6%2C133%2C23.8%2C225%2C23.8s193.9%2C0.8%2C225-23.8c25.7-20.3%2C31-77%2C31-156.2S506.6%2C120.1%2C481%2C99.8z%20M344.6%2C259.1l-141.9%2C84.7%20c-1%2C0.6-2.3%2C0.6-3.4%2C0s-1.7-1.7-1.7-2.9v-84.7v-84.7c0-1.2%2C0.7-2.3%2C1.7-2.9c1-0.6%2C2.3-0.6%2C3.4%2C0l141.9%2C84.7c1%2C0.6%2C1.6%2C1.7%2C1.6%2C2.9%20C346.2%2C257.3%2C345.6%2C258.5%2C344.6%2C259.1z%22%2F%3E%3C%2Fsvg%3E');
	background-size: auto 18px;
}
#globalNav .links li.twitter a {
	background-color: #1da1f2;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Imljb25tb25zdHIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBpZD0idHdpdHRlci0xIiBjbGFzcz0ic3QwIiBkPSJNMjQsNC42Yy0wLjksMC40LTEuOCwwLjctMi44LDAuOGMxLTAuNiwxLjgtMS42LDIuMi0yLjdjLTEsMC42LTIsMS0zLjEsMS4yYy0wLjktMS0yLjItMS42LTMuNi0xLjZjLTMuMiwwLTUuNSwzLTQuOCw2QzcuNyw4LjEsNC4xLDYuMSwxLjcsMy4xQzAuNCw1LjQsMSw4LjMsMy4yLDkuN0MyLjQsOS43LDEuNiw5LjUsMSw5LjFjLTAuMSwyLjMsMS42LDQuNCwzLjksNC45Yy0wLjcsMC4yLTEuNSwwLjItMi4yLDAuMWMwLjYsMiwyLjQsMy40LDQuNiwzLjRjLTIuMSwxLjYtNC43LDIuMy03LjMsMmMyLjIsMS40LDQuOCwyLjIsNy41LDIuMmM5LjEsMCwxNC4zLTcuNywxNC0xNC42QzIyLjUsNi40LDIzLjMsNS41LDI0LDQuNnoiLz48L3N2Zz4=);
	background-size: auto 16px;
}
#globalNav .links li.guidebook a {
	background: #5876AA;
	padding: 0 0 10px;
}
@media all and (-ms-high-contrast:none) {
	#globalNav .links li.guidebook a {
		height: 100px;
	}
}
#globalNav .links li.guidebook a::before {
	content: '';
	background: no-repeat 50% 50%;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2025.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20viewBox%3D%220%200%2017%2020%22%20style%3D%22enable-background%3Anew%200%200%2017%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M3%2C0L0%2C3v17h14V3H1.4l2-2H16v15v1h1V0H3z%20M7%2C5.5c0.8%2C0%2C1.5%2C0.7%2C1.5%2C1.5S7.8%2C8.5%2C7%2C8.5S5.5%2C7.8%2C5.5%2C7%0A%09S6.2%2C5.5%2C7%2C5.5z%20M5%2C15h1v-3H5v-2h1h2v2v3h1v2H8H6H5V15z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
	background-size: auto 16px;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: -5px;
}
#globalNav .links li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0;
	transition: 0.2s ease;
	border-radius: 40px;
}
#globalNav .links li a:hover::after {
	opacity: 0.1;
}


@media screen and (max-width: 736px) {
	body {
		font-size: 12px;
		line-height: 2;
		background: #333;
	}
	p, ul, ol, dl,
	h1, h2, h3, h4, h5,
	table {
		margin: 0 0 20px;
	}
	#wrapper {
		position: relative;
		background: #FFF;
		box-shadow: 2px 0 1px rgba(0,0,0,0.10);
		transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		padding-top: 45px;
		min-width: 0;
		overflow: visible;
	}
	.navMode #wrapper {
		margin-right: 270px;
		margin-left: -270px;
	}
	.navMode #overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		cursor: pointer;
	}
	#container {
		overflow: hidden;
		width: 100%;
		min-width: 0 !important;
		padding: 0 !important;
	}
	#pageHeader {
		height: 45px;
		position: absolute;
		min-width: 0;
		width: 100% !important;
	}
	#pageHeader .logo {
		position: relative;
		float: left;
		display: table;
		font-size: 0;
	}
	#pageHeader .logo a {
		width: 90px;
		height: 45px;
	}
	#pageHeader .logo a img {
		width: 75px;
		height: auto;
	}
	#pageHeader .siteTitle {
		float: left;
	}
	#pageHeader .siteTitle a {
		background-size: 50px auto;
		width: 70px;
		height: 45px;
		font-size: 10px;
		line-height: 0.9;
	}
	#pageHeader .siteTitle a span:nth-child(1) {
		display: block;
		transform: scale(0.6);
		margin: 0 -5px;
	}
	#pageHeader .siteTitle a span:nth-child(2) {
		font-size: 19px;
		line-height: 0.9;
	}
	/*#pageHeader .siteTitle a:after {
		text-indent: 0;
		content: '新卒採用\Aサイト';
		white-space: pre;
		font-size: 10px;
		line-height: 1.3;
		display: inline-block;
		color: #FFF;
		float: right;
		width: 70px;
	}*/
	#globalNav {
		overflow: visible;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		z-index: 10;
		padding: 0;
	}
	#globalNav dl {
		margin: 0;
		background: #EEE;
		position: relative;
		padding: 0;
		width: auto;
	}
	#globalNav dt {
		display: block;
		width: 34px;
		height: 34px;
		border: 1px solid #333;
		text-indent: -9999px;
		overflow: hidden;
		position: absolute;
		top: 4px;
		right: 4px;
	}
	#globalNav dt:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		width: 20px;
		height: 9px;
		margin: -5px 0 0 -10px;
	}
	.navMode #globalNav dt:before {
		border-top: 1px solid #333;
		border-bottom: 0;
		height: 0;
		margin: 0 0 0 -10px;
		transform: rotate(-45deg);
	}
	#globalNav dt:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		border-top: 1px solid #333;
		width: 20px;
		margin: 0 0 0 -10px;
	}
	.navMode #globalNav dt:after {
		border-top: 1px solid #333;
		height: 0;
		margin: 0 0 0 -10px;
		transform: rotate(45deg);
	}
	#globalNav dd {
		display: flex;
		flex-direction: column;
		background: #333;
		position: absolute;
		top: 0;
		left: 100%;
		width: 0;
		height: auto !important;
		overflow: hidden;
		opacity: 0;
		transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}
	.navMode #globalNav dd {
		width: 270px;
		opacity: 1;
		box-shadow: -1px 0px 1px rgba(0,0,0,0.10);
	}
	#globalNav ul {
		display: block;
		padding: 0;
		width: 270px;
	}
	#globalNav li {
		margin: 0;
		font-size: 12px;
		display: block;
		color: #555;
		border-bottom: 1px solid rgba(255,255,255,0.10);
	}
	#globalNav li a,
	#globalNav li > span {
		display: block;
		text-decoration: none;
		color: #FFF;
		position: relative;
		padding: 10px 20px;
		transition: none;
		box-sizing: border-box;
	}
	#globalNav li nav {
		margin: 0;
	}
	#globalNav li nav .close {
		display: none;
	}
	#globalNav li li {
		background: #3D3D3D;
		font-weight: normal;
		border-bottom-color: #333;
	}
	#globalNav li li:last-child {
		border-bottom: none;
	}
	#globalNav li ul {
		margin: 0;
	}
	#globalNav li nav,
	#globalNav li li ul {
		display:none;
	}
	#globalNav li li ul {
	}
	#globalNav li li li {
		background: #484848;
		border: none;
		font-size: 11px;
		padding: 0;
	}
	#globalNav li li li a {
		margin: 0;
		padding: 5px 20px 5px 35px;
	}
	#globalNav li li li.index a {
		padding: 12px 20px 12px 35px;
	}
	#globalNav li li li .thumbnail img {
		width: 32px;
		height: 32px;
		border-radius: 32px;
		overflow: hidden;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
	#globalNav li li li .category,
	#globalNav li li li .profile,
	#globalNav li li li br {
		display: none;
	}
	#globalNav li li li .sp {
		display: inline-block;
	}
	#globalNav li li span.off:after {
		transform: none !important;
	}
	#globalNav li li span.off {
		opacity: 0.3;
	}
	#globalNav li.top {
		border-bottom: none;
	}
	#globalNav li.top a {
		background: #EEE;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: 45px;
	}
	#globalNav li a:after,
	#globalNav li > span:after {
		position: absolute;
		content: '';
		display: block;
		background-color: transparent !important;
		background-image: url(../common_images/icn_arrow_wh.png) !important;
		background-size: 6px auto !important;
		width: 6px !important;
		height: 10px !important;
		top: 50% !important;
		bottom: auto !important;
		left: auto !important;
		right: 20px;
		margin: -5px 0 0;
		border: none !important;
	}
	#globalNav li > span:after,
	#globalNav li > a.expand:after {
		transform: rotate(90deg);
		transition: all 0.2s 0s ease;
	}
	#globalNav li > span.open:after,
	#globalNav li > a.open.expand:after {
		transform: rotate(-90deg);
		opacity: 0.3;
	}
	#globalNav li li li a:after {
		left: 20px !important;
		right: 0;
	}
	#globalNav li.top a:after {
		background-image: url(../common_images/icn_arrow_bl.png) !important;
	}
	#globalNav li a:hover {
		color: #FFF;
	}
	#globalNav li.top a:hover {
		color: #000;
	}
	#globalNav li a:active {
		background: #6785C1;
		color: #FFF !important;
	}
	#globalNav li a:active:after {
		background-image: url(../common_images/icn_arrow_wh.png) !important;
	}
	#globalNav li.mypage {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		border-bottom: none;
		background: #F0AF00;
		/*display: none;*/
	}
	#globalNav li.mypage a {
		display: flex;
		text-align: left;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
	}
	#globalNav li.mypage a[href="#"] {
		background: #DDD;
		pointer-events: none;
		cursor: default;
		display: none;
	}
	#globalNav li.mypage a:first-child {
		border-right: 1px solid #FFCA23;
	}
	#globalNav li.mypage a:active {
		background: #FFCA23;
	}
	#globalNav li.mypage a.entry {
		width: 50%;
		border-bottom: 1px solid rgba(255,255,255,0.50);
		color: #F0AF00 !important;
		background: #FFF;
	}
	#globalNav li.mypage a.entry:active {
		background: #FFEFC2 !important;
	}
	#globalNav li.mypage a.entry::after {
		background-image: url(../common_images/icn_arrow_yl.png) !important;
	}
	#globalNav li.mypage a.login:nth-child(2) {
		width: 50%;
	}
	#globalNav li.mypage a > span {
		font-size: 11px;
	}
	#globalNav li.mypage a > span span:first-child {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 13px;
		line-height: 1;
		letter-spacing: 0;
	}
	#globalNav p.mypage {
		font-size: 10px;
		top: 0 !important;
		right: 10px;
		width: auto;
		height: 45px !important;
		white-space: nowrap;
		letter-spacing: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}
	#globalNav p.mypage a {
		color: #F0AF00;
		width: auto !important;
		height: auto !important;
		background: transparent !important;
		border: none;
		text-align: right;
		font-weight: normal;
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: 0 !important;
	}
	#globalNav p.mypage a.entry {
		width: auto;
		flex-direction: row;
		font-size: 10px;
		border: none !important;
	}
	#globalNav p.mypage a.entry:first-child:nth-child(-n+2) {
		/* 初期登録が１つの場合 */
		margin-bottom: 4px;
	}
	#globalNav p.mypage a[href="#"] {
		color: rgba(177,177,177,0.80);
		display: none;
	}
	#globalNav p.mypage a.entry > span {
		font-size: 10px;
		letter-spacing: 0;
		margin-left: 0.2em;
	}
	#globalNav p.mypage a.entry span span:first-child {
		font-size: 12px;
	}
	/*#globalNav p.mypage a:nth-child(2):not(:last-child)::after {
		content: '/';
		font-weight: 400;
		display: inline-block;
		margin: 0 3px;
	}*/
	#globalNav p.mypage a:hover {
		background: transparent;
	}
	#pageHeader.compact {
		box-shadow: none;
		background: transparent;
	}
	#pageHeader.compact,
	#pageHeader.compact .logo a,
	#pageHeader.compact .siteTitle a,
	#pageHeader.compact #globalNav dd {
		height: 45px;
	}

	.si #globalNav li.si a,
	.keyword #globalNav li.keyword a,
	.field #globalNav li.field a,
	.history #globalNav li.history a,
	.project #globalNav li.project a {
		color: #FFF;
	}
	.si #globalNav li.si a:after,
	.keyword #globalNav li.keyword a:after,
	.field #globalNav li.field a:after,
	.history #globalNav li.history a:after {
	}
	#globalNav .links {
		position: relative;
		top: auto;
		right: auto;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin: 0 0 20px;
	}
	#globalNav .links li {
		margin: 0 3px;
		border: none;
	}
	#globalNav .links li a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: auto;
		height: 36px !important;
		padding: 0;
	}
	#globalNav .links li.youtubeCh a,
	#globalNav .links li.twitter a {
		width: 36px;
	}
	#globalNav .links li.youtubeCh a {
		background-size: auto 18px;
	}
	#globalNav .links li.twitter a {
		background-size: auto 16px;
	}
	#globalNav .links li.guidebook a {
		padding: 0 10px 0 0;
	}
	#globalNav .links li.guidebook a::before {
		background-size: auto 16px;
		width: 36px;
		height: 36px;
		margin: 0 -5px 0 0;
	}
	#globalNav .links li a::after {
		display: none;
	}
}


/* footer
------------------------------------------------------------*/
#pageFooter {
	min-width: 1060px;
	background: #333;
	text-align: center;
}
#footNav {
	border-bottom: 1px solid #555;
	padding: 60px 0;
	margin: 0 0 10px;
}
#footNav > ul {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#footNav > ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
#footNav > ul > li {
	width: 25%;
	float: left;
	margin: 0;
	color: #FFF;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#footNav > ul > li > a,
#footNav > ul > li > span {
	display:inline-block;
	padding-left: 34px;
	line-height: 26px;
	position: relative;
}
#footNav > ul > li > a:after,
#footNav > ul > li > span:after {
	display:block;
	content: '';
	background: url(../common_images/icn_arrow_circ.png) no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -13px 0 0;
}
#footNav > ul > li li {
	list-style: none;
	margin: 0 0 0.8em;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#footNav > ul > li li .off {
	color: #999;
	pointer-events: none;
}
#footNav > ul > li.project,
#footNav > ul > li.people {
}
#footNav > ul > li.people {
	margin: 16em 0 0 -25%;
}
#footNav > ul > li a,
#pageFooter .utility a {
	color: #FFF;
	text-decoration: none;
}
#pageFooter .utility .off {
	color: #999;
}
#footNav > ul > li a:hover,
#pageFooter .utility a:hover {
	color: #6384C0;
}
#footNav > ul > li ul {
	margin-top: 0.5em;
	padding-left: 34px;
	margin-bottom: 0;
}
#pageFooter .utility {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 15px 0;
}
#pageFooter .utility li {
	list-style: none;
	margin: 0 25px 0 0;
	font-size: 12px;
}
#pageFooter .social {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
#pageFooter .copyright {
	border-top: 1px solid #6785C1;
	text-align: center;
	padding: 50px 0;
	margin: 10px 0 0;
}
#pageFooter .copyright img {
	margin: 0 25px 0 0;
}
#pageFooter .copyright small {
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.3em;
	font-weight: 400;
}
@media screen and (max-width: 736px) {
	#footNav {
		border-bottom: none;
		padding: 0;
		margin: 0 0 20px;
	}
	#footNav > ul {
		width: auto;
	}
	#footNav > ul > li {
		width: auto;
		float:none;
		font-size: 11px;
		border-bottom: 1px solid #555;
	}
	#footNav > ul > li > a,
	#footNav > ul > li > span {
		display:block;
		line-height: 1.6;
		padding: 20px 20px 20px 45px;
		color: #FFF !important;
	}
	#footNav > ul > li > a:after,
	#footNav > ul > li > span:after {
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		left: 20px;
		transition: all 0.2s 0s ease;
	}
	#footNav > ul > li > a.open:after,
	#footNav > ul > li > span.open:after {
		transform: rotate(-180deg);
		opacity: 0.3;
	}
	#footNav > ul > li ul {
		padding: 10px 20px;
		margin: 0;
		background: #404040;
		display: none;
	}
	#footNav > ul > li li {
		margin: 0;
		font-size: 11px;
	}
	#footNav > ul > li.people {
		margin: 0;
	}
	#footNav > ul > li li a,
	#footNav > ul > li li .off {
		display: block;
		padding: 10px 0 10px 25px;
	}
	#footNav > ul > li a:hover,
	#pageFooter .utility a:hover {
		color: #6384C0;
	}
	#pageFooter .utility {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
		padding: 0 10px;
	}
	#pageFooter .utility li {
		margin: 0 10px 5px;
		font-size: 11px;
	}
	#pageFooter .social {
		font-size: 0;
		padding: 15px 0;
	}
	#pageFooter .fb-like {
		height: 20px !important;
	}

	#pageFooter {
		min-width: 0;
	}
	#pageFooter .copyright {
		padding: 20px 0;
	}
	#pageFooter .copyright img {
		margin: 0 8px 0 0;
		width: 75px;
		height: auto;
		vertical-align: middle;
	}
	#pageFooter .copyright small {
		font-size: 9px;
		letter-spacing: 0.2em;
		display: inline-block;
		line-height: 1.5;
		vertical-align: middle;
	}
}


/* contents
------------------------------------------------------------*/
#contents {
	width: 1000px;
	padding: 0 30px 100px;
	margin: 0 auto;
}
#contents .pageTitle {
	text-align: center;
	padding: 45px 500%;
	margin: 0 -500% 100px;
	background: #FFF;
}
#contents .pageTitle p.en {
	display: inline-block;
	margin: 0 30px 0 0;
	color: #F2B000;
	font-family: 'Oswald', sans-serif;
	line-height: 1.1;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.2em;
	vertical-align: middle;
}
#contents .pageTitle h1 {
	font-size: 50px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1.1;
	font-weight: 300;
	color: #6785C1;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
#contents .pageTitle h1 .sub {
	display: inline-block;
	font-size: 30px;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
}
#contents .lead {
	background: #6370A6;
	color: #FFF;
	padding: 45px 500% 15px;
	margin: -100px -500% 100px;
	font-weight: bold;
	size: 16px;
	letter-spacing: 0.1em;
}
#contents figure,
#contents div.frame {
	margin: 60px 0;
}
#contents div.frame,
#contents figure.frame {
	background: #FFF;
	padding: 50px 50px 20px;
}
#contents figure.frame .image {
	text-align: center;
}
#contents figcaption {
	font-size: 18px;
	margin: 0 0 30px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#contents .image + figcaption {
	font-size: 14px;
	line-height: 1.8;
	color: #4A5283;
	margin: -15px 0 30px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#contents figure .image {
	text-align: center;
}
#contents figure .image.fit {
	margin: -50px -50px -20px;
}
#contents .float.right,
.fancybox-wrap .float.right {
	float: right;
	margin: 10px 0 20px 50px;
}
#contents .float.left,
.fancybox-wrap .float.left {
	float: left;
	margin: 10px 50px 20px 0;
}
#contents div.frame .linkBtn a {
	background-color: #EEE;
}
#contents div.frame .linkBtn a:hover {
	background-color: #E1E7F3;
}
#contents > section,
#contents section.chapter {
	margin: 0 0 130px;
}
#contents > section.lastChild,
#contents section.chapter.lastChild {
	margin-bottom: 0;
}
#contents section .noRunaround {
	overflow: hidden;
}
#contents section .sectionHeader {
	border-bottom: 2px solid #FFF;
	padding: 20px 0;
	margin: 0 0 60px;
	position: relative;
}
#contents section.chapter .sectionHeader .num {
	color: #D0311B;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.3em;
	line-height: 1.2;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -0.6em 0 0;
}
#contents section.chapter .sectionHeader .num span {
	display: inline-block;
	color: #6785C1;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 0.5em 0 0.8em;
	margin-left: 0.3em;
}
#contents section .sectionHeader h1 {
	font-size: 24px;
	color: #4A5283;
	text-align: center;
	margin: 0 185px;
	letter-spacing: 0.2em;
}
#contents .subH {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 40px;
}
#contents aside.column {
	border: 2px solid #6785C1;
	padding: 48px 48px 18px;
	position: relative;
	margin: 120px 0 60px;
}
#contents aside.column > p:first-child {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	font-weight: 300;
	border: 2px solid #6785C1;
	border-bottom: none;
	color: #6785C1;
	height: 60px;
	box-sizing: border-box;
	position: absolute;
	top: -60px;
	left: -2px;
	background: #EEE;
	padding: 20px 40px 0;
	line-height: 1.1;
}
#contents aside.column h1,
#contents aside.column .key_title {
	font-size: 18px;
}
#contents aside.column .key_title {
	font-weight: bold;
}
#contents aside.column figure.frame {
	padding: 40px 40px 10px;
	margin: 30px 0;
}
#contents .note {
	font-size: 13px;
}
#contents .note.right {
	text-align: right;
}
#contents .note.center {
	text-align: center;
}
.pickupword > span {
	display: inline-flex;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	background: #d0311b;
	line-height: 1.1;
	font-weight: 400;
	font-size: 15px;
	height: 30px;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 20px;
	padding: 0 15px;
	/*border: 2px solid #FFF;*/
}
.pickupword span span {
	font-weight: 700;
	display: inline-block;
	margin-left: 0.2em;
}
/*#contents .pickupword a:hover {
	background: #E44631;
}*/

@media screen and (max-width: 736px) {
	#contents {
		width: auto;
		padding: 0 20px 30px;
	}
	#contents .pageTitle {
		padding: 5px 500%;
		margin: 0 -500% 30px;
	}
	#contents .pageTitle p.en {
		display: none;
	}
	#contents .pageTitle h1 {
		font-size: 18px;
		font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}
	#contents .pageTitle h1 .sub {
		font-size: 15px;
		margin: 5px 0 0;
	}
	#contents .subH {
		font-size: 14px;
		margin-top: 30px;
	}
	#contents .lead {
		padding: 20px 500% 1px;
		margin: -30px -500% 30px;
		size: 14px;
	}
	#contents figure,
	#contents div.frame {
		margin: 30px 0;
	}
	#contents div.frame,
	#contents figure.frame {
		background: #FFF;
		padding: 20px 20px 1px;
		margin: 30px 0;
	}
	#contents figure .image {
	}
	#contents figure img {
		width: 100%;
		height: auto;
	}
	#contents figcaption {
		font-size: 14px;
		margin: 0 0 20px;
	}
	#contents .float,
	.fancybox-wrap .float {
		float: none !important;
		margin: 20px 0 !important;
		width: auto !important;
	}
	#contents .image + figcaption {
		font-size: 12px;
		margin: -10px 0 20px;
	}
	#contents > section,
	#contents section.chapter {
		margin: 0 0 50px;
	}
	#contents > section.lastChild,
	#contents section.chapter.lastChild {
		margin-bottom: 0;
	}
	#contents section .sectionHeader {
		padding: 10px 0;
		margin: 0 0 30px;
	}
	#contents section.chapter .sectionHeader .num {
		font-size: 10px;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 0 5px;
		text-align: center;
	}
	#contents section.chapter .sectionHeader .num span {
	}
	#contents section .sectionHeader h1 {
		font-size: 16px;
		margin: 0;
	}
	#contents aside.column {
		border: 2px solid #6785C1;
		padding: 18px 18px 0;
		position: relative;
		margin: 60px 0 30px;
	}
	#contents aside.column > p:first-child {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 18px;
		font-weight: 400;
		border: 2px solid #6785C1;
		border-bottom: none;
		height: 40px;
		box-sizing: border-box;
		position: absolute;
		top: -40px;
		left: -2px;
		background: #EEE;
		padding: 20px 20px 0;
		line-height: 1.1;
	}
	#contents aside.column h1,
	#contents aside.column .key_title {
		font-size: 15px;
	}
	#contents aside.column figure.frame {
		padding: 20px 20px 1px;
		margin: 20px 0;
	}
	#contents .note {
		font-size: 12px;
	}
	.pickupword > span {
		font-size: 12px;
		height: 20px;
		padding: 0 10px;
	}
}


/* table
------------------------------------------------------------*/
table {
	border-top: 1px solid #CCC;
}
table th,
table td {
	border-bottom: 1px solid #CCC;
	line-height: 1.8;
}
table th {
	padding: 20px;
	color: #4A5383;
	border-right: 1px solid #FFF;
	text-align: center;
	vertical-align: top;
}
table td {
	padding: 20px 0 10px 20px;
}
table td p,
table td dl,
table td ul {
	margin: 0 0 10px;
}
table td dl {
	line-height: 1.8;
}
table td dt {
	float: left;
	width: 15em;
}
table td dd {
	overflow: hidden;
	margin: 0 0 10px;
}
table td thead {
	background: #4B5581;
}
table td table {
	margin: 0 0 10px;
}
table td table caption {
	font-size: 13px;
	text-align: right;
	font-weight: normal;
}
table td thead th {
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	border-bottom: none;
	border-right: 1px solid #FFF;
 }
table td tbody th {
	border-right: 1px solid #4B5581;
}
table td tbody td {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	border-left: 1px solid #CCC;
}
table td p.note {
	font-size: 13px;
	color: #666;
}
@media screen and (max-width: 736px) {
	table {
		display: block;
		border: none;
	}
	tbody {
		display: block;
	}
	table > tbody > tr {
		display: block;
	}
	table > tbody > tr > th,
	table > tbody > tr > td {
		display: block;
		text-align: left;
	}
	table > tbody > tr > th {
		padding: 10px 0 0;
		border-right: none;
		vertical-align: top;
		border-bottom: none;
	}
	table > tbody > tr:first-child > th {
		padding: 0;
	}
	table > tbody > tr > td {
		padding: 0;
		border-bottom: none;
	}
	table td dl {
		line-height: 1.8;
	}
	table td dt {
		float: none;
		width: auto;
	}
	table td dd {
		overflow: hidden;
		margin: 0 0 10px;
	}
	table td table {
		font-size: 11px;
		letter-spacing: 0;
		display: table;
		border-bottom: 1px solid #CCC;
	}
	table td tbody {
		display: table-row-group;
	}
	table td table tr {
		display: table-row;
	}
	table td table th,
	table td table td {
		padding: 4px !important;
		line-height: 1.6;
		display: table-cell;
		border-bottom: 1px solid #CCC;
	}
	table td thead th {
		border-right: 1px solid #FFF;
		border-bottom: none;
	}
	table td tbody th {
		border-right: 1px solid #4B5581;
	}
	table td table caption {
		font-size: 12px;
	}
	table td p.note {
		font-size: 12px;
	}
}
