@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules
	
bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;
	
	
----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 100%;
	min-width: 320px;
}
.gosi {
	/*font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;*/
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.min {
	font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;
}
.en1 {
	font-family: 'Roboto', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.1em;
}
/*.en2 {
	font-family: 'Didact Gothic', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.1em;
}*/
.en2 {
	font-family: 'Playfair Display', "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
a {
	/*text-decoration: underline;*/
	cursor: pointer;
	outline: none;
}
a:link {
	/*	text-decoration: underline;*/
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
#contents p {
	line-height: 1.7;
}
ul, ol {
	list-style-type: none;
}
ul li, ol li, dl {
	line-height: 1.7;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.7;
}
::selection {
	background-color: #888;
	color: #FFFFF3; /* Safari */
}
::-moz-selection {
background-color: #888;
color: #FFFFF3; /* Firefox */
}
h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 100%;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* for IE 6/7 only */
}
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie {
	display: block!important;
	content: " ";
}
}
div.clear_noie {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	font-size: 0;
	display: block;
	height: 60px;
	width: 60px;
	background-size: 50px 50px;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 60px 60px;
	opacity: 1;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/



figure {
	line-height: 0;
}
img {
	max-width: 100%;
}
.spEle {
	display: none;
}
.inrBox {
	max-width: 1010px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.kanda:hover {
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.mdSpan {
	position: relative;
}
.mdSpan i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	line-height: 0 !important;
	margin-top: -110px;
	padding-top: 110px;
}
#contents {
	overflow:hidden;
	padding-left: 246px;
	box-sizing: border-box;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/


header {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	box-sizing: border-box;
	height: 100%;
	width: 246px;
	border-right: 1px solid #000000;
	padding-top: 60px;
	z-index:99;
}
.header-inr {
	max-width: 170px;
	margin: 0 auto;
}
header .header-mark {
	margin: 0 auto 30px;
}
header .header-ul01 {
	margin: 0 auto 20px;
}
header .header-ul01 li {
	margin: 0 auto 3px;
}
header .header-ul01 li a {
	display: block;
	color: #000000;
	text-decoration: none;
	box-sizing: border-box;
	padding: 5px 0 3px;
	font-family: 'Roboto', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.05em;
	font-size: 14px;
}
header .header-ul01 li a:hover {
	background-color: #000000;
	color: #fff;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
header .header-recruit {
	margin: 0 auto 10px;
}
header .header-sns {
	display: table;
	width: 100%;
}
header .header-sns .header-sns-p01 {
	display: table-cell;
	width: 40%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
header .header-sns ul {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
	text-align: right;
}
header .header-sns ul li {
	display: inline-block;
	margin-left: 5px;
}
header .header-sns ul li a {
	font-size: 22px;
	color: #000000;
}
header .header-sns ul li a:hover {
	color: #cdba3d;
}
header .header-copy-right {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
	word-break: keep-all;
}
#drawer-menu-btn {
	display: none !important;
	background-color: rgba(255,255,255,0.80);
}
.menu-zone {
	background-color: #fff;
}
.menu-zone .menu-mark {
	text-align: center;
}
.menu-zone .menu-mark a {
	display: inline-block;
	max-width: 110px;
	line-height: 0;
	padding: 10px 0;
}
.menu-ul01 {
	margin: 0 auto 20px;
}
.menu-ul01 li a {
	display: block;
	box-sizing: border-box;
	padding: 0.8em 10px 0.6em;
	font-size: 15px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
	font-weight: normal;
	font-family: 'Roboto', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.05em;
}
.menu-ul01 li a:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right: 10px;
	font-weight: normal;
	color: #515151;
}
.menu-recruit {
	text-align: center;
	margin: 0 auto 20px;
}
.menu-sns {
	text-align: center;
	padding-bottom: 80px;
}
.menu-sns .menu-sns-p01 {
	text-align: center;
	font-size: 22px;
	margin: 0 auto 20px;
}
.menu-sns ul {
	font-size: 0;
}
.menu-sns ul li {
	display: inline-block;
	width: 30%;
	font-size: 22px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
.menu-sns ul li a {
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	background-color: #000000;
}
.smallScreen header {
	padding-top: 20px;
}
.smallScreen header .header-mark {
	max-width: 100px;
	margin: 0 auto 10px;
}
.smallScreen header .header-ul01 {
	margin: 0 auto 10px;
}
.smallScreen header .header-ul01 li a {
	padding: 2px 0;
}
.smallScreen header .header-recruit {
	max-width: 100px;
}
/*-- FOOTER --*/


footer {
	background: url(../cmn_img/bg01.gif);
	box-sizing: border-box;
	padding-left: 246px;
	line-height: 1.7;
}
footer .copy-right {
	text-align: center;
	font-size: 12px;
	background-color: #000000;
	color: #fff;
}
footer .footer-ul {
	text-align: center;
	font-size: 0;
	padding: 20px 10px 10px;
	box-sizing: border-box;
}
footer .footer-ul li {
	margin: 0 5px 10px;
	display: inline-block;
	font-size: 0;
}
footer .footer-ul li p {
	display: inline-block;
	font-size: 14px;
	background-color: #fff;
	margin: 0 1px;
	padding: 3px 5px;
	font-weight: bold;
}
/*-- 各ボタン --*/

.btn-style01 {
	text-align: center;
	margin: 20px auto;
}
.btn-style01 a {
	display: block;
	max-width: 320px;
	margin: 0 auto;
	background-color: #a5a5a5;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0.8em 0 0.6em;
}
.btn-style01 a:hover {
	background-color: #000000;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.btn-back {
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
.btn-back a {
	display: block;
	max-width: 320px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #2C8390;
	padding: 0.8em 0 0.6em;
	margin: 0 auto;
	text-decoration: none;
}
.btn-back a:hover {
	background-color: #000000;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.more-btn {
	display: block;
	background-color: #000;
	color: #fff;
	width: 170px;
	font-size: 14px;
	padding: 0.6em 0 0.4em;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto', "Times New Roman", Times, sans-serif;
}
.more-btn:before {
	margin-right: 8px;
	display: inline-block;
	width: 30px;
	height: 1em;
	background: url(/lib/cmn_img/arrow_2.png) center center no-repeat;
	background-size: auto auto;
	background-size: 100% auto;
	content: "";
}
/*-- 各タイトル --*/

.head01 {
	font-family: 'Playfair Display', "Times New Roman", Times, serif;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
}
.head02 {
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto 10px;
	font-weight: normal;
}
.head02 span.en1 {
	color: #a5a5a5;
	font-size: 12px;
	display: block;
	font-style: italic;
}
.head02 span.jp {
	font-size: 18px;
	display: block;
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2 !important;
}
.head03 {
	text-align: center;
	margin: 0 auto 30px;
	font-weight: normal;
}
.head03 .small {
	color: #9F9F9F;
	font-size: 16px;
	margin: 0 auto;
	display: block;
}
.head03 .large {
	font-size: 30px;
	color: #000000;
	line-height: 1.4 !important;
	display: block;
}
.under_head03 {
	font-size: 16px;
	text-align: center;
	margin: 0 auto 30px;
}
.head04 {
	text-align: center;
	margin: 0 auto 60px;
	font-weight: normal;
}
.head04 .en2 {
	font-size: 40px;
	font-weight: 100;
	display: block;
	line-height: 1.2 !important;
}
.head04 .jp {
	display: block;
	font-size: 16px;
}
.head05 {
	text-align: center;
	font-size: 32px;
	line-height: 1.4 !important;
	font-weight: normal;
	margin: 0 auto 20px;
}
.under-head05 {
	text-align: center;
	margin: 0 auto 40px;
	font-size: 15px;
}
/*-- pager-wrapper --*/

.pager-wrapper {
	/*	font-family: "Times New Roman", Times, serif;*/
	margin: 20px 0 30px;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
	background-color: #f0f0f0;
}
.pager-wrapper > p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}
.pager-wrapper .pager-box {
	display: inline-block;
	padding: 0 60px;
	position: relative;
}
.pager-wrapper .pager-box a {
	font-weight: bold;
}
.pager-wrapper .pager-box .pager-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
.pager-wrapper .pager-box .pager-arrow.arrow-prev {
	left: 0px;
}
.pager-wrapper .pager-box .pager-arrow.arrow-next {
	right: 0px;
}
.pager-wrapper .pager-box .pager-arrow a {
	background-color: #327b84;
	border: 1px solid #327b84;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 30px;
	padding-top: 4px;
	text-decoration: none;
	width: 55px;
}
.pager-wrapper .pager-box .pager-arrow a:hover {
	background-color: #000;
	border: 1px solid #000;
}
.pager-wrapper .pager-box .pager-arrow.disable::after {
	background-color: transparent;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pager-wrapper .pager-box .pager-arrow.disable a {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.pager-wrapper .pager-box .pager-arrow i {
	display: block;
	margin-top: 3px;
}
.pager-wrapper .pager-box .pager-ul {
	font-size: 0;
	min-width: 300px;
	text-align: center;
}
.pager-wrapper .pager-box .pager-num {
	display: inline-block;
	font-size: 13px;
	margin: 2px 1px;
	text-align: center;
}
.pager-wrapper .pager-box .pager-num a {
	background-color: #327b84;
	border: 1px solid #327b84;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 30px;
	padding-top: 4px;
	text-decoration: none;
	width: 30px;
}
.pager-wrapper .pager-box .pager-num a:hover {
	background-color: #000;
	border: 1px solid #000;
}
.pager-wrapper .pager-box .pager-num.current a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

@media screen and (max-width:1200px) {
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/

#contents {
	padding-left: 0;
	padding-top:60px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/

#drawer-menu-btn {
	display: block !important;
}

header{
	width:100%;
	height:60px;
	padding:0 !important;
	background-color:#fff;
	border-right:none !important;
	}

.header-inr {
	display: none;
}

.sp-mark{
	width:60px;
	padding-top:5px;
	margin-left:10px;
	display:block !important;
	}


/*-- FOOTER --*/

footer {
	padding-left: 0;
}
}

@media screen and (max-width:760px) {
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/
.spEle {
	display: block;
}
br.spEle {
	display: inline-block;
}
.pcEle {
	display: none !important;
}
.mdSpan i {
	margin-top: 0px;
	padding-top: 0px;
}
/*-- FOOTER --*/


/*-- 各ボタン --*/



/*-- 各タイトル --*/
.head02 span.jp {
	font-size: 16px;
}
.head04 {
	margin: 0 auto 30px;
}
.head04 .en2 {
	font-size: 30px;
}
.head05{
	font-size:18px;
	margin:0 auto 10px;
	}

.under-head05{
	font-size:13px;
	}

/*-- pager-wrapper --*/


.pager-wrapper {
	box-sizing: border-box;
	padding: 10px 10px;
}
.pager-wrapper .pager-box .pager-ul {
	min-width: 0;
}
.pager-wrapper .pager-box {
	margin: 0 auto;
	max-width: 600px;
	min-width: 280px;
	padding: 0 40px;
	box-sizing: border-box;
}
.pager-wrapper .pager-box .pager-arrow {
}
.pager-wrapper .pager-box .pager-arrow a {
	width: 39px;
}
}
