@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　support
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* service
-----------------------------------------------------------------*/
.service{
	padding: 180px 0;
	text-align: center;
}
.service h2{
  margin-bottom: 90px;
}
.service .txt-lead{
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: .4em;  
}
.service .txt{
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: .4em;  
}
.service .notes{
  letter-spacing: .3em;
}


/* support
-----------------------------------------------------------------*/
.support{
	padding: 180px 0;
	background: var(--grey);
}
.support-hd{
  position: relative;
  margin-bottom: 90px;  
}
.support-hd::before{
  position: absolute;
  left: 0;
  top: -44px;
  display: block;
  content: "KEIAI";
  font-size: 25rem;
  line-height: .7;
  color: var(--dark);
  opacity: .05;  
}
.support-hd .ttl-sec .en{
  margin-bottom: 10px;  
}
.support-hd .txt-area{
  max-width: 720px;
  margin-left: 20px;  
}
.support-hd .txt-area .txt{
  letter-spacing: .4em;  
}
.support-hd .txt-area .note{
  margin-top: 15px;
  letter-spacing: .3em;    
}
.support-hd  + .inner{
  max-width: 1380px;  
}
.five-supports{
  margin-bottom: 80px;  
}
.five-supports h3{
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: .2em;
}
.five-supports h3 span{
  color: var(--gold);  
}
.five-supports h3 strong{
  display: inline-block;
  font-weight: normal;
  transform: rotate(-90deg) translate(4px, 3px);
  font-size: 140%;  
}
.support-list{
  display: flex;
  justify-content: space-between;
  max-width: 1155px;
  width: calc(100% - 120px);
}
.support-list li{
  position: relative;
  max-width: 220px;
  width: calc((100% - 40px)/5);
  padding: 38px 10px 44px;
  background: var(--light);
  text-align: center;  
}
.support-list .ico{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 10px;  
}
.support-list .num{
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 37px;
  border-radius: 0 0 0 10px;
  background: var(--gold);
  color: var(--light);
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 34px;  
}
.support-list h4{
  margin-bottom: 20px;
  font-size: 2rem;
  letter-spacing: .2em;
  line-height: 1.3; 
}
.support-list .txt{
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 1.6;  
}



.support .btn-base a{
/*	pointer-events: none;
	filter: grayscale(1);
	opacity: .5;*/
}

















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* service
-----------------------------------------------------------------*/
  .service{
    padding: 60px 0;
  }
  .service h2{
    margin-bottom: 40px;
  }
  .service .txt-lead{
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: .3em;  
  }
  .service .txt{
    margin-bottom: 25px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .3em;
    text-align: justify;  
  }
  .service .notes{
    letter-spacing: .2em;
    text-align: justify; 
  }
  .service .notes li{
    text-indent: -1em;
    padding-left: 1em;  
  }


/* support
-----------------------------------------------------------------*/
  .support{
    padding: 60px 0;
  }
  .support-hd{
    position: relative;
    margin-bottom: 40px;  
  }
  .support-hd::before{
    position: absolute;
    left: 0;
    top: -22px;
    display: block;
    content: "KEIAI";
    font-size: 11rem;
    line-height: .7;
    color: var(--dark);
    opacity: .05;  
  }
  .support-hd .layout-box{
    display: block; 
  }
  .support-hd .txt-area{
    max-width: none;
    margin: 30px 0 0;  
  }
  .support-hd .txt-area .txt{
    letter-spacing: .3em;
    text-align: justify;  
  }
  .support-hd .txt-area .note{
    margin-top: 10px;
    letter-spacing: .2em;    
  }
  .five-supports{
    margin-bottom: 40px;  
  }
  .five-supports h3{
    font-size: 2.2rem;
    letter-spacing: .3em;
  }
  .support-list{
    display: block;
    max-width: 1155px;
    width: calc(100% - 70px);
  }
  .support-list li{
    max-width: none;
    width: auto;
    padding: 38px 10px 40px;
  }
  .support-list li:nth-child(n+2){
    margin-top: 20px;
  }
  .support-list h4{
    font-size: 1.8rem;
    letter-spacing: .2em;
  }



}