@charset "UTF-8";
/* CSS Document */
main.top #bnrs {
  padding-bottom: 30px;
}
main.top #bnrs .slides .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 3;
}
main.top #bnrs .slides .slick-arrow:before {
  border-radius: 50%;
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  background: #FFF url(../img/arrow.svg) no-repeat center/25px auto;
  border: 1px solid #000;
}
main.top #bnrs .slides .slick-prev {
  left: -60px;
}
main.top #bnrs .slides .slick-prev:before {
  transform: rotate(180deg);
  transform-origin: center center;
}
main.top #bnrs .slides .slick-next {
  right: -60px;
}
main.top #bnrs .slides .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
main.top #bnrs .slides .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
main.top #bnrs .slides .slick-slide img {
  border-radius: 10px;
}
main.top #about {
  padding-bottom: 70px;
}
main.top #about .content {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.top #about .item-img {
  position: relative;
  margin-right: 35px;
  margin-left: -90px;
}
main.top #about .item-img h3 {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 3;
}
main.top #about .item-img img {
  position: relative;
  z-index: 2;
}
main.top #about .item-img span {
  position: absolute;
}
main.top #about .item-img span:nth-of-type(1) {
  left: 5%;
  bottom: -5%;
}
main.top #about .item-img span:nth-of-type(2) {
  left: 25%;
  bottom: -3%;
}
main.top #about .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #about .item-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4444444444;
  margin-bottom: 30px;
}
main.top #about .item-text p:not(:last-child) {
  margin-bottom: 35px;
}
main.top #about .item-text .btn {
  margin-left: auto;
}
main.top #about .item-text .btn:not(:last-child) {
  margin-bottom: 25px;
}
main.top #about .item-text figure {
  text-align: center;
}
main.top #about .item-text figure figcaption {
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4666666667;
}
main.top #recommend .item-video {
  line-height: 0;
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  overflow: hidden;
}
main.top #recommend .item-video:not(:last-child) {
  margin-bottom: 50px;
}
main.top #recommend .item-video video {
  max-width: 100%;
  height: auto;
}
main.top #recommend .item-video iframe {
  width: 100%;
  height: auto;
  line-height: 0;
  aspect-ratio: 1.7777777778;
}
main.top #recommend .item-text {
  background: #FFF;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 90px;
  position: relative;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-sizing: border-box;
}
main.top #recommend .item-text h2 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-right: auto;
  line-height: 1.3;
}
main.top #recommend .item-text h2 span {
  position: absolute;
  left: -140px;
  top: -20px;
}
main.top #recommend .item-text ul li {
  color: #DE2D77;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
main.top #recommend .item-text ul li:before {
  content: "・";
  margin-right: 0.5em;
}
main.top #feature {
  overflow: hidden;
}
main.top #feature .item-li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -30px;
}
main.top #feature .item-li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 701px) {
  main.top #feature .item-li:nth-child(odd) .item-text h3:before {
    left: 0;
  }
  main.top #feature .item-li:nth-child(even) {
    flex-direction: row-reverse;
  }
  main.top #feature .item-li:nth-child(even) .item-text h3:before {
    right: 0;
  }
}
main.top #feature .item-li:nth-child(2) .item-text h3:before {
  background-color: #FBC459;
}
main.top #feature .item-li:nth-child(3) .item-text h3:before {
  background-color: #E6FA50;
}
main.top #feature .item-li > * {
  margin-right: 30px;
}
main.top #feature .item-img {
  text-align: center;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.top #feature .item-text {
  width: calc(50% + 30px);
}
main.top #feature .item-text > span {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
}
main.top #feature .item-text > span:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #000;
  margin-left: 20px;
}
main.top #feature .item-text h3 {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #6BCCFF;
  padding: 10px;
  line-height: 1.2;
  margin-bottom: 15px;
  z-index: 2;
}
main.top #feature .item-text h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #6BCCFF;
  z-index: -1;
}
main.top #feature .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.top #curriculum .item-section {
  position: relative;
}
main.top #curriculum .item-section:not(:last-child):after {
  display: block;
  content: "";
  height: 72px;
  background: url(../img/curriculum/arrow.svg) no-repeat center;
}
main.top #curriculum .item-section:nth-child(odd) .item-bg {
  left: 5%;
}
main.top #curriculum .item-section:nth-child(even) .item-bg {
  right: 5%;
}
main.top #curriculum .item-bg {
  position: absolute;
  bottom: 10px;
}
main.top #curriculum .item-hd {
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.2;
  margin-bottom: 20px;
}
main.top #curriculum .item-text:not(:last-child) {
  margin-bottom: 20px;
}
main.top #curriculum .item-img {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.top #curriculum .item-img li {
  border-radius: 5px;
  overflow: hidden;
}
main.top #curriculum .item-img li:not(:last-child) {
  margin-right: 20px;
}
main.top #price .item-section:not(:last-child) {
  margin-bottom: 100px;
}
main.top #price .item-table {
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
main.top #price .item-table:not(:last-child) {
  margin-bottom: 40px;
}
main.top #price .item-table table {
  border: none;
}
main.top #price .item-table table th, main.top #price .item-table table td {
  border: none;
}
main.top #price .item-table table th:not(:last-child), main.top #price .item-table table td:not(:last-child) {
  border-right: 1px solid #EFEFEF;
}
main.top #price .item-table table tr:not(:last-child) th, main.top #price .item-table table tr:not(:last-child) td {
  border-bottom: 1px solid #EFEFEF;
}
main.top #price .item-table table th {
  background: #FFF;
}
main.top #price .item-price {
  background-color: #FFF;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
main.top #price .item-price span {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}
main.top #price .item-price:not(:last-child) {
  margin-bottom: 20px;
}
main.top #price .item-price small {
  display: -moz-inline-box;
  display: inline-block;
}
main.top #price .item-price-02 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #price .item-price-02:not(:last-child) {
  margin-bottom: 40px;
}
main.top #price .item-price-02:not(:first-child) {
  margin-top: 30px;
}
main.top #price .item-price-02 > span {
  width: 100px;
  margin-right: 20px;
}
main.top #price .item-price-02 > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -5px;
  line-height: 1.2;
}
main.top #price .item-price-02 > div p {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
main.top #price .item-price-02 > div p strong {
  font-size: 1.7em;
}
main.top #price .item-price-02 > div p small {
  font-size: 16px;
  font-size: 1rem;
}
main.top #price .item-text {
  background: #FFF;
  border-radius: 10px;
  padding: 30px 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}
main.top #price .item-text .box {
  border: 2px solid #EFEFEF;
  border-radius: 10px;
  padding: 0 30px 30px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.top #price .item-text .box h4 {
  margin-top: -15px;
  background: #FFF;
  padding-left: 5px;
  padding-right: 5px;
}
main.top #price .item-text ol:not(:last-child) {
  margin-bottom: 15px;
}
main.top #price .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.top #price .item-text p.text-sup {
  font-size: 14px;
  font-size: 0.875rem;
}
main.top #price .item-text p.text-sup:not(:last-child) {
  margin-bottom: 0;
}
main.top #data .item-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 8%;
}
main.top #data .item-list:has(.item-hd) {
  padding-right: 0;
}
main.top #data .item-list:not(:last-child) {
  margin-bottom: 20px;
}
main.top #data .item-li {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.top #data .item-li:has(.item-hd):not(:last-child) {
  margin-right: 20px;
}
main.top #data .item-li:not(:last-child) {
  margin-right: 80px;
}
main.top #data .item-hd {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  width: 160px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 20px;
}
main.top #data .item-data {
  width: 400px;
}
main.top #data .item-text {
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.top #teacher .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -50px;
}
main.top #teacher .item-list:not(:last-child) {
  margin-bottom: 10px;
}
main.top #teacher .item-li {
  margin-right: 40px;
  width: calc(50% - 40px);
  margin-bottom: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: start;
  align-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 2px solid #EFEFEF;
}
main.top #teacher .item-img {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}
main.top #teacher .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top #teacher .item-name {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
main.top #teacher .item-name span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
main.top #teacher .item-text {
  margin-top: -15px;
  padding: 30px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-top: 2px solid #EFEFEF;
}
main.top #teacher .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.top #teacher .item-bottom {
  border-bottom: 2px solid #000;
}
main.top #teacher .item-bottom > dt {
  border-top: 2px solid #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 20px 50px 20px 20px;
  position: relative;
  cursor: pointer;
}
main.top #teacher .item-bottom > dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  right: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transform-origin: center 50%;
  transition: all 0.3s ease;
}
main.top #teacher .item-bottom > dt.active:after {
  transform: rotate(-135deg);
  transform-origin: center 50%;
}
main.top #teacher .item-bottom > dd {
  display: none;
  padding: 0 20px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
}
main.top #teacher .item-bottom > dd dl {
  display: grid;
  grid-template-columns: max-content 1fr;
}
main.top #teacher .item-bottom > dd dl > *:not(:last-of-type) {
  margin-bottom: 10px;
}
main.top #teacher .item-bottom > dd dl dt {
  padding-right: 20px;
}
main.top #teacher .item-bottom > dd dl:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 701px) and (max-width: 1080px) {
  main.top #about .item-img {
    margin-right: 25px;
    margin-left: -60px;
    max-width: 55%;
  }
  main.top #about .item-img h3 {
    max-width: 75%;
  }
  main.top #about .item-text h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  main.top #recommend .item-text {
    padding: 40px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.top #recommend .item-text h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-right: 30px;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
  }
  main.top #recommend .item-text h2 span {
    left: -40px;
    top: -50px;
  }
  main.top #recommend .item-text ul li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.top #feature {
    overflow: hidden;
  }
  main.top #feature .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #feature .item-text {
    width: calc(50% + 20px);
  }
  main.top #feature .item-text > span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  main.top #feature .item-text h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.top #curriculum .item-section:nth-child(odd) .item-bg {
    left: -10px;
  }
  main.top #curriculum .item-section:nth-child(even) .item-bg {
    right: -10px;
  }
  main.top #curriculum .item-bg {
    position: absolute;
    bottom: 10px;
  }
  main.top #curriculum .item-hd {
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  main.top #curriculum .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #curriculum .item-img {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.top #curriculum .item-img li {
    border-radius: 5px;
    overflow: hidden;
  }
  main.top #curriculum .item-img li:not(:last-child) {
    margin-right: 20px;
  }
  main.top #price .item-price {
    padding: 30px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.top #price .item-price span {
    font-size: 26px;
    font-size: 1.625rem;
  }
  main.top #data .item-list {
    padding-right: 10%;
  }
  main.top #data .item-li:not(:last-child) {
    margin-right: 40px;
  }
  main.top #data .item-li:has(.item-hd):not(:last-child) {
    margin-right: 0;
  }
  main.top #teacher .item-list {
    margin-right: -25px;
  }
  main.top #teacher .item-li {
    margin-right: 25px;
    width: calc(50% - 25px);
  }
  main.top #teacher .item-img {
    max-width: 35%;
  }
  main.top #teacher .item-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 700px) {
  main.top #bnrs {
    padding-bottom: 0px;
  }
  main.top #bnrs .slides .slick-arrow {
    width: 40px;
    height: 40px;
  }
  main.top #bnrs .slides .slick-arrow:before {
    background-size: 20px auto;
  }
  main.top #bnrs .slides .slick-prev {
    left: -10px;
  }
  main.top #bnrs .slides .slick-prev:before {
    transform: rotate(180deg);
    transform-origin: center center;
  }
  main.top #bnrs .slides .slick-next {
    right: -10px;
  }
  main.top #bnrs .slides .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.top #bnrs .slides .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  main.top #about {
    padding-bottom: 40px;
  }
  main.top #about .content {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main.top #about .item-img {
    position: relative;
    margin-right: 10%;
    width: auto;
    margin-left: -20px;
    margin-bottom: 30px;
  }
  main.top #about .item-img h3 {
    max-width: 75%;
  }
  main.top #about .item-img span:nth-of-type(1) {
    left: initial;
    right: -10%;
    bottom: -5%;
    max-width: 50%;
  }
  main.top #about .item-img span:nth-of-type(2) {
    left: 10%;
  }
  main.top #about .item-text {
    width: 100%;
  }
  main.top #about .item-text h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.top #about .item-text p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #about .item-text p:not(:last-child) {
    margin-bottom: 25px;
  }
  main.top #about .item-text p span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #about .item-text .btn {
    margin-right: auto;
  }
  main.top #about .item-text figure figcaption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.top #recommend .item-video:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #recommend .item-text {
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 30px 20px 20px;
  }
  main.top #recommend .item-text h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  main.top #recommend .item-text h2 span {
    left: -20px;
    top: -30px;
    width: 200px;
  }
  main.top #recommend .item-text ul li {
    font-size: 16px;
    font-size: 1rem;
  }
  main.top #feature .item-li {
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-right: 0;
  }
  main.top #feature .item-li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top #feature .item-li > * {
    margin-right: 0;
  }
  main.top #feature .item-img {
    width: 100%;
  }
  main.top #feature .item-img img {
    height: 180px;
    width: auto;
  }
  main.top #feature .item-text {
    width: 100%;
  }
  main.top #feature .item-text > span {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  main.top #feature .item-text > span:after {
    width: 60px;
    margin-left: 10px;
  }
  main.top #feature .item-text h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  main.top #feature .item-text h3:before {
    left: 0;
  }
  main.top #curriculum .item-section:not(:last-child):after {
    height: 50px;
    background-size: auto 20px;
  }
  main.top #curriculum .item-section:nth-child(odd) .item-bg {
    left: -20px;
  }
  main.top #curriculum .item-section:nth-child(even) .item-bg {
    right: -20px;
  }
  main.top #curriculum .item-bg {
    bottom: -10px;
    max-width: 15%;
  }
  main.top #curriculum .item-hd {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  main.top #curriculum .item-text:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #curriculum .item-img li:not(:last-child) {
    margin-right: 10px;
  }
  main.top #price .item-section:not(:last-child) {
    margin-bottom: 60px;
  }
  main.top #price .item-table:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #price .item-table table {
    border: none;
  }
  main.top #price .item-table table th, main.top #price .item-table table td {
    border: none;
  }
  main.top #price .item-table table th:not(:last-child), main.top #price .item-table table td:not(:last-child) {
    border-right: 1px solid #EFEFEF;
  }
  main.top #price .item-table table tr:not(:last-child) th, main.top #price .item-table table tr:not(:last-child) td {
    border-bottom: none;
  }
  main.top #price .item-table table th {
    background: #f6f6f6;
  }
  main.top #price .item-price {
    padding: 15px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.top #price .item-price span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  main.top #price .item-price:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #price .item-price-02:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #price .item-price-02:not(:first-child) {
    margin-top: 20px;
  }
  main.top #price .item-price-02 > span {
    width: 80px;
    margin-right: 15px;
  }
  main.top #price .item-price-02 > div p {
    font-size: 24px;
    font-size: 1.5rem;
  }
  main.top #price .item-price-02 > div p strong {
    font-size: 1.6em;
  }
  main.top #price .item-price-02 > div p small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #price .item-text {
    padding: 20px;
  }
  main.top #price .item-text .box {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
  main.top #data .item-list {
    padding-right: 0;
    flex-wrap: wrap;
  }
  main.top #data .item-list:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #data .item-li {
    width: 100%;
    text-align: center;
  }
  main.top #data .item-li img {
    max-height: 300px;
    width: auto;
  }
  main.top #data .item-li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  main.top #data .item-li:not(:last-child):has(.item-hd) {
    margin-right: 0;
  }
  main.top #data .item-li:nth-child(1) {
    padding-right: 15%;
  }
  main.top #data .item-li:nth-child(1):has(.item-hd) {
    padding-right: 0;
  }
  main.top #data .item-hd {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  main.top #data .item-text {
    width: 940px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.top #teacher .item-list {
    margin-right: 0;
    margin-bottom: -30px;
  }
  main.top #teacher .item-list:not(:last-child) {
    margin-bottom: 0;
  }
  main.top #teacher .item-li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: none;
  }
  main.top #teacher .item-img {
    width: 150px;
    margin-right: 20px;
  }
  main.top #teacher .item-name {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  main.top #teacher .item-name span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.top #teacher .item-text {
    margin-top: -15px;
    padding: 30px 0 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.top #teacher .item-bottom {
    border-bottom: 2px solid #000;
  }
  main.top #teacher .item-bottom > dt {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 50px 15px 0;
  }
  main.top #teacher .item-bottom > dd {
    padding: 0 0 30px;
  }
  main.top #teacher .item-bottom > dd dl {
    grid-template-columns: 1fr;
  }
  main.top #teacher .item-bottom > dd dl > *:not(:last-of-type) {
    margin-bottom: 15px;
  }
  main.top #teacher .item-bottom > dd dl dt {
    padding-right: 0;
    font-weight: bold;
  }
  main.top #teacher .item-bottom > dd dl dt:not(:last-of-type) {
    margin-bottom: 0;
  }
  main.top #teacher .item-bottom > dd dl dd {
    padding-left: 1em;
  }
  main.top #teacher .item-bottom > dd dl:not(:last-child) {
    margin-bottom: 10px;
  }
}
