@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@function vw($size, $viewport:1920) {
  $rate: 100 / $viewport;
  @return $rate * $size * 1vw;
}*/
.mokuji_box .mokuji .mokujiinner > .chapter > li {
  padding-left: 0;
}
.mokuji_box .mokuji .mokujiinner > .chapter > li::before {
  content: inherit;
}

.mokuji_box .mokuji .mokujiinner > .chapter > .chapter > li {
  padding-left: 0;
}
.mokuji_box .mokuji .mokujiinner > .chapter > .chapter > li::before {
  content: inherit;
}

.recruit .common_w_inner {
  background: url(../images/recruit/recruit_mainimg.jpg) no-repeat center center;
  background-size: cover;
}

.sustainability .common_w_inner {
  background: url(../images/sustainability/sustainability_mainimg.jpg) no-repeat center center;
  background-size: cover;
}

header .hd_search_btn span::before {
  width: 14px;
  height: 15px;
  background: url(../images/common/icon_search_wh.svg) no-repeat left top;
  background-size: contain;
}

.top_main_underlink {
  text-align: center;
  margin: 2rem 0 0 0;
}
.top_main_underlink a {
  color: #e64661;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  text-decoration: underline;
  font-size: 1.8rem;
}
.top_main_underlink a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #e64661;
  border-right: solid 2px #e64661;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  transition: 0.3s;
}
.top_main_underlink a:hover::after {
  right: -5px;
}

.top_about_bg {
  padding: 3rem 0 4rem 0;
}

footer .ft_left .ft_add a {
  display: inline;
}

.top_trend_list_img {
  position: relative;
}
.top_trend_list_img .new-label {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #004ea2, #14b6f2);
  color: #FFF;
  font-weight: 500;
  border-radius: 0 0 10px 0;
  z-index: 2;
  padding: 1px 5px;
  font-family: "Montserrat", sans-serif;
}

.sub_profile_awardlist ul li img {
  border: 1px solid #dbdfe7;
  border-radius: 10px;
}

.common_sub_fax_box_ans a {
  display: inline-block;
}

.recruit_link_bnr01_ttl .common_en01 {
  white-space: nowrap;
}

.notfound .common_btn01 {
  margin-left: auto;
  margin-right: auto;
}

.notfound .common_sub_lead_center {
  text-align: left;
}/*# sourceMappingURL=sp04.css.map */