@charset "UTF-8";
/* HOME
----------------------------------------------------------*/

/*** jquery.bxslider.js ***/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: none;
}
.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper img {
  margin: 0 auto;
}
.bx-wrapper .bx-pager {
  bottom: 20px;
  z-index: 8888;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #d5d5d5;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #797979;
}
.bx-wrapper .bx-controls-direction a {
  width: 16px;
  height: 27px;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/common/images/home/icon_slider_01_prev.png) no-repeat;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/common/images/home/icon_slider_01_next.png) no-repeat;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  opacity: 0.7;
}

.slider-wrap {
  position: relative;
  z-index: 1;
}

/*** sldw-news ***/
.sldw-news-wrap {
  background: #fff;
  background: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 60px;
  left: 30px;
  z-index: 7777;
  box-sizing: border-box;
  padding: 25px;
  width: 560px;
  height: auto;
}
.sldw-news {
  overflow: hidden;
  height: 100%;
}
.sldw-news li {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 11px 0 0 0;
}
.sldw-news li:first-child {
  margin: 0;
}
.tpcnw-label {
  display: table-cell;
  width: 105px;
}
.tplabel-cont {
  display: inline-block;
  color: #fff;
  background: #666;
  box-sizing: border-box;
  padding: 4px 1.7em 2px 1.7em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 85%;
  letter-spacing: 0.1em;
}
.tplabel-cont-01,
.tplabel-cont-store {
  background: #6dc5c7;
}
.tplabel-cont-02,
.tplabel-cont-article {
  background: #d8b572;
}
.tplabel-cont-03,
.tplabel-cont-recruit {
  background: #e4836d;
}
.tplabel-cont-04,
.tplabel-cont-company {
  background: #72a0c7;
}
.tpcnw-cont {
  display: table-cell;
}
.tpcnw-date {
  color: #606060;
  font-size: 85%;
  margin: 0 0 2px 0;
}

.cmn-link-btn {
  text-align: center;
}
.cmn-link-btn a {
  /* display: block; */
}

/*** main ***/
.main {
  margin-bottom: 90px;
}
.main-shbd {
  background: #fdf6eb;
  box-sizing: border-box;
  padding: 40px 0 30px 0;
}
.main-shbd-wrap {
  text-align: center;
}
.msb-menu-01 {
  width: 100%;
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  margin: 0;
}
.msb-menu-01 li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  width: 273px;
  margin: 0 21px 2em 21px;
}
.msbm01-img {
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
.msbm01-img a {
  display: block;
}
.msbm01-txt {
  margin: 12px 0;
  font-size: 114%;
}
.msb-menu-02 {
  width: 948px;
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  margin: 0 auto;
  text-align: left;
}
.msb-menu-02 li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  width: 273px;
  margin: 0 21px 2em 21px;
}
.msbm02-img {
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
.msbm-link-btn {
  margin: 20px 0;
}

.mtp-wrap {
  box-sizing: border-box;
  padding: 80px 0;
  overflow: hidden;
}
.mtp-menu {
  width: 1124px;
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  margin: 0;
}
.mtp-menu li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  width: 252px;
  margin: 0 24px 2em 0;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  position: relative;
  z-index: 1;
}
.mtpm-label {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 7px;
  background: #666;
  padding: 2px 1.5em 1px 1.7em;
  font-size: 85%;
  color: #fff;
  letter-spacing: 0.3em;
}

.mtpm-label-01,
.mtpm-label-store {
  background: #6dc5c7;
}
.mtpm-label-02,
.mtpm-label-company {
  background: #72a0c7;
}
.mtpm-label-03,
.mtpm-label-article {
  background: #d8b573;
}
.mtpm-label-04,
.mtpm-label-recruit {
  background: #e4846d;
}

.mtpm-txt {
  line-height: 1.7;
}
.mtpm-date {
  color: #606060;
  margin: 0 0 3px 0;
  font-size: 85%;
  line-height: 1.5;
}



.mtpm-img a {
  display: block;
  text-align: center;
}
.mtpm-txt {
  box-sizing: border-box;
  padding: 10px;
}
.mtp-link-btn {
  width: 344px;
  margin: 20px auto;
}

.main-info-01 {
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
}
.mif01-wrap {
  background: url(/common/images/home/mif01_img.png) no-repeat center center;
  background-size: cover;
  height: 342px;
}
.mif01w-box {
  width: 470px;
  float: right;
  box-sizing: border-box;
  padding: 40px 10px 10px 10px;
}
.mif01w-link-btn {
  text-align: left;
}
.main-info-02 {
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
}
.mif02-wrap {
  background: url(/common/images/home/mif02_img.png) no-repeat center center;
  background-size: cover;
  height: 302px;
}
.mif02w-box {
  width: 540px;
  float: left;
  box-sizing: border-box;
  padding: 70px 10px 10px 90px;
}
.mif02w-link-btn {
  text-align: left;
}

.mif01w-ttl,
.mif02w-ttl {
  margin: 0 0 20px 0;
}
.mif01w-ttl {
  width: 274px;
}
.mif02w-ttl {
  width: 520px;
}
.mif01w-txt,
.mif02w-txt {
  font-size: 128%;
  margin: 0 0 30px 0;
}
.mif02w-txt {
  margin: 0 0 30px 0;
}


.main-banner {
  background: #f9f7f4;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.main-banner .bx-wrapper .bx-prev {
  left: -84px;
}
.main-banner .bx-wrapper .bx-next {
  right: -84px;
}
.js-carousel li {
  width: 193px;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
}


.job-btn-wrap{
  margin: 60px auto;
    width: 656px;
}
.job-btn-wrap a:hover{
	text-decoration: none;
}
.job-btn-wrap .job-btn{
	width:  440px;
	text-align:  center;
	border: solid 1px #e9e9e9;
	padding-top: 24px;
	/*margin:  0 auto;*/
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.job-btn-wrap .job-btn {
    margin: 0;
    float: left;
}

.job-btn-wrap .job-btn .job-logo{
  margin-bottom: 14px;
  padding: 0 20px;
}

.job-btn-wrap .job-btn .txt{
  background-color: #e9e9e9;
  font-size: 114%;
  padding: 14px 10px 12px;
}
.job-btn-wrap .mynavi {
    float: left;
    margin-right: 42px;
}



/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  /*** jquery.bxslider.js ***/
  .slider-wrap .bx-wrapper {
    margin-bottom: 35px;
  }
  .slider-wrap .bx-wrapper .bx-pager {
    bottom: -30px;
    padding: 0;
  }
  .slider-wrap .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 3px 3px #ddd;
    -webkit-box-shadow: 0 3px 3px #ddd;
    box-shadow: 0 3px 3px #ddd;
  }
  .slider-wrap {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
    margin-top: 3px;
  }

  .cmn-link-btn {
    width: 235px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .sldw-news-wrap {
    position: static;
    padding: 0 3% 10px 3%;
    width: auto;
    height: auto;
  }
  .sldw-news {
    overflow: visible;
    height: auto;
  }
  .sldw-news li {
    display: block;
    border-top: 1px solid #ebebeb;
    width: auto;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    margin: 0;
  }
  .sldw-news li:first-child {
    border: none;
    padding-top: 10px;
  }

  .top-cont {
    box-sizing: border-box;
    -moz-box-shadow: 0 3px 3px #ddd;
    -webkit-box-shadow: 0 3px 3px #ddd;
    box-shadow: 0 3px 3px #ddd;
    position: relative;
    z-index: 2;
  }

  .tpcnw-label {
    display: inline-block;
    width: auto;
    margin: 0 1em 0 0;
  }
  .tpcnw-cont {
    display: block;
    width: auto;
    margin: 0.25em 0 0 0;
    position: relative;
    z-index: 1;
  }
  .tpcnw-cont:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 3px;
    width: 12px;
    height: 15px;
    background: url(/common/images/home/icon_sldw_news.png) no-repeat center center;
    background-size: contain;
  }
  .tplabel-cont {
    font-size: 65%;
  }
  .tpcnw-date {
    display: inline-block;
    color: #666;
    font-size: 76%;
  }
  .tpcnw-txt {
    box-sizing: border-box;
    padding: 0 2em 0 0;
    font-size: 85%;
  }

  .main {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-shbd {
    background: #f4f4f4;
  }
  .msb-menu-01 {
    width: 94%;
    margin: 0 auto;
  }
  .msb-menu-01 li {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-shadow: 0px 3px 6px 0px #ccc;
    -webkit-box-shadow: 0px 3px 6px 0px #ccc;
    box-shadow: 0px 3px 6px 0px #ccc;
    margin: 0 0 30px 0;
  }
  .msbm01-img {
    border: none;
  }
  .msbm01-img img {
    width: 100%;
  }
  .msbm01-imgtxt {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 95%;
    padding: 1.2em 0;
  }
  .msbm01-imgtxt a {
    display: block;
  }
  .msbm01it-img {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center;
  }
  .msbm01it-txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 3% 0 0;
  }


  .mtp-menu {
    width: auto;
  }
  .main-info-01,
  .main-info-02 {
    padding: 0;
  }
  .mif01-wrap {
    background: url(/common/images/home/mif01_img_sp.png) no-repeat center center;
    background-size: cover;
    height: auto;
  }
  .mif01w-box {
    float: none;
    width: auto;
    padding: 20px 3%;
  }
  .mif01w-ttl {
    width: 165px;
  }

  .mif02-wrap {
    background: url(/common/images/home/mif02_img_sp.png) no-repeat center center;
    background-size: cover;
    height: auto;
  }
  .mif02w-box {
    float: none;
    width: auto;
    padding: 20px 3%;
  }
  .mif02w-ttl {
    width: 145px;
  }
  .mif01w-txt, .mif02w-txt {
    font-size: 76%;
    margin: 0 0 30px 0;
  }

  .main-banner {
    box-sizing: border-box;
    padding: 40px 3% 10px 3%;
    overflow: hidden;
    border: none;
    background: none;
  }
  .main-banner-list {
    width: 103%;
    letter-spacing: -0.5em; /* 隙間を無くすため*/
    margin: 0;
  }
  .main-banner-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* リセット必須 */
    width: 47%;
    margin: 0 3% 3% 0;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
  }
	.main-banner-list li img{
		width: 100%;
	}

.job-btn-wrap .job-btn{
  width: 90%;
  box-sizing:  border-box;
  max-width: 400px;
	margin: 0 auto;
	float: none;
}
.job-btn-wrap .job-btn .txt{
  font-size: 100%;
}
.job-btn-wrap {
    width: 100%;
}
.job-btn-wrap .mynavi {
    float: none;
    max-width: 130px;
    margin: 0 auto 30px;
}

.msb-menu-02 {
  width: 100%;
}
.msb-menu-02 li {
  display: block;
  margin: 0 auto 2em;
  box-sizing: border-box;
  -moz-box-shadow: 0px 3px 6px 0px #ccc;
  -webkit-box-shadow: 0px 3px 6px 0px #ccc;
  box-shadow: 0px 3px 6px 0px #ccc;
}

}
