/*------------------------------------------------

   slider

------------------------------------------------*/
.main_in .bx-wrapper {
	max-width: 100% !important;
}
#bxslider {
	z-index: 0;
}

.slider {
	clear: both;
	padding: 0px;
	position: relative;
	/* [disabled]overflow: hidden; */
	/* [disabled]margin-bottom: 170px; */
}
.slider_in {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}
.box_slider {
	position: relative;
}

.img_01,
.img_02,
.img_03,
.img_04 {
	height: 490px;
	text-align: center;
	background: #f2f2f2;
}

.img_01 {
	background: url(../../img/index/main.jpg) no-repeat 50% 30% / cover;
}
.img_02 {
	background: url(../../img/index/main_02.jpg) no-repeat 50% 60% / cover;
}
.img_03 {
	background: url(../../img/index/main_03.jpg) no-repeat 50% 50% / cover;
}

.caption {
	font-family: Roboto, 'Noto Sans Japanese', serif;
	position: absolute;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 250px;
	font-weight: 700;
	font-style: italic;
	left: 0%;
	top: 290px;
	line-height: 6.5rem;
	width:100%;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.caption p {
    padding-top: 30px;
	font-size: 28px;
	letter-spacing: 2px;
}

/*------------------------------------------------
   .emg-box
------------------------------------------------*/

.emg-box {
  position: absolute;
  top: 30px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 600px;
  z-index: 9;
}

.emg-box .title {
  background: #ce1220;
  color: #fff;
  font-size: 26px;
	font-weight: 700;
  padding: 30px 20px;
}

.emg-box .text {
  font-size: 18px;
  padding: 20px;
}

.emg-cate {
  margin-top: auto;
}

.emg-cate li {
  border-bottom: 1px solid #ddd;
}

.emg-cate li:first-child {
  border-top: 1px solid #ddd;
}
.emg-cate li:last-child {
  border-bottom: none;
}

.emg-cate li a {
  display: block;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
}

.emg-cate li a:before {
  position: absolute;
  top: calc(50% - 8px / 2);
  right: 20px;
  bottom: auto;
  left: auto;
  content: "";
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.emg-cate li a:hover {
  background: #0C3B87;
  color: #fff;
}

.emg-cate li a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


/*------------------------------------------------
   box_sche
------------------------------------------------*/
.box_relative {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.box_sche {
	width: 1100px;
	position: relative;
	margin: 0 auto;
	font-family: "Noto Sans Japanese";
}
.box_sche_in {
	top: 30px;
	z-index: 9;
	position: absolute;
	padding: 35px;
	width: calc(350px - 70px);
	height: calc(420px - 70px);
	line-height: 21px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.9);
	margin-left: 30px;
}
.box_sche_in .ttl {
	font-size: 16px;
	background: #5678b7;
	border-bottom: 5px solid #466093;
	color: #fff;
	text-align: center;
	line-height: 55px;
	letter-spacing: 2px;
}
.box_sche_in h2 {
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 7px;
	margin-bottom: 15px;
	font-size: 18px;
	display: block;
}
.box_sche h2 p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.box_sche h2 small {
	font-size: 16px;
}
.box_sche_in .week {
	font-size: 12px;
	width: 75px;
	background: #0a3a87;
	color: #fff;
	text-align: center;
}
.box_sche_in .time {
	padding: 15px 0px 10px;
}
.box_sche_in .time ul {
	display: flex;
	margin-bottom: 10px;
}
.box_sche_in .time ul li:first-child {
	font-family: 'Lato';
	font-style: italic;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.8px;
	color: #0a3a87;
	text-align: right;
	width: 151px;
	margin-right: 15px;
}
.box_sche_in .time ul li.start {
	font-size: 12px;
	display: flex;
	width: calc(100% - 168px);
}
.box_sche_in .time ul li.start div {
	margin-right: 12px;
}
.box_sche_in .time ul li.start em {
	font-family: 'Lato';
	font-style: italic;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #0a3a87;
	text-align: right;
	flex-grow: 2;
}
.box_sche_in .holi {
	color: #fff;
	background: #ce1220;
	text-align: center;
	font-size: 13px;
	margin-bottom: 12px;
	padding: 4px;
}
.box_sche_in .read {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}
.box_sche_in .sche_btn {
	position: absolute;
	right: 35px;
	top: 36px;
}
.box_sche_in .sche_btn li {
	font-size: 12px;
    width: 112px;
    text-align: center;
}
.box_sche_in .sche_btn li:first-child a {
	display: block;
    background: #ddd;
	color: #000;
	margin-bottom: 10px;
}
.box_sche_in .sche_btn li:first-child a:hover {
	background: #ccc;
}
.box_sche_in .sche_btn li:last-child a {
	display: block;
    background: #ce1220;
    color: #fff;
}
.box_sche_in .sche_btn li:last-child a:hover {
    background: #d62e39;
}
.box_sche_in .sche_btn a {
	position: relative;
}
.box_sche_in .sche_btn .badge {
	position: absolute;
	display: block;
	min-width: 12px;
	padding: 0px 4px 0px 3px;
	letter-spacing: -0.5px;
	border-radius: 100px;
	font-weight: 700;
	right: -10px;
	top: -7px;
	border: 2px solid #fff;
	color: #271c17;
    background: #FFC107;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	/*color: #fff;
	background: #df101e;*/
}

.box_sche_in .btn {
	overflow: hidden;
}
.box_sche_in .btn ul {
	overflow: hidden;
}
.box_sche_in .btn ul li {
	font-size: 12px;
}
.box_sche_in .btn ul li a {
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	padding: 5px 0px;
	background: #0a3a87;
}
.box_sche_in .btn ul li a:hover {
	background: #aaa;
}
.box_sche_in .btn ul li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 4px;
	bottom: 4px;
	border-width: 4px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	z-index: 1;
}
.box_sche_in .bnr {
	text-align: center;
}
.box_sche_in .ttl {
	background: url(../../img/common/parts/line_02.png) no-repeat 28% bottom;
	color: #333;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 auto 3px;
	width: 200px;
}
.box_nav {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	width: 100%;
}
.box_nav .inner {
	padding-bottom: 0px;
}
.box_nav ul {
	display: flex;
	width: 100%;
}
.box_nav ul li:first-child {
	border-left: 1px solid #ddd;
}
.box_nav ul li {
	width: calc(100%);
	border-right: 1px solid #ddd;
}
.box_nav ul li a {
	display: block;
	position: relative;
	height: 219px;
}
.box_nav ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    bottom: 4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #0a3a87 #0a3a87 transparent;
    z-index: 1;
}
.box_nav ul li a .ttl {
	font-family: "Noto Sans Japanese";
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.1rem;
	padding-top: 135px;
}
.box_nav ul li a {
	text-decoration: none !important;
}
.box_nav ul li a span {
	font-size: 0.9rem;
	display: block;
	text-align: center;
	font-family: Lato;
	font-style: italic;
	font-weight: 600;
	color: #0a3a87;
	letter-spacing: 1px;
}
.box_nav ul li a:hover {
	text-decoration: none !important;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.box_nav ul li:nth-child(1) a {
	background: url(../../img/common/icon/nav_01.svg) no-repeat 50% 40px / 80px;
}
.box_nav ul li:nth-child(2) a {
	background: url(../../img/common/icon/nav_02.svg) no-repeat 50% 40px / 70px;
}
.box_nav ul li:nth-child(3) a {
	background: url(../../img/common/icon/nav_03.svg) no-repeat 50% 40px / 64px;
}
.box_nav ul li:nth-child(4) a {
	background: url(../../img/common/icon/nav_04.svg) no-repeat 50% 40px / 80px;
}
.box_nav ul li:nth-child(5) a {
	background: url(../../img/common/icon/nav_05.svg) no-repeat 50% 40px / 55px;
}



/*------------------------------------------------

   .content

------------------------------------------------*/
.content .inner {
	display: flex;
	padding-bottom: 70px;
}
.content .inner .cleft {
	width: 50%
}
.content .inner .cright {
	width: calc(50% - 30px);
	padding-left: 30px;
	padding-top: 50px;
}
.content .inner h2 {
	font-size: 21px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	font-family: "Noto Sans Japanese";
	position: relative;
	width: 100%;
}
.content .inner  h2 span {
	padding-left: 20px;
	font-size: 15px;
	font-family: Lato;
	font-style: italic;
	font-weight: 600;
	color: #0a3a87;
	letter-spacing: 1px;
}

/*------------------------------------------------

   .box_info

------------------------------------------------*/

.box_info {
	overflow:auto;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
}
.box_info h2 {
	margin-bottom: 10px;
}
.box_info h2 .archive {
	position: absolute;
	right: 0px;
	top: 10px;
}
.box_info h2 .archive a {
	background: #0a3a87;
	color: #fff;
	font-size: 12px;
	display: block;
	line-height: 27px;
	width: 120px;
	text-align: center;
}
.box_info li .cate_01,
.box_info li .cate_02,
.box_info li .cate_03,
.box_info li .cate_04,
.box_info li .cate_05,
.box_info li .cate_06 {
	color: #fff;
	width: 115px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin-right: 25px;
	float: left;
	margin-top: 5px;
}
.cate_01 {
	background: #0a3a87;
}
.cate_02 {
	background: #F0527E;
}
.cate_03 {
	background: #F79500;
}
.cate_04 {
	background: #3FAE48;
}
.cate_05 {
	background: #CE1220;
}
.cate_06 {
	background: #F79500;
}

.box_info ul {
	height:460px;
}
.box_info li:first-child {
	border-top: none;
}
.box_info li:last-child {
	border-bottom: none;
}
.box_info li {
	border-bottom: 1px solid #ddd;
}
.box_info li a,
.box_info li span {
	display: block;
	padding: 16px 10px;
	background-size: 5px;
	overflow: hidden;
	line-height: 21px;
	color: #000;
}
.box_info li span {
    overflow: hidden;
}
.box_info li a:hover {
}
.box_info li .date {
	font-family: Lato;
	font-style: italic;
	font-weight: 600;
	float: left;
	width: 90px;
	margin-right: 20px;
	letter-spacing: 1px;
}
.box_info li .txt {
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 0px;
	clear: both;
	width: calc(100%);
}

.tab-btn{
	-webkit-transition: all 0.3s ease 0s !important;
	transition: all 0.3s ease 0s !important;
	background: #eee;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 0px;
	width:136px;
	margin-right: 2px;
}
.tab-btn:nth-child(4){
	margin-right: 0;
}
.tab-btn.is-active{
	transition: all 0.3s ease 0s !important;
	background: #0a3a87;
	color: #fff;
}
.tab-btn:hover{
	transition: all 0.3s ease 0s !important;
	background: #0a3a87;
	color: #fff;
}
button.tab-btn:focus {
		outline:0;
}
.tab-box {
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 3px solid#0a3a87;
	margin-bottom: 10px;
}
.box_info h2.del_line{
	border-bottom: none;
}
/*------------------------------------------------

   .box_cont_bnr / .box_cont_sbnr / .box_cont_ebnr

------------------------------------------------*/

.box_cont_sbnr {
	margin-top: 42px;
}
.box_cont_bnr ul li {
	margin-bottom: 30px
}
.box_cont_sbnr p {
	margin: 20px 0;
}
.box_cont_sbnr ul {
	display: flex;
	justify-content: space-between;
}

.box_cont_sbnr ul li {
	width: calc((100% - 20px) / 2);
	height: 200px;
}

.box_cont_sbnr ul li:nth-child(1) {
	background: url(../../img/index/box_cont_sbnr_01.jpg) no-repeat center;
}

.box_cont_sbnr ul li:nth-child(2) {
	background: url(../../img/index/box_cont_sbnr_02.jpg) no-repeat center;
}

.box_cont_sbnr ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	color: #04337b;
	font-size: 21px;
	font-weight: 600;
	font-family: "Noto Sans Japanese";
	line-height: 100%;
	text-decoration: none!important;
}

.box_cont_sbnr ul li:nth-child(2) a {
	color: #fff;
	background: rgba(255,147,31,0.6);
}

.box_cont_sbnr ul li:nth-child(1) a:hover {
	color: #fff;
	background: rgba(10,58,135,0.8);
}

.box_cont_sbnr ul li:nth-child(2) a:hover {
	background: rgba(0,0,0,0.2);
}

.box_cont_sbnr ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    bottom: 4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
	z-index: 1;
	transition: all 0.3s ease 0s !important;
}

.box_cont_sbnr ul li:nth-child(1) a:after {
	border-color: transparent #04337b #04337b transparent;
}

.box_cont_sbnr ul li:nth-child(1) a:hover:after {
	border-color: transparent #fff #fff transparent;
	transition: all 0.3s ease 0s !important;
}

.box_cont_sbnr ul li a span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
	transition: all 0.3s ease 0s !important;
}

.box_cont_sbnr ul li:nth-child(1) a span {
	color: #000;
}
.box_cont_sbnr ul li:nth-child(1) a:hover span {
	color: #fff;
	transition: all 0.3s ease 0s !important;
}

.box_cont_ebnr {
	margin-top: 20px;
}


/*------------------------------------------------

   .box_btn_center

------------------------------------------------*/
/* #region ".box_btn_center" */
.box_btn_center ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box_btn_center ul li {
	width: calc((100% - 20px) / 2);
	margin-bottom: 20px;
}
.box_btn_center ul li {
	height: 90px;
}
.box_btn_center ul li span {
	top: 5px;
	display: block;
	position: absolute;
	right: -34px;
	width: 120px;
	height: 28px;
	font-family: Lato;
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	background: #D43A49;
	color: #fff;
	transform: rotate(35deg);
	z-index: 1;
}

.box_btn_center ul li:nth-child(1) {
	background: url(../../img/index/btn_center_01.jpg) no-repeat 0 0 / cover;
}
.box_btn_center ul li:nth-child(2) {
	background: url(../../img/index/btn_center_02.jpg) no-repeat 0 50% / cover;
}
.box_btn_center ul li:nth-child(3) {
	background: url(../../img/index/btn_center_03.jpg) no-repeat 0 50% / cover;
}
.box_btn_center ul li:nth-child(4) {
	background: url(../../img/index/btn_center_06.jpg) no-repeat 0 0 / cover;
	overflow: hidden;
}
.box_btn_center ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 0 0 10px #3c5379;
	background: rgba(0,0,0,0.3);
	font-size: 16px;
	font-family: "Noto Sans Japanese";
	line-height: 100%;
}
.box_btn_center ul li a:hover {
	text-decoration: none;
	background: rgba(10,58,135,0.8);
}
.box_btn_center ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    bottom: 4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    z-index: 1;
}
/* #endregion */

/*------------------------------------------------

   .box_bnr

------------------------------------------------*/
/* #region ".box_bnr" */
.box_bnr a {
	display: block;
}
.box_bnr a:first-child {
	margin-bottom: 10px;
}
/* #endregion */

/*------------------------------------------------

   .box_recruit

------------------------------------------------*/
/* #region ".box_recruit" */
.box_recruit {
	padding: 100px 0px;
	background: url(../../img/index/bg_rec.jpg) no-repeat 0 0 / cover;
	background-attachment: fixed;
}
.box_recruit .inner {
	padding-bottom: 0px;
}
.box_recruit h1 {
	font-size: 36px;
	margin-bottom: 95px;
	text-align: center;
	color: #0a3a87;
}
.box_recruit ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.box_recruit ul li {
	width: 300px;
	height: 120px;
	margin-bottom: 30px;
	box-shadow: 0 0 15px #ddd;
}
.box_recruit ul li:nth-child(1) {
	background: url(../../img/index/rec_bnr_01.jpg) no-repeat 0 0 / cover;
}
.box_recruit ul li:nth-child(2) {
	background: url(../../img/index/rec_bnr_02.jpg) no-repeat 0 100% / cover;
	margin: 0 30px;
}
.box_recruit ul li:nth-child(3) {
	background: url(../../img/index/rec_bnr_03.jpg) no-repeat 0 50% / cover;
}
.box_recruit ul li:nth-child(4) {
	background: url(../../img/index/rec_bnr_04.jpg) no-repeat 0 25% / cover;
}
.box_recruit ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(10, 58, 135,0.8);
	font-size: 18px;
	font-family: "Noto Sans Japanese";
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 100%;
	position: relative;
}
.box_recruit ul li:nth-child(3) a {
	color: #fff;
	background: rgb(255, 114, 152,0.8);
}
.box_recruit ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    bottom: 4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    z-index: 1;
	transition: linear 0.3s;
}
.box_recruit ul li:nth-child(3) a:after {
    border-color: transparent #fff #fff transparent;
}
.box_recruit ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.3);
}
.box_recruit ul li:nth-child(3) a:hover {
    border-color: transparent #f74877 #f74877 transparent;
}
.box_recruit ul li a:hover:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    bottom: 4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
	z-index: 1;
	transition: linear 0.3s;
}
.box_recruit ul li:last-child {
	width: 960px;
}
/* #endregion */

/*------------------------------------------------

   .box_sbnr

------------------------------------------------*/

.box_sbnr {
	padding: 30px 0px;
}
.box_sbnr .inner {
	padding-bottom: 30px;
}
.box_sbnr .inner_img {
	padding-bottom: 0px;
	margin: 0 auto;
	width: 1100px;
}
.box_sbnr .inner_img ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box_sbnr .inner_img ul:after {
	content: "";
	display: block;
	width: 320px;
	height: 0px;
}
.box_sbnr .inner_img ul li {
	border: 1px solid #ccc;
	height: 100px;
}
.box_sbnr .inner_img ul li:first-child {
	margin-bottom: 20px;
}
.box_sbnr .inner_img ul li a {
	display: block;
}
.box_sbnr .inner_img ul li a img {
	vertical-align: bottom;
}

.box_sbnr .inner ul {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.box_sbnr .inner ul li {
	width: 200px;
	height: 58px;
}
.box_sbnr .inner ul li a {
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	background: rgba(255,255,255,0.7);
	font-size: 15px;
	font-family: "Noto Sans Japanese";
	font-weight: 600;
	line-height: 100%;
	position: relative;
}
.box_sbnr .inner ul li a:hover {
	color: #0a3a87;
	text-decoration: none;
	border: 1px solid #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.box_sbnr .inner ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 4px;
    bottom: 4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #0a3a87 #0a3a87 transparent;
    z-index: 1;
		transition: linear 0.3s;
}


@media screen and (max-width: 480px) {
.img_01 img, .img_02 img, .img_03 img, .img_04 img, .img_05 img {
    width: 125% !important;
}
.img_01, .img_02, .img_03, .img_04, .img_05 {
    background-size: cover !important;
    height: auto !important;
}
.main_in .bx-wrapper {
	display: none;
}
.caption {
	top: 35%;
	font-size: 100px;
	line-height: 7vw;
}
.caption p {
	font-size: 16px;
}
.box_sche {
	width: 100%;
}
.box_sche_in {
	top: 0;
	position: relative;
	margin: 0 auto;
	width: calc(100% - 70px);
	height: calc(100% - 70px);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.box_nav ul {
	flex-wrap: wrap;
}
.box_nav ul li:nth-child(-n+2) {
	width: calc(100% / 2 - 1px);
	border-bottom: 1px solid #ddd;
}
.box_nav ul li:nth-child(2) {
	border-right: none;
}
.box_nav ul li:nth-child(n+3) {
	width: calc((100% - 2px) / 3);
}
.box_nav ul li:last-child {
	border-right: 0px;
}
.box_nav ul li:nth-child(3) a {
	background-size: 55px;
}
.box_nav ul li:nth-child(4) a {
	background-size: 70px;
}
.box_nav ul li:nth-child(5) a {
	background-size: 50px;
}
.slider {
	display: flex;
	flex-direction: column-reverse;
}
.box_info {
	width: 96%;
	margin: 0 auto 30px;
}
.box_info h2 .archive {
	top: 0px;
}
.box_info h2 .archive a {
	width: 100px;
}
.box_info li a, .box_info li span {
	padding: 12px 10px;
}
.tab-btn{
	width: calc((100% - 4px) / 3);
	margin-bottom: 2px;
	margin-right: 0;
}
.tab-btn:first-child{
	width: 100%;
}
.tab-box{
	flex-wrap: wrap;
	justify-content: space-between;
}
.mCSB_inside > .mCSB_container {
	margin-right: 20px;
}
.content .inner {
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.content .inner h2 {
	font-size: 18px;
}
.content .inner .cleft {
	width: 100%;
}
.box_cont_bnr ul li {
	margin-bottom: 20px;
}


.box_cont_sbnr ul {
	flex-wrap: wrap;
}

.box_cont_sbnr ul li {
	width: 100%;
	height: 120px;
	margin: 0 auto 20px;
}

.box_cont_sbnr ul li:nth-child(1) {
	background-size: cover;
}

.box_cont_sbnr ul li:nth-child(2) {
	background-size: cover;
}

.box_cont_sbnr ul li a {
	font-size: 18px;
}

.box_cont_sbnr ul li a span {
	width: 100%;
	text-align: center;
}

.box_cont_ebnr {
	margin-top: 0px;
}


.box_recruit h1 {
	font-size: 26px;
	padding-top: 30px;
	margin-bottom: 50px;
}
.box_recruit ul li {
	width: 80% !important;
	margin-bottom: 30px !important;
}
.box_sbnr {
	padding: 30px !important;
}
.box_sbnr ul li {
	width: calc(96% / 2);
	margin-bottom: 4%;
}
.box_sbnr ul li:nth-child(2n+0) {
	margin-right: 0px;
}
.box_sbnr ul li:last-child {
	margin-bottom: 0px;
}
.box_sbnr .inner_img {
	width: 100%;
}
.box_sbnr .inner_img ul li {
	width: 100%;
	height: auto;
}

.box_btn_center ul li a {
	font-size: 13px;
}

.content .inner .cright {
	width: 100%;
	padding-top: 20px;
	padding-left: 0px;
}


.emg-box {
	top: auto;
	position: relative;
	width: 100%;
	height: auto;
}
.emg-box .title {
	font-size: 21px;
	padding: 20px;
	height: auto !important;
}

}