@charset "UTF-8";
/*=====================================/
/  mixin
/======================================*/
/*=====================================/
/  カラー管理
/======================================*/
.mv {
  height: 545rem;
  background: url(../img/top/mv-bg.jpg) no-repeat center bottom/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 225rem;
  }
}
.mv__ttl {
  margin-left: -22rem;
  padding-top: 46rem;
  max-width: 729rem;
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    padding-top: 0;
    max-width: 85%;
    margin-inline: auto;
  }
}

.lead {
  margin: 42rem 0 50rem;
}
.lead__ttl {
  font-size: 37rem;
  text-align: center;
  color: #E05C5C;
}
@media screen and (max-width: 768px) {
  .lead__ttl {
    font-size: 26rem;
    line-height: 1.5;
  }
}
.lead__para {
  margin-top: 21rem;
  text-align: center;
  line-height: 1.875;
}

.contact {
  padding-top: 94rem;
  background: #FFEBEB;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 64rem;
  }
}
.contact__ttl {
  font-size: 33rem;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    font-size: 24rem;
  }
}
.contact__list {
  margin-top: 50rem;
  padding-bottom: 95rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30rem;
}
@media screen and (max-width: 768px) {
  .contact__list {
    margin-inline: auto;
    max-width: 250rem;
    grid-template-columns: 1fr;
    gap: 60rem;
  }
}
.contact__item-ttl {
  height: 40rem;
  color: #fff;
  font-weight: bold;
  background: #282828;
  border-radius: 20rem;
  line-height: 40rem;
  font-size: 25rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__item-ttl {
    height: 32rem;
    line-height: 32rem;
    font-size: 20rem;
  }
}
.contact__item-name {
  margin-top: 15rem;
  text-align: center;
}
.contact__item-tel {
  display: block;
  text-align: center;
  line-height: 1.5;
}
.contact__item-site {
  margin-top: 18rem;
  height: 80rem;
  background: #fff;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact__item-site {
    height: 60rem;
  }
}
.contact__item-site img {
  max-width: 100%;
}
.contact__item:nth-of-type(1) .contact__item-site img {
  width: 278rem;
}
@media screen and (max-width: 768px) {
  .contact__item:nth-of-type(1) .contact__item-site img {
    width: 184rem;
  }
}
.contact__item:nth-of-type(2) .contact__item-site img {
  width: 175.2rem;
}
@media screen and (max-width: 768px) {
  .contact__item:nth-of-type(2) .contact__item-site img {
    width: 126rem;
  }
}
.contact__item:nth-of-type(3) .contact__item-site img {
  width: 243.58rem;
}
@media screen and (max-width: 768px) {
  .contact__item:nth-of-type(3) .contact__item-site img {
    width: 173rem;
  }
}
.contact__item-link {
  margin-top: 14rem;
  height: 80rem;
  background: #F47676;
  color: #fff;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact__item-link {
    height: 65rem;
    font-size: 18rem;
  }
}

.institution {
  padding: 53rem 0 100rem;
}
@media screen and (max-width: 768px) {
  .institution {
    padding: 55rem 0 75rem;
  }
}
.institution__ttl {
  margin-top: 71rem;
  font-size: 33rem;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .institution__ttl {
    margin-top: 65rem;
    font-size: 24rem;
  }
}
.institution__ttl:first-of-type {
  margin-top: 0;
}
.institution__list {
  margin-top: 34rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30rem;
}
@media screen and (max-width: 768px) {
  .institution__list {
    margin-inline: auto;
    width: 250rem;
    grid-template-columns: 1fr;
    gap: 15rem;
  }
}
.institution__item-link {
  height: 80rem;
  color: #fff;
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .institution__item-link {
    height: 65rem;
    font-size: 18rem;
  }
}
.institution__list.--orange .institution__item-link {
  background: #FF8700;
}
.institution__list.--green .institution__item-link {
  background: #4DBA18;
}
.institution__list.--blue .institution__item-link {
  background: #049DF1;
}

.movie {
  padding-top: 70rem;
  background: #D3E9EF;
}
@media screen and (max-width: 768px) {
  .movie {
    padding-top: 55rem;
  }
}
.movie__ttl {
  margin-top: 80rem;
  font-size: 33rem;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .movie__ttl {
    font-size: 24rem;
    line-height: 1.5;
  }
}
.movie__ttl:first-of-type {
  margin-top: 0;
}
.movie__video {
  margin-top: 24rem;
  margin-inline: auto;
  margin-bottom: 63rem;
  width: 595rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .movie__video {
    margin-bottom: 70rem;
    aspect-ratio: 16/9;
    height: 269rem;
  }
}
.movie__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}

.document {
  padding: 70rem 0 80rem;
}
@media screen and (max-width: 768px) {
  .document {
    padding: 55rem 0 70rem;
  }
}
.document__ttl {
  font-size: 35rem;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .document__ttl {
    font-size: 24rem;
  }
}
.document__list {
  margin-top: 48rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30rem;
}
@media screen and (max-width: 768px) {
  .document__list {
    margin-top: 32rem;
    margin-inline: auto;
    max-width: 250rem;
    grid-template-columns: 1fr;
    gap: 15rem;
  }
}
.document__item-link {
  padding-top: 30rem;
  height: 150rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F47676;
  border-radius: 10rem;
  font-size: 24rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .document__item-link {
    height: 120rem;
    font-size: 20rem;
  }
}
.document__item-link::before {
  content: "";
  margin-bottom: 12rem;
  display: block;
  width: 37.12rem;
  height: 48.5rem;
  background: url(../img/top/icon-documtent.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .document__item-link::before {
    width: 30rem;
    height: 35rem;
  }
}

.course {
  padding: 54rem 0 85rem;
  background: #FCF1CD;
}
@media screen and (max-width: 768px) {
  .course {
    padding: 54rem 0 70rem;
  }
}
.course__ttl {
  font-size: 33rem;
  color: #444444;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .course__ttl {
    font-size: 24rem;
  }
}
.course__list {
  margin-top: 48rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30rem;
}
@media screen and (max-width: 768px) {
  .course__list {
    margin-top: 32rem;
    margin-inline: auto;
    max-width: 250rem;
    grid-template-columns: 1fr;
    gap: 15rem;
  }
}
.course__item-link {
  padding-top: 30rem;
  height: 150rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F47676;
  border-radius: 10rem;
  font-size: 24rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .course__item-link {
    height: 120rem;
    font-size: 20rem;
  }
}
.course__item-link::before {
  content: "";
  margin-bottom: 12rem;
  display: block;
  width: 55.7rem;
  height: 50.1rem;
  background: url(../img/top/icon-course.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .course__item-link::before {
    width: 30rem;
    height: 35rem;
  }
}


/* 240528追加 */
.newtopics {
  display: block;
  width: 90%;
  max-width: 920px;
  margin: 40px auto;
  border: #F47676 2px solid;
  border-radius: 10rem;
  padding: 32rem 10rem;
}
.newtopics h3 {
  font-size: 28rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24rem;
  color: #333;
  line-height: 1.4em;
}
.newtopics .linkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.newtopics .linkBox a {
  background-color: #F47676;
  padding: 18rem 40rem 16rem;
  border-radius: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 22rem;
}
.newtopics .newtopicsSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .newtopics .linkBox a {
    font-size: 14rem;
  }
  .newtopics h3 {
    font-size: 20rem;
  }
  .newtopics .newtopicsSp {
    display: block;
  }
  .newtopicsPc {
    display: none;
  }
  .newtopics h3 span {
    font-size: 20rem;
  }
}