@charset "UTF-8";
html {
	overflow-y: scroll;
	font-size: 10px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
main {
	display: block
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}

img {
	max-width: 100%;
	vertical-align: middle
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 400
}
strong {
	font-weight: 700
}
ul li {
	list-style: none
}
ol {
	counter-reset: number
}
ol li {
	display: list-item
}
ol li:before {
	counter-increment: number;
	content: counter(number) ". "
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400
}
q:after, q:before {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
a {
	text-decoration: none
}
legend {
	color: #000
}
del, ins {
	text-decoration: none
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-Regular.otf);
	font-weight: 400
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-DeBold.otf);
	font-weight: 500
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-Bold.otf);
	font-weight: 700
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-Heavy.otf);
	font-weight: 900
}
@font-face {
	font-family: SourceHanSansJP, SourceHanSansJP, sans-serif;
	src: url(../fonts/SourceHanSansJP-Heavy.otf);
	font-weight: 900
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-Regular.otf);
	font-weight: 400
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-DeBold.otf);
	font-weight: 500
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-Bold.otf);
	font-weight: 700
}
@font-face {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	src: url(../fonts/UDShinGoNTPro-Heavy.otf);
	font-weight: 900
}
@font-face {
	font-family: SourceHanSansJP, SourceHanSansJP, sans-serif;
	src: url(../fonts/SourceHanSansJP-Heavy.otf);
	font-weight: 900
}
body {
	color: #221815;
	font-size: 100%;
	line-height: 1.4;
	font-family: ShinGoPro, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothicMedium, YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, MotoyaLCedar, "Droid Sans Japanese", sans-serif
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
body {
	font-family: sans-serif
}
}
.container {
	display: block;
	margin: 0 auto;
	max-width: 1184px;
	height: 100%;
	padding: 0 10px;
	position: relative
}
.container-fluid {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative
}
.container-big {
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	height: 100%;
	position: relative
}
.pc {
	display: block!important
}
@media screen and (max-width:640px) {
.pc {
	display: none!important
}
}
.pc-in {
	display: inline-block!important
}
@media screen and (max-width:640px) {
.pc-in {
	display: none!important
}
}
.sp {
	display: none!important
}
@media screen and (max-width:640px) {
.sp {
	display: block!important
}
}
.sp-in {
	display: none!important
}
@media screen and (max-width:640px) {
.sp-in {
	display: inline-block!important
}
}
.clearfix:before {
	display: table;
	content: ''
}
.clearfix:after {
	display: table;
	content: '';
	clear: both
}
#main-header {
	display: block;
	height: 94px;
	background-color: #fff;
	border-bottom: 4px solid #005bac;
	margin: 0 auto
}
@media screen and (max-width:640px) {
#main-header {
	height: 64px
}
}
#main-header .top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	position: relative;
	z-index: 11;
	background-color: #fff
}
#main-header .top-menu .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-left: 120px
}
@media screen and (max-width:768px) {
#main-header .top-menu .logo {
	margin-left: 15px
}
}
#main-header .top-menu .logo h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
#main-header .top-menu .logo h1 span {
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	font-weight: 700;
	line-height: 1
}
#main-header .top-menu .logo h1 span:first-child {
	color: #221815;
	font-size: 25px;
	font-size: 2.5rem
}
@media screen and (max-width:640px) {
#main-header .top-menu .logo h1 span:first-child {
	font-size: 16px;
	font-size: 1.6rem
}
}
#main-header .top-menu .logo h1 span:last-child {
	color: #005bac;
	font-size: 31px;
	font-size: 3.1rem;
	letter-spacing: 3px
}
@media screen and (max-width:640px) {
#main-header .top-menu .logo h1 span:last-child {
	font-size: 18px;
	font-size: 1.8rem
}
}
#main-header .top-menu .btn {
	margin-right: 180px;
	margin-top: -10px
}
@media screen and (max-width:768px) {
#main-header .top-menu .btn {
	margin-right: 105px
}
}
@media screen and (max-width:640px) {
#main-header .top-menu .btn {
	margin-right: 75px
}
}
@media screen and (max-width:374px) {
#main-header .top-menu .btn {
	display: none
}
}
#main-header .dropdown-menu {
	display: none;
	position: absolute;
	padding-top: 90px;
	top: 0;
	z-index: 10;
	width: 100%;
	background-color: #221815;
	max-width: 640px;
	right: 0
}
@media screen and (max-width:640px) {
#main-header .dropdown-menu {
	padding-top: 75px
}
}
#main-header .dropdown-menu ul li {
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding: 20px 30px
}
@media screen and (max-width:640px) {
#main-header .dropdown-menu ul li {
	padding: 10px 15px
}
}
@media screen and (max-width:374px) {
#main-header .dropdown-menu ul li:first-child {
	border-top: 1px solid rgba(255,255,255,.15)
}
#main-header .dropdown-menu ul li .child-menu li {
	border-top: none
}
}
#main-header .dropdown-menu ul li:last-child {
	border-bottom: 0
}
#main-header .dropdown-menu ul li .label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#main-header .dropdown-menu ul li .label a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem
}
#main-header .dropdown-menu ul li .label a .icon {
	width: 30px;
	height: 30px;
	margin-right: 5px
}
@media screen and (max-width:640px) {
#main-header .dropdown-menu ul li .label a {
	font-size: 16px;
	font-size: 1.6rem
}
#main-header .dropdown-menu ul li .label a .icon {
	width: 20px;
	height: 20px
}
}
#main-header .dropdown-menu ul li .child-menu {
	padding: 10px 0 0 35px
}
#main-header .dropdown-menu ul li .child-menu li {
	padding: 0 0 0 15px;
	border-bottom: none;
	position: relative;
	margin-bottom: 5px
}
#main-header .dropdown-menu ul li .child-menu li:before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#main-header .dropdown-menu ul li .child-menu li a {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem
}
#main-header .dropdown-menu .btn {
	display: none
}
@media screen and (max-width:374px) {
#main-header .dropdown-menu .btn {
	padding: 10px;
	display: inline-block;
	border: 1px solid #fff;
	margin-bottom: 15px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
#main-header .dropdown-menu .btn:after, #main-header .dropdown-menu .btn:before {
	display: none
}
}
#main-header .dropdown-menu.display {
	display: block
}
#main-header #menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 90px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #005bac
}
@media screen and (max-width:640px) {
#main-header #menu-btn {
	width: 60px;
	height: 60px
}
}
#main-header #menu-btn span {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 6px;
	-webkit-transition: transform .3s cubic-bezier(.175, .885, .32, 1.275) .1s, opacity .1s ease-in-out .1s;
	-webkit-transition: opacity .1s ease-in-out .1s, -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275) .1s;
	transition: opacity .1s ease-in-out .1s, -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275) .1s;
	-o-transition: transform .3s cubic-bezier(.175, .885, .32, 1.275) .1s, opacity .1s ease-in-out .1s;
	transition: transform .3s cubic-bezier(.175, .885, .32, 1.275) .1s, opacity .1s ease-in-out .1s;
	transition: transform .3s cubic-bezier(.175, .885, .32, 1.275) .1s, opacity .1s ease-in-out .1s, -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275) .1s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
#main-header #menu-btn span:first-child {
	margin-top: 4px
}
#main-header #menu-btn span:last-child {
	margin-bottom: 0
}
#main-header #menu-btn.clicked span:first-child {
	-webkit-transform: translateY(6px) rotateZ(-135deg);
	-ms-transform: translateY(6px) rotate(-135deg);
	transform: translateY(6px) rotateZ(-135deg)
}
#main-header #menu-btn.clicked span:nth-child(2) {
	opacity: 0
}
#main-header #menu-btn.clicked span:last-child {
	-webkit-transform: translateY(-10px) rotateZ(135deg);
	-ms-transform: translateY(-10px) rotate(135deg);
	transform: translateY(-10px) rotateZ(135deg)
}
#main-footer {
	display: block;
	height: 140px;
	width: 100%;
	background: url(../images/others/footer-bg.png) no-repeat center bottom;
	background-size: 100% 100%
}
@media screen and (max-width:640px) {
#main-footer {
	height: 90px
}
}
#main-footer .container {
	height: 100%
}
#main-footer .container #back-to-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	background-color: #221815;
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	font-size: 28px;
	font-size: 2.8rem;
	position: absolute;
	right: 10px;
	top: -20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-backface-visibility: hidden
}
@media screen and (max-width:640px) {
#main-footer .container #back-to-top {
	width: 50px;
	height: 50px;
	font-size: 14px;
	font-size: 1.4rem
}
}
#main-footer .container #back-to-top.display {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-backface-visibility: hidden
}
#main-footer .container .copyright {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#main-footer .container .copyright span {
	color: #221815;
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	font-weight: 700;
	font-size: 11px;
	font-size: 1.1rem
}
.main-banner {
	margin: 0 auto 75px
}
@media screen and (max-width:640px) {
.main-banner {
	margin-bottom: 30px
}
}
.main-banner img {
	width: 100%
}
.small-banner {
	position: relative;
	margin-bottom: 70px
}
@media screen and (max-width:640px) {
.small-banner {
	margin-bottom: 30px
}
}
.small-banner.align-left {
	padding-right: 60px
}
@media screen and (max-width:640px) {
.small-banner.align-left {
	padding-right: 0
}
}
.small-banner.align-right {
	padding-left: 60px
}
@media screen and (max-width:640px) {
.small-banner.align-right {
	padding-left: 0
}
}
.small-banner .img img {
	width: 100%
}
.small-banner .img .btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 120px;
	margin-top: -10px
}
@media screen and (max-width:640px) {
.small-banner .img .btn {
	width: calc(100% - 60px);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
}
.small-banner .video {
	display: block;
	text-align: center;
	background: url(../images/others/video-bg-below.png) no-repeat;
	background-size: cover;
	padding: 30px
}
.small-banner .img-stacked {
	display: block;
	width: 100%;
	overflow: hidden
}
.small-banner .img-stacked .img {
	position: relative;
	width: 33.333%;
	float: left
}
@media screen and (max-width:800px) and (min-width:641px) {
.small-banner .img-stacked .img {
	width: 50%
}
.small-banner .img-stacked .img:last-child {
	width: 100%
}
}
@media screen and (max-width:640px) {
.small-banner .img-stacked .img {
	width: 100%
}
}
.small-banner .img-stacked .img .btn {
	padding: 12px 25px 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 120px)
}
@media screen and (max-width:640px) {
.small-banner .img-stacked .img .btn {
	width: calc(100% - 60px)
}
}
@media screen and (max-width:640px) {
.table-container {
	overflow-x: scroll
}
}
.table-container table {
	width: 100%;
	border: 1px solid #969696
}
@media screen and (max-width:640px) {
.table-container table {
	width: 1000px
}
}
.table-container table tbody tr td, .table-container table tbody tr th {
	color: #221815;
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px dotted #000
}
@media screen and (max-width:640px) {
.table-container table tbody tr td, .table-container table tbody tr th {
	font-size: 14px;
	font-size: 1.4rem
}
}
.table-container table tbody tr th {
	background-color: #e7e6e6;
	border-right: 1px dashed #969696;
	padding: 10px
}
.table-container table tbody tr td {
	padding: 10px 15px
}
.section-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #005bac;
	color: #fff;
	height: 100px;
	position: relative
}
@media screen and (max-width:640px) {
.section-ttl {
	height: 50px
}
}
@media screen and (max-width:480px) {
.section-ttl {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 35px
}
}
.section-ttl h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 50px;
	font-size: 5rem
}
.section-ttl h2 .icon {
	margin-right: 15px
}
@media screen and (max-width:1000px) {
.section-ttl h2 {
	font-size: 30px;
	font-size: 3rem
}
.section-ttl h2 .icon {
	width: 40px;
	height: 40px;
	margin-right: 10px
}
}
@media screen and (max-width:640px) {
.section-ttl h2 {
	font-size: 25px;
	font-size: 2.5rem
}
.section-ttl h2 .icon {
	width: 30px;
	height: 30px;
	margin-right: 5px
}
}
@media screen and (max-width:480px) {
.section-ttl h2 {
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.section-ttl h2 .icon {
	width: 25px;
	height: 25px
}
}
.section-ttl.right-pattern:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 60px solid transparent;
	position: absolute;
	right: 0;
	top: 0
}
@media screen and (max-width:640px) {
.section-ttl.right-pattern:after {
	border-bottom: 50px solid #fff;
	border-left: 30px solid transparent
}
}
.section-ttl.left-pattern:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-right: 60px solid transparent;
	position: absolute;
	left: 0;
	top: 0
}
@media screen and (max-width:640px) {
.section-ttl.left-pattern:before {
	border-bottom: 50px solid #fff;
	border-right: 30px solid transparent
}
}
.section-ttl.no-bg {
	background-color: transparent;
	height: auto;
	margin-bottom: 65px
}
@media screen and (max-width:640px) {
.section-ttl.no-bg {
	margin-bottom: 30px
}
}
.section-ttl.no-bg h2 {
	color: #005bac;
	font-size: 40px;
	font-size: 4rem;
	font-family: SourceHanSansJP, SourceHanSansJP, sans-serif
}
@media screen and (max-width:640px) {
.section-ttl.no-bg h2 {
	font-size: 24px;
	font-size: 2.4rem
}
}
.text {
	padding: 0 45px
}
@media screen and (max-width:640px) {
.text {
	padding: 0
}
}
.text p {
	color: #221815;
	line-height: 2;
	font-size: 20px;
	font-size: 2rem
}
@media screen and (max-width:640px) {
.text p {
	font-size: 16px;
	font-size: 1.6rem
}
}
.txt-left {
	text-align: left
}
.txt-center {
	text-align: center
}
.txt-right {
	text-align: right
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	line-height: 1;
	position: relative
}
.btn.btn-gray {
	padding: 22px 110px;
	background-color: #aaa;
	color: #fff;
	border: 1px solid #aaa;
	font-size: 28px;
	font-size: 2.8rem
}
@media screen and (max-width:640px) {
.btn.btn-gray {
	padding: 10px 30px 0;
	font-size: 14px;
	font-size: 1.4rem
}
}
.btn.btn-gray.active, .btn.btn-gray:hover {
	background-color: #fff;
	color: #aaa;
	border: 1px solid #aaa
}
.btn.btn-black {
	padding: 10px 65px 0;
	background-color: #221815;
	color: #fff;
	font-size: 20px;
	font-size: 2rem
}
@media screen and (max-width:640px) {
.btn.btn-black {
	padding: 10px 30px 0;
	font-size: 14px;
	font-size: 1.4rem
}
}
.btn.btn-black:before {
	display: block;
	width: calc(100% - 14px);
	content: '';
	height: 10px;
	background-color: #221815;
	position: absolute;
	bottom: -10px;
	left: 0
}
.btn.btn-black:after {
	display: block;
	content: '';
	border-bottom: 1px solid #221815;
	background-color: #221815;
	width: 17px;
	height: 20px;
	position: absolute;
	right: 4px;
	bottom: -7px;
	-webkit-transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	transform: rotate(-32deg)
}
.btn.btn-black.active, .btn.btn-black:hover {
	background-color: #fff;
	color: #221815;
	border: 1px solid #221815
}
.btn.btn-black.active:before, .btn.btn-black:hover:before {
	border: 1px solid #221815;
	border-top: none;
	border-right: none;
	left: -1px;
	background-color: #fff
}
.btn.btn-black.active:after, .btn.btn-black:hover:after {
	background-color: #fff
}
.btn.btn-white {
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: none;
	color: #fff;
	padding: 12px 85px 0;
	max-width: 320px;
	font-size: 37px;
	font-size: 3.2rem
}
@media screen and (max-width:640px) {
.btn.btn-white {
	max-width: 230px;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 12px 35px 0 30px
}
}
.btn.btn-white:before {
	display: block;
	content: '';
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
	width: calc(100% - 23px);
	height: 15px;
	position: absolute;
	left: -1px;
	bottom: -15px
}
.btn.btn-white:after {
	display: block;
	content: '';
	border-bottom: 1px solid #fff;
	width: 28px;
	height: 20px;
	position: absolute;
	right: 3px;
	bottom: -9px;
	-webkit-transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	transform: rotate(-32deg)
}
.btn.btn-white.active, .btn.btn-white:hover {
	background-color: #fff;
	color: #221815
}
.btn.btn-white.active:after, .btn.btn-white.active:before, .btn.btn-white:hover:after, .btn.btn-white:hover:before {
	background-color: #fff
}
.btn.btn-blue {
	border: 2px solid #005bac;
	border-bottom: none;
	padding: 30px 181px 0;
	font-weight: 900;
	font-size: 60px;
	font-size: 6rem;
	color: #005bac;
}
.page-company .btn.btn-blue {
	background-color: #005bac;
	color: #fff;	
}
.btn.btn-blue2 {
	background-color:#005bac;
	border: 2px solid #005bac;
	border-bottom: none;
	color: #005bac;
	padding: 30px 181px 0;
	font-weight: 900;
	font-size: 60px;
	font-size: 6rem;

	}
@media screen and (max-width:640px) {
.btn.btn-blue {
	width: 100%;
	padding: 20px 30px 0;
	font-size: 30px;
	font-size: 3rem
}
}
.btn.btn-blue:before {
	display: block;
	content: '';
	border: 2px solid #005bac;
	border-top: none;
	border-right: none;
	width: calc(100% - 48px);
	height: 35px;
	position: absolute;
	left: -2px;
	bottom: -32px;
}
.page-company .btn.btn-blue:before {
	background-color: #005bac;
	color: #fff;	
}
@media screen and (max-width:640px) {
.btn.btn-blue:before {
	height: 25px;
	bottom: -22px;
	width: calc(100% - 32px)
}
}
.btn.btn-blue:after {
	display: block;
	content: '';
	border-bottom: 2px solid #005bac;
	width: 59px;
	height: 35px;
	position: absolute;
	right: 3px;
	bottom: -19px;
	-webkit-transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	transform: rotate(-32deg);
}
.page-company .btn.btn-blue:after {
	background-color: #005bac;
	color: #fff;
}
@media screen and (max-width:640px) {
.btn.btn-blue:after {
	width: 40px;
	right: 4px;
	bottom: -14px;
}
}
.btn.btn-blue.active, .btn.btn-blue:hover {
	background-color: #005bac;
	color: #fff
}
.btn.btn-blue.active:after, .btn.btn-blue.active:before, .btn.btn-blue:hover:after, .btn.btn-blue:hover:before {
	background-color: #005bac
}
.page-company .btn.btn-blue.active, .page-company .btn.btn-blue:hover {
	background-color: #005bac;
	color: #fff;	
}
.btn.disabled {
	border-color: #5e707f;
	color: #5e707f
}
.btn.disabled:after, .btn.disabled:before {
	border-color: #5e707f
}
.icon {
	display: inline-block;
	content: ''
}
.icon.icon-gear {
	background: url(../images/icons/gear-icn-white.png) no-repeat;
	width: 70px;
	height: 70px;
	background-size: 100% 100%
}
.icon.icon-building {
	background: url(../images/icons/building-icn-white.png) no-repeat;
	width: 70px;
	height: 70px;
	background-size: 100% 100%
}
.icon.icon-videos {
	background: url(../images/icons/video-icn-white.png) no-repeat;
	width: 70px;
	height: 70px;
	background-size: 100% 100%
}
.icon.icon-zoom {
	background: url(../images/icons/zoom-icn.png) no-repeat;
	width: 70px;
	height: 70px;
	background-size: 100% 100%
}
.icon.icon-connect {
	background: url(../images/icons/connect-icn.png) no-repeat;
	width: 70px;
	height: 70px;
	background-size: 100% 100%
}
.icon.icon-development {
	background: url(../images/icons/development-icn-white.png) no-repeat;
	width: 70px;
	height: 70px;
	background-size: 100% 100%
}
.pb60 {
	padding-bottom: 60px
}
@media screen and (max-width:640px) {
.pb60 {
	padding-bottom: 30px
}
}
.entry {
	text-align: center;
	padding-bottom: 90px
}
.entry .text-top {
	margin-bottom: 30px
}
.entry .text-top p {
	color: #221815;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px
}
@media screen and (max-width:768px) {
.entry .text-top p {
	font-size: 14px;
	font-size: 1.4rem
}
}
.page-message .main-banner {
	margin-bottom: 0
}
.page-message .main-banner .message {
	background-image: url(../images/photos/bg-main-message.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 120px 0 150px;
	margin-bottom: -140px;
	position: relative
}
@media screen and (max-width:1400px) {
.page-message .main-banner .message {
	background-position: top left -50px
}
}
@media screen and (max-width:1300px) {
.page-message .main-banner .message {
	background-position: top left -50px
}
}
@media screen and (max-width:800px) {
.page-message .main-banner .message {
	padding-bottom: 200px
}
}
@media screen and (max-width:640px) {
.page-message .main-banner .message {
	margin-bottom: -90px;
	padding: 0 0 60px;
	background-position: top left -100px;
	background-image: none;
	background-color: #000
}
}
@media screen and (max-width:640px) {
.page-message .main-banner .message img {
	display: none
}
}
.page-message .main-banner .message .container-big {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 1400px
}
@media screen and (max-width:1400px) {
.page-message .main-banner .message .container-big {
	width: 100%
}
}
@media screen and (max-width:640px) {
.page-message .main-banner .message .container-big {
	position: static
}
}
.page-message .main-banner .message .container-big .txt {
	color: #fff;
	float: right;
	text-align: justify;
	font-size: 18px;
	font-size: 1.8rem;
	width: 51%;
	padding-top: 140px;
	margin-right: 110px
}
@media screen and (max-width:1400px) {
.page-message .main-banner .message .container-big .txt {
	margin-right: 60px;
	padding-right: 15px
}
}
@media screen and (max-width:1024px) {
.page-message .main-banner .message .container-big .txt {
	margin-right: 0;
	width: 60%;
	padding-top: 60px;
	font-size: 16px;
	font-size: 1.6rem
}
}
@media screen and (max-width:800px) {
.page-message .main-banner .message .container-big .txt {
	font-size: 14px;
	font-size: 1.4rem
}
}
@media screen and (max-width:640px) {
.page-message .main-banner .message .container-big .txt {
	padding: 0 15px 50px;
	width: 100%;
	margin-right: 0
}
}
.page-message .main-banner .message .container-big .txt h2 {
	font-size: 52px;
	font-size: 5.2rem;
	text-align: center;
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px
}
@media screen and (max-width:1024px) {
.page-message .main-banner .message .container-big .txt h2 {
	font-size: 30px;
	font-size: 3rem
}
}
.page-message .main-banner .message .container-big .txt strong {
	display: block;
	letter-spacing: 7px
}
.page-message .main-banner .message .container-big .txt span {
	display: block;
	font-size: 30px;
	font-size: 3rem;
	margin-top: 70px;
	font-weight: 700
}
@media screen and (max-width:1024px) {
.page-message .main-banner .message .container-big .txt span {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 30px
}
}
.page-message .main-banner .message .container-big .txt p {
	line-height: 1.8
}
@media screen and (max-width:1200px) {
.page-message .main-banner .message .container-big .txt p {
	line-height: 1.4;
	text-shadow: 0 0 10px #000
}
}
.page-message .main-banner .message .container-big .txt p.sittem {
	font-size: 25px;
	font-size: 2.5rem;
	margin: 25px 0
}
.page-message .main-banner .message .container-big .banner-sp {
	display: inline-block;
	width: 100%;
	position: relative
}
.page-message .main-banner .message .container-big .banner-sp img {
	display: inline-block;
	width: 100%;
	height: auto
}
.page-message .main-banner .message .container-big .banner-sp .txt {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	width: 50%;
	padding: 0 10px 0 0
}
@media (max-width:640px) {
.page-message .main-banner .message .container-big .banner-sp .txt h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px
}
}
.page-message .main-banner .message .container-big .banner-sp .txt strong {
	letter-spacing: normal;
	font-size: 13px;
	font-size: 1.3rem
}
.page-message+#main-footer {
	position: relative
}
.page-message+#main-footer .container .copyright {
	right: 0;
	top: auto;
	bottom: 25px
}
.page-message+#main-footer .container .copyright span {
	color: #fff
}
.company-keywords {
	padding-bottom: 30px
}
@media screen and (max-width:640px) {
.company-keywords {
	padding-bottom: 30px
}
}
.company-keywords .keyword-block {
	padding: 2% 0 2% 2%
}
@media screen and (max-width:640px) {
.company-keywords .keyword-block {
	padding: 4%
}
}
.company-keywords .keyword-block li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #e2ebf4;
	padding: 30px;
	width: 31%;
}
@media screen and (max-width:640px) {
.company-keywords .keyword-block li {
	width: 48%;
	margin-right: 2%;
}
}
.occupation-knowledge {
	padding-bottom: 90px;
}
@media screen and (max-width:640px) {
.occupation-knowledge {
	padding-bottom: 30px;
}
}
.occupation-knowledge .occupation-list {
	max-width: 1085px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto
}
@media screen and (max-width:640px) {
.occupation-knowledge .occupation-list {
	margin-top: 30px
}
}
.occupation-knowledge .occupation-list .items {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%
}
.occupation-knowledge .occupation-list .items:nth-child(2n) {
	margin-right: 0
}
@media screen and (max-width:640px) {
.occupation-knowledge .occupation-list .items {
	width: 100%;
	margin-right: 0;
	margin-bottom: 4%
}
}
.occupation-knowledge .occupation-list .items .btn {
	padding: 20px 21px 0;
	width: 100%;
	margin-bottom: 55px;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 900
}
.occupation-knowledge .occupation-list .items .btn:before {
	width: calc(100% - 31px);
	height: 20px;
	bottom: -22px
}
.occupation-knowledge .occupation-list .items .btn:after {
	width: 40px;
	right: 4px;
	bottom: -14px
}
@media screen and (max-width:768px) {
.occupation-knowledge .occupation-list .items .btn {
	font-size: 40px;
	font-size: 4rem
}
}
@media screen and (max-width:640px) {
.occupation-knowledge .occupation-list .items .btn {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
	padding: 10px 10px 0
}
.occupation-knowledge .occupation-list .items .btn:before {
	width: calc(100% - 15px);
	height: 10px;
	bottom: -12px
}
.occupation-knowledge .occupation-list .items .btn:after {
	width: 20px;
	right: 6px;
	bottom: -9px
}
}
.occupation-knowledge .occupation-list .items .occupation-desc {
	background-color: #e2ebf4;
	padding: 30px 25px
}
.occupation-knowledge .occupation-list .items .occupation-desc ul {
	margin-bottom: 25px
}
.occupation-knowledge .occupation-list .items .occupation-desc ul li {
	color: #005bac;
	font-size: 18px;
	font-size: 1.8rem
}
@media screen and (max-width:640px) {
.occupation-knowledge .occupation-list .items .occupation-desc ul li {
	font-size: 14px;
	font-size: 1.4rem
}
}
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc .img {
	display: block;
	float: left;
	width: 40%
}
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc .img img {
	width: 100%
}
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: left;
	width: 60%;
	padding-left: 20px
}
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc .detail p {
	color: #005bac;
	font-size: 25px;
	font-size: 2.5rem
}
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc .detail p small {
	font-size: 20px;
	font-size: 2rem
}
@media screen and (max-width:640px) {
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc .detail p {
	font-size: 18px;
	font-size: 1.8rem
}
.occupation-knowledge .occupation-list .items .occupation-desc .staff-desc .detail p small {
	font-size: 14px;
	font-size: 1.4rem
}
}
.company-profiles {
	padding-bottom: 90px
}
@media screen and (max-width:640px) {
.company-profiles {
	padding-bottom: 30px
}
}
.company-profiles .company-intro {
	margin-top: 100px;
	padding: 0 60px
}
@media screen and (max-width:1200px) {
.company-profiles .company-intro {
	padding: 0 30px
}
}
.company-profiles .company-intro .img {
	display: block;
	float: left;
	width: 500px
}
@media screen and (max-width:1200px) {
.company-profiles .company-intro .img {
	width: 300px
}
}
@media screen and (max-width:640px) {
.company-profiles .company-intro .img {
	width: 100%;
	margin-bottom: 30px
}
}
.company-profiles .company-intro .img img {
	width: 100%
}
.company-profiles .company-intro .desc {
	display: block;
	float: left;
	width: calc(100% - 500px);
	padding-left: 50px
}
@media screen and (max-width:1200px) {
.company-profiles .company-intro .desc {
	width: calc(100% - 300px);
	overflow-x: scroll;
	padding-left: 20px
}
}
@media screen and (max-width:640px) {
.company-profiles .company-intro .desc {
	width: 100%;
	padding-left: 0
}
}
@media screen and (max-width:1200px) {
.company-profiles .company-intro .desc table {
	width: 780px
}
}
.company-profiles .company-intro .desc table tbody tr td, .company-profiles .company-intro .desc table tbody tr th {
	color: #221815;
	font-size: 20px;
	font-size: 2rem;
	padding: 20px;
	vertical-align: top
}
@media screen and (max-width:1200px) {
.company-profiles .company-intro .desc table tbody tr td, .company-profiles .company-intro .desc table tbody tr th {
	font-size: 16px;
	font-size: 1.6rem
}
}
@media screen and (max-width:640px) {
.company-profiles .company-intro .desc table tbody tr td, .company-profiles .company-intro .desc table tbody tr th {
	font-size: 14px;
	font-size: 1.4rem
}
}
.company-profiles .company-intro .desc table tbody tr:first-child td, .company-profiles .company-intro .desc table tbody tr:first-child th {
	padding-top: 0
}
.company-profiles .company-intro .desc table tbody tr:last-child td, .company-profiles .company-intro .desc table tbody tr:last-child th {
	padding-bottom: 0
}
.company-profiles .company-intro .desc table tbody tr th {
	border-right: 1px solid #005bac;
	width: 30%
}
@media screen and (max-width:1200px) {
.company-profiles .company-intro .desc table tbody tr th {
	width: 20%
}
}
.company-profiles .company-intro .desc table tbody tr td {
	padding-left: 50px;
	padding-right: 20px;
	width: 70%
}
@media screen and (max-width:1200px) {
.company-profiles .company-intro .desc table tbody tr td {
	width: 80%
}
}
.worker-list {
	margin-top: 60px;
	padding-bottom: 70px
}
@media screen and (max-width:640px) {
.worker-list {
	margin-top: 20px
}
}
.worker-list li {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%
}
.worker-list li:nth-child(2n) {
	margin-right: 0;
	font-size:40px;
		
}
@media screen and (max-width:640px) {
.worker-list li {
	width: 100%;
	margin-right: 0
}
}
.worker-list li .img img {
	width: 100%
}
.worker-list li .info {
	margin-top: 30px
}
@media screen and (max-width:1000px) {
.worker-list li .info {
	margin-top: 20px
}
}
.worker-list li .info .btn {
	display: block;
	float: left;
	width: 40%;
	padding-left: 17px;
	padding-right: 22px;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	padding-top: 10px;
	border-width: 1px
}
.worker-list li .info .btn:before {
	height: 10px;
	bottom: -11px;
	left: -1px;
	width: calc(100% - 15px);
	border-width: 1px
}
.worker-list li .info .btn:after {
	right: 1px;
	bottom: -7px;
	width: 20px;
	height: 13px;
	border-width: 1px
}
@media screen and (max-width:1000px) {
.worker-list li .info .btn {
	width: auto;
	min-width: 250px
}
}
.worker-list li .info .text {
	display: block;
	float: left;
	width: 60%;
	padding-left: 20px;
	padding-right: 0
}
.worker-list li .info .text p {
	color: #005bac;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.8rem
}
@media screen and (max-width:1000px) {
.worker-list li .info .text {
	width: 100%;
	padding-left: 0;
	margin-top: 20px
}
.worker-list li .info .text p {
	font-size: 16px;
	font-size: 1.6rem
}
}
@media screen and (max-width:640px) {
.worker-list li .info .text p {
	font-size: 14px;
	font-size: 1.4rem
}
}
.worker-list li:last-child {
	margin-bottom: 0
}
.worker-list li.big {
	width: 100%;
	margin-right: 0;
	overflow: hidden
}
.worker-list li.big .img {
	display: block;
	float: left;
	width: 48%;
	margin-right: 4%
}
@media screen and (max-width:640px) {
.worker-list li.big .img {
	width: 100%;
	margin-right: 0
}
}
.worker-list li.big .info {
	display: block;
	float: left;
	width: 48%;
	margin-right: 0;
	margin-top: 0
}
@media screen and (max-width:640px) {
.worker-list li.big .info {
	margin-top: 20px;
	width: 100%
}
}
.worker-list li.big .info .btn {
	width: auto
}
.worker-list li.big .info .text {
	margin-top: 25px;
	width: 100%;
	padding: 0
}
.worker-list li.big .info .text:last-child {
	margin-top: 15px
}
.btn.btn-link {
	font-size: 34px;
	font-size: 3.4rem;
	position: relative;
	display: inline-block;
	margin: auto;
	outline: 0!important;
	max-width: 590px;
	padding: 36px 181px 5px
}
@media screen and (max-width:640px) {
.btn.btn-link {
	font-size: 17px;
	font-size: 1.7rem;
	padding: 20px 30px 0
}
}
.btn.btn-link span.item {
	position: relative;
	display: inline-block
}
.btn.btn-link span.item span {
	text-decoration: underline;
	color: #005bac
}
.btn.btn-link img {
	width: 85px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1
}
@media screen and (max-width:640px) {
.btn.btn-link img {
	width: 45px
}
}
.btn.btn-link.btn-next span.item {
	padding-right: 140px
}
@media screen and (max-width:640px) {
.btn.btn-link.btn-next span.item {
	padding-right: 70px
}
}
.btn.btn-link.btn-next span.item:after {
	content: ">";
	color: #005bac;
	position: absolute;
	right: 105px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
@media screen and (max-width:640px) {
.btn.btn-link.btn-next span.item:after {
	right: 52px
}
}
.btn.btn-link.btn-next span.item img {
	right: 0
}
.btn.btn-link.btn-prev span.item {
	padding-left: 140px
}
@media screen and (max-width:640px) {
.btn.btn-link.btn-prev span.item {
	padding-left: 70px
}
}
.btn.btn-link.btn-prev span.item:after {
	content: "<";
	color: #005bac;
	position: absolute;
	left: 105px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
@media screen and (max-width:640px) {
.btn.btn-link.btn-prev span.item:after {
	left: 52px
}
}
.btn.btn-link.btn-prev span.item img {
	left: 0
}
.btn:hover .item span {
	color: #fff!important
}
.btn:hover .item:after, .btn:hover .item:before {
	color: #fff!important
}
.page-link {
	background-color: transparent;
	border: 2px solid #005bac;
	border-bottom: none;
	color: #005bac;
	position: relative;
	display: inline-block;
	min-width: 590px
}
.page-link .btn.btn-link {
	padding: 0;
}
@media screen and (max-width:640px) {
.page-link {
	display: block;
	min-width: 300px
}
}
.page-link:before {
	display: block;
	content: '';
	border: 2px solid #005bac;
	border-top: none;
	border-right: none;
	width: calc(100% - 48px);
	height: 35px;
	position: absolute;
	left: -2px;
	bottom: -32px
}
@media screen and (max-width:640px) {
.page-link:before {
	height: 25px;
	bottom: -18px;
	width: calc(100% - 32px)
}
}
.page-link:after {
	display: block;
	content: '';
	border-bottom: 2px solid #005bac;
	width: 59px;
	height: 35px;
	position: absolute;
	right: 3px;
	bottom: -19px;
	-webkit-transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	transform: rotate(-32deg)
}
@media screen and (max-width:640px) {
.page-link:after {
	width: 39px;
	right: 5px;
	bottom: -11px;
	-webkit-transform: rotate(-28deg);
	-ms-transform: rotate(-28deg);
	transform: rotate(-28deg)
}
}
.page-link:hover {
	background-color: #005bac
}
.page-link:hover .item span {
	color: #fff!important
}
.page-link:hover .item:after, .page-link:hover .item:before {
	color: #fff!important
}
.page-link:hover:after, .page-link:hover:before {
	background-color: #005bac
}
.ttl-h1 h1 {
	font-size: 70px;
	font-size: 7rem;
	text-align: center;
	font-family: ShinGoPro, ShinGoPro, sans-serif;
	font-weight: 700;
	color: #005bac;
	line-height: 1.4
}
.ttl-h1 h1 span {
	display: block;
	font-size: 21px;
	font-size: 2.1rem
}
@media screen and (max-width:640px) {
.ttl-h1 h1 {
	font-size: 28px;
	font-size: 2.8rem
}
.ttl-h1 h1 span {
	font-size: 18px;
	font-size: 1.8rem
}
}
.interview {
	padding: 70px 0 0
}
@media screen and (max-width:640px) {
.interview {
	padding: 20px 0 0
}
}
.list-item-interview {
	padding: 6.2% 0 6.9%
}
@media screen and (max-width:640px) {
.list-item-interview {
	padding: 20px 0
}
}
.list-item-interview .item {
	margin-bottom: 8.5%
}
.list-item-interview .item .img {
	position: relative
}
.list-item-interview .item .img:hover img {
	-webkit-backface-visibility: hidden;
	opacity: .7!important;
	filter: alpha(opacity=70)!important;
	-ms-filter: "alpha(opacity=70)"!important;
	-moz-opacity: .7!important;
	-khtml-opacity: .7!important;
	text-decoration: none!important
}
.list-item-interview .item .img a {
	border: 1px solid transparent;
	color: #005bac;
	top: auto;
	right: auto;
	bottom: 46px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 69px;
	padding-right: 39px;
	font-size: 30px;
	font-size: 3rem;
	white-space: nowrap
}
@media screen and (max-width:640px) {
.list-item-interview .item .img a {
	font-size: 15px;
	font-size: 1.5rem;
	padding-left: 35px;
	padding-right: 20px;
	width: auto;
	bottom: 23px
}
}
.list-item-interview .item .img a:before {
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent
}
@media screen and (max-width:640px) {
.list-item-interview .item .img a:before {
	bottom: -10px
}
}
.list-item-interview .item .img a:after {
	border-bottom: 1px solid transparent;
	bottom: -10px;
	width: 28px;
	right: 2px;
	-webkit-transform: rotate(-28deg);
	-ms-transform: rotate(-28deg);
	transform: rotate(-28deg)
}
.list-item-interview .item .img a:hover span.txt:after {
	background: 0 0
}
@media screen and (max-width:640px) {
.list-item-interview .item .img a:hover {
	background: 0 0
}
.list-item-interview .item .img a:hover:after, .list-item-interview .item .img a:hover:before {
	background: 0 0
}
.list-item-interview .item .img a:hover span.txt:after {
	background: url(../images/others/bg-item.png) no-repeat;
	background-size: 160px 37px
}
}
.list-item-interview .item .img a span {
	z-index: 1
}
.list-item-interview .item .img a span.next {
	position: absolute;
	left: 30px;
	z-index: 1
}
@media screen and (max-width:640px) {
.list-item-interview .item .img a span.next {
	left: 15px
}
}
.list-item-interview .item .img a span span {
	position: relative
}
.list-item-interview .item .img a span.txt:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: -14px;
	background: url(../images/others/bg-item.png) no-repeat;
	background-size: 100% 100%
}
@media screen and (max-width:640px) {
.list-item-interview .item .img a span.txt:after {
	background-size: 160px 37px
}
}
@media screen and (min-width:0\0) {
.list-item-interview .item:nth-child(3) .img a:after {
width:27px;
bottom:-9px
}
}
.voice-etc .section-ttl {
	padding-left: 0
}
.voice-etc .text {
	text-align: justify
}
@media screen and (max-width:640px) {
.voice-etc h2 {
	display: inline-block;
	width: 100%
}
}
.page-index {
	overflow: hidden
}
.page-development .section-ttl h2 {
	letter-spacing: .15em
}
.training .list-traning {
	padding: 90px 0 65px
}
@media screen and (max-width:640px) {
.training .list-traning {
	padding: 30px 0 20px
}
}
.training .list-traning ul {
	width: 1162px;
	margin: 0 auto
}
@media screen and (max-width:640px) {
.training .list-traning ul {
	width: 940px
}
}
.training .list-traning ul li {
	width: 220px;
	float: left;
	margin-right: 10px
}
@media screen and (max-width:640px) {
.training .list-traning ul li {
	width: 180px
}
}
.training .list-traning ul li .item-top {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	background: #efefef;
	line-height: 2
}
@media screen and (max-width:640px) {
.training .list-traning ul li .item-top {
	font-size: 18px;
	font-size: 1.8rem
}
}
.training .list-traning ul li .ct-item {
	padding: 20px 10px 10px 15px;
	background: #e1e9f2;
	color: #005bac;
	min-height: 284px
}
@media screen and (max-width:640px) {
.training .list-traning ul li .ct-item {
	min-height: 230px
}
}
.training .list-traning ul li .ct-item .ttl-item {
	padding-bottom: 15px;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: .05em
}
@media screen and (max-width:640px) {
.training .list-traning ul li .ct-item .ttl-item {
	font-size: 18px;
	font-size: 1.8rem
}
}
.training .list-traning ul li .ct-item .txt-item {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .08em
}
@media screen and (max-width:640px) {
.training .list-traning ul li .ct-item .txt-item {
	font-size: 14px;
	font-size: 1.4rem
}
}
.training .list-traning ul li .ct-item .txt-item .small {
	display: block;
	line-height: 1.2;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0
}
@media screen and (max-width:640px) {
.training .list-traning ul li .ct-item .txt-item .small {
	font-size: 12px;
	font-size: 1.2rem
}
}
.training .list-traning ul li.first-item {
	width: 160px;
	margin-right: 50px;
	padding-top: 65px;
	position: relative
}
@media screen and (max-width:640px) {
.training .list-traning ul li.first-item {
	padding-top: 50px;
	margin-right: 40px;
	width: 140px
}
}
.training .list-traning ul li.first-item div {
	position: relative;
	background: #0856a0;
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
	min-height: 284px
}
@media screen and (max-width:640px) {
.training .list-traning ul li.first-item div {
	min-height: 230px
}
}
.training .list-traning ul li.first-item div span {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.training .list-traning ul li.first-item div:after {
	position: absolute;
	top: 0;
	right: -34px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 142px 0 142px 35px;
	border-color: transparent transparent transparent #0856a0;
	content: ""
}
@media screen and (max-width:640px) {
.training .list-traning ul li.first-item div:after {
	top: 0;
	border-width: 115px 0 115px 24px;
	right: -24px
}
}
.training .list-traning ul li.last-item {
	margin-right: 0
}
.training .list-traning ul li.last-item .ct-item {
	position: relative
}
.training .list-traning ul li.last-item .ct-item:after {
	position: absolute;
	top: 0;
	right: -34px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 142px 0 142px 35px;
	border-color: transparent transparent transparent #e1e9f2;
	content: ""
}
@media screen and (max-width:640px) {
.training .list-traning ul li.last-item .ct-item:after {
	top: 0;
	border-width: 115px 0 115px 24px;
	right: -24px
}
}
.training .list-traning .list-traning-01 {
	overflow-x: auto
}
.training .list-traning .list-traning-01 ::-webkit-scrollbar {
-webkit-appearance:none
}
.training .list-traning .list-traning-01 ::-webkit-scrollbar:vertical {
width:12px
}
.training .list-traning .list-traning-01 ::-webkit-scrollbar:horizontal {
height:12px
}
.training .list-traning .list-traning-01 ::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.5);
border-radius:10px;
border:2px solid #fff
}
.training .list-traning .list-traning-01 ::-webkit-scrollbar-track {
border-radius:10px;
background-color:#fff
}
.training .list-traning .list-traning-01 ul li.first-item {
	letter-spacing: .6em
}
.training .list-traning .list-traning-02 {
	overflow-x: auto
}
.training .list-traning .list-traning-02 ::-webkit-scrollbar {
-webkit-appearance:none
}
.training .list-traning .list-traning-02 ::-webkit-scrollbar:vertical {
width:12px
}
.training .list-traning .list-traning-02 ::-webkit-scrollbar:horizontal {
height:12px
}
.training .list-traning .list-traning-02 ::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.5);
border-radius:10px;
border:2px solid #fff
}
.training .list-traning .list-traning-02 ::-webkit-scrollbar-track {
border-radius:10px;
background-color:#fff
}
.training .list-traning .list-traning-02 ul li {
	margin-top: 40px
}
.internship {
	padding: 0 0 140px
}
@media screen and (max-width:640px) {
.internship {
	padding-bottom: 80px
}
}
.internship .text {
	padding: 80px 45px 50px;
	max-width: 1164px;
	margin: 0 auto;
	text-align: justify
}
@media screen and (max-width:640px) {
.internship .text {
	padding: 20px
}
}
.internship .text.text-gray {
	padding: 9px 35px;
	background: #e2ebf4;
	text-align: center
}
@media screen and (max-width:640px) {
.internship .text.text-gray {
	padding: 20px
}
}
.internship .text.text-gray p {
	font-size: 23px;
	font-size: 2.3rem;
	letter-spacing: .1em
}
.internship .text.text-gray p span {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700
}
@media screen and (max-width:640px) {
.internship .text.text-gray p {
	font-size: 15px;
	font-size: 1.5rem
}
.internship .text.text-gray p span {
	font-size: 16px;
	font-size: 1.6rem
}
}
.internship .img {
	padding: 110px 0
}
@media screen and (max-width:640px) {
.internship .img {
	padding: 40px 0
}
}
.internship .btn-box {
	padding: 0 10px
}
.main-banner-voice {
	margin-bottom: 115px
}
@media (max-width:640px) {
.main-banner-voice {
	margin-bottom: 40px
}
}
.pb115 {
	padding-bottom: 115px
}
@media (max-width:640px) {
.pb115 {
	padding-bottom: 40px
}
}
.pb100 {
	padding-bottom: 100px
}
@media (max-width:640px) {
.pb100 {
	padding-bottom: 70px
}
}
.icon.icon-check {
	background: url(../images/icons/check-icn.png) no-repeat;
	width: 78px;
	height: 66px;
	background-size: 100% 100%
}
@media screen and (max-width:640px) {
.icon.icon-check {
	height: 25px!important
}
}
@media screen and (max-width:480px) {
.icon.icon-check {
	height: 20px!important
}
}
.page-entry .entry {
	padding: 70px 0 0
}
@media screen and (max-width:640px) {
.page-entry .entry {
	padding: 20px 0 2px
}
}
.page-entry .entry .list-entry {
	margin-top: 70px
}
@media screen and (max-width:640px) {
.page-entry .entry .list-entry {
	margin-top: 20px
}
}
.page-entry .entry .text-top {
	margin-bottom: 110px
}
@media screen and (max-width:640px) {
.page-entry .entry .text-top {
	margin-bottom: 30px
}
}
.page-entry .entry .text-top p {
	font-size: 30px;
	font-size: 3rem
}
@media screen and (max-width:640px) {
.page-entry .entry .text-top p {
	font-size: 15px;
	font-size: 1.5rem
}
}
.page-entry .entry .section-ttl {
	margin-bottom: 110px
}
@media screen and (max-width:640px) {
.page-entry .entry .section-ttl {
	margin-bottom: 30px
}
}
@media screen and (max-width:490px) {
.page-entry .entry .section-ttl {
	padding-left: 30px
}
}
.page-entry .entry .btn.btn-blue {
	font-size: 50px;
	font-size: 5rem
}
@media screen and (max-width:640px) {
.page-entry .entry .btn.btn-blue {
	font-size: 25px;
	font-size: 2.5rem;
	padding: 20px 0 0
}
}
.page-entry .entry .text.text-gray {
	padding: 9px 35px;
	background: #e2ebf4;
	text-align: center;
	margin-top: 187px
}
@media screen and (max-width:640px) {
.page-entry .entry .text.text-gray {
	margin-top: 60px;
	padding: 20px
}
}
.page-entry .entry .text.text-gray p {
	font-size: 23px;
	font-size: 2.3rem
}
@media screen and (max-width:640px) {
.page-entry .entry .text.text-gray p {
	font-size: 15px;
	font-size: 1.5rem
}
}
.page-entry .entry .text.text-gray span {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700
}
@media screen and (max-width:640px) {
.page-entry .entry .text.text-gray span {
	font-size: 16px;
	font-size: 1.6rem
}
}
.pb130 {
	padding-bottom: 130px
}
@media screen and (max-width:640px) {
.pb130 {
	padding-bottom: 60px
}
}
.entry-item {
	padding: 0 40px
}
@media screen and (max-width:640px) {
.entry-item {
	padding: 0
}
}
.entry-item li {
	float: left
}
@media screen and (max-width:640px) {
.entry-item li {
	margin-bottom: 40px
}
.entry-item li:last-child {
	margin-bottom: 20px
}
}
.entry-item li a.btn {
	display: block;
	padding: 30px 0 2px
}
@media screen and (max-width:640px) {
.entry-item li a.btn {
	padding: 20px 0 2px
}
.entry-item li a.btn:hover {
	background: 0 0;
	color: #005bac
}
.entry-item li a.btn:hover:after, .entry-item li a.btn:hover:before {
	background: 0 0
}
}
.entry-item.entry-col2 li {
	width: 48%;
	margin-right: 1%
}
.entry-item.entry-col2 li:nth-child(2n) {
	float: right;
	margin-right: 0
}
@media screen and (max-width:640px) {
.entry-item.entry-col2 li {
	width: 100%;
	margin-right: 0!important
}
}
.entry-item.entry-col3 li {
	width: 32%;
	margin-right: 2%
}
.entry-item.entry-col3 li:nth-child(3n) {
	float: right;
	margin-right: 0
}
@media screen and (max-width:640px) {
.entry-item.entry-col3 li {
	width: 100%;
	margin-right: 0!important
}
}
@media screen and (max-width:640px) {
a.btn.btn-blue:hover {
	background: 0 0;
	color: #005bac
}
a.btn.btn-blue:hover:after, a.btn.btn-blue:hover:before {
	background: 0 0
}
}
#recruitForm tr td {
	padding: 5px 10px
}
.form-control {
	width: 100%;
	height: 30px;
	line-height: 18px;
	padding: 5px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	border: 1px solid #D5D5D5;
	background: #fff
}
.form-control:focus {
	background: #fffacf
}
.form-control.error {
	background-color: #FFCFD0;
	border-color: #ffaaac;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.form-control+.error {
	display: block;
	color: red;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-top: 5px
}
.form-radio {
	margin-left: 10px;
	margin-right: 5px
}
.form-radio:first-child {
	margin-left: 0
}
.form-radio.error {
	background-color: #FFCFD0;
	border-color: #ffaaac;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.form-radio+.error {
	display: block;
	color: red;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-top: 5px
}
.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.modal.active {
	display: block;
	z-index: 9999
}
.modal:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,.9)
}
.modal .container {
	overflow: scroll;
	height: 100%!important;
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	height: auto;
	padding: 25px 25px 20px
}
.modal .container .confirm{font-size: 2.5rem;}
.modal .container .table-container.table-container2 {
	margin: 10px 0 30px
}
.modal .container .table-container.table-container2 tr td {
	padding: 5px 10px
}
.modal .container .text.bottom {
	margin-top: -20px;
	margin-bottom: 10px
}
.modal .container #btn-close {
	margin-top: 10px
}
.modal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
}
.modal .modal-close .fa-close {
	font-size: 30px;
	border: 2px solid #005bac;
	background: #fff;
	color: #005bac;
	height: 48px;
	width: 48px;
	line-height: 44px
}
.modal .modal-close:hover .fa-close {
	background: #005bac;
	color: #fff
}
.recruit {
	padding: 70px 0 0
}
@media screen and (max-width:640px) {
.recruit {
	padding: 20px 0 0
}
}
.recruit h1 span {
	letter-spacing: 10px
}
@media screen and (max-width:640px) {
.recruit h1 span {
	letter-spacing: 0;
	font-size: 16px;
	font-size: 1.6rem
}
}
.recruit .list-recruit {
	margin-top: 70px
}
@media screen and (max-width:640px) {
.recruit .list-recruit {
	margin-top: 20px
}
}
.recruit .list-recruit .section-ttl {
	margin-bottom: 90px
}
@media screen and (max-width:1200px) {
.recruit .list-recruit .section-ttl h2 {
	font-size: 30px;
	font-size: 3rem
}
}
@media screen and (max-width:800px) {
.recruit .list-recruit .section-ttl h2 {
	font-size: 25px;
	font-size: 2.5rem
}
}
@media screen and (max-width:640px) {
.recruit .list-recruit .section-ttl {
	margin-bottom: 30px
}
.recruit .list-recruit .section-ttl h2 {
	font-size: 16px;
	font-size: 1.6rem
}
}
@media screen and (max-width:480px) {
.recruit .list-recruit .section-ttl {
	padding-left: 30px
}
}
.recruit .list-recruit .table-container {
	margin-bottom: 75px
}
.form {
	margin-top: 70px;
	padding-bottom: 0
}
@media screen and (max-width:640px) {
.form {
	margin-top: 20px
}
}
.form .text {
	margin-top: 80px
}
@media screen and (max-width:640px) {
.form .text {
	margin-top: 30px
}
}
.form .text.text-gray {
	background: #e2ebf4;
	text-align: left;
	padding: 90px 45px 85px
}
@media screen and (max-width:640px) {
.form .text.text-gray {
	padding: 30px 15px
}
}
.form .text.text-gray>ul {
	font-size: 20px;
	font-size: 2rem
}
@media screen and (max-width:640px) {
.form .text.text-gray>ul {
	font-size: 16px;
	font-size: 1.6rem
}
}
.form .text.text-gray>ul>li {
	position: relative;
	padding-left: 20px;
	line-height: 2
}
.form .text.text-gray>ul>li:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #005bac;
	position: absolute;
	left: 0;
	top: 12px
}
@media screen and (max-width:640px) {
.form .text.text-gray>ul>li:before {
	width: 12px;
	height: 12px;
	top: 9px
}
}
.form .entry-item {
	padding: 0 175px;
	margin: 100px 0 20px
}
@media screen and (max-width:900px) {
.form .entry-item {
	padding: 0 70px
}
}
@media screen and (max-width:640px) {
.form .entry-item {
	margin: 40px 0 0;
	padding: 0
}
}
.form .entry-item li a.btn {
	font-size: 37px;
	font-size: 3.7rem
}
@media screen and (max-width:640px) {
.form .entry-item li a.btn {
	font-size: 25px;
	font-size: 2.5rem
}
}
.form .section-ttl.right-pattern h2 {
	white-space: nowrap
}
.pd40 {
	padding-bottom: 40px
}
.page-thanx .thanx {
	height: calc(100vh - 234px);
	position: relative
}
@media screen and (max-width:640px) {
.page-thanx .thanx {
	height: calc(100vh - 154px)
}
}
.page-thanx .form {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.table-container.table-container2 {
	text-align: left;
	margin: 115px 0 100px
}
@media screen and (max-width:640px) {
.table-container.table-container2 {
	margin: 40px 0
}
}
.table-container.table-container2 table tbody tr th {
	padding: 14px 10px;
	font-size: 18px;
	font-size: 1.8rem
}
@media screen and (max-width:640px) {
.table-container.table-container2 table tbody tr th {
	font-size: 14px;
	font-size: 1.4rem
}
}
.table-container.table-container2 table tbody tr td {
	min-height: 37px;
	font-size: 18px;
	font-size: 1.8rem
}
@media screen and (max-width:640px) {
.table-container.table-container2 table tbody tr td {
	font-size: 14px;
	font-size: 1.4rem
}
}
.table-container.table-container2 table tbody tr td span {
	display: inline-block;
	min-height: 20px
}
@media screen and (max-width:640px) {
.bg-sp {
	background: rgba(167,154,154,.341);
	padding: 5px 0
}
}
.video iframe {
	max-width: 570px;
	height: 320px
}
@media screen and (max-width:500px) {
.video iframe {
	height: 250px
}
}
@media screen and (max-width:400px) {
.video iframe {
	height: 200px
}
}
.scroll-wrap {
	overflow-x: auto;
	padding-bottom: 5px
}
.scroll-wrap::-webkit-scrollbar {
height:10px
}
.scroll-wrap::-webkit-scrollbar-thumb {
background:#999;
border-radius:5px
}
.scroll-wrap::-webkit-scrollbar-track-piece {
background:#efefef;
border-radius:5px
}
/*# sourceMappingURL=maps/styles.css.map */

/*20191024*/
midashi {
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff0d9;
  font-size: 60Spx;
  color: #2d2d2d;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px orange;
  z-index:-2;
}

midashi:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

midashi:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

/* 20200115 ------------------------------------- */
.page-links {
	max-width: 800px;
	margin: 0 auto;
}
.page-links .prev-page {
	float: left;
	width: 45%;
	margin-left: 2.5%;
}
.page-links .next-page {
	float: right;
	width: 45%;
	margin-right: 2.5%;
}
@media screen and (max-width:520px) {
.page-links .next-page {
	width: 100%;
	padding: 20px 5% 15px;
}
.page-links .prev-page {
	width: 100%;
	padding: 20px 5% 15px;
}
}

.page-links .prev-page .btn.btn-link {
	position: relative;
	width: 100%;
	padding: 37px 20px 6px;
  border: 2px solid #005bac;
  border-bottom: none;
}
.page-links .next-page .btn.btn-link {
	position: relative;
	width: 100%;
	padding: 37px 20px 6px;
  border: 2px solid #005bac;
  border-bottom: none;
}
.page-links .prev-page .btn.btn-link:before {
	display: block;
  content: '';
  border: 2px solid #005bac;
  border-top: none;
  border-left: none;
  width: calc(100% - 48px);
  height: 35px;
  position: absolute;
  right: -2px;
  bottom: -32px;	
}
.page-links .next-page .btn.btn-link:before {
	display: block;
  content: '';
  border: 2px solid #005bac;
  border-top: none;
  border-right: none;
  width: calc(100% - 48px);
  height: 35px;
  position: absolute;
  left: -2px;
  bottom: -32px;
}
.page-links .prev-page .btn.btn-link:after {
    display: block;
    content: '';
    border-bottom: 2px solid #005bac;
    width: 59px;
    height: 35px;
    position: absolute;
    left: 3px;
    bottom: -19px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
}
.page-links .next-page .btn.btn-link:after {
    display: block;
    content: '';
    border-bottom: 2px solid #005bac;
    width: 59px;
    height: 35px;
    position: absolute;
    right: 3px;
    bottom: -19px;
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-32deg);
}
@media screen and (max-width: 640px){
.page-links .prev-page .btn.btn-link,
.page-links .next-page .btn.btn-link {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 20px 30px 0;
}
.page-links .prev-page .btn.btn-link:before,
.page-links .next-page .btn.btn-link:before {
	  height: 25px;
    bottom: -22px;
    width: calc(100% - 32px);
}
.page-links .prev-page .btn.btn-link:after {
    width: 40px;
    left: 5px;
    bottom: -14px;	
}
.page-links .next-page .btn.btn-link:after {
    width: 40px;
    right: 5px;
    bottom: -14px;
}
}

.page-links .prev-page.active .btn.btn-link, .page-links .prev-page .btn.btn-link:hover,
.page-links .prev-page .btn.btn-link:hover:before, .page-links .prev-page .btn.btn-link:hover:after,
.page-links .next-page.active .btn.btn-link, .page-links .next-page .btn.btn-link:hover,
.page-links .next-page .btn.btn-link:hover:before, .page-links .next-page .btn.btn-link:hover:after {
	background-color: #005bac;
  color: #fff;
}
.page-links .prev-page .btn.btn-link,
.page-links .next-page .btn.btn-link {
  color: #005bac;
}

.page-links .btn.btn-link span.item span {
	text-decoration: underline;
	color: #005bac;
}