@charset "UTF-8";

.is-pc{
  display: block;
}

#sec-company-ideal{
  padding: 140px 0 120px;
}

.cm-head .head48{
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
} 

.cm-head .head30{
  color: #a9a9a9;
  margin-top: 10px;
  font-size: 26px;
}

.head24{
  font-size: 24px;
  font-weight: 600;
}

#sec-company-ideal .cm-head{
  margin-bottom: 60px;
  text-align: center;
}

#sec-company-ideal .head24{
  margin-bottom: 20px;
  text-align: center;
}

#sec-company-ideal .txt{
  text-align: center;
}

#sec-company-vision{
  background: #e7ecf3;
  padding: 120px 0;  
}

#sec-company-vision .cm-head{
  margin-bottom: 60px;
  text-align: center;
}

#sec-company-vision .head24{
  text-align: center;
}

#sec-company-value{
  padding: 120px 0 160px;
}

.flex-value{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.value-ttl{
  text-align: center;
}

.value-list{
  width: 80%;
} 

.value-list li{
  list-style: none;
  border-top: 1px solid #cccccc;
  padding: 20px 25px;
}

.value-list li:last-child{
  border-bottom: 1px solid #cccccc;
}

.flex-point{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-point .number {
    color: #024a90;
    font-size: 30px;
    font-size: 3rem;
    width: 10%;
    font-weight: 100;
    text-align: center;
    margin-right: 20px;
}

@media only screen and (max-width: 834px){

.is-pc{
  display: none;
}

#sec-company-ideal,
#sec-company-vision,
#sec-company-value {
    padding: 50px 0 60px;
}

.cm-head .head48 {
    font-size: 26px;
}

.cm-head .head30 {
    font-size: 16px;
}

.head24 {
    font-size: 18px;
}

#sec-company-ideal .cm-head {
    margin-bottom: 20px;
}

#sec-company-ideal .txt{
  text-align: left;
}

#sec-company-vision .cm-head {
    margin-bottom: 20px;
}

.flex-value {
    display: block;
}

.value-ttl{
  margin-bottom: 20px;
  width: 100%;
}

.value-list {
    width: 100%;
}

.value-list li {
    padding: 5% 3%;
}

.flex-point .number {
    font-size: 20px;
}

}

@media only screen and (max-width: 640px){


}







