@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  最新情報

---------------------------------*/
.aboutBlock {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5rem;
}
.aboutBlock .wrap {
  max-width: 85rem;
}
.aboutBlock .wrap .ttl {
  margin-bottom: 5rem;
  text-align: center;
}
.aboutBlock .wrap .ttl h2 {
  font-size: 1.3em;
  line-height: 2.3;
}
.aboutBlock .wrap .ttl h2 strong {
  border-bottom: 1px solid;
  font-size: 1.2em;
}
.aboutBlock .wrap .menuList {}
.aboutBlock .wrap .menuList ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}
.aboutBlock .wrap .menuList ul li {
  flex-basis: calc(100% / 4 - 2rem);
  margin: .7rem 1rem;
}
.aboutBlock .wrap .menuList ul li a {
  background: #f3f3f3;
  border-radius: 1rem;
  color: #333;
  display: block;
  padding: 3rem;
  text-align: center;
}
.aboutBlock .wrap .menuList ul li a br {
    display: none;
  }
.aboutBlock .wrap .menuList ul li a span {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  width: 6rem;
  height: 6rem;
}
.aboutBlock .wrap .menuList ul li a span img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .aboutBlock .wrap .ttl h2 {
    font-size: 1.1em;
    line-height: 2;
  }
  .aboutBlock .wrap .menuList ul li {
    flex-basis: calc(100% / 2);
    margin: 0;
    padding: .5rem;
  }
  .aboutBlock .wrap .menuList ul li a {
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
  }
  .aboutBlock .wrap .menuList ul li a br {
    display: block;
  }
  .aboutBlock .wrap .menuList ul li a span {
    margin: 0;
    margin-right: 1rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 371px) {
  .aboutBlock .wrap .menuList ul li a span {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 350px) {
  .aboutBlock .wrap .menuList ul li a {
    padding: 1.5rem 1rem;
  }
}
/*---------------------------------

  科目

---------------------------------*/
.shinryouBlock {
  padding: 5rem 0;
}
.shinryouBlock .wrap {
  display: flex;
  justify-content: space-between;
}
.shinryouBlock .wrap figure {
  flex-basis: 40%;
}
.shinryouBlock .wrap figure img {
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.shinryouBlock .wrap .txtBox {
  flex-basis: 45%;
  margin: auto;
  padding: 0;
}
.shinryouBlock .wrap .txtBox .title {
  margin-bottom: 3rem;
  text-align: left;
}
.shinryouBlock .wrap .txtBox .title::before {
  right: auto;
}
.shinryouBlock .wrap .txtBox .txt {
  text-align: justify;
}
.shinryouBlock .wrap .txtBox .txt h3 {
  font-size: 1.2em;
  margin: 3rem 0 1rem;
}
.shinryouBlock .wrap .txtBox .txt h4 {
  color: var(--main-c);
}
.shinryouBlock .wrap .txtBox .txt p {
  line-height: 1.8;
  margin: 1em 0;
}
.shinryouBlock .wrap .txtBox .txt ul {
  margin: 2rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .shinryouBlock {
    padding: 2rem 0;
  }
  .shinryouBlock .wrap {
    display: block;
  }
  .shinryouBlock .wrap .txtBox {
    margin-top: 3rem;
  }
}