.section-title span,
body,
html {
  font-family: 'Noto Sans Japanese'
}

.c-cvbtn--red,
.c-cvbtn--white {
  background-repeat: no-repeat;
  background-position: center right 16px
}

header,
img {
  max-width: 100%
}

.lead,
.mv,
.mv__bg--screen {
  min-height: 100vh
}

.footer-info__title,
.recommend-title,
.u-center_align {
  text-align: center
}

* {
  margin: 0;
  padding: 0;
  border: 0
}

img {
  height: auto
}

.container {
  margin: auto
}

.section-title {
  color: #31363b;
  position: relative
}

.section-title+p {
  font-weight: 400
}

.section-title:after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #f63b29
}

.section-title span {
  display: inline-block;
  color: #31363b;
  font-weight: 600
}

.table {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc
}

.table__th {
  color: #f63b29
}

.table__td {
  color: #31363b
}

.c-cvbtn,
.white-text {
  color: #fff
}

#main {
  width: 100%;
  background-color: #fff
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 600;
  src: url(../font/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../font/NotoSansCJKjp-Bold.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  src: url(../font/NotoSansCJKjp-Medium.woff2) format("woff2"), url(../font/NotoSansCJKjp-Medium.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  src: url(../font/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../font/NotoSansCJKjp-Regular.woff) format("woff")
}

body,
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  font-weight: 500
}

.c-cvbtn,
.mv__scroll a,
.mv__title,
.poppins,
.program-square__content h3,
.program-square__num,
.section-title {
  font-family: poppins, sans-serif
}

.c-cvbtn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  text-indent: 1rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.c-cvbtn--red {
  background-color: #f63b29;
  color: #fff;
  background-image: url(../img/arrow-white.png);
  border-left: 1px solid transparent
}

.c-cvbtn--red:hover,
.c-cvbtn--white {
  background-color: #fff;
  color: #f63b29;
  background-image: url(../img/arrow-red.png);
  border: 1px solid #f63b29
}

.c-cvbtn--white:hover {
  background-image: url(../img/arrow-white.png);
  background-color: #f63b29;
  color: #fff;
  border: 1px solid #fff
}

.c-cvbtn--arrow {
  position: absolute
}

.mv__bg,
header {
  position: fixed
}

header {
  width: 100%;
  top: 0;
  z-index: 500
}

.footer-info__entry {
  background: #f63b29
}

.footer-info__share {
  background: #31363b
}

.footer-info__tv {
  background: #4e5155
}

.footer-info__title {
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem
}

.footer-info .share-wrap {
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.footer-info .share-wrap i {
  width: 16px;
  height: 16px;
  margin: 0 .25rem;
  color: #fff;
  padding: 1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer
}

.mv__bg,
.mv__bg--bgimg {
  top: 0;
  width: 100%;
  height: 100vh
}

.footer-info .share-wrap i:hover {
  background: #fff;
  color: #4e5155
}

footer {
  background-color: #fff
}

footer p {
  font-size: 14px;
  font-weight: 600
}

footer p span {
  font-weight: 400;
  font-size: 12px
}

footer p small {
  color: #4e5155
}

@-webkit-keyframes mv {
  0% {
    opacity: 0;
    -webkit-transform: scale(1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1)
  }
}

@keyframes mv {
  0% {
    opacity: 0;
    transform: scale(1)
  }

  100% {
    opacity: 1;
    transform: scale(1.1)
  }
}

.mv {
  width: 100%
}

.mv__bg {
  overflow: hidden;
  z-index: -1
}

.mv__bg--bgimg,
.mv__bg--pointimg,
.mv__bg--screen,
.mv__scroll,
.mv__title {
  position: absolute
}

.mv__bg--screen {
  width: 100%;
  background-color: #f63b29;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  z-index: 5;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.mv__bg--screen.is_active {
  opacity: .95;
  background-color: #f63b29;
  background-image: url(../img/mv_bg_text.png);
  background-repeat: no-repeat;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  mix-blend-mode: multiply;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.mv__bg--bgimg {
  left: 0;
  background: url(../img/mv_bg.png) center center no-repeat;
  background-size: cover;
  -webkit-animation: mv 1.5s ease-out;
  animation: mv 1.5s ease-out;
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards;
}

.mv__bg--pointimg {
  bottom: 0;
  right: 0;
  z-index: 5
}

.mv__title {
  color: #f63b29;
  font-weight: bolder;
  line-height: 1
}

.mv__title--below {
  color: #31363b;
  font-family: 'Noto Sans Japanese';
  font-weight: 600
}

.about-sec p,
.program-sec p {
  font-weight: 400
}

.mv__scroll {
  bottom: 0
}

.mv__scroll a {
  color: #31363b;
  text-decoration: none
}

.mv__scroll--bar {
  width: 2px;
  height: 92px;
  background-color: #f63b29;
  margin-left: .75rem
}

.about-sec__container,
.lead {
  margin: auto
}

.lead {
  color: #fff;
  position: relative
}

.lead__wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.about .container {
  position: relative
}

.about .container .about__point-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100
}

.about-sec h3,
.about-sec__img {
  position: relative
}

.about-sec h3 {
  color: #31363b
}

.about-sec__img--bg {
  position: absolute;
  z-index: 0
}

.about-sec__img--photo {
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px)
}

.program {
  background: url(../img/program_point_image.png) right top no-repeat #f5f5f5
}

.program-sec--wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box
}

.program-square__content,
.program-square__num {
  -webkit-align-items: center;
  position: absolute;
  display: flex
}

.program-sec p {
  margin: 1rem 0 1.75rem
}

.program-square {
  position: relative
}

.program-square:before {
  display: block;
  content: '';
  padding-top: 100%
}

.program-square__content.sec_01 {
  background: url(../img/program_01.png) center center no-repeat;
  background-size: cover
}

.program-square__content.sec_02 {
  background: url(../img/program_02.png) center center no-repeat;
  background-size: cover
}

.program-square__content.sec_03 {
  background: url(../img/program_03.png) center center no-repeat;
  background-size: cover
}

.program-square__content.sec_04 {
  background: url(../img/program_04.png) center center no-repeat;
  background-size: cover
}

.program-square__content.sec_05 {
  background: url(../img/program_05.png) center center no-repeat;
  background-size: cover
}

.program-square__content {
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.program-square__num {
  left: 0;
  bottom: 0;
  padding: .5rem;
  background: #f63b29;
  color: #fff;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.recommend {
  background: #fff
}

.recommend-section p {
  font-weight: 600
}

.recommend-title {
  margin: 1rem 0 3rem
}

.recommend-title span {
  border-bottom: 5px solid #31363b
}

.recommend-icon {
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.recommend-icon img {
  max-width: 50%
}

.about-sec:nth-child(even) h3,
.u-left_align {
  text-align: left
}

.u-right_align {
  text-align: right
}

.u-justify_align {
  text-align: justify
}

.u-center-block {
  display: block;
  margin: auto
}

.about-sec:after,
.about-sec:before,
.recommend:after,
.recommend:before,
.table:after,
.table:before,
.u-cf:after,
.u-cf:before,
footer:after,
footer:before {
  content: " ";
  display: table
}

.about-sec:after,
.recommend:after,
.table:after,
.u-cf:after,
footer:after {
  clear: both
}

.u-left {
  float: left
}

.u-right {
  float: right
}

.about-sec__container:after,
.about-sec__img--bg:after,
.about-sec__img--photo:after,
.anime-left-to-right:after,
.box-left-to-right {
  content: '';
  width: 100%;
  min-height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: right center;
  transform-origin: right top
}

.about-sec__container,
.anime-left-to-right {
  position: relative
}

@keyframes left-to-right {
  0% {
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1)
  }

  100% {
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0)
  }
}

@-webkt-keyframes left-to-right {
  0% {
    -webkit-transform: -webkit-scaleX(1);
    transform: scaleX(1)
  }

  100% {
    -webkit-transform: -webkit-scaleX(0);
    transform: scaleX(0)
  }
}

@keyframes bottom-to-top {
  0% {
    opacity: 0;
    -webkit-transform: -webkit-translateY(1rem);
    transform: translateY(1rem)
  }

  100% {
    opacity: 1;
    -webkit-transform: -webkit-translateY(0);
    transform: translateY(0)
  }
}

.anime-left-to-right.is_active:after {
  -webkit-animation: left-to-right .8s ease-out;
  animation: left-to-right .8s ease-out;
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.mv__title--child:nth-child(1) {
  opacity: 0;
  -webkit-animation: mv__title .3s ease-in;
  animation: mv__title .3s ease-in;
  -webkit-animation-delay: calc(1 * 5s);
  animation-delay: calc(1 * .25s);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.mv__title--child:nth-child(2) {
  opacity: 0;
  -webkit-animation: mv__title .3s ease-in;
  animation: mv__title .3s ease-in;
  -webkit-animation-delay: calc(2 * 5s);
  animation-delay: calc(2 * .25s);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.mv__title--child:nth-child(3) {
  opacity: 0;
  -webkit-animation: mv__title .3s ease-in;
  animation: mv__title .3s ease-in;
  -webkit-animation-delay: calc(3 * 5s);
  animation-delay: calc(3 * .25s);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes mv__title {
  0% {
    opacity: 0;
    -webkit-transform: -webkit-translate(-1rem, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: -webkit-translate(0, 0)
  }
}

@keyframes mv__title {
  0% {
    opacity: 0;
    transform: translate(-1rem, 0)
  }

  100% {
    opacity: 1;
    transform: translate(0, 0)
  }
}

.lead__wrap {
  opacity: 0
}

.lead__wrap.is_active {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  -webkit-animation: mv__lead .4s ease .2s;
  animation: mv__lead .4s ease .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes mv__lead {
  0% {
    opacity: 0;
    -webkit-transform: -webkit-translate(-1rem, -50%)
  }

  100% {
    opacity: 1;
    -webkit-transform: -webkit-translate(0, -50%)
  }
}

@keyframes mv__lead {
  0% {
    opacity: 0;
    transform: translate(-1rem, -50%)
  }

  100% {
    opacity: 1;
    transform: translate(0, -50%)
  }
}

.program-sec:nth-child(1),
.program-sec:nth-child(2),
.program-sec:nth-child(3),
.program-sec:nth-child(4),
.recommend-section:nth-child(1),
.recommend-section:nth-child(2),
.recommend-section:nth-child(3),
.recommend-section:nth-child(4),
.recommend-section:nth-child(5),
.table,
.textSplitLoad {
  opacity: 0
}

.js-split {
  visibility: hidden
}

.about-sec__img--bg.is_active:after,
.about-sec__img--photo.is_active:after {
  -webkit-animation: left-to-right .4s ease-in;
  animation: left-to-right .4s ease-in;
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.about-sec__container.is_active:after {
  -webkit-animation: left-to-right .4s ease-in;
  animation: left-to-right .4s ease-in;
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.program .about-sec__container:after,
.program .about-sec__img--bg:after,
.program .about-sec__img--photo:after,
.program .anime-left-to-right:after,
.program .box-left-to-right {
  background: #f5f5f5
}

.program-sec:nth-child(1).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(1 * .25s);
  animation-delay: calc(1 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.program-sec:nth-child(2).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(2 * .25s);
  animation-delay: calc(2 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.program-sec:nth-child(3).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(3 * .25s);
  animation-delay: calc(3 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.program-sec:nth-child(4).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(4 * .25s);
  animation-delay: calc(4 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.program-sec:nth-child(5) {
  opacity: 0
}

.program-sec:nth-child(5).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(5 * .25s);
  animation-delay: calc(5 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.recommend-section:nth-child(1).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(1 * .25s);
  animation-delay: calc(1 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.recommend-section:nth-child(2).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(2 * .25s);
  animation-delay: calc(2 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.recommend-section:nth-child(3).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(3 * .25s);
  animation-delay: calc(3 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.recommend-section:nth-child(4).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(4 * .25s);
  animation-delay: calc(4 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.recommend-section:nth-child(5).is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-delay: calc(5 * .25s);
  animation-delay: calc(5 * .25s);
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

.table.is_active {
  -webkit-animation: bottom-to-top .4s ease-out;
  animation: bottom-to-top .4s ease-out;
  -webkit-animation-fill-mode: forwords;
  animation-fill-mode: forwards
}

@media only screen and (max-width:768px) {

  .c-cvbtn--red,
  .c-cvbtn--white {
    background-repeat: no-repeat;
    background-position: center right 16px
  }

  * {
    margin: 0;
    padding: 0;
    border: 0
  }

  body,
  html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 2
  }

  img {
    max-width: 100%;
    height: auto
  }

  .container {
    width: 90%
  }

  .section-title {
    font-size: 35px;
    line-height: .5;
    margin-bottom: 1.75rem;
    padding-top: 1.25rem
  }

  .section-title+p {
    font-size: 14px
  }

  .section-title:after {
    top: 0;
    width: 20px;
    height: 5px;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg)
  }

  .section-title span {
    font-size: 10px
  }

  .table {
    margin: 2rem 0;
    padding: 1.5rem 0 1.75rem
  }

  .table__tr {
    padding: .5rem 0
  }

  .table__th {
    font-size: 14px;
    margin-bottom: .35rem
  }

  .table__td {
    font-size: 12px
  }

  .c-cvbtn {
    width: 175px;
    height: 55px;
    line-height: 55px
  }

  .c-cvbtn--red {
    background-color: #f63b29;
    color: #fff;
    background-image: url(../img/arrow-white.png);
    border-left: 1px solid transparent
  }

  .c-cvbtn--red:hover,
  .c-cvbtn--white {
    background-color: #fff;
    color: #f63b29;
    background-image: url(../img/arrow-red.png);
    border: 1px solid #f63b29
  }

  .c-cvbtn--white:hover {
    background-image: url(../img/arrow-white.png);
    background-color: #f63b29;
    color: #fff;
    border: 1px solid #fff
  }

  .c-cvbtn--arrow {
    top: 1rem;
    right: 1rem
  }

  header h1 {
    padding: .5rem 1rem
  }

  .footer-info__entry {
    padding: 1.5rem
  }

  .footer-info__col {
    display: flex;
    flex-wrap: wrap
  }

  .footer-info__share,
  .footer-info__tv {
    width: calc(50% - 2rem);
    padding: 1rem;
    float: left
  }

  .footer-info__title {
    font-size: 14px
  }

  .footer-info .c-cvbtn {
    display: block;
    margin: 1rem auto 2.5rem;
    width: 90%
  }

  .footer-info .share-wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .footer-info .share-wrap i {
    width: 16px;
    height: 16px;
    margin: 0 .25rem;
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
  }

  .mv__bg,
  .mv__bg--bgimg {
    top: 0;
    width: 100%;
    height: 100vh
  }

  .footer-info .share-wrap i:hover {
    background: #fff;
    color: #4e5155
  }

  footer {
    padding: 1rem 0
  }

  .about,
  .program {
    padding-bottom: 3.5rem
  }

  footer h1 {
    margin-bottom: .75rem
  }

  footer p {
    text-align: center
  }

  footer p small {
    font-size: 10px
  }

  @-webkit-keyframes mv {
    0% {
      opacity: 0;
      -webkit-transform: scale(1)
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1.1)
    }
  }

  @keyframes mv {
    0% {
      opacity: 0;
      transform: scale(1)
    }

    100% {
      opacity: 1;
      transform: scale(1.1)
    }
  }

  .mv__bg {
    position: fixed;
    overflow: hidden;
    z-index: -1
  }

  .mv__bg--screen {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background-color: #f63b29;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .mv__bg--screen.is_active {
    background-position: 2rem 2rem;
    background-size: 60% auto
  }

  .mv__bg--bgimg {
    position: absolute;
    left: 0;
    background: url(../img/mv_bg_sp.png) center center no-repeat;
    background-size: cover;
    -webkit-animation: mv 1.5s ease-out;
    animation: mv 1.5s ease-out;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }

  .mv__title {
    font-size: 9vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 68%;
    left: 1rem;
  }

  .mv__title--upper {
    font-size: 15px
  }

  .mv__title--below {
    margin-top: -5px;
    font-size: 13px;
    line-height: 3
  }

  .mv__scroll {
    bottom: -60px;
    left: 1rem
  }

  .lead {
    width: calc(90% - 1.5rem)
  }

  .lead__title {
    font-size: 24px;
    line-height: 36px
  }

  .lead__body {
    font-size: 12px;
    line-height: 25.5px;
    margin-top: 1rem
  }

  .about {
    padding-top: 90px
  }

  .about .container .about__point-img {
    max-width: 50%;
    -webkit-transform: translateY(calc(-50% - 1rem));
    transform: translateY(calc(-50% - 1rem))
  }

  .about-sec {
    margin-top: 2rem
  }

  .about-sec:nth-child(even) h3 span {
    left: 0;
    -webkit-transform: rotate(90deg) translate(1.25rem, 1.4rem);
    transform: rotate(90deg) translate(1.25rem, 1.4rem)
  }

  .about-sec:nth-child(even) .about-sec__img--bg {
    -webkit-transform: translate(-2rem, -2rem);
    transform: translate(-2rem, -2rem)
  }

  .about-sec:nth-child(even) .about-sec__img--photo {
    padding-top: 2rem;
    padding-left: 2rem
  }

  .about-sec:nth-child(odd) h3 {
    text-align: right
  }

  .about-sec:nth-child(odd) h3 span {
    right: 0;
    -webkit-transform: rotate(90deg) translate(1.25rem, -1.4rem);
    transform: rotate(90deg) translate(1.25rem, -1.4rem)
  }

  .about-sec:nth-child(odd) .about-sec__img--bg {
    -webkit-transform: translate(2rem, -2rem);
    transform: translate(2rem, -2rem)
  }

  .about-sec:nth-child(odd) .about-sec__img--photo {
    padding-top: 2rem;
    padding-right: 2rem
  }

  .about-sec h3 {
    font-size: 32px;
    margin-top: .25rem
  }

  .about-sec h3 span {
    display: inline-block;
    font-size: 8px;
    font-weight: 600;
    position: absolute;
    top: 0
  }

  .about-sec p {
    font-size: 14px
  }

  .about-sec__img {
    width: 100%;
    max-width: 100vw;
    overflow: hidden
  }

  .about-sec__img img {
    height: auto
  }

  .about-sec__img--num {
    display: none
  }

  .about-sec__container {
    width: 80%;
    position: relative
  }

  .program {
    padding-top: 60px;
    background-size: 150%
  }

  .program-sec--wrap {
    margin-top: 2rem
  }

  .program-sec {
    width: calc(50% - .55rem);
    -webkit-flex-basis: calc(50% - .55rem);
    flex-basis: calc(50% - .55rem);
    box-sizing: border-box
  }

  .program-sec:nth-child(odd) {
    margin-right: .5rem
  }

  .program-sec:nth-child(even) {
    margin-left: .5rem
  }

  .program-sec p {
    font-size: 12px
  }

  .program-square__content.sec_01 {
    background: url(../img/program_01.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_02 {
    background: url(../img/program_02.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_03 {
    background: url(../img/program_03.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_04 {
    background: url(../img/program_04.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_05 {
    background: url(../img/program_05.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content h3 {
    font-size: 16px
  }

  .program-square__num {
    width: 20px;
    height: 20px
  }

  .recommend {
    padding: 1.5rem;
    border-top: 5px solid #dcdcdc;
    border-right: 5px solid #f63b29;
    border-bottom: 5px solid #dcdcdc;
    border-left: 5px solid #f63b29
  }

  .recommend-section {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.5rem 0
  }

  .recommend-section p {
    display: block;
    width: calc(100% - 1rem - 80px);
    font-size: 12px
  }

  .recommend-title {
    font-size: 16px
  }

  .recommend-icon {
    width: 70px;
    height: 70px;
    margin-right: 1.5rem;
    float: left
  }

  .recommend-icon img {
    max-width: 50%
  }

  .info {
    padding: 4rem 0 2rem
  }

  .u-center-block {
    display: block;
    margin: auto
  }

  .about-sec:after,
  .about-sec:before,
  .recommend:after,
  .recommend:before,
  .table:after,
  .table:before,
  .u-cf:after,
  .u-cf:before,
  footer:after,
  footer:before {
    content: " ";
    display: table
  }

  .about-sec:after,
  .recommend:after,
  .table:after,
  .u-cf:after,
  footer:after {
    clear: both
  }

  .u-left {
    float: left
  }

  .u-right {
    float: right
  }

  .u-sp_only {
    display: inherit
  }

  .u-pc_only {
    display: none
  }

  @keyframes left-to-right {
    0% {
      -webkit-transform: -webkit-scaleX(1);
      transform: scaleX(1)
    }

    100% {
      -webkit-transform: -webkit-scaleX(0);
      transform: scaleX(0)
    }
  }

  @-webkt-keyframes left-to-right {
    0% {
      -webkit-transform: -webkit-scaleX(1);
      transform: scaleX(1)
    }

    100% {
      -webkit-transform: -webkit-scaleX(0);
      transform: scaleX(0)
    }
  }

  @keyframes bottom-to-top {
    0% {
      opacity: 0;
      -webkit-transform: -webkit-translateY(1rem);
      transform: translateY(1rem)
    }

    100% {
      opacity: 1;
      -webkit-transform: -webkit-translateY(0);
      transform: translateY(0)
    }
  }

  .anime-left-to-right {
    position: relative
  }

  .anime-left-to-right.is_active:after {
    -webkit-animation: left-to-right .8s ease-out;
    animation: left-to-right .8s ease-out;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }

  @-webkit-keyframes mv__title {
    0% {
      opacity: 0;
      -webkit-transform: -webkit-translate(-1rem, 0)
    }

    100% {
      opacity: 1;
      -webkit-transform: -webkit-translate(0, 0)
    }
  }

  @keyframes mv__title {
    0% {
      opacity: 0;
      transform: translate(-1rem, 0)
    }

    100% {
      opacity: 1;
      transform: translate(0, 0)
    }
  }

  @-webkit-keyframes mv__lead {
    0% {
      opacity: 0;
      -webkit-transform: -webkit-translate(-1rem, -50%)
    }

    100% {
      opacity: 1;
      -webkit-transform: -webkit-translate(0, -50%)
    }
  }

  @keyframes mv__lead {
    0% {
      opacity: 0;
      transform: translate(-1rem, -50%)
    }

    100% {
      opacity: 1;
      transform: translate(0, -50%)
    }
  }

  .textSplitLoad {
    opacity: 0
  }

  .js-split {
    visibility: hidden
  }

  .about-sec__img--bg.is_active:after,
  .about-sec__img--photo.is_active:after {
    -webkit-animation: left-to-right .4s ease-in;
    animation: left-to-right .4s ease-in;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }

  .about-sec__container.is_active:after {
    -webkit-animation: left-to-right .4s ease-in;
    animation: left-to-right .4s ease-in;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }
}

@media only screen and (min-width:769px) {

  .c-cvbtn--red,
  .c-cvbtn--white {
    background-repeat: no-repeat;
    background-position: center right 16px
  }

  .about-sec,
  .footer-info,
  .footer-info__entry,
  .table {
    display: flex
  }

  * {
    margin: 0;
    padding: 0;
    border: 0
  }

  body,
  html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 2
  }

  img {
    max-width: 100%;
    height: auto
  }

  .container {
    width: 80%
  }

  .section-title {
    font-size: 70px;
    line-height: .5;
    margin-bottom: 3rem;
    padding-top: 2rem
  }

  .section-title+p {
    font-size: 16px
  }

  .section-title:after {
    top: 0;
    width: 40px;
    height: 10px;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg)
  }

  .c-cvbtn,
  header {
    height: 60px
  }

  .section-title span {
    font-size: 14px
  }

  .table {
    flex-wrap: wrap;
    padding: 1rem 0
  }

  .table__col {
    width: 50%
  }

  .table__tr {
    padding: 1.5rem 0
  }

  .c-cvbtn {
    width: 280px;
    line-height: 60px;
    box-sizing: border-box
  }

  .c-cvbtn--red {
    background-color: #f63b29;
    color: #fff;
    background-image: url(../img/arrow-white.png);
    border-left: 1px solid transparent
  }

  .c-cvbtn--red:hover,
  .c-cvbtn--white {
    background-color: #fff;
    color: #f63b29;
    background-image: url(../img/arrow-red.png);
    border: 1px solid #f63b29
  }

  .c-cvbtn--white:hover {
    background-image: url(../img/arrow-white.png);
    background-color: #f63b29;
    color: #fff;
    border: 1px solid #fff
  }

  .c-cvbtn--arrow {
    top: 1.25rem;
    right: 1.25rem
  }

  header h1 {
    padding: .75rem 1rem
  }

  .footer-info__entry {
    width: 50%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .footer-info__col {
    width: 50%
  }

  .footer-info__share,
  .footer-info__tv {
    padding: 3em
  }

  .footer-info__title {
    font-size: 22px
  }

  .footer-info .share-wrap {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  .footer-info .share-wrap i {
    width: 16px;
    height: 16px;
    margin: 0 .25rem;
    color: #fff;
    padding: 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
  }

  .mv__bg,
  .mv__bg--bgimg {
    top: 0;
    width: 100%;
    height: 100vh
  }

  .footer-info .share-wrap i:hover {
    background: #fff;
    color: #4e5155
  }

  footer h1 {
    float: left;
    margin: 1.5rem 1rem
  }

  footer p small {
    font-size: 12px
  }

  footer .footer-company {
    float: left;
    margin: 1rem
  }

  footer .footer-credit {
    float: right;
    margin: 1.5rem 1rem;
    font-weight: 400
  }

  @-webkit-keyframes mv {
    0% {
      opacity: 0;
      -webkit-transform: scale(1)
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1.1)
    }
  }

  @keyframes mv {
    0% {
      opacity: 0;
      transform: scale(1)
    }

    100% {
      opacity: 1;
      transform: scale(1.1)
    }
  }

  .mv__bg {
    position: fixed;
    overflow: hidden;
    z-index: -1
  }

  .about-sec__img--num,
  .mv__bg--bgimg,
  .mv__bg--screen {
    position: absolute
  }

  .mv__bg--screen {
    width: 100%;
    min-height: 100vh;
    background-color: #f63b29;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 5;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .mv__bg--screen.is_active {
    background-position: 1rem 1rem;
    background-size: auto
  }

  .mv__bg--bgimg {
    left: 0;
    background: url(../img/mv_bg.png) center center no-repeat;
    background-size: cover;
    -webkit-animation: mv 1.5s ease-out;
    animation: mv 1.5s ease-out;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }

  .mv__title {
    font-size: 72px;
    top: 50%;
    left: 5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -2rem
  }

  .mv__title--upper {
    font-size: 24px
  }

  .mv__title--below {
    font-size: 20px;
    margin-top: .75rem
  }

  .mv__scroll {
    left: 5rem
  }

  .lead {
    width: calc(80% - 1.5rem)
  }

  .lead__title {
    font-size: 61px;
    line-height: 72px
  }

  .lead__body {
    font-size: 18px;
    margin-top: 2rem
  }

  .about {
    padding-top: 180px
  }

  .about .container {
    margin-bottom: 9rem
  }

  .about .container .about__point-img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .about-sec {
    width: 80%;
    margin: 4.5rem auto
  }

  .about-sec:nth-child(even) .about-sec__img--bg {
    -webkit-transform: translate(-21%, -5rem);
    transform: translate(-21%, -5rem)
  }

  .about-sec:nth-child(even) .about-sec__img--num {
    -webkit-transform: rotate(90deg) translate(.3rem, -2.1rem);
    transform: rotate(90deg) translate(.3rem, -2.1rem);
    top: 0;
    right: 0;
    z-index: 5
  }

  .about-sec:nth-child(even) .about-sec__container {
    margin-left: 5.5rem
  }

  .about-sec:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .about-sec:nth-child(odd) .about-sec__img--bg {
    -webkit-transform: translate(21%, -5rem);
    transform: translate(21%, -5rem)
  }

  .about-sec:nth-child(odd) .about-sec__img--num {
    -webkit-transform: rotate(90deg) translate(.3rem, 2rem);
    transform: rotate(90deg) translate(.3rem, 2rem);
    top: 0;
    left: 0;
    z-index: 5
  }

  .about-sec:nth-child(odd) .about-sec__container {
    margin-right: 5.5rem
  }

  .about-sec h3 {
    font-size: 52px;
    margin-top: 1.5rem
  }

  .about-sec p,
  .program-sec p {
    font-size: 14px
  }

  .about-sec h3 span {
    display: none
  }

  .about-sec__img {
    width: 60%
  }

  .about-sec__img--bg img {
    max-width: 100%;
    height: auto
  }

  .about-sec__img--photo img {
    min-width: 100%;
    height: auto
  }

  .about-sec__container {
    width: calc(40% - 5.5rem);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    line-height: 2;
    position: relative
  }

  .program {
    padding-top: 124px;
    padding-bottom: 3.5rem;
    background-size: contain
  }

  .program-sec--wrap {
    margin-top: 5rem
  }

  .program-sec {
    width: calc(33% - 2rem)
  }

  .program-sec:first-child,
  .program-sec:nth-child(4) {
    margin-right: 2rem
  }

  .program-sec:nth-child(2),
  .program-sec:nth-child(5) {
    margin-right: 1rem;
    margin-left: 1rem
  }

  .program-sec:nth-child(3) {
    margin-left: 2rem
  }

  .program-square__content.sec_01 {
    background: url(../img/program_01.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_02 {
    background: url(../img/program_02.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_03 {
    background: url(../img/program_03.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_04 {
    background: url(../img/program_04.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content.sec_05 {
    background: url(../img/program_05.png) center center no-repeat;
    background-size: cover
  }

  .program-square__content h3 {
    font-size: 32px
  }

  .program-square__num {
    width: 40px;
    height: 40px
  }

  .recommend {
    margin: 3rem auto 5rem;
    padding: 2rem 2rem 4rem;
    border-top: 10px solid #dcdcdc;
    border-right: 10px solid #f63b29;
    border-bottom: 10px solid #dcdcdc;
    border-left: 10px solid #f63b29
  }

  .recommend-section {
    display: block;
    width: 33.3%;
    float: left
  }

  .recommend-section p {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 1rem 0
  }

  .recommend-title {
    font-size: 28px
  }

  .recommend-icon {
    width: 160px;
    height: 160px;
    margin: auto
  }

  .recommend-icon img {
    max-width: 50%
  }

  .info {
    padding: 8rem 0
  }

  .u-center-block {
    display: block;
    margin: auto
  }

  .about-sec:after,
  .about-sec:before,
  .recommend:after,
  .recommend:before,
  .table:after,
  .table:before,
  .u-cf:after,
  .u-cf:before,
  footer:after,
  footer:before {
    content: " ";
    display: table
  }

  .about-sec:after,
  .recommend:after,
  .table:after,
  .u-cf:after,
  footer:after {
    clear: both
  }

  .u-left {
    float: left
  }

  .u-right {
    float: right
  }

  .u-sp_only {
    display: none
  }

  .u-pc_only {
    display: inherit
  }

  @keyframes left-to-right {
    0% {
      -webkit-transform: -webkit-scaleX(1);
      transform: scaleX(1)
    }

    100% {
      -webkit-transform: -webkit-scaleX(0);
      transform: scaleX(0)
    }
  }

  @-webkt-keyframes left-to-right {
    0% {
      -webkit-transform: -webkit-scaleX(1);
      transform: scaleX(1)
    }

    100% {
      -webkit-transform: -webkit-scaleX(0);
      transform: scaleX(0)
    }
  }

  @keyframes bottom-to-top {
    0% {
      opacity: 0;
      -webkit-transform: -webkit-translateY(1rem);
      transform: translateY(1rem)
    }

    100% {
      opacity: 1;
      -webkit-transform: -webkit-translateY(0);
      transform: translateY(0)
    }
  }

  .anime-left-to-right {
    position: relative
  }

  .anime-left-to-right.is_active:after {
    -webkit-animation: left-to-right .8s ease-out;
    animation: left-to-right .8s ease-out;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }

  @-webkit-keyframes mv__title {
    0% {
      opacity: 0;
      -webkit-transform: -webkit-translate(-1rem, 0)
    }

    100% {
      opacity: 1;
      -webkit-transform: -webkit-translate(0, 0)
    }
  }

  @keyframes mv__title {
    0% {
      opacity: 0;
      transform: translate(-1rem, 0)
    }

    100% {
      opacity: 1;
      transform: translate(0, 0)
    }
  }

  @-webkit-keyframes mv__lead {
    0% {
      opacity: 0;
      -webkit-transform: -webkit-translate(-1rem, -50%)
    }

    100% {
      opacity: 1;
      -webkit-transform: -webkit-translate(0, -50%)
    }
  }

  @keyframes mv__lead {
    0% {
      opacity: 0;
      transform: translate(-1rem, -50%)
    }

    100% {
      opacity: 1;
      transform: translate(0, -50%)
    }
  }

  .textSplitLoad {
    opacity: 0
  }

  .js-split {
    visibility: hidden
  }

  .about-sec__img--bg.is_active:after,
  .about-sec__img--photo.is_active:after {
    -webkit-animation: left-to-right .4s ease-in;
    animation: left-to-right .4s ease-in;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }

  .about-sec__container.is_active:after {
    -webkit-animation: left-to-right .4s ease-in;
    animation: left-to-right .4s ease-in;
    -webkit-animation-fill-mode: forwords;
    animation-fill-mode: forwards
  }

  .program .about-sec__container:after,
  .program .about-sec__img--bg:after,
  .program .about-sec__img--photo:after,
  .program .anime-left-to-right:after,
  .program .box-left-to-right {
    width: 66.6%
  }
}
