<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";

.ct {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

html {
  font-size: 10px;
  color: #333; }
body{
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', system-ui, sans-serif;
  font-weight: 300;
}

a {
  color: #666; }
a[href^="tel:"] {
  pointer-events: none; }

p {
  margin-bottom: 1em; }

img {
  max-width: 100%; }

.br_pc:before {
  content: "\A" ;
  white-space: pre ;
}

.br_sp:before {
  content: none;
}

.mb10{ margin-bottom: 10px !important;}

.bg-beige {
  background: #f3f3f2; }
.bg-d-blue {
  background: #1c236d; }

#page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  overflow: hidden; }

.text_red{ color: #e60012;}
.text_purple{ color: #88318d;}
.border_red_double{
  border-bottom: 4px double #e60012;
  padding-bottom: 2px;
}

.flex{
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

#header {
  height: 0px; }

main {
  margin-top: 0; }

section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0; }
section article {
  width: 100%;
  max-width: 700px;
  padding: 65px 150px;
  margin: 0 auto; }
section h2 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7; }
section h2::after {
  content: "";
  display: block;
  border-bottom: 3px solid #88318d;
  width: 100px;
  margin: 20px auto 65px; }
section h3 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 55px;
}
section h4 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7; }
section p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  /*letter-spacing: .05em;*/ }
section p.lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

section .content{
  margin-bottom: 50px;
  padding-top: 30px;
}
section .content h4,
section .content p{
  width: 42%;
  text-align: left;
  letter-spacing: 0;
}
section .content h4{
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 30px;
}
section .content p{
  min-height: 108px;
  font-size: 13px;
  line-height: 1.4;
}
section div.content:nth-of-type(1) h4,
section div.content:nth-of-type(1) p,
section div.content:nth-of-type(3) h4,
section div.content:nth-of-type(3) p{ margin-left: auto;}


#bread {
  width: 100%;
  max-width: 1000px;
  padding: 10px 50px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem; }
#bread a{ text-decoration: none;}
#bread a:after {
  content: "&gt;";
  margin: 0 .5em; }


#intro .mv {
  width: 100%;
/*    max-width: 1000px;*/
  height: 370px;
  margin: 0 auto;
  background: url(../images/mv.jpg) center center/cover no-repeat;
  position: relative;
  padding-top: 128px;
  box-sizing: border-box;
}
#intro .mv h1 {
  font-size: 35px;
  font-size: 3.5rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: .15em;
}
#intro .mv h1::after {
  display: none; }
#intro .mv p {
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  letter-spacing: .2em; }

#intro #nav_guidance { background: #88318d;}
#intro #nav_guidance ol{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: flex;
}
#intro #nav_guidance li{
  border-left: 1px solid #fff;
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  position: relative
}
#intro #nav_guidance li:last-child{ border-right: 1px solid #fff;}
#intro #nav_guidance li a{
  text-decoration: none;
  color: #fff;
}
#intro #nav_guidance li.on::after,
#intro #nav_guidance li:hover::after{
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.btn_map a{
  display: block;
  background: #88318d;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  width: 80%;
  box-sizing: border-box;
    text-align:center;
    margin:0 auto;
}

#annai .thum{
  display: none;
}
#annai ul.point{
  width: 45%;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  margin-left: 30px;
}
#annai ul.point li{
  list-style: disc outside;
  line-height: 1.6;
  margin-bottom: 10px;
}
#annai .img_classroom {
  margin-bottom: 20px;
}
#access h2.border_none{
  font-size: 2.1rem;
  margin-bottom: 40px;
}
#access h2.border_none:after{ content: none;}
#access .main{
  clear: both;
  text-align: left;
  margin-bottom: 90px;
  overflow: hidden;
}
#access .main .map{
  float: right;
  margin-left: 35px;
  width: 45%;
}
#access .main dt,
#access .other dt{
  color: #88318d;
  font-size: 19px;
  margin-bottom: 15px;
}
#access .main dd .btn_map{ margin-bottom: 30px;}

#access .main dd ul li{
  list-style: disc outside;
  line-height: 1.6;
  font-size: 13px;
  margin-left: 20px;
}
#access .other{
  display: flex;
  text-align: left;
  margin-bottom: 50px;
  align-items: stretch;
}
#access .other h3{
  font-size: 19px;
  border: 1px solid #88318d;
  line-height: 5;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#access .other dl:nth-of-type(1){
  margin-left: 35px;
  flex-basis: 38%;
}
#access .other dl:nth-of-type(2){
  margin-left: 15px;
  border-left: 1px dashed #88318d;
  padding-left: 35px;
  box-sizing: border-box;
  flex-basis: 38%;
}


/* 1025px以上のモニター */
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important; }

  .tab {
    display: none; }

  .sp {
    display: none; }

  #learning .list li:nth-child(3n) {
    margin-right: 0; }

}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc {
    display: none; }

  .tab {
    display: block !important; }

  .sp {
    display: none; }

  #annai ul.point{ width: 43%;}
  #access .other h3{ padding: 0 5px;}
}

/* 1024px以下のモニター */
@media screen and (max-width: 1024px) {
  #header {
    height: 0px; }

  main {
    margin-top: 0; }

  section article {
    padding: 65px 10%;
    box-sizing: border-box;}

  #media ul li {
    width: 13%;
    max-height: 124px; }
  #media ul li:not(:nth-child(6n+6)) {
    margin-right: 4.4%; }
  #media .btn a {
    max-width: 100%; }

  .web_course dl {
    border-top: 1px solid #000;
    margin-bottom: 35px; }
  .web_course dl dt {
    width: 20%;
    padding: 14px 0; }
  .web_course dl dd {
    width: 80%;
    padding: 14px 0; }
}


/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
  .pc {
    display: none; }

  .tab {
    display: none; }

  .sp {
    display: block !important; }

  html {
    font-size: 8px; }

  a[href^="tel:"] {
    pointer-events: visible; }

  section article {
    padding: 50px 5%;
    box-sizing: border-box;
  }
  section h2 {
    font-size: 20px;
    font-size: 2.4rem; }
  section h2::after {
    width: 50px;
    margin: 10px auto 15px; }
  section h3 {
    font-size: 20px;
    font-size: 2.1rem; }
  section h4 {
    font-size: 15px;
    font-size: 1.5rem; }
  section p {
    font-size: 13px;
    line-height: 1.5; }

  .br_pc:before {
    content: none;
  }

  .br_sp:before {
    content: "\A" ;
    white-space: pre ;
  }

  #bread {
    display: none; }

  main{ margin-top: 87px;}

  #intro .mv{
    height: 185px;
    padding-top: 65px;
  }
  #intro .mv h1{ font-size: 22px;}
  #intro .mv p{
    font-size: 13px;
    margin-top: 10px;
  }

  #intro #nav_guidance ol{
    padding: 0;
    flex-wrap: wrap;
  }
  #intro #nav_guidance li{
    border-bottom: 1px solid #fff;
    flex-grow: 1;
    padding: 0;
    font-size: 12px;
  }
  #intro #nav_guidance li a{
    padding: 12px 5px;
    display: block;
  }

  #intro #nav_guidance li:first-child,
  #intro #nav_guidance li:nth-child(2){ width: 49%;}

  #intro #nav_guidance li:first-child,
  #intro #nav_guidance li:nth-child(3){ border-left: none;}
  #intro #nav_guidance li:last-child{ border-right: none;}

  #intro #nav_guidance li.on::after,
  #intro #nav_guidance li:hover::after{ content: none;}

  .btn_map a{
    width: 85%;
    padding: 1em .5em;
    text-align: center;
  }
  .btn_map + .btn_map{ margin-top: 2em;}
  #access h2.border_none{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #access .main{
    padding-bottom: 30px;
    border-bottom: 1px dashed #898989;
    margin-bottom: 30px;
  }
  #access .main dt,
  #access .other dt{ font-size: 12px;}
  #access .main dd &gt; p{ display: inline-block;}
  #access .main dd &gt; p:first-child{ width: 58%;}
  #access .main dd .btn_map{
    width: 40%;
    margin-bottom: 0;
  }
  #access .main dd .btn_map a{ width: 100%;}
  #access .main dd ul li{ font-size: 1.3rem;}
  #access .main .map{ display: none;}
  #access .other{
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #access .other h3{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 2.5;
    text-align: center;
    margin-bottom: 15px;
  }
  #access .other dl:nth-of-type(1){
    margin-left: 0;
    flex-basis: 48.5%;
  }
  #access .other dl:nth-of-type(2){
    flex-basis: 48.5%;
    border-left: 1px dashed #898989;
    padding-left: 3%;
    margin-left: 3%;
  }

  #annai ul.point{ width: 95%; margin-left: 20px;font-size: 13px;}
  #annai .photos{ margin-bottom: 15px;}
  #annai .thum{ display: block; margin-bottom: 20px;}
  #annai .thum li.slick-slide{
    padding: 0 2px;
    box-sizing: border-box;
  }
}

#access .accity {
  color: #88318d;
  padding:10px 20px;
  font-size: 22px;
  border:#88318d 1px solid;
  font-weight:600;
  margin-top: 50px;
}
#access h4 {
  color: #88318d;
  font-size:18px;
  border-bottom:#88318d 1px solid;
  padding:5px;
  margin-bottom:10px;
}
#access .info li {
  width:48%;
  float:left;
  margin:1%;
  text-align:left;
  margin-bottom:30px;
}
#access .info li.mapimage {
  width: 40%
}
#access .info li.photo {
  width:56%;
}
#access .info li.mapimage img {
  width:100%;
  height:auto;
}
#access .info li.photo img {
  width:92%;
  height:auto;
  display: block;
}
#access .info {
  overflow:hidden;
}
@media screen and (min-width: 600px) {
  #access .list_item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  #access .accity{ margin-top: 70px;}
  #access .info li {
  width:100%;
  margin:0 auto;
  float:none;
  text-align:left;
  margin-bottom:30px;
  }
  #access .info li.mapimage {
    width: 95%;
  }
  #access .info li.photo {
    width:95%;
  }
  #access .info li img {
    width:100%;
    height:auto;
    max-width:300px;
  }
  #access .info li.photo img {
    margin:10px auto;
  }

}
</pre></body></html>