@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/* Material iconsを利用する */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	/*font-size: 24px;
	*/display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	/*WebKitブラウザサポート*/-webkit-font-smoothing: antialiased;
	/*Chrome、Safariサポート*/text-rendering: optimizeLegibility;
	/*Firefoxサポート*/-moz-osx-font-smoothing: grayscale;
	/*IEサポート*/-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings: 'liga';
}
/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }



/*-----------------------------------------
**
** Default
**
-----------------------------------------*/
body {
	/*border: 10px solid rgba(0,0,0,1.0);*/
	-webkit-text-size-adjust: 100%;
	font-family: 'Poppins','Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.6;
	/*font-size: 62.5%;*/
	font-size: 16px;
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0);
	margin: 0;
	padding: 0;
}
#wrap {
	width: 100%;
	min-height: 100vh;
	height: auto !important;
	height: 100vh;
	position: relative;
	border: 10px solid rgba(0,0,0,1.0);
}
/*.container {
	width: 1024px;
}*/




/*----------------------------------
** header Top
----------------------------------*/
header {
	width: 100%;
	height: 70px;
}
header:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
nav {
	width: 100%;
	height: 70px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0;
	position: relative;
	top: 35%;
}

/*.main-nav li:nth-child(2),
.main-nav li:nth-child(3),
.main-nav li:nth-child(4) {
	margin-right: 30px;
}*/
.main-nav li {
	vertical-align: center;
	margin-right: 30px;
}
.main-nav li:first-child {
	margin-right: auto;
}
.main-nav li:last-child {
	vertical-align: center;
	margin-right: 0;
}
.main-nav li i {
	vertical-align:middle;
}

.main-nav li.main-nav-sns {
	width: 2%;
	min-width: 18px;
	margin-right: 2%;
}

.main-nav li.main-nav-sns img {
	width: 100%;
}

@media screen and (min-width: 769px) {
	.main-nav-sns a:hover {
		opacity: 0.4;
	}
}

header a {
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: rgba(0,0,0,1.0);
}
header a:hover,
header a:active,
header a:visited,
header a:focus{
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}

header a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,1.0);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
header a:hover::after {
	bottom: 0;
	opacity: 1;
}

/*255,0,77,1*/
header a.__r2019 {
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: rgba(255,0,77,1);
}
header a.__r2019:hover,
header a.__r2019:active,
header a.__r2019:visited,
header a.__r2019:focus{
	color: rgba(255,0,77,1);
	text-decoration: none;
}

header a.__r2019::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255,0,77,1);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
header a.__r2019:hover::after {
	bottom: 0;
	opacity: 1;
}

.page-policy header a,
.page-works header a,
.page-access header a,
.page-contact header a,
.page-thanks header a,
.page-rd header a,
.page-vp header a,
.page-cp header a,
.page-cr header a,
.page-blog header a,
.page-notFound header a {
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: rgba(255,255,255,1.0);
}

.page-policy header a:hover,
.page-works header a:hover,
.page-access header a:hover,
.page-contact header a:hover,
.page-thanks header a:hover,
.page-rd header a:hover,
.page-vp header a:hover,
.page-cp header a:hover,
.page-cr header a:hover,
.page-blog header a:hover,
.page-notFound header a:hover {
	color: rgba(255,255,255,1.0);
}

/*----------------------------------
** footer
----------------------------------*/
footer {
	width: 100%;
	/*height: 1em;*/
	position: relative;
	/*bottom: 0;
	left: 0;
	z-index: 10;*/
	font-size: 12px;
}
footer .__copy {
	position: relative;
	left: 0;
	bottom: 0;
}
footer .__policy {
	position: absolute;
	right: 0;
	bottom: 0;
}
footer a {
	position: relative;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	color: rgba(0,0,0,1.0);
}
footer a:hover,
footer a:active,
footer a:visited{
	color: rgba(0,0,0,1.0);
}

footer a::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,1.0);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
footer a:hover::after {
	bottom: 0;
	opacity: 1;
}



/*--------------------------------------
**
** TOP 改修のためのstyle　2017.05.26
**
--------------------------------------*/
.__cc {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.__cc:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

#txLink-02,
#txLink-03 {
	display: none;
}

.__combiTxt {
	z-index: 5;
	position: absolute;
	top: 70%;
	text-align: center;
}


/*--------------------------------------
**
** スマホ
**
--------------------------------------*/
@media (max-width: 767px) {
	.__flex {
		display: block;
	}
	
	nav {
		width: 100%;
		height: 70px;
		font-size: 13px;
		font-weight: 700;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		position: relative;
		padding-left: 15px;
	}
	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		padding-left: 0;
		position: relative;
		top: 15px;
		left: 0;
	}

	.main-nav li {
		display: none;
	}

	.main-nav li.main-nav-drawer {
		margin: 0;
	}

	.main-nav li.main-nav-drawer,
	.main-nav li.main-nav-recruit,
	.main-nav li.main-nav-sns.-top {
		display: block;
	}
	
	.main-nav li:nth-child(3),
	.main-nav li:nth-child(4) {
		/* display: none; */
	}
	.main-nav li:first-child {
		
	}
	.main-nav li:last-child {
		margin-right: 7px;
	}
	
	
	/*----------------------------------
	** footer
	----------------------------------*/
	footer {
		width: 100%;
		position: relative;
		/*bottom: 0;
		left: 0;
		z-index: 10;*/
		font-size: 11px;
	}
	footer .__copy {
		position: relative;
		margin-left: 15px;
		bottom: 0;
	}
	footer .__policy {
		position: absolute;
		right: 15px;
		bottom: 0;
	}
}


.pagination{
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2% 1%;
}
.pagination span{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    line-height: 40px;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #000;
    color: #FFF;
}
.pagination span.current {
    background-color: #FFF;
    color: #000;
}
.pagination a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #000;
    color: #FFF;
}

.pagination a:visited {
    color: #FFF;
}
.pagination a:hover {
    background-color: #FFF;
    color: #000;
}

@media (max-width: 767px) {
    .pagination span {
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
        font-size: 13px;
        line-height: 30px;
    }
    .pagination a {
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
        font-size: 13px;
        line-height: 30px;
    }
}


