/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		会社概要

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/******************************************************************************************
message
******************************************************************************************/
section.message{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 100px;
}

section.message .messageArea{
  flex: 1;
  padding-right: 80px;
}

section.message .messageArea h2{
  font-size: 35px;
  font-weight: bold;
  color: #00328b;
  text-align: left;
  padding-bottom: 30px;
}

section.message .messageArea p{
}

section.message .messageArea img{
  display: inline-block;
  width: 120px;
  height: auto;
  position: relative;
  bottom:-15px;
  margin-left: 30px;
}

section.message .imgArea{
  width: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1220px){
  section.message .messageArea{
    padding-right: 30px;
  }
}
@media screen and (max-width: 920px){
  section.message{
    padding-top: 50px;
  }
  section.message .imgArea{
    width: 40%;
  }
}
@media screen and (max-width: 800px){
  section.message{
    display: block;
  }
  section.message .messageArea{
    padding-right: 0px;
  }
  section.message .imgArea{
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px){
  section.message{
    padding-top: 30px;
  }
  section.message .messageArea h2{
    font-size: 25px;
    padding-bottom: 30px;
  }
  section.message .imgArea{
    height: 350px;
  }
  section.message .messageArea img{
    width: 80px;
    bottom:-10px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 500px){
  section.message .imgArea{
    height: 250px;
  }
}

/******************************************************************************************
会社概要
******************************************************************************************/
section.aboutArea{
  padding-top: 100px;
}

section.aboutArea h2{
  font-size: 35px;
  font-weight: bold;
  color: #00328b;
  text-align: left;
  padding-bottom: 30px;
}

section.aboutArea ul.aboutLists{
}

section.aboutArea ul.aboutLists li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

section.aboutArea ul.aboutLists li:first-child{
  border-top: solid 1px #ccc;
}

section.aboutArea ul.aboutLists li .name{
  font-weight: bold;
  width: 200px;
  border-right: dotted 1px #ccc;
  padding: 15px;
  background-color: #f7f7f7;
}

section.aboutArea ul.aboutLists li .text{
  flex: 1;
  padding: 15px;
}

@media screen and (max-width: 920px){
  section.aboutArea{
    padding-top: 50px;
  }
}
@media screen and (max-width: 640px){
  section.aboutArea{
    padding-top: 30px;
  }
  section.aboutArea h2{
    font-size: 25px;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  section.aboutArea ul.aboutLists li{
    display: block;
  }
  section.aboutArea ul.aboutLists li:first-child{
    border-top: solid 1px #ccc;
  }
  section.aboutArea ul.aboutLists li .name{
    width: 100%;
    border-right: none;
    padding: 15px;
    background-color: #f7f7f7;
  }
  section.aboutArea ul.aboutLists li .text{
    width: 100%;
    padding: 15px;
  }
}

/******************************************************************************************

******************************************************************************************/
