@charset "UTF-8";
.visual-main {
  background-image: url(../images/school/main.jpg);
}

#school-main {
  padding-bottom: 0rem;
}

#school-main .sub-description {
  font-weight: bold;
}

.manner-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .manner-list {
    gap: 2rem;
  }
}

.manner-box {
  background-color: #fff;
  display: flex;
}
@media screen and (max-width: 767px) {
  .manner-box {
    flex-direction: column;
  }
}
.manner-box .img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .manner-box .img {
    max-width: 52rem;
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .manner-box .img img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.manner-box .img .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(35, 24, 21, 0.4);
  padding: 0 2.5rem;
}
.manner-box .img .inner .ttl {
  margin: 0;
  color: #fff;
  line-height: 3.8rem;
  font-size: clamp(2.1rem, 1.9756906077rem + 0.3314917127vw, 2.4rem);
}
.manner-box .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #5f788e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .manner-box .box {
    width: 56rem;
    max-width: 52%;
    padding: 6rem 4rem 5rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .manner-box .box {
    min-height: 19.8rem;
    padding: 1.5rem;
  }
}
.manner-box .box p {
  letter-spacing: 0.025em;
  font-weight: bold;
  line-height: 2.6rem;
  font-size: clamp(1.5rem, 1.3756906077rem + 0.3314917127vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .manner-box .box p {
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .manner-box .box .action {
    text-align: center;
  }
}
.manner-box .box .btn-more {
  background-color: #fff;
  color: #04255f;
}
.manner-box .box .btn-more::after {
  background-color: #04255f;
}
.manner-box .box .btn-more:hover {
  background-color: #7e6f6a;
  border-color: #7e6f6a;
  color: #fff;
}
.manner-box .box .btn-more:hover::after {
  background-color: #fff;
}

.lesson hr {
  border: none;
  border-bottom: 1px solid rgba(4, 37, 95, 0.4);
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .lesson .row {
    gap: 3rem;
  }
}

.lesson-intro {
  word-break: normal;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lesson-intro {
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .lesson-intro {
    text-align: center;
    font-size: 2.1rem;
    line-height: 3.8rem;
    margin-bottom: 5rem;
  }
}

.lesson-intro figure {
  display: flex;
  justify-content: center;
}

.lesson-mbox {
  margin-bottom: 5rem;
  max-width: 45.2rem;
}

.lesson-box {
  background-color: #fff;
}
.lesson-box:not(:last-child) {
  margin-bottom: 2rem;
}
.lesson-box .lesson-ttl {
  background-color: #707070;
  color: #fff;
  font-weight: bold;
  line-height: 2.8rem;
  font-size: 1.8rem;
  padding: 0.5rem 3rem 0.7rem;
}
.lesson-box .lesson-ttl .skeleton-text {
  width: 5rem;
}
.lesson-box .lesson-detail {
  background-color: #f8f8f8;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .lesson-box .lesson-detail {
    padding: 2.5rem 3rem;
  }
}
.lesson-box .lesson-detail-white {
  background-color: #fff;
}
.lesson-box .lesson-detail p:last-child {
  margin-bottom: 0;
}
.lesson-box .lesson-detail .txt-strong {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.lesson-box .lesson-detail .txt-indent {
  padding-left: 1.3em;
}

@media screen and (max-width: 767px) {
  .lesson-img-sp {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lesson-cols {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .lesson-cols {
    margin-bottom: 7rem;
  }
}
.lesson-cols .lesson-cols-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.lesson-cols ul {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .lesson-cols ul {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.lesson-cols ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 2.5rem 0;
  margin: 0;
  border-bottom: 1px solid rgba(4, 37, 95, 0.4);
}
@media screen and (min-width: 768px) {
  .lesson-cols ul li {
    width: calc(50% - 1rem);
  }
}
.lesson-cols ul li:nth-child(-n+2) {
  border-top: 1px solid rgba(4, 37, 95, 0.4);
}

.lesson-entry:not(:last-child) {
  padding-bottom: 6rem;
  margin-bottom: 7rem;
  border-bottom: 1px solid rgba(4, 37, 95, 0.4);
}
.lesson-entry .lesson-entry-content {
  margin-bottom: 3rem;
}
.lesson-entry .lesson-entry-content:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lesson-entry .lesson-entry-content {
    margin-bottom: 2rem;
  }
  .lesson-entry .lesson-entry-content:last-child {
    margin-bottom: 0;
  }
}
.lesson-entry .lesson-entry-content hr {
  margin-top: 1em;
  margin-bottom: 1em;
}
.lesson-entry .lesson-entry-content table {
  width: 100%;
}
.lesson-entry .lesson-entry-content table:not(:last-child) {
  margin-bottom: 2rem;
}
.lesson-entry .lesson-entry-content table tr td {
  background-color: #f8f8f8;
  padding: 2.2rem 2rem;
}
@media screen and (min-width: 768px) {
  .lesson-entry .lesson-entry-content table tr td {
    padding: 2.5rem 3rem;
  }
}
.lesson-entry .lesson-entry-content table tr td-white {
  background-color: #fff;
}
.lesson-entry .lesson-entry-content table tr td p:last-child {
  margin-bottom: 0;
}
.lesson-entry .lesson-entry-content table tr:first-child th {
  background-color: #707070;
  color: #fff;
  font-weight: bold;
  line-height: 2.8rem;
  font-size: 1.8rem;
  padding: 0.5rem 3rem 0.7rem;
  text-align: left;
}
.lesson-entry .lesson-entry-content table tr:first-child th p {
  margin: 0;
}
.lesson-entry .lesson-entry-content table tr:first-child th .skeleton-text {
  height: 2.8rem;
  width: 15rem;
}
.lesson-entry .lesson-entry-content.box-white table tr td {
  background-color: #fff;
}
.lesson-entry .lesson-entry-content p {
  margin-bottom: 0 !important;
  margin-top: 1rem;
}
.lesson-entry .lesson-entry-content p:first-child {
  margin-top: 0;
}
.lesson-entry .lesson-entry-content p + table {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .lesson-entry .lesson-entry-content p + table {
    margin-top: 3rem;
  }
}
.lesson-entry .lesson-entry-content ul {
  margin-top: 1em;
  text-indent: -1em;
  line-height: 1.5;
  padding: 0.5rem 0 0.5rem 1.3em;
  list-style: disc;
  list-style-position: inside;
}
.lesson-entry .lesson-entry-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lesson-entry .lesson-entry-content ol li {
  text-indent: -1.5em;
  font-size: 1.3rem;
  line-height: 1.7;
  padding: 2px 0 2px 1.5em;
}
.lesson-entry .lesson-entry-content ol li::before {
  content: "※ ";
}
.lesson-entry .mini-box {
  margin-top: 6rem;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  border-bottom: 1px solid rgba(4, 37, 95, 0.4);
  border-top: 1px solid rgba(4, 37, 95, 0.4);
}

.lesson-list {
  counter-reset: well-bred 0;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .lesson-list {
    margin-bottom: 4rem;
  }
}

#lesson1 .lesson-list .lesson-entry {
  counter-increment: well-bred;
}

#lesson1 .lesson-list .lesson-entry .txt-lg::before {
  content: counter(well-bred);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000000;
  border-radius: 50%;
  font-size: 0.9em;
  width: 2rem;
  height: 2rem;
}

#lesson1 .lesson-list .lesson-entry:first-of-type:not(:only-child) .pd-v1-sp {
  display: none;
}

.lesson-entry__0:has(.pd-v1-sp) {
  padding-bottom: 0;
  margin-bottom: 8rem;
  border-bottom: 0;
}

.lesson-entry:last-child:not(:has(.pd-v1-sp)) {
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(4, 37, 95, 0.4);
}

.note-cate {
  display: none;
}

#lesson1-list .note-cate {
  display: block;
}

.lesson-entry-box {
  background-color: #f8f8f8;
}
.lesson-entry-box__ttl {
  background-color: #707070;
  color: #fff;
  font-weight: bold;
  line-height: 2.8rem;
  font-size: 1.8rem;
  padding: 0.5rem 3rem 0.7rem;
  text-align: left;
}
.lesson-entry-box__content {
  padding: 2.3rem 3rem;
}
.lesson-entry-box:has(.box-white) {
  background-color: #fff;
}