/*
Theme Name: CPM
*/


@charset "UTF-8";

*,*::before,*::after{
    box-sizing: border-box;
}

body{
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    background:#fff;
    color: #333;
    letter-spacing: .1em;
    line-height: 1;
	margin-top: -16px;
}

a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #22bacb;
}
img{
    width: 100%;
}
dl{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    line-height: 1.5;
}
dt{
    font-weight: bold;
    width: 30%;
}
dd{
    width: 70%;
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0bd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}
/* レイアウト */
@media screen and (min-width:768px) {
.section-inner{
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.content-inner{
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.pc-none{
    display: none;
}
}
/* SPレイアウト */
@media screen and (max-width:767px) {
.section-inner{
        width:100%;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
.content-inner{
        width: 100%;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
.sp-none{
    display: none!important;
}

}

/* TABレイアウト */
@media (min-width: 768px) and (max-width: 1199px) {

.section-inner{
        width:100%;
        padding: 0 8vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
.content-inner{
        width: 100%;
        padding: 0 8vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
.tab-none{
    display: none!important;
}
}

/* 見出し */
@media screen and (min-width:768px) {
.title-en{
    font-size: 60px;
    font-weight: bold;
    position: relative;
    padding-left: 70px;
    margin-bottom: 60px;
}
.title-ja{
    font-size: 23px;
    font-weight: bold;
    color: #dd2626;
    margin-left: 30px;
}
.title-en::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 80px;
    left: 0;
    bottom: 0;
    background: url(img/cpm-title-l.png);
    background-size: cover;
}
hr.title-bottom{
    background: #dd2626;
    width: 100px;
    height: 1px;
    border: none;
    margin: 40px auto;
}
}
/* SP見出し */
@media screen and (max-width: 767px){
.title-en{
    font-size: 40px;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    display: block;
}
.title-ja{
    font-size: 18px;
    font-weight: bold;
    color: #dd2626;
    display: block;
    margin-top: 15px;
}
.title-en span{
    display: block;
}
.title-ja span{
    display: block;
}
.title-en::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 70px;
    left: 0;
    bottom: 0;
    background: url(img/cpm-title-l.png);
    background-size: cover;
}
hr.title-bottom{
    background: #dd2626;
    width: 80px;
    height: 1px;
    border: none;
    margin: 40px auto;
}


}

/* TAB見出し */
@media (min-width: 768px) and (max-width: 1199px) {

..title-en{
    font-size: 60px;
    font-weight: bold;
    position: relative;
    padding-left: 70px;
    margin-bottom: 60px;
}
.title-ja{
    font-size: 23px;
    font-weight: bold;
    color: #dd2626;
    margin-left: 30px;
}
.title-en::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 80px;
    left: 0;
    bottom: 0;
    background: url(img/cpm-title-l.png);
    background-size: cover;
}
hr.title-bottom{
    background: #dd2626;
    width: 100px;
    height: 1px;
    border: none;
    margin: 40px auto;
}

}
/* ボタン */
.button{
    background: #333;
    display: block;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 0;
}
#contact-button{
    background: #333;
    display: block;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 30px auto 0;
    width: 500px;
    overflow: hidden;
}
/* SPボタン */
@media screen and (max-width: 767px){
.button{
    background: #333;
    display: block;
    padding: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0 0;
}
#contact-button{
     background: #333;
    display: block;
    padding: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 30px auto 0;
    width: 100%;
    overflow: hidden;
}
}
@media screen and (min-width:1200px){
/* ヘッダー */
.header{
    padding-top: 20px;
    min-width: 1200px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
}
.header .section-inner{
    max-width: calc(100% - 144px);
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.header-area{
    display: flex;
    justify-content: space-between;
}
.header-area .logo .header-title{
    display: none;
}
.menu{
    display: flex;
    align-items: center;
}
.global-navi{
    display: flex;
}
.global-navi li{
    margin-right: 30px;
}
.global-navi li:last-child{
    margin-right: 0;
}
.global-navi li a{
    font-size: 20px;
    text-align-center;
}
.global-navi li a span{
    display: block;
    font-size: 12px;
    margin-top:5px;
}
/* メインビジュアル */
.mainvisual{
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.mainvisual-item{
    display: flex;
}

.mainvisual-item.left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    z-index: 2;
    position: relative;
}
.mainvisual.show .mainvisual-item.left:before{
    right: 100%;
}
.mainvisual-item.left:before {
    content: '';
    display: block;
    position: absolute;
    top: -88px;
    left: -15%;
    right: -17%;
    bottom: 0;
    z-index: 999;
    background: #dd2626;
    transform: skew(-15deg);
    transition: right 1.5s cubic-bezier(0.57, 0.73, 0, 1);
    transition-delay: .6s;
}
.mainvisual.show .mainvisual-item.left:after{
    right: 100%;
}
.mainvisual-item.left:after {
    content: '';
    display: block;
    position: absolute;
    top: -88px;
    left: 89%;
    right: -131%;
    bottom: 0;
    z-index: 10;
    background: #fff;
    transform: skew(-15deg);
    transition-delay: .5s;
    transition: right 2.3s cubic-bezier(0.57, 0.73, 0, 1);
}
.mainvisual-item-bg.bg01{
    position: absolute;
    width: 125%;
    height: 170%;
    transform: rotate(15deg);
    background-position: right;
    background-size: cover;
    overflow: hidden;
}
.mainvisual-item-bg.bg01::before{
    content:"";
    position: absolute;
    width: 125%;
    height: 100%;
    background-image: url(img/mainvisual-bg01.jpg);
    background-size: cover;
    transform: rotate(-15deg);
    animation: 2s animationZoom01  ease-in-out forwards;
    animation-delay: 1.2s;
}

    @keyframes animationZoom01 {
    100% { transform: scale(.9) rotate(-15deg)
    }
    }
    
    @keyframes animationSlide01 {
        0% {
            transform:translateX(0px);
          }
        100% {
            transform:translateX(-80px);
          }
        }
.mainvisual-item.right{
    width: 55%;
    position: relative;
    z-index: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
}
.swiper-slide{
    background-size: cover;
    animation:10s ease-in-out 1s infinite alternate forwards running animationSlide01;
	height:100vh;
}
.swiper-slide.slide01{
    background-image: url(img/cpm-img01.jpg);
}
.swiper-slide.slide02{
    background-image: url(img/cpm-img02.jpg);
}
.swiper-slide.slide03{
    background-image: url(img/cpm-img03.jpg);
}
.mainvisual.show .mainvisual-item.right::after{
    border-top-width: 100px;
    border-right-width: 88px;
}
.mainvisual .mainvisual-item.right::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    border-top: 0 solid #fff;
    border-right: 0 solid #fff;
    transition: 1.8s cubic-bezier(.23,.67,.37,1) 1.2s;
}
.rightbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    z-index: 1000;
    padding: 88px 0 54px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link-scroll {

    height: 300px;
}
.link-scroll__text span, .link-scroll__link span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: inherit;
}

.link-scroll__bar {
    display: block;
    margin: 8px 0 8px 7px;
    width: 1px;
    height: 180px;
    background-color: #333;
    position: relative;
    z-index: 0;
}
.arrow{
    width: 0px;
    border-color: #333;
    border-style: solid;
    border-width: 7px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
.mainvisual.show .floating{
    opacity: 1;
}
.floating {
    z-index: 100;
    position: fixed;
    right: 20px;
    bottom: 10px;
    border-radius: 5px;
    background: #ff4e50;
    background: -webkit-linear-gradient(to right,#ff4e50,#f9d423);
    background: linear-gradient(to right,#ff4e50,#f9d423);
    display: none;
    color: #fff;
    padding: 10px 20px;
    box-shadow: #333 2px 2px 10px;
    transition: .3s;
    transition-delay: 3s;
    opacity: 0;
}
.floating-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.floating-number {
    display: block;
    color: #333;
    background: #f3f3f3;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    text-decoration: none;
}
.floating-number span {
    display: block;
    font-size: 11px;
    line-height: 1.5;
}

.mainvisual-text{
    color: #fff;
    line-height: 1.5;
    z-index: 1;
    padding-left: 50px;
}
.mainvisual-heading{
    font-size:1.5vw;
    font-weight: bold;
    overflow: hidden;
}
.mainvisual-heading span{
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.mainvisual.show .mainvisual-heading span{
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .8s;
    transition-delay: 1.5s;
}
.mainvisual-title{
    font-size: 3vw;
    font-weight: bold;
    overflow: hidden;
}
.mainvisual-title span{
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.mainvisual.show .mainvisual-title span{
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .8s;
    transition-delay: 1.6s;
	
}

.mainvisual-lead{
    font-size: 2vw;
    font-weight: bold;
    margin-top: 40px;
    overflow: hidden;
}
.mainvisual-lead span{
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.mainvisual.show .mainvisual-lead span{
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: 2.3s;
}
.mainvisual.show .mainvisual-lead:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.mainvisual .mainvisual-lead:after {
    content: '';
    display: block;
    width: 38%;
    height: 2px;
    background-color: #fff;
    margin: 40px 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-delay: 1.7s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}

.mainvisual-desc{
    width: 400px;
    overflow: hidden;
}
.mainvisual-desc span{
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.mainvisual.show .mainvisual-desc span{
    display: inline-block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay:2.5s;
}
@keyframes showText{
    0%{
        opacity: 0;
        transform: translateY(100%);
    }
    100%{
        opacity: 1;
    }
}
@keyframes zoom-out {
    50% { transform:scale(1.5)} 
  }
.animation span{
    display: inline-block;
    animation: showText .8s backwards;
}
.swiper-button-next, .swiper-button-prev{
    display: none;
}
.swiper-pagination{
    display: none;
}
/* ニュース */
.top-news{
    padding: 80px 0;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.top-news.show::after{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition-delay: .5s;
} 
.top-news::after{
    content: '';
    position: absolute;
    background: #dd2626;
    width: 600px;
    height: 200%;
    top: -190px;
    right: -200px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-news .section-inner{
    margin-top: 80px;
}
.top-news.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-news .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 137%;
    top: -80px;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-news.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-news .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-news.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-news .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-news.show .section-inside{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.top-news .section-inside{
    margin-left: 100px;
    margin-right: 350px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.news-list-item{
    border-bottom: 1px solid #333;
}
.news-list-item a{
    display: flex;
    width: 100%;
    padding: 20px 0;
}
.news-list-item .meta {
    display: flex;
    margin-right: 20px;
}
.news-list-item .date{
    display: flex;
    width: 80px;
	margin-right: 20px;
    align-items: center;
}
.news-list-item .category{
    display: flex;
    width: 120px;
    align-items: center;
    justify-content: center;
    background: #dd2626;
    color: #fff;
    padding: 5px 0 7px;
}
.title{
    display: flex;
    align-items: center;
}
/* ポイント */
.top-point{
    padding: 80px 0;
    overflow: hidden;
}
.point-inner{
    position: relative;
}
.point-bg01{
    width: 700px;
    position: absolute;
    left: -150px;
    top: -20px;
}
.point-bg01 figure{
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}
.top-point.show .point-bg01 figure{
    width: 100%;
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    
}
.point-bg02{
    width: 700px;
    right: -150px;
    top: 80px;
    position: absolute;
}
.point-bg02 figure{
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}
.top-point.show .point-bg02 figure{
    width: 100%;
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .3s;
}
.top-point .text-area{
    margin-left: 300px;
    margin-bottom: 130px;
    padding-top: 40px;
}
.point-title{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}
.point-title span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.top-point.show .point-title span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .9s;
}
.point-desc{
    line-height: 1.5;
    width: 500px;
}
.point-desc span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.top-point.show .point-desc span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: 1.1s;
}

.point-inside{
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}
.top-point.show .point-inside::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition-delay: .6s;
}
.top-point .point-inside::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 200%;
    top: -180px;
    left: 190px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}



.point-list-item{
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.point-list-item.js_scroll.show:nth-child(odd) .item-left::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.point-list-item:nth-child(odd) .item-left::before{
    content: '';
    position: absolute;
    width: 250%;
    height: 200%;
    top:-150px;
    right: 30px;
    background: #dd2626;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.point-list-item.js_scroll.show:nth-child(even) .item-right::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.point-list-item:nth-child(even) .item-right::before{
    content: '';
    position: absolute;
    width: 250%;
    height: 250%;
    top:-220px;
    left: 30px;
    background: #dd2626;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.point-list-item-inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.point-list-item:nth-child(odd) .item-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    padding-top: 30px;
    position: relative;
}
.point-list-item:nth-child(even) .item-left{
    width: 57%;
    padding-right: 60px;
}
.point-list-item .text-heading{
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
}
.point-list-item .text-heading span.ja{
    font-size: 40px;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
}
.point-list-item .text-heading span.en{
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 0;
}
.point-list-item.show .item-left span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .7s;

}
.point-list-item .item-left span{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item.show .item-right span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .7s;

}
.point-list-item .item-right span{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item:nth-child(odd) .item-right{
    width: 67%;
    padding-left: 60px;
    padding-bottom: 30px;
}
.point-list-item:nth-child(even) .item-right{
    width: 43%;
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point-list-item .title-top{
    margin-bottom: 20px;
}
.point-list-item .title-top .text{
    font-size: 50px;
    color: #ccc;
}
.c-DDDD26{
    color: #dddd26;
}
.c-6FDD26{
    color: #6FDD26;
}
.c-26D1DD{
    color: #26D1DD;
}
.point-list-item .title-top .number{
    font-size: 80px;
    font-weight: bold;
    overflow: hidden;
}

.point-list-item.show .title-top span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .9s;
}
.point-list-item .title-top span{
    font-weight: bold;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}


.point-list-item .title{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.point-list-item.show .title span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: 1.1s;
}
.point-list-item .title span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item .desc{
    line-height: 1.5;
    overflow: hidden;
}
.point-list-item.show .desc span{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: 1.3s;

}
.point-list-item .desc span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}


/* アバウト */
.top-about{
    padding: 80px 0;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}
.top-about::before{
    content: "";
    background: url(img/cpm-img07.png) no-repeat;
    width: 1140px;
    height: 640px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -10;
}
.top-about .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 210%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-about.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-about.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-about .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-about.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-about .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-about .about-desc{
    font-size: 40px;
    font-weight: bold;
    color:#dd2626;
    margin-left: 70px;
    margin-bottom: 80px;
}
.about-desc span{
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.about-desc.show span{
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: .3s;
}
.about-desc span:first-child{

}
.top-about .logo-area{
    width: 400px;
    margin-bottom: 175px;
}

.top-about .logo-area img{
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-about .logo-area.show img{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: .3s;
}
.about-heading
{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}
.about-heading span{
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
}
.about-heading.show span{
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: .5s;
}
.about-heading.show::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.about-heading::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #dd2626;
    margin: 40px auto;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.title-bg{
    height: 300px;
    position: relative;
}
.title-bg.show::after {
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);
}
.title-bg::after{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.title-bg.bg01{
    background: url(img/cpm-img08.png);
    background-position: center;
    background-size: cover;
}
.title-bg.bg02{
    background: url(img/cpm-img10.png);
    background-position: center;
    background-size: cover;
}
.title-bg.bg03{
    background: url(img/PAK85_callcentergirl1292_TP_V.jpg);
    background-position: center;
    background-size: cover;
}
.filter{
    background: rgba(0,0,0,.8);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-about .title-bg.show h4{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-about h4{
    font-size:35px;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-about h4 span{
    font-size: 80px;
    margin-right: 20px;
}


.top-about .content-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 210%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-about .content-inner.show::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.about-content-area01 .content-inner::before{
    height: 150%;
}
.about-content-area01 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area01 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area01 .img-area.show img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area01 .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.about-content-area01 .text-area p span.heading01{
    transition-delay: .3s;
}
.about-content-area01 .text-area p span.heading02{
    transition-delay: .5s;
}
.about-content-area01 .text-area p.text-desc span{
    transition-delay: .7s;
}
.about-content-area02 .content-inner::before{
    height: 150%;
}

.about-content-area02 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area02 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area02 .text-area p.text-heading span{
    transition-delay: .3s;
}
.about-content-area02 .text-area p.text-desc span{
    transition-delay: .5s;
}

.about-content-area03 .content-inner::before{
    height: 200%;
}

.about-content-area03 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area03 .text-area p.text-heading span{
    transition-delay: .3s;
}
.about-content-area03 .text-area p.text-desc span{
    transition-delay: .5s;
}
.about-content-area03 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area01 .content-wrapper{
    display: flex;
    padding: 60px 0;
}
.about-content-area01 .content-wrapper .text-area{
    margin-right: 70px;
    width: 500px;
}
.content-wrapper .text-area p{
    line-height: 1.5;
}
.top-about .text-heading{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.content-wrapper .img-area{
    width: 550px;
}
.about-content-area02 .content-wrapper{
    padding: 60px 0;
}
.about-content-area02 .text-desc{
    line-height: 1.5;
    margin-bottom: 60px;
    width: 600px;
}
.about-content-area03 .content-wrapper{
    padding: 60px 0 0;
    display: flex;
}
.about-content-area03 .text-area{
    margin-right: 60px;
}
.about-content-area03 .text-heading{
    line-height: 1.5;
}
.support-list{
    display: flex;
    flex-wrap: wrap;
    width: 660px;
    position: relative;
}
.support-list::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top:50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: url("img/heart-arrow-icon.png");
    background-size: cover;

}
.support-list-item{
    width: 320px;
    margin: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support-list-item p{
    font-size: 25px;
    font-weight: bold;
}
.support-list-item.sale{
    color:#dddd26;
    border: 3px solid #DDDD26;
}
.support-list-item.operation{
    color: #6FDD26;
    border: 3px solid #6FDD26;
}
.support-list-item.marketing{
    color: #26D1DD;
    border:3px solid #26D1DD;
}
.support-list-item.management{
    color: #DD8826;
    border: 3px solid #DD8826;
}
.support-list-item img{
    width: 80px;
    margin-bottom: 20px;
}

/* サービス */
.top-service{
    padding: 60px 0;
    margin-bottom: 80px;
    overflow: hidden;
}

.top-service.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-service .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 120%;
    top: -200px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -20;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-service.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-service .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-service.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-service .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-service .text-desc{
    width: 600px;
    margin-bottom: 150px;
    line-height: 1.5;
}

.top-service.show .text-desc span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-service .text-desc span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.service-box{
    position: relative;
    margin-bottom: 200px;
    padding-bottom: 60px;
}
.service-box:last-child{
    margin-bottom: 0;;
}
.service-box-inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.service-box .box-top{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 310px;
}
.box-top .text-area{
    content: '';
    position: absolute;
}
.service-box.sale .text-area{
    width: 40%;
    top:-100px;
    left: 0;
}
.service-box.sale .box-top .img-area{
    right: 120px;
    position: absolute;
}
.box-top .img-area{
    width: 50%;
    margin-top: -100px;
}
.service-box.operation .box-top .img-area{
    width: 55%;
} 
.box-top .img-area img{
    box-shadow: 3px 3px 15px #777;
}
.service-box.coordinate .box-top .img-area{
    margin-left: 10%;
}
.service-box.coordinate .box-top .text-area{
    width: 65%;
    top: -200px;
    left: 0;
}
.service-box.operation .box-top .text-area{
    width: 65%;
    top:-140px;
    left: 0;
}
.service-box.operation .box-top .img-area{
    right: 120px;
    position: absolute;
}
.service-box .box-bottom{
    display: flex;
    flex-wrap: wrap;
}
.box-bottom .img-area{
    width: 46%;
    margin-top: -85px;
    z-index: -1;
}
.box-bottom .img-area img{
    box-shadow: 3px 3px 15px #777;
}
.service-box.sale .box-bottom .text-area{
    width: 54%;
    padding: 50px 0 0 50px;
}
.service-box.coordinate .box-bottom .text-area{
    width: 54%;
    padding: 50px 50px 0 0;
}
.service-box.operation .box-bottom .text-area{
    width: 54%;
    padding: 50px 0 0 50px;
}



.box-bottom .text-area h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.service-box:nth-child(odd)::before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    right: 200%;
    background: #dd2626;
    transform: skew(-15deg);
    transition: right 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
.service-box:nth-child(odd).show::before{
    right: 15%;
    height: 100%;
    z-index: -10;
    transform: skew(-15deg);
}

.service-box:nth-child(even):before{
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    left: 200%;
    background: #dd2626;
    transform: skew(-15deg);
    transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
.service-box:nth-child(even).show::before{
    left: 15%;
    height: 100%;
    z-index: -10;
    transform: skew(-15deg);
}
.service-box.sale::before{
    background: #DDDD26;
 }
.service-box.coordinate::before{
    background: #6FDD26;
}
.service-box.operation::before{
    background: #26D1DD;
}
.service-box.show .box-top .text-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-top .text-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}
.service-box.show .box-top .img-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-top .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .9s;
}
.service-box.show .box-bottom .img-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-bottom .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.1s;
}
.service-box.show .box-bottom .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-bottom .text-area{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.3s;
}
.service-box.operation.show .box-top::before{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box.operation .box-top::before{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.1s;
}
.service-box.operation.show .box-top .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box.operation .box-top .text-area{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}

.service-box.operation .box-top .text-area h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.service-box p{
    line-height: 1.5;
}

/*Contact-お問い合わせ */
.top-contact{
    background: #f3f3f3;
    padding-bottom: 80px;
    margin-bottom: 80px;
    overflow: hidden;
}
.top-contact .title-bg{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/cpm-img17.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-contact .title-bg.show::after{
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);
}
.top-contact .title-bg::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.top-contact h2{
    font-size: 85px;
    font-weight: bold;
    color: #fff;
    margin-top: -100px;
    display: block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-contact.show .contact-form{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.top-contact.show h2{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.contact-form{
    background: #fff;
    margin-top: -100px;
    padding: 0 100px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}
.contact-content{
    padding-top: 100px;
    padding-bottom: 60px;
}
.contact-content-item{
    display: flex;
    margin-bottom: 30px;
}
.contact-content-heading{
    margin-right: 60px;
    width: 210px;
}
.contact-content-heading-text{
    font-weight: bold;
}
.contact-content-label{
    background: #dd2626;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    margin-right: 20px;
    border-radius: 3px;
}
.contact-content-detail{
    display: block;
    flex: 1;
}
.contact-input {
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    width: 420px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    background: #f3f3f3;
    border-radius: 4px;
    border: none;
}
.wpcf7-form-control{
    font-family: Oswald, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    width: 420px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 15px 20px;
    background: rgb(243, 243, 243);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.contact-content-message{
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-top: 5px;
}
textarea{
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: .1em;
    background: #f3f3f3;
    border: none;
    border-radius: 4px;
}


/* Company-会社概要 */
.top-company{
    padding: 60px 0;
    overflow: hidden;
}
.top-company.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-company .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-company.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-company .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-company.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-company .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 200%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-company .content-wrapper{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-company.show .content-wrapper{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* Accessアクセス */
.top-access h2{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.top-access .map{
    height: 300px;
    background: url("img/map.png");
    background-position: center;
    background-size: cover;
}
/* トップへ戻るボタン */
#return-top {
    background-color: #333;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 50px;
    bottom: 130px;
}


/* フッター */
.footer{
    
}
.footer .top-area{
    background: #dd2626;
    padding: 30px 0 0;
}
.footer .footer-nav .logo-area{
    width: 300px;
	margin-bottom:30px;
}
	.footer .footer-nav .text-area {
		color: #fff;
		margin-bottom: 30px;
		line-height: 1.5;
	}
.footer-copy{
    background: #333;
    padding: 10px 0;
}
.footer-copy p{
    color: #fff;
    text-align: center;
}


/* 投稿ページ　headデザイン */
.section-head {
    padding-top: 120px;
    position: relative;
}
.section-head .red-area {
    position: relative;
    height: 325px;
    overflow: hidden;
}
.section-head .text-area{
    padding-top:25px;
    padding-left: 800px;
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}

.show .section-head .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.section-head h2 {
    color: #fff;
    font-size: 65px;
    letter-spacing: .1em;
    font-weight: bold;
    margin-top: 50px;
    
}
.section-head .text-mini {
    color: #fff;
    font-size: 16px;
    margin-top: 26px;
}
.section-head .text-breadcrumbs {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-head .red-area .section-inner:before {
       content: '';
    display: block;
    position: absolute;
    right: -100%;
    left: 200%;
    background: #dd2626;
    transform: skew(15deg);
    transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
main.show .section-head .red-area .section-inner:before {
    left: 0;
    height: 325px;
    z-index: -10;
    transform: skew(15deg);
}

.section-head{
    position: relative;
}
.section-head:after {
    content: "";
    width: 700px;
    height: 330px;
    background-size: 100%;
    position: absolute;
    top: 210px;
    left: 0;
    z-index: 10;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: opacity 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    transition: opacity 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.show .section-head:after{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.text-breadcrumbs li a{
color: #fff;
}
.text-breadcrumbs li span{
color: #fff;
}
/* 固定ページ */
.section-content{
    margin-top: 60px;
	padding-top: 100px;
}


/* News お知らせ一覧ページ */

.archive-news .section-head:after {
    background: url(img/cpm-img18.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.navi-category{
    display: inline-block;	
    margin-bottom: 30px;
}
	.navi-category .title{
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	}
.navi-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
    padding-top: 30px;
	border-top: solid 1px #333;
}
.navi-category ul li{
    margin-right: 20px;
}
.navi-category ul li.active a{
	border: 2px solid #dd2626;
	padding: 5px 25px;
	color: #dd2626;
	font-weight: bold;
	display: flex;
}
.archive-news .news-list{
		margin-bottom: 60px;
	}
/* News お知らせページ */

.single-news .section-head:after {
    background: url(img/cpm-img18.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.detail-news{
    margin-top: 130px;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}
.detail-news .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 220%;
    top: -40%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.detail-news.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.detail-news-main{
    width: 800px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.detail-news-meta{
    display: flex;
    padding-left: 60px;
    align-items: center;
    margin-bottom: 5px;
}
.detail-news-date{
    margin-right: 30px;
}
.detail-news-category{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0 5px;
    width: 120px;
    background: #dd2626;
}
.detail-news-category a{
   color: #fff;
}
h1.detail-news-title{
    font-size: 30px;
    position: relative;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 60px;
}
h1.detail-news-title::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 80px;
    left: 0;
    bottom: 0;
    background: url(img/cpm-title-l.png);
    background-size: cover;
}
.detail-news-content h2{
    font-size: 25px;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
.detail-news-content h3{
    font-size: 20px;
    padding: 20px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    background: #dfdfdf;
    border-radius: 10px;
}
.detail-news-content p{
    line-height: 1.5;
	margin-bottom: 30px;
}
.detail-news-content img{
    margin-bottom: 30px;
	width:100%;
	height: auto;
}

.detail-news .text-breadcrumbs {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* コーディネートページ */
.page-coordinate .section-head:after {
    background: url(img/cpm-img14.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    background-position-y: -190px;
}

.coordinate-list{
    display: flex;
    flex-wrap: wrap;
}
.coordinate-list-item{
    width: 33.3333%;
    padding: 20px;
}
.coordinate-list-item .title{
    font-size: 23px;
    font-weight: bold;
    padding: 35px 0 10px;
    position: relative;
    margin-top: 10px;
}
.coordinate-list-item .title span{
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #ebebeb;
    z-index: -1;
    line-height: 1;
    top: 0;
}
}

/*　SP - 767px以下*/
@media screen and (max-width: 767px){
/* SPヘッダー */
.header-area {
    display: flex;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 11;
    justify-content: space-between;
    padding: 0 10px 0 0;
    align-items: center;
}

.header-area .logo{
    width: 80px;
}
.header-area .logo .header-title{
    display: none;
}
.global-navi li a{
padding-right: 10px;
}

	.nav_toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
.global-navi {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
.global-navi.show {
  opacity: 1;
  visibility: visible;
}

/* SPメインヴィジュアル */
.mainvisual{
    display: block;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 40px;
	position:relative;
}

.mainvisual-item{
        display: flex;
    }
    
    .mainvisual-item.left{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60%;
        position: relative;
    }
   .mainvisual.show::after{
        left: 90%;
    }
    .mainvisual::after {
        content: '';
        display: block;
        position: absolute;
        top: -88px;
        right: -30%;
        left: -40%;
        bottom: 0;
        z-index: 5;
        background: #dd2626;
        transform: skew(15deg);
        transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
        transition-delay: .6s;
    }
    .mainvisual.show .mainvisual-item.left::after{
        border-top-width: 60px;
    }
    .mainvisual .mainvisual-item.left::after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
        border-top: 0 solid #fff;
        border-left: 0 solid #fff;
        transition: 1.8s cubic-bezier(.23,.67,.37,1) 2s;
    }
    .mainvisual-item-bg.bg01{
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        overflow: hidden;
    }
    .mainvisual-item-bg.bg01::before{
        content:"";
        position: absolute;
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
        background-image: url(img/mainvisual-bg01.jpg);
        background-size: cover;
        background-position: left;
        animation: 2s animationZoom01  ease-in-out forwards;
        animation-delay: 1.2s;
    }
    
        @keyframes animationZoom01 {
        100% { transform: scale(.9)
        }
        }
        
        @keyframes animationSlide01 {
            0% {
                transform:translateX(0px);
              }
            100% {
                transform:translateX(50px);
              }
            }
    .mainvisual-item.right{
        width: 100%;
        height: 40%;
        position: relative;
        z-index: 0;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .swiper-slide{
        background-size: cover;
        animation:10s ease-in-out 1s infinite alternate forwards running animationSlide01;
		height: 41vh;
    }
    .swiper-slide.slide01{
        background-image: url(img/cpm-img01.jpg);
    }
    .swiper-slide.slide02{
        background-image: url(img/cpm-img02.jpg);
    }
    .swiper-slide.slide03{
        background-image: url(img/cpm-img03.jpg);
    }
    .mainvisual.show .mainvisual-item.right::after{
        border-left-width: 50px;
    }
    .mainvisual .mainvisual-item.right::after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        border-top: 0 solid #fff;
        border-left: 0 solid #fff;
        transition: 1.8s cubic-bezier(.23,.67,.37,1) 2s;
    }
    .rightbar {
       position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
    z-index: 1000;
    padding: 40px 0 53px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link-scroll {
    margin-top: 40px;
    height: 300px;
}
.link-scroll__text span, .link-scroll__link span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: inherit;
	font-size: 13px;
}

.link-scroll__bar {
    display: block;
    margin: 8px 0 8px 7px;
    width: 1px;
    height: 100px;
    background-color: #333;
    position: relative;
    z-index: 0;
}
.arrow{
    width: 0px;
    border-color: #333;
    border-style: solid;
    border-width: 7px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
    .mainvisual-text{
        width: 100%;
        padding: 60px 30px 0;
        color: #fff;
        line-height: 1.5;
        z-index: 10;
    }
    .mainvisual-heading{
        font-size:13px;
        font-weight: bold;
        overflow: hidden;
    }
    .mainvisual-heading span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-heading span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .8s;
        transition-delay: 1.5s;
    }
    .mainvisual-title{
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
    }
    .mainvisual-title span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-title span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .8s;
        transition-delay: 1.6s;
    }
    
    .mainvisual-lead{
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
        overflow: hidden;
    }
    .mainvisual-lead span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-lead span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .5s;
        transition-delay: 2.3s;
    }
    .mainvisual.show .mainvisual-lead:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .mainvisual .mainvisual-lead:after {
        content: '';
        display: block;
        width: 38%;
        height: 2px;
        background-color: #fff;
        margin: 20px 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        transition-duration: .8s;
        transition-delay: 1.7s;
        transition-timing-function: cubic-bezier(.645,.045,.355,1);
    }
    
    .mainvisual-desc{
        font-size: 13px;
        overflow: hidden;
    }
    .mainvisual-desc span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-desc span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .5s;
        transition-delay:2.5s;
    }
    @keyframes showText{
        0%{
            opacity: 0;
            transform: translateY(100%);
        }
        100%{
            opacity: 1;
        }
    }
    @keyframes zoom-out {
        50% { transform:scale(1.5)} 
      }
    .animation span{
        display: inline-block;
        animation: showText .8s backwards;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .swiper-pagination{
        display: none;
    }
/* ニュース */
.top-news{
    padding: 40px 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.top-news.show::after{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition-delay: .5s;
} 

.top-news .section-inner{
    
}
.top-news.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-news .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 150px;
    height: 120%;
    top: -60px;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-news.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-news .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-news.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-news .title-en span {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-news.show .section-inside{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.top-news .section-inside{
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.news-list-item{
    border-bottom: 1px solid #333;
}
.news-list-item a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0 10px;
}
.news-list-item a .meta{
    display: flex;
    align-items: center;
}
.news-list-item a .date{
    width: 80px;
		margin-right: 20px;
}
.news-list-item a .category{
    width: 100px;
    display: flex;
    background: #dd2626;
    color: #fff;
    padding: 2px 5px 5px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}
.news-list-item a .title{
    padding: 5px 0;
	line-height: 1.5;
}

/* ポイント */
.top-point{
    padding: 30px 0;
    overflow: hidden;
}
.point-inner{
    position: relative;
}


.top-point .text-area{

    margin-bottom: 60px;
}
.point-title{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}
.point-title span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.top-point.show .point-title span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .9s;
}
.point-desc{
    line-height: 1.5;
}
.point-desc span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.top-point.show .point-desc span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: 1.1s;
}

.point-inside{
    position: relative;
   
}
.top-point.show .point-inside::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition-delay: .6s;
}
.top-point .point-inside::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 180px;
    height: 100%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.point-bg img{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    margin-bottom: 30px;
}
.point-bg.show img{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
}


.point-list-item{
    display: flex;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.point-list-item.js_scroll.show:nth-child(odd) .item-left::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.point-list-item:nth-child(odd) .item-left::before{
    content: '';
    position: absolute;
    width: 250%;
    height: 200%;
    top:-150px;
    right: 30px;
    background: #dd2626;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.point-list-item.js_scroll.show:nth-child(even) .item-right::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.point-list-item:nth-child(even) .item-right::before{
    content: '';
    position: absolute;
    width: 250%;
    height: 200%;
    top: 30px;
    left: 30px;
    background: #dd2626;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.point-list-item-inner{
}
.point-list-item:nth-child(odd) .item-left{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.point-list-item:nth-child(even) .item-left{
    order:2;
    padding: 30px 20px;
}
.point-list-item:nth-child(even) .point-list-item-inner{
    display: flex;
    flex-direction: column;
}
.point-list-item .text-heading{
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
}
.point-list-item .text-heading span.ja{
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
}
.point-list-item .text-heading span.en{
    font-size: 20px;
    display: block;
    margin: 0;
    padding: 0;
}
.point-list-item.show .item-left span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .7s;

}
.point-list-item .item-left span{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item.show .item-right span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .7s;

}
.point-list-item .item-right span{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item:nth-child(odd) .item-right{
    padding: 30px 20px;
}
.point-list-item:nth-child(even) .item-right{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.point-list-item .title-top{
    margin-bottom: 20px;
}
.point-list-item .title-top .text{
    font-size: 35px;
    color: #ccc;
}
.c-DDDD26{
    color: #dddd26;
}
.c-6FDD26{
    color: #6FDD26;
}
.c-26D1DD{
    color: #26D1DD;
}
.point-list-item .title-top .number{
    font-size: 60px;
    font-weight: bold;
    overflow: hidden;
}

.point-list-item.show .title-top span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .9s;
}
.point-list-item .title-top span{
    font-weight: bold;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}


.point-list-item .title{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.point-list-item.show .title span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: 1.1s;
}
.point-list-item .title span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item .desc{
    line-height: 1.5;
    overflow: hidden;
}
.point-list-item.show .desc span{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: 1.3s;

}
.point-list-item .desc span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}



/* SPアバウト */
.top-about{
    padding: 40px 0;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

.top-about .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 180px;
    height: 210%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-about.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.top-about.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-about .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-about.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-about .title-en span {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-about .about-desc{
    font-size: 15px;
    font-weight: bold;
    color:#333;
    margin-bottom: 30px;
}
.about-desc span{
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.about-desc.show span{
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: .3s;
}
.about-desc span:first-child{

}
.top-about .logo-area{
    width: 220px;
    margin-bottom: 60px;
}

.top-about .logo-area img{
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-about .logo-area.show img{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: .3s;
}
.about-heading
{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.about-heading span{
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
}
.about-heading.show span{
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: .5s;
}
.about-heading.show::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.about-heading::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #dd2626;
    margin: 30px auto;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.title-bg{
    height: 180px;
    position: relative;
}
.title-bg.show::after {
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);
}
.title-bg::after{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.title-bg.bg01{
    background: url(img/cpm-img08.png);
    background-position: center;
    background-size: cover;
}
.title-bg.bg02{
    background: url(img/cpm-img10.png);
    background-position: center;
    background-size: cover;
}
.title-bg.bg03{
    background: url(img/PAK85_callcentergirl1292_TP_V.jpg);
    background-position: center;
    background-size: cover;
}
.filter{
    background: rgba(0,0,0,.8);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-about .title-bg.show h4{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-about h4{
    font-size:25px;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-about h4 span{
    font-size: 50px;
    margin-right: 20px;
}


.top-about .content-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 180px;
    height: 200%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-about .content-inner.show::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.about-content-area01 .content-inner::before{
    height: 140%;
}
.about-content-area01 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area01 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area01 .img-area.show img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area01 .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.about-content-area01 .text-area p span.heading01{
    transition-delay: .3s;
}
.about-content-area01 .text-area p span.heading02{
    transition-delay: .5s;
}
.about-content-area01 .text-area p.text-desc span{
    transition-delay: .7s;
}
.about-content-area02 .content-inner::before{
    height: 180%;
}

.about-content-area02 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area02 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area02 .text-area p.text-heading span{
    transition-delay: .3s;
}
.about-content-area02 .text-area p.text-desc span{
    transition-delay: .5s;
}

.about-content-area03 .content-inner::before{
    height: 200%;
}

.about-content-area03 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area03 .text-area p.text-heading span{
    transition-delay: .3s;
}
.about-content-area03 .text-area p.text-desc span{
    transition-delay: .5s;
}
.about-content-area03 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}


.about-content-area03 .text-desc{
    margin-bottom: 30px;
}
.about-content-area01 .content-wrapper{
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}
.about-content-area01 .content-wrapper .text-area{
    order: 2;
}
.content-wrapper .text-area p{
    line-height: 1.5;
}
.top-about .text-heading{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 30px;
}
.content-wrapper .img-area{
    order: 1;
    padding: 0 30px;
    margin-bottom: 30px;
}
.about-content-area02 .content-wrapper{
    padding: 30px 0;
}
.about-content-area02 .text-desc{
    line-height: 1.5;
    margin-bottom: 30px;
}
.about-content-area03 .content-wrapper{
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
}
.about-content-area03 .text-area{
    
}
.about-content-area03 .text-heading{
    line-height: 1.5;
}
.support-list{
    display: flex;
    flex-wrap: wrap;
    position: relative;

}
.support-list::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top:50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: url("img/heart-arrow-icon.png");
    background-size: cover;

}
.support-list-item{
    width: 46%;
    margin: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.support-list-item p{
    font-size: 20px;
    font-weight: bold;
}
.support-list-item.sale{
    color:#dddd26;
    border: 3px solid #DDDD26;
}
.support-list-item.operation{
    color: #6FDD26;
    border: 3px solid #6FDD26;
}
.support-list-item.marketing{
    color: #26D1DD;
    border:3px solid #26D1DD;
}
.support-list-item.management{
    color:  #DD8826;
    border: 3px solid  #DD8826;
}
.support-list-item img{
    width: 50px;
    margin-bottom: 20px;
}

/* SPサービス */
.top-service{
    padding: 40px 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.top-service.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-service .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 180px;
    height: 120%;
    top: -200px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -20;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-service.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-service .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-service.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-service .title-en span {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-service .text-desc{

    margin-bottom: 180px;
    line-height: 1.5;
}

.top-service.show .text-desc span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-service .text-desc span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.service-box{
    position: relative;
    margin-bottom: 150px;
    padding-bottom: 30px;
}
.service-box:last-child{
    margin-bottom: 0;
}
.service-box-inner{
 
    margin-left: auto;
    margin-right: auto;
}
.service-box .box-top{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.box-top .text-area{
    content: '';
    position: absolute;
}

.service-box.sale .text-area{
    width: 65%;
    top: -160px;
    left: -38px;
}
.service-box.sale .box-top .img-area{
    margin-left: 10%;
    
}
.box-top .img-area{
    margin-top: -100px;
}
.box-top .img-area img{
    box-shadow: 3px 3px 15px #777;
}
.service-box.coordinate .box-top .img-area{
    margin-left: 10%;
}
.service-box.coordinate .box-top .text-area{
    width: 85%;
    top: -150px;
    left: -15px;
}
.service-box.operation .box-top .text-area{
    width: 85%;
    top: -150px;
    left: -15px;
}
.service-box.operation .box-top .img-area{
    margin-left: 10%;
    
}
.service-box .box-bottom{
    display: flex;
    flex-wrap: wrap;
}
.box-bottom .img-area{
    display: none;
}
.box-bottom .img-area img{
    box-shadow: 3px 3px 15px #777;
}
.service-box.sale .box-bottom .text-area{
    width: 100%;
    padding: 30px 0 0;
}
.service-box.coordinate .box-bottom .text-area{
    width: 100%;
    padding: 30px 0 0;
}
.service-box.operation .box-bottom .text-area{
    width: 100%;
    padding: 30px 0 0;
}

.service-box.operation .box-top .text-area{
    padding: 30px 0 0;
}

.box-bottom .text-area h3{
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 15px;
}
.service-box:nth-child(odd)::before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    right: 200%;
    background: #dd2626;
    transform: skew(-15deg);
    transition: right 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
.service-box:nth-child(odd).show::before{
    right: 15%;
    height: 100%;
    z-index: -10;
    transform: skew(-15deg);
}

.service-box:nth-child(even):before{
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    left: 200%;
    background: #dd2626;
    transform: skew(-15deg);
    transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
.service-box:nth-child(even).show::before{
    left: 15%;
    height: 100%;
    z-index: -10;
    transform: skew(-15deg);
}
.service-box.sale::before{
    background: #DDDD26;
 }
.service-box.coordinate::before{
    background: #6FDD26;
}
.service-box.operation::before{
    background: #26D1DD;
}
.service-box.show .box-top .text-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-top .text-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}
.service-box.show .box-top .img-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-top .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .9s;
}
.service-box.show .box-bottom .img-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-bottom .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.1s;
}
.service-box.show .box-bottom .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-bottom .text-area{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.1s;
}

.service-box.operation.show .box-top .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box.operation .box-top .text-area{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}

.service-box.operation .box-top .text-area h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.service-box p{
    line-height: 1.5;
}

/* SPContact-お問い合わせ */
.top-contact{
    background: #f3f3f3;
    padding-bottom: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}
.top-contact .title-bg{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/cpm-img17.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-contact .title-bg.show::after{
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);
}
.top-contact .title-bg::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.top-contact h2{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: -50px;
    display: block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-contact.show .contact-form{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.top-contact.show h2{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.contact-form{
    background: #fff;
    margin-top: -50px;
    padding: 0 20px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}
.contact-content{
    padding-top: 60px;
    padding-bottom: 30px;
}
.contact-content-item{
    margin-bottom: 30px;
}
.contact-content-heading{
    margin-bottom: 15px;
   width: 100%;
}
.contact-content-heading-text{
    font-weight: bold;
}
.contact-content-label{
    background: #dd2626;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    margin-right: 20px;
    border-radius: 3px;
}
.contact-content-detail{
    display: block;
    flex: 1;
}
.contact-input {
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    background: #f3f3f3;
    border-radius: 4px;
    border: none;
}
.wpcf7-form-control{
    font-family: Oswald, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 15px 20px;
    background: rgb(243, 243, 243);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

textarea{
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: .1em;
    background: #f3f3f3;
    border: none;
    border-radius: 4px;
}
.contact-content-message{
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-top: 5px;
    line-height: 1.5;
}
textarea{
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: .1em;
    background: #f3f3f3;
    border: none;
    border-radius: 4px;
}
#contact-button{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/* Company-会社概要 */
.top-company{
    padding: 40px 0;
    overflow: hidden;
}
.top-company.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-company .title-en span {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-company.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-company .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-company.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-company .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 180px;
    height: 200%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-company .content-wrapper{
    
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-company.show .content-wrapper{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* Accessアクセス */
.top-access h2{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.top-access .map{
    height: 300px;
    background: url("img/map.png");
    background-position: center;
    background-size: cover;
}
/* SP　トップへ戻るボタン */
#return-top {
    background-color: #333;
    border-radius: 50%;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
	z-index:20;
}
/* SPフッター */
.footer{
    
}
.footer .top-area{
    background: #dd2626;
    padding: 30px 0 0;
}
.footer .footer-nav .logo-area{
    width: 150px;
    margin-bottom: 20px;
}
.footer .footer-nav .text-area{
    font-size: 12px;
    line-height: 1.5;
	color: #fff;
	padding-bottom:30px;
}
.footer-copy{
    background: #333;
    padding: 10px 0;
}
.footer-copy p{
    color: #fff;
    text-align: center;
    font-size: 10px;
}
/* SP投稿ページ　headデザイン */
.section-head {
    padding-top: 60px;
    position: relative;
}
.section-head .red-area {
    position: relative;
    height: 375px;
    overflow: hidden;
}

.section-head .text-area{
	padding-top: 25px;
	padding-left: 25%;
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}

.show .section-head .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.section-head h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: bold;
    
}
.section-head .text-mini {
   color: #fff;
    font-size: 13px;
	font-weight: bold;
    margin-top: 15px;
}
.section-head .text-breadcrumbs {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-head .red-area .section-inner:before {
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    left: 200%;
    background: #dd2626;
    transform: skew(15deg);
    transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
main.show .section-head .red-area .section-inner:before {
    left: 80px;
    height: 325px;
    z-index: -10;
    transform: skew(15deg);
}
.section-head:after {
    content: "";
    width: 100%;
    height: 180px;
    background-size: 100%;
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    transition: opacity 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}

.show .section-head:after{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* News お知らせページ */

.single-news .section-head:after {
    background: url(img/cpm-img18.png) no-repeat;
    background-size: 90%;
    background-position: left;
}

.detail-news{
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}
.detail-news .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 250px;
    height: 220%;
    top: -40%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.detail-news.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.detail-news-main{
    margin: 0 auto;
    padding-bottom: 60px;
}
.detail-news-meta{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.detail-news-date{
    margin-right: 30px;
}
.detail-news-category{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0 5px;
    width: 120px;
    background: #dd2626;
}
.detail-news-category a{
   color: #fff;
}
h1.detail-news-title{
    font-size: 20px;
    position: relative;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 40px;
}
h1.detail-news-title::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 60px;
    left: 0;
    bottom: 0;
    background: url(img/cpm-title-l.png);
    background-size: cover;
}
.detail-news-content h2{
    font-size: 18px;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #333;
	line-height:1.5;
}
.detail-news-content h3{
    font-size: 16px;
    padding: 20px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    background: #dfdfdf;
    border-radius: 10px;
	line-height:1.5;
}
.detail-news-content p{
    line-height: 1.5;
	margin-bottom: 30px;
}
.detail-news-content img{
    margin: 30px 0;
	width:100%;
	height: auto;
}

.detail-news .text-breadcrumbs {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* News お知らせ一覧ページ */

.archive-news .section-head:after {
    background: url(img/cpm-img18.png) no-repeat;
    background-size: 80%;
    background-position: left;
}
.navi-category{
    display: inline-block;	
    margin-bottom: 30px;
}
	.navi-category .title{
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	}
.navi-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
    padding-top: 30px;
	border-top: solid 1px #333;
}
.navi-category ul li{
    margin-right: 4vw;
}
.navi-category ul li.active a{
	border: 2px solid #dd2626;
	padding: 5px 15px;
	color: #dd2626;
	font-weight: bold;
	font-size: 4vw;
}
.archive-news .news-list{
		margin-bottom: 60px;
	}
/* コーディネートページ */
.page-coordinate .section-head:after {
    background: url(img/cpm-img14.jpg) no-repeat;
    background-size: 90%;
    background-position: left;
}

.coordinate-list{
    display: flex;
	flex-direction: column;
  
}
.coordinate-list-item{
    width: 100%;
    padding: 20px;
}
.coordinate-list-item .title{
    font-size: 23px;
    font-weight: bold;
    padding: 35px 0 10px;
    position: relative;
    margin-top: 10px;
}
.coordinate-list-item .title span{
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #ebebeb;
    z-index: -1;
    line-height: 1;
    top: 0;
	left: 0;
}

	nav {
		margin-right: 20px;
	}




}
@media (min-width: 768px) and (max-width: 1199px) {


/* タブレット　ヘッダー */
.header{
    padding-top: 20px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
}
.header .section-inner{
    max-width: calc(100% - 144px);
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.header-area{
    display: flex;
    justify-content: space-between;
}
.header-area .logo .header-title{
    display: none;
}
.menu{
    display: flex;
    align-items: center;
}
.global-navi{
    display: flex;
}
.global-navi li{
    margin-right: 30px;
}
.global-navi li:last-child{
    margin-right: 0;
}
.global-navi li a{
    font-size: 20px;
    text-align-center;
}
.global-navi li a span{
    display: block;
    font-size: 12px;
    margin-top:5px;
}

/* タブレット　メインビジュアル */
.mainvisual{
    display: block;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 40px;
	position:relative;
}

.mainvisual-item{
        display: flex;
    }
    
    .mainvisual-item.left{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60%;
        position: relative;
    }
   .mainvisual.show::after{
        left: 90%;
    }
    .mainvisual::after {
        content: '';
        display: block;
        position: absolute;
        top: -88px;
        right: -30%;
        left: -40%;
        bottom: 0;
        z-index: 10;
        background: #dd2626;
        transform: skew(15deg);
        transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
        transition-delay: .6s;
    }
    .mainvisual.show .mainvisual-item.left::after{
        border-top-width: 110px;
    }
    .mainvisual .mainvisual-item.left::after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
        border-top: 0 solid #fff;
        border-left: 0 solid #fff;
        transition: 1.8s cubic-bezier(.23,.67,.37,1) 2s;
    }
    .mainvisual-item-bg.bg01{
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        overflow: hidden;
    }
    .mainvisual-item-bg.bg01::before{
        content:"";
        position: absolute;
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
        background-image: url(img/mainvisual-bg01.jpg);
        background-size: cover;
        background-position: left;
        animation: 2s animationZoom01  ease-in-out forwards;
        animation-delay: 1.2s;
    }
    
        @keyframes animationZoom01 {
        100% { transform: scale(.9)
        }
        }
        
        @keyframes animationSlide01 {
            0% {
                transform:translateX(0px);
              }
            100% {
                transform:translateX(50px);
              }
            }
    .mainvisual-item.right{
        width: 100%;
        height: 40%;
        position: relative;
        z-index: 0;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .swiper-slide{
        background-size: cover;
        animation:10s ease-in-out 1s infinite alternate forwards running animationSlide01;
		height: 41vh;
    }
    .swiper-slide.slide01{
        background-image: url(img/cpm-img01.jpg);
    }
    .swiper-slide.slide02{
        background-image: url(img/cpm-img02.jpg);
    }
    .swiper-slide.slide03{
        background-image: url(img/cpm-img03.jpg);
    }
    .mainvisual.show .mainvisual-item.right::after{
        border-left-width: 110px;
    }
    .mainvisual .mainvisual-item.right::after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        border-top: 0 solid #fff;
        border-left: 0 solid #fff;
        transition: 1.8s cubic-bezier(.23,.67,.37,1) 2s;
    }
    .rightbar {
       position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 72px;
    z-index: 1000;
    padding: 40px 0 53px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.link-scroll {
    margin-top: 40px;
    height: 300px;
}
.link-scroll__text span, .link-scroll__link span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: inherit;
	font-size: 13px;
}

.link-scroll__bar {
    display: block;
    margin: 8px 0 8px 7px;
    width: 1px;
    height: 100px;
    background-color: #333;
    position: relative;
    z-index: 0;
}
.arrow{
    width: 0px;
    border-color: #333;
    border-style: solid;
    border-width: 7px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
    .mainvisual-text{
        width: 100%;
        padding: 60px 30px 0;
        color: #fff;
        line-height: 1.5;
        z-index: 20;
    }
    .mainvisual-heading{
        font-size: 2vw;
        font-weight: bold;
        overflow: hidden;
    }
    .mainvisual-heading span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-heading span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .8s;
        transition-delay: 1.5s;
    }
    .mainvisual-title{
        font-size: 6vw;
        font-weight: bold;
        overflow: hidden;
    }
    .mainvisual-title span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-title span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .8s;
        transition-delay: 1.6s;
    }
    
    .mainvisual-lead{
        font-size: 3vw;
        font-weight: bold;
        margin-top: 30px;
        overflow: hidden;
    }
    .mainvisual-lead span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-lead span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .5s;
        transition-delay: 2.3s;
    }
    .mainvisual.show .mainvisual-lead:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .mainvisual .mainvisual-lead:after {
        content: '';
        display: block;
        width: 38%;
        height: 2px;
        background-color: #fff;
        margin: 20px 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        transition-duration: .8s;
        transition-delay: 1.7s;
        transition-timing-function: cubic-bezier(.645,.045,.355,1);
    }
    
    .mainvisual-desc{
        font-size: 1vw;
		width: 400px;
        overflow: hidden;
    }
    .mainvisual-desc span{
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .mainvisual.show .mainvisual-desc span{
        display: inline-block;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .5s;
        transition-delay:2.5s;
    }
    @keyframes showText{
        0%{
            opacity: 0;
            transform: translateY(100%);
        }
        100%{
            opacity: 1;
        }
    }
    @keyframes zoom-out {
        50% { transform:scale(1.5)} 
      }
    .animation span{
        display: inline-block;
        animation: showText .8s backwards;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .swiper-pagination{
        display: none;
    }


/* タブレット　ニュース */
.top-news{
    padding: 80px 0;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.top-news.show::after{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition-delay: .5s;
} 
.top-news::after{
    content: '';
    position: absolute;
    background: #dd2626;
    width: 45vw;
    height: 200%;
    top: -190px;
    right: -200px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-news .section-inner{
    margin-top: 80px;
}
.top-news.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-news .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 137%;
    top: -80px;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-news.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-news .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-news.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-news .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-news.show .section-inside{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.top-news .section-inside{
    margin-left:70px;
    margin-right: 70;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.news-list-item{
    border-bottom: 1px solid #333;
}
.news-list-item a{
    display: flex;
    width: 100%;
    padding: 20px 0;
}
.news-list-item .meta {
    display: flex;
    margin-right: 20px;
}
.date{
    display: flex;
    width: 80px;
	margin-right: 20px;
    align-items: center;
}
.category{
    display: flex;
    width: 120px;
    align-items: center;
    justify-content: center;
    background: #dd2626;
    color: #fff;
    padding: 5px 0 7px;
}
.title{
    display: flex;
    align-items: center;
}
/* タブレット　ポイント */
.top-point{
    padding: 80px 0;
    overflow: hidden;
}
.point-inner{
    position: relative;
}
.point-bg01{
    width: 700px;
    position: absolute;
    left: -150px;
    top: -20px;
}
.point-bg01 figure{
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}
.top-point.show .point-bg01 figure{
    width: 100%;
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    
}
.point-bg02{
    width: 700px;
    right: -150px;
    top: 80px;
    position: absolute;
}
.point-bg02 figure{
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
}
.top-point.show .point-bg02 figure{
    width: 100%;
    position: absolute;
    top: -40px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .3s;
}
.top-point .text-area{
    margin-left: 300px;
    margin-bottom: 130px;
}
.point-title{
	font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}
.point-title span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.top-point.show .point-title span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .9s;
}
.point-desc{
    line-height: 1.5;
}
.point-desc span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.top-point.show .point-desc span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: 1.1s;
}

.point-inside{
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}
.top-point.show .point-inside::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition-delay: .6s;
}
.top-point .point-inside::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 200%;
    top: -180px;
    left: 190px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}



.point-list-item{
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.point-list-item.js_scroll.show:nth-child(odd) .item-left::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.point-list-item:nth-child(odd) .item-left::before{
    content: '';
    position: absolute;
    width: 250%;
    height: 200%;
    top:-150px;
    right: 30px;
    background: #dd2626;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.point-list-item.js_scroll.show:nth-child(even) .item-right::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.point-list-item:nth-child(even) .item-right::before{
    content: '';
    position: absolute;
    width: 250%;
    height: 250%;
    top:-220px;
    left: 30px;
    background: #dd2626;
    z-index: -1;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 3s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.point-list-item-inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.point-list-item:nth-child(odd) .item-left{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    padding-top: 30px;
    position: relative;
}
.point-list-item:nth-child(even) .item-left{
    width: 57%;
    padding-right: 60px;
	padding-left: 8vw;
}
.point-list-item .text-heading{
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
}
.point-list-item .text-heading span.ja{
    font-size: 40px;
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
}
.point-list-item .text-heading span.en{
    font-size: 25px;
    display: block;
    margin: 0;
    padding: 0;
}
.point-list-item.show .item-left span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .7s;

}
.point-list-item .item-left span{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item.show .item-right span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .7s;

}
.point-list-item .item-right span{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item:nth-child(odd) .item-right{
    width: 67%;
    padding-left: 60px;
	padding-right:8vw;
    padding-bottom: 30px;
}
.point-list-item:nth-child(even) .item-right{
    width: 43%;
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point-list-item .title-top{
    margin-bottom: 20px;
}
.point-list-item .title-top .text{
    font-size: 50px;
    color: #ccc;
}
.c-DDDD26{
    color: #dddd26;
}
.c-6FDD26{
    color: #6FDD26;
}
.c-26D1DD{
    color: #26D1DD;
}
.point-list-item .title-top .number{
    font-size: 80px;
    font-weight: bold;
    overflow: hidden;
}

.point-list-item.show .title-top span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: .9s;
}
.point-list-item .title-top span{
    font-weight: bold;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}


.point-list-item .title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.point-list-item.show .title span{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: .5s;
    transition-delay: 1.1s;
}
.point-list-item .title span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.point-list-item .desc{
    line-height: 1.5;
    overflow: hidden;
}
.point-list-item.show .desc span{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: 1.3s;

}
.point-list-item .desc span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

/* アバウト */
.top-about{
    padding: 80px 0;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}
.top-about::before{
    content: "";
    background: url(img/cpm-img07.png) no-repeat;
    width: 1140px;
    height: 640px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -10;
}
.top-about .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 210%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-about.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-about.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-about .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-about.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-about .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-about .about-desc{
    font-size: 3.5vw;
    font-weight: bold;
    color:#dd2626;
    margin-left: 70px;
    margin-bottom: 80px;
}
.about-desc span{
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.about-desc.show span{
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: .3s;
}
.about-desc span:first-child{

}
.top-about .logo-area{
    width: 400px;
    margin-bottom: 200px;
}

.top-about .logo-area img{
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-about .logo-area.show img{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: .3s;
}
.about-heading
{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}
.about-heading span{
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
}
.about-heading.show span{
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .5s;
    transition-delay: .5s;
}
.about-heading.show::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.about-heading::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #dd2626;
    margin: 40px auto;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.title-bg{
    height: 300px;
    position: relative;
}
.title-bg.show::after {
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);
}
.title-bg::after{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.title-bg.bg01{
    background: url(img/cpm-img08.png);
    background-position: center;
    background-size: cover;
}
.title-bg.bg02{
    background: url(img/cpm-img10.png);
    background-position: center;
    background-size: cover;
}
.title-bg.bg03{
    background: url(img/PAK85_callcentergirl1292_TP_V.jpg);
    background-position: center;
    background-size: cover;
}
.filter{
    background: rgba(0,0,0,.8);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-about .title-bg.show h4{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-about h4{
    font-size:35px;
    font-weight: bold;
    color: #fff;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-about h4 span{
    font-size: 80px;
    margin-right: 20px;
}


.top-about .content-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 210%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-about .content-inner.show::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.about-content-area01 .content-inner::before{
    height: 150%;
}
.about-content-area01 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area01 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area01 .img-area.show img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area01 .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.about-content-area01 .text-area p span.heading01{
    transition-delay: .3s;
}
.about-content-area01 .text-area p span.heading02{
    transition-delay: .5s;
}
.about-content-area01 .text-area p.text-desc span{
    transition-delay: .7s;
}
.about-content-area02 .content-inner::before{
    height: 150%;
}

.about-content-area02 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area02 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area02 .text-area p.text-heading span{
    transition-delay: .3s;
}
.about-content-area02 .text-area p.text-desc span{
    transition-delay: .5s;
}

.about-content-area03 .content-inner::before{
    height: 200%;
}

.about-content-area03 .text-area.show p span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.about-content-area03 .text-area p.text-heading span{
    transition-delay: .3s;
}
.about-content-area03 .text-area p.text-desc span{
    transition-delay: .5s;
}
.about-content-area03 .text-area p span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
}
.about-content-area01 .content-wrapper{
    display: flex;
    padding: 60px 0;
}
.about-content-area01 .content-wrapper .text-area{
    margin-right: 40px;
    width: 50%;
}
.content-wrapper .text-area p{
    line-height: 1.5;
}
.top-about .text-heading{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.content-wrapper .img-area{
    width: 47%;
}
.about-content-area02 .content-wrapper{
    padding: 60px 0;
}
.about-content-area02 .text-desc{
    line-height: 1.5;
    margin-bottom: 60px;
    width: 600px;
}
.about-content-area03 .content-wrapper{
    padding: 60px 0 0;
    display: flex;
}
.about-content-area03 .text-area{
    padding-right: 40px;
	    width: 50%;
}
.about-content-area03 .text-heading{
    line-height: 1.5;
}
	.support-wrapper{
		width: 47%;
	}
.support-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.support-list::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top:50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: url("img/heart-arrow-icon.png");
    background-size: cover;

}
.support-list-item{
    width: 46%;
    margin: 5px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support-list-item p{
    font-size: 25px;
    font-weight: bold;
}
.support-list-item.sale{
    color:#dddd26;
    border: 3px solid #DDDD26;
}
.support-list-item.operation{
    color: #6FDD26;
    border: 3px solid #6FDD26;
}
.support-list-item.marketing{
    color: #26D1DD;
    border:3px solid #26D1DD;
}
.support-list-item.management{
    color: #DD8826;
    border: 3px solid #DD8826;
}
.support-list-item img{
    width: 80px;
    margin-bottom: 20px;
}

/* サービス */
.top-service{
    padding: 60px 0;
    margin-bottom: 80px;
    overflow: hidden;
}

.top-service.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-service .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 120%;
    top: -200px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -20;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-service.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-service .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-service.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-service .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-service .text-desc{
    width: 600px;
    margin-bottom: 150px;
    line-height: 1.5;
}

.top-service.show .text-desc span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-service .text-desc span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.service-box{
    position: relative;
    margin-bottom: 200px;
    padding-bottom: 60px;
}
.service-box:last-child{
    margin-bottom: 0;;
}
.service-box-inner{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.service-box .box-top{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 190px;
}
.box-top .text-area{
    content: '';
    position: absolute;
}
.service-box.sale .text-area{
    width: 40%;
    top:-100px;
    left: 0;
}
.service-box.sale .box-top .img-area{
    right: 120px;
    position: absolute;
}
.box-top .img-area{
    width: 50%;
    margin-top: -100px;
}
.service-box.operation .box-top .img-area{
    width: 55%;
} 
.box-top .img-area img{
    box-shadow: 3px 3px 15px #777;
}
.service-box.coordinate .box-top .img-area{
    margin-left: 10%;
}
.service-box.coordinate .box-top .text-area{
    width: 65%;
    top: -200px;
    left: 0;
}
.service-box.operation .box-top .text-area{
    width: 65%;
    top:-140px;
    left: 0;
}
.service-box.operation .box-top .img-area{
    right: 120px;
    position: absolute;
}
.service-box .box-bottom{
    display: flex;
    flex-wrap: wrap;
}
.box-bottom .img-area{
    width: 46%;
    margin-top: -85px;
    z-index: -1;
}
.box-bottom .img-area img{
    box-shadow: 3px 3px 15px #777;
}
.service-box.sale .box-bottom .text-area{
    width: 54%;
    padding: 0 0 0 50px;
}
.service-box.coordinate .box-bottom .text-area{
    width: 54%;
    padding: 0 50px 0 0;
}
.service-box.operation .box-bottom .text-area{
    width: 54%;
    padding: 0 0 0 50px;
}



.box-bottom .text-area h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
	line-height: 1.5;
}
.service-box:nth-child(odd)::before {
    content: '';
    display: block;
    position: absolute;
    left: -100%;
    right: 200%;
    background: #dd2626;
    transform: skew(-15deg);
    transition: right 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
.service-box:nth-child(odd).show::before{
    right: 15%;
    height: 100%;
    z-index: -10;
    transform: skew(-15deg);
}

.service-box:nth-child(even):before{
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    left: 200%;
    background: #dd2626;
    transform: skew(-15deg);
    transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
.service-box:nth-child(even).show::before{
    left: 15%;
    height: 100%;
    z-index: -10;
    transform: skew(-15deg);
}
.service-box.sale::before{
    background: #DDDD26;
 }
.service-box.coordinate::before{
    background: #6FDD26;
}
.service-box.operation::before{
    background: #26D1DD;
}
.service-box.show .box-top .text-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-top .text-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}
.service-box.show .box-top .img-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-top .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .9s;
}
.service-box.show .box-bottom .img-area img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-bottom .img-area img{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.1s;
}
.service-box.show .box-bottom .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box .box-bottom .text-area{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.3s;
}
.service-box.operation.show .box-top::before{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box.operation .box-top::before{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: 1.1s;
}
.service-box.operation.show .box-top .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.service-box.operation .box-top .text-area{
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}

.service-box.operation .box-top .text-area h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.service-box p{
    line-height: 1.

	}
/*　タブレット　お問い合わせ */
.top-contact{
    background: #f3f3f3;
    padding-bottom: 80px;
    margin-bottom: 80px;
    overflow: hidden;
}
.top-contact .title-bg{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/cpm-img17.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-contact .title-bg.show::after{
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);
}
.top-contact .title-bg::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.top-contact h2{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: -50px;
    display: block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-contact.show .contact-form{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.top-contact.show h2{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.contact-form{
    background: #fff;
    margin-top: -50px;
    padding: 0 8vw;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .7s;
}
.contact-content{
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-content-item{
    margin-bottom: 30px;
}
.contact-content-heading{
    margin-bottom: 15px;
   width: 100%;
}
.contact-content-heading-text{
    font-weight: bold;
}
.contact-content-label{
    background: #dd2626;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    margin-right: 20px;
    border-radius: 3px;
}
.contact-content-detail{
    display: block;
    flex: 1;
}
.contact-input {
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    background: #f3f3f3;
    border-radius: 4px;
    border: none;
}
.wpcf7-form-control{
    font-family: Oswald, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 15px 20px;
    background: rgb(243, 243, 243);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

textarea{
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: .1em;
    background: #f3f3f3;
    border: none;
    border-radius: 4px;
}
.contact-content-message{
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-top: 5px;
    line-height: 1.5;
}
textarea{
    font-family: "Oswald","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    letter-spacing: .1em;
    background: #f3f3f3;
    border: none;
    border-radius: 4px;
}
#contact-button{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


/* タブレット　会社概要 */
.top-company{
    padding: 60px 0;
    overflow: hidden;
}
.top-company.show .title-en span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.top-company .title-en span {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .3s;
}
.top-company.show .title-en::before{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.top-company .title-en::before{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.top-company.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.top-company .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 200%;
    top: -180px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.top-company .content-wrapper{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}
.top-company.show .content-wrapper{
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/* タブレット　アクセス */
.top-access h2{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.top-access .map{
    height: 300px;
    background: url("img/map.png");
    background-position: center;
    background-size: cover;
}
/* タブレット　トップへ戻るボタン */
#return-top {
    background-color: #333;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 50px;
    bottom: 130px;
}


/* タブレット　フッター */
.footer{
    
}
.footer .top-area{
    background: #dd2626;
    padding: 30px 0 0;
}
.footer .footer-nav .logo-area{
    width: 300px;
	margin-bottom:30px;
}
	.footer .footer-nav .text-area {
		color: #fff;
		margin-bottom: 30px;
		line-height: 1.5;
	}
.footer-copy{
    background: #333;
    padding: 10px 0;
}
.footer-copy p{
    color: #fff;
    text-align: center;
}

	/* 投稿ページ　headデザイン */
.section-head {
    padding-top: 120px;
    position: relative;
}
.section-head .red-area {
    position: relative;
    height: 325px;
    overflow: hidden;
}
.section-head .text-area{
    padding-top:25px;
    padding-left: 56vw;
    display: inline-block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
    transition-timing-function: cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    transition: .6s;
    transition-delay: .5s;
}

.show .section-head .text-area{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.section-head h2 {
    color: #fff;
    font-size: 65px;
    letter-spacing: .1em;
    font-weight: bold;
    margin-top: 50px;
    
}
.section-head .text-mini {
    color: #fff;
    font-size: 16px;
    margin-top: 26px;
}
.section-head .text-breadcrumbs {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-head .red-area .section-inner:before {
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    left: 200%;
    background: #dd2626;
    transform: skew(15deg);
    transition: left 1.5s cubic-bezier(0.57, 0.73, 0, 1);
}
main.show .section-head .red-area .section-inner:before {
    left: 0;
    height: 325px;
    z-index: -10;
    transform: skew(15deg);
}


.section-head:after {
    content: "";
    width: 400px;
    height: 330px;
    background-size: 100%;
    position: absolute;
    top: 210px;
    left: 0;
    z-index: 10;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: opacity 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    transition: opacity 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
}
.show .section-head:after{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.text-breadcrumbs li a{
color: #fff;
}
.text-breadcrumbs li span{
color: #fff;
}
/* 固定ページ */
.section-content{
    margin-top: 60px;
	padding-top: 100px;
}


/* News お知らせ一覧ページ */

.archive-news .section-head:after {
    background: url(img/cpm-img18.png) no-repeat;
    background-size: cover;
}
.navi-category{
    display: inline-block;		
}
	.navi-category .title{
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	}
.navi-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
	border-top: solid 1px #333;
}
.navi-category ul li{
    margin-right: 20px;
}
.navi-category ul li.active a{
	border: 2px solid #dd2626;
	padding: 5px 25px;
	color: #dd2626;
	font-weight: bold;
}
.archive-news .news-list{
		margin-bottom: 60px;
	}
/* News お知らせページ */

.single-news .section-head:after {
    background: url(img/cpm-img18.png) no-repeat;
    background-size: cover;
}

.detail-news{
    margin-top: 130px;
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}
.detail-news .section-inner::before{
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 350px;
    height: 220%;
    top: -40%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: -1;
    opacity: 1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s;
    transition: clip-path 1.5s cubic-bezier(.645,.045,.355,1) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.detail-news.show .section-inner::before{
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.detail-news-main{
    margin: 0 auto;
    padding-bottom: 60px;
}
.detail-news-meta{
    display: flex;
    padding-left: 60px;
    align-items: center;
    margin-bottom: 5px;
}
.detail-news-date{
    margin-right: 30px;
}
.detail-news-category{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0 5px;
    width: 120px;
    background: #dd2626;
}
.detail-news-category a{
   color: #fff;
}
h1.detail-news-title{
    font-size: 30px;
    position: relative;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 60px;
}
h1.detail-news-title::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 80px;
    left: 0;
    bottom: 0;
    background: url(img/cpm-title-l.png);
    background-size: cover;
}
.detail-news-content h2{
    font-size: 25px;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
.detail-news-content h3{
    font-size: 20px;
    padding: 20px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    background: #dfdfdf;
    border-radius: 10px;
}
.detail-news-content p{
    line-height: 1.5;
	margin-bottom: 30px;
}
.detail-news-content img{
    margin-bottom: 30px;
	width:100%;
	height: auto;
}

.detail-news .text-breadcrumbs {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/* コーディネートページ */
.page-coordinate .section-head:after {
    background: url(img/cpm-img14.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    background-position-y: -190px;
}

.coordinate-list{
    display: flex;
    flex-wrap: wrap;
}
.coordinate-list-item{
    width: 33.3333%;
    padding: 20px;
}
.coordinate-list-item .title{
    font-size: 23px;
    font-weight: bold;
    padding: 35px 0 10px;
    position: relative;
    margin-top: 10px;
}
.coordinate-list-item .title span{
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #ebebeb;
    z-index: -1;
    line-height: 1;
    top: 0;
}


	
	


}