@charset "UTF-8";
/* CSS Document */
#header-img {
  background-image: url("../img/01-header-img.png"); }

#greeting .block1 {
  order: 1; }
  @media screen and (max-width: 767px) {
    #greeting .block1 {
      order: 2; } }
  #greeting .block1 p {
    text-align: justify; }
#greeting .block2 {
  order: 2; }
  @media screen and (max-width: 767px) {
    #greeting .block2 {
      order: 1; } }
  #greeting .block2 figure {
    text-align: center;
    padding-left: 5rem; }
    @media screen and (max-width: 767px) {
      #greeting .block2 figure {
        padding-left: 0;
        margin-bottom: 3rem; } }
    @media screen and (max-width: 575px) {
      #greeting .block2 figure {
        width: 70%;
        margin: auto;
        margin-bottom: 3rem; } }
    #greeting .block2 figure figcaption {
      font-size: 2rem;
      font-size: 20px;
      margin-top: 1em; }

#educational-goals-and-policies dl {
  position: relative;
  margin-top: 8rem; }
  @media screen and (max-width: 575px) {
    #educational-goals-and-policies dl {
      margin-top: 5rem; } }
  #educational-goals-and-policies dl dt {
    font-size: 2rem;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 20%;
    background: #FF9150;
    border-radius: 5rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    margin: auto; }
    @media screen and (max-width: 991px) {
      #educational-goals-and-policies dl dt {
        width: 30%; } }
    @media screen and (max-width: 767px) {
      #educational-goals-and-policies dl dt {
        width: 40%; } }
    @media screen and (max-width: 575px) {
      #educational-goals-and-policies dl dt {
        width: 60%; } }
  #educational-goals-and-policies dl dd {
    background: #FFF8E5;
    padding: 5rem 3rem 3rem 3rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center; }
    #educational-goals-and-policies dl dd ol {
      counter-reset: item;
      list-style-type: none;
      padding-left: 0; }
      #educational-goals-and-policies dl dd ol li {
        font-size: 1.8rem;
        font-size: 18px;
        padding-left: 2.2em;
        text-indent: -2.2em; }
        @media screen and (max-width: 1199px) {
          #educational-goals-and-policies dl dd ol li {
            font-size: 1.6rem;
            font-size: 16px; } }
        #educational-goals-and-policies dl dd ol li::before {
          counter-increment: item;
          content: counter(item) ".";
          padding-right: 1.5em;
          font-weight: bold;
          color: #FF9150; }
#educational-goals-and-policies dl + dl {
  margin-top: 6rem; }

#school-motto dl dt {
  font-size: 4.5rem;
  font-size: 45px;
  text-align: center;
  color: #FF9150;
  margin-bottom: 7rem;
  position: relative;
  font-weight: 500; }
  @media screen and (max-width: 1199px) {
    #school-motto dl dt {
      font-size: 4.0rem;
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    #school-motto dl dt {
      margin-bottom: 1rem;
      line-height: 8rem; } }
  @media screen and (max-width: 575px) {
    #school-motto dl dt {
      font-size: 2.5rem;
      font-size: 25px;
      margin-bottom: 0; } }
  #school-motto dl dt::before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../img/top-illust-left.svg);
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    left: 0;
    top: -20px; }
    @media screen and (max-width: 991px) {
      #school-motto dl dt::before {
        left: -25px;
        top: -45px; } }
    @media screen and (max-width: 767px) {
      #school-motto dl dt::before {
        top: -150px; } }
    @media screen and (max-width: 575px) {
      #school-motto dl dt::before {
        left: 10px;
        width: 95px;
        height: 80px;
        top: -110px; } }
  #school-motto dl dt::after {
    content: '';
    display: block;
    position: absolute;
    background: url("../../img/top-illust-right.svg");
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    right: 0;
    top: -20px; }
    @media screen and (max-width: 991px) {
      #school-motto dl dt::after {
        right: -25px;
        top: -45px; } }
    @media screen and (max-width: 767px) {
      #school-motto dl dt::after {
        top: -150px; } }
    @media screen and (max-width: 575px) {
      #school-motto dl dt::after {
        right: 10px;
        width: 95px;
        height: 80px;
        top: -110px; } }
  #school-motto dl dt ruby rt {
    color: #4d4d4d;
    font-size: 1.8rem;
    position: relative;
    top: -.2em;
    transform: translateY(-0.2em); }
    @media screen and (max-width: 575px) {
      #school-motto dl dt ruby rt {
        font-size: 1.3rem; } }
#school-motto dl dd span {
  color: #FF9150; }

#aiming-school-image dl {
  position: relative;
  margin-top: 8rem; }
  @media screen and (max-width: 575px) {
    #aiming-school-image dl {
      margin-top: 5rem; } }
  #aiming-school-image dl dt {
    font-size: 2rem;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 20%;
    background: #FF9150;
    border-radius: 5rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    margin: auto; }
    @media screen and (max-width: 991px) {
      #aiming-school-image dl dt {
        width: 30%; } }
    @media screen and (max-width: 767px) {
      #aiming-school-image dl dt {
        width: 40%; } }
    @media screen and (max-width: 575px) {
      #aiming-school-image dl dt {
        width: 60%; } }
  #aiming-school-image dl dd {
    background: #FFF8E5;
    padding: 5rem 3rem 3rem 3rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #aiming-school-image dl dd p {
      font-weight: 500;
      font-size: 2.5rem;
      font-size: 25px;
      color: #FF9150;
      margin: 1rem 0 3rem; }
      @media screen and (max-width: 767px) {
        #aiming-school-image dl dd p {
          font-size: 2.3rem;
          font-size: 23px; } }
    #aiming-school-image dl dd ol {
      counter-reset: item;
      list-style-type: none;
      padding-left: 0; }
      #aiming-school-image dl dd ol li {
        font-size: 1.8rem;
        font-size: 18px;
        padding-left: 2.2em;
        text-indent: -2.2em; }
        @media screen and (max-width: 1199px) {
          #aiming-school-image dl dd ol li {
            font-size: 1.6rem;
            font-size: 16px; } }
        #aiming-school-image dl dd ol li::before {
          counter-increment: item;
          content: counter(item) ".";
          padding-right: 1.5em;
          font-weight: bold;
          color: #FF9150; }
#aiming-school-image dl + dl {
  margin-top: 6rem; }

section#others .accordion .accordion-item {
  margin-bottom: 2.5rem; }
  section#others .accordion .accordion-item .accordion-button {
    background-color: #FF9150;
    color: #fff;
    font-size: 3rem;
    font-size: 30px;
    font-weight: 500;
    padding: 2rem;
    transition: 0.1s; }
    @media screen and (max-width: 767px) {
      section#others .accordion .accordion-item .accordion-button {
        font-size: 2.5rem;
        font-size: 25px;
        padding: 1rem 2rem; } }
    @media screen and (max-width: 767px) {
      section#others .accordion .accordion-item .accordion-button {
        font-size: 2.2rem;
        font-size: 22px; } }
    section#others .accordion .accordion-item .accordion-button:hover {
      background-color: #ffbd96; }
    section#others .accordion .accordion-item .accordion-button:focus {
      border-color: inherit;
      box-shadow: none; }
    section#others .accordion .accordion-item .accordion-button::after {
      flex-shrink: 0;
      margin-left: auto;
      content: "▼";
      font-weight: 900;
      font-size: 3rem;
      font-size: 30px;
      width: 30px;
      height: 40px;
      background-image: none; }
      @media screen and (max-width: 767px) {
        section#others .accordion .accordion-item .accordion-button::after {
          font-size: 2.5rem;
          font-size: 25px;
          width: 25px; } }
    section#others .accordion .accordion-item .accordion-button:not(.collapsed) {
      background-color: #00A19D !important; }
  section#others .accordion .accordion-item .accordion-body {
    padding: 5rem; }
    @media screen and (max-width: 767px) {
      section#others .accordion .accordion-item .accordion-body {
        padding: 3rem; } }
    section#others .accordion .accordion-item .accordion-body h3 {
      font-size: 2.5rem;
      font-size: 25px;
      color: #FF9150;
      margin-bottom: 1em; }
      @media screen and (max-width: 575px) {
        section#others .accordion .accordion-item .accordion-body h3 {
          margin-bottom: 0.5em; } }
section#others::before {
  display: none; }

#history table tr {
  border-bottom: 1px solid #ffd3b9; }
  @media screen and (max-width: 575px) {
    #history table tr {
      font-size: 1.3rem;
      font-size: 13px; } }
  #history table tr:first-child {
    border-top: 1px solid #ffd3b9; }
  #history table tr th {
    font-weight: normal;
    width: 15%;
    padding: 1rem; }
    @media screen and (max-width: 1199px) {
      #history table tr th {
        width: 20%; } }
    @media screen and (max-width: 767px) {
      #history table tr th {
        width: 25%; } }
    @media screen and (max-width: 575px) {
      #history table tr th {
        width: 30%;
        padding: 0.5rem; } }
  #history table tr td {
    padding: 1rem; }
    @media screen and (max-width: 575px) {
      #history table tr td {
        padding: 0.5rem; } }
#history div.row + div.row {
  margin-top: 8rem; }
  @media screen and (max-width: 575px) {
    #history div.row + div.row table th {
      width: 20%; } }
@media screen and (max-width: 991px) {
  #history table + table tr:first-child {
    border-top: none; } }

#song .accordion-body div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #song .accordion-body div {
      flex-wrap: wrap; } }
#song .accordion-body div + p {
  text-align: right;
  font-size: 10px;
  padding-right: 3rem;
  margin-top: -1em; }
  @media screen and (max-width: 767px) {
    #song .accordion-body div + p {
      text-align: left;
      padding-right: 0;
      padding-left: 3rem;
      margin-top: 0; } }
  @media screen and (max-width: 575px) {
    #song .accordion-body div + p {
      padding-left: 2rem; } }
#song .accordion-body ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0; }
  #song .accordion-body ol li {
    font-size: 2rem;
    font-size: 20px;
    text-indent: -4.5rem;
    padding-left: 4.5rem;
    margin-top: 3.5rem;
    line-height: 3.5rem; }
    @media screen and (max-width: 767px) {
      #song .accordion-body ol li {
        font-size: 1.6rem;
        font-size: 16px; } }
    @media screen and (max-width: 575px) {
      #song .accordion-body ol li {
        text-indent: -3.5rem;
        padding-left: 3.5rem;
        margin-top: 2.5rem;
        line-height: 2.5rem; } }
    #song .accordion-body ol li::before {
      counter-increment: item;
      content: counter(item) ".";
      padding-right: 1.5em; }

#emblem dl {
  display: flex;
  margin: 0; }
  @media screen and (max-width: 575px) {
    #emblem dl {
      flex-wrap: wrap; } }
  #emblem dl dt {
    width: 80%;
    display: flex; }
    @media screen and (max-width: 991px) {
      #emblem dl dt {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #emblem dl dt {
        width: 200%; } }
    @media screen and (max-width: 575px) {
      #emblem dl dt {
        width: 60%;
        margin: auto; } }
    #emblem dl dt img {
      width: 100%; }
  #emblem dl dd {
    margin-left: 4rem;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      #emblem dl dd {
        margin-left: 3rem; } }
    @media screen and (max-width: 575px) {
      #emblem dl dd {
        margin-left: 0;
        margin-top: 3rem; } }
    #emblem dl dd figure {
      width: 16px;
      display: inline-block;
      margin-right: 0.1em;
      margin-bottom: 0.2em; }
      #emblem dl dd figure img {
        margin-bottom: 0.2em; }

#school-bus h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em !important; }
  #school-bus h3::before {
    content: '';
    display: inline-block;
    background: url(../img/01-icon1.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 1.5rem; }
#school-bus table {
  width: 100%; }
  #school-bus table tr th {
    padding: 1rem 2rem;
    font-weight: normal;
    width: 15%; }
    @media screen and (max-width: 1199px) {
      #school-bus table tr th {
        width: 20%; } }
    @media screen and (max-width: 575px) {
      #school-bus table tr th {
        background: #FF9150;
        color: #fff;
        display: block;
        width: 100%; } }
  #school-bus table tr td {
    padding: 1rem 2rem; }
    @media screen and (max-width: 575px) {
      #school-bus table tr td {
        background: #FFF8E5;
        display: block; } }
  #school-bus table tr:nth-child(odd) {
    background: #FFF8E5; }
    @media screen and (max-width: 575px) {
      #school-bus table tr:nth-child(odd) {
        background-color: inherit; } }
  #school-bus table tr:nth-child(even) {
    background: #FFFCF5; }
    @media screen and (max-width: 575px) {
      #school-bus table tr:nth-child(even) {
        background-color: inherit; } }
#school-bus table + h3 {
  margin-top: 5rem; }
  #school-bus table + h3::before {
    content: '';
    display: inline-block;
    background: url(../img/01-icon2.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 1.5rem; }
#school-bus ul {
  background: #FFF8E5;
  padding: 2rem; }
  @media screen and (max-width: 991px) {
    #school-bus ul {
      padding: 1rem; } }
  #school-bus ul li {
    text-indent: -1.5em;
    padding-left: 2em; }
    #school-bus ul li::before {
      content: '●';
      color: #FF9150;
      padding-right: 0.5em; }

#council ul li {
  margin-bottom: 1.5rem; }
#council ul li + li + li {
  margin: 0; }
