#fvContainer {
  position: relative;
}

h1 {
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 6px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}






#companyContainer {
  width: 84%;
  max-width: 730px;
  margin: 100px auto 0;
  font-size: 22px;
  font-weight: 600;
}

#companyContainer dl {
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--fontColor3);
  display: flex;
  justify-content: space-between;
}

#companyContainer dt {
  flex: 0 0 190px;
}

#companyContainer dd {
  flex: 1 1 auto;
}

.companyImg {
  display: flex;
  gap: 0 4%;
}

.companyImg img {
  width: 48%;
}







#staffContainer {
  width: 100%;
  margin-top: 120px;
  padding: 100px 0 100px;
  background: url(../img/staffBack.png) center center / cover no-repeat;
  border-radius: 160px 0 0 0;
}

h2 {
  font-size: 33px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--fontColor3);
  text-align: center;
}

.staffContents {
  width: 90%;
  max-width: 1055px;
  margin: 100px auto 0;
  color: var(--fontColor3);
  text-align: center;
  display: flex;
  gap: 0 5%;
}

.staff {
  flex: 0 1 30%;
}

.staffName p {
  margin-top: 6px;
  font-size: 20px;
  letter-spacing: 1px;
}

.staffName h3 {
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 4px;
}

.staffName span {
  font-size: 13px;
  letter-spacing: 0.8px;
}

.staffInfo {
  margin-top: 14px;
}

.staffInfo dt {
  padding: 0 0 2px;
  background: #fff;
  border-top: 2px solid var(--fontColor3);
  border-bottom: 2px solid var(--fontColor3);
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 4px;
}

.staffInfo dd {
  padding: 20px 0;
}

.staffInfo dl:first-of-type dd {
  min-height: 129.562px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staffInfo dl:nth-of-type(6) dd {
  min-height: 97.172px;
}

.blog {
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
}

.blog a {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.blogImg {
  flex: 0 0 38.4px;
  height: 38.4px;
}

.blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogInfo {
  flex: 1 1 auto;
  text-align: left;
}

.date {
  font-size: 11px;
  line-height: 1.4;
}

.blogTitle {
  font-size: 14px;
  line-height: 1.4;
}







@media (max-width: 1024px) {
#fvContainer {
  position: relative;
}

h1 {
  font-size: 21px;
  /* font-weight: 600; */
  letter-spacing: 3px;
  /* color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}






#companyContainer {
  /* width: 90%;
  max-width: 730px; */
  margin: 70px auto 0;
  font-size: 18px;
  /* font-weight: 600; */
}

/* #companyContainer dl {
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--fontColor3);
  display: flex;
  justify-content: space-between;
} */

#companyContainer dt {
  flex: 0 0 165px;
}

/* #companyContainer dd {
  flex: 1 1 auto;
}

.companyImg {
  display: flex;
  gap: 0 4%;
}

.companyImg img {
  width: 48%;
} */







#staffContainer {
  /* width: 100%; */
  margin-top: 70px;
  padding: 70px 0 60px;
  /* background: url(../img/staffBack.png) center center / cover no-repeat; */
  border-radius: 140px 0 0 0;
}

h2 {
  font-size: 21px;
  letter-spacing: 1px;
  /* font-weight: 600; */
  /* color: var(--fontColor3);
  text-align: center; */
}

.staffContents {
  width: 84%;
  /* max-width: 1055px; */
  margin: 50px auto 0;
  /* color: var(--fontColor3);
  text-align: center;
  display: flex; */
  gap: 60px 10%;
  flex-wrap: wrap;
}

.staff {
  flex: 0 1 45%;
}

.staffName p {
  /* margin-top: 6px; */
  font-size: 17px;
  /* letter-spacing: 1px; */
}

.staffName h3 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 3px;
}

.staffName span {
  font-size: 11px;
  /* letter-spacing: 0.8px; */
}

/* .staffInfo {
  margin-top: 14px;
} */

.staffInfo dt {
  /* padding: 0 0 2px;
  background: #fff;
  border-top: 2px solid var(--fontColor3);
  border-bottom: 2px solid var(--fontColor3);
  box-sizing: border-box; */
  font-size: 12px;
  letter-spacing: 3px;
}

.staffInfo dd {
  padding: 15px 0;
  font-size: 15px;
}

.staffInfo dl:first-of-type dd {
  min-height: 108px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.staffInfo dl:nth-of-type(6) dd {
  min-height: 81px;
}

/* .blog {
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
}

.blog a {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.blogImg {
  flex: 0 0 38.4px;
  height: 38.4px;
}

.blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogInfo {
  flex: 1 1 auto;
  text-align: left;
}

.date {
  font-size: 11px;
  line-height: 1.4;
}

.blogTitle {
  font-size: 14px;
  line-height: 1.4;
} */
}









@media (max-width: 560px) {
/* #fvContainer {
  position: relative;
} */

h1 {
  font-size: 22px;
  /* font-weight: 600; */
  letter-spacing: 2px;
  /* color: #fff;
  position: absolute;
  top: 50%;
  left: 50%; */
  transform: translate(-50%, -0%);
}






#companyContainer {
  /* width: 90%;
  max-width: 730px; */
  margin: 40px auto 0;
  font-size: 16px;
  /* font-weight: 600; */
}

#companyContainer dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* border-bottom: 1px solid var(--fontColor3); */
  /* display: flex; */
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#companyContainer dt {
  flex: 0 1 auto;
}

/* #companyContainer dd {
  flex: 1 1 auto;
} */

.companyImg {
  /* display: flex; */
  flex-direction: column;
  gap: 20px 0;
}

.companyImg img {
  width: 100%;
}







#staffContainer {
  /* width: 100%; */
  margin-top: 70px;
  padding: 50px 0 30px;
  /* background: url(../img/staffBack.png) center center / cover no-repeat; */
  border-radius: 60px 0 0 0;
}

h2 {
  font-size: 20px;
  /* letter-spacing: 1px; */
  /* font-weight: 600; */
  /* color: var(--fontColor3);
  text-align: center; */
}

.staffContents {
  width: 84%;
  /* max-width: 1055px; */
  margin: 30px auto 0;
  /* color: var(--fontColor3);
  text-align: center;
  display: flex; */
  gap: 50px 0;
  /* flex-wrap: wrap; */
}

.staff {
  flex: 0 1 100%;
}

.staffName p {
  /* margin-top: 6px; */
  font-size: 18px;
  /* letter-spacing: 1px; */
}

.staffName h3 {
  font-size: 30px;
  /* line-height: 1.1;
  letter-spacing: 3px; */
}

.staffName span {
  font-size: 12px;
  /* letter-spacing: 0.8px; */
}

/* .staffInfo {
  margin-top: 14px;
} */

.staffInfo dt {
  /* padding: 0 0 2px;
  background: #fff;
  border-top: 2px solid var(--fontColor3);
  border-bottom: 2px solid var(--fontColor3);
  box-sizing: border-box; */
  font-size: 13.5px;
  letter-spacing: 3px;
}

.staffInfo dd {
  padding: 15px 0;
  font-size: 16px;
}

.staffInfo dl:first-of-type dd {
  min-height: auto;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.staffInfo dl:nth-of-type(6) dd {
  min-height: auto;
}

/* .blog {
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
}

.blog a {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.blogImg {
  flex: 0 0 38.4px;
  height: 38.4px;
}

.blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogInfo {
  flex: 1 1 auto;
  text-align: left;
}

.date {
  font-size: 11px;
  line-height: 1.4;
}

.blogTitle {
  font-size: 14px;
  line-height: 1.4;
} */
}