@charset "UTF-8";
/* CSS Document */
.toppage .mainVisual .bgGray{
  background-color: #e5e5e5;
}
.toppage .mainVisual, .toppage .mainVisual .bgGray{
  height: 350px;
}
.toppage .mainVisual .mainImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.aboutWrap{
  margin-top: 85px;
}
.toppage .aboutWrap .logoImg{
  max-width: 230px;
}
.toppage .aboutWrap .disc{
  width: calc(100% - 230px);
  margin-left: 52px;
}
.toppage .aboutWrap .aboutDisc{
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.toppage .aboutWrap .driveBox{
  margin-top: 55px;
}
.toppage .aboutWrap .driveBox .driveLists{
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toppage .aboutWrap .driveBox .driveLists .list{
  width: 48%;
  margin-bottom: 45px;
}
.toppage .communityWrap .btnLists{
  display: flex;
  margin-top: 45px;
}
.toppage .communityWrap .btnLists .btnBox{
  margin-right: 40px;
}
.toppage .companyLists .pc-companyInfo {
  display: flex;
}
.toppage .companyLists .companyName {
  margin-right: 14px;
  width: 400px;
}
.toppage .companyLists .companyUrl {
    width: calc(100% - 414px);
}
.toppage .mainVisual .bgGray, .toppage .archiveVisual .bgGray {
    background-color: #E5E5E5;
}
.toppage .archiveVisual .bgGray {
    height: 250px;
}
.toppage .mainVisual .mainImg, .toppage .archiveVisual .attachment-post-thumbnail,
.toppage .mainVisual .mainImg, .toppage .archiveVisual .logothumbnail{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (min-width:1200px){
  .toppage .mainVisual, .toppage .mainVisual .bgGray{
  height: 400px;
}
}
@media screen and (max-width:780px){
  .toppage .mainVisual, .toppage .mainVisual .bgGray{
    height: 270px;
  }
  .toppage .aboutWrap .aboutDisc{
    display: block;
  }
  .toppage .aboutWrap .disc{
    width: 100%;
  }
  .toppage .aboutWrap .logoImg{
    margin: auto;
    width: 60%;
    max-width: none;
  }
  .toppage .aboutWrap .disc{
    margin-left: 0;
    margin-top: 40px;
  }
  .toppage .aboutWrap .driveBox .driveLists{
    display: block;
  }
  .toppage .aboutWrap .driveBox .driveLists .list{
    width: 100%;
  }
  .toppage .communityWrap .btnLists{
    flex-wrap: wrap;
  }

}