@charset "utf-8";

/*============================
MV
============================*/
#mv {
  background-image: url(../img/philosophy/mv.jpg);
}

/*============================
企業行動規範
============================*/
#philosophy {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 640px) {
  #philosophy {
    padding: 0.8rem 0 0.5rem;
  }
}

#philosophy .top_cont {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #philosophy .top_cont {
    flex-wrap: wrap;
  }
}

#philosophy .top_cont .text_wrap {
  width: 45%;
  box-sizing: border-box;
  padding-right: 0.3rem;
}
@media screen and (max-width: 640px) {
  #philosophy .top_cont .text_wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.2rem;
  }
}

#philosophy .top_cont .text_wrap .lead {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2272D3;
}
@media screen and (max-width: 640px) {
  #philosophy .top_cont .text_wrap .lead {
    font-size: 0.2rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
}

#philosophy .top_cont .text_wrap .text {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.4rem;
}


#philosophy .top_cont .ph_wrap {
  width: 55%;
  border-radius: 3.00rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #philosophy .top_cont .ph_wrap {
    width: 100%;
    margin-bottom: 0.2rem;
    border-radius: 1.5rem;
  }
}

#philosophy .bottom_cont {
  margin-top: 1.5rem;
}

@media screen and (max-width: 640px) {
  #philosophy .bottom_cont {
    margin-top: 0.5rem;
  }
}

#philosophy .bottom_cont .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

#philosophy .bottom_cont .list .item {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0 0.3rem;
  height: 2rem;
}

@media screen and (max-width: 640px) {
  #philosophy .bottom_cont .list .item {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    border-radius: 0.1rem;
  }
}

#philosophy .bottom_cont .list .item .title {
  font-size: 0.22rem;
  font-weight: 700;
  color: #13519C;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem 0 0.1rem;
}

@media screen and (max-width: 640px) {
  #philosophy .bottom_cont .list .item .title {
    font-size: 0.17rem;
    padding: 0 0 0.05rem;
  }
}

#philosophy .bottom_cont .list .item .text {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.2rem;
}

@media screen and (max-width: 640px) {
  #philosophy .bottom_cont .list .item .text {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}