@charset "utf-8";
/*hover */
/*-----------------------*/



.hover a {
	-webkit-transition: 350ms;
	transition: 350ms;
}

.hover a:hover {
	opacity: 0.7;
}

a.hover {
	-webkit-transition: 350ms;
	transition: 350ms;
}

a.hover:hover {
	opacity: 0.7;
}

/*footer-bottom {
  background-color: #ABABAB;
}*/

@media (min-width: 992px) {
	.container-1000 {
		width: 1030px;
	}
	.container-1100 {
		width: 1130px;
	}
}

.spnavi-opened body {
	padding-left: 0px;
	padding-right: 0px;
}
.content-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
/*	border: 8px solid #FF0000;*/
	z-index: 200;
	pointer-events: none;
}

body.logged-in .content-wrapper {
	top: 32px;
}


.body-frame {
    padding-left: 8px;
    padding-right: 8px;
}




/* pagetop170 */
/*--------------------------------------------------*/

.pagetop170 {
	font-size: 28px;
	position: fixed;
	z-index: 210;
	right: 25px;
	bottom: 25px;
	display: none;
	width: 1.75em;
	height: 1.75em;
	padding: 0;
	color: #fafafa;
	border: none;
	border-radius: 50%;
	background-color: #888;
}
@media (max-width: 575px) {

.pagetop170 {
	right: 10px;
	bottom: 40px;
}
}

.pagetop170 i {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
}

.pagetop170 i::before {
	margin: 0;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ua-ie .pagetop170 i::before {
	animation: pagetop170-fix-ie 10ms infinite;
	animation-fill-mode: both;
}
@keyframes
pagetop170-fix-ie {
 0% {
 margin: .1px;
}
 100% {
 margin: 0;
}
}

.pagetop170:hover i {
	-webkit-animation: pagetop170 1000ms;
	animation: pagetop170 1000ms;
}

.pagetop170-text {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
@-webkit-keyframes
pagetop170 {
 15% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
}
@keyframes
pagetop170 {
 15% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

}
}

/* breadcrumbs168 */
/*--------------------------------------------------*/


.breadcrumbs168 .breadcrumbs {
	font-size: 13px;
	line-height: 1.3;
	margin: 5px -5px 5px;
}

.breadcrumbs168 .breadcrumbs > span {
	margin: 0 5px;
	vertical-align: middle;
}

.breadcrumbs168 .breadcrumbs a {
	-webkit-transition: color 100ms;
	transition: color 100ms;
}

.ua-nontouch .breadcrumbs168 .breadcrumbs a:hover {
	    color: #7ac143;
}
@media (max-width: 575px) {

.breadcrumbs168 .breadcrumbs {
	display: none;
}
}

/* subvisual224 */
/*--------------------------------------------------*/


.subvisual224 {
	height: 350px;
	background-position: center;
	background-size: cover;
}
@media (max-width: 767px) {

.subvisual224 {
	height: 120px;
}
}

/* title204 */
/*--------------------------------------------------*/


.title204-text {
	font-size: 26px;
	line-height: 1.3;
	padding: 10px 0;
	text-align: center;
}

.title204-text > span {
	position: relative;
	display: inline-block;
	padding: 0 .5em;
}

.title204-text > span::before, .title204-text > span::after {
	position: absolute;
	top: 50%;
	width: 2500%;
	content: '';
}

.title204-text > span::before {
	right: 100%;
}

.title204-text > span::after {
	left: 100%;
}
@media (max-width: 767px) {

.title204-text {
	font-size: 22px;
}
}

.title204-text {
	overflow: hidden;
}

.title204-text > span::before, .title204-text > span::after {
	border-top: 1px solid #aaa;
}
@media (max-width: 767px) {

.title204 .container-fluid {
	padding: 0;
}

.title204-text {
	padding: 10px;
}
}

/* sidebar */
/*--------------------------------------------------*/


.widget {
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.widget-title {
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

.widget > ul {
}

.widget > ul > li > a {
	display: block;
	padding: 10px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.widget > ul > li:hover > a {
	background-color: #EFEFEF;
}

.widget > ul > li > a:after {
	font-family: 'fontello';
	content: '\e802';
	position: absolute;
	right: 15px;
}

.widget > ul > li:hover > a:after {
	right: 10px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.widget > ul > li:not(:last-child) {
	border-bottom: 1px dashed #CCC;
}

.widget select {
	margin: 10px 5%;
	width: 90%;
}

.widget_categories select {
	margin-top: 0px;
}

.screen-reader-text {
	display: block;
	margin: 15px auto 0 auto;
	width: 88%;
}

/* カレンダー */


.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
	padding: 3px 7px;
}

.widget_calendar thead {
	border-top: 1px solid #CCC;
}

.widget_calendar thead th, .widget_calendar tbody td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.widget_calendar caption {
	text-align: center;
	font-size: 16px;
	padding: 7px 0;
}

.widget_calendar a {
	color: blue;
	text-decoration: underline;
}

.widget_calendar tfoot td {
	padding: 7px 0;
}

/* 検索 */


.widget_search {
	border: none;
}

.widget_search .widget-title {
	border: 1px solid #CCC;
	border-bottom: none;
}

.widget ul.children {
	border-top: 1px dotted #CCC;
}

.widget ul.children li {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.widget ul.children li a:before {
	content: '├ ';
}

.widget ul.children li:last-child a:before {
	content: '└ ';
}

.widget ul.children li a {
	display: block;
	padding: 13px 15px 7px 10px;
}

.widget ul.children li:hover > a {
	background-color: #EFEFEF;
}

.widget ul.children li > a:after {
	font-family: 'fontello';
	content: '\e802';
	position: absolute;
	right: 30px;
}

.widget ul.children li:hover > a:after {
	right: 25px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.searchform {
	position: relative;
}

.searchform input[type="search"] {
	width: 100%;
}

.searchfield {
	font-size: 14px;
	padding: 7px;
}

.searchsubmit {
	font-size: 20px;
	width: 35px;
	height: 30px;
	background: transparent;
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}

/* カスタムメニュー */


.widget_nav_menu li > a {
	display: block;
	padding: 10px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.widget_nav_menu li:hover > a {
	background-color: #EFEFEF;
}

.widget_nav_menu li > a:after {
	font-family: 'fontello';
	content: '\e802';
	position: absolute;
	right: 15px;
}

.widget_nav_menu li:hover > a:after {
	right: 10px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.widget_nav_menu li:not(:last-child) {
	border-bottom: 1px dashed #CCC;
}

/* タグクラウド */


.widget_tag_cloud .tagcloud {
	padding: 10px 15px;
}

/* タイトル */


.single-title {
	border-bottom: 1px solid #CCC;
	font-size: 20px;
	padding-bottom: 10px;
}

/* カテゴリー名 */


.news-cat-tag {
	background-color: #CCC;
	padding: 2px 10px;
	margin-right: 3px;
}

/* 次の記事 */


.single-arrow-next {
	text-align: right;
}

/* アーカイブのページネーション */


.pagenation {
	text-align: center;
}

.page-numbers {
	background-color: #333;
	color: #FFF;
	padding: 5px 10px;
}

.page-numbers.current {
	background-color: #FFF;
	border: 1px solid #333;
	color: #333;
}

/* 最近のコメント */


.widget_recent_comments .recentcomments {
	padding: 10px 15px;
}

.widget_recent_comments .recentcomments a {
	text-decoration: underline;
}

.widget_recent_comments .recentcomments a:after {
	content: none;
}

.widget_recent_comments .recentcomments:hover > a {
	background: none;
}

/* oEmbedをレスポンシブ化 */
/*--------------------------------------------------*/



.wp-embedded-content {
	max-width: 100%;
}

/* mainvisual */
/*--------------------------------------------------*/



.mainvisual {
	width: 100%;
}

.mainvisual-slider ._mv {
	background-position: center;
}

.mv-slider-sp-img {
	width: 100%;
}
/* 1200～∞（xl）*/
@media (min-width: 1185px) {

.mainvisual-slider ._mv {
	background-size: cover;
}
}
/* 768～1199 */
@media (min-width: 992px) and (max-width: 1184px) {

.mainvisual-slider ._mv {
	background-size: auto 100%;
}
}
/* 768～∞（md）*/
@media (min-width: 992px) {

.mainvisual, .mainvisual-slider ._mv {
	height: 520px;
}

.mainvisual-slider ._mv01 {
	background-image: url(../images/main-frame/mvbg01.jpg);
}

.mainvisual-slider ._mv02 {
	background-image: url(../images/main-frame/mvbg01.jpg);
}

.mainvisual-slider ._mv03 {
	background-image: url(../images/main-frame/mvbg01.jpg);
}
}
/* 0～767 */
@media (max-width: 767px) {
}

/* header-nav */


/*
.header-nav {
	text-align: center;
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	z-index: 100;
}

body.logged-in .header-nav {
	top: 22px;
}

.header-nav-inner {
	display: inline-block;
	padding: 20px 10px 10px 10px;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.4);
}

.header-nav-table {
	display: table;
	width: 100%;
}

.header-nav-logo {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
}

.header-nav-main {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.header-nav-main-top {
	margin-bottom: 25px;
	margin-left: 35px;
}

.header-nav-main-top li {
	float: left;
	font-size: 12px;
	padding: 0 5px;
}

.hover-underline a {
	position: relative;
}

.hover-underline a::after {
	content: '';
	height: 1px;
	width: 0%;
	background-color: #777;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.hover-underline:hover a::after {
	width: 100%;
}

.header-nav-main-top ._hasicon-link a {
	display: block;
	background-image: url(../images/main-frame/icon-link.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

.header-nav-main-top ._hasicon-mail a {
	display: block;
	background-image: url(../images/main-frame/icon-mail.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}

.header-nav-main-middle {
}

.header-nav-main-middle > li {
	float: left;
	display: table;
}

.header-nav-main-middle {
}

.header-nav-main-middle > li {
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}

.header-nav-main-middle > li > a {
	display: table-cell;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 10px 0 36px;
	text-align: left;
	line-height: 1.3;
	height: 34px;
	vertical-align: middle;
	background-size: auto 30px;
}

.header-nav-main-middle ._hasicon-company a {
	color: #4D4D4D;
	background-image: url(../images/main-frame/icon-company.svg);
	padding-left: 40px;
}

.header-nav-main-middle ._hasicon-about a {
	color: #FF000A;
	background-image: url(../images/main-frame/icon-about.svg);
}

.header-nav-main-middle ._hasicon-spread a {
	color: #0071B6;
	background-image: url(../images/main-frame/icon-spread.svg);
}

.header-nav-main-middle ._hasicon-pressroom a {
	color: #CE145A;
	background-image: url(../images/main-frame/icon-pressroom.svg);
}

.header-nav-main-middle ._hasicon-recruit a {
	color: #86C03F;
	background-image: url(../images/main-frame/icon-recruit.svg);
}*/

/* header-sp */
/*--------------------------------------------------*/

.header-sp {
	background-color: #fff;
}
body.admin-bar .header-sp {
	top: 35px;
}

.header-sp-logo {
	float: left;
	width: 220px;
	padding: 20px 0 10px 15px;
	text-align:left;
}
.header-sp-logo img {
}
.header-sp-nav {
	float: right;
	width: 80px;
	padding: 15px 00px 10px 0;
}
.spnavi-opened .header-sp-nav {
	display: none;
}
.spnavi-opened .spnavimain .header-sp-nav {
	display: block;
}

@media (max-width: 991px) {
/*	.spnavi-opened .header-sp-logo {
	  padding-left: 30px;
	}*/
	.header-sp {
		height: 80px;
	}
	.spnavi-opened .spnavimain .header-sp {
		display: block;
	}
}
 @media (max-width: 400px) {
	.header-sp-logo {
		width: 180px;
	}
}

.spnavi-opened .header-sp-logo {
	float: left;
	width: 220px;
/*	padding: 10px 0 10px 20px;*/
	text-align:left;
}








/* recruit-header */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.header-content-wrapper {
	padding-top:80px;
}
*/
.header-content-wrapper {
	position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 200;
pointer-events: none;
}

#entry .header-content-wrapper {
/*	padding-bottom: 70px;*/
}
.header-content-wrapper {
	border: 8px solid #7AC143;
}
.spnavi-opened .header-content-wrapper {
	border: none;
}
/* 0～767 */
@media (max-width: 767px) {
#entry .header-content-wrapper {
		padding-bottom: 30px;
}
}


.recruit-header-wrapper {
	height:80px;

}


.recruit-header {
  border-bottom: 2px solid #7AC143;
  padding: 0 15px;
      text-align: center;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 100;
	background-color:#FFF;


}
.recruit-header-inner {
  position: relative;
  height: 80px;
  max-width: 1130px;
  margin: auto;

}
.recruit-header-logo {
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
}
.recruit-header-nav01 {
  display: table;
  position: absolute;
  left: 16%;
  top: 35px;
}
.recruit-header-nav01 li {
  display: table-cell;
  padding: 0 10px;
}
.recruit-header-nav02 {
  display: table;
  position: absolute;
  right: 0;
  top: 30px;
	top: 15px;
}
.recruit-header-nav02 li {
  display: table-cell;
  text-align: center;
  padding: 0 1.5px;
	width: 117px;
}
.recruit-header-nav02 li a {
  display: block;
  color: #FFF;
  padding: 7px 10px;
  line-height: 1.3;
  font-weight: bold;
	font-size: 10px;
}
.recruit-header-nav02 li:nth-of-type(1) a {
  background-color: #3FA1ED;
}
.recruit-header-nav02 li:nth-of-type(2) a {
  background-color: #7AC143;
}
.recruit-header-nav02 li:nth-of-type(3) a {
  background-color: #EF8B1E;
}
.recruit-header-nav02 li:nth-of-type(4) a {
  background-color: #ff8080;
}
.recruit-header-nav02 li:nth-of-type(5) a {
	background-color: #909090ff;
}
.recruit-header-nav02 li:nth-of-type(6) a {
	background-color: #8a2be2;
}

.recruit-header-nav02 li:nth-of-type(4){
	position: absolute;
  left: 0;
  top: 31px;
}
.recruit-header-nav02 li:nth-of-type(5){
	position: absolute;
  left: 118px;
  top: 31px;
}
.recruit-header-nav02 li:nth-of-type(6){
	position: absolute;
  left: 235px;
  top: 31px;
}








/* 0～991 */
@media (max-width: 991px) {
	.recruit-header {
    border-bottom: none;
	  padding: 0 0px;
  }






}
/* 0～1199 */
@media (max-width: 1199px) {
	.recruit-header-nav01 {
		font-size: 1.2vw;
	}
}












/* hamburger */
/*--------------------------------------------------*/



.spnavi-hamburger {
	margin-top: 10px;
	-webkit-transition: 440ms;
	transition: 440ms;
	text-align: center;
/*	width: 70px;*/
	margin-left: auto;
}

.spnavi-scrolled .spnavi-hamburger {
}

.spnavi-hamburger-text {
	font-size: 25px;
	line-height: 1;
	margin-top: 5px;
	-webkit-transition: color 440ms;
	transition: color 440ms;
	color: #DF0012;
}

/*
** Hamburgers
** @description Tasty CSS-animated hamburgers
** @author Jonathan Suh @jonsuh
** @site https://jonsuh.com/hamburgers
** @link https://github.com/jonsuh/hamburgers
*/


.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	-webkit-transition-property: opacity, filter, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.ua-nontouch .hamburger:hover {
	opacity: .7;
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 50px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	position: absolute;
	width: 65px;
	height: 10px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	background-color: #DF0012;
}

.hamburger-inner::before, .hamburger-inner::after {
	display: block;
	content: '';
}

.hamburger-inner::before {
	top: -23px;
}

.hamburger-inner::after {
	bottom: -23px;
}

/* Spin */


.hamburger-spin .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hamburger-spin .hamburger-inner::before {
	-webkit-transition: top .1s .34s ease-in, opacity .1s ease-in;
	transition: top .1s .34s ease-in, opacity .1s ease-in;
}

.hamburger-spin .hamburger-inner::after {
	-webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .34s ease-in, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
}

html.spnavi-opened .hamburger-spin .hamburger-inner {
	-webkit-transition-delay: .14s;
	transition-delay: .14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

html.spnavi-opened .hamburger-spin .hamburger-inner::before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s .14s ease-out;
	transition: top .1s ease-out, opacity .1s .14s ease-out;
	opacity: 0;
}

html.spnavi-opened .hamburger-spin .hamburger-inner::after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* 0～575 */



.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 50px;
	height: 7px;
}

.hamburger-inner::before {
	top: -15px;
}

.hamburger-inner::after {
	bottom: -15px;
}

.spnavi-hamburger {
	margin-top: 20px;
}

.hamburger-box {
	width: 50px;
	height: 40px;
}

.spnavi-hamburger-text {
	font-size: 20px;
	margin-top: -3px;
}

.header-sp-nav {
	/*padding-right: 15px;*/
}

.spnavi-hamburger {
	margin-top: 5%;
}

/*.spnavi-hamburger-text {
	font-size: 2.4vw;
}
*/
/* 0～400 */
@media (max-width:991px) {
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 40px;
		height: 7px;
	}
	.hamburger-inner::before {
		top: -13px;
	}
	.hamburger-inner::after {
		bottom: -13px;
	}
	.hamburger-box {
		width: 40px;
		height: 40px;
	}
	.spnavi-hamburger-text {
		font-size: 16px;
		margin-top: -3px;
	}
	.header-sp {
		height: 80px;
	}
	.header-sp-nav {
		padding:10px 15px;
	}
}

/* sp navigation opend */
/*--------------------------------------------------*/



.spnavimain {
	opacity: 0.0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;

}

.spnavi-opened .spnavimain {
	opacity: 1.0;
}
.spnavimain {
	background-color: rgba(255, 255, 255, 1.0);
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	padding-bottom: 10px;
	pointer-events: none;
	text-align:left;
}

/*body.admin-bar .spnavimain {
	top: 46px;
}*/

.spnavi-opened .spnavimain {
	z-index: 300;
	pointer-events: auto;
}

.spnavimain-body {
	overflow: auto;
	padding: 10px 15px 0;
	width: 100%;
	padding-bottom: 30px;
}

.spnavimain-inner {
	width: 100%;
}

.spnavimain-inner {
}

.spnavimain-inner ul._sub {
	display: none;
}

.spnavimain-inner ul._sub > li {
/*	padding: 10px 15px;*/
}

.spnavimain-inner ul._sub > li a {
	display: block;
	padding: 10px 15px;

}

.spnavimain-inner ._hasicon-arrow {
	background-image: url(../images/main-frame/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: auto 20px;
}

.spnavimain-inner p._hasicon-arrow {
	background-image: url(../images/main-frame/icon-arrow-white.svg);
}
.spnavimain-inner ._hasicon-arrow_w {
	background-image: url(../images/main-frame/icon-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: auto 20px;
}

.spnavimain-inner li ._parent {
	display: block;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 35px;
	cursor: pointer;
	text-align: left;
}

.spnavimain-inner ._hasicon-plus {
	position: relative;
}

.spnavimain-inner ._hasicon-plus::after {
	content: url(../images/main-frame/icon-plus.svg);
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
}

.spnavimain-inner ._hasicon-exlink {
	background-image: url(../images/main-frame/icon-exlink.svg);
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: 96% center;
}

.spnavimain-inner ._otherlink a {
    display: block;
    padding: 10px 15px;
}

.spnavimain-inner ._border {
	border-bottom: 1px dotted #777;
}

.spnavimain-inner ._padding {
	padding: 15px 0;
	text-align: left;
}

.spnavimain-inner ._hasicon-company ._parent {
	background-image: url(../images/main-frame/icon-company-2.svg);
	padding-left: 60px;
}

.spnavimain-inner ._hasicon-about ._parent {
	background-image: url(../images/main-frame/icon-about-2.svg);
	padding-left: 60px;
}

.spnavimain-inner ._hasicon-spread ._parent {
	background-image: url(../images/main-frame/icon-spread-2.svg);
	padding-left: 60px;
}

.spnavimain-inner ._hasicon-pressroom ._parent {
	background-image: url(../images/main-frame/icon-pressroom-2.svg);
	padding-left: 60px;
}

.spnavimain-inner ._hasicon-recruit ._parent {
	background-image: url(../images/main-frame/icon-recruit-2.svg);
	padding-left: 60px;
}

.spnavimain-inner ul._sub ._bg-color-link {
	padding: 0px;
	border-bottom: none;
}

.spnavimain-inner ._hasicon-recruit ul._sub ._bg-color-link p._hasicon-arrow ._parent {
	background-image: none;
}
.spnavimain-inner ._hasicon-recruit ul._sub ._bg-color-link ._hasicon-arrow_w ._parent {
	background-image: none;
}

.spnavimain-inner ._bg-gray {
	background-color: #4D4D4D;
	color: #FFF;
}

.spnavimain-inner ._bg-red {
	background-color: #FF000A;
	color: #FFF;
}

.spnavimain-inner ._bg-blue {
	background-color: #0071B6;
	color: #FFF;
}

.spnavimain-inner ._bg-green {
	background-color: #86C03F;
	color: #FFF;
}

.spnavimain-inner ._bg-lightblue {
	background-color: #3FA1ED;
	color: #FFF;
}
.spnavimain-inner ._bg-orange {
	background-color: #EF8B1E;
	color: #FFF;
}
.spnavimain-inner ._bg-wine {
	background-color: #CE145A;
	color: #FFF;
}

.spnavimain-inner ._color-gray {
	color: #4D4D4D;
}

.spnavimain-inner ._color-red {
	color: #FF000A;
}

.spnavimain-inner ._color-blue {
	color: #0071B6;
}

.spnavimain-inner ._color-green {
	color: #86C03F;
}

.spnavimain-inner ._color-wine {
	color: #CE145A;
}

.spnavimain-footer {
	margin-top: 20px;
}

.spnavimain-footer .spnavimain-footer-mail {
	width: 49%;
	float: left;
}

.spnavimain-footer .spnavimain-footer-tel {
	width: 49%;
	float: right;
}

.spnavimain-footer li {
	display: inline-block;
	background-color: #FF000A;
	color: #FFF;
	padding: 10px 10px;
}

.spnavimain-footer .spnavimain-footer-mail a {
	background-image: url(../images/main-frame/icon-mail-white.svg);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 50px;
	display: block;
}

.spnavimain-footer .spnavimain-footer-tel a {
	background-image: url(../images/main-frame/icon-tel-white.svg);
	background-size: auto 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0 10px 50px;
	display: block;
}
 @media (max-width: 575px) {

.spnavimain-footer .spnavimain-footer-mail a {
	padding: 0px 0 0px 50px;
}

.spnavimain-footer .spnavimain-footer-tel a {
	padding: 0px 0 0px 50px;
	background-position: 10px center;
}
}


/* 992～∞（lg）*/
@media (min-width: 992px) {
	.spnavimain {
		border: 8px solid transparent;
	}
}
.spnavimain-inner ._bg-lightblue a ,
.spnavimain-inner ._bg-green a ,
.spnavimain-inner ._bg-orange a {
  position: relative;
}



/* footer */
/*--------------------------------------------------*/

.footer-bottom li {
	display: inline-block;
	padding-right: 20px;
}
@media (min-width: 992px) {
	.footer-nav-list {
		display: table;
		width: 100%;
	}
	.footer-nav-list > li {
		display: table-cell;
		padding-left: 20px;
		margin-bottom: 10px;
	}
}
.footer-nav-list > li > span {
	font-weight: bold;
	font-size: 16px;
}
 @media (max-width: 991px) {
	.footer-nav-list {
		width: 100%;
	}
	.footer-nav-list > li {
		width: 33%;
		float: left;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.footer-nav-list > li {
		width: 50%;
		float: left;
		margin-bottom: 10px;
		padding: 2px;
	}
	footer .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer-bottom {
		padding-top: 10px;
	}
	.footer-bottom li {
		display: block;
		padding-right: 0px;
		text-align: left;
	}
}


/* footer */
/*--------------------------------------------------*/

.footer-mtop {
	background-image: url(../images/main-frame/footer-mtop-bg.png);
	background-repeat: no-repeat;
	background-position: 30% center;
	height: 290px;
}
.footer-mtop-inner {
	max-width: 1400px;
	margin: auto;
}
.footer-mtop-space {
	float: left;
	width: 50%;
}
.footer-mtop-space img {
	display: none;
}
.footer-mtop-space ._space {
}
.footer-mtop-main {
	float: left;
	width: 50%;
	padding-top: 50px;
}
.footer-mtop-left {
	float: left;
	width: 50%;
}
.footer-mtop-right {
	float: left;
	width: 50%;
}
.footer-mtop-text {
	font-size: 16px;
	line-height: 2.0;
}
.footer-mtop-link {}
.footer-mtop-right img {}
.footer-mbottom {
	background-color: #ABABAB;
	color: #FFF;
	padding-top: 30px;
}
.footer-mtop-link {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	color: #FF0000;
	font-size: 14px;
	border: 1px solid #FF0000;
	margin-top: 10px;
}
/* 0～1199 */
@media (max-width: 1399px) {
  .footer-mtop {
	  background-position: 0 center;
  }
	.footer-mtop-left {
		width: 65%;
	}
	.footer-mtop-right {
		width: 35%;
	}
}
/* 0～1199 */
@media (max-width: 1199px) {
	.footer-mtop-space {
		width: 50%;
	}
	.footer-mtop-main {
		width: 50%;
		padding-top: 30px;
	}
  .footer-mtop {
  	height: 200px;
  	background-size: auto 200px;
  }
  .footer-mtop-right img {
  	width: 50%;
  }
	.footer-mtop-text {
		font-size: 14px;
		line-height: 1.7;
	}
	.footer-mtop-link {
		padding: 2px 5px;
		font-size: 13px;
	}
}
/* 0～991 */
@media (max-width: 991px) {
	.footer-mtop {
		height: inherit;
	}
	.footer-mtop-main {
		background-color: #EAE2D7;
		padding-bottom: 30px;
	}
	.footer-mtop-space,
	.footer-mtop-main,
	.footer-mtop-left,
	.footer-mtop-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer-mtop-space img {
		display: block;
		width: 100%;
	}
	.footer-mtop-space ._space {
		display: none;
	}
	.footer-mtop {
		background-image: none;
	}
  .footer-mtop-right img {
    max-width: 230px;
  }
  .footer-mtop-text {
  	display: inline-block;
  }
  .footer-mtop-link-wrapper {
  	margin-bottom: 15px;
  }
	.footer-mtop-link {
		padding: 2px 10px;
		font-size: 14px;
	}
}



.copyright {
	text-align: center;
	padding-bottom: 15px;
	font-size: 12px;
	margin-top: 15px;
}
.footer_img1 {
	width: 90px;
	height: 90px;
	margin: 0 20px;
}
.footer_img2 {
	width: 149px;
	height: 90px;
	margin: 0 20px;
}

.footer-bottom li {
	display: inline-block;
	padding-right: 20px;
}
@media (min-width: 992px) {
	.footer-nav-list {
		display: table;
		width: 100%;
	}
	.footer-nav-list > li {
		display: table-cell;
		padding-left: 20px;
		margin-bottom: 10px;
	}
}
.footer-nav-list > li > span {
	font-weight: bold;
	font-size: 16px;
}
 @media (max-width: 991px) {
	.footer-nav-list {
		width: 100%;
	}

	.footer-nav-list > li {
		width: 33%;
		float: left;
		margin-bottom: 10px;
	}
}
 @media (max-width: 767px) {
	.footer-nav-list > li {
		width: 50%;
		float: left;
		margin-bottom: 10px;
		padding: 2px;
	}
	footer .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer-bottom {
		/*	text-align:center;*/
		padding-top: 10px;
	}
	.footer-bottom ul {
	/*	display:inline-block;*/
	}
	.footer-bottom li {
		display: block;
		padding-right: 0px;
		text-align: left;
	}
}




/*枠色変更----------------------------*/

#student .header-content-wrapper {
	border: 8px solid #3FA1ED;
}


#student .recruit-header {
    border-bottom: 2px solid #3FA1ED;
}



#parttime .header-content-wrapper {
	border: 8px solid #EF8B1E;
}


#parttime .recruit-header {
    border-bottom: 2px solid #EF8B1E;
}





#type-student .header-content-wrapper {
	border: 8px solid #3FA1ED;
}


#type-student .recruit-header {
    border-bottom: 2px solid #3FA1ED;
}


#entry-student .header-content-wrapper {
	border: 8px solid #3FA1ED;
}


#entry-student .recruit-header {
    border-bottom: 2px solid #3FA1ED;
}

.post-type-archive-careerlist#type-parttime .header-content-wrapper {
	border: 8px solid #7AC143;
}
.post-type-archive-careerlist#type-student .recruit-header {
    border-bottom: 2px solid #7AC143;
}





#type-parttime .header-content-wrapper {
	border: 8px solid #EF8B1E;
}


#type-parttime .recruit-header {
    border-bottom: 2px solid #EF8B1E;
}


#entry-parttime .header-content-wrapper {
	border: 8px solid #EF8B1E;
}


#entry-parttime .recruit-header {
    border-bottom: 2px solid #EF8B1E;
}

#entry-parttimer .header-content-wrapper {
	border: 8px solid #ff8080;
}


#entry-parttimer .recruit-header {
    border-bottom: 2px solid #ff8080;
}


.post-type-archive-careerlist#type-parttime .header-content-wrapper {
	border: 8px solid #EF8B1E;
}
.post-type-archive-careerlist#type-parttime .recruit-header {
    border-bottom: 2px solid #EF8B1E;
}
