@charset "UTF-8";
/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ------------------------------------------------
  TOP
---------------------------------------------- */
.main-top {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .main-top {
    margin-top: 0;
  }
  .main-top .container {
    padding: 0;
  }
}

.main-top__img {
  position: relative;
  margin-bottom: 2px;
}

.main-top__img:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .main-top__img {
    margin-bottom: 0;
  }
}

.main-top__img img {
  display: block;
  width: 100%;
}

.main-top__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46%;
  height: 33%;
}

.main-top__txt:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .main-top__txt {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
}

.main-top__txt-inner {
  display: block;
  width: 100%;
  min-width: 464px;
  float: none;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  color: #fff;
  font-size: 3.3vw;
  line-height: 4.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-top__txt-inner {
    width: auto;
    max-width: 100%;
    min-width: 100%;
    float: none;
    font-size: 8vw;
    line-height: 3.4;
  }
}

.top-section {
  position: relative;
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section {
    padding: 40px 0;
  }
}

.top-section__ttl {
  position: relative;
  font-size: 32px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top-section__ttl {
    font-size: 32px;
  }
}

.top-section__ttl:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #6EBA44;
  content: "";
}

.top-section__txt {
  line-height: 2.142;
}

@media screen and (max-width: 768px) {
  .top-section__txt {
    line-height: 1.7857;
  }
}

.top-section__btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 12px 26px 11px 43px;
}

@media screen and (max-width: 768px) {
  .top-section__btn {
    display: block;
    text-align: left;
    padding: 12px 30px 11px 12px;
  }
}

.top-section__btn:before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  background-image: url(/img/corporate/ico_link_gr.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .top-section__btn:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top-section__btn:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: none;
    border-left: none;
    -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    content: "";
  }
}

.top-section__menu-list {
  margin: 0 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.top-section__menu-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  width: 24%;
  content: '';
}

@media screen and (max-width: 768px) {
  .top-section__menu-list {
    margin: 0 0 20px;
    border-bottom: none;
    padding-bottom: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.top-section__menu-list-item {
  position: relative;
  margin: 0 2px 30px;
  width: 24%;
}

@media screen and (max-width: 768px) {
  .top-section__menu-list-item {
    position: relative;
    width: calc(50% - 7px);
    margin-left: 0;
    margin-bottom: 20px;
  }
  .top-section__menu-list-item:last-child .top-section__menu-list-btn {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 0;
  }
}

.top-section__menu-list-item img {
  display: block;
  width: 100%;
}

.top-section__menu-list-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 56px;
  box-sizing: border-box;
  height: 200px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-section__menu-list-txt {
    height: auto;
    padding: 16px 15px 16px !important;
    text-align: left;
  }
}

.top-section__menu-list-txt--top {
  padding-top: 26px;
}

.top-section__menu-list-ttl {
  font-size: 20px;
  color: #fff;
  line-height: 1.25;
  font-size: 28px;
  letter-spacing: 0.02em;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

@media screen and (max-width: 768px) {
  .top-section__menu-list-ttl {
    font-weight: bold;
  }
}

.top-section__menu-list-link-wrap {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .top-section__menu-list-link-wrap {
    position: relative;
  }
  .top-section__menu-list-link-wrap:before {
    position: absolute;
    bottom: 26px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    content: "";
    z-index: 2;
  }
}

.top-section__menu-list-link-wrap .top-section__menu-list-btn {
  border: 1px solid #999;
  background: #fff;
  padding: 12px 40px 11px 50px;
  color: #004699;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 300ms;
}

@media screen and (max-width: 768px) {
  .top-section__menu-list-link-wrap .top-section__menu-list-btn {
    display: none;
  }
}

.top-section__menu-list-link-wrap .top-section__menu-list-btn:before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  background-image: url(/img/corporate/ico_link_gr.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.top-section__menu-list-btn {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: block;
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 12px 25px 11px 25px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-section__menu-list-btn {
    display: block;
    left: 100%;
    width: 140px;
    bottom: 12px;
    padding: 5px 15px;
    margin-left: -155px;
    box-sizing: border-box;
    -ms-transform: translateX(0);
        transform: translateX(0);
    font-size: 12px;
  }
}

.top-section__menu-list--recruit {
  margin: 0 -2px 30px;
}

.top-section__menu-list--recruit .top-section__menu-list-item {
  margin: 0 1px 0;
}

.top-section__txt-img {
  display: -ms-flexbox;
  display: flex;
  background: url(/img/corporate/bg_txt-wrap_1.png);
  background-repeat: repeat;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .top-section__txt-img {
    display: block;
    background: none;
  }
}

.top-section__txt-wrap {
  width: 50%;
  height: 100%;
  color: #fff;
  padding: 0 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .top-section__txt-wrap {
    width: 100%;
    padding: 30px 20px;
    background: url(/img/corporate/bg_txt-wrap_1.png);
    background-repeat: repeat;
  }
}

.top-section__txt-wrap .top-section__ttl {
  margin-bottom: 20px;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .top-section__txt-wrap .top-section__ttl {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

.top-section__txt-wrap .top-section__ttl:before {
  display: none;
}

.top-section__txt-wrap .top-section__txt {
  text-align: left;
}

.top-section__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-section__img {
    width: 100%;
  }
}

.top-section__img img {
  display: block;
  max-width: 100%;
}

.top-section--company {
  padding: 60px 0 80px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--company {
    color: #333;
    padding: 40px 0 50px;
  }
}

.top-section--company .top-section__txt {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .top-section--company .top-section__txt {
    width: 100%;
  }
}

.top-section--ekiben {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--ekiben {
    color: #333;
  }
}

.top-section--ekiben .top-section__txt-img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.top-section--ekiben .top-section__txt {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .top-section--ekiben .top-section__txt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.top-section--brand {
  padding: 67px 0 120px;
  background: #F3F3F3;
}

@media screen and (max-width: 768px) {
  .top-section--brand {
    padding: 40px 0 40px;
  }
}

.top-section--brand .top-section__ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top-section--brand .top-section__ttl {
    margin-bottom: 30px;
  }
}

.top-section--brand .top-section__txt {
  margin-bottom: 30px;
}

.top-section--recruit {
  padding: 50px 0 20px;
  background: #F3F3F3;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .top-section--recruit {
    padding: 40px 0 10px;
  }
}

.top-section--recruit .top-section__ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-section--recruit .top-section__menu-list-item {
    width: 100%;
    float: none;
    left: 0 !important;
  }
}

.top-section--topics {
  padding: 70px 0 90px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .top-section--topics {
    padding: 30px 0 80px;
  }
}

.top-section--topics .top-section__ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-section--topics .top-section__ttl {
    margin-bottom: 35px;
  }
}

.top-section .top-section__ttl + .item-recommend__list {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .top-section .top-section__ttl + .item-recommend__list {
    margin-top: 15px;
    border-top: 1px solid #eee;
  }
}

.top-section .item-recommend__list {
  text-align: left;
}

.top-section .item-recommend__list + .top-section__menu-list {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #eee;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .top-section .item-recommend__list + .top-section__menu-list {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.top-section .topics-list {
  text-align: left;
  border-top: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .top-section .topics-list {
    border-top: 1px solid #ccc;
  }
}

.top-section .topics-list__item {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .top-section .topics-list__item {
    border-bottom: 1px solid #ccc;
  }
}

.topics-list__date {
  width: 130px;
}

.topics-list__category {
  width: 105px;
}

.topics-list__ttl {
  margin-left: 265px;
}

@media screen and (max-width: 768px) {
  .topics-list__ttl {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .topics-list__item--top {
    border-bottom: none;
  }
}

.topics-list__item--top .topics-list__ttl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .topics-list__item--top .topics-list__ttl {
    overflow: auto;
    white-space: normal;
    line-height: 1.57;
  }
}

.topics-list__link[data-filetype="pdf"] {
	position: relative;
	padding-right: 25px;
}

.topics-list__link[data-filetype="pdf"]::after {
	content: "";
	width: 13px;
	height: 18px;
	display: inline-block;
	background: url(/lib/img/common/icon_download01.png) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin-top: auto;
	margin-bottom: auto;
}