#fvContainer {
  background: url(../img/company/archiveMain.png) center bottom / cover no-repeat;
}

#fvContainer h1 {
  line-height: 1.3;
  text-align: center;
}

#fvContainer h1 span {
  font-size: 20px;
}





#companyContainer {
  width: 100%;
  padding: 70px 0 30px;
  background: #E1F8F6;
  position: relative;
}

#companyContainer > img {
  width: 100%;
  min-width: 1920px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.companyContents {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company {
  width: calc(33% - 60px);
  margin: 0 30px 60px;
}

.companyImg {
  width: 100%;
  padding-top: calc(100% - 20px);
  position: relative;
  border: 10px solid #19C2C7;
  box-shadow: 10px 10px 0 0 #007FFF;
  box-sizing: border-box;
  border-radius: 38px;
  overflow: hidden;
}

.companyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.companyText {
  margin-top: 30px;
}

.companyText h2 {
  font-size: 22px;
  color: var(--primaryColor);
}

.companyText p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.companySnsContainer {
  margin-top: 10px;
  display: flex;
}

.companySns {
  width: 18px;
  margin-right: 20px;
}

.companySns:last-of-type {
  margin-right: 0;
}

.companySns img {
  width: 100%;
  vertical-align: bottom;
}










@media(max-width: 1024px) {
/* #fvContainer {
  background: url(../img/company/archiveMainSp.png) center bottom / cover no-repeat;
} */

/* #fvContainer h1 {
  line-height: 1.3;
  text-align: center;
}

#fvContainer h1 span {
  font-size: 20px;
} */




/* #companyContainer {
  width: 100%;
  padding: 70px 0 30px;
  background: #E1F8F6;
  position: relative;
} */

#companyContainer > img {
  /* width: 100%; */
  min-width: auto;
  /* position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); */
}

/* .companyContents {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.company {
  width: calc(50% - 60px);
  /* margin: 0 30px 60px; */
}

/* .companyImg {
  width: 100%;
  padding-top: calc(100% - 20px);
  position: relative;
  border: 10px solid #19C2C7;
  box-shadow: 10px 10px 0 0 #007FFF;
  box-sizing: border-box;
  border-radius: 38px;
  overflow: hidden;
}

.companyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.companyText {
  margin-top: 30px;
}

.companyText h2 {
  font-size: 22px;
  color: var(--primaryColor);
}

.companyText p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.companySnsContainer {
  margin-top: 10px;
  display: flex;
}

.companySns {
  width: 18px;
  margin-right: 20px;
}

.companySns:last-of-type {
  margin-right: 0;
}

.companySns img {
  width: 100%;
  vertical-align: bottom;
} */



}










@media(max-width: 560px) {
#fvContainer {
  background: url(../img/company/archiveMainSp.png) center bottom / cover no-repeat;
}

/* #fvContainer h1 {
  line-height: 1.3;
  text-align: center;
}

#fvContainer h1 span {
  font-size: 20px;
} */




#companyContainer {
  /* width: 100%; */
  padding: 40px 0 10px;
  /* background: #E1F8F6;
  position: relative; */
}

#companyContainer > img {
  /* width: 100%; */
  min-width: auto;
  /* position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); */
}

/* .companyContents {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.company {
  width: calc(50% - 30px);
  margin: 0 15px 50px;
}

.companyImg {
  /* width: 100%; */
  padding-top: calc(100% - 10px);
  /* position: relative; */
  border: 5px solid #19C2C7;
  box-shadow: 5px 5px 0 0 #007FFF;
  /* box-sizing: border-box; */
  border-radius: 18px;
  /* overflow: hidden; */
}

/* .companyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.companyText {
  margin-top: 15px;
}

.companyText h2 {
  font-size: 16px;
  /* color: var(--primaryColor); */
}

.companyText p {
  margin-top: 5px;
  font-size: 12px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
}

.companySnsContainer {
  margin-top: 5px;
  /* display: flex; */
}

.companySns {
  width: 16px;
  margin-right: 15px;
}

/* .companySns:last-of-type {
  margin-right: 0;
}

.companySns img {
  width: 100%;
  vertical-align: bottom;
} */



}