@charset "UTF-8";
/* ----------------------
　学科共通
----------------------- */
.center {
  text-align: center;
}

article#subject {
  background: #fff;
}
article#subject .green {
  color: #499f38;
}
article#subject .red {
  color: #a9035e;
}
article#subject .blue {
  color: #2e3190;
}
article#subject .yellow {
  color: #f8a226;
}
article#subject #page_header h2 {
  text-align: center;
  font-size: 40px;
  padding-top: 100px;
  line-height: 1.2;
  font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #2e3190;
}
article#subject #page_header h2 span {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  height: 45px;
}
article#subject #page_header h2 span small {
  font-size: 30px;
}
article#subject #page_header h2 span i {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
article#subject #page_header h2 span i:before, article#subject #page_header h2 span i:after {
  content: "・";
}
article#subject section {
  margin-bottom: 50px;
}
article#subject section.top_box {
  background: url(/site/img/subject/green_left_top_l.png) top left no-repeat transparent;
  background-position: left top;
}
article#subject section.top_box .container {
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
}
article#subject section.top_box .container .block {
  margin: auto;
}
article#subject section.top_box .container .block img {
  float: left;
  width: 55%;
}
article#subject section.top_box .container .block p {
  max-width: 350px;
  width: 40%;
  float: right;
  margin-top: 170px;
  font-size: 14px;
  position: relative;
  z-index: 100;
}
article#subject section.top_box .container h1 {
  padding: 50px 0 30px;
  font-weight: lighter;
  font-size: 35px;
  font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  color: #499f38;
  text-align: center;
  text-shadow: 1px 1px 0px #fff;
  font-feature-settings: pwid;
}
article#subject section.top_box .container h1 span {
  background: rgba(255, 255, 255, 0.8);
}
article#subject section.top_box .container h1:after {
  content: "";
  width: 50px;
  display: block;
  border-bottom: 1px solid #499f38;
  margin: 20px auto;
}
article#subject section.top_box:after {
  content: "";
  width: 100%;
  height: 300px;
  margin-top: -300px;
  display: block;
  float: right;
  position: relative;
  z-index: 1;
  background: url(/site/img/subject/gray_right_bottom.png) top right no-repeat transparent;
}
article#subject section.youtube_block iframe {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 900px;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  article#subject section.youtube_block iframe {
    width: 90%;
    height: 60vw;
    min-height: auto;
  }
}
article#subject section.youtube_block a {
  display: block;
  margin: auto;
  text-align: center;
}
article#subject section.second_box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 100px;
  display: flex;
}
article#subject section.second_box .block {
  width: 48%;
  margin-right: 4%;
}
article#subject section.second_box .block:nth-child(2) {
  margin-right: 0;
}
article#subject section.second_box .block h2 {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(to right, #009343 0%, #01582e 100%);
  margin-bottom: 20px;
}
article#subject section.second_box .block h3 {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 0;
  color: #499f38;
}
article#subject section.second_box .block p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
article#subject section.what-info {
  width: 700px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  article#subject section.what-info {
    width: 90vw;
  }
}
article#subject section.what-info h2 {
  margin-bottom: 20px;
}
article#subject section.what-info h2.ttl__h2 {
  font-size: 19px;
  color: #499f38;
  margin-top: 30px;
}
article#subject section.what-info h2.ttl__h2.piano {
  color: #a9035e;
}
article#subject section.what-info h2.ttl__h2.wind {
  color: #2e3190;
}
article#subject section.what-info h2.ttl__h2.guitar {
  color: #c27e1c;
}
article#subject section.what-info h2.img__ttl {
  width: 582px;
  margin-left: -150px;
}
@media screen and (max-width: 768px) {
  article#subject section.what-info h2.img__ttl {
    width: auto;
    margin-left: 0;
  }
}
article#subject section.what-info h3 {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 0;
  background: #01582e;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}
article#subject section.what-info h3.piano {
  background: #a9035e;
}
article#subject section.what-info h3.wind {
  background: #2e3190;
}
article#subject section.what-info h3.guitar {
  background: #c27e1c;
}
article#subject section.dbl-box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 100px;
  display: flex;
}
@media screen and (max-width: 768px) {
  article#subject section.dbl-box {
    display: block;
    margin-bottom: 15vw;
  }
}
article#subject section.dbl-box .block {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  article#subject section.dbl-box .block {
    width: auto;
    margin-right: 0;
  }
}
article#subject section.dbl-box .block:nth-child(2) {
  margin-right: 0;
}
article#subject section.dbl-box .block p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
article#subject div.what-future {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 100px;
  padding: 20px;
  border: solid #a9035e 3px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future {
    width: 80%;
  }
}
article#subject div.what-future h2 {
  margin: -65px 0 0 -60px;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future h2 {
    margin: -12vw 0 3vw -7vw;
  }
}
article#subject div.what-future .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future .box {
    display: block;
  }
}
article#subject div.what-future .box .block {
  width: 420px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future .box .block {
    width: auto;
  }
}
article#subject div.what-future .box .block:first-child {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future .box .block:first-child {
    padding-top: 0;
  }
}
article#subject div.what-future_box {
  max-width: 950px;
  width: 90%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future_box {
    display: block;
    margin-bottom: 15vw;
  }
}
article#subject div.what-future_box .block {
  width: 420px;
  padding: 20px;
  background: #01582e;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future_box .block {
    width: auto;
    margin-bottom: 15vw;
  }
}
article#subject div.what-future_box .block.piano {
  background: #a9035e;
}
article#subject div.what-future_box .block.wind {
  background: #2e3190;
}
article#subject div.what-future_box .block.guitar {
  background: #c27e1c;
}
article#subject div.what-future_box .block img.mb10 {
  margin-bottom: 10px;
}
article#subject div.what-future_box .block p {
  color: #fff;
  font-size: 14px;
}
article#subject div.what-future_box .block h3 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future_box .block h3 img {
    width: 70%;
  }
}
article#subject div.what-future_box .block .inner {
  display: flex;
}
article#subject div.what-future_box .block .inner img {
  width: auto;
  margin-right: 15px;
}
article#subject div.what-future_box .block .inner p {
  width: 250px;
}
@media screen and (max-width: 768px) {
  article#subject div.what-future_box .block .inner p {
    width: 55%;
    margin-left: 4vw;
    text-align: justify;
  }
}
article#subject div.what-future_box .block .inner p.gu {
  width: 230px;
  margin-left: 15px;
}
article#subject .pdf-download a {
  width: 300px;
  border: 1px solid #2e3190;
  color: #2e3190;
  display: block;
  margin: -50px auto 50px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#subject .pdf-download a {
    width: 90%;
    margin: -5vw auto 15vw;
  }
}
article#subject .pdf-download a.guitar {
  border-color: #f8a226;
  color: #f8a226;
}
article#subject .pdf-download a.piano {
  border-color: #a9035e;
  color: #a9035e;
}
article#subject .pdf-download a.sougo {
  border-color: #499f38;
  color: #499f38;
}
article#subject section.three_years {
  overflow: hidden;
  background: #f6f6f6;
  padding: 100px 0;
}
article#subject section.three_years .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
article#subject section.three_years h2 {
  width: 50px;
  float: left;
  margin-bottom: 50px;
}
article#subject section.three_years .bx-slider {
  clear: both;
  margin-top: 50px;
}
article#subject section.three_years .bx-slider .bx-wrapper {
  border: 0;
  background: transparent;
  box-shadow: none;
}
article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  z-index: 100;
}
article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: -50px;
  background: none;
}
article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:before, article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: 2px solid #499f38;
  border-bottom: 2px solid #499f38;
  color: #499f38;
  position: absolute;
}
article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
  left: 15px;
}
article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: -50px;
  background: none;
}
article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:before, article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #499f38;
  border-top: 2px solid #499f38;
  color: #499f38;
  position: absolute;
}
article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:after {
  left: 15px;
}
article#subject section.three_years .block {
  border: 2px solid #499f38;
  width: 80%;
  max-width: 700px;
  margin-bottom: 30px;
  background: #fff;
  float: right;
  padding: 30px;
}
article#subject section.three_years .block h3, article#subject section.three_years .block ul {
  max-width: 500px;
  width: calc(100% - 180px);
  float: right;
}
article#subject section.three_years .block h3 {
  text-align: center;
  font-size: 20px;
  color: #499f38;
  margin-bottom: 20px;
}
article#subject section.three_years .block ul li {
  margin: 0 0 15px 15px;
  text-indent: -10px;
  font-size: 14px;
}
article#subject section.three_years .block ul li:before {
  content: " - ";
}
article#subject section.three_years .block .maru {
  border-radius: 50%;
  width: 150px;
  height: 110px;
  background: linear-gradient(to right, #009343 0%, #01582e 100%);
  color: #fff;
  float: left;
  margin: 0 30px 0 0;
  text-align: center;
  font-size: 40px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  padding-top: 40px;
  line-height: 0.8;
}
article#subject section.three_years .block .maru span {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
article#subject section.main_practical {
  overflow: hidden;
  padding: 100px 0 0;
}
article#subject section.main_practical .inner {
  max-width: 900px;
  width: 90%;
  margin: -70px auto 0;
}
article#subject section.main_practical h2 {
  width: 50px;
  float: left;
  margin-bottom: 50px;
}
article#subject section.main_practical table {
  max-width: 750px;
  width: calc(100% - 80px);
  float: right;
  margin-bottom: 50px;
}
article#subject section.main_practical table .w20 {
  width: 20% !important;
}
article#subject section.main_practical table .w25 {
  width: 25% !important;
}
article#subject section.main_practical table .w40 {
  width: 40% !important;
}
article#subject section.main_practical table .w45 {
  width: 45% !important;
}
article#subject section.main_practical table.top {
  margin-top: 80px;
}
article#subject section.main_practical table th {
  background: #f6f6f6;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
article#subject section.main_practical table td {
  font-size: 14px;
}
article#subject section.main_practical table td, article#subject section.main_practical table th {
  border: 1px solid #499f38;
  padding: 10px;
}
article#subject section.main_practical table .heading th {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #499f38;
}
article#subject .btn {
  text-align: center;
  margin-bottom: 100px;
}
article#subject.piano section.top_box {
  background-image: url(/site/img/subject/red_left_top_l.png);
}
article#subject.piano section.top_box .container h1 {
  color: #a9035e;
}
article#subject.piano section.top_box .container h1:after {
  border-color: #a9035e;
}
article#subject.piano section.second_box .block h2 {
  background: -webkit-linear-gradient(left, #a9035e 0%, #730240 100%);
  background: -o-linear-gradient(left, #a9035e 0%, #730240 100%);
  background: linear-gradient(to right, #a9035e 0%, #730240 100%);
}
article#subject.piano section.second_box .block h3 {
  color: #a9035e;
}
article#subject.piano section.three_years .block {
  border-color: #a9035e;
}
article#subject.piano section.three_years .block .maru {
  background: -webkit-linear-gradient(left, #a9035e 0%, #730240 100%);
  background: -o-linear-gradient(left, #a9035e 0%, #730240 100%);
  background: linear-gradient(to right, #a9035e 0%, #730240 100%);
}
article#subject.piano section.three_years .block h3 {
  color: #a9035e;
}
article#subject.piano section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:before, article#subject.piano section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
  border-left: 2px solid #a9035e;
  border-bottom: 2px solid #a9035e;
}
article#subject.piano section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:before, article#subject.piano section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:after {
  border-right: 2px solid #a9035e;
  border-top: 2px solid #a9035e;
}
article#subject.piano section.main_practical table .heading th {
  background-color: #a9035e;
}
article#subject.piano section.main_practical table td, article#subject.piano section.main_practical table th {
  border-color: #a9035e;
}
article#subject.piano section.main_practical table th {
  font-size: 0.8rem;
}
article#subject.wind section.top_box {
  background-image: url(/site/img/subject/blue_left_top_l.png);
}
article#subject.wind section.top_box .container h1 {
  color: #2e3190;
}
article#subject.wind section.top_box .container h1:after {
  border-color: #2e3190;
}
article#subject.wind section.second_box .block h2 {
  background: -webkit-linear-gradient(left, #2e3190 0%, #1e1f5d 100%);
  background: -o-linear-gradient(left, #2e3190 0%, #1e1f5d 100%);
  background: linear-gradient(to right, #2e3190 0%, #1e1f5d 100%);
}
article#subject.wind section.second_box .block h3 {
  color: #2e3190;
}
article#subject.wind section.three_years .block {
  border-color: #2e3190;
}
article#subject.wind section.three_years .block .maru {
  background: -webkit-linear-gradient(left, #2e3190 0%, #1e1f5d 100%);
  background: -o-linear-gradient(left, #2e3190 0%, #1e1f5d 100%);
  background: linear-gradient(to right, #2e3190 0%, #1e1f5d 100%);
}
article#subject.wind section.three_years .block h3 {
  color: #2e3190;
}
article#subject.wind section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:before, article#subject.wind section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
  border-left: 2px solid #2e3190;
  border-bottom: 2px solid #2e3190;
}
article#subject.wind section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:before, article#subject.wind section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:after {
  border-right: 2px solid #2e3190;
  border-top: 2px solid #2e3190;
}
article#subject.wind section.main_practical table .heading th {
  background-color: #2e3190;
}
article#subject.wind section.main_practical table td, article#subject.wind section.main_practical table th {
  border-color: #2e3190;
}
article#subject.guitar section.top_box {
  background-image: url(/site/img/subject/yellow_left_top_l.png);
}
article#subject.guitar section.top_box .container h1 {
  color: #f8a226;
}
article#subject.guitar section.top_box .container h1:after {
  border-color: #f8a226;
}
article#subject.guitar section.second_box .block h2 {
  background: -webkit-linear-gradient(left, #f8a226 0%, #c07d1c 100%);
  background: -o-linear-gradient(left, #f8a226 0%, #c07d1c 100%);
  background: linear-gradient(to right, #f8a226 0%, #c07d1c 100%);
}
article#subject.guitar section.second_box .block h3 {
  color: #f8a226;
}
article#subject.guitar section.three_years .block {
  border-color: #f8a226;
}
article#subject.guitar section.three_years .block .maru {
  background: -webkit-linear-gradient(left, #f8a226 0%, #c07d1c 100%);
  background: -o-linear-gradient(left, #f8a226 0%, #c07d1c 100%);
  background: linear-gradient(to right, #f8a226 0%, #c07d1c 100%);
}
article#subject.guitar section.three_years .block h3 {
  color: #f8a226;
}
article#subject.guitar section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:before, article#subject.guitar section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
  border-left: 2px solid #f8a226;
  border-bottom: 2px solid #f8a226;
}
article#subject.guitar section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:before, article#subject.guitar section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:after {
  border-right: 2px solid #f8a226;
  border-top: 2px solid #f8a226;
}
article#subject.guitar section.main_practical table .heading th {
  background-color: #f8a226;
}
article#subject.guitar section.main_practical table td, article#subject.guitar section.main_practical table th {
  border-color: #f8a226;
}

.pcnone {
  display: none;
}

.spnone {
  display: block;
}

@media screen and (max-width: 900px) {
  article#subject section.top_box {
    background: url(/site/img/subject/green_left_top_l.png) top left no-repeat transparent;
    background-position: left top;
  }
  article#subject section.top_box .container {
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 50px;
    max-width: 900px;
    margin: 0 auto;
  }
  article#subject section.top_box .container .block {
    margin: auto;
    width: 80%;
  }
  article#subject section.top_box .container .block img {
    float: left;
    width: 55%;
  }
  article#subject section.top_box .container .block p {
    max-width: 350px;
    width: 40%;
    float: right;
    margin-top: 12vw;
    font-size: 2vw;
    position: relative;
    z-index: 100;
  }
  article#subject section.top_box .container h1 {
    padding: 50px 0 30px;
    font-weight: lighter;
    font-size: 35px;
    font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #499f38;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
    font-feature-settings: pwid;
  }
  article#subject section.top_box .container h1 span {
    background: rgba(255, 255, 255, 0.8);
  }
  article#subject section.top_box .container h1:after {
    content: "";
    width: 50px;
    display: block;
    border-bottom: 1px solid #499f38;
    margin: 20px auto;
  }
  article#subject section.top_box:after {
    content: "";
    width: 100%;
    height: 300px;
    margin-top: -300px;
    display: block;
    float: right;
    position: relative;
    z-index: 1;
    background: url(/site/img/subject/gray_right_bottom.png) top right no-repeat transparent;
  }
  article#subject section.three_years .bx-slider {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .pcnone {
    display: block;
  }

  .spnone {
    display: none;
  }

  article#subject {
    background: #fff;
  }
  article#subject.piano section.main_practical table th {
    font-size: 3.5vw;
  }
  article#subject #page_header h2 {
    background: url(/site/img/common/page_header_back.png) center top no-repeat #fff;
    background-size: cover;
    width: 100% !important;
    text-align: center;
    font-size: 6vw;
    padding: 50px 0;
    line-height: 1.2;
    font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  }
  article#subject #page_header h2 span {
    height: 8vw;
  }
  article#subject #page_header h2 span i {
    font-size: 3vw;
  }
  article#subject section.top_box {
    background-size: 60%;
  }
  article#subject section.top_box .container h1 {
    font-size: 7vw;
    padding-bottom: 0;
  }
  article#subject section.top_box .container h1 span {
    display: inline-block;
    padding: 3vw;
  }
  article#subject section.top_box .container .block {
    width: 90%;
    margin: auto;
  }
  article#subject section.top_box .container .block img {
    position: relative;
    float: none;
    z-index: 100;
    margin-bottom: 20px;
    width: 100%;
  }
  article#subject section.top_box .container .block p {
    float: none;
    width: auto;
    font-size: 3.5vw;
    margin-top: 0;
    white-space: nowrap;
  }
  article#subject section.second_box {
    display: block;
  }
  article#subject section.second_box .block {
    width: 90%;
    margin: auto;
  }
  article#subject section.second_box .block:nth-child(2) {
    margin: auto;
  }
  article#subject section.second_box .block h2 {
    font-size: 4.5vw;
  }
  article#subject section.second_box .block h3 {
    font-size: 4.5vw;
    line-height: 2;
  }
  article#subject section.second_box .block p {
    text-align: justify;
    font-size: 3.5vw;
  }
  article#subject section.three_years .inner {
    width: auto;
  }
  article#subject section.three_years h2 {
    width: auto;
    float: none;
    font-size: 6vw;
    line-height: 1.2;
    font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
  }
  article#subject section.three_years .block {
    width: 70%;
    float: none;
    margin: 15vw 5% 10vw 15%;
    padding: 5vw 3vw;
    position: relative;
  }
  article#subject section.three_years .block h3 {
    font-size: 4.5vw;
    margin: 8vw 0 5vw 0;
  }
  article#subject section.three_years .block ul li {
    font-size: 3.5vw;
  }
  article#subject section.three_years .block .maru {
    position: absolute;
    height: 16vw;
    width: 20vw;
    padding-top: 4vw;
    top: -10vw;
    left: -10vw;
    font-size: 8vw;
    font-feature-settings: "palt" 1;
  }
  article#subject section.three_years .block .maru .nen {
    font-size: 4vw;
  }
  article#subject section.three_years .block h3, article#subject section.three_years .block ul {
    width: 100%;
  }
  article#subject section.three_years .bx-slider {
    clear: both;
    margin-top: 50px;
  }
  article#subject section.three_years .bx-slider .bx-wrapper {
    max-width: 80% !important;
    margin: auto;
  }
  article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev {
    left: -30px;
  }
  article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:before, article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
    height: 15px;
    width: 15px;
  }
  article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-prev:after {
    left: 15px;
  }
  article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next {
    right: -30px;
  }
  article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:before, article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:after {
    height: 15px;
    width: 15px;
  }
  article#subject section.three_years .bx-slider .bx-wrapper .bx-controls-direction .bx-next:after {
    left: 15px;
  }
  article#subject section.main_practical {
    padding-top: 0;
  }
  article#subject section.main_practical .inner {
    margin-top: 0;
  }
  article#subject section.main_practical h2 {
    width: auto;
    float: none;
    font-size: 6vw;
    line-height: 1.2;
    font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    font-feature-settings: "palt" 1;
  }
  article#subject section.main_practical table {
    width: 90%;
    margin: 0 auto 30px;
    float: none;
  }
  article#subject section.main_practical table .w20, article#subject section.main_practical table .w25, article#subject section.main_practical table .w40 {
    width: auto !important;
  }
  article#subject section.main_practical table.top {
    margin-top: 0;
  }
  article#subject section.main_practical table td {
    font-size: 3vw;
  }
  article#subject section.main_practical table th {
    width: 5vw;
    text-align: center;
    font-size: 3.5vw;
  }
  article#subject section.main_practical table th p {
    width: 5vw;
    min-height: 18vw;
    line-height: 1;
  }
  article#subject section.main_practical table th p .long {
    min-height: 35vw;
  }
  article#subject section.main_practical table th p span {
    writing-mode: vertical-rl;
    display: block;
    text-align: center;
    width: 4vw;
  }
  article#subject section.main_practical table .heading th {
    width: auto;
  }
  article#subject section.main_practical table.t3 th p {
    width: 8vw;
  }
  article#subject section.main_practical table.t3 th p.cell_w {
    width: 11vw;
  }
  article#subject section.main_practical table.t3 th p.cell_w span {
    width: 11vw;
  }
  article#subject section.main_practical table.t3 th p span {
    width: 8vw;
    text-align: left;
    line-height: 1.2;
  }
  article#subject section.main_practical table.t3 th p.mh_s {
    min-height: 12vw;
  }
  article#subject section.main_practical table.t3 th p.mh30 {
    min-height: 30vw;
  }
  article#subject section.main_practical table.t3 th p.fs_s {
    font-size: 2.5vw;
  }
  article#subject .btn {
    width: 80%;
    margin: 0 auto 100px;
  }
}

/* -------------------------
　subject 新規追加　2022 04/21
------------------------- */
.subject-mv {
  margin: 0 0 70px;
  position: relative;
}

.subject-mv__heading {
  width: 39%;
  position: relative;
  z-index: 2;
}

.subject-mv__img {
  width: 80%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}


/*# sourceMappingURL=subject.css.map */
