@charset "UTF-8";
@font-face {
  font-family: "Biko";
  src: url("../fonts/Biko_Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Biko";
  src: url("../fonts/Biko_Black.otf") format("opentype");
  font-weight: 900;
}
.biko {
  font-family: "Biko", sans-serif;
  font-weight: bold;
}

.biko-b {
  font-family: "Biko", sans-serif;
  font-weight: 900;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Meiryo, メイリオ, ArialMT, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック";
  font-size: 1.6rem;
  color: #0e2046;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

section {
  margin-bottom: 68px;
}

.min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  height: auto;
}

.center {
  text-align: center;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  height: 85px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}
header ul .logo {
  max-width: 209px;
}
header ul li {
  height: 60px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
header ul li.logo {
  height: 40px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
header ul img {
  height: 100%;
}

.shrink {
  height: 60px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.shrink li {
  height: 40px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.shrink li.logo {
  height: 40px;
}
.shrink img {
  height: 100%;
}

.fv {
  margin-top: 86px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #fff;
}

.swiper .swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
}

h2.title {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
h2.title::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #c6a160;
  margin: 12px auto 0;
}

p.read {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

p.line::before,
p.line::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.8rem;
  background-color: #0e2046;
  margin: 0 12px;
  position: relative;
  top: 3px;
}

.flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex div {
  width: 50%;
}
.flex div:first-child {
  margin-right: 30px;
}
.flex .text-box h3 {
  margin-bottom: 10px;
}
.flex .text-box p {
  line-height: 1.7;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.reverse div:first-child {
  margin-right: 0px;
  margin-left: 30px;
}

.gray-table {
  margin: 30px auto 10px;
  background: #f2f3f4;
  padding: 10px;
  width: 960px;
}
.gray-table th,
.gray-table td {
  border-bottom: 1px solid #fff;
  padding: 12px 2px;
  text-align: center;
}
.gray-table td {
  margin: 0 12px;
}
.gray-table .line-1 {
  width: 140px;
}
.gray-table td.line-2 {
  text-align: left;
}
.gray-table .line-3 {
  width: 60px;
}
.gray-table .line-4 {
  width: 100px;
}
.gray-table .line-5 {
  width: 240px;
}

.gray-table2 {
  margin: 8px auto 10px;
  background: #f2f3f4;
  padding: 10px;
  width: 960px;
}
.gray-table2 tr {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 6px;
}
.gray-table2 tr:first-child {
  padding-top: 0;
}
.gray-table2 tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gray-table2 th {
  text-align: left;
  width: 250px;
}

.white-table {
  margin: 8px auto 10px;
  background-color: #fff;
  padding: 10px;
  border-collapse: collapse;
  width: 725px;
}
.white-table tbody {
  display: block;
  padding: 10px;
}
.white-table tr {
  border-bottom: 1px solid #C6A160;
  padding-bottom: 6px;
  padding-top: 6px;
  border-top: 1px solid #C6A160;
  margin: 6px;
}
.white-table th,
.white-table td {
  padding: 16px 0;
}
.white-table th {
  width: 225px;
}
.white-table td {
  width: 250px;
  text-align: center;
}
.white-table td ul {
  list-style: auto;
}

.attention {
  font-size: 1.3rem;
}

.other {
  margin-top: 30px;
}

.gold-back {
  background-color: #f5efe4;
  padding: 20px;
  border-radius: 12px;
}

.junior-1 ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 60px auto 60px;
}

.junior-1 ul li {
  width: 225px;
  position: relative;
}

.junior-1 ul li img {
  display: block;
  margin: 30px auto;
}

.junior-1 ul li h5 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #d6c29e;
  text-align: center;
}

.junior-1 ul li h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 21px;
}

.junior-1 ul li p {
  font-size: 1.5rem;
  line-height: 1.6;
}

.junior-1 ul li:before {
  content: "";
  display: block;
  width: 226px;
  height: 226px;
  background: #e7e8eb;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
}

.table-image {
  margin-top: 30px;
  width: 960px;
}

.lesson {
  padding: 30px 0;
  background-color: #F5EFE4;
}

.flow {
  max-width: 725px;
  margin: 30px auto;
}
.flow h3 {
  text-align: center;
  font-size: 2.6rem;
}
.flow .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flow .flex .title {
  width: 15%;
  font-size: 2.2rem;
  line-height: 1.3;
}
.flow .flex .title .biko-b {
  font-size: 3.6rem;
  color: #C6A160;
}
.flow .flex .box {
  width: 65%;
  background: #fff;
  padding: 20px 32px;
  position: relative;
}
.flow .flex .box p {
  margin-bottom: 3px;
}
.flow .flex .box .read {
  text-align: left;
  font-size: 1.6rem;
}
.flow .flex .box .m-top {
  margin-top: 12px;
}
.flow .flex .box .btn {
  text-align: center;
  background-color: #0E2046;
  border-radius: 6px;
  margin: 16px auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.flow .flex .box .btn:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.8;
}
.flow .flex .box .btn a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding: 6px;
}
.flow .flex .h-line::after {
  content: "";
  display: block;
  background-color: #C6A160;
  width: 1px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
}
.flow .read-2 {
  margin: 40px auto 20px;
  font-weight: 700;
}
.flow .white-table th {
  padding-left: 30px;
}
.flow .white-table th, .flow .white-table td {
  width: 50%;
  text-align: left;
}

.access-table {
  margin: 0 auto;
  width: 100%;
  max-width: 725px;
  border-collapse: collapse;
}
.access-table a {
  border: 1px solid #0E2046;
  display: inline-block;
  padding: 1px 8px;
  font-size: 1.3rem;
  margin-left: 12px;
  text-decoration: none;
  color: #0E2046;
}
.access-table a span {
  display: inline-block;
  margin-left: 3px;
}
.access-table th {
  width: 13%;
  padding: 10px 0;
  text-align: left;
}
.access-table td {
  width: 87%;
  padding: 10px 0;
  text-align: left;
}
.access-table tr {
  border-bottom: 1px solid #D3D3D3;
}
.access-table tr:last-child {
  border-bottom: none;
}

section.map {
  margin-bottom: 0;
  line-height: 0;
}

footer {
  background: #0E2046;
  padding: 30px 0 8px;
}
footer .flex {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 30px;
}
footer .flex .img-box {
  background: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  max-width: 270px;
  margin-right: 0;
}
footer .flex .img-box a {
  display: inline-block;
}
footer .flex .img-box .m-top {
  margin-top: 12px;
}
footer .flex .text-box {
  width: auto;
}
footer .flex .text-box a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
}
footer .copy {
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 786px) {
  .br-sp {
    display: block;
  }
  header {
    padding: 12px 0;
    height: auto;
  }
  header ul li {
    height: 45px;
  }
  header ul li.logo {
    height: 40px;
  }
  .shrink li.logo {
    height: 32px;
  }
  .inner {
    padding: 0 1.2rem;
  }
  .fv {
    margin-top: 69px;
  }
  .fv .inner {
    padding: 0;
  }
  h2.title {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  h2.title::after {
    margin: 6px auto 0;
  }
  section {
    margin-bottom: 36px;
  }
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
  .flex div {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex div:first-child {
    margin-right: 0;
  }
  .flex .text-box h3 {
    margin-bottom: 6px;
  }
  .reverse div:first-child {
    margin-left: 0;
  }
  .junior-1 ul {
    -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;
    margin: 20px 0;
  }
  .junior-1 ul li {
    margin: 10px auto;
    width: 290px;
  }
  .junior-1 ul li:before {
    width: 180px;
    height: 180px;
  }
  .junior-1 ul li h4 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .flow .white-table th {
    padding-left: 0;
    width: 26%;
    padding-right: 8px;
  }
  .white-table td ul {
    padding: 0 0 0 12px;
  }
  .flow .flex .title {
    width: 22%;
  }
  .flow .flex .box {
    width: 78%;
    padding: 16px;
  }
  .flow .flex .title {
    font-size: 2rem;
  }
  .flow .flex .title .biko-b {
    font-size: 2.6rem;
  }
  .white-table {
    width: 100%;
  }
  p.read {
    font-size: 1.6rem;
  }
  .gray-table2 {
    width: 100%;
  }
  .gray-table2 th {
    width: 30%;
  }
  .access-table th {
    width: 23%;
  }
  footer .flex .img-box a {
    max-width: 240px;
  }
  footer .flex .text-box {
    margin-bottom: 0;
  }
}