#main-intro {
  width: 100%;
  padding-top: 15rem;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#main-intro .main-intro-flex {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #main-intro .main-intro-flex {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
}
#main-intro .main-intro-flex .main-img {
  position: absolute;
  left: 0;
  top: 15rem;
  width: 96rem;
  height: 52.6rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1080px) {
  #main-intro .main-intro-flex .main-img {
    width: 81rem;
  }
}
@media screen and (max-width: 767px) {
  #main-intro .main-intro-flex .main-img {
    width: 100%;
    height: unset;
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 1rem;
  }
}
#main-intro .main-intro-flex .main-img img {
  width: 100%;
}
#main-intro .main-intro-flex .main-text {
  width: 56.6rem;
  min-height: 52.6rem;
}
@media screen and (max-width: 767px) {
  #main-intro .main-intro-flex .main-text {
    width: 100%;
  }
}
#main-intro .main-intro-flex .main-text .main-title {
  margin-bottom: 3.7rem;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #main-intro .main-intro-flex .main-text .main-title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#main-intro .main-intro-flex .main-text p {
  margin-bottom: 2.2rem;
}
#main-intro .main-intro-flex .main-text .info2,
#main-intro .main-intro-flex .main-text .info1 {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #747474;
}
@media screen and (max-width: 767px) {
  #main-intro .main-intro-flex .main-text .info2,
  #main-intro .main-intro-flex .main-text .info1 {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

#profile {
  width: 100%;
  border: #1b8b4f 1px solid;
  padding: 2.8rem 3.8rem;
  box-sizing: border-box;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #profile {
    margin-bottom: 5rem;
    padding: 2rem 1.5rem;
  }
}
#profile .profile-label {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #1b8b4f;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #profile .profile-label {
    font-size: 1.8rem;
  }
}
#profile .profile-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  #profile .profile-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}
#profile .profile-description {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #profile .profile-description {
    line-height: 2.4rem;
  }
}

#topics {
  width: 100%;
}
#topics .topics-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
  gap: 12.8rem;
}
@media screen and (max-width: 767px) {
  #topics .topics-flex {
    flex-direction: column;
    margin-bottom: 5rem;
    gap: 2rem;
  }
}
#topics .topics-flex .topics-img {
  width: 53.3rem;
}
@media screen and (max-width: 767px) {
  #topics .topics-flex .topics-img {
    width: 100%;
  }
}
#topics .topics-flex .topics-img img {
  width: 100%;
}
#topics .topics-flex .topics-text {
  width: 63.9rem;
}
@media screen and (max-width: 767px) {
  #topics .topics-flex .topics-text {
    width: 100%;
  }
}
#topics .topics-flex .topics-text .green-label {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
  text-align: left;
  color: #fff;
  background-color: #1b8b4f;
  border-radius: 1.8rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #topics .topics-flex .topics-text .green-label {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
#topics .topics-flex .topics-text .topics-title {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  #topics .topics-flex .topics-text .topics-title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
}
#topics .topics-flex .topics-text .topics-description {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #topics .topics-flex .topics-text .topics-description {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#topics .topics-flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #topics .topics-flex.reverse {
    flex-direction: column;
  }
}

#private {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  #private {
    margin-bottom: 5rem;
  }
}
#private .private-box {
  background-color: #f7f7f7;
  width: 100%;
  padding: 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #private .private-box {
    padding: 2rem 1.5rem;
  }
}
#private .private-box .private-flex {
  display: flex;
  gap: 14.7rem;
}
@media screen and (max-width: 767px) {
  #private .private-box .private-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
#private .private-box .private-flex .private-img {
  width: 37rem;
  height: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #private .private-box .private-flex .private-img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
}
#private .private-box .private-flex .private-img img {
  width: 100%;
  vertical-align: top;
}
#private .private-box .private-flex .private-text {
  width: 71.3rem;
}
@media screen and (max-width: 767px) {
  #private .private-box .private-flex .private-text {
    width: 100%;
  }
}
#private .private-box .private-flex .private-text .private-label {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: left;
  color: #1b8b4f;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #private .private-box .private-flex .private-text .private-label {
    font-size: 1.8rem;
  }
}
#private .private-box .private-flex .private-text .private-title {
  font-weight: normal;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  #private .private-box .private-flex .private-text .private-title {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}
#private .private-box .slide-buttons {
  margin-top: 2rem;
  display: flex;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  #private .private-box .slide-buttons {
    gap: 1.5rem;
  }
}
#private .private-box .slide-buttons .button {
  width: 4.9rem;
  height: 0.5rem;
  background-color: #cdcdcd;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #private .private-box .slide-buttons .button {
    width: 4rem;
    height: 0.4rem;
  }
}
#private .private-box .slide-buttons .button.active {
  background-color: #1b8b4f;
}

#schedule {
  background-color: #f7f7f7;
  padding-top: 10rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #schedule {
    padding-top: 5rem;
  }
}
#schedule .bullet-header {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #schedule .bullet-header {
    margin-bottom: 3rem;
  }
}
#schedule .schedule-tree {
  padding: 0 8.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree {
    padding: 0;
  }
}
#schedule .schedule-tree .tree-line {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 128rem;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line {
    align-items: flex-start;
    position: relative;
    left: -0.5rem;
  }
}
#schedule .schedule-tree .tree-line:after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 100%;
  background-color: #1b8b4f;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line:after {
    width: 0.2rem;
    left: 3rem;
    transform: unset;
  }
}
#schedule .schedule-tree .tree-line .time_ellipse {
  width: 14rem;
  height: 14rem;
  border-radius: 14rem;
  border: #1b8b4f 0.4rem solid;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #1b8b4f;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line .time_ellipse {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    font-size: 1.6rem;
    border: #1b8b4f 0.15rem solid;
  }
}
#schedule .schedule-tree .tree-line .card {
  width: 40rem;
  background-color: #1b8b4f;
  padding: 2.2rem 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line .card {
    width: 28rem;
    padding: 1rem 1rem;
  }
}
#schedule .schedule-tree .tree-line .card .time-flex {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line .card .time-flex {
    margin-bottom: 1rem;
    gap: 1rem;
  }
}
#schedule .schedule-tree .tree-line .card .time-flex .time {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #dcf2e6;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line .card .time-flex .time {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#schedule .schedule-tree .tree-line .card .time-flex .title {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line .card .time-flex .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#schedule .schedule-tree .tree-line .card .img-cont {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line .card .img-cont {
    margin-bottom: 1rem;
  }
}
#schedule .schedule-tree .tree-line .card .img-cont img {
  width: 100%;
  vertical-align: top;
}
#schedule .schedule-tree .tree-line .card .description {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 3.4rem;
  text-align: left;
  color: #fff;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line .card .description {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#schedule .schedule-tree .tree-line #card1 {
  position: absolute;
  right: 0;
  top: 4.4rem;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card1 {
    right: -7.5rem;
    position: relative;
    top: unset;
    margin: 4rem 0;
  }
}
#schedule .schedule-tree .tree-line #card1:after {
  content: "";
  position: absolute;
  width: 17.4rem;
  height: 0.2rem;
  border-bottom: 0.2rem dashed #1b8b4f;
  left: -16.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card1:after {
    display: none;
  }
}
#schedule .schedule-tree .tree-line #card2 {
  position: absolute;
  left: 0;
  top: 23rem;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card2 {
    left: unset;
    right: -7.5rem;
    top: unset;
    position: relative;
    margin: -6rem 0 4rem;
  }
}
#schedule .schedule-tree .tree-line #card2:after {
  content: "";
  position: absolute;
  width: 17.4rem;
  height: 0.2rem;
  border-bottom: 0.2rem dashed #1b8b4f;
  right: -16.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card2:after {
    display: none;
  }
}
#schedule .schedule-tree .tree-line #card3 {
  position: absolute;
  right: 0;
  top: 62rem;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card3 {
    right: -7.5rem;
    top: unset;
    position: relative;
    margin: -6rem 0 4rem;
  }
}
#schedule .schedule-tree .tree-line #card3:after {
  content: "";
  position: absolute;
  width: 17.4rem;
  height: 0.2rem;
  border-bottom: 0.2rem dashed #1b8b4f;
  left: -16.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card3:after {
    display: none;
  }
}
#schedule .schedule-tree .tree-line #card4 {
  position: absolute;
  left: 0;
  top: 80.2rem;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card4 {
    left: unset;
    right: -7.5rem;
    top: unset;
    position: relative;
    margin-bottom: 4rem;
  }
}
#schedule .schedule-tree .tree-line #card4:after {
  content: "";
  position: absolute;
  width: 17.4rem;
  height: 0.2rem;
  border-bottom: 0.2rem dashed #1b8b4f;
  right: -16.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .tree-line #card4:after {
    display: none;
  }
}
#schedule .schedule-tree .time_ellipse {
  margin-bottom: 25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #schedule .schedule-tree .time_ellipse {
    margin-bottom: 0;
  }
}
#schedule .schedule-tree .time_ellipse:last-child {
  margin-bottom: 0;
}

#comment {
  padding-top: 8.3rem;
  display: flex;
  justify-content: center;
  gap: 9.9rem;
}
@media screen and (max-width: 767px) {
  #comment {
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    gap: 2rem;
  }
}
#comment .comment-img {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  #comment .comment-img {
    width: 20rem;
  }
}
#comment .comment-img img {
  width: 100%;
  vertical-align: top;
}
#comment .comment-white-box {
  background-color: #fff;
  border-radius: 1.6rem;
  width: 93.1rem;
  padding: 4.1rem 5.1rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #comment .comment-white-box {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
#comment .comment-white-box:before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -3rem;
  width: 0;
  height: 0;
  border-top: 1.418rem solid transparent;
  border-bottom: 1.418rem solid transparent;
  border-right: 3.6rem solid #fff;
}
@media screen and (max-width: 767px) {
  #comment .comment-white-box:before {
    display: none;
  }
}
#comment .comment-white-box .header {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #comment .comment-white-box .header {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
}

.common-btn-container {
  background-color: #f7f7f7;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .common-btn-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.common-btn-container .common-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9999;
  height: 7.8rem;
}
.common-btn-container .common-btn .green-button {
  position: absolute;
  z-index: 99999;
}/*# sourceMappingURL=staff.css.map */