@charset "utf-8";
/*=========================================
 common
==========================================*/
.c-customer-section-bg{
  background: #e5e5e5;
}

.c-customer-section__inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}


/* ------------ section__title ------------ */
.c-customer-section__main-title{
  font-size: 2.77em;
  font-weight: bold;
}

.c-customer-section__title--lead{
  margin-top: 10px;
  font-size: 1.66em;
  font-weight: bold;
  color: #dd1e29;
  line-height: 1.2;
}


/* ------------ section__btn ------------ */
.c-customer-section__btn{
  position: relative;
  width: fit-content;
  text-align: center;
  background: #dd1e29;
  border-radius: 32px;
  overflow: hidden;
}

.c-customer-section__btn::before{
  content: "";
  position: absolute;
  top: -120px;
  left: -320px;
  width: 320px;
  height: 160px;
  background: white;
  transform: rotate(-45deg);
  opacity: 0.5;
  z-index: 0;
  transition: all 0.3s ease-out;
}

.c-customer-section__btn:hover::before {
  top: 100%;
  left: 100%;
}

.c-customer-section__btn--link{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.33em;
  color: #fff;
}

.c-customer-section__btn--link::before,
.c-customer-section__btn--link::after{
  content: "";
  position: absolute;
  right: 20px;
  margin-bottom: 3px;
}

.c-customer-section__btn--link::after{
	width: 27px;
	height: 27px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.c-customer-section__btn--link::before{
  margin-right: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #dd1e29;
	border-right: 2px solid #dd1e29;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  z-index: 1;
}


/* ------------ parallax ------------ */
.c-customer-parallax{
  position: relative;
  clip-path: inset(0);
}

.c-customer-parallax__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  z-index: -1;
}

.c-customer-parallax__bg::after{
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  transform: translateY(-50%);
  content: '';
}

.c-customer-parallax__bg::before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.c-customer-parallax__inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}


/* ------------ content-bg ------------ */
.c-customer-bg-wrap{
  margin-top: 70px;
  padding: 138px 0 110px;
}

.c-customer-bg__heading{
  display: grid;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
  font-size: 2.5em;
  color: #fff;
  border-bottom: solid 5px #dd1e29;
}

.c-customer-bg__lead{
  margin-top: 15px;
  font-size: 1.22em;
  color: #fff;
  text-align: center;
}



/*=========================================
 kv
==========================================*/
.c-customer-kv-wrap{
  margin-top: 158px;
}


/* ------------ breadcrumb ------------ */
.c-customer-breadcrumb{
  height: 55px;
  background: #000;
}

.c-customer-breadcrumb__list{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  align-items: center;
}

.c-customer-breadcrumb__item{
  display: flex;
  align-items: center;
  color: #fff;
}

.c-breadcrumb__item--text{
  font-weight: bold;
  color: #fff;
}

.c-breadcrumb__item--arrow{
  padding: 0 5px 0 10px;
  font-weight: bold;
  color: #fff;
}


/* ------------ kv ------------ */
.c-customer-kv{
  padding: 260px 0 260px;
}

.c-customer-kv__inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  z-index: -1;
}

.c-customer-kv__inner::before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.c-customer-kv__inner::after{
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
  content: '';
}

.c-voice-kv__text-wrap{
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.c-kv__text-wrap{
  display: grid;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.c-customer-kv__title{
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 8px;
  font-size: 2.77em;
  font-weight: bold;
  border-bottom: solid 5px #dd1e29;
}

.c-customer-br-text-sp{
  display: none;
}

.c-kv__product-name{
  margin-top: 15px;
  font-size: 1.33em;
  font-weight: bold;
}

.animate span {
	display: inline-block;
}

.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}
.animate span:nth-of-type(21) {
	animation-delay: 1.05s;
}
.animate span:nth-of-type(22) {
	animation-delay: 1.1s;
}
.animate span:nth-of-type(23) {
	animation-delay: 1.15s;
}
.animate span:nth-of-type(24) {
	animation-delay: 1.2s;
}
.animate span:nth-of-type(25) {
	animation-delay: 1.25s;
}
.animate span:nth-of-type(26) {
	animation-delay: 1.3s;
}
.animate span:nth-of-type(27) {
	animation-delay: 1.35s;
}
.animate span:nth-of-type(28) {
	animation-delay: 1.4s;
}
.animate span:nth-of-type(29) {
	animation-delay: 1.45s;
}
.animate span:nth-of-type(30) {
	animation-delay: 1.5s;
}
.animate span:nth-of-type(31) {
	animation-delay: 1.55s;
}
.animate span:nth-of-type(32) {
	animation-delay: 1.6s;
}
.animate span:nth-of-type(33) {
	animation-delay: 1.65s;
}
.animate span:nth-of-type(34) {
	animation-delay: 1.7s;
}
.animate span:nth-of-type(35) {
	animation-delay: 1.75s;
}
.animate span:nth-of-type(36) {
	animation-delay: 1.8s;
}

.seven span {
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
}

@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
	}

	60% {
		color: #fff;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}


.js-customer-kv-text{
  opacity: 0;
}

.js-customer-kv-text.fadein{
  animation-name:fadeUpAnime;
  animation-duration:.7s;
  animation-fill-mode:forwards;
}
  
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/*=========================================
 innovative-points
==========================================*/
.c-detail-section{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}

.c-detail-section-reverse{
  flex-direction: row-reverse;
}

.c-detail-section__text-wrap{
  width: 59%;
}

.c-detai-section__text{
  margin-top: 25px;
  font-size: 1.22em;
  line-height: 1.8;
}

.c-detai-section__text-first{
  margin-top: 0;
}

.c-innovative-points-summary__text{
  margin-top: 30px;
  font-size: 1.11em;
  line-height: 1.8;
}



/*=========================================
 customer-solution
==========================================*/
.c-customer-solution__inner-tb{
  display: none;
}

.c-customer-solution__inner-pc{
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.c-customer-solution__text-wrap{
  width: 53%;
}

.c-customer-solution__title{
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: solid 5px #dd1e29;
}

.c-customer-solution__text{
  margin-top: 30px;
  font-size: 1.22em;
  line-height: 1.7;
}

.c-customer-solution__text-first{
  margin-top: 50px;
}




/*=========================================
 customer
==========================================*/
.c-customer__inner{
  display: flex;
}


/* ------------ customer__text-wrap ------------ */
.c-customer__text-wrap{
  width: 50%;
  padding-right: 65px;
}

.c-customer__detail{
  margin-top: 40px;
  line-height: 1.5;
}


/* ------------ customer__btn-wrap ------------ */
.c-customer__btn-wrap{
  width: 50%;
  padding: 40px 0 0 70px;
}

.c-customer__btn{
  max-width: 461px;
  width: 100%;
  height: 66px;
  margin-top: 8px;
  border-radius: 17px;
  background: #da1e29;
}

.c-customer__btn-list--bottom{
  margin-top: 31px;
}

.c-customer__btn--link{
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.16em;
  line-height: 64px;
}



@media screen and (max-width:1200px){
  .c-customer-section__inner{
    padding: 50px 20px;
  }

  .c-customer-breadcrumb__list{
    padding: 0 20px;
  }

  .c-customer-kv{
    padding: 260px 20px 260px;
  }

  .c-detail-section{
    gap: 30px;
  }

  .c-customer-bg-wrap{
    padding: 138px 20px 110px;;
  }

  .c-customer-bg__heading{
    font-size: 2.3em;
  }

  .c-customer-solution__inner-pc{
    gap: 30px;
  }

  .c-customer-solution__title{
    font-size: clamp(2.28125rem, -1.0437rem + 5.5417vw, 3.1125rem);
  }

  .c-customer__text-wrap{
    padding-right: 40px;
  }

  .c-customer__btn-wrap{
    padding-left: 40px;
  }
}



@media screen and (max-width:1000px){
  .c-customer-kv__title{
    font-size: 2.72em;
  }
}



@media screen and (max-width:900px){
  .c-customer-kv-wrap{
    margin-top: 75px;
  }
}



@media screen and (max-width:960px){
  .c-customer-breadcrumb__list{
    flex-wrap: wrap;
    padding: 5px 20px;
  }
  
  .c-customer-kv__title{
    font-size: clamp(2.3625rem, 1.4625rem + 1.875vw, 2.5875rem);
  }

  .c-kv__product-name{
    font-size: clamp(1.21875rem, 0.1188rem + 2.2917vw, 1.49375rem);
  }

  .c-detail-section{
    gap: 20px;
  }

  .c-customer-bg-wrap{
    margin-top: 50px;
    padding: 120px 20px 108px;
  }

  .c-customer-bg__heading{
    font-size: clamp(2.025rem, -0.175rem + 4.5833vw, 2.575rem);
  }

  .c-customer-bg__lead{
    font-size: clamp(1.125rem, 0.15rem + 2.0312vw, 1.36875rem);
  }

  .c-customer-solution__inner-pc{
    display: none;
  }

  .c-customer-solution__inner-tb{
    display: block;
  }

  .c-customer-section__main-title{
    font-size: 2.77em;
  }

  .c-customer-solution__detail-wrap{
    display: flex;
    gap: 30px;
    margin-top: 50px;
  }

  .c-customer-solution__text-wrap-tb{
    width: 65%;
  }

  .c-customer-solution__text-first{
    margin-top: 0;
  }
}



@media screen and (max-width:768px){
  .c-breadcrumb__item--arrow{
    padding-left: 5px;
    font-size: 0.8em;
  }

  .c-breadcrumb__item--text{
    font-size: 0.73em;
  }

  .c-customer-kv__title{
    font-size: clamp(1.58125rem, -0.0569rem + 5.0403vw, 2.3625rem);
  }

  .c-kv__product-name{
    margin-top: 8px;
    font-size: clamp(0.81875rem, -0.0593rem + 2.7016vw, 1.2375rem);
  }

  .c-customer-section__main-title{
    font-size: 2.43em;
  }

  .c-detail-section__text-wrap{
    width: 80%;
  }

  .c-customer-bg-wrap{
    padding: 80px 20px 73px;
  }

  .c-customer-bg__heading{
    font-size: clamp(1.3375rem, -0.1171rem + 4.4758vw, 2.03125rem);
  }

  .c-customer-bg__lead{
    margin-top: 8px;
    font-size: clamp(0.75rem, -0.0363rem + 2.4194vw, 1.125rem);
  }

  .c-customer-section__title--lead{
    font-size: 1.42em;
  }

  .c-customer-solution__detail-wrap{
    gap: 20px;
  }

  .c-customer-solution__title-tb{
    font-size: clamp(2.375rem, 1.6542rem + 2.2177vw, 2.71875rem);
  }

  .c-customer-solution__text-wrap-tb{
    width: 100%;
  }

  .c-customer-solution__img-wrap{
    width: 100%;
  }

  .c-customer__inner{
    flex-direction: column;
  }

  .c-customer__text-wrap,
  .c-customer__btn-wrap{
    width: 100%;
    padding: 0;
  }

  .c-customer__btn-wrap{
    padding-top: 40px;
    text-align: center;
  }

  .c-customer__btn{
    margin: 8px auto 0;
  }
}



@media screen and (max-width:600px){
  .c-detail-section__text-wrap{
    width: 100%;
  }
}



@media screen and (max-width:520px){
  .c-customer-kv{
    padding: 225px 20px 225px;
  }

  .c-customer-br-text-sp{
    display: block;
  }

  .c-customer-kv__title{
    padding-bottom: 5px;
    font-size: clamp(1.46875rem, -0.1413rem + 8.05vw, 2.475rem);
    line-height: 1.2;
  }

  .c-kv__product-name{
    font-size: clamp(0.7875rem, 0.0475rem + 3.7vw, 1.25rem);
    line-height: 1.2;
  }

  .c-customer-section__title--lead{
    font-size: 1.4em;
  }

  .c-detail-section{
    flex-direction: column;
    margin-top: 30px;
  }

  .c-detail-section-second{
    margin-top: 0;
  }

  .c-detai-section__text,
  .c-customer-solution__text{
    font-size: 1.11em;
  }

  .c-detail-section__img-wrap{
    text-align: center;
  }

  .c-customer-bg-wrap{
    margin-top: 0;
  }

  .c-customer-bg__heading{
    padding-bottom: 0;
    font-size: clamp(1.371875rem, -0.0331rem + 7.025vw, 2.25rem);
    text-align: center;
    line-height: 1.2;
  }

  .c-customer-bg__lead{
    font-size: clamp(0.6875rem, -0.0125rem + 3.5vw, 1.125rem);
  }

  .c-customer-solution__detail-wrap{
    margin-top: 40px;
  }

  .c-customer-section__inner-sp{
    padding-top: 0;
  }

  .c-customer-solution__detail-wrap{
    flex-direction: column;
  }
}



@media screen and (max-width:347px){
  .c-customer-solution__title-tb{
    font-size: 2.22em;
  }
}


@media screen and (max-width:330px){
  .c-breadcrumb__item--text{
    font-size: 0.7em;
  }
}