<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Teacher Page =================================================================================================
 */
.p-teacher .pageHeading .img {
  background-image: url(../img/teacher/img_teacher2.jpg);
}
@media screen and (max-width: 767px) {
  .p-teacher .pageHeading .img {
    background-image: url(../img/teacher/img_teacher2_sp.jpg);
  }
}
.p-teacher .section {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-teacher .section {
    padding-bottom: 30px;
  }
}
.p-teacher .pageTitle2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-teacher .pageTitle2 {
    margin-bottom: 25px;
  }
}
.p-teacher .postlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
.p-teacher .postlist .item {
  padding: 8px;
  background: repeating-linear-gradient(-45deg, #88c158, #fff 1px, #88c158 2px, #88c158 5px);
  transition: 0.4s;
  width: 390px;
  margin-top: 35px;
  margin-right: 45px;
  box-shadow: 0px 0px 6px 2px rgba(53, 31, 5, 0.25);
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist .item {
    padding: 5px;
    width: 48%;
    margin-top: 25px;
    margin-right: 4%;
  }
}
.p-teacher .postlist .item__inner {
  background: #fff;
  padding: 20px 25px;
  text-align: center;
}
.p-teacher .postlist .item__inner &gt; a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist .item__inner {
    padding: 10px 10px;
  }
}
.p-teacher .postlist .item__title {
  font-size: 3.5rem;
  color: #64b000;
  padding: 15px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist .item__title {
    font-size: 2.0rem;
    padding: 15px 0 8px 0;
  }
}
.p-teacher .postlist .item__title small {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist .item__title small {
    font-size: 1.3rem;
  }
}
.p-teacher .postlist .item__role {
  font-size: 1.5rem;
  color: #555;
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist .item__role {
    font-size: 1.3rem;
  }
}
.p-teacher .postlist .item .btnlink {
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #000;
  transition: 0.4s;
}
.p-teacher .postlist .item .btnlink:after {
  width: 12px;
  height: 12px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist .item .btnlink:after {
    width: 9px;
    height: 9px;
    right: 12px;
  }
}
.p-teacher .postlist .item .btnlink:hover {
  opacity: 1;
  background: #ffff00;
  color: #111;
}
.p-teacher .postlist .item .btnlink:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist .item .btnlink {
    margin-top: 10px;
    font-size: 1.0rem;
    width: 100%;
    white-space: nowrap;
  }
}
.p-teacher .postlist &gt; *:nth-child(1) {
  margin-top: 0;
}
.p-teacher .postlist &gt; *:nth-child(2) {
  margin-top: 0;
}
.p-teacher .postlist &gt; *:nth-child(3) {
  margin-top: 0;
}
.p-teacher .postlist &gt; *:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-teacher .postlist {
    padding: 0px;
  }
  .p-teacher .postlist &gt; *:nth-child(3) {
    margin-top: 25px;
  }
  .p-teacher .postlist &gt; *:nth-child(3n) {
    margin-right: 4%;
  }
  .p-teacher .postlist &gt; *:nth-child(2n) {
    margin-right: 0;
  }
}
.p-teacher .groupBtn3 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-teacher .groupBtn3 {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .p-teacher .postlist {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 5px;
  }
  .p-teacher .postlist .item {
    width: 49%;
    margin-top: 25px;
    margin-right: 2%;
    padding: 3px;
  }
  .p-teacher .postlist .item:nth-child(1), .p-teacher .postlist .item:nth-child(2) {
    margin-top: 0;
  }
  .p-teacher .postlist .item:nth-child(2n) {
    margin-right: 0;
  }
  .p-teacher .postlist .item__role {
    font-size: 1rem;
  }
  .p-teacher .postlist .item__title {
    font-size: 1.8rem;
    padding: 10px 0 5px 0;
  }
  .p-teacher .postlist .item__title small {
    font-size: 1.1rem;
  }
  .p-teacher .postlist .item__inner {
    padding: 5px;
  }
  .p-teacher .postlist .item .btnlink {
    font-size: 0.8rem;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 15px;
    padding: 5px;
  }
}
.p-teacherTemp .groupBtn3 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .groupBtn3 {
    padding: 30px 0;
    padding-bottom: 40px;
  }
}
.p-teacherTemp .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post {
    padding-top: 15px;
    display: block;
  }
}
.p-teacherTemp .post__media {
  width: 37.5%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__media {
    width: 90%;
    margin: 0 auto;
  }
}
.p-teacherTemp .post__inner {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__inner {
    width: 100%;
    padding-top: 15px;
  }
}
.p-teacherTemp .post__nameWrap {
  padding: 8px;
  background: repeating-linear-gradient(-45deg, #88c158, #fff 1px, #88c158 2px, #88c158 5px);
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__nameWrap {
    padding: 5px;
  }
}
.p-teacherTemp .post__name {
  padding: 20px 45px;
  line-height: 50px;
  font-size: 4.0rem;
  color: #64b000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 15px;
    line-height: 20px;
    font-size: 2.0rem;
  }
}
.p-teacherTemp .post__name small {
  font-size: 2.0rem;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__name small {
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
.p-teacherTemp .post__role {
  font-size: 2.0rem;
  padding: 20px 0 15px 0;
  border-bottom: 1px dotted #b4b4b4;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__role {
    font-size: 1.6rem;
    padding: 10px 0 5px 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 15px;
  }
}
.p-teacherTemp .post__title {
  font-size: 2.8rem;
  color: #f72f56;
  line-height: 50px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__title {
    font-size: 2.0rem;
    padding: 10px 0;
    line-height: 30px;
  }
}
.p-teacherTemp .post__list .row + .row {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__list .row + .row {
    margin-top: 7px;
  }
}
.p-teacherTemp .post__list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-teacherTemp .post__list .label {
  margin-bottom: 0;
  min-width: 150px;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  background: #959595;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__list .label {
    min-width: 80px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}
.p-teacherTemp .post__list p {
  padding-left: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__list p {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
.p-teacherTemp .post__list p span {
  display: block;
}
.p-teacherTemp .post__content {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__content {
    margin-top: 20px;
  }
}
.p-teacherTemp .post__content p {
  font-size: 1.6rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__content p {
    font-size: 1.3rem;
    line-height: 23px;
  }
}
.p-teacherTemp .post__content p + p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-teacherTemp .post__content p + p {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=teacher.css.map */
</pre></body></html>