@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@media screen and (min-width: 769px), print {
  body {
    padding-top: 0;
  }
  .mv {
    position: relative;
  }
  .mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 1;
  }
  .mv__behind {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .mv__behind ul.slider__inner li {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1) 0.8s;
    -moz-transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1) 0.8s;
    transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1) 0.8s;
    opacity: 1;
  }
  .mv__behind ul.slider__inner li img {
    position: relative;
    max-width: inherit;
    vertical-align: bottom;
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
       -moz-transform: translate3d(0, 0, 0) scale(1.05);
            transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    transition: -webkit-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    -moz-transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s, -moz-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s, -webkit-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s, -moz-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    -webkit-transform-origin: right 50%;
       -moz-transform-origin: right 50%;
        -ms-transform-origin: right 50%;
            transform-origin: right 50%;
  }
  .mv__behind ul.slider__inner li.active {
    width: 100%;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    z-index: 10;
  }
  .mv__behind ul.slider__inner li.active img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
       -moz-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
  }
  .mv__behind ul.dot {
    position: absolute;
    bottom: 54px;
    left: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .mv__behind ul.dot li {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
  }
  .mv__behind ul.dot li:not(:last-child) {
    margin-right: 11px;
  }
  .mv__behind ul.dot li.active {
    background: #fff;
  }
  .mv .mv__front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
    padding-bottom: 88px;
    padding-left: 45px;
    padding: 0 53.5px 88px 45px;
  }
  .mv .mv__front h2 {
    font-size: 6.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    font-family:  'Inter',"Arial", sans-serif;
  }
  .mv .mv__front h2 > span {
    opacity: 0;
  }
  .mv .mv__front h2.active > span {
    display: inline-block;
    overflow: hidden;
    opacity: 1;
  }
  .mv .mv__front h2.active > span > span {
    display: inline-block;
    -webkit-animation-name: fade-in-up-100;
       -moz-animation-name: fade-in-up-100;
            animation-name: fade-in-up-100;
    -webkit-animation-duration: 1.5s;
       -moz-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.002, 1);
       -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.002, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.002, 1);
    -webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    will-change: transform;
  }
  .mv .mv__front h2.active > span > span:nth-of-type(1) {
    -webkit-animation-delay: 0s !important;
       -moz-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .mv .mv__front h2.active > span > span:nth-of-type(2) {
    -webkit-animation-delay: .06s !important;
       -moz-animation-delay: .06s !important;
            animation-delay: .06s !important;
  }
  .mv .mv__front h2.active > span > span:nth-of-type(3) {
    -webkit-animation-delay: .12s !important;
       -moz-animation-delay: .12s !important;
            animation-delay: .12s !important;
  }
  .mv .mv__frontScroll {
    display: block;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 1.2rem;
    line-height: 40px;
    font-family: 'Inter',"Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 600;
    padding-top: 66px;
    position: relative;
    overflow: hidden;
    text-align: left;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    cursor: pointer;
  }
  .mv .mv__frontScroll::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    overflow: hidden;
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-animation: scroll 5s linear infinite;
       -moz-animation: scroll 5s linear infinite;
            animation: scroll 5s linear infinite;
  }
  .ab_ph {
    background: url(../img/bg_01_pc.jpg) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 70px 0;
  }
  .ab_ph ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ab_ph ul li {
    width: 573px;
    height: 368px;
  }
  .ab_ph ul li a {
    display: block;
    position: relative;
    -moz-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
         box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.1);
  }
  .ab_ph ul li a figure {
    overflow: hidden;
  }
  .ab_ph ul li a figure img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ab_ph ul li a:hover figure img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .ab_ph ul li a:hover {
    opacity: 1;
  }
  .ab_ph ul li a:hover img {
    opacity: 1;
  }
  .ab_ph ul li .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ab_ph ul li .txt p {
    width: 272px;
    height: 119px;
    background-color: #fff;
    font-family: 'Inter',"Arial", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ab_ph ul li .txt p::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #D61B55;
    display: block;
  }
  .t_ttl {
    position: relative;
    margin-bottom: 124px;
  }
  .t_ttl span {
    display: block;
    font-size: 7rem;
    font-weight: 700;
    font-family: 'Inter',"Arial", sans-serif;
    line-height: 1;
    position: relative;
  }
  .t_ttl span::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: -300px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
    font-size: 24rem;
    font-weight: 800;
    color: #F4F4F4;
    display: block;
    z-index: -1;
    white-space: nowrap;
  }
  .t_ttl span::first-letter {
    color: #D61B55;
  }
  .t_ttl small {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .services {
    padding: 160px 0 0;
    counter-reset: li;
  }
  .services_main ul li {
    display: block;
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    counter-increment: li;
  }
  .services_main ul li figure, .services_main ul li picture {
    overflow: hidden;
    width: 520px;
  }
  .services_main ul li figure img, .services_main ul li picture img {
    display: block;
    width: 100%;
    height: auto;
    margin-top:50px;
  }
  .services_main ul li .txt {
    width: 540px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services_main ul li .txt .wh {
    white-space: nowrap;
  }
  .services_main ul li .txt h3 {
    font-size: 4.4rem;
    line-height: 1.55926;
    font-family: 'Inter',"Arial", sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  .services_main ul li .txt h3::after {
    position: absolute;
    content: counter(li,decimal-leading-zero);
    font-size: 10rem;
    font-family: 'Inter',"Arial", sans-serif;
    line-height: 1.25926;
    top: 85%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  .services_main ul li:nth-child(1) .txt h3::after {
    color: #F5EAEA;
  }
  .services_main ul li:nth-child(2) .txt h3::after {
    color: #E4F1F4;
  }
  .services_main ul li:nth-child(3) .txt h3::after {
    color: #F7F0E7;
  }
  .services_main ul li:nth-child(4) .txt h3::after {
    color: #F5F2DE;
  }
  .services_main ul li:nth-child(5) .txt h3::after {
    color: #E7F5F5;
  }
  .services_main ul li:nth-child(6) .txt h3::after {
    color: #e5dae3;
  }
  .services_main ul li .txt h4 {
    font-size: 2.2rem;
    margin: 0 0 38px;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  .services_main ul li .txt p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    z-index: 1;
  }
  .services_main ul li + li {
    margin-top: 50px;
  }
  .services_main ul li:nth-child(odd) figure, .services_main ul li:nth-child(odd) picture {
    margin-right: 90px;
  }
  .services_main ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .services_main ul li:nth-child(even) figure, .services_main ul li:nth-child(even) picture {
    margin-left: 90px;
  }
}

@media screen and (min-width: 769px), print {
  .news {
    padding: 180px 0;
  }
  .news_main {
    position: relative;
    padding: 50px 0 110px;
  }
  .news_main .row {
    position: relative;
    z-index: 1;
  }
  .news_main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 92.7381%;
    height: 100%;
    background: #F4F4F4;
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1450px) {
  .news_main::after {
    width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .news_main ul li {
    margin-bottom: 25px;
  }
  .news_main ul li a {
    display: block;
    background-color: #fff;
    padding: 25px 36px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
         box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  }
  .news_main ul li a:hover {
    -webkit-transform: translateX(-15px);
       -moz-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .news_main ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: url(../img/icon_right_bk.svg) center/contain no-repeat;
    display: block;
  }
  .news_main ul li a p {
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .news_main ul li a time {
    color: #C6C6C6;
    font-family: 'Inter',"Arial", sans-serif;
    font-weight: 600;
        letter-spacing: -1px;
  }
  .news_main .btn_wr {
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .news_main a.btn {
    width: 500px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(-1px);
       -moz-transform: translateZ(-1px);
            transform: translateZ(-1px);
    -moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
         box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .news_main a.btn:hover {
    opacity: 1;
  }
  .news_main a.btn:hover::before {
    width: 100%;
  }
  .news_main a.btn::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: width 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background-color: #D61B55;
    z-index: -1;
  }
  .news_main a.btn::after {
    margin-left: 10px;
    content: "";
    width: 29px;
    height: 29px;
    background: url(../img/icon_right_wh.svg) center/contain no-repeat;
    display: block;
  }
  .loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    -moz-transition: transform 0.6s cubic-bezier(1, 0, 0, 1) 0s, -moz-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s, -moz-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    -webkit-transition-delay: 1s !important;
       -moz-transition-delay: 1s !important;
            transition-delay: 1s !important;
  }
  .loading.active {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .loading .loading_logo_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .loading_logo {
    width: 269px;
    height: 61px;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
  .mv {
    position: relative;
  }
  .mv__behind {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .mv__behind ul.slider__inner li {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1) 0.8s;
    -moz-transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1) 0.8s;
    transition: width 0.8s cubic-bezier(0.46, 0.08, 0.07, 1) 0.8s;
    opacity: 1;
  }
  .mv__behind ul.slider__inner li img {
    position: relative;
    max-width: inherit;
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
       -moz-transform: translate3d(0, 0, 0) scale(1.05);
            transform: translate3d(0, 0, 0) scale(1.05);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    transition: -webkit-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    -moz-transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s, -moz-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    transition: transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s, -webkit-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s, -moz-transform 1s cubic-bezier(0.46, 0.08, 0.07, 1) 1s;
    -webkit-transform-origin: right 50%;
       -moz-transform-origin: right 50%;
        -ms-transform-origin: right 50%;
            transform-origin: right 50%;
    width: auto;
  }
  .mv__behind ul.slider__inner li.active {
    width: 100%;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    z-index: 10;
  }
  .mv__behind ul.slider__inner li.active img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
       -moz-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
  }
  .mv__behind ul.dot {
    position: absolute;
    bottom: 8.53333vw;
    left: 6.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }
  .mv__behind ul.dot li {
    width: 1.86667vw;
    height: 1.86667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
  }
  .mv__behind ul.dot li:not(:last-child) {
    margin-right: 2.13333vw;
  }
  .mv__behind ul.dot li.active {
    background: #fff;
  }
  .mv .mv__front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 2;
    padding: 0 0 13.6vw 5.6vw;
  }
  .mv .mv__front h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    font-family: 'Inter',"Oswald", Arial , sans-serif;
    letter-spacing: 0px;
  }
  .mv .mv__front h2 > span {
    opacity: 0;
  }
  .mv .mv__front h2.active > span {
    display: inline-block;
    overflow: hidden;
    opacity: 1;
  }
  .mv .mv__front h2.active > span > span {
    display: inline-block;
    -webkit-animation-name: fade-in-up-100;
       -moz-animation-name: fade-in-up-100;
            animation-name: fade-in-up-100;
    -webkit-animation-duration: 1.5s;
       -moz-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.002, 1);
       -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.002, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.002, 1);
    -webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    will-change: transform;
  }
  .mv .mv__front h2.active > span > span:nth-of-type(1) {
    -webkit-animation-delay: 0s !important;
       -moz-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .mv .mv__front h2.active > span > span:nth-of-type(2) {
    -webkit-animation-delay: .06s !important;
       -moz-animation-delay: .06s !important;
            animation-delay: .06s !important;
  }
  .mv .mv__front h2.active > span > span:nth-of-type(3) {
    -webkit-animation-delay: .12s !important;
       -moz-animation-delay: .12s !important;
            animation-delay: .12s !important;
  }
  .mv .mv__frontScroll {
    display: block;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 1.2rem;
    line-height: 40px;
    font-family: 'Inter',"Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: 600;
    padding-top: 66px;
    position: relative;
    overflow: hidden;
    text-align: left;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    cursor: pointer;
  }
  .mv .mv__frontScroll::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    overflow: hidden;
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-animation: scroll 5s linear infinite;
       -moz-animation: scroll 5s linear infinite;
            animation: scroll 5s linear infinite;
  }
  .ab_ph {
    background: url(../img/bg_01_sp.jpg) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.26667vw 0 13.6vw;
  }
  .ab_ph ul li {
    margin-bottom: 5.33333vw;
    -moz-box-shadow: 5.33333vw 5.33333vw 13.33333vw rgba(0, 0, 0, 0.1);
         box-shadow: 5.33333vw 5.33333vw 13.33333vw rgba(0, 0, 0, 0.1);
  }
  .ab_ph ul li a {
    display: block;
    position: relative;
  }
  .ab_ph ul li a:hover {
    opacity: 1;
  }
  .ab_ph ul li a:hover img {
    opacity: 1;
  }
  .ab_ph ul li .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ab_ph ul li .txt p {
    width: 53.33333vw;
    height: 20.53333vw;
    background-color: #fff;
    font-family: 'Inter',"Arial", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ab_ph ul li .txt p::after {
    content: "";
    width: 10.66667vw;
    height: 1.06667vw;
    background: #D61B55;
    display: block;
  }
  .t_ttl {
    position: relative;
    margin-bottom: 14.66667vw;
    text-align: center;
  }
  .t_ttl span {
    display: block;
    font-size: 44px;
    font-weight: 600;
    font-family: 'Inter',"Arial", sans-serif;
    letter-spacing: 0px;
    line-height: 1;
    position: relative;
    margin-bottom: 9.06667vw;
  }
  .t_ttl span::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 100px;
    font-weight: 800;
    color: #F4F4F4;
    display: block;
    z-index: -1;
    white-space: nowrap;
  }
  .t_ttl span::first-letter {
    color: #D61B55;
  }
  .t_ttl small {
    font-size: 15px;
    display: block;
    line-height: 1.6;
    font-weight: 700;
  }
  .services {
    padding: 22.4vw 0 0;
    counter-reset: li;
  }
  .services_main ul li {
    position: relative;
    counter-increment: li;
  }
  .services_main ul li + li {
    margin-top: 16vw;
  }
  .services_main ul li .txt .wh {
    white-space: nowrap;
  }
  .services_main ul li .txt h3 {
    font-size: 27px;
    line-height: 1.67027;
    font-family: 'Inter',"Arial", sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: 5.33333vw;
  }
  .services_main ul li .txt h3::after {
    position: absolute;
    content: counter(li,decimal-leading-zero);
    font-size:64px;
    font-family: 'Inter',"Arial", sans-serif;
    line-height: 1.25926;
    top: 80%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
  .services_main ul li:nth-child(1) .txt h3::after {
    color: #F5EAEA;
  }
  .services_main ul li:nth-child(2) .txt h3::after {
    color: #E4F1F4;
  }
  .services_main ul li:nth-child(3) .txt h3::after {
    color: #F7F0E7;
  }
  .services_main ul li:nth-child(4) .txt h3::after {
    color: #F5F2DE;
  }
  .services_main ul li:nth-child(5) .txt h3::after {
    color: #E7F5F5;
  }
    .services_main ul li:nth-child(6) .txt h3::after {
    color: #e5dae3;
  }
  .services_main ul li .txt h4 {
    font-size: 14px;
    margin: 0 0 6.66667vw;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  .services_main ul li .txt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 6.66667vw;
    position: relative;
    z-index: 1;
  }
  .news {
    padding: 30.4vw 0 35.2vw;
  }
  .news_main {
    position: relative;
    padding: 4.26667vw 0 20.8vw;
    background: #F4F4F4;
  }
  .news_main .row {
    position: relative;
    z-index: 1;
  }
  .news_main ul li {
    margin-bottom: 5.33333vw;
  }
  .news_main ul li a {
    display: block;
    background-color: #fff;
    padding: 5.06667vw 9.6vw 4.53333vw 4.26667vw;
    position: relative;
    -moz-box-shadow: 2.66667vw 2.66667vw 13.33333vw rgba(0, 0, 0, 0.05);
         box-shadow: 2.66667vw 2.66667vw 13.33333vw rgba(0, 0, 0, 0.05);
  }
  .news_main ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.66667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.86667vw;
    height: 5.86667vw;
    background: url(../img/icon_right_bk.svg) center/contain no-repeat;
    display: block;
  }
  .news_main ul li a p {
    font-size: 15px;
    line-height: 1.46667;
    margin-bottom: 1.33333vw;
    font-weight: 700;
  }
  .news_main ul li a time {
    font-size: 15px;
    color: #C6C6C6;
    font-family: 'Inter',"Arial", sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
  }
  .news_main .btn_wr {
    position: absolute;
    left: 50%;
    bottom: -9.33333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .news_main a.btn {
    width: 61.33333vw;
    height: 18.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
  }
  .news_main a.btn::after {
    margin-left: 2.66667vw;
    content: "";
    width: 5.86667vw;
    height: 5.86667vw;
    background: url(../img/icon_right_wh.svg) center/contain no-repeat;
    display: block;
  }
  .loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    -moz-transition: transform 0.6s cubic-bezier(1, 0, 0, 1) 0s, -moz-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1) 0s, -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s, -moz-transform 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    -webkit-transition-delay: 1s !important;
       -moz-transition-delay: 1s !important;
            transition-delay: 1s !important;
  }
  .loading.active {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .loading .loading_logo_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .loading_logo {
    width: 35.86667vw;
    height: 8.13333vw;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: translateY(-100%) scale(1, 1);
            transform: translateY(-100%) scale(1, 1);
  }
}

@-moz-keyframes scroll {
  0% {
    -moz-transform: scale(1, 0);
         transform: scale(1, 0);
  }
  50% {
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
  }
  100% {
    -moz-transform: translateY(-100%) scale(1, 1);
         transform: translateY(-100%) scale(1, 1);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
       -moz-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: translateY(-100%) scale(1, 1);
       -moz-transform: translateY(-100%) scale(1, 1);
            transform: translateY(-100%) scale(1, 1);
  }
}

    /* スクロールしてふわっと表示 */
    .fadein {
        opacity: 0;
        transition: all 1s;
    }

    .fadeinleft {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s;
    }

    .fadeinright {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s;
    }

    .fadeinbottom {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s;
    }

    .fadeinbig {
        opacity: 0;
        transform: scale3d(1.05, 1.05, 1.05);
        transition: all 1s;
    }

    .fadein.scrollin,
    .fadeinleft.scrollin,
    .fadeinright.scrollin,
    .fadeinbottom.scrollin,
    .fadeinbig.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

.typ {
	font-size: 60px;
	color:#fff;
	line-height: 1.1;
	letter-spacing: 0;
	margin-bottom: 20px;
	width: 10em;
	font-weight: 900;
}
@media screen and (max-width: 768px) {
    .typ{
    	font-size: 39px;
    	line-height: 1.2;
    	letter-spacing: 0;
    	margin-bottom: 0px;
    	width: 9em;
    	font-weight: 700;
    	letter-spacing:-1px;
    }
}