section#promotion {  
  position: relative;
  
}
section#promotion::before{
/*   content: "";
  background-color: #EDF0D3;
  position: absolute;
  display: block;
  width: 65vw;
  height: 40vw;
  top: 75px; */
  
}
section#promotion .wrap {  
  height: 100%;
  /*! position: relative; */
  /*! display: grid; */
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  /*! align-items: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}
section#promotion .left::after{
  /*! content: ""; */
  /*! background-color: #EDF0D3; */
  /*! display: block; */
  width: 1200px;
  height: 747px;
  position: absolute;
  z-index: -1;
  left: calc((100% - 1520px) /2 );
}
section#promotion .wrap iframe {
  /*! position: absolute; */
  z-index: 1;
  width: 41vw;
  height: 23vw;
  grid-column: 2;
  /*! right: 2px; */
  transform: translate(47%, 30%);
}
section#promotion .left{ 
  justify-content: center;
  width: 100%;
  transform: translate(0,-219px);
}
section#promotion .left::before{
  content: "";
  background-color: #EDF0D3;
  position: absolute;
  display: block;
  width: calc(50vw + 60px);
  height: 39vw;
  z-index: -1;
  left: -192px;
  border-radius: 0 20px 20px 0;
}
section#promotion .left h2 {
  
}
section#promotion .left p.p {  
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #444;
}
section#promotion .left p.h3 {
  font-size: 20px;
  width: fit-content;
  transition: 0.2s ease-in-out;
  color: #555;
}
section#promotion .left p.h3:hover::after{
  transform: translateX(10px);
  transition: 0.5s;
}
section#promotion .left p.h3::after{
  content: "";
  background-image: url(../img/arrow_black.svg);
  width: 23px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
  vertical-align: -7px;
}
section#business {  
  background-color: #FAFBEF;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#business .wrap {
  /*! height: 100%; */
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto 1fr;
  justify-content: center;
  width: 100%;
}
section#business .wrap h2 { 
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}
section#business .wrap p.business{
  grid-row: 2;
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 500;
  color: #444;
}
section#business .wrap a{
  grid-row: 3;
  align-self: baseline;
}
section#business .wrap p.h3{
  font-size: 19px;
}
section#business .wrap p.h3::after{
  content: "";
  background-image: url(../img/arrow_black.svg);
  width: 23px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
  vertical-align: -7px;
}
section#business .wrap p.h3:hover::after{
  transform: translateX(10px);
  transition: 0.5s;
}
section#business .wrap .list{ 
  grid-row: 1 / span 4;
}
section#business .slick-prev{
  
  left: -48px;
}
section#business .slick-prev::before{
  content: "" !important;
  background-image: url(../img/right.svg);
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover; 
  font-size: 0;
}
section#business .wrap .list .paper{
}
section#business .wrap .list .paper a {
  content: "";
  display: block;
  margin-bottom: 20px;
}
section#business .wrap .list .paper a::before{
  content: "";
  height: calc(345px * 0.8);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(751px * 0.8);
}
section#business .wrap .list .paper:nth-child(1) a::before{
  background-image: url(../img/busi_01.jpg);
}
section#business .wrap .list .paper:nth-child(2) a::before{
  background-image: url(../img/busi_02.jpg);
}
section#business .wrap .list .paper:nth-child(3) a::before{
  background-image: url(../img/busi_03.jpg);
}
section#business .wrap .list .paper a h3 {  
  margin: 10px 0 5px 0;
}
section#business .wrap .list .paper>a p {
  color: #555;
  font-size: 16px !important;
}
section#business .wrap .list .paper a.left {
  background-image: url(../img/right.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 30%;
  font-size: 0;
  display: none;
}
section#business .slick-next::before{
  content: "" !important;
  background-image: url(../img/right.svg);
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  rotate: 180deg;  
  font-size: 0;
}
section#products{
  background-color: #EDF0D3;
}
section#products .pro1 {
  height: 100%;
}
section#products .pro1 h2{
  /*! text-align: center; */
  margin-bottom: 10px;
}
section#products .pro1> p.h3{ 
  display: none;
}
section#products .pro1 a{
  
}
section#products .pro1 a p{
 font-size: 19px;
 margin-bottom: 29px;
}
section#products .pro1 a p::after{
  content: "";
  background-image: url(../img/arrow_black.svg);
  width: 23px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
  vertical-align: -7px;
}
section#products .pro1 a p:hover::after{
  transform: translateX(10px);
  transition: 0.5s;
}
section#products .pro2{
  column-gap: 30px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  width: 90%;
  row-gap: 20px;
}
section#products .pro2 article{  

}
section#products .pro2 article h3{
  font-size: 20px;
  padding-top: 10px;
  text-align: center;
}
section#products .pro2 article figure{
  position: relative;
}
section#products .pro2 article figure a{
  
}
section#products .pro2 article figure a img{ 
}
section#products .pro2 article figure a figcaption{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
section#products .pro2 article figure a figcaption::after{
 content: ""; 
 background-image: url(../img/more.svg);
 width: 22px;
 height: 22px;
 background-repeat: no-repeat;
 background-size: contain;
 transform: translate(147px, -22px);
}
section#products .pro2 article figure a figcaption:hover{
  opacity: 1;
}
section#products .pro2 article p{
  
}
section#news {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FAFBEF;
}
section#news .wrap { 
}
section#news .wrap h2 {
}
section#news .wrap a{
  
}
section#news .wrap p {  
  padding: 15px;
  font-size: 19px;
  width: fit-content;
  transition: 0.2s ease-in-out;
  color: #555;
}
section#news .wrap p::after{
  content: "";
  background-image: url(../img/arrow_black.svg);
  width: 23px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
  vertical-align: -7px;
}
section#news .wrap p:hover::after{
  transform: translateX(10px);
  transition: 0.5s;
}
section#news .wrap ul {  
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 2fr 1fr 2fr;
  grid-template-rows: auto auto auto auto auto auto;
  row-gap: 15px;
  column-gap: 15px;
  margin-top: 20px;
}
section#news .wrap ul li {  
  display: flex;
  align-items: center;
}
section#news .wrap ul li:nth-child(1){

}
section#news .wrap ul li:nth-child(2){
  grid-column: 2;
  grid-row: 2;
}
section#news .wrap ul li:nth-child(3){ 
  grid-column: 2;
  grid-row: 3;
}
section#news .wrap ul li:nth-child(4){  
  grid-column: 6;
  grid-row: 1 / span 2;
}
section#news .wrap ul li:nth-child(5){  
  grid-column: 2;
  grid-row: 4;
}
section#news .wrap ul li:nth-child(6){
  grid-column: 4;
  grid-row: 1;
}
section#news .wrap ul li:nth-child(7){
  grid-column: 6;
  grid-row: 3 / span 4;
}
section#news .wrap ul li:nth-child(8){
  grid-column: 4;
  grid-row: 2;
}
section#news .wrap ul li:nth-child(9){
  grid-column: 4;
  grid-row: 4;
}
section#news .wrap ul li:nth-child(10){
  grid-column: 4;
  grid-row: 3;
}
section#news .wrap ul li:nth-child(11){
  grid-column: 1;
  grid-row: 1;
}
section#news .wrap ul li:nth-child(12){
  grid-column: 1;
  grid-row: 2;
}
section#news .wrap ul li:nth-child(13){
  grid-column: 1;
  grid-row: 3;
}
section#news .wrap ul li:nth-child(14){
  grid-column: 5;
  grid-row: 1 /span 2;
}
section#news .wrap ul li:nth-child(15){
  grid-column: 1;
  grid-row: 4;
}
section#news .wrap ul li:nth-child(16){
  grid-column: 3;
  grid-row: 1;
}
section#news .wrap ul li:nth-child(17){
  grid-column: 5;
  grid-row: 3 / span 4;
}
section#news .wrap ul li:nth-child(18){
  grid-column: 3;
  grid-row: 2;
}
section#news .wrap ul li:nth-child(19){
  grid-column: 3;
  grid-row: 3;
}
section#news .wrap ul li:nth-child(20){
  grid-column: 3;
  grid-row: 4;
}
section#news .wrap ul li:nth-child(21){
  grid-column: 3;
  grid-row: 5;
}

section#news .wrap ul li a {  
  display: flex;
  flex-direction: column;
  text-align: initial;
  color: #555;
}
section#news .wrap ul li a span{
  font-weight: bold;
  color: #222;
}
section#news .wrap ul li a figure{  
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
section#news .wrap ul li a figure img{
  
}
section#news .wrap ul li a figure figcaption{  
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0,0,0,0.6);
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  font-size: 11px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s;
}
section#news .wrap ul li a figure figcaption::after{
  content: "";
  background-image: url(../img/arrow_white.svg);
  display: block;
  width: 23px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
section#news .wrap ul li a figure:hover figcaption{
  opacity: 1;
}
section#news .wrap ul li a figure figcaption span{ 
  display: block;
  font-weight: bold;
  font-size: 9px;
  padding-bottom: 3px;
}
section#news .wrap ul li a time {  
  font-size: 13px;
  padding-top: 5px;
  color: #555;
}
section#news .wrap a.more {  
  font-weight: bold;
  position: absolute;
  bottom: 32px;
}
section#news .wrap a.more::after{
  content: "";
  background-image: url(../img/arrow_black.svg);
  width: 23px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7px;
  vertical-align: -7px;
}
