@charset "utf-8";
/*--------------------------------------------------------------------------------
general
--------------------------------------------------------------------------------*/
.visibilittyHidden {
  position: absolute!important;
  display: block!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  margin: -1px !important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
}
.c5--yellow {
  background-color: #E1AE24;
}
.c5--green {
  background-color: #8EB13A;
}
.c5--blue {
  background-color: #549CBD;
}
.c5--black {
  background-color: #000;
}
.c5--o-40 {
  opacity: 0.4;
}
.c5--o-50 {
  opacity: 0.5;
}
.c5--o-70 {
  opacity: 0.7;
}
.c5-scroll-guide {
  width: 173px;
  height: 120px;
  margin: 0 auto;
  background: url('../img/ico_arrow.svg') center center no-repeat;
  background-size: contain;
  -webkit-animation-name: pulse-wait0;
          animation-name: pulse-wait0;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  cursor: pointer;
}
.pulse.wait0.animated {
  -webkit-animation: pulse-wait0 2s linear infinite;
          animation: pulse-wait0 2s linear infinite;
}
@-webkit-keyframes pulse-wait0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse-wait0 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------------------------------------------------------
script style
--------------------------------------------------------------------------------*/
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.js-fadeIn.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-fadeIn--fast {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.js-fadeIn--fast.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-fadeIn--late {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 700ms;
  transition: all 700ms;
}
.js-fadeIn--late.js-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/*--------------------------------------------------------------------------------
c5-container
--------------------------------------------------------------------------------*/
.c5-container {
  width: 100%;
  margin: 40px 0 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
/*--------------------------------------------------------------------------------
c5-mainVisual
--------------------------------------------------------------------------------*/
.c5-mainVisual {
  margin: 0 0 40px;
  height: 620px;
  position: relative;
  overflow: hidden;
  /*** ver2 ***/
}
.c5-mainVisual .c5-mainVisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1300px;
  background: url('../img/bg_kv.jpg') center center no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 20000ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: -webkit-transform 20000ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: transform 20000ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: transform 20000ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s, -webkit-transform 20000ms cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 0;
}
.c5-mainVisual .c5-mainVisual__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-mainVisual .c5-mainVisual__inner_2 {
  width: 100%;
}
.c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__title {
  width: 100%;
  background-color: rgba(70, 70, 70, 0.7);
  text-align: center;
  font-size: 60px;
  font-weight: normal;
  padding: 20px 0;
  bottom: 160px;
}
.c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__subtitle__middle {
  width: 100%;
  text-align: center;
  background-color: rgba(70, 70, 70, 0.7);
  color: #FFF;
  font-size: 38px;
  line-height: 60px;
  position: absolute;
  bottom: 100px;
  height: 60px;
  margin: 0;
}
.c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__subtitle {
  width: 100%;
  background-color: rgba(70, 70, 70, 0.7);
  font-weight: normal;
  margin: 0;
  position: absolute;
  bottom: 0;
  height: 100px;
  color: #FFF;
  font-size: 72px;
  line-height: 100px;
  text-align: center;
}
.c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__subtitle .c5-mainVisual__subtitle__new {
  display: inline-block;
  background-color: #FF0000;
  padding: 5px 10px;
  margin: 0 0 0 30px;
  font-size: 28px;
  line-height: 28px;
}
.c5-mainVisual .c5-mainVisual__title {
  color: #FFF;
  font-size: 82px;
  font-weight: normal;
  position: absolute;
  bottom: 40px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 979px) {
  .c5-mainVisual {
    height: 310px;
    /*** ver2 ***/
  }
  .c5-mainVisual .c5-mainVisual__bg {
    height: 650px;
    background-image: url('../img/bg_kv_sp.jpg');
  }
  .c5-mainVisual .c5-mainVisual__inner {
    max-width: 100%;
  }
  .c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__title {
    font-size: 30px;
    padding: 20px 0;
    bottom: 80px;
  }
  .c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__subtitle__middle {
    font-size: 24px;
    line-height: 30px;
    bottom: 50px;
    height: 30px;
  }
  .c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__subtitle {
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
  .c5-mainVisual .c5-mainVisual__inner_2 .c5-mainVisual__subtitle .c5-mainVisual__subtitle__new {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 10px;
    margin: 0 0 0 10px;
  }
  .c5-mainVisual .c5-mainVisual__title {
    font-size: 6.8vw;
  }
}
/*--------------------------------------------------------------------------------
c5-lead
--------------------------------------------------------------------------------*/
.c5-lead {
  max-width: 1200px;
  margin: 0 auto 40px;
}
.c5-lead .c5-lead__txt {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 979px) {
  .c5-lead {
    max-width: 100%;
  }
  .c5-lead .c5-lead__txt {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------------------------
c5-flow
--------------------------------------------------------------------------------*/
.c5-flow {
  background: #F2F2F2;
  height: 420px;
  overflow-y: hidden;
  margin: 0 0 40px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c5-flow img {
/*
  display: block;
  margin: 0 auto;
*/
}
@media (max-width: 979px) {
  .c5-flow {
    height: auto;
  }
  .c5-flow img {
    width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------------------------------------
c5-btn-area
--------------------------------------------------------------------------------*/
.c5-btn-area {
  max-width: 800px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.c5-btn-area .c5-btn-area__item {
  width: 367px;
  height: 367px;
  text-align: center;
  overflow: hidden;
  border-radius: 183px;
  position: relative;
  z-index: 10;
}
.c5-btn-area .c5-btn-area__item:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.c5-btn-area .c5-btn-area__item:hover:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c5-btn-area .c5-btn-area__item:nth-child(1):after {
  background: url('../img/bg_01.jpg') top center no-repeat;
}
.c5-btn-area .c5-btn-area__item:nth-child(2):after {
  background: url('../img/bg_02.jpg') top center no-repeat;
}
.c5-btn-area .c5-btn-area__item:nth-child(3):after {
  background: url('../img/bg_03.jpg') top center no-repeat;
}
.c5-btn-area .c5-btn-area__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.c5-btn-area .c5-btn-area__item .c5-btn-area__item__label {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  color: #FFF;
  padding: 20px 0 0;
  margin: 0;
  z-index: 2;
}
@media (max-width: 979px) {
  .c5-btn-area {
    max-width: 100%;
  }
  .c5-btn-area .c5-btn-area__item {
    width: 32vw;
    height: 32vw;
    border-radius: 16vw;
    margin: 0 0 20px;
  }
  .c5-btn-area .c5-btn-area__item:nth-child(1):after {
    background: url('../img/bg_01.jpg') top center no-repeat;
    background-size: contain;
  }
  .c5-btn-area .c5-btn-area__item:nth-child(2):after {
    background: url('../img/bg_02.jpg') top center no-repeat;
    background-size: contain;
  }
  .c5-btn-area .c5-btn-area__item:nth-child(3):after {
    background: url('../img/bg_03.jpg') top center no-repeat;
    background-size: contain;
  }
  .c5-btn-area .c5-btn-area__item .c5-btn-area__item__label {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .c5-btn-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c5-btn-area .c5-btn-area__item {
    width: 100%;
    height: 100vw;
    border-radius: 50vw;
  }
}
/*--------------------------------------------------------------------------------
c5-card
--------------------------------------------------------------------------------*/
.c5-card .c5-card__title {
  font-size: 42px;
  font-weight: normal;
  color: #FFF;
  height: 120px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.c5-card .c5-card__title span {
  display: block;
  width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.c5-card .c5-card__image-area {
  height: 700px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c5-card .c5-card__image-area[data-category="brest"] {
  background-image: url('../img/bg_04.jpg');
}
.c5-card .c5-card__image-area[data-category="presentation"] {
  background-image: url('../img/bg_05.jpg');
}
.c5-card .c5-card__image-area[data-category="activelearning"] {
  background-image: url('../img/bg_06.jpg');
}
.c5-card .c5-card__smoke-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c5-card .c5-card__inner {
  max-width: 1168px;
  padding: 0 16px;
  margin: 0 auto;
  color: #FFF;
  position: relative;
  padding: 40px 0;
  z-index: 2;
}
.c5-card .c5-card__catch {
  font-size: 70px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 20px;
}
.c5-card .c5-card__txt {
  font-size: 24px;
  line-height: 1.6;
  width: 50%;
  margin: 0;
}
@media (max-width: 1080px) {
  .c5-card .c5-card__title {
    font-size: 24px;
    height: 60px;
    line-height: 1.2;
  }
  .c5-card .c5-card__title span {
    width: 100%;
  }
  .c5-card .c5-card__image-area {
    height: 440px;
  }
  .c5-card .c5-card__inner {
    max-width: 100%;
    padding: 16px;
  }
  .c5-card .c5-card__catch {
    font-size: 6.8vw;
  }
  .c5-card .c5-card__txt {
    font-size: 15px;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------
c5-video
--------------------------------------------------------------------------------*/
.c5-video {
  margin: 0 0 40px;
  height: 700px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c5-video[data-category="brest"] {
  background-image: url('../img/bg_04.jpg');
}
.c5-video[data-category="brest"]:after {
  background-color: #E1AE24;
  opacity: 0.7;
}
.c5-video[data-category="presentation"] {
  background-image: url('../img/bg_05.jpg');
}
.c5-video[data-category="presentation"]:after {
  background-color: #8EB13A;
  opacity: 0.7;
}
.c5-video[data-category="activelearning"] {
  background-image: url('../img/bg_06.jpg');
  margin: 0;
}
.c5-video[data-category="activelearning"]:after {
  background-color: #549CBD;
  opacity: 0.7;
}
.c5-video:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c5-video iframe {
  z-index: 1000;
  position: relative;
}
@media (max-width: 979px) {
  .c5-video {
    height: auto;
    display: block;
    padding: 30px 0;
  }
  .c5-video .c5-video--spinner {
    position: relative;
    width: 90%;
    height: 0;
    padding: 0 0 56.77%;
    margin: 0 auto;
  }
  .c5-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*--------------------------------------------------------------------------------
c5-cardV2
--------------------------------------------------------------------------------*/
.c5-cardV2 {
  background: #E5E6E6;
}
.c5-cardV2 .c5-cardV2__inner {
  max-width: 1168px;
  height: 320px;
  padding: 0 16px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c5-cardV2 .c5-cardV2__lbox {
  width: 50%;
  height: 320px;
}
.c5-cardV2 .c5-cardV2__title {
  height: 80px;
  background: url('../img/logo_ve.svg') no-repeat;
  background-size: contain;
  margin: 40px 0 0;
}
.c5-cardV2 .c5-cardV2__txt {
  font-size: 36px;
  font-weight: bold;
}
.c5-cardV2 .c5-cardV2__txt span {
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 0 20px;
}
.c5-cardV2 .c5-cardV2__txt_middle {
  font-size: 20px;
  margin-bottom: 26px;
}
.c5-cardV2 .c5-cardV2__rbox {
  width: 50%;
  height: 320px;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c5-cardV2 .c5-cardV2__rbox figure {
  margin: 0;
}
.c5-cardV2 .c5-cardV2__rbox figure img {
  width: 100%;
  height: auto;
}
.c5-cardV2 .c5-cardV2__rbox__model {
  text-align: right;
  margin: 0;
}
.c5-cardV2 .c5-cardV2__rbox__model img {
  width: 112px;
  height: auto;
}
@media (max-width: 979px) {
  .c5-cardV2 .c5-cardV2__inner {
    max-width: 100%;
    height: 100%;
  }
  .c5-cardV2 .c5-cardV2__lbox {
    width: 50%;
    height: 100%;
  }
  .c5-cardV2 .c5-cardV2__title {
    height: 30px;
    margin: 30px 0 0;
  }
  .c5-cardV2 .c5-cardV2__txt {
    font-size: 24px;
  }
  .c5-cardV2 .c5-cardV2__txt span {
    display: block;
    font-size: 16px;
    padding: 0;
  }
  .c5-cardV2 .c5-cardV2__txt_middle {
    font-size: 18px;
  }
  .c5-cardV2 .c5-cardV2__rbox__model {
    margin: 30px 0 0;
  }
}
/*--------------------------------------------------------------------------------
c5-about
--------------------------------------------------------------------------------*/
.c5-about {
  margin: 106px 0 0;
}
.c5-about .c5-about__inner {
  max-width: 1168px;
  padding: 0 16px;
  margin: 0 auto;
}
.c5-about .c5-about__title {
  margin: 0 0 40px;
}
.c5-about .c5-about__subtitle {
  color: #FFF;
  background: #595757;
  padding: 0 0 0 16px;
  margin: 0 0 20px;
}
.c5-about .c5-about-function {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
.c5-about .c5-about-function .c5-about-function__block {
  width: 49%;
  background: #E6E6E6;
  margin: 0 0 20px;
}
.c5-about .c5-about-function .c5-about-function__block .c5-about-function__title {
  background: #595757;
  color: #FFF;
  padding: 16px;
  font-size: 24px;
  margin: 0 0 20px;
}
.c5-about .c5-about-function .c5-about-function__block img {
  display: block;
  margin: 0 auto 20px;
}
.c5-about .c5-about-function .c5-about-function__block .c5-about-function__content {
  padding: 16px;
}
.c5-about .c5-about-function .c5-about-function__block .c5-about-function__content span {
  font-size: 12px;
}
.c5-about .c5-about-constitution {
  margin: 0 0 40px;
}
.c5-about .c5-about-constitution img {
  display: block;
  margin: 0 auto;
}
.c5-about .c5-about-spec {
  margin: 0 0 40px;
}
.c5-about .c5-about-spec table {
  width: 100%;
  background: #E6E6E6;
  border-collapse: collapse;
  border: 1px solid #FFF;
  text-align: center;
}
.c5-about .c5-about-spec table th,
.c5-about .c5-about-spec table td {
  border-collapse: collapse;
  border: 1px solid #FFF;
}
.c5-about .c5-about-spec table thead th {
  background: #B5B5B6;
}
.c5-about .c5-about-option {
  margin: 0 0 120px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c5-about .c5-about-option .c5-about-option__block {
  width: 583px;
  border-bottom: 1px solid #BFC0C0;
  padding: 20px 0;
}
.c5-about .c5-about-option .c5-about-option__block:nth-child(odd) {
  border-right: 1px solid #BFC0C0;
}
.c5-about .c5-about-option .c5-about-option__block:nth-child(even) {
  width: 567px;
  padding: 20px 0 20px 16px;
}
.c5-about .c5-about-option .c5-about-option__block .c5-about-option__product {
  margin: 0;
}
.c5-about .c5-about-option .c5-about-option__block .c5-about-option__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.c5-about .c5-about-option .c5-about-option__block .c5-about-option__price {
  font-size: 12px;
  margin: 0;
}
.c5-about .c5-about-option .c5-about-option__block .c5-about-option__content {
  margin: 0;
}
@media (max-width: 1199px) {
  .c5-about .c5-about__inner {
    max-width: 100%;
  }
  .c5-about .c5-about-function .c5-about-function__block {
    width: 49%;
  }
  .c5-about .c5-about-function .c5-about-function__block .c5-about-function__title {
    font-size: 20px;
  }
  .c5-about .c5-about-function .c5-about-function__block img {
    width: 100%;
    height: auto;
  }
  .c5-about .c5-about-constitution img {
    width: 100%;
    height: auto;
  }
  .c5-about .c5-about-spec table {
    width: 100%;
  }
  .c5-about .c5-about-option .c5-about-option__block {
    width: 49%;
  }
  .c5-about .c5-about-option .c5-about-option__block:nth-child(even) {
    width: 50%;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .c5-about .c5-about-function .c5-about-function__block {
    width: 100%;
  }
  .c5-about .c5-about-option .c5-about-option__block {
    width: 100%;
  }
  .c5-about .c5-about-option .c5-about-option__block:nth-child(odd) {
    border-right: none;
  }
  .c5-about .c5-about-option .c5-about-option__block:nth-child(even) {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------------
c5-btn-areaV2
--------------------------------------------------------------------------------*/
.c5-btn-areaV2 {
  margin: 0 0 120px;
}
.c5-btn-areaV2 .c5-btn-areaV2__inner {
  max-width: 1168px;
  padding: 0 16px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c5-btn-areaV2 .c5-btn-areaV2__inner a {
  display: block;
  width: 400px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c5-btn-areaV2 .c5-btn-areaV2__inner a:hover {
  opacity: 0.75;
}
.c5-btn-areaV2 .c5-btn-areaV2__inner .contact {
  background-image: url('../img/btn_01.jpg');
}
.c5-btn-areaV2 .c5-btn-areaV2__inner .catalog {
  background-image: url('../img/btn_02.jpg');
}
.c5-btn-areaV2 .c5-btn-areaV2__inner .help {
  background-image: url('../img/btn_03.jpg');
}
@media (max-width: 979px) {
  .c5-btn-areaV2 .c5-btn-areaV2__inner {
    max-width: 100%;
    display: block;
  }
  .c5-btn-areaV2 .c5-btn-areaV2__inner a {
    width: 100%;
  }
  .c5-btn-areaV2 .c5-btn-areaV2__inner a:hover {
    opacity: 1;
  }
  .c5-btn-areaV2 .c5-btn-areaV2__inner a:first-child {
    margin: 0 0 20px;
  }
}

/*--------------------------------------------------------------------------------
c5-banner-area
--------------------------------------------------------------------------------*/
.c5-banner-area {
  margin: 0 0 120px;
}
.c5-banner-area .c5-banner__inner {
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c5-banner-area .c5-banner__inner img {
  display: block;
  max-width: 1200px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.c5-banner-area .c5-banner__inner a:hover {
  opacity: 0.75;
}
.c5-banner-area .c5-banner__inner .banner {
}
@media (max-width: 979px) {
  .c5-banner-area .c5-banner__inner {
    max-width: 100%;
    display: block;
  }
  .c5-banner-area .c5-banner__inner img {
    width: 100%;
  }
  .c5-banner-area .c5-banner__inner a:hover {
    opacity: 1;
  }
  .c5-banner-area .c5-banner__inner a:first-child {
    margin: 0 0 20px;
  }
}
