@charset "UTF-8";

/* 
// about

// common
// index
// marketing(about common)
// creative
// new business
// sp style
*/


/*
// common
*/

.about-products__list{
  display: flex;
  flex-wrap:wrap;
  margin: auto;
  width: var(--width-pc);
}

.about-products__list li{
  position: relative;
  width: 36rem;
}

.about-products__list li:nth-child(1){
  height:29rem; 
  padding: 0 2rem 4.5rem 4rem;
}

.about-products__list li:nth-child(2){
  height:29rem; 
  padding: 0 2rem 4.5rem;
}

.about-products__list li:nth-child(3){
  height:29rem; 
  padding: 0 4rem 4.5rem 2rem;
}

.about-products__list li:nth-child(4){
  height:32rem;
  padding: 2.5rem 2rem 1.5rem 4rem;
}

.about-products__list li:nth-child(5){
  height:32rem;
  padding: 2.5rem 2rem 1.5rem;
}

.about-products__list li:nth-child(6){
  height:32rem;
  padding: 2.5rem 4rem 1.5rem 2rem;
}

.about-products__list li:before,
.about-products__list li:after{
  background: #666;
  content:'';
  position: absolute;
}

.about-products__list li:nth-child(1):before,
.about-products__list li:nth-child(2):before{
  bottom:0.9rem;
  right:0;
  height:28.1rem; 
  width:0.1rem;
}

.about-products__list li:nth-child(4):before,
.about-products__list li:nth-child(5):before{
  height:31.1rem; 
  top:0.9rem;
  right:0;
  width:0.1rem;
}

.about-products__list li:nth-child(1):after,
.about-products__list li:nth-child(2):after,
.about-products__list li:nth-child(3):after{
  bottom:0;
  height:0.1rem; 
}

.about-products__list li:nth-child(1):after{
  left:0;
  width:35.1rem;
}

.about-products__list li:nth-child(2):after{
  left:0.9rem;
  width:34.2rem;
}

.about-products__list li:nth-child(3):after{
  left:0.9rem;
  width:35.1rem;
}


.about-products__list__logo--wrap{
  align-items: center;
  display: flex;
  height: 7.5rem;
  justify-content: center;
  margin: 0 0 2rem;
  width: 100%;
}

.about-products__list--01__logo{
  width: 18.66828rem;
}

.about-products__list--02__logo{
  width: 19.52778rem;
}

.about-products__list--03__logo{
  width: 20.5785rem;
}

.about-products__list--04__logo{
  width: 19.14146rem;
}

.about-products__list--05__logo{
  width: 11.78013rem;
}

.about-products__list--06__logo{
  width: 15.40507rem;
}

.about-products__list__description{
  font-size:1.6rem;
  line-height: 1.35;
  min-height: 10rem;
  text-align: justify;
}

.about-products__list li:nth-child(4) .mv__product-list__description,
.about-products__list li:nth-child(5) .mv__product-list__description,
.about-products__list li:nth-child(6) .mv__product-list__description{
  min-height: 12rem;
}

.about-products__list__btn{
  margin: auto;
}



/* 
// index
*/

.about-index .mv--wrap{
  position: relative;
  width: 100%;
}

.about-index .mv--wrap:before{
  background: var(--color-yellow);
  content:'';
  height: 47.5rem;
  left:-100%;
  position: absolute;
  top:0;
  width: 100%;
}

.about-index .mv{
  height: 47.5rem;
  margin: auto;
  position: relative;
  width: var(--width-pc);
}

.about-index .mv__image--wrap{
  height: 47.5rem;
  overflow: hidden;
  position: absolute;
  left: -42rem;
  top:0;
  width: 0;
}

.about-index .mv__image{
  height: 47.5rem;
  max-width: none;
  position: absolute;
  left:0;
  top:0;
  width: 110.4rem;
}

.about-index .mv__item{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 47.5rem;
  justify-content: center;
  margin: 0 0 0 68.4rem;
  padding: 1rem 0 0 4rem;
}

.about-index .mv__item__title--jp{
  font-size:2.078rem;
  font-weight: 500;
  margin: 0 0 0.2rem;
}

.about-index .mv__item__title--en{
  border-bottom: 0.2rem solid #000;
  font-size:5.197rem;
  font-weight: 600;
  line-height: 0.92;
  margin: 0 0 1.5rem;
  padding: 0 0 1.2rem;
  width: fit-content;
}

.about-index .mv__item__title--en br{
  display: inline-block;
}

.about-index .mv__item__description{
  font-size:1.7rem;
  line-height: 1.65;
}

.about-index .message{
  text-align: center;
  padding: 8rem 0 5rem;
}

.about-index .message__heading{
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0 0 2rem;
}

.about-index .message__item{
  border: 0.1rem solid #000;
  border-radius: 2.08rem;
  margin: 0 auto 2.5rem;
  padding: 2rem 0 2.5rem;
  width: var(--width-pc_contents);
}

.about-index .message__item__title{
  font-size: 1.8rem;
  margin: 0 0 0.65em;
}

.about-index .message__item__description{
  font-size: 1.7rem;
  margin: auto;
  text-align: left;
  width: fit-content;
}

.about-index .message__description{
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0 0 5.5rem;
}

.about-index .message__scroll{
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.about-index .message__scroll:after{
  animation: scrollArrow 1.5s ease infinite;
  background: url(../images/common/arrow--scroll.svg) no-repeat center top/100% auto;
  content:'';
  display: block;
  height: 7.077rem;
  margin: 0.8rem auto 0;
  width: 0.95rem;
}


.about-index .service{
  background: var(--color-yellow);
  padding: 5.5rem 0 6.5rem;
}

.about-index .service__image{
  margin: auto;
  width: 116.7rem;
}

.about-index .overview{
  padding: 14rem 0 8rem;
}
.about-index .overview__heading{
  margin: 0 0 4rem;
}

.about-index .overview__heading--header--onsp{}
.about-index .overview__description{
  font-size: 1.7rem;
  margin: 0 0 4rem;
  text-align: center;
}

.about-index .overview__figure{
  margin: auto;
  width: var(--width-pc);
}

.about-index .about-products{
  padding: 8rem 0 7rem;
}

.about-index .about-products__heading{
  margin: 0 0 6rem;
}
.about-index .about-products__heading--header--onsp{}

.about-index .organization{
  padding: 7rem 0;
}

.about-index .organization__title{
  margin: 0 auto;
}

.about-index .organization__item--wrap{
  background: #efefef;
  margin: -2.5rem 0 0;
  padding: 7.5rem 0 6.5rem;
}

.about-index .organization__figure{
  margin: 0 auto;
  width: var(--width-pc_contents);
}

.about-index .about__list--wrap{
  overflow-x: hidden;
  padding: 6.5rem 0 4.5rem;
}

.about-index .about__list .about__list-title{
  margin: 0 auto 2rem;
}

.about-index .about__list-description{
  font-size:1.8rem;
  margin: 0 0 6.5rem;
  text-align: center;
}

.about-index .about__list{
  height: 51.3rem;
  margin: 0 auto 7.5rem;
  padding: 7rem 0 0;
  position: relative;
  width: var(--width-pc);
}

.about-index .about__list:before{
  background: #f2f2f2;
  content:'';
  height: 51.3rem;
  position: absolute;
  top:0;
  z-index: -1;
}

.about-index .about__list--01:before{
  right: 25.8rem;
  width: 124rem;
}

.about-index .about__list--03:before{
  right: -41.2rem;
  width: 120.5rem;
}

.about-index .about__list--inner{
  margin: -0.4em 0 0;
  width: 47.2rem;
}

.about-index .about__list--02  .about__list--inner{
  margin: -0.4em 0 0 60.8rem;
}

.about-index .about__list__heading{
  font-size:3.5rem;
  font-weight: 500;
  margin: 0 0 1.8rem;
  position: relative;
}

.about-index .about__list__heading:before,
.about-index .about__list__heading:after{
  bottom:0;
  content:'';
  height: 0.1rem;
  left:-100%;
  position: absolute;
  width: 100%;
}

.about-index .about__list__heading:before{
  background: #000;
}

.about-index .about__list__heading:after{
  background: linear-gradient(90deg,var(--color-yellow) 9rem,#000 9rem);
}

.about-index .about__list__title{
  font-size:2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 0 0 1.5rem;
}

.about-index .about__list__description{
  font-size:1.6rem;
  margin: 0 0 2rem;
}

.about-index .about__list__image--wrap{
  height: 36.9rem;
  left:54rem;
  overflow:hidden;
  position: absolute;
  top:7rem;
  width: 0rem;
}

.about-index .about__list__image{
  height: 36.9rem;
  left:0;
  max-width: none;
  position: absolute;
  top:0;
  width: 96.1rem;
}

.about-index .about__list--02 .about__list__image--wrap{
  left:-42rem;
}

.about-index .company{
  
}

.about-index .company__title{
  margin: 0 auto
}

.about-index .company__item--wrap{
  background: var(--color-yellow);
  margin: -2.5rem 0 0;
  padding: 6.5rem 0 4rem;
  text-align: center;
}

.about-index .company__item__title{
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 0.5em;
}
.about-index .company__item__description{
  font-size: 1.7rem;
  margin: 0 0 3.5rem;
}

.about-index .company__item__link{
  align-items: center;
  background: url("../images/about/index/company__item__link--bg@2x.webp") no-repeat center center/48.7rem auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 37.9rem;
  justify-content: center;
  margin: auto;
  transition: .2s;
  width: 37.9rem;
}

.about-index .company__item__link:hover{
  filter:brightness(1.08);
  transform: scale(1.05);
}

.about-index .company__item__link__logo{
  margin: 0 0 2rem;
  width: 31.42856rem;
}

.about-index .company__item__link__icon{
  align-items: center;
  background: #fff;
  border-radius: 2.76rem;
  display: flex;
  font-size:1.6rem;
  font-weight: 500;
  height: 4.52rem;
  justify-content: center;
  width:27.1763rem;
}





/* 
// marketing(about common)
*/

.about .mv--wrap{
  margin: 0 0 4.5rem;
}

.about .mv{
  color:#fff;
  height: 51.4rem;
  margin: 0 0 5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.about .mv:before{
  background: linear-gradient(90deg, rgba(0,20,51,0.4), rgba(0,20,51,0.4));
  content:'';
  height: 100%;
  left:0;
  position: absolute;
  top:0;
  width: 100%;
}

.about .mv__image{
  height: 100%;
  position: absolute;
  left: calc(50%);
  max-width: none;
  top:0;
  transform: translateX(-50%);
  width: 192rem;
  z-index: -1;
}

.about .mv__page-title{
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 51.4rem;
  justify-content: center;
  text-align: center;
}

.about .mv__page-title--en{
  font-size:6.3rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.2em;
}
  
.about .mv__page-title--jp{
  font-size:2.9rem;
  font-weight: 500;
  margin: -0.2em 0 0.5em;
}

.about .mv__description{
  font-size:1.8rem;
  font-weight: 500;
  text-align: center;
}


.about .organization{
  padding: 5rem 0 12.5rem;
}

.about .organization__title{
  margin: 0 auto 2rem;
  position: relative;
  z-index: 2;
}

.about .organization__figure{
  margin: 0 auto 4.5rem;
  width: var(--width-pc);
}

.about .organization__description{
  font-size:1.7rem;
  text-align: center;
}


.about .job{

}

.about .jobs__title{}

.about .jobs__item--wrap{
  background: #efefef;
  margin: -6rem 0 0;
  padding: 9.5rem 0 6.5rem;
}

.about .jobs__list{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 7.5rem;
  width:92rem;
}

.about .jobs__list li{
  width: 44.3rem;
}

.about .jobs__list__image{
  margin: 0 0 2.5rem;
}

.about .jobs__list__heading{
  font-size:2.4rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 1.2rem;
}

.about .jobs__list__description{
  font-size:1.7rem;
  line-height: 1.5;
  text-align: justify;
}

.about .jobs__list__btn{
  margin: 2.5rem auto 0;
}

.about .jobs__group-list-title{
  font-size:2.4rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  text-align: center;
}

.about .jobs__group-list{
  background: #fff;
  border:0.3rem solid var(--color-yellow);
  border-radius: 0.988rem;
  margin: auto;
  padding: 4.5rem 7.5rem;
  width: 92rem;
}

.about .jobs__group-list li{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem;
}

.about .jobs__group-list li:last-child{
  margin: 0;
}

.about .jobs__group-list__image{
  flex-shrink: 0;
  width: 31.5rem;
}

.about .jobs__group-list--inner{
  width: 43rem;
}

.about .jobs__group-list__heading{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0.3em 0 1.5rem;
}

.about .jobs__group-list__description{
  font-size:1.7rem;
  line-height: 1.5;
  text-align: justify;
}


.about .other-job{
  border-bottom:0.1rem solid #000;
  padding: 6rem 0 11rem;
}

.about .other-job--newbusiness{
  border-bottom:none;
}

.other-job__heading{
  font-size:3.5rem;
  font-weight: 500;
  margin: 0 0 5rem;
  text-align: center;
}

.about .other-job__item--wrap{
  
}

.about .other-job__item{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 9rem;
  width: 92rem;
}

.about .other-job__item:last-child{
  margin: 0 auto;
}

.about .other-job__item:nth-child(odd){
  flex-direction: row-reverse;
}

.about .other-job__item__image{
  width: 44.3rem;
}

.about .other-job__item--inner{
  width: 43.8rem;
}

.about .other-job__item__heading{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0.3em 0 1.5rem;
}

.about .other-job__item__description{
  font-size:1.7rem;
  line-height: 1.5;
  margin: 0 0 2.5rem;
  text-align: justify;
}

.about .other-job__item__btn{
  
}



.about .service-lineup{
  overflow-x: hidden;
  padding: 11.5rem 0 15rem;
}

.about .service-lineup__item{
  margin: auto;
  padding: 0 0 0 1.5rem;
  position: relative;
  width: var(--width-pc);
}

.about .service-lineup__item--inner{
  width: 47.3rem;
}

.about .service-lineup__item__image{
  position: absolute;
  left:54rem;
  top:-2rem;
}

.about .service-lineup__item__heading{
  font-size:3.5rem;
  font-weight: 500;
  margin: 0 0 1.8rem;
  position: relative;
}

.about .service-lineup__item__heading:before,
.about .service-lineup__item__heading:after{
  bottom:0;
  content:'';
  height: 0.1rem;
  left:-100%;
  position: absolute;
  width: 100%;
}

.about .service-lineup__item__heading:before{
  background: #000;
}

.about .service-lineup__item__heading:after{
  background: linear-gradient(90deg,var(--color-yellow) 9rem,#000 9rem);
}

.about .service-lineup__item__sub-heading{
  font-size:2.4rem;
  line-height: 1.35;
  margin: 0 0 2rem;
}

.about .service-lineup__item__description{
  font-size:1.6rem;
  margin: 0 0 1.5rem;
  text-align: justify;
}



/* 
// creative
*/
.about.creative .organization__description{
  margin: 0 0 2rem;
}
.about.creative .organization__list{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 74rem;
}

.about.creative .organization__list dt{
  align-items: center;
  border:0.1rem solid #000;
  display: flex;
  font-size:1.7rem;
  font-weight: 500;
  height: 2.7rem;
  justify-content: center;
  margin: 0 1rem 1rem 0;
  width: 32rem;
}

.about.creative .organization__list dd{
  font-size:1.7rem;
  margin: 0 0 1rem;
  width: 41rem;
}

.about.creative .jobs__list{
  flex-wrap: wrap;
  margin: 0 auto;
  width:var(--width-pc);
}

.about.creative .jobs__list li{
  margin: 0 0 4.5rem;
  width: 33.8rem;
}

.about.creative .jobs__list li:nth-child(4),
.about.creative .jobs__list li:nth-child(5),
.about.creative .jobs__list li:nth-child(6){
  margin: 0;
}



/* 
// new business
*/

.about.newbusiness .mv__description{
  margin: 0 0 9rem;
}

.about.newbusiness .mv__sub-heading{
  margin: 0 0 6rem;
}

.about.newbusiness .mv__product-list{
  display: flex;
  flex-wrap:wrap;
  margin: auto;
  width: var(--width-pc);
}

.about.newbusiness .mv__product-list li{
  position: relative;
  width: 36rem;
}

.about.newbusiness .mv__product-list li:nth-child(1){
  height:29rem; 
  padding: 0 2rem 4.5rem 4rem;
}

.about.newbusiness .mv__product-list li:nth-child(2){
  height:29rem; 
  padding: 0 2rem 4.5rem;
}

.about.newbusiness .mv__product-list li:nth-child(3){
  height:29rem; 
  padding: 0 4rem 4.5rem 2rem;
}

.about.newbusiness .mv__product-list li:nth-child(4){
  height:32rem;
  padding: 2.5rem 2rem 1.5rem 4rem;
}

.about.newbusiness .mv__product-list li:nth-child(5){
  height:32rem;
  padding: 2.5rem 2rem 1.5rem;
}

.about.newbusiness .mv__product-list li:nth-child(6){
  height:32rem;
  padding: 2.5rem 4rem 1.5rem 2rem;
}

.about.newbusiness .mv__product-list li:before,
.about.newbusiness .mv__product-list li:after{
  background: #666;
  content:'';
  position: absolute;
}



.about.newbusiness .mv__product-list li:nth-child(1):before,
.about.newbusiness .mv__product-list li:nth-child(2):before{
  bottom:0.9rem;
  right:0;
  height:28.1rem; 
  width:0.1rem;
}

.about.newbusiness .mv__product-list li:nth-child(4):before,
.about.newbusiness .mv__product-list li:nth-child(5):before{
  height:31.1rem; 
  top:0.9rem;
  right:0;
  width:0.1rem;
}

.about.newbusiness .mv__product-list li:nth-child(1):after,
.about.newbusiness .mv__product-list li:nth-child(2):after,
.about.newbusiness .mv__product-list li:nth-child(3):after{
  bottom:0;
  height:0.1rem; 
}

.about.newbusiness .mv__product-list li:nth-child(1):after{
  left:0;
  width:35.1rem;
}

.about.newbusiness .mv__product-list li:nth-child(2):after{
  left:0.9rem;
  width:34.2rem;
}

.about.newbusiness .mv__product-list li:nth-child(3):after{
  left:0.9rem;
  width:35.1rem;
}


.about.newbusiness .mv__product-list__logo--wrap{
  align-items: center;
  display: flex;
  height: 7.5rem;
  justify-content: center;
  margin: 0 0 2rem;
  width: 100%;
}

.about.newbusiness .mv__product-list--01__logo{
  width: 18.66828rem;
}

.about.newbusiness .mv__product-list--02__logo{
  width: 19.52778rem;
}

.about.newbusiness .mv__product-list--03__logo{
  width: 20.5785rem;
}

.about.newbusiness .mv__product-list--04__logo{
  width: 19.14146rem;
}

.about.newbusiness .mv__product-list--05__logo{
  width: 11.78013rem;
}

.about.newbusiness .mv__product-list--06__logo{
  width: 15.40507rem;
}

.about.newbusiness .mv__product-list__description{
  font-size:1.6rem;
  line-height: 1.35;
  min-height: 10rem;
  text-align: justify;
}

.about.newbusiness .mv__product-list li:nth-child(4) .mv__product-list__description,
.about.newbusiness .mv__product-list li:nth-child(5) .mv__product-list__description,
.about.newbusiness .mv__product-list li:nth-child(6) .mv__product-list__description{
  min-height: 12rem;
}


.about.newbusiness .mv__product-list__btn{
  margin: auto;
}

.about.newbusiness .organization__figure{
  margin: -5.5rem auto 2.5rem;
  width:86.2rem;
}

.about.newbusiness .jobs__list{
  margin: 0 auto;
  width:var(--width-pc);
}

.about.newbusiness .jobs__list li{
  width: 33.8rem;
}

.about.newbusiness .jobs__list li .jobs__list__heading{
  min-height: 6.5rem;
}





/*******************************

// sp style

*******************************/

@media screen and (max-width:767px){
  
  /* 
  // about
  */
  
  /*
  // common
  */
  
  .about-index .about-products__list{
    display: block;
    margin: auto;
    width: var(--width-sp_contents);
  }

  .about-index .about-products__list li{
    margin: 0 0 2rem;
    width: 100%;
  }

  .about-index .about-products__list li:nth-child(1),
  .about-index .about-products__list li:nth-child(2),
  .about-index .about-products__list li:nth-child(3),
  .about-index .about-products__list li:nth-child(4),
  .about-index .about-products__list li:nth-child(5),
  .about-index .about-products__list li:nth-child(6){
    height:auto; 
    padding: 0 2.5rem 4.5rem;
  }
  
  .about-index .about-products__list li:before{
    content:none;
  }

  .about-index .about-products__list li:nth-child(1):after,
  .about-index .about-products__list li:nth-child(2):after,
  .about-index .about-products__list li:nth-child(3):after,
  .about-index .about-products__list li:nth-child(4):after,
  .about-index .about-products__list li:nth-child(5):after,
  .about-index .about-products__list li:nth-child(6):after{
    bottom:0;
    height:0.2rem; 
    left: 0;
    width:100%;
  }

  .about-index .about-products__list__logo--wrap{
    height: 11.5rem;
    margin: 0 0 2rem;
    width: 100%;
  }

  .about-index .about-products__list--01__logo{
    width: 26.88232rem;
  }

  .about-index .about-products__list--02__logo{
    width: 30.93201rem;
  }

  .about-index .about-products__list--03__logo{
    width: 29.63304rem;
  }

  .about-index .about-products__list--04__logo{
    width: 27.5637rem;
  }

  .about-index .about-products__list--05__logo{
    width: 16.96339rem;
  }

  .about-index .about-products__list--06__logo{
    width: 22.67888rem;
  }

  .about-index .about-products__list__description{
    font-size:2.6rem;
    margin: 0 0 3rem;
    min-height: auto;
  }

  .about-index .about-products__list li:nth-child(4) .mv__product-list__description,
  .about-index .about-products__list li:nth-child(5) .mv__product-list__description,
  .about-index .about-products__list li:nth-child(6) .mv__product-list__description{
    min-height: auto;
  }


  .about-index .about-products__list__btn{
    margin: auto;
  }
  
  
  /* 
  // index
  */
  
  .about-index .mv--wrap{
    background: none;
    overflow: hidden;
    height: 106rem;
    width: 100%;
  }
  
  .about-index .mv--wrap:before{
    height: 43.6rem;
    top:62.5rem;
  }

  .about-index .mv{
    height: auto;
    width: var(--width-sp);
  }

  .about-index .mv__image--wrap{
    height: 62.5rem;
    position: relative;
    left:0;
    top:auto;
    width: 0%;
  }

  .about-index .mv__image{
    height: 62.5rem;
    width: 75rem;
  }

  .about-index .mv__item{
    display: block;
    height: auto;
    margin: 0;
    padding: 4.5rem 0 6rem;
    text-align: center;
  }

  .about-index .mv__item__title--jp{
    font-size:3rem;
  }

  .about-index .mv__item__title--en{
    border-bottom: 0.2rem solid #000;
    font-size:6.6rem;
    margin: 0 auto 3rem;
    padding: 0 0 1.2rem;
  }
  
  .about-index .mv__item__title--en br{
    display: none;
  }

  .about-index .mv__item__description{
    font-size:2.7rem;
  }
  
  
  .about-index .message{
    padding: 6rem 0 6.5rem;
  }

  .about-index .message__heading{
    font-size: 3.5rem;
    margin: 0 0 2.5rem;
  }

  .about-index .message__item{
    border: 0.2rem solid #666;
    margin: 0 auto 2.5rem;
    padding: 2.5rem 0;
    width: var(--width-sp_contents);
  }

  .about-index .message__item__title{
    font-size: 3rem;
    line-height: 1.35;
  }

  .about-index .message__item__description{
    font-size: 2.7rem;
    margin: 0 0 0 4.5rem;
  }

  .about-index .message__description{
    font-size: 3rem;
    margin: 0 0 9rem;
  }

  .about-index .message__scroll{
    font-size: 3rem;
  }

  .about-index .message__scroll:after{
    animation: scrollArrow--sp 1.5s ease infinite;
    height: 7.726rem;
    margin: 0.8rem auto 0;
    width: 1.064rem;
  }


  .about-index .service{
    padding: 5.5rem 0 5rem;
  }

  .about-index .service__image{
    width: 62.8rem;
  }

  .about-index .overview{
    padding: 12.5rem 0 8rem;
  }
  .about-index .overview__heading{
    margin: 0 0 2.5rem;
    position: relative
  }

  .about-index .overview__heading--header--onsp{
    left:50%;
    position: absolute;
    top:-1.5em;
    transform: translateX(-50%);
  }
  
  .about-index .overview__description{
    font-size: 2.7rem;
    line-height: 1.5;
    margin: 0 auto 4rem;
    text-align: left;
    width: var(--width-sp_contents);
  }

  .about-index .overview__figure{
    width: var(--width-sp);
  }

  .about-index .about-products{
    padding: 7rem 0;
  }

  .about-index .about-products__heading{
    margin: 0 0 6rem;
    position: relative;
  }
  
  .about-index .about-products__heading--header--onsp{
    left:50%;
    position: absolute;
    top:-1.5em;
    transform: translateX(-50%);
  }

  .about-index .organization{
    padding: 0;
  }

  .about-index .organization__title{
    margin: 0 auto;
  }

  .about-index .organization__item--wrap{
    margin: -3.6rem 0 0;
    padding: 8.5rem 0 6.5rem;
  }

  .about-index .organization__figure{
    width: 57.7rem;
  }
  
  .about-index .about__list--wrap{
    overflow-x: hidden;
  }
  
  .about-index .about__list .about__list-title{
    margin: 0 auto 2.5rem;
  }

  .about-index .about__list-description{
    font-size:2.7rem;
    margin: 0 auto 4.5rem;
    text-align: left;
    width: var(--width-sp_contents);
  }

  .about-index .about__list{
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    margin: 0 auto 9.5rem;
    padding: 0;
    width: var(--width-sp);
  }

  .about-index .about__list--01:before,
  .about-index .about__list--03:before{
    content:none;
  }

  .about-index .about__list--inner{
    margin: 0 auto;
    padding: 5rem 0 0;
    width: 59.2rem;
  }

  .about-index .about__list--02 .about__list--inner{
    margin: 0 auto;
  }

  .about-index .about__list__heading{
    font-size:3.8rem;
    margin: 0 0 2.5rem;
    padding: 0 0 1rem;
    text-align: center;
  }

  .about-index .about__list__heading:before,
  .about-index .about__list__heading:after{
    height: 0.2rem;
  }


  .about-index .about__list__title{
    font-size:3.3rem;
    letter-spacing: 0.04em;
    line-height: 1.35;
    margin: 0 0 1.5rem;
    text-align: center;
  }

  .about-index .about__list__description{
    font-size:2.7rem;
    line-height: 1.5;
    margin: 0 0 3rem;
  }
  
  .about-index .about__list__image--wrap{
    height: 50rem;
    left: auto;
    position: relative;
    top: auto;
    width: 0%;
  }

  .about-index .about__list__image{
    height: 50rem;
    max-width: none;
    width: 75rem;
  }

  .about-index .about__list--02 .about__list__image--wrap{
    left:0rem;
  }
  
  .about-index .about__list__link{
    margin: auto;
  }
  
  .about-index .company{
  
  }
  
  
  

  .about-index .company__title{
    margin: 0 auto
  }

  .about-index .company__item--wrap{
    margin: -3.6rem 0 0;
    padding: 7rem 0 6.5rem;
    text-align: center;
  }

  .about-index .company__item__title{
    font-size: 3.8rem;
    line-height: 1.4;
    margin: 0 0 0.5em;
  }
  
  .about-index .company__item__description{
    font-size: 2.7rem;
    line-height: 1.5;
    margin: 0 auto 3.5rem;
    text-align: left;
    width: var(--width-sp_contents);
  }

  .about-index .company__item__link{
    align-items: center;
    background: url("../images/about/index/company__item__link--bg@2x.webp") no-repeat center center/48.7rem auto;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 37.9rem;
    justify-content: center;
    margin: auto;
    width: 37.9rem;
  }

  .about-index .company__item__link__logo{
    margin: 0 0 2rem;
    width: 31.42856rem;
  }

  .about-index .company__item__link__icon{
    font-size:2.4rem;
    letter-spacing: -0.08em;
    width:31.4rem;
  }


  
  /* 
  // marketing(about common)
  */
  
  .about .mv--wrap{
    margin: 0 0 3rem;
  }
  
  .about .mv{
    height: 46rem;
    margin: 0 0 2.5rem;
  }

  .about .mv__image{
    left: 0;
    transform: translateX(0%);
    width: 100%;
  }

  .about .mv__page-title{
    height: 46rem;
  }

  .about .mv__page-title--en{
    font-size:6.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0 0 0.2em;
  }

  .about .mv__page-title--jp{
    font-size:3.5rem;
  }

  .about .mv__description{
    font-size:2.7rem;
    font-weight: 500;
  }


  .about .organization{
    padding: 4rem 0 9.5rem;
  }
  
  .about .organization__title{
    margin: 0 auto 3rem;
  }
  
  .about .organization__figure{
    margin: 0 auto 3.5rem;
    width: var(--width-sp);
  }
  
  .about .organization__description{
    font-size:2.7rem;
  }
  
  .about .jobs__item--wrap{
    margin: -6rem 0 0;
    padding: 9.5rem 0;
  }

  .about .jobs__list{
    display: block;
    margin: 0 auto 10rem;
    width: var(--width-sp_contents);
  }

  .about .jobs__list li{
    margin: 0 0 7.5rem;
    width: 100%;
  }
  
  .about .jobs__list li:last-child{
    margin: 0;
  }

  .about .jobs__list__image{
    margin: 0 0 2.5rem;
    width: 100%;
  }

  .about .jobs__list__heading{
    font-size:3.8rem;
    margin: 0 0 1rem;
    text-align: center;
  }

  .about .jobs__list__description{
    font-size:2.7rem;
  }
  
  .about .jobs__list__btn{
    margin: 4.5rem auto 0;
  }

  .about .jobs__group-list-title{
    font-size:2.7rem;
    line-height: 1.5;
    margin: 0 0 3rem;
  }

  .about .jobs__group-list{
    border-radius: 1rem;
    padding: 4rem 8rem;
    width: var(--width-sp_contents);
  }

  .about .jobs__group-list li{
    display: block;
    margin: 0 0 5rem;
  }

  .about .jobs__group-list li:last-child{
    margin: 0;
  }

  .about .jobs__group-list__image{
    margin: 0 0 2.5rem;
    width: 100%;
  }

  .about .jobs__group-list--inner{
    width: 100%;
  }

  .about .jobs__group-list__heading{
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    text-align: center;
  }

  .about .jobs__group-list__description{
    font-size: 2.7rem;
    line-height: 1.5;
  }


  .about .other-job{
    border-bottom: 0.2rem solid #000;
    padding: 8rem 0 5.5rem;
  }
  
  .about .other-job--newbusiness{
    border-bottom:none;
  }
  
  .other-job__heading{
    font-size: 3.5rem;
    margin: 0 0 4.5rem;
  }

  .about .other-job__item{
    display: block;
    margin: 0 auto 8.5rem;
    width: var(--width-sp_contents);
  }

  .about .other-job__item__image{
    margin: 0 0 3rem;
    width: 100%;
  }

  .about .other-job__item--inner{
    width: 100%;
  }

  .about .other-job__item__heading{
    font-size: 3.8rem;
    line-height: 1.2;
    margin: 0 0 2rem;
    text-align: center;
  }

  .about .other-job__item__description{
    font-size: 2.7rem;
    margin: 0 auto 4.5rem;
    width: 59.2rem;
  }
  
  .about .other-job__item__btn{
    margin: auto;
  }


  .about .service-lineup{
    padding: 6.5rem 0 7.5rem;
  }

  .about .service-lineup__item{
    margin: auto;
    padding: 0;
    position: relative;
    width: var(--width-sp);
  }

  .about .service-lineup__item--inner{
    width: 100%;
  }

  .about .service-lineup__item__image{
    position: static;
    left:0;
    margin: 0 0 5.5rem;
    top:0;
  }

  .about .service-lineup__item__heading{
    font-size:3.8rem;
    margin: 0 auto 1.8rem;
    position: relative;
    text-align: center;
    width: 59.2rem;
  }
  
  .about .service-lineup__item__heading:before,
  .about .service-lineup__item__heading:after{
    height: 0.2rem;
  }

  .about .service-lineup__item__sub-heading{
    font-size:3.3rem;
    line-height: 1.35;
    margin: 0 0 2rem;
    text-align: center;
  }

  .about .service-lineup__item__description{
    font-size:2.7rem;
    line-height: 1.5;
    margin: 0 auto 4rem;
    width: 59.2rem;
  }
  
  .about .service-lineup__item__btn{
    margin: auto;
  }
  
  
  
  /* 
  // creative
  */
  
  .about.creative .mv--wrap{
    margin: 0 0 4.5rem;
  }
  
  .about.creative .organization__title{
    margin: 0 auto 4rem;
  }
  
  .about.creative .organization__figure{
    margin: 0 auto 2.5rem;
    width: var(--width-sp_contents);
  }
  
  .about.creative .organization__description{
    line-height: 1.35;
    margin: 0 0 2rem;
  }
  
  .about.creative .organization__list{
    display: block;
    width: var(--width-sp_contents);
  }

  .about.creative .organization__list dt{
    border:0.2rem solid #000;
    font-size:3rem;
    height: 5.5rem;
    margin: 0 0 0.5rem;
    width: 100%;
  }

  .about.creative .organization__list dd{
    font-size:2.6rem;
    margin: 0 0 2.5rem;
    text-align: center;
    width: 100%;
  }

  .about.creative .jobs__list{
    display: block;
    width: var(--width-sp_contents);
  }

  .about.creative .jobs__list li{
    margin: 0 0 7.5rem;
    width: 100%;
  }

  .about.creative .jobs__list li:nth-child(4),
  .about.creative .jobs__list li:nth-child(5){
    margin: 0 0 7.5rem;
  }
  
  .about.creative .jobs__list li:nth-child(6){
    margin: 0;
  }
  
  
  /* 
  // creative
  */
  .about.creative .organization__description{
    margin: 0 0 2rem;
  }
  .about.creative .organization__list{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: var(--width-sp_contents);
  }

  .about.creative .organization__list dt{
    border:0.2rem solid #666;
    font-size:3rem;
    height: 5.5rem;
    margin: 0 0 0.5rem;
    width: 100%;
  }

  .about.creative .organization__list dd{
    font-size:2.6rem;
    margin: 0 0 1em;
    text-align: center;
    width: 100%;
  }

  .about.creative .jobs__list{
    flex-wrap: wrap;
    margin: 0 auto;
    width:var(--width-sp_contents);
  }

  .about.creative .jobs__list li{
    margin: 0 0 6.5rem;
    width: 100%;
  }

  .about.creative .jobs__list li:nth-child(4),
  .about.creative .jobs__list li:nth-child(5){
    margin: 0 0 6.5rem;
  }
  
  .about.creative .jobs__list li:nth-child(6){
    margin: 0;
  }



  /* 
  // new business
  */

  .about.newbusiness .mv__description{
    margin: 0 0 12rem;
  }

  .about.newbusiness .mv__sub-heading{
    margin: 0 0 6rem;
  }

  .about.newbusiness .mv__product-list{
    display: block;
    margin: auto;
    width: var(--width-sp_contents);
  }

  .about.newbusiness .mv__product-list li{
    margin: 0 0 2rem;
    width: 100%;
  }

  .about.newbusiness .mv__product-list li:nth-child(1),
  .about.newbusiness .mv__product-list li:nth-child(2),
  .about.newbusiness .mv__product-list li:nth-child(3),
  .about.newbusiness .mv__product-list li:nth-child(4),
  .about.newbusiness .mv__product-list li:nth-child(5),
  .about.newbusiness .mv__product-list li:nth-child(6){
    height:auto; 
    padding: 0 2.5rem 4.5rem;
  }
  
  .about.newbusiness .mv__product-list li:before{
    content:none;
  }

  .about.newbusiness .mv__product-list li:nth-child(1):after,
  .about.newbusiness .mv__product-list li:nth-child(2):after,
  .about.newbusiness .mv__product-list li:nth-child(3):after,
  .about.newbusiness .mv__product-list li:nth-child(4):after,
  .about.newbusiness .mv__product-list li:nth-child(5):after,
  .about.newbusiness .mv__product-list li:nth-child(6):after{
    bottom:0;
    height:0.2rem; 
    left: 0;
    width:100%;
  }

  .about.newbusiness .mv__product-list__logo--wrap{
    height: 11.5rem;
    margin: 0 0 2rem;
    width: 100%;
  }

  .about.newbusiness .mv__product-list--01__logo{
    width: 26.88232rem;
  }

  .about.newbusiness .mv__product-list--02__logo{
    width: 30.93201rem;
  }

  .about.newbusiness .mv__product-list--03__logo{
    width: 29.63304rem;
  }

  .about.newbusiness .mv__product-list--04__logo{
    width: 27.5637rem;
  }

  .about.newbusiness .mv__product-list--05__logo{
    width: 16.96339rem;
  }

  .about.newbusiness .mv__product-list--06__logo{
    width: 22.67888rem;
  }

  .about.newbusiness .mv__product-list__description{
    font-size:2.6rem;
    margin: 0 0 3rem;
    min-height: auto;
  }

  .about.newbusiness .mv__product-list li:nth-child(4) .mv__product-list__description,
  .about.newbusiness .mv__product-list li:nth-child(5) .mv__product-list__description,
  .about.newbusiness .mv__product-list li:nth-child(6) .mv__product-list__description{
    min-height: auto;
  }


  .about.newbusiness .mv__product-list__btn{
    margin: auto;
  }

  .about.newbusiness .organization__figure{
    margin: -6.5rem auto 2.5rem;
    width:var(--width-sp);
  }

  .about.newbusiness .jobs__list{
    width:var(--width-sp_contents);
  }

  .about.newbusiness .jobs__list li{
    width: 100%;
  }

  .about.newbusiness .jobs__list li .jobs__list__heading{
    min-height: auto;
  }

}