.concept {
  padding: 80px 0 120px;
  position: relative;
}
@media (min-width: 835px) {
  .concept {
    padding: 200px 0;
  }
}
.concept:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/img/common/grid/ph_grid_top_nrw.png) repeat-x 0 100%/364px 504px;
  content: "";
  height: 504px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 835px) {
  .concept:before {
    background: url(../../assets/img/common/grid/ph_grid_top.png) repeat-x 0 0/1920px 1080px;
    height: 1080px;
  }
}

.concept__ttl {
  margin: 0 auto;
  width: 67vw;
}
@media (min-width: 835px) {
  .concept__ttl {
    max-width: 800px;
  }
}

.concept__row {
  margin: 32px 0 0;
}
@media (min-width: 835px) {
  .concept__row {
    display: flex;
    justify-content: center;
    margin: 100px 0 0;
  }
}

.concept__catch {
  margin: 0 auto;
  opacity: 0;
  transform: translate(0, 20px);
  width: min(84vw, 400px);
}
.concept__catch.-reveal {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.8s 0s ease;
}
@media (min-width: 835px) {
  .concept__catch {
    margin: 0;
    width: 200px;
  }
}

@media (min-width: 835px) {
  .concept__txt {
    margin-left: 100px;
  }
}
@media (max-width: 834px) {
  .concept__txt {
    display: flex;
    justify-content: center;
  }
}
.concept__txt .bodytxt {
  font-size: min(4vw, 24px);
  font-weight: 700;
  line-height: 2.2666666667;
  margin-top: 28px;
}
@media (min-width: 835px) {
  .concept__txt .bodytxt {
    font-size: 1.3125rem;
    line-height: 3.1428571429;
    margin-top: -22px;
  }
}
.concept__txt .bodytxt strong {
  color: #ff9d00;
}
.concept__txt .bodytxt_en {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.7272727273;
  margin-top: 64px;
  font-size: 0.6875rem;
}
.concept__txt .bodytxt_en strong {
  color: #ff9d00;
}

.mv__nav {
  position: absolute;
  left: 50%;
  bottom: 28px;
  align-items: center;
  display: flex;
  transform: translate(-50%, 0);
}
@media (min-width: 835px) {
  .mv__nav {
    position: absolute;
    left: 50%;
    bottom: 41px;
  }
}

@-webkit-keyframes mvarwCubeAnim {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mvarwCubeAnim {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.mv__nav__arw {
  position: relative;
  display: block;
  height: 36px;
  width: 30px;
  transition: transform 0.4s 0s ease;
}
@media (min-width: 835px) {
  .mv__nav__arw {
    height: 48px;
    width: 40px;
  }
}
.mv__nav__arw[data-dir=prev] {
  transform: translate(0, 0) rotate(-90deg);
}
@media (min-width: 835px) {
  .mv__nav__arw[data-dir=prev]:hover {
    transform: translate(-5px, 0) rotate(-90deg);
  }
}
.mv__nav__arw[data-dir=next] {
  transform: translate(0, 0) rotate(90deg);
}
@media (min-width: 835px) {
  .mv__nav__arw[data-dir=next]:hover {
    transform: translate(5px, 0) rotate(90deg);
  }
}
.mv__nav__arw span {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 6px;
  width: 6px;
}
@media (min-width: 835px) {
  .mv__nav__arw span {
    height: 8px;
    width: 8px;
  }
}
.-loaded .mv__nav__arw span:nth-child(1) {
  -webkit-animation: mvarwCubeAnim 8s ease 0.6s infinite;
          animation: mvarwCubeAnim 8s ease 0.6s infinite;
}
.-loaded .mv__nav__arw span:nth-child(2) {
  -webkit-animation: mvarwCubeAnim 8s ease 0.7s infinite;
          animation: mvarwCubeAnim 8s ease 0.7s infinite;
}
.-loaded .mv__nav__arw span:nth-child(3) {
  -webkit-animation: mvarwCubeAnim 8s ease 0.8s infinite;
          animation: mvarwCubeAnim 8s ease 0.8s infinite;
}
.-loaded .mv__nav__arw span:nth-child(4) {
  -webkit-animation: mvarwCubeAnim 8s ease 0.9s infinite;
          animation: mvarwCubeAnim 8s ease 0.9s infinite;
}
.-loaded .mv__nav__arw span:nth-child(5) {
  -webkit-animation: mvarwCubeAnim 8s ease 1s infinite;
          animation: mvarwCubeAnim 8s ease 1s infinite;
}
.-loaded .mv__nav__arw span:nth-child(6) {
  -webkit-animation: mvarwCubeAnim 8s ease 1.1s infinite;
          animation: mvarwCubeAnim 8s ease 1.1s infinite;
}
.-loaded .mv__nav__arw span:nth-child(7) {
  -webkit-animation: mvarwCubeAnim 8s ease 1.2s infinite;
          animation: mvarwCubeAnim 8s ease 1.2s infinite;
}
.-loaded .mv__nav__arw span:nth-child(8) {
  -webkit-animation: mvarwCubeAnim 8s ease 1.3s infinite;
          animation: mvarwCubeAnim 8s ease 1.3s infinite;
}
.-loaded .mv__nav__arw span:nth-child(9) {
  -webkit-animation: mvarwCubeAnim 8s ease 1.4s infinite;
          animation: mvarwCubeAnim 8s ease 1.4s infinite;
}
.-loaded .mv__nav__arw span:nth-child(10) {
  -webkit-animation: mvarwCubeAnim 8s ease 1.5s infinite;
          animation: mvarwCubeAnim 8s ease 1.5s infinite;
}
.mv__nav__arw span.c1 {
  position: absolute;
  top: 0;
  left: 40%;
}
.mv__nav__arw span.c2 {
  position: absolute;
  top: 16.666%;
  left: 20%;
}
.mv__nav__arw span.c3 {
  position: absolute;
  top: 16.666%;
  left: 40%;
}
.mv__nav__arw span.c4 {
  position: absolute;
  top: 16.666%;
  left: 60%;
}
.mv__nav__arw span.c5 {
  position: absolute;
  top: 33.333%;
  left: 0%;
}
.mv__nav__arw span.c6 {
  position: absolute;
  top: 33.333%;
  left: 40%;
}
.mv__nav__arw span.c7 {
  position: absolute;
  top: 33.333%;
  left: 80%;
}
.mv__nav__arw span.c8 {
  position: absolute;
  top: 50%;
  left: 40%;
}
.mv__nav__arw span.c9 {
  position: absolute;
  top: 66.666%;
  left: 40%;
}
.mv__nav__arw span.c10 {
  position: absolute;
  top: 83.333%;
  left: 40%;
}

@-webkit-keyframes dotAnim {
  0% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 0 0;
    transform: scaleX(1);
  }
}

@keyframes dotAnim {
  0% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 0 0;
    transform: scaleX(1);
  }
}
.mv__nav__index {
  display: flex;
  margin: 0 16px;
}
@media (min-width: 835px) {
  .mv__nav__index {
    margin: 0 24px;
  }
}

.mv__nav__index__item {
  position: relative;
  background: #fff;
  height: 6px;
  margin: 0 3px;
  opacity: 0.5;
  transition: opacity 0.2s 0s ease;
  width: 6px;
}
@media (min-width: 835px) {
  .mv__nav__index__item {
    height: 8px;
    margin: 0 4px;
    width: 8px;
  }
}
.mv__nav__index__item.-active::after {
  -webkit-animation: dotAnim 6s 0s ease;
          animation: dotAnim 6s 0s ease;
}
.mv__nav__index__item.-active {
  opacity: 1;
}

.dg.ac {
  z-index: 9999 !important;
}

@-webkit-keyframes canvaszoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes canvaszoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.mv {
  background: #ff9d00;
  height: var(--screenHeight);
  overflow: hidden;
}
@media (min-width: 835px) {
  .mv {
    height: 100vh;
  }
}

.mvgl {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mv__credit {
  position: absolute;
  top: 50%;
  left: 64px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: translate(14px, calc(100% - 62px)) rotate(90deg);
  transform-origin: 0 0;
  font-size: 0.8125rem;
}
@media (max-width: 834px) {
  .mv__credit {
    display: none;
  }
}

.mv__scroll {
  position: absolute;
  top: 15%;
  left: 38px;
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.05em;
  transform: translate(0, -50%) rotate(90deg);
  transform-origin: 0 0;
  font-size: 0.625rem;
}
@media (min-width: 835px) {
  .mv__scroll {
    position: absolute;
    top: auto;
    left: 64px;
    bottom: 0;
    font-size: 0.8125rem;
    transform: translate(14px, calc(100% - 93px - 38px)) rotate(90deg);
  }
}
.mv__scroll .c-arw {
  transform: translate(0, -0.5px);
  margin-left: 4px;
}
@media (min-width: 835px) {
  .mv__scroll .c-arw {
    transform: translate(0, -1px);
  }
}

@-webkit-keyframes mainTextAnim {
  0% {
    opacity: 0;
    transform: translate(0, 100%) skewX(10deg);
    color: #fff;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) skewX(0deg);
    color: #000;
  }
}

@keyframes mainTextAnim {
  0% {
    opacity: 0;
    transform: translate(0, 100%) skewX(10deg);
    color: #fff;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) skewX(0deg);
    color: #000;
  }
}
@-webkit-keyframes mainTextAnimR {
  0% {
    opacity: 1;
    transform: translate(0, 0) skewX(0deg);
    color: #000;
  }
  100% {
    opacity: 0;
    transform: translate(0, 100%) skewX(10deg);
    color: #fff;
  }
}
@keyframes mainTextAnimR {
  0% {
    opacity: 1;
    transform: translate(0, 0) skewX(0deg);
    color: #000;
  }
  100% {
    opacity: 0;
    transform: translate(0, 100%) skewX(10deg);
    color: #fff;
  }
}
@-webkit-keyframes subTextAnim {
  0% {
    opacity: 0;
    transform: translate(0, 100%) skewX(10deg);
    color: #fff;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) skewX(0deg);
    color: #000;
  }
}
@keyframes subTextAnim {
  0% {
    opacity: 0;
    transform: translate(0, 100%) skewX(10deg);
    color: #fff;
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) skewX(0deg);
    color: #000;
  }
}
@-webkit-keyframes outanim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes outanim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mv__ttl {
  position: absolute;
  left: 28px;
  bottom: 15%;
  display: none;
}
@media (min-width: 835px) {
  .mv__ttl {
    position: absolute;
    top: 60%;
    left: 128px;
    bottom: auto;
    transform: translate(0, -50%);
  }
}
.mv__ttl.-active {
  display: block;
}
.mv__ttl .main {
  font-size: 9.6vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 835px) {
  .mv__ttl .main {
    font-size: 4.5vw;
  }
}
.mv__ttl .main span {
  opacity: 0;
  display: inline-block;
}
.mv__ttl .main.-small {
  font-size: 8.5vw;
}
@media (min-width: 835px) {
  .mv__ttl .main.-small {
    font-size: 4.1vw;
  }
}
.mv__ttl.-active .main span:nth-child(1) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.55s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.55s forwards;
}
.mv__ttl.-active .main span:nth-child(2) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.6s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.6s forwards;
}
.mv__ttl.-active .main span:nth-child(3) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.65s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.65s forwards;
}
.mv__ttl.-active .main span:nth-child(4) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.7s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.7s forwards;
}
.mv__ttl.-active .main span:nth-child(5) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.75s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.75s forwards;
}
.mv__ttl.-active .main span:nth-child(6) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.8s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.8s forwards;
}
.mv__ttl.-active .main span:nth-child(7) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.85s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.85s forwards;
}
.mv__ttl.-active .main span:nth-child(8) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.9s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.9s forwards;
}
.mv__ttl.-active .main span:nth-child(9) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.95s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.95s forwards;
}
.mv__ttl.-active .main span:nth-child(10) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1s forwards;
}
.mv__ttl.-active .main span:nth-child(11) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.05s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.05s forwards;
}
.mv__ttl.-active .main span:nth-child(12) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.1s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.1s forwards;
}
.mv__ttl.-active .main span:nth-child(13) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.15s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.15s forwards;
}
.mv__ttl.-active .main span:nth-child(14) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
}
.mv__ttl.-active .main span:nth-child(15) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.25s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.25s forwards;
}
.mv__ttl.-active .main span:nth-child(16) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.3s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.3s forwards;
}
.mv__ttl.-active .main span:nth-child(17) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.35s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.35s forwards;
}
.mv__ttl.-active .main span:nth-child(18) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
}
.mv__ttl.-active .main span:nth-child(19) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.45s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.45s forwards;
}
.mv__ttl.-active .main span:nth-child(20) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.5s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.5s forwards;
}
.mv__ttl.-active .main span:nth-child(21) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.55s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.55s forwards;
}
.mv__ttl.-active .main span:nth-child(22) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.6s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.6s forwards;
}
.mv__ttl.-active .main span:nth-child(23) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.65s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.65s forwards;
}
.mv__ttl.-active .main span:nth-child(24) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.7s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.7s forwards;
}
.mv__ttl.-active .main span:nth-child(25) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.75s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.75s forwards;
}
.mv__ttl.-active .main span:nth-child(26) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.8s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.8s forwards;
}
.mv__ttl.-active .main span:nth-child(27) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.85s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.85s forwards;
}
.mv__ttl.-active .main span:nth-child(28) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.9s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.9s forwards;
}
.mv__ttl.-active .main span:nth-child(29) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.95s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.95s forwards;
}
.mv__ttl.-active .main span:nth-child(30) {
  -webkit-animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2s forwards;
          animation: mainTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2s forwards;
}
.mv__ttl .category {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 8px;
  font-size: 0.6875rem;
  opacity: 0;
}
@media (min-width: 835px) {
  .mv__ttl .category {
    margin-top: 12px;
    font-size: 1rem;
  }
}
.mv__ttl.-active .category {
  -webkit-animation: subTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
          animation: subTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
}
.mv__ttl .more {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 12px;
  font-size: 0.6875rem;
  opacity: 0;
}
@media (min-width: 835px) {
  .mv__ttl .more {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.mv__ttl .more .c-arw {
  margin-right: 4px;
  transform: translate(0, -0.5px);
}
@media (min-width: 835px) {
  .mv__ttl .more .c-arw {
    margin-right: 6px;
    transform: translate(0, -1px);
  }
}
.mv__ttl .more a {
  display: inline-flex;
}
@media (min-width: 835px) {
  .mv__ttl .more a {
    transition: color 0.1s 0s ease;
  }
}
@media (min-width: 835px) {
  .mv__ttl .more a:hover {
    color: #fff;
  }
}
@media (min-width: 835px) {
  .mv__ttl .more a:hover .c-arw {
    background: url(../../assets/img/common/ico/arw/ico_arw_w.svg) no-repeat 0 0/100%;
  }
}
.mv__ttl.-active .more {
  -webkit-animation: subTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
          animation: subTextAnim 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
}

.service {
  padding: 0;
  position: relative;
}

.service__ttl {
  margin: 0 auto;
  width: 49.4vw;
}
@media (min-width: 835px) {
  .service__ttl {
    max-width: 590px;
  }
}

.service__list {
  display: flex;
  flex-flow: column;
}
@media (min-width: 835px) {
  .service__list {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px -32px 0;
  }
}

@-webkit-keyframes lightanim {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate(0, 0%) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0%) scale(1);
  }
}

@keyframes lightanim {
  0% {
    opacity: 1;
    transform: translate(0, 0%) scale(1);
  }
  50% {
    opacity: 0;
    transform: translate(0, 0%) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0%) scale(1);
  }
}
.service__list__item {
  margin: 64px 0 0;
  position: relative;
}
@media (min-width: 835px) {
  .service__list__item {
    margin: 64px 32px;
    width: calc(50% - 64px);
  }
}
@media (max-width: 834px) {
  .service__list__item:first-child {
    margin-top: 32px;
  }
}
.service__list__item .ttl {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 835px) {
  .service__list__item .ttl {
    font-size: 1.5rem;
  }
}
.service__list__item .catch {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 4px;
}
@media (min-width: 835px) {
  .service__list__item .catch {
    font-size: 1.0625rem;
    margin-top: 12px;
  }
}
.service__list__item .more {
  display: inline-flex;
  font-weight: 600;
  z-index: 1;
}
@media (max-width: 834px) {
  .service__list__item .more {
    position: absolute;
    bottom: 0;
    right: -28px;
    background: #fff;
    border: 2px solid #ff9d00;
    border-right: none;
    line-height: 1;
    padding: 10px 24px 8px 12px;
    transform: translate(0, 50%);
    font-size: 0.6875rem;
  }
}
@media (min-width: 835px) {
  .service__list__item .more {
    display: inline-flex;
    font-weight: 600;
    height: auto;
    margin-top: 24px;
    font-size: 1rem;
  }
}
.service__list__item .more .c-arw {
  transform: translate(0, 0);
}
@media (min-width: 835px) {
  .service__list__item .more .c-arw {
    transform: translate(0, 3px);
  }
}
.service__list__item .c-cubebtn {
  position: relative;
  transform: translate(0, -50%);
  height: 32px;
  width: 110px;
  font-size: 0.75rem;
  z-index: 1;
}
@media (min-width: 835px) {
  .service__list__item .c-cubebtn {
    height: 40px;
    width: 160px;
  }
}
.service__list__item a {
  display: block;
  height: 100%;
}
.service__list__item .c-cubebtn .boxBase > .front {
  transform: translateZ(20px);
}
.service__list__item .thumb {
  background: #fff8ed;
  margin-top: 40px;
  position: relative;
}
@media (min-width: 835px) {
  .service__list__item .thumb {
    margin-top: 64px;
    text-align: center;
  }
}
.service__list__item .thumb .l2,
.service__list__item .thumb .l3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.service__list__item .thumb .l2 {
  -webkit-animation: lightanim 2s 0s ease infinite;
          animation: lightanim 2s 0s ease infinite;
}
.service__list__item .thumb .l3 {
  -webkit-animation: lightanim 2s 1s ease infinite;
          animation: lightanim 2s 1s ease infinite;
}
.service__list__item .thumb:after {
  background: #ff9d00;
  content: "";
  height: 100%;
  transform-origin: 100% 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service__list__item.-reveal .thumb:after {
  transform: scaleX(0);
  transition: transform 0.6s 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}