main {
  overflow: hidden;
}

#fvContainer {
  padding: 150px 0 0;
  background: var(--primaryColor);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}

.fvContents {
  position: relative;
}

.fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
}

.fvImg {
  width: 170px;
  position: absolute;
  top: 30px;
  left: calc(100% + 20px);
}







#aboutContainer {
  padding: 120px 0 600px;
  background: var(--primaryColor);
  color: #fff;
}

.about1Container {
  width: calc(50% + 450px);
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 70px;
}

.about1Text {
  flex: 0 0 430px;
}

.about1Text dt {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}

.about1Text dd {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}

.about1Img {
  flex: 1 1 auto;
}

.about2Container {
  width: 90%;
  max-width: 900px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.about2 {
  flex: 0 1 276px;
}

.about2Title {
  height: 45px;
  padding: 0 5px 2px;
  box-sizing: border-box;
  background: #000;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.about2Img {
  margin-top: 30px;
}

.about2Text {
  margin-top: 20px;
}








#profileContainer {
  margin: -500px 0 0;
  padding: 120px 0 150px;
  position: relative;
  z-index: 1;
}

#profileContainer > img {
  width: 100%;
  min-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

h2 span:first-of-type {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: var(--primaryColor);
}

h2 span:last-of-type {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

.profileContents {
  width: 90%;
  max-width: 900px;
  margin: 70px auto 0;
  padding: 70px 80px 70px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
}

.profileContents dl {
  padding: 30px 0;
  border-bottom: 1px solid var(--secondaryColor);
  display: flex;
  justify-content: space-between;
}
.profileContents dl:last-of-type {
  border-bottom: none;
}

.profileContents dt {
  flex: 0 0 135px;
  font-size: 20px;
  font-weight: bold;
  color: var(--primaryColor);
}

.profileContents dd {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}








#staffContainer {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 110px;
}

.staffContents {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
}

.staff {
  flex: 0 1 30.66%;
}

.staff dt {
  margin-top: 20px;
}

.staff dt span:first-of-type {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: var(--primaryColor);
}

.staff dt span:last-of-type {
  display: block;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: bold;
}

.staff dd {
  margin-top: 15px;
  font-weight: 500;
}








@media (max-width: 1024px) {
#fvContainer {
  padding: 120px 0 0;
  /* background: var(--primaryColor);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center; */
}

.fvContents {
  /* position: relative; */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.fvTitle {
  margin-top: 20px;
}

/* .fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
} */

.fvImg {
  /* width: 170px; */
  position: static;
  /* top: 30px;
  left: calc(100% + 20px); */
}







#aboutContainer {
  padding: 80px 0 600px;
  background: var(--primaryColor);
  color: #fff;
}

.about1Container {
  width: 95%;
  /* margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between; */
  gap: 36px 0;
  flex-direction: column-reverse;
}

.about1Text {
  flex: 0 1 auto;
  width: 95%;
}

/* .about1Text dt {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
} */

.about1Text dd {
  margin-top: 25px;
  /* font-size: 20px;
  font-weight: 500; */
}

/* .about1Img {
  flex: 1 1 auto;
} */

.about2Container {
  width: 90%;
  max-width: 350px;
  margin: 80px auto 0;
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  gap: 60px 0;
  flex-direction: column;
}

/* .about2 {
  flex: 0 1 276px;
}

.about2Title {
  height: 45px;
  padding: 0 5px 2px;
  box-sizing: border-box;
  background: #000;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.about2Img {
  margin-top: 30px;
}

.about2Text {
  margin-top: 20px;
} */








#profileContainer {
  margin: -530px 0 0;
  padding: 120px 0 120px;
  /* position: relative;
  z-index: 1;
  overflow: hidden; */
}

/* #profileContainer > img {
  width: 100%;
  min-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
} */

/* .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
} */

/* h2 span:first-of-type {
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: var(--primaryColor);
}

h2 span:last-of-type {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
} */

.profileContents {
  /* width: 90%;
  max-width: 900px; */
  margin: 50px auto 0;
  /* padding: 70px 80px 70px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px; */
}

.profileContents dl {
  padding: 20px 0;
  /* border-bottom: 1px solid var(--secondaryColor);
  display: flex;
  justify-content: space-between; */
  flex-direction: column;
}
/* .profileContents dl:last-of-type {
  border-bottom: none;
} */

.profileContents dt {
  flex: 0 1 auto;
  /* font-size: 20px;
  font-weight: bold;
  color: var(--primaryColor); */
  line-height: 1.4;
}

.profileContents dd {
  /* flex: 0 1 100%;
  font-size: 18px;
  font-weight: 500; */
  margin-top: 8px;
  line-height: 1.4;
}








#staffContainer {
  /* width: 90%; */
  max-width: 635px;
  /* margin: 0 auto; */
  padding-top: 90px;
}

/* .staffContents {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
}

.staff {
  flex: 0 1 30.66%;
}

.staff dt {
  margin-top: 20px;
}

.staff dt span:first-of-type {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: var(--primaryColor);
}

.staff dt span:last-of-type {
  display: block;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: bold;
}

.staff dd {
  margin-top: 15px;
  font-weight: 500;
} */
}










@media (max-width: 560px) {
#fvContainer {
  padding: 110px 0 0;
  /* background: var(--primaryColor);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center; */
}

.fvContents {
  /* position: relative; */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.fvTitle {
  margin-top: 20px;
}

.fvTitle span:first-of-type {
  /* display: block; */
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
  /* position: relative; */
}

.fvTitle span:first-of-type::after {
  /* content: "";
  display: block; */
  width: 116px;
  height: 4px;
  /* background: #fff;
  position: absolute;
  left: 50%; */
  bottom: -23px;
  /* transform: translateX(-50%); */
}

.fvTitle span:last-of-type {
  margin-top: 39px;
  /* display: block; */
  font-size: 18px;
  letter-spacing: 0.5px;
  /* line-height: 1.4;
  font-weight: bold; */
}

.fvImg {
  width: 80px;
  position: static;
  /* top: 30px;
  left: calc(100% + 20px); */
}







#aboutContainer {
  padding: 50px 0 600px;
  background: var(--primaryColor);
  color: #fff;
}

.about1Container {
  /* width: 95%; */
  /* margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between; */
  gap: 28px 0;
  /* flex-direction: column-reverse; */
}

/* .about1Text {
  flex: 0 1 auto;
  width: 95%;
} */

.about1Text dt {
  font-size: 25px;
  line-height: 1.6;
  font-weight: bold;
}

.about1Text dd {
  margin-top: 20px;
  font-size: 18px;
  /* font-weight: 500; */
}

/* .about1Img {
  flex: 1 1 auto;
} */

.about2Container {
  /* width: 90%; */
  max-width: 278px;
  margin: 70px auto 0;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  gap: 50px 0;
  /* flex-direction: column; */
}

/* .about2 {
  flex: 0 1 276px;
} */

/* .about2Title {
  height: 45px;
  padding: 0 5px 2px;
  box-sizing: border-box;
  background: #000;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}

.about2Img {
  margin-top: 30px;
}

.about2Text {
  margin-top: 20px;
} */








#profileContainer {
  margin: -540px 0 0;
  padding: 60px 0 70px;
  /* position: relative;
  z-index: 1;
  overflow: hidden; */
}

#profileContainer > img {
  /* width: 100%; */
  min-width: 375px;
  height: 100%;
  object-fit: cover;
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1; */
}

/* .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
} */

h2 span:first-of-type {
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
  /* color: var(--primaryColor); */
}

h2 span:last-of-type {
  /* display: block; */
  margin-top: 3px;
  font-size: 20px;
  line-height: 1.4;
  /* font-weight: bold; */
}

.profileContents {
  /* width: 90%;
  max-width: 900px; */
  margin: 30px auto 0;
  padding: 20px 20px 20px;
  /* box-sizing: border-box;
  background: #fff; */
  border-radius: 25px;
}

.profileContents dl {
  padding: 20px 0;
  /* border-bottom: 1px solid var(--secondaryColor);
  display: flex;
  justify-content: space-between; */
  flex-direction: column;
}
/* .profileContents dl:last-of-type {
  border-bottom: none;
} */

.profileContents dt {
  /* flex: 0 1 auto; */
  font-size: 18px;
  /* font-weight: bold;
  color: var(--primaryColor);
  line-height: 1.4; */
}

.profileContents dd {
  /* flex: 0 1 100%; */
  font-size: 16px;
  /* font-weight: 500; */
  margin-top: 8px;
  /* line-height: 1.4; */
}








#staffContainer {
  /* width: 90%; */
  max-width: 280px;
  /* margin: 0 auto; */
  padding-top: 55px;
}

.staffContents {
  margin-top: 40px;
  /* display: flex;
  justify-content: space-between; */
  gap: 50px 0;
  flex-direction: column;
}

/* .staff {
  flex: 0 1 30.66%;
}

.staff dt {
  margin-top: 20px;
} */

/* .staff dt span:first-of-type {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: var(--primaryColor);
}

.staff dt span:last-of-type {
  display: block;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.2;
  font-weight: bold;
}

.staff dd {
  margin-top: 15px;
  font-weight: 500;
} */
}