@charset 'utf-8';
/*
Theme Name: recruit
Author: recruit
Version: 1.0
*/
html, body {
	box-sizing: border-box;
	font-family: "HiraKakuProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic Pro",
    "メイリオ","Meiryo",Meiryo,YuGothic,"游ゴシック",
    Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;padding:0;border:0;outline:0;
    font-size:inherit;font-weight:inherit;
    vertical-align:baseline;background:transparent;
}
body {
	height: 100vh;
}
article,aside,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,main,summary{
    display:block;
}
ul,li {
	list-style: none;
}
a { 
	color: inherit;
    border: 0;
    outline: 0;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
    text-decoration: none; 
}
a:hover { 
    opacity: 0.5;
    cursor: pointer; 
}
#wrapper {
	height: 100%;
}
#loader {
	position: relative;
	top: 50vh;
	left:50vw;
}
#loader img {
	width: auto;
}
img {
    outline: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
.container {
	width: 1065px;
	margin-left: auto;
	margin-right: auto;
}
.container2 {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.container3 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.container4 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.container5 {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.container6 {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
}
.container7 {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.main_back_color {
	background-color: #35475f;
}
.main_color {
	color: #35475f;
}
.top_menu_box {
	height: 85px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 5px solid #35475f;
	border-bottom: 1px solid #35475f;
	background-color: #ffffff;
	z-index: 1000;
}
.top_menu_box .container{
	display: flex;
}
.top_logo {
	width: 242px;
	margin: 20px 35px;
}
.top_menu {
/* 	width: 890px; */
	margin: 32px auto;
}
.top_menu li {
	float: left;
	display: inline-block;
	margin-right: 30px;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff!important;
	-moz-transition: border 1s  ease-out 0s;
    -o-transition: border 1s  ease-out 0s;
    -webkit-transition: border 1s  ease-out 0s;
    transition: border 1s  ease-out 0s;
    text-decoration: none;
}
.top_menu li:hover {
	border-bottom: 2px solid #35475f!important;
	
}
.have_submenu {
	position: relative;
	cursor: pointer;
}
.ticker {
	position: relative;
}
.ticker ul li {
	display: none;
	font-size: 11px;
}
.submenu {
	position: absolute;
	top: 30px;
	display: none;
	left: 0;
	width: 124px;
	border: 1px solid #000;
	border-bottom: 0;
	background-color: white;
	font-size: 11px;
}
.submenu p {
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	border-bottom: 1px solid #000;
}
.submenu p a {
	display: block;
}
.recruit_slider {
	height: 100%;
	position: relative;
}
.recruit_slider p {
	position: absolute;
	top: calc(50vh - 128px + 2px);
	left: calc(50vw - 216px);
	width: 432px;
	z-index: 9999;
}
.wp-paginate li:after {
	content: "|";
}
.wp-paginate li:last-child {
	content: "";
	color: transparent;
}
/*Recruit Slider*/
.slider {
  position: relative;
  height: 100vh;
  width: 100%;
}

.slider-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

.slider-panel {
  position: absolute;
  bottom: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  z-index: 20;
}

.slider-panel__navigation {
  margin: 0 auto;
  padding: 10px;
  width: 70%;
  text-align: center;
}

.slider-panel__navigation i {
  margin: 0 3%;
  font-size: 15px;
}

.slider-panel__navigation i:hover, .slider-panel__navigation i:active {
  color: white;
  cursor: pointer;
}

.slider-panel__controls {
  margin: 0 auto;
  padding: 10px;
  width: 70%;
  text-align: center;
}

.slider-panel__controls i {
  margin: 0 4%;
  font-size: 40px;
}

.slider-panel__controls i:hover, .slider-panel__controls i:active {
  color: white;
  cursor: pointer;
}

.active {
  z-index: 10;
  -webkit-animation: 0.2s blur ease-in;
          animation: 0.2s blur ease-in;
}

@-webkit-keyframes circle {
  0% {
    -webkit-clip-path: circle(75%);
            clip-path: circle(75%);
  }
  100% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
}

@keyframes circle {
  0% {
    -webkit-clip-path: circle(75%);
            clip-path: circle(75%);
  }
  100% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

#home_top .bx-viewport, #home_top .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
    z-index: 77;
}
#home_top .bxslider,#home_top .bxslider li{
    width:100%;
    height:100vh !important;
}
#home_top .bxslider li{
    height: 100vh!important;
    width:100vw!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#home_top .bx-wrapper .bx-viewport{ border: none !important; }
@media screen and (max-width:768px) {
    #home_top{
        width: 100%;
        height: 100%;
        position: relative;
        background: url(img/home_bg_sp.jpg) no-repeat;
        background-size: 100% 100%;
        background-position:top left;
    }
    #home_top #toparea h1 img {
        width:100%;
        height: auto;
    }
    #home_top .bxslider li{
        height: 100vh;
        width:100vw;
        background-position: center center;
        background-size:auto 100%; 
        background-repeat: no-repeat;
    }
}

/*recruite news*/
.news_box {
	height: 37px;
	background-color: #35475f;
	color: white;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 37px;
	z-index: 1000;
}
.news_box .container {
	display:flex;
}
.news_body {
	margin-left:14px;
	color: white;
	font-size: 14px;
    width: 80%;
}
.news_news {
	margin-left: 22px;
	margin-right: 14px;
	font-size: 14px;
}
.news_time, .news_title {
	margin-left: 14px;
}
/*Message*/
.sub_title {
	text-align: center;
	margin: 163px auto 0;
}
.title_message {
	width: 130px;
}
.message_content {
	margin: 80px 0;
	display: flex;
}
.message_text {
	width: 864px;
	margin-right: 56px;
	font-size: 13px;
	line-height: 1.84
}
.message_img {
	width: 268px;
}
/*Footer*/
.footer {
	font-size: 13px;
	height: 164px;
	border-top: 4px solid #35475f;
}
.footer_menu {
	width: 415px;
	margin: 38px auto;
	height: 20px;
}
.footer_menu ul li {
	float: left;
	margin-right: 12px;
}
.copyright {
	text-align: center;
	font-size: 12px;
}
/*People-archive*/
.people_archive_main {
	margin-bottom: 75px;
}
.title_people {
	width: 88px;
}
.people_group_title {
	font-size: 18px;
	border-bottom: 1px solid #35475f;
	padding-bottom: 5px;
	margin-top: 55px;
}
.people_group_content {
	display: flex;
	flex-wrap: wrap;
}
.people_group_item {
	width: 450px;
	margin-top: 23px;
}
.people_group_item p {
	text-align: center;
}
.people_group_item img {
	width: auto;
	height: 300px;
}
.people_group_content div:nth-of-type(2n + 1) {
	margin-right: 30px;
}
.people_group_content div:nth-of-type(2n) {
	margin-left: 30px;
}
.people_say {
	font-size: 17px;
	padding-top: 21px;
	padding-bottom: 10px;
	border-bottom: 1px solid #35475f;
	text-align: left!important;
}
.people_profile {
	font-size: 13px;
	padding-top: 14px;
	text-align: left!important;
}
.person_profile {
	margin-top: 48px;
	border: 1px solid #35475f;
	display: flex;
}
.person_profile_content {
	width: 470px;
	padding: 107px 45px 0;
	box-sizing: border-box;
}
.person_say {
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}
.person_detail {
	font-size: 13px;
	padding-top: 18px;
}
.person_profile_img {
	width: 510px;
	height: 340px;
	padding: 5px;
}
.person_profile_img p {
	width: 100%;
	height:340px;
	line-height: 340px;
	text-align: center;
	overflow: hidden;
}
.person_profile_img img {
	width: auto;
	vertical-align: middle
}
.person_qa_box {
	display: flex;
	margin-top: 53px;
}
.person_qa_group {
	width: 534px;
	margin-right: 60px;
	line-height: 2;
}
.person_q {
	font-size: 15px;
}
.person_a {
	font-size: 13px;
	padding: 36px 0 50px;	
}
.person_imgs {
	width: 386px;
}
.person_imgs p {
	margin-bottom: 26px;
}
.back_to_archive {
	margin: 36px 0 60px;
	text-align: center;
}
.back_to_archive button {
	width: 350px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	padding: 0;
	outline: 0;
	background-color: white;
	border: 1px solid #222;
}
button a {
	display: block;
}
/*Support*/
.title_support {
	width: 484px;
}
.support_box {
	margin-top: 70px;
	margin-bottom: 70px;
}
.support_item {
	margin-bottom: 45px;
}
.support_title {
	font-size: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.support_title span {
	font-size: 25px;
}
.support_text {
	padding-top: 25px;
	font-size: 13px;
	line-height: 1.84;
}
.support_imgs {
	margin-top: 20px;
	display: flex;
}
.support_imgs p {
	width: 226px;
	margin-right: 15px;
}
.support_imgs p:nth-of-type(4) {
	margin-right: 0;
}
/*Shinsotu*/
.title_shinsotu {
	width: 238px;
}
.entry_map {
	margin-top: 40px;
}
.entry_btn {
	text-align: center;
	margin-top: 40px;
}
.entry_btn button {
	width: 350px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	padding: 0;
	outline: 0;
	color: white;
	border: 1px solid #222;
}
/*Carrier*/
.title_carrior {
	width: 115px;
}
.carrier_box {
	margin-top: 50px;
	border-top: 1px solid #616f82;
}
.carrier_item {
	line-height: 54px;
	font-size: 14px;
	border-bottom: 1px solid #616f82;
}
.carrier_item p a {
	display: block;
}
.carrier_paging {
	padding: 32px 0 55px;
	text-align: center;
	font-size: 14px;
}
.carrier_content {
	margin-top: 50px;
	margin-bottom: 95px;
}
.carrier_content_img {
	width: 708px;
	margin: 48px auto 0;
	text-align: center;
	overflow: hidden;
}
.carrier_content_img img{
	width: auto;
}
.carrier_content_main {
	margin-top: 65px;
}
.carrier_content_main_noimage {
	margin-top:20px;
}
.carrier_content_item {
	display: flex;
	line-height: 44px;
	padding-bottom: 12px;
	font-size: 14px;
}
.carrier_content_item_title {
	background-color: #eee;
	text-align: right;
	width: 195px;
	margin-right: 20px;
	padding-right: 12px;
	box-sizing: border-box;
	font-weight: bold;
}
.carrier_content_item_text {
	width: 765px;
}
/*Parttime*/
.title_parttime {
	width: 191px;
}
/*Faq*/
.title_faq_shinsotu {
	width: 452px;
}
.title_faq_carrier {
	width: 313px;
}
.title_faq_parttime {
	width: 401px;
}
.question_item {
	line-height: 50px;
	border-bottom: 1px solid #8a8a8a;
	font-size: 13px;
	font-weight:bold;
}

/***************************
faq accordion
*****************************/
p.accordion {
    cursor: pointer;
    transition: 0.8s;
}
div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.8s ease-in-out;
    opacity: 0;
    line-height: 30px;
    font-size: 13px;
	border-bottom: 1px solid #8a8a8a;
}
div.panel.show {
    opacity: 1;
    max-height: 500px;
	padding: 10px 0;
}
.question_item::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(img/arrow-closed.png) no-repeat center center;
    background-size: 100% 100%;
    width: 0.583em;
    height: 0.333em;
    margin-left: 0.8em;
}
@media screen and (min-width:769px) {
  .sp{display: none;}
}
@media screen and (max-width:768px) {
	.pc{display: none;}

	.container {
		width: 100%;
	}
	.container2, .container3, .container4, .container5, .container6, .container7 {
		width: 91.7vw;
	}
	.top_logo {
	    width: 49vw;
	    margin: 4.68vw 3.9vw;
	}
	.top_menu_box {
		height: 17.5vw;
		border-top: 1vw solid #35475f;
	}
	.recruit_slider div:nth-child(3) { 
	   background: url(img/home_sp1.jpg) center no-repeat!important;
    background-size: auto 100%!important;
	}
	.recruit_slider div:nth-child(4) { 
	    background: url(img/home_sp2.jpg) center no-repeat!important;
    background-size: auto 100%!important;
	}
	.recruit_slider p {
	    position: absolute;
	    top: calc(50vh - 22.34vw + 1vw);
	    left: calc(50vw - 38.6vw);
	    width: 77.2vw;
	    z-index: 9999;
	}
	.text_slide {
		padding: 2.5vw 0;
		font-size: 3.4375vw;
	}
	.text_slide p {
		word-wrap:break-all;
	}
	.news_box .container {
		display: block;
	}
	.news_box {
		height: 17vw;
		line-height: 1.5;
		background-color: #fff;
		color: #000;
		font-size: 3.44vw;
		position: relative;
		z-index: 9999;
		margin-top: -7.2vw;
	}
	.ticker li{
		padding: 2.4vw;
	}
	.news_news {
		display: block;
		height: 7.2vw;
		line-height: 7.2vw;
		margin: 0;
		color: white;
		font-size: 3.75vw;
		text-align: center;
	}
	.news_time, .news_title {
		font-size: 3.44vw;
		margin-left: 0;
	}
	.news_body {
		margin-left: 2vw;
		width: 96vw;
		color: #000;
		font-size: 3.4375vw;
	}
	.sp_copyright {
		border-top: 1px solid #7f7f7f;
		height: 26.5vw;
		line-height: 26.5vw;
		font-size: 3.24vw;
		text-align: center;
		width: 100%;
		background-color: white;
		position: relative;
		z-index: 9999;
	}
	.sp_menu {
		display: none;
		position: fixed;
		top: 17.5vw;
		max-height: 100%;
		z-index: 99999;
		width: 100%;
		background-color: #fff;
		text-align: center;
		border-top: 1px solid #35475f;
		overflow-y: scroll;
		padding-bottom: 10vw;
	}
	.sp_menu_scroll {
		height: 190vw;
	}
	.sp_menu a {
		display: block;
	}
	.sp_menu_item {
		height: 14.375vw;
		border-bottom: 1px solid #35475f;
		box-sizing: border-box;
	}
	.sp_menu img {
		height: 9.375vw;
		max-height: 66px;
		padding-top: 2.5vw;
		width: auto;
		vertical-align: middle;
	}
	.sp_menu_item ul {
		margin-left: 8.125vw;
		line-height: 14.375vw;
	}
	.sp_menu_item li {
		float: left;
		font-size: 4vw;
		margin-right: 2.5vw;

	}
	.sp_menu_item li:nth-of-type(5){
		margin-right: 0;
	}
	.sp_sub_menu {
		border-bottom: 1px solid #35475f;
		padding-bottom: 2vw;
		font-size: 4vw;
	}
	.sp_sub_menu .sp_menu_item {
		border: 0;
	}
	.sp_sub_menu a {
		display: inline;
	}
	.message_content {
		display: block;
		margin: 12.8vw 0;
	}
	.message_text {
	    width: 100%;
	    margin-right: 0;
	    font-size: 4.0625vw;
	    line-height: 1.84;
	}
	.message_img {
		width: 100%;
		margin-top: 11.25vw;
	}
	.title_message {
		width: 29.2vw;
	}
	.sub_title{
		margin: 29.06vw auto 0;
	}
	.sp_copyright_border {
		border-top: 1.1vw solid #35475f;
	}
	.title_people {
	    width: 21.25vw;
	}
	.people_group_item img {
		width: 100%;
		height: auto;
	}
	.people_group_title {
		margin-top: 13.125vw;
		font-size: 5.625vw;
	    padding-bottom: 1vw;
	}
	.people_group_content {
		display: block;
		width: 100%;
	}
	.people_group_item {
		width: 100%;
		margin-top: 9.375vw;
	}
	.people_group_content div:nth-of-type(2n + 1) {
	    margin-right: 0;
	}
	.people_group_content div:nth-of-type(2n) {
	    margin-left: 0;
	}
	.people_say {
	    font-size: 5.3vw;
	    padding-top: 6vw;
	    padding-bottom: 6vw;
	    border-bottom: 1px solid #35475f;
	}
	.people_profile {
	    font-size: 4vw;
	    padding-top: 3.75vw;
	}
	.people_archive_main {
	    margin-bottom: 15vw;
	}
	.person_profile {
		display: block;
	}
	.person_profile_img {
		width: 100%;
		height: 66.6vw;
		padding: 0 0 7vw;
	}
	.person_profile_img p {
		height: auto;
		line-height:auto;
	}
	.person_profile {
	    margin-top: 7.5vw;
	    width: 100%;
	    border: 0;
	}
	.person_profile_content {
	    width: 100%;
	    padding: 0;
	}
	.person_say {
	    font-size: 5.3125vw;
	    border-bottom: 1px solid #000;
	    padding-bottom: 4.7vw;
	}
	.person_detail {
	    font-size: 4vw;
	    padding-top: 3.75vw;
	}
	.person_profile_img img {
		width: 100%;
		height: auto;
	}
	.person_qa_box {
	    display: block;
	    margin-top: 15.625vw;
	}
	.person_q {
	    font-size: 4.6875vw;
	}
	.person_qa_group {
	    width: 100%;
	    margin-right: 0;
	    line-height: 1.666;
	}
	.person_a {
	    font-size: 4vw;
	    padding: 11.7vw 0 15.625vw;
	}
	.person_imgs {
	    width: 100%;
	}
	.person_imgs p {
	    margin-bottom: 13.54vw;
	}
	.back_to_archive {
	    margin: 0 0 18.125vw;
	    text-align: center;
	}
	.back_to_archive button {
	    width: 100%;
	    height: 13.125vw;
	    line-height: 13.125vw;
	    font-size: 4vw;
	}
	.title_support {
		width: 77.5vw;
	}
	.support_box {
	    margin-top: 15.625vw;
	    margin-bottom: 15.625vw;
	}
	.support_title {
	    font-size: 5.3125vw;
	    border-bottom: 1px solid #000;
	    padding-bottom: 3.125vw;
	}
	.support_title span {
	    font-size: 6vw;
	}
	.support_text {
	    padding-top: 7vw;
	    font-size: 4vw;
	    line-height: 1.84;
	}
	.support_imgs {
	    margin-top: 6.25vw;
	    display: flex;
	    flex-wrap: wrap;
	}
	.support_item {
	    margin-bottom: 8vw;
	}
	.support_imgs p {
	    width: 48.5%;
	    margin-right: 3%;
	    margin-top: 1.875vw;
	}
	.support_imgs p:nth-of-type(2) {
	    margin-right: 0;
	}
	.title_shinsotu {
	    width: 54.0625vw;
	}
	.back_to_archive button {
	    width: 100%;
	    height: 13.125vw;
	    line-height: 13.125vw;
	    font-size: 4vw;
	}
	.entry_btn button {
	    width: 100%;
	    height: 13.125vw;
	    line-height: 13.125vw;
	    font-size: 4vw;
	}
	.entry_map {
	    margin-top: 10.9vw;
	}
	.title_carrior {
	    width: 25.78vw;
	}
	.carrier_box {
	    margin-top: 11.4vw;
	    border-top: 1px solid #616f82;
	}
	.carrier_item {
	    line-height: 7.5vw;
	    font-size: 4.375vw;
	    border-bottom: 1px solid #616f82;
	    padding: 6.25vw 0;
	}
	.carrier_paging {
	    padding: 8.4vw 0 16.7vw;
	    text-align: center;
	    font-size: 4.375vw;
	}
	.carrier_content {
	    margin-top: 11.75vw;
	    margin-bottom: 17.96vw;
	}
	.carrier_content_img {
	    width: 100%;
	    margin: 7.5vw auto 0;
	}
	.carrier_content_main {
	    margin-top: 10vw;
	}
	.carrier_content_main_noimage {
		margin-top: 4vw;
	}
	.carrier_content_item {
	    display: flex;
	    line-height: 8.4375vw;
	    padding-bottom: 1vw;
	    font-size: 3vw;
	}
	.carrier_content_item_title {
	    width: 26.5vw;
	    margin-right: 1.7vw;
	    padding-right: 1.5vw;
	}
	.carrier_content_item_text {
	    width: 71.8vw;
	}
	.entry_btn {
	    margin-top: 7vw;
	}
	.title_parttime {
	    width: 43.125vw;
	}
	.title_faq_carrier {
	    width: 66.5vw;
	}
	.question_item {
	    line-height: 6.3vw;
	    font-size: 4vw;
	    padding: 5vw 0;
	}
	div.panel {
	    line-height: 6.3vw;
	    font-size: 4vw;
	    height: auto;
	}
	div.panel.show {
		padding: 5vw 0;
	}
	.title_faq_parttime {
	    width: 71.5625vw;
	}
	.title_faq_shinsotu {
	    width: 58.6vw;
	}
}


#nav-icon3 {
  width: 8vw;
  height: 5.46vw;
  position: relative;
  float: right;
  margin: 5vw 4.375vw 0 33.43vw;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 3vw;
}

#nav-icon3 span:nth-child(4) {
  top: 6vw;
}

#nav-icon3.open span:nth-child(1) {
  top: 3vw;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 3vw;
  width: 0%;
  left: 50%;
}

/* pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
