
/* -------------------------------------------------------
　キャリアセンター 
---------------------------------------------------------- */

@media (min-width: 1280px) {
	.hero-cmn-wrap.h400 .box-hero-button {
			padding: 370px 100px 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {
  .box-hero-button {
    padding: 370px 50px 0px !important;
  }
}

.in-hero-button{
	flex-direction: column;
}


/* 　メインビジュアル下 ボタン群
---------------------------------------------------------- */

.box-cc-btn01{
	width: 100%;
}
.box-cc-btn01 .list-cmn-link .item .btn-cmn.brown{
	background-color: rgba(56, 51, 44, 0.9);
  color: #fff;
}
.box-cc-btn01 .list-cmn-link .item .btn-cmn i{
  width: 40px;
  height: 40px;
	margin: 0 15px 0 0;
  background-position: center;
  background-repeat: no-repeat;
	background-image: url("../../img/oth/common/icon_cal01.png");
}
.box-cc-btn01 .list-cmn-link .item .btn-cmn.tw{
	position: relative;
}
.box-cc-btn01 .list-cmn-link .item .btn-cmn.line{
	position: relative;
}
.box-cc-btn01 .list-cmn-link .item .btn-cmn.tw:before{
  content: '';
  display: block;
  position: absolute;
	top: calc(50% - 13px);
	left: 15px;
	width: 26px;
	height: 26px;
	background: url(/common/img/ico_twitter_02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.box-cc-btn01 .list-cmn-link .item .btn-cmn.line:before{
  content: '';
  display: block;
  position: absolute;
	top: calc(50% - 13px);
	left: 15px;
	width: 26px;
	height: 26px;
	background: url(/common/img/ico_line_01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767px) {
	.box-cc-btn01 .list-cmn-link .item .btn-cmn.line{
		padding: 10px 10px 10px 50px; 
	}
}
	

/* 　メインビジュアル下 ボタン群：微調整
---------------------------------------------------------- */

@media (max-width: 767px) {
	.list-cmn-link-w40{
		margin: 0 0 0 !important;
		padding: 0 0 0 !important;
	}
	.box-cc-btn01 .list-cmn-link .item .btn-cmn.tw{
		padding: 10px 30px 10px 55px;
	}
}

    