@charset "UTF-8";
/* CSS Document */

.main{
  background-color: #FFF;
  width: 100%;
}


/*トップ画像*/
.top-image {
  background-image: url("../img/campany.jpg");
  height: 65vh;
  width: 100%;
  background-position: center;
  background-repeat:no-repeat;
  background-size:cover; 
  position: relative;
}

.top-text {
  position: absolute;
  top: 49%;
  right: 0;
  left: 0;
  margin: auto;
}

.top-text h2 {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 4.5rem;
  letter-spacing: 0.3rem;
  color: #FFFFFF;
  padding-bottom: 20px;
}
.top-text  p {
  font-size: 2.0rem;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}

@media screen and (max-width: 767px){
  .top-image {
    height: 75vh;
  }
  .top-text h2 {
    font-size: 4.0rem;
}
  .top-text  p {
    font-size: 1.8rem;
  }
}

/*会社概要*/
.campany {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
}
.campany h2 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  padding-bottom: 15px;
  border-bottom: solid 1.5px #000000;
  text-align: left;
  margin: 0 20px;
  color: 000;
}
.campany h3 {
  font-size: 1.6rem;
  padding-top: 5px;
  color: #000000;
  margin:0 20px 100px;
  text-align: left;
  letter-spacing: 0.1rem;
}

/*テーブル*/
th,td {
  border: solid 1px;
  height: 70px;
  font-size: 1.8rem;
}
table {
  border-collapse:  collapse;     /* セルの線を重ねる */
  margin: 0 20px 200px;
  
}
th {
  width: 150px;
  background-color: #E9F0F2;
  
}
td {
  width: 890px;
  text-align: left;
  padding: 15px;
}


@media screen and (max-width: 767px) {
  table {
  margin: 0 20px 170px;
  }
  
  .campany h2 {
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
    font-weight: 400;
}
  
  .campany h3 {
    font-size: 1.5rem;
}
  
  th,td {
  height: 70px;
  font-size: 1.6rem;
}
  th {
  width: 220px;
}
    td {
  padding: 20px 8px;
}
}

@media screen and (max-width: 429px) {
  
  .campany h2 {
  font-size: 3.0rem;
  letter-spacing: 0.1rem;
  margin: 0 15px;
}
  
  .campany h3 {
    font-size: 1.4rem;
    margin:0 15px 80px;
}
  
   table {
    margin: 0 15px 150px;
  }
}





/*経歴*/
.ceo-message{
  padding-top: 200px;
  padding-bottom: 150px;
  background: linear-gradient(90deg, #B5C6D3 0%, #B5C6D3 45%, #EDEDEA 45%, #EDEDEA 100%);

  width: 100%;
}
.background {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto ;
  
}

 .ceo-message h2 {
   font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 0.3rem;
  padding-bottom: 15px;
  border-bottom: solid 1.5px #000000;
  text-align: left;
  margin: 0 20px;
   color: 000;
}
.ceo-message h3 {
  margin: 60px 0 0 20px;
  font-size: 3.0rem;
  line-height: 4.3rem;
  color: #FFFFFF;
  text-align: left;
}
.ceo-message h3 span {
  padding-left: 100px;
}
.ceo {
  padding-top: 40px;
  padding-left: 20px;
  font-size: 1.8rem;
  color: #000;
  display: flex;
	justify-content: left;
	align-items: center;
  
}

.ceo::before {
	content: '';
	width: 50px;
	height: 1.2px;
	background-color: #000000;
}
.ceo::before {
	margin-right: 10px;
}
.profile {
  display: flex;
  padding-left: 77px;
}
.profile p {
  font-size: 1.6rem;
  padding: 15px 1px;
  color: #000000;
}
.message {
  font-size: 1.8rem;
  line-height: 3.0rem;
  color: #000000;
  text-align: left;
  width: 50%;
  margin-left: 50%;
  margin-top: 40px;
}

.message p span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ceo-message{
  padding-top: 100px;
  padding-bottom: 150px;
 background: linear-gradient(90deg, #B5C6D3 0%, #B5C6D3 100%);
  }
  .ceo-message h2 {
  font-size: 3.3rem;
  letter-spacing: 0.1rem;
    font-weight: 400;
}  
  .ceo-message h3 {
  margin: 60px 0 0 20px;
  font-size: 2.6rem;
  line-height: 3.8rem;
  
}
.profile p {
  padding: 10px 1px 70px;
}
  .message {
    font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
  width: unset;
  margin-left: 0;
  margin: 0 20px;
  background-color: #F8F8F8;
  padding: 50px 50px;
}
    
    
   
  
}
@media screen and (max-width: 479px) {
  .message {
  padding: 50px 5px;
}
}  

@media screen and (max-width: 429px) {
  .ceo-message h2 {
  font-size: 3.0rem;
  margin: 0 15px;
}  
  
   .ceo-message h3 {
  font-size: 2.2rem;
}
.profile {
  padding-left: 15px;
  justify-content: left;
}
.profile p {
  font-size: 1.5rem;
}
  .ceo {
  padding-top: 25px;
  padding-left: 15px;
  font-size: 1.8rem;
}
.message {
  font-size: 1.5rem;
  line-height: 3.0rem;
  margin: 0 15px;
  
}

  
}




/*経歴*/
.career{
  margin: 200px auto 200px;
  max-width: 1100px;
  
}
.career h3 {
  font-size: 3.0rem;
  border-bottom: solid 2px #000000;
  padding-bottom: 10px;
  display: inline-block;
  color: #000000;
  margin-bottom: 80px;
}
.career-list {
  position: relative;
}
.line {
  position: absolute;
  top: 15px;
  left: 50px;
  height: 545px;
}
.line-2 {
    display: none;
  }
.line-3 {
  display: none;
}
.career-list_a , .career-list_b {
  width: 100%;  
  font-size: 1.8rem;
  padding: 30px 50px 30px 0;
  display: flex;
  text-align: left;
}

.career-list_a {
  background-color: #EDEDE7;
  
}
.career-list {
  margin: 0 20px;
}

.career-list div,.career-list p {
  padding-right: 10px;
}
.year {
  padding-left: 110px;
}
.career-list_b p span {
  display: inline-block;
}
.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 1052px){
  .line {
    display: none;
  }
  .line-2 {
    display: block;
     position: absolute;
  top: 15px;
  left: 50px;
  height: 570px;
  }
  .year {
  padding-left: 95px;
}
}

  @media screen and (max-width: 863px){
  .line {
    display: none;
  }
  .line-2 {
    display: none;
  }
   .line-3 {
    display: block;
   position: absolute;
  top: 15px;
  left: 50px;
  height: 595px;
  }
}
@media screen and (max-width: 767px) {
  .line-3 {
    display: none;
  }
  .career{
  margin: 130px auto 170px;
}
  .career h3 {
  font-size: 2.2rem;
  border-bottom: solid 1.5px #000000;
  padding-bottom: 5px;
  margin-bottom: 60px;
}
  .line .line-2 {
    display: none;
  }
  
  .dashed {
    display: none;
  }
  .career-list_a , .career-list_b {
  width: 100%;  
  font-size: 1.6rem;
  padding: 13px 10px 10px;
  display: block;
}
  .career-list_a  p {
    padding: 25px 20px 25px 40px;
    margin: 10px 25px;
    border-left: solid 1px #000000;
  }
  .career-list_b  p {
   padding: 25px 20px 25px 40px;
    margin: 10px 25px;
    border-left: solid 1px #000000;
  }
  .year {
  padding-left: 0px;
    padding-top: 5px;

  }
}
@media screen and (max-width: 429px){
  .career-list_a  p {
   padding: 15px 20px 25px 40px;
  }
 .career-list_b  p {
   padding: 15px 20px 25px 40px;  
  }
  .career-list {
    margin: 0 15px;
  }
   .career{
  margin: 100px auto 150px;
}
}


  



