@charset "Shift_JIS";

/**
 * crm.css
 * updatedAt: 2018.05.10
 */

/*========================================

  common

========================================*/
a.hover {
  display: inline-block;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover {
  opacity: 0.8;
}

.b96 { display: none; }
.b64 { display: none; }
.b48 { display: none; }
.nb96 { display: block; }

@media(max-width:960px) {
  html { font-size: 93.8%; }
  .b96 { display: block; }
  .nb96 { display: none; }
  img.b96 { display: inline; }
}
@media(max-width:767px) {
  .b76 { display: block; }
  .nb76 { display: none; }
  img.b76 { display: inline; }
}
@media(max-width:640px) {
  .b64 { display: block; }
  .nb64 { display: none; }
  img.b64 { display: inline; }
}
@media(max-width:480px) {
  .b48 { display: block; }
  .nb48 { display: none; }
  img.b48 { display: inline; }
}


/*========================================

  .cr-

========================================*/
.cr-article {
  overflow: hidden;
}
.cr-article * {
  box-sizing: border-box;
}
.cr-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 93.75%;
}
.cr-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 922px;
  width: 93.75%;
}
.cr-wrapper > .cr-inner {
  width: auto;
}
.cr-wrapper:after,
.cr-inner:after,
.cr-clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.cr-imgbox {
  line-height: 0;
}
.cr-imgbox img {
  width: 100%;
  height: auto;
}
.cr-arrow:before {
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #616466;
  content: '';
}
.cr-text {
  margin: 30px auto 0;
  font-size: 1.0rem !important;
  line-height: 2.0 !important;
  color: #616466 !important;
}

@media(max-width:640px) {
  .cr-wrapper,
  .cr-inner {
    width: 90.625%;
  }
}


/*========================================

  .cr-mainvisual

========================================*/
.cr-mainvisual {
  position: relative;
  max-height: 560px;
  height: 50vw;
}
.cr-mainvisual__img {
  max-height: 560px;
  height: 50vw;
  background-image: url(../img/mainvisual.jpg);
  background-repeat: no-repeat;
  background-position: 65% center;
  background-size: auto 100%;
}
.cr-mainvisual__blur canvas {
  position: relative;
}
.cr-mainvisual__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cr-mainvisual__container {
  display: table;
  top: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}
.cr-mainvisual__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.cr-mainvisual__txtbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  z-index: 3;
  padding: 30px 35px 25px 40px;
  background: rgba(176,176,176,0.7);
}
.cr-mainvisual__txtbox strong{
  color: #fff;
}
.cr-mainvisual__txtbox h1 {
  text-align: left;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

@media(min-width:1920px) {
  .cr-mainvisual__img {
    background-size: cover;
  }
}
@media(max-width:1280px) {
  .cr-mainvisual__txtbox {
    padding: 30px 35px;
  }
  .cr-mainvisual__txtbox h1 {
    font-size: 1.875rem;
  }
}
@media(max-width:960px) {
  .cr-mainvisual__txtbox {
    padding: 30px 30px;
  }
  .cr-mainvisual__txtbox h1 {
    font-size: 1.75rem;
  }
}
@media(max-width:767px) {
  .cr-mainvisual {
    max-height: initial;
    height: auto;
  }
  .cr-mainvisual__blur {
    display: none;
  }
  .cr-mainvisual__wrap {
    position: static;
    height: auto;
  }
  .cr-mainvisual__container,
  .cr-mainvisual__inner {
    display: block;
  }
  .cr-mainvisual__txtbox {
    display: block;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 93.75%;
    background: none;
  }
  .cr-mainvisual__txtbox h1 {
    font-size: 1.625rem;
    color: #333;
  }
  .cr-mainvisual__txtbox strong{
    color: #333;
  }
  .cr-mainvisual__img {
    background-position: 70% center;
  }
}
@media(max-width:640px) {
  .cr-mainvisual__txtbox {
    width: 90.625%;
  }
  .cr-mainvisual__img {
    /*background-position: 40% center;*/
	height: 50vw;
  }
}



/*========================================

  .cr-share

========================================*/
.cr-share {
  float: right;
  text-align: right;
  font-size: 0;
}
.cr-share__top {
  margin-top: 28px;
}
.cr-share__bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cr-share__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 24px;
}
.cr-share__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
.cr-share__item--twitter {
  background-image: url(../img/share_twitter.svg);
}
.cr-share__item--facebook {
  background-image: url(../img/share_facebook.svg);
}
.cr-share__item--pinterest {
  background-image: url(../img/share_pinterest.svg);
}

@media(max-width:640px) {
  .cr-share {
    text-align: center;
  }
  .cr-share__top {
    margin-top: 20px;
  }
  .cr-share__txt {
    display: none;
  }
  .cr-share__txt + .cr-share__item {
    margin-left: 0;
  }
}


/*========================================

  .app-feature

========================================*/
.app-feature {
  margin-right: auto;
  margin-left: auto;
  max-width: 922px;
}
.app-feature .c5-hr-glay {
  margin-top: 35px !important;
  width: 93.75% !important;
}
.app-feature p,
.app-feature a {
  color: #565858 !important;
}






/*========================================

========================================*/
.ss-part1__sec .cr-inner{
  max-width: 100%;
  margin: 60px auto;
}

@media(max-width:640px) {
  .ss-part1__sec .cr-inner{
    margin: 30px auto;
  }
}


.c10,.c100{
    font-family: YakuHanJP,"游ゴシック",YuGothic,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,"ＭＳ ゴシック",sans-serif;
}


.c10 .c5-bgimg {
  background: url(/feature/owner/hr/190322/img/c10_image.jpg) no-repeat center center;
}
.c10 .c5-bgimg_inner{
    max-width: 1260px;
    width: 100%;
    margin: auto;
    padding: 90px 30px;
    box-sizing: border-box;
}
.c10 .c5-bgimg h2{
    text-align: center;
    width: auto;
    color: #ffffff;
    background: none;
    padding: 0;
    font-size: 211%;
}
.c10 .c5-bgimg h2 span{
    display: inline-block;
    text-align: center;
}
@media(max-width:640px) {
  .c10 .c5-bgimg{
    background: url(/feature/owner/hr/190322/img/c10_image_sp.jpg) no-repeat center center;
  }
  .c10 .c5-bgimg_inner{
      margin: auto;
      padding: 90px 20px;
  }
  .c10 .c5-bgimg h2{
    font-size: 119.23077%;
  }
}



.c100 .c5-bgimg {
  background: url(/feature/owner/hr/190322/img/c100_image.jpg) no-repeat center center;
}
.c100 .c5-bgimg_inner{
    max-width: 1260px;
    width: 100%;
    margin: auto;
    padding: 90px 30px;
    box-sizing: border-box;
}
.c100 .c5-bgimg h2{
    display: inline-block;
    text-align: center;
    text-align: left;
    width: auto;
    color: #2f353d;
    background: none;
    text-shadow: #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
    padding: 0;
    font-size: 211%;
}
.c100 .c5-bgimg h2 span{
    display: inline-block;
    text-align: center;
}
@media(max-width:640px) {
  .c100 .c5-bgimg{
    background: url(/feature/owner/hr/190322/img/c100_image_sp.jpg) no-repeat center top;
  }
  .c100 .c5-bgimg_inner{
      margin: auto;
      padding: 90px 20px;
  }
  .c100 .c5-bgimg h2{
    font-size: 119.23077%;
  }
}


.c5-customer_voice{
  width: 100%;
}

.c5-customer_voice p{
  background: #fff;
  padding: 1em 2em;
}


span.c5-btnBig {
  width: 100%;
  max-width: 600px;
  font-size: 1.3rem;
  padding: 0.5em 2em;
}

span.c5-btnBig a {
  color: #fff;
}
span.c5-btnBig a:hover {
  color: #fff;
}

@media(max-width:640px) {
  span.c5-btnBig {
      font-size: 1rem;
      padding: 1em;
  }
}
