/* CSS Document */
.guidance h4,
.guidance h4,
.executive h4,
.greetings h4 {
  font-size: 4rem;
  font-weight: 500;
  color: #353B5B;
  display: flex;
  align-items: center;
  gap: 10px;
}
.guidance h4::before,
.guidance h4::before,
.executive h4::before,
.greetings h4::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .guidance h4,
  .guidance h4,
  .executive h4,
  .greetings h4 {
    font-size: 2.8rem;
  }
  .guidance h4::before,
  .guidance h4::before,
  .executive h4::before,
  .greetings h4::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100px;
  }
}
.top {
  width: 100%;
  margin: 150px auto 80px;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #f9ced9 50%, #f9ced9 100%);
  overflow: hidden;
}
.top .background {
  background-color: #F9CED9;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 100px 0 0 100px;
  padding-bottom: 100px;
}
.top .top-inner {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 100px 0;
}
.top .top-inner img {
  display: block;
  width: 100%;
  margin-left: 33%;
}
.top .greetings {
  width: 80%;
  max-width: 1060px;
  margin: 0 auto;
}
.top .greetings-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.top .greetings-wrap img {
  width: 50%;
}
.top .greetings-wrap div {
  padding-bottom: 6%;
  line-height: 1.8;
}
.top .name {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 10px;
}
.top .txt {
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  .top {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .top {
    width: 100%;
  }
  .top .background {
    margin: 0 0 0 auto;
    padding-bottom: 60px;
    width: 100%;
    border-radius: 30px 0 0 30px;
  }
  .top h3 {
    margin-bottom: 30px;
  }
  .top .top-inner {
    padding: 60px 0;
    margin: 0 0 0 auto;
  }
  .top .top-inner img {
    max-width: 560px;
    margin-left: auto;
  }
  .top .greetings-wrap {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 30px auto 0;
  }
  .top .greetings-wrap img {
    margin-left: 20px;
    width: 100%;
    max-width: 375px;
  }
  .top .greetings-wrap div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top .name {
    font-size: 1.6rem;
  }
}
.guidance {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto 150px;
  line-height: 1.8;
}
.guidance h4 {
  margin-bottom: 50px;
}
.guidance h4::before {
  background-color: #F9CED9;
}
.guidance dl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.guidance dl div {
  border-bottom: solid 1px #d9d9d9;
}
.guidance dt {
  font-weight: 700;
}
.guidance iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border: none;
}
.guidance .img-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
.guidance .img-wrap img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .guidance {
    max-width: 500px;
    margin: 0 auto 100px;
  }
  .guidance .img-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .guidance .img-wrap img {
    width: 100%;
  }
}
.executive {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto 150px;
}
.executive h4 {
  margin-bottom: 80px;
}
.executive h4::before {
  background-color: #F9CED9;
}
.executive .member {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.executive .member div {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.executive .member p {
  font-size: 1.4rem;
  text-align: center;
}
.executive .member p span {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .executive {
    max-width: 500px;
    margin: 0 auto 100px;
  }
  .executive h4 {
    margin-bottom: 30px;
  }
  .executive h4::before {
    background-color: #F9CED9;
  }
  .executive .member {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .executive .member div {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .executive .member div img {
    width: 60%;
    max-width: 250px;
  }
  .executive .member p {
    font-size: 1.2rem;
  }
  .executive .member p span {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=company.css.map */