@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  color: #4c4c4c;
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.cmn-title {
  margin-top: 50px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px) {
  .cmn-title {
    width: 800px;
  }
}

@media print, screen and (max-width: 800px) {
  .cmn-title {
    width: 600px;
  }
}

@media print, screen and (max-width: 600px) {
  .cmn-title {
    width: 400px;
  }
}

@media print, screen and (max-width: 400px) {
  .cmn-title {
    width: 300px;
  }
}

.cmn-title p {
  border-left: 14px solid lightblue;
  border-bottom: 2px dotted lightblue;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media print, screen and (max-width: 500px) {
  .cmn-title p {
    font-size: 18px;
  }
}

.cmn-subtitle {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 100px;
}

.cmn-subtitle p {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: lightblue;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 2px 2px 0 #000;
}

@media print, screen and (max-width: 900px) {
  .cmn-subtitle p {
    width: 600px;
  }
}

@media print, screen and (max-width: 730px) {
  .cmn-subtitle p {
    width: 450px;
  }
}

@media print, screen and (max-width: 570px) {
  .cmn-subtitle p {
    width: auto;
  }
}

@media print, screen and (max-width: 500px) {
  .cmn-subtitle p {
    width: auto;
    font-size: 18px;
  }
}

.cmn-subtitle p::after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: lightblue transparent transparent transparent;
}

.footer {
  text-align: center;
  background-color: lightgrey;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top {
  background-image: url(../img/school.jpg);
  background-position: center;
  background-size: cover;
  height: 600px;
}

.top .btn {
  padding-top: 30px;
  text-align: right;
  margin-right: 20px;
}

@media print, screen and (min-width: 991px) {
  .top .btn {
    margin-right: 50px;
  }
}

.top .btn a {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 30px;
}

.top .btn a:hover {
  background-color: #fa9786;
}

.top .header {
  position: relative;
}

.top .header-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: rgba(19, 158, 223, 0.72);
  width: 100%;
  z-index: 2;
  margin-left: auto;
  text-align: right;
  margin-top: 50px;
}

@media print, screen and (min-width: 991px) {
  .top .header-fixed {
    padding-bottom: 30px;
    background: transparent;
    margin-top: 0;
  }
}

.top .nav-btn {
  width: 52px;
  height: 30px;
  margin-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  font: inherit;
  outline: none;
  position: relative;
  right: 30px;
  margin-left: auto;
}

@media print, screen and (min-width: 991px) {
  .top .nav-btn {
    display: none;
  }
}

.top .nav-btn.-active span {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.top .nav-btn.-active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top .nav-btn.-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top .nav-btn.-active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.top .nav-btn span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.top .nav-btn span:first-child {
  top: 0;
}

.top .nav-btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.top .nav-btn span:last-child {
  bottom: 0;
}

.top .nav {
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(19, 158, 223, 0.72);
  padding-bottom: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media print, screen and (min-width: 991px) {
  .top .nav {
    background-color: transparent;
    padding-top: 0;
    margin-top: 0;
    z-index: 3;
    top: 30px;
    opacity: 1;
    visibility: visible;
  }
}

.top .nav.-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media print, screen and (min-width: 991px) {
  .top .nav-wrap {
    position: relative;
  }
}

.top .main-item {
  top: 20px;
  left: 20px;
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.top .main-item a {
  color: #fff;
  text-decoration: none;
}

.top .main-item.-active {
  visibility: hidden;
  opacity: 0;
}

@media print, screen and (min-width: 991px) {
  .top .main-item {
    font-size: 20px;
    position: absolute;
    top: 95px;
    z-index: 100;
    left: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
  }
}

.top .nav-list {
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 991px) {
  .top .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    background-color: rgba(19, 158, 223, 0.72);
  }
}

@media print, screen and (min-width: 991px) {
  .top .nav-list .item {
    margin-right: 50px;
  }
}

.top .nav-list .item + .item {
  margin-top: 40px;
}

@media print, screen and (min-width: 991px) {
  .top .nav-list .item + .item {
    padding-left: 30px;
    margin-top: 0;
  }
}

.top .nav-list a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  display: block;
  padding: 50px 10px;
}

.top .nav-list a:hover {
  background-color: #fa9786;
}

.image {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media print, screen and (max-width: 1000px) {
  .image {
    margin-right: 60px;
    margin-left: 30px;
  }
}

.image img {
  width: 700px;
  -webkit-box-shadow: 30px 30px 0 lightblue;
          box-shadow: 30px 30px 0 lightblue;
}

.text .desc {
  background-color: #f1f8fe;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 1000px) {
  .text .desc {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.text .desc p {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: 30px;
  margin-left: 30px;
}

@media print, screen and (max-width: 1100px) {
  .text .desc p {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media print, screen and (max-width: 570px) {
  .text .desc p {
    font-size: 14px;
  }
}

.text .br {
  display: inline-block;
}

@media print, screen and (max-width: 450px) {
  .text .sp {
    display: none;
  }
}

.profile .image {
  text-align: center;
  margin-top: 100px;
}

@media print, screen and (max-width: 1000px) {
  .profile .image {
    margin-right: 60px;
    margin-left: 30px;
  }
}

.profile .image img {
  width: 700px;
  -webkit-box-shadow: 30px 30px 0 lightblue;
          box-shadow: 30px 30px 0 lightblue;
}

.profile .profile-text {
  margin-top: 100px;
}

.profile .profile-desc {
  width: 1000px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
}

@media print, screen and (max-width: 1100px) {
  .profile .profile-desc {
    width: 800px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 900px) {
  .profile .profile-desc {
    width: 600px;
  }
}

@media print, screen and (max-width: 680px) {
  .profile .profile-desc {
    width: 500px;
  }
}

@media print, screen and (max-width: 570px) {
  .profile .profile-desc {
    width: 400px;
  }
}

@media print, screen and (max-width: 470px) {
  .profile .profile-desc {
    width: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 420px) {
  .profile .profile-desc {
    width: 300px;
  }
}

.profile .profile-desc p {
  font-size: 16px;
}

@media print, screen and (min-width: 570px) and (max-width: 680px) {
  .profile .profile-desc p .br {
    display: inline-block;
  }
  .profile .profile-desc p .sp {
    display: none;
  }
}

@media print, screen and (max-width: 570px) {
  .profile .profile-desc p {
    font-size: 14px;
  }
  .profile .profile-desc p .sp {
    display: none;
  }
}

@media print, screen and (max-width: 420px) {
  .profile .profile-desc p {
    font-size: 14px;
  }
}

.profile .profile-desc a {
  text-decoration: none;
  color: #4c4c4c;
}

.profile .profile-desc a:hover {
  color: blue;
}

@media print, screen and (max-width: 680px) {
  .profile .profile-desc a {
    font-size: 12px;
  }
}

.profile table {
  border-collapse: collapse;
  color: #333;
  /* 全体の文字色 */
  background-color: #f0f2f7;
  /* 全体の背景色 */
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 50px;
}

@media print, screen and (max-width: 1000px) {
  .profile table {
    width: 800px;
  }
}

@media print, screen and (max-width: 800px) {
  .profile table {
    width: 700px;
  }
}

@media print, screen and (max-width: 700px) {
  .profile table {
    width: 650px;
  }
}

@media print, screen and (max-width: 650px) {
  .profile table {
    width: 600px;
  }
}

@media print, screen and (max-width: 600px) {
  .profile table {
    width: 500px;
  }
}

@media print, screen and (max-width: 500px) {
  .profile table {
    width: 450px;
  }
}

@media print, screen and (max-width: 450px) {
  .profile table {
    width: 365px;
  }
}

.profile td {
  padding: 10px 15px;
  border: solid 1px #adb3c1;
}

@media print, screen and (max-width: 700px) {
  .profile td {
    padding: 10px 5px;
    font-size: 2vw;
  }
}

@media print, screen and (max-width: 400px) {
  .profile td {
    font-size: 1.5vw;
  }
}

.profile .center {
  text-align: center;
}

@media print, screen and (min-width: 450px) {
  .profile .table-sp {
    display: none;
  }
}

.profile .intro {
  text-align: center;
}

@media print, screen and (min-width: 680px) {
  .profile .intro .sp {
    display: none;
  }
}

@media print, screen and (max-width: 680px) {
  .profile .intro .dots {
    display: none;
  }
}

.study .text {
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
}

@media print, screen and (max-width: 1100px) {
  .study .text {
    width: 800px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 900px) {
  .study .text {
    width: 600px;
  }
}

@media print, screen and (max-width: 680px) {
  .study .text {
    width: 500px;
  }
}

@media print, screen and (max-width: 570px) {
  .study .text {
    width: 400px;
  }
}

@media print, screen and (max-width: 470px) {
  .study .text {
    width: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 420px) {
  .study .text {
    width: 300px;
  }
}

.study .text p {
  font-size: 16px;
}

@media print, screen and (max-width: 420px) {
  .study .text p {
    font-size: 14px;
  }
}

.study .subject {
  margin-right: 30px;
  margin-left: 30px;
}

@media print, screen and (max-width: 520px) {
  .study .subject {
    width: 400px;
  }
}

@media print, screen and (max-width: 500px) {
  .study .subject {
    width: 400px;
  }
}

@media print, screen and (max-width: 450px) {
  .study .subject {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.study .desc {
  width: 1000px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
  line-height: 2;
}

@media print, screen and (max-width: 1100px) {
  .study .desc {
    width: 800px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 900px) {
  .study .desc {
    width: 600px;
  }
}

@media print, screen and (max-width: 680px) {
  .study .desc {
    width: 500px;
  }
}

@media print, screen and (max-width: 610px) {
  .study .desc {
    width: 400px;
  }
}

@media print, screen and (max-width: 520px) {
  .study .desc {
    width: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 420px) {
  .study .desc {
    width: 300px;
    font-size: 14px;
  }
}

.archievement .title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: lightblue;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 2px 2px 0 #000;
  margin-top: 60px;
}

.archievement .title::after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: lightblue transparent transparent transparent;
}

.archievement .cont p {
  width: 1000px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
  line-height: 2;
}

@media print, screen and (max-width: 1100px) {
  .archievement .cont p {
    width: 800px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 900px) {
  .archievement .cont p {
    width: 600px;
  }
}

@media print, screen and (max-width: 680px) {
  .archievement .cont p {
    width: 500px;
  }
}

@media print, screen and (max-width: 570px) {
  .archievement .cont p {
    width: 400px;
  }
}

@media print, screen and (max-width: 470px) {
  .archievement .cont p {
    width: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 420px) {
  .archievement .cont p {
    width: 300px;
    font-size: 14px;
  }
}

.archievement .page {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.archievement .page .number {
  text-align: center;
}

.archievement .page .number li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border: 1px #ccc solid;
  color: #000053;
  border-radius: 5px / 5px;
}

.archievement .page .number li a {
  display: block;
  text-decoration: none;
}

.archievement .page .number li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003396;
}

.archievement .page .pre {
  background-color: #ccc;
  color: #333;
}

.archievement .page .this {
  background-color: #777;
  color: #fff;
}

.archievement .explanation {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1000px) {
  .archievement .explanation {
    width: auto;
    margin-left: 20px;
  }
}

@media print, screen and (max-width: 420px) {
  .archievement .explanation {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 400px) {
  .english .nav-btn {
    margin-right: 0px;
  }
}

@media print, screen and (max-width: 430px) {
  .english .main-item {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 580px) {
  .english .sp {
    display: none;
  }
}

.english .nav-list {
  padding-bottom: 20px;
}

.english .nav-btn {
  display: none;
}

@media print, screen and (max-width: 992px) {
  .english .header-fixed {
    padding-bottom: 65px;
  }
}

@media print, screen and (max-width: 580px) {
  .english .header-fixed {
    padding-bottom: 85px;
  }
}

@media print, screen and (max-width: 430px) {
  .english .header-fixed {
    padding-bottom: 75px;
  }
}

.english .text {
  width: 1000px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
}

@media print, screen and (max-width: 1100px) {
  .english .text {
    width: 800px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 900px) {
  .english .text {
    width: 600px;
  }
}

@media print, screen and (max-width: 680px) {
  .english .text {
    width: 500px;
  }
}

@media print, screen and (max-width: 570px) {
  .english .text {
    width: 400px;
  }
}

@media print, screen and (max-width: 470px) {
  .english .text {
    width: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 420px) {
  .english .text {
    width: 300px;
  }
}

.english .text p {
  font-size: 16px;
}

@media print, screen and (min-width: 570px) and (max-width: 680px) {
  .english .text p .br {
    display: inline-block;
  }
  .english .text p .sp {
    display: none;
  }
}

@media print, screen and (max-width: 570px) {
  .english .text p {
    font-size: 14px;
  }
  .english .text p .sp {
    display: none;
  }
}

@media print, screen and (max-width: 420px) {
  .english .text p {
    font-size: 14px;
  }
}

.english .center {
  text-align: center;
}

@media print, screen and (max-width: 420px) {
  .english .center {
    text-align: left;
  }
}

.english .cont p {
  width: 1000px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
  line-height: 2;
}

@media print, screen and (max-width: 1100px) {
  .english .cont p {
    width: 800px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media print, screen and (max-width: 900px) {
  .english .cont p {
    width: 600px;
  }
}

@media print, screen and (max-width: 680px) {
  .english .cont p {
    width: 500px;
  }
}

@media print, screen and (max-width: 570px) {
  .english .cont p {
    width: 400px;
  }
}

@media print, screen and (max-width: 470px) {
  .english .cont p {
    width: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media print, screen and (max-width: 420px) {
  .english .cont p {
    width: 300px;
    font-size: 14px;
  }
}

.english .cont p a {
  text-decoration: none;
  color: #4c4c4c;
}

.english .cont p a:hover {
  color: blue;
}

@media print, screen and (max-width: 680px) {
  .english .cont p a {
    font-size: 12px;
  }
}

.english .cont .related {
  text-align: center;
}

@media print, screen and (min-width: 680px) {
  .english .cont .related .related-sp {
    display: none;
  }
}

@media print, screen and (max-width: 680px) {
  .english .cont .related .dots {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */