@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
  h2 {
    font-size: 18px;
  }
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
  h2 {
    font-size: 22px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  h2 {
    font-size: 24px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FV

--------------------------------------------------------------------------------------------- */
#fv {
  overflow: hidden;
  position: relative;
}
#fv_logo,
#fv_copy {
  position: absolute;
  z-index: 10;
}
#fv_logo {
  top: 50%;
  transform: translateY(-50%);
}

#fv img {
  width: 100%;
}
#fv .fv_slider {
  display: none;
}

#fv .fv_slider.slick-initialized {
  display: block; 
}
@media only screen and ( max-width : 991px ) {
  #fv_logo {
    left: 1%;
    width: 30%;
  }
  #fv_copy {
    right: 0%;
    bottom: 16%;
    width: 26%;
  }
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
  #fv_logo {
    left: 9.5%;
    width: 24%;
  }
  #fv_copy {
    right: 15%;
    bottom: 9%;
    width: 18%;
  }
}

@media print, screen and ( min-width : 1200px ) {
}

/* ---------------------------------------------------------------------------------------------

　   BANNER

--------------------------------------------------------------------------------------------- */
#bnr.section {
  padding-bottom: 0;
  overflow: hidden;
}
#bnr h2 {
  font-weight: 400;
}
.bnr_slider li img {
  width: 100%;
}
@media only screen and ( max-width : 991px ) {
  #bnr h2 {
    font-size: 40px;
  }
  .bnr_slider li {
    margin: 0 10px;
  }
}

@media only screen and ( max-width : 575px ) {
  #bnr h2 {
    font-size: 30px;
  }
  .bnr_slider li {
    margin: 0 5px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #bnr h2 {
    font-size: 50px;
  }
  .bnr_slider li {
    margin: 0 20px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #bnr h2 {
    font-size: 60px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news .container {
  max-width: 900px;
}
#news h2 {
  margin-bottom: .5em;
}
#news li {
  border-top: #808080 dashed 1px;
  word-break: break-all;
}
#news li:last-child {
  border-bottom: #808080 dashed 1px;
}
#news li a {
  display: block;
  color: #231815;
}
#news li a .cat {
  font-weight: 700;
}
#news .all_btn {
  text-align: right;
  font-weight: 600;
}
#news li time {
  font-size: 90%;
}

@media only screen and ( max-width : 991px ) {
  #news h2 {
    font-size: 26px;
  }
  #news li a {
    padding: .8em 1em;
  }
  #news li a .cat {
    margin-left: .8em;
  }
  #news li a .news_ttl {
    display: block;
    margin-top: .1em;
  }
  #news .all_btn {
    margin-top: 1.5em;
    font-size: 1em;
  }
  .all_btn span.arrow {
    position: relative;
  }
  .all_btn a span.arrow::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    width: 10px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .all_btn a span.arrow::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: -20px;
    width: 10px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

@media only screen and ( max-width : 575px ) {
  #news h2 {
    font-size: 24px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #news h2 {
    font-size: 28px;
  }
  #news li a {
    padding: 1em 2em;
    display: flex;
    align-items: center;
  }
  #news li a time {
    width: 80px;
  }
  #news li a .cat {
    width: 140px;
    margin: 0 10px;
    text-align: center;
  }
  #news li a .news_ttl {
    width: calc(100% - (80px + 140px + 20px));
  }
  #news .all_btn {
    margin-top: 1em;
    font-size: 1.1em;
  }
  .all_btn span.arrow {
    position: relative;
  }
  .all_btn a span.arrow::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -23px;
    width: 13px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .all_btn a span.arrow::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: -23px;
    width: 13px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

@media print, screen and ( min-width : 1200px ) {
  #news h2 {
    font-size: 32px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   TOP LINK

--------------------------------------------------------------------------------------------- */
.top_linkBox {
  position: relative;
}
.top_linkbg {
  position: relative;
  z-index: 11;
}
.top_linkBox img {
  width: 100%;
}

@media only screen and ( max-width : 991px ) {
  .sub_ttl {
    font-size: 26px;
    margin-bottom: 1.5em;
    line-height: 2;
  }
  .top_linkBox {
    margin-bottom: 20px;
  }
  .txtBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 38%;
    height: calc(100% - 40px);
    padding: 30px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 12;
  }
  .txtBox div {
    width: 100%;
  }
  .txtBox p {
    font-size: 15px;
  }
  .txtBox h2 {
    margin: .3em 0 1em;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 500;
  }
  .txtBox a {
    display: block;
    width: 60%;
    margin: auto 0 0 auto;
    padding: 5px 10px;
    text-align: right;
    border: #3e3a39 solid 1px;
  }
  .txtBox a span.moreBtn {
    display: inline-block;
    width: 40%;
    border-bottom: #212121 solid 1px;
    position: relative;
  }
  .txtBox a span.arrow::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 3em;
    width: 10px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .txtBox a span.arrow::after {
    content: "";
    position: absolute;
    bottom: 11px;
    right: 3em;
    width: 10px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}

@media only screen and ( max-width : 767px ) {
  .sub_ttl {
    font-size: 23px;
  }
  .txtBox {
    padding: 20px;
  }
  .txtBox p {
    font-size: 90%;
  }
  .txtBox h2 {
    margin: 0 0 1em;
    font-size: 18px;
  }
  .txtBox a {
    width: 100%;
    padding: 2px 10px 5px;
  }
  .txtBox a span.moreBtn {
    line-height: 1;
  }
  .txtBox a span.moreBtn_txt {
    font-size: 13px;
  }
  .txtBox a span.arrow::before,.txtBox a span.arrow::after {
    width: 7px;
    right: 2.7em;
  }
  .txtBox a span.arrow::before {
    top: 12px;
  }
}

@media only screen and ( max-width : 640px ) {
  .txtBox {
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
  }
  .top_linkbg .fit {
    height: 50vw;
  }
  .txtBox p {
    font-size: 90%;
  }
  .txtBox h2 {
    margin: 0 0 2em;
    font-size: 16px;
  }
}
@media only screen and (max-width : 575px) {
  .sub_ttl {
    font-size: 20px;
  }
  .txtBox {
    padding: 15px;
  }
  .txtBox p {
    font-size: 12px;
  }
  .txtBox h2 {
    font-size: 14px;
  }
  .txtBox a {
    padding: 0 10px 3px;
  }
  .txtBox a span.arrow::before {
    top: 11px;
  }
  .txtBox a span.arrow::after {
    bottom: 10px;
  }
}
@media only screen and (max-width : 480px) {
  .sub_ttl {
    font-size: 18px;
  }
  .txtBox {
    width: 43%;
  }
  .txtBox p {
    font-size: 10px;
  }
  .txtBox h2 {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .txtBox a span.moreBtn_txt {
    font-size: 11px;
  }
}
@media only screen and (max-width : 360px) {
  .txtBox {
    width: 50%;
    padding: 10px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .sub_ttl {
    font-size: 32px;
    margin-bottom: 1.5em;
    line-height: 2;
  }
  .txtBox p {
    font-size: 16px;
  }
  .top_linkBox {
    margin-bottom: 30px;
  }
  .txtBox {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 12;
    width: 35%;
    height: calc(100% - 20%);
    padding: 30px 0 30px 30px;
    background: #fff;
  }
  .txtBox h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: .5em;
    letter-spacing: .2em;
  }
  .txtBox a {
    display: block;
    width: 200px;
    padding: 5px 10px;
    border: #3e3a39 solid 1px;
    text-align: right;
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .txtBox a span.moreBtn {
    display: inline-block;
    width: 40%;
    border-bottom: #212121 solid 1px;
    position: relative;
  }
  .txtBox a span.arrow::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 65%;
    width: 10px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .txtBox a span.arrow::after {
    content: "";
    position: absolute;
    bottom: 11px;
    right: 65%;
    width: 10px;
    height: 1px;
    background: #231815;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .txtBox a:hover {
    background: #231815;
    opacity: 1;
  }
  .txtBox a:hover span {
    color: #fff;
  }
  .txtBox a:hover span.moreBtn {
    border-bottom: #fff solid 1px;
  }
  .txtBox a:hover span.arrow::before,.txtBox a:hover span.arrow::after {
    background: #fff;
  }
}

@media print, screen and ( min-width : 1200px ) {
  .sub_ttl {
    font-size: 36px;
  }
  .txtBox {
    padding: 40px;
  }
  .txtBox p {
    font-size: 16px;
  }
  .txtBox h2 {
    font-size: 22px;
  }
  .txtBox a {
    left: 40px;
    bottom: 40px;
  }
  .txtBox a span.arrow::before {
    top: 12px;
  }
  .txtBox a span.arrow::after {
    bottom: 11px;
  }
}
@media print, screen and ( min-width : 1480px ) {
  .txtBox {
    padding: 60px;
  }
  .txtBox a {
    left: 60px;
    bottom: 60px;
  }
  .txtBox p {
    font-size: 18px;
  }
  .txtBox h2 {
    font-size: 26px;
  }
  .txtBox a {
    width: 230px;
  }
  .txtBox a span.arrow::before,.txtBox a span.arrow::after {
    right: 55%;
  }
}


/* ---------------------------------------------------------------------------------------------

　   COURSE

--------------------------------------------------------------------------------------------- */
.jp_ttl {
  padding: 8px 0;
  background: #ececec;
  font-weight: 500;
  letter-spacing: .2em;
}
#course li {
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 1%;
  position: relative;
}
#course li:nth-child(3) {
  margin-right: 0;
}
#course li picture,
#course li img {
  width: 100%;
  position: relative;
  z-index: 9;
}
#course li p {
  padding: 10px 15px;
  color: #fff;
}
#course li p span {
  display: inline-block;
  margin-right: .7em;
  font-size: 85%;
}
#course li:nth-child(1) p {
  background: #4db5c6;
}
#course li:nth-child(2) p {
  background: #dd7691;
}
#course li:nth-child(3) p {
  background: #eda01f;
}
#course li:nth-child(4) p {
  background: #69bd83;
}
#course li:nth-child(5) p {
  background: #ea616f;
}

@media only screen and ( max-width : 991px ) {
  #course .container {
    max-width: none;
  }
  .jp_ttl {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 22px;
  }
  #course li:first-child p {
    /*padding: 19px 15px;*/
  }
  #course li p {
    font-size: 14px;
  }
  #course li p span {
    display: block;
  }
  /*.txtBox {
    margin-top: -3px;
  }*/
}
@media only screen and (max-width : 767px) {
  .jp_ttl {
    font-size: 20px;
  }
}

@media only screen and (max-width : 650px) {
  #course ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #course li {
    width: 48.5%;
    margin-bottom: 2%;
  }
}

@media only screen and ( max-width : 575px ) {
  .jp_ttl {
    font-size: 18px;
  }
}

@media only screen and (max-width : 480px) {
  #course li p {
    padding: 6px 10px 11px;
    font-size: 12px;
    line-height: 1;
  }
  #course li:first-child p {
    /*padding: 16px 15px 17px;*/
  }
}
@media only screen and (max-width : 380px) {
  #course li {
    width: 100%;
    margin-bottom: 20px;
  }
  #course li:last-child {
    margin-bottom: 0;
  }
  #course li p {
    padding: 8px 10px 10px;
    font-size: 13px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .jp_ttl {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 400;
  }
  #course li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10;
  }
}

@media print, screen and ( min-width : 1200px ) {
  .jp_ttl {
    font-size: 32px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   OPEN CAMPUS

--------------------------------------------------------------------------------------------- */
#oc img {
  width: 100%;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
}

@media print, screen and ( min-width : 1200px ) {
}


/* ---------------------------------------------------------------------------------------------

　   TOPICS

--------------------------------------------------------------------------------------------- */
#topics {
  max-width: 900px;
  margin: 0 auto;
}
#topics h3 {
  font-weight: 400;
}
#topics p {
  color: #555;
}
#topics li {
  border-right: #838383 solid 1px;
  position: relative;
}
#topics li:nth-child(3n) {
  border-right: none;
}
#topics li:nth-child(1),#topics li:nth-child(2),#topics li:nth-child(3) {
  padding-bottom: 3%;
  border-bottom: #838383 solid 1px;
}
#topics li:nth-child(4),#topics li:nth-child(5),#topics li:nth-child(6) {
  padding-top: 3% !important;
}
#topics li:nth-child(1),#topics li:nth-child(4) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 32.3333333%;
  padding-right: 3%;
}
#topics li:nth-child(2),#topics li:nth-child(5) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35.3333333%;
  padding: 0 3%;
}
#topics li:nth-child(3),#topics li:nth-child(6) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 32.3333333%;
  padding-left: 3%;
}


@media only screen and ( max-width : 991px ) {
  #topics h3 {
    margin: 7px 0;
    font-size: 15px;
  }
  #topics p {
    font-size: 90%;
  }
}

@media only screen and (max-width : 767px) {
  #topics .container {
    max-width: 100%;
  }
  #topics h3 {
    margin: 5px 0;
    font-size: 14px;
  }
  #topics p {
    font-size: 80%;
  }
}

@media only screen and (max-width : 575px) {
  #topics .container {
    max-width: 100%;
  }
  #topics .sbox {
    margin-bottom: 0;
  }
  #topics li {
    width: 50% !important;
  }
  #topics li:nth-child(2) {
    padding-bottom: 3%;
  }
  #topics li:nth-child(3) {
    padding-top: 3%;
    border-right: #838383 solid 1px;
  }
  #topics li:nth-child(4) {
    border-bottom: #838383 solid 1px;
  }
  #topics li:nth-child(2),#topics li:nth-child(4) {
    border-right: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 3%;
    padding-right: 0;
  }
  #topics li:nth-child(3),#topics li:nth-child(5) {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 3%;
  }
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
  #topics h3 {
    margin: 10px 0;
    font-size: 18px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}



/* ---------------------------------------------------------------------------------------------

　   TOP GALLERY

--------------------------------------------------------------------------------------------- */
#top_gallery {
  padding: 0 20px;
}
@media only screen and ( max-width : 991px ) {
  #top_gallery {
    margin-bottom: 60px;
  }
}

@media only screen and ( max-width : 575px ) {
  #top_gallery {
    margin-bottom: 40px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #top_gallery {
    margin-bottom: 80px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}
