ul.motto-img-list {
  width: 60%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 6rem;
}

ul.motto-img-list li {
  width: 46%;
  display: flex;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(10%);
}

ul.motto-img-list li img {
  width: 100%;
  margin-bottom: 1rem;
}

ul.motto-img-list li p.profire {
  display: block;
  height: 1.5rem;
  width: 100%;
  padding-bottom: 5px;
  font-size: 1.2rem;
  text-align: center;
}

ul.motto-img-list li p.name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}

ul.motto-img-list.is-show li:nth-of-type(1) {
  opacity: 1;
  transition: 1s;
  transform: translateY(0%);
}

ul.motto-img-list.is-show li:nth-of-type(2) {
  opacity: 1;
  transition: 1s 1s;
  transform: translateY(0%);
}

dl.motto-poricy-box {
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  transition: 0.5s;
}

dl.motto-poricy-box dt {
  width: 40%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(111, 98, 41, 0.5);
}

dl.motto-poricy-box dt p {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0;
}

dl.motto-poricy-box dd {
  width: 60%;
}

dl.motto-poricy-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
}

.principal-img {
  margin-bottom: 40px;
}

.principal-img img {
  width: 100%;
}

dl.message-principal {
  margin-bottom: 40px;
}

dl.message-principal dt {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

dl.message-principal dd.message {
  font-size: 1.6rem;
  margin-bottom: 30px;
  line-height: 2;
}

dl.message-principal dd.message p {
  margin-bottom: 20px;
}

dl.message-principal dd.name {
  text-align: right;
}

dl.message-principal dd.name span {
  font-size: 2rem;
}

.principal-btn-section {
  width: 30vw;
  margin: auto;
}

.principal-btn-section a.principal-btn {
  display: block;
  text-align: center;
  color: #FFF;
  padding: 30px;
  width: 100%;
  background: #43825b;
  border: 5px solid #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  font-size: 2rem;
}

.principal-btn-section a.principal-btn span {
  position: relative;
  padding-left: 40px;
}

.principal-btn-section a.principal-btn span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../intro/images/message-img02.png") no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.song-img {
  margin-bottom: 40px;
}

.song-img img {
  width: 100%;
}

.school-song {
  width: 30vw;
  margin: auto;
}

.school-song .movie video {
  width: 100%;
}

.emblem-container {
  display: flex;
}

.emblem-container .emblem-img {
  width: 30%;
  margin-right: 2%;
}

.emblem-container .emblem-text {
  width: 68%;
}

.emblem-container .emblem-text span {
  color: #43825b;
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;
}

.content-trigger {
  opacity: 0;
  transition: 0.5s;
}

.content-trigger.is-show {
  opacity: 1;
}

.history-container {
  position: relative;
}

.history-container::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #43825b;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.history-container li {
  position: relative;
}

.history-container li .l-year {
  font-size: 6vw;
  font-family: "Noto Serif", serif;
  color: #43825b;
  width: 50%;
  margin-bottom: -30px;
}

.history-container li .l-year.right {
  margin-left: 50%;
  text-align: right;
}

.history-container li .history-img {
  width: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

.history-container li .history-img.right {
  margin-left: 50%;
}

.history-container li .history-img img {
  width: 100%;
}

.history-container li .bg-year {
  background: #43825b;
  color: #FFF;
  padding: 20px;
  width: 30%;
  margin-left: 50%;
  margin-top: -40px;
  line-height: 2;
}

.history-container li .bg-year.left {
  margin-left: 20%;
  text-align: right;
}

.history-container li .normal-year {
  width: 50%;
  padding-right: 20px;
  text-align: right;
  position: relative;
  margin: 30px 0;
}

.history-container li .normal-year.left::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -10px;
  top: 0;
  background: #43825b;
}

.history-container li .normal-year.right {
  margin-left: 50%;
  padding-left: 20px;
  padding-right: 0;
  text-align: left;
}

.history-container li .normal-year.right::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -10px;
  top: 0;
  background: #43825b;
}

.history-container li .normal-year span {
  color: #43825b;
  display: block;
}

@media screen and (max-width: 769px) {
  ul.motto-img-list {
    width: 100%;
  }
  dl.motto-poricy-box {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  dl.motto-poricy-box dt {
    width: 100%;
    padding: 4rem 2rem;
  }
  dl.motto-poricy-box dt p {
    font-size: 2.2rem;
  }
  dl.motto-poricy-box dd {
    width: 100%;
  }
  .principal-btn-section {
    width: 100%;
  }
  .song-img {
    margin-bottom: 20px;
  }
  .school-song {
    width: 100%;
    margin-bottom: 5rem;
  }
  .emblem-container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .emblem-container .emblem-img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .emblem-container .emblem-text {
    width: 100%;
  }
  .history-container {
    z-index: 0;
  }
  .history-container li {
    z-index: 0;
  }
  .history-container li.year {
    z-index: 2;
  }
  .history-container li .l-year {
    margin-bottom: 0;
  }
  .history-container li .bg-year {
    width: 50%;
  }
  .history-container li .bg-year.left {
    margin-left: 0%;
    text-align: right;
  }
}
/*# sourceMappingURL=maps/intro.css.map */
