@charset "UTF-8";
/* CSS Document */
/*
/*VARIABLES
-------------------------------------------*/
/*
GENERAL STYLING
================================================ */
aside {
  margin-bottom: 1em;
  padding: 1em;
  background: var(--light-green);
  border-radius: 8px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
aside a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  line-height: 2em;
  padding-left: 1em;
}
#motto h1 {
  padding: 60px 4% 0;
}
#motto h2 {
  line-height: 1.5em;
}
#motto h3 {
  padding-top: 0.2em;
}
#motto section {
  padding: 15px 4%;
}
#motto p {
  line-height: 1.6;
  text-align: justify; /* テキストを両端揃えにする */
  word-break: break-all; /* 日本語で単語の途中で改行させる */
}
#keyWrap.thick.kwAbout {
  background-image: url("../images/guide/motto/motto-top-bg.jpg");
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#keyWrap.thick {
  color: #fff;
  width: 100%;
  height: 50vh;
  display: block;
  background-size: cover;
  background-position: 20% center;
  background-attachment: scroll;
}
.principal {}
.schoolsong figure {
  background-image: url("../images/guide/motto/kouka2.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  border: none;
}
.Schoolmission figure {
  background-image: url("../images/guide/message/noringd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 3 / 4;
  width: 100%;
  height: 100%;
  border: none;
}
#motto .item {
  font-weight: 500;
}
#motto .item-1 {
  padding-left: 1em;
  text-indent: -1em;
}
#motto .item-2 {
  padding-left: 2em;
  text-indent: -1em;
}
.historyflex {
  margin: .5rem 0;
  padding: 0.5rem;
  display: flex;
  align-items: flex-start;
  background: var(--light-green);
  color: #000;
  border-radius: 8px;
}
.historyflex .item:nth-child(1) {
  flex: 2;
}
.historyflex .item:nth-child(2) {
  flex: 3;
}
.a-history {
  background: var(--light-green);
	color:var(--green)
}
.historyflex span {
  color: #000;
}
/* タブレット以上：2列 */
@media (min-width: 640px) {
  .principal figure {
    aspect-ratio: 4 / 3;
  }
  .a-history {
  background: var(--light-green);
	  color: var(--green);
  }
  .historyflex span {
    color: #000;
  }
}
/* デスクトップ以上：3列 */
@media (min-width: 1024px) {
  .motto-flex {
    display: flex;
    column-gap: 20px;
  }
  .historyflex {
    margin: 1rem 0;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
  background: var(--light-green);
    color: #000;
    border-radius: 8px;
  }
  .historyflex .item:nth-child(1) {
    flex: 1;
  }
  .historyflex .item:nth-child(2) {
    flex: 4;
  }
  .a-history {
    color: var(--green);
  }
  .historyflex span {
    color: #000;
  }
  .Schoolmission figure, figcaption {
    margin: 0 auto;
    width: 50vw;
    text-align: center;
  }
}