@charset "Shift_JIS";

/**
 * crm.css
 * updatedAt: 2017.07.21
 * updatedAt: 2017.08.21
 */

/*========================================

  footer


footer {
  margin-top: 30px;
  padding: 44px;
  line-height: 0;
  background: #1f2024;
}

========================================*/
/*========================================

  .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:after,
.cr-inner:after,
.cr-clearfix:after {
  clear: both;
  display: block;
  content: '';
}
.cr-floatbox {
  font-size: 0;
}
.cr-floatbox__item {
  display: inline-block;
  vertical-align: top;
}
.cr-imgbox {
  line-height: 0;
}
.cr-imgbox img {
  width: 100%;
  height: auto;
}
.cr-imgbox__w1200 {
  margin-left: -15.0759219%;
  max-width: 1200px;
  width: 100vw;
}
.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-marker {
  padding: 0 2px;
  color: #333;
  background: #f9ccb3;
}
.cr-heading {
  text-align: center;
  margin: 0;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em;
}
.cr-text {
  font-size: 1.0rem !important;
  line-height: 2.0 !important;
  color: #616466 !important;
}
.cr-text__small {
  font-size: 0.875rem !important;
  line-height: 1.8 !important;
}
.cr-heading + .cr-text {
  margin-top: 40px;
}
.cr-heading + .cr-imgbox,
.cr-imgbox + .cr-text,
.cr-text + .cr-imgbox,
.cr-text + .academy-movie ,
.academy-movie + .cr-text{
  margin-top: 50px;
}
.cr-text + .cr-text,
.cr-heading + .cr-floatbox {
  margin-top: 30px;
}

@media (max-width:1200px) {
  .cr-imgbox__w1200 {
    margin-left: -webkit-calc((100vw - 100%) / 2 * -1);
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media (max-width:1000px) {
  .cr-imgbox__w1200 {
    margin-left: 0;
    width: 100%;
  }
}
@media(max-width:640px) {
  .cr-wrapper,
  .cr-inner {
    width: 90.625%;
  }
  .cr-imgbox__w1200 {
    margin-left: 0;
    width: auto;
  }
  .cr-heading {
    font-size: 1.35rem !important;
  }
  
}
@media(max-width:360px) {
  .cr-heading {
    font-size: 1.35rem;
  }
}

.sf-wrapper h3 {
    margin: 1em 0;
}
/*========================================

  .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: 28% center;
  background-size: cover;
}
.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 50px;
  background: rgba(178,178,178,0.7);
}
.cr-mainvisual__txtbox h1 {
  text-align: left;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.cr-mainvisual__txtbox span{
  font-size:1.5rem;
  color: #FFF;
}

@media(max-width:1280px) {
  .cr-mainvisual__txtbox {
    padding: 25px 45px;
  }
  .cr-mainvisual__txtbox h1 {
    font-size: 1.875rem;
  }
  .cr-mainvisual__img {
    background-position: 43% center;
  }
}
@media(max-width:960px) {
  .cr-mainvisual__txtbox {
    padding: 20px 40px;
  }
  .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 span{
  font-size:1.5rem;
  color: #333;
  }
}
@media(max-width:640px) {
  .cr-mainvisual__txtbox {
    width: 90.625%;
  }
  .cr-mainvisual__img {
    background-position: 8% center;
	height: 50vw;
  }
}


/*========================================

  .cr-mediabox

========================================*/
.cr-mediabox {
  margin-top: 70px;
}
.cr-mediabox__intro {
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px !important;
  line-height: 1.6em !important;
  color: #565858 !important;
}
.cr-mediabox__item {
  margin: 20px auto 0;
  max-width: 400px;
}
.cr-mediabox__item a {
  display: block;
  box-sizing: border-box;
  padding: 16px 10px 16px 20px;
  width: 100%;
  border: solid 1px #c7d3d9;
  border-radius: 5px;
}
.cr-mediabox__item a span {
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #565858;
  background-position: left center;
  background-repeat: no-repeat;
}
.cr-mediabox__item--twitter a span {
  background-image: url(../img/icon-sns-twitter.png);
}
.cr-mediabox__item--facebook a span {
  background-image: url(../img/icon-sns-facebook.png);
}
.cr-mediabox__item--app a span {
  background-image: url(../img/icon-sns-app.png);
}
.cr-mediabox__item--mail a span {
  background-image: url(../img/icon-sns-mail.png);
}

@media(max-width:767px) {
  .cr-mediabox__intro {
    font-size: 14px !important;;
  }
}
@media(max-width:640px) {
  .cr-mediabox__intro {
    margin-bottom: 30px;
  }
  .cr-mediabox__item {
    text-align: center;
    max-width: initial;
    margin: 10px auto 0;
  }
  .cr-mediabox__item a {
    padding: 10px 5px;
  }
  .cr-mediabox__item a span {
    padding-left: 30px;
    font-size: 13px;
    background-size: 30px 30px;
  }
  .cr-mediabox__item--twitter a span {
    background-image: url(../img/icon-sns-twitter@2x.png);
  }
  .cr-mediabox__item--facebook a span {
    background-image: url(../img/icon-sns-facebook@2x.png);
  }
  .cr-mediabox__item--app a span {
    background-image: url(../img/icon-sns-app@2x.png);
  }
  .cr-mediabox__item--mail a span {
    background-image: url(../img/icon-sns-mail@2x.png);
  }
}


/*========================================

  .cr-share

========================================*/
.cr-share {
  text-align: right;
  font-size: 0;
}
.cr-share__top {
  margin-top: 20px;
}
.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: 40px;
  }
  .cr-share__txt {
    display: none;
  }
  .cr-share__txt + .cr-share__item {
    margin-left: 0;
  }
}
