/*-reason--*/
.reason main, .reason .breadcrumb {
  background: #fff;
}
.reason .breadcrumb {
  margin-bottom: 0;
}
.reason .page-mv {
  background: url("/cc104700/file/252436.jpg") no-repeat top center/cover;
  height: 260px;
}
.reason .page-mv .mv-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reason .page-mv .mv-inner h1 {
  text-align: center;
  color: #fff;
  font-family: "MPLUS1p";
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .reason .page-mv .mv-inner h1 {
    font-size: 20px;
  }
}
.reason .page-mv .mv-inner p {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.reason #reason-head {
  padding: 0;
}
.reason #reason-head h2.head-title {
  font-size: 20px;
  line-height: 1.75;
  font-family: "Noto Sans JP";
  margin-bottom: 0;
}
.reason #reason-head h2.head-title::after {
  display: none;
}
.reason #reason-head h2.head-title span {
  margin-bottom: 35px;
  display: block;
}
.reason .reason-item {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.reason .reason-item.reason01 {
  padding: 80px 0 110px;
  margin-bottom: 20px;
}
.reason .reason-item.reason02 {
  padding: 110px 0 100px;
  margin-bottom: 20px;
}
.reason .reason-item.reason03 {
  padding: 110px 0 80px;
}
.reason .reason-item .reason-title {
  text-align: center;
}
.reason .reason-item .reason-title p {
  color: #001F50;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-family: "Noto Serif JP";
}
.reason .reason-item .reason-title h2 {
  color: #2F2F2F;
  font-family: "MPLUS1p";
  margin-bottom: 0;
}
.reason .reason-item .reason-title h2::after {
  background-color: #2F2F2F;
}
.reason .reason-item .reason-text {
  max-width: 823px;
  margin: auto;
  padding-top: 40px;
}
.reason .reason-item .reason-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 26px;
}
.reason .reason-item .reason-text .small {
  font-size: 16px;
}
.reason .reason-item .shell {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-filter: opacity(1);
          filter: opacity(1);
  transition: all 0.3s ease;
}
@-webkit-keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes infinitescroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.reason .reason-item.reason01 .shell {
  background-image: url("/cc104700/file/252875.jpg");
}
.reason .reason-item.reason01.is-show .shell {
  -webkit-animation: infinitescroll 100s linear infinite;
          animation: infinitescroll 100s linear infinite;
  animation-direction: reverse;
}
.reason .reason-item.reason01.is-leave .shell {
  -webkit-animation: infinitescroll 100s linear infinite;
          animation: infinitescroll 100s linear infinite;
  animation-direction: reverse;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.reason .reason-item.reason02 .shell {
  background-image: url("/cc104700/file/252438.jpg");
}
.reason .reason-item.reason02.is-show .shell {
  -webkit-animation: infinitescroll 200s linear infinite;
          animation: infinitescroll 200s linear infinite;
  animation-direction: reverse;
}
.reason .reason-item.reason02.is-leave .shell {
  -webkit-animation: infinitescroll 200s linear infinite;
          animation: infinitescroll 200s linear infinite;
  animation-direction: reverse;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.reason .reason-item.reason03 .shell {
  background-image: url("/cc104700/file/253235.jpg");
}
.reason .reason-item.reason03.is-show .shell {
  -webkit-animation: infinitescroll 100s linear infinite;
          animation: infinitescroll 100s linear infinite;
  animation-direction: reverse;
}
.reason .reason-item.reason03.is-leave .shell {
  -webkit-animation: infinitescroll 100s linear infinite;
          animation: infinitescroll 100s linear infinite;
  animation-direction: reverse;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

/*# sourceMappingURL=reason.css.map */