
/*-----------------------------
common
----------------------------*/
.about {
  color: black;
  margin-top: 100px;
}

/*---------------------------
ページタイトル
---------------------------*/
#particles-js{ 
	z-index:-1;/*描画を一番下に*/
	width: 100%;
    height: 25vh;
	background-color:#141622;
    position: relative;
    display: block;
    text-align: center;
    
}

.page-explaining .page-title {
    color: whitesmoke;
    position: absolute;
    top: 40%;
    left: 50%;
     transform: translate(-50%, -50%);
    width: 100%;
    font-size: 2.3rem;
}



/*-----------------------------
profile
----------------------------*/
.profile .profile-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.profile .profile-image {
  width: 40%;
  height: 500px;
  margin-right: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow:10px 10px #acacac;
  border-radius: 1%;
  position: relative;

}
.profile .profile-image img {
  object-fit: cover;
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.profile .profile-image img:hover {
  transform: scale(1.2);
}
.profile .profile-text {
  width: 49%;
}
.profile .ceo-name {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: bold
}
.profile .ceo-name span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}

.profile p {
  margin-top: 10px;
  font-size: 1rem;
}

.profile .ceo-name .name-memo {
  display: inline;
  font-size: 0.8rem;
}


/*slide設定*/
/*==================================================
スライダーのためのcss
===================================*/
.profile .slider {
  margin-top: 60px;
}
.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}
/*-----------------------------
policy



.policy-box {
  background-color: rgba(0, 0, 0, 0.003);
  position: relative;
  height: 500px;
}
.philosophy-ttl {

  font-size: 2rem;
}
.philosophy-content {
  position: absolute;
  top: 250px;  
}
----------------------------*/

/*-----------------------------
history
----------------------------*/
.timeline-item {
  padding: 20px;
  position: relative;
  border-left: 1px solid black;
}
.timeline .title {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.timeline h3 {
  margin-bottom: 0;
}
.timeline p {
  margin: 5px 0px;
  font-size: 0.8rem;
}
.timeline-item::before {
    content: attr(date-is);
    position: absolute;
    left: 21px;
    font-weight: bold;
    top: 1em;
    display: block;
    font-size: 0.7rem;
  }

.timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 10px;
    position: absolute;
    left: -7px;
    border-radius: 10px;
    content: '';
    border: 2px solid #d192be;
    background: white;
  }

/*-----------------------------
company-detail
----------------------------*/
.about table{
    width: 100%;
    padding: 0 10%;
  }
  /*
.company-detail table {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 1px #BABABA, 0 0 0 8px #E8E8E8;
}
*/
  
  table th{
    position: relative;
    text-align: left;
    font-weight: bold;
    width: 15%;
    border-bottom: solid 1px rgb(194, 194, 194);
    vertical-align: baseline;
    padding-top: 7px;
    padding: 7px 0 0 5px;
    
  }
  
  table td{
    text-align: left;
    padding:7px 20px 7px 20px;
    width: 85%;
    border-bottom: solid 1px rgb(194, 194, 194);
  }

.home-company {
  text-align: center;
}
.about-policy {
  background-color: rgb(218, 218, 218);
}
.about-policy th, .about-policy td{
  border-bottom: solid 1px rgb(218, 218, 218);
}
.home-company img {
  width: 80%;
}
  .map {
    width: 100%;
    position: relative;
    padding-top: 75%;
    margin-top: 30px;
    /*
    padding: 0 20%;
    
    */
    
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  /*---------------------------------------
タブレット対応
-------------------------------------*/
@media screen and (max-width: 930px) {
  .wrapper {
    margin-bottom: 0;
  }
  .title {
    margin-top: 20px;
  }
  #particles-js {
    height: 15vh;
  }
  .about {
    margin-top: 30px;
  }
  .profile-text {
    margin-top: 50px;
  }
  #footer {
    margin-top: 20px;
  }
  .about table {
    padding: 0 2%;
  }
}



/*---------------------------------------
スマホ対応
-------------------------------------*/
@media screen and (max-width: 610px) {
  .profile .profile-content {
    flex-direction: column;
    align-items: center;
  }
  .profile .profile-image {
    width: 80%;
    height: 280px;
    margin-right: 0;
  }
  .profile .profile-text {
    width: 90%;
    margin-top: 40px;
  }

}
