@charset "UTF-8";
/* CSS Document */

/* Header ===================== */
header.dirRoot {
  height: 100%;
  min-height: 650px;
  background: rgb(248,228,238);
  background: linear-gradient(0deg, rgba(248,228,238,1) 0%, rgba(198,228,248,1) 100%);
}
.visual {
  width: 100%;
  height: 100%;
  position: relative;
}
.visual > * {
  display: block;
  position: absolute;
}
.visual picture {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
}
.visual .behind { background-image: url(/kougaku/images/root/efect-behind.svg); }
.visual .symbol { background-image: url(/kougaku/images/root/symbol.png); }
.visual .front { background-image: url(/kougaku/images/root/efect-front.svg); }
.visual h1 {
  width: 15vw;
  min-width: 170px;
  max-width: 350px;
  text-align: center;
  top: 3.5%;
  left: 50%;
  transform: translate(6.5vw,0);
}
.visual h1 img {
  width: 5.25vw;
  min-width: 62px;
  max-width: 115px;
}
.visual h2 {
  width: 15vw;
  min-width: 170px;
  max-width: 350px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-15.5vw,10px);
}
.visual h2 img {
  width: 5vw;
  min-width: 60px;
  max-width: 115px;
}
.visual h3 {
  width: 15vw;
  min-width: 170px;
  max-width: 350px;
  height: 15vw;
  min-height: 170px;
  max-height: 350px;
  bottom: 1%;
  left: 50%;
  transform: translate(6.5vw,0);
}
.visual h4 {
  width: 12.5vw;
  min-width: 175px;
  bottom: 3.5%;
  left: 7.5%;
}

/* Main ===================== */
main.dirRoot { padding: 100px 0; }

/* intro */
.intro { flex-direction: column; }
.intro > * { text-align: center; }
.intro h2 {
  margin: 0 0 35px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08rem;
  color: rgba(45,175,180,1);
}

/* news */
.news {
  flex-direction: row;
  padding: 100px 0 0 75px;
}
.news .ttlBasic {
  height: 185px;
  color: rgba(60,100,160,1);
}
.news .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 60px;
  text-align: center;
}
.news dl {
  width: 100%;
  padding: 30px 35px;
  border-top: 1px solid rgba(100,100,100,.45);
  line-height: 1.8;
}
.news dl:last-child { border-bottom: 1px solid rgba(100,100,100,.45); }
.news dl dt {
  margin: 0 0 10px 0;
  letter-spacing: .03rem;
}
.news dl dd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.news a {
  display: inline-block;
  margin: 10px 0 0;
  padding: 2px 35px 2px 25px;
  font-size: 93%;
  line-height: 1.8;
  border: 1px solid rgba(100,100,100,1);
  background-color: rgba(255,255,255,1);
  position: relative;
}
.news a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent rgba(100,100,100,1);
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
}

/* publication */
.publication {
  flex-direction: row-reverse;
  padding: 140px 75px 0 0;
}
.publication .ttlBasic {
  height: 365px;
  color: rgba(235,135,180,1);
}
.panf {
  display: flex;
  justify-content: center;
  padding: 0 40px 0 90px;
}
.panf li {
  width: 25%;
  max-width: 250px;
  margin: 0 15px;
}
.panf li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.panf li a > * {
  width: 100%;
  text-align: center;
}
.panf li i img {
  width: 100%;
  box-shadow: 5px 5px 15px -5px rgba(0,0,0,.3);
}
.panf li b {
  display: inline-flex;
  width: auto;
  margin: 15px auto 0;
  padding: 0 0 0 18px;
  position: relative;
}
.panf li b:before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(/kougaku/images/common/ico-zoom.svg);
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 0;
}

.movie {
  width: 85%;
  margin: auto;
  padding: 75px 55px 75px 125px;
}
.movie .frame {
  display: block;
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.topics { padding: 0 55px 20px 125px; }
.topics > * { color: rgba(235,135,180,1); }
.topics h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: .1rem;
}
.topics h3 b {
  margin: 20px 0 0 0;
  padding: 2px 30px;
  background-color: rgba(255,255,255,1);
  font-size: 12px;
  text-align: center;
  border: 1px solid rgba(235,135,180,1);
  letter-spacing: 0;
}
.topics ul {
   display: flex;
   flex-wrap: wrap;
   margin: 40px 0 0 0;
}
.topics ul li {
  width: 50%;
  padding: 0 50px;
}
.topics ul > li + li { border-left: 1px solid rgba(235,135,180,.5); }
.topics ul li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0 0;
}
.topics ul li h4 i {
  width: 18px;
  margin: 0 10px 0 0;
}

.sns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  margin: 75px 55px 60px 125px;
}
.sns h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  background-color: rgba(235,135,180,1);
  color: rgba(255,255,255,1);
  text-align: center;
  line-height: 1.8;
  white-space: nowrap;
  position: relative;
}
.sns h3 i {
  padding: 0 25px;
  text-align: center;
}
.sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  border: 1px solid rgba(235,135,180,1);
  background-color: rgba(255,255,255,1);
}
.sns li {
  padding: 0 25px;
  position: relative;
}
.sns li:not(:first-child):before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: rgba(75,75,75,1);
  position: absolute;
  top: 50%;
  left: -18px;
  transform: rotate(-45deg);
}
.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 85%;
}
.sns li i { width: 25px; }
.sns li b {
  padding: 0 0 0 10px;
  position: relative;
}
.sns li b small { letter-spacing: .03rem; }

/* Concept */
.concept {
  flex-direction: row;
  padding: 130px 0 0 75px;
}
.concept .ttlBasic {
  height: 280px;
  color: rgba(45,175,180,1);
}
.concept .block {
  flex-direction: column;
  padding: 0 0 0 60px;
}
.concept .block h2 {
  margin: 0 0 25px 0;
  font-size: 18px;
  letter-spacing: .05rem;
  color: rgba(45,175,180,1);
}
.feature h3.ttlBox { margin: 40px 0 0; }
.feature h4 {
  margin: 25px auto 35px;
  text-align: center;
}
.feature .graf {
  display: flex;
  margin: 45px 35px 0 0;
}
.feature .graf .box { width: 50%; }
.feature .graf > .box + .box { margin: 0 0 0 35px; }
.feature .graf h3 {
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
  background-color: rgba(45,175,180,1);
  color: rgba(255,255,255,1);
}
.feature .graf .grow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 170px);
  position: relative;
}
.feature .graf figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.feature .graf figure img { width: 225px; }
.feature .graf figcaption span {
  display: flex;
  flex-direction: column;
  width: 160px;
  position: absolute;
  top: 50%;
}
.feature .graf figcaption span:nth-child(1) {
  flex-direction: column-reverse;
  align-items: center;
  left: 50%;
  transform: translate(-50%,-155px);
}
.feature .graf figcaption span:nth-child(2) {
  align-items: flex-end;
  left: 30px;
  transform: translate(0,10px);
}
.feature .graf figcaption span:nth-child(3) {
  align-items: flex-start;
  right: 30px;
  transform: translate(0,10px);
}
.feature .graf figcaption span > * { line-height: 1.6; }
.feature .graf figcaption span i {
  padding: 2px 0;
  margin: 35px 0;
  font-size: 16px;
  background-color: rgba(255,255,255,1);
}
.feature .graf figcaption span:nth-child(1) i {
  margin: 15px 0 40px 0;
  padding: 3px 10px;
  color: rgba(230,160,70,1);
  letter-spacing: .08rem;
}
.feature .graf figcaption span:nth-child(2) i { color: rgba(45,175,180,1); }
.feature .graf figcaption span:nth-child(3) i { color: rgba(235,135,180,1); }
.feature .graf figcaption span b {
  width: 100%;
}


.feature .point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 50px;
}
.feature .point dt { width: 50%; }
.feature .point dt span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  color: rgba(255,255,255,1);
  background-color: rgba(45,175,180,1);
  border-radius: 5px;
}
.feature .point dt i {
  font-size: 25px;
  letter-spacing: .2rem;
}
.feature .point dt b {
  justify-content: center;
  margin: 3px 0 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
.feature .point dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
  position: relative;
}
.feature .point dd:before,
.feature .point dd:after {
  content: '';
  width: 50px;
  height: 7px;
  background-color: rgba(165,210,210,1);
  position: absolute;
  top: 50%;
  left: 5px;
}
.feature .point dd:before { transform: translate(-50%,0) rotate(45deg); }
.feature .point dd:after { transform: translate(-50%,0) rotate(-45deg); }
.feature .point dd i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 2px;
  color: rgba(255,255,255,1);
  background-color: rgba(45,175,180,1);
  border-radius: 50%;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .1rem;
}
.feature .aim {
  display: flex;
  flex-direction: column;
}
.feature .aim p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.feature .aim > p + p { margin: 8px 0 0 0; }
.feature .aim p:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(45,175,180,.75);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.feature .aim p > * { background-color: rgba(255,255,255,1); }
.feature .aim p i {
  padding: 0 20px 0 0;
  font-size: 14px;
  color: rgba(45,175,180,1);
}
.feature .aim p b { padding: 0 0 0 20px; }

.feature .text { margin: 50px 0 0 0; }
.feature .text .line {
  display: flex;
  align-items: center;
  padding: 40px 90px 40px 0;
  border-top: 1px solid rgba(45,175,180,1);
}
.feature .text .line:last-child { border-bottom: 1px solid rgba(45,175,180,1); }
.feature .text .line div {
  width: calc(100% - 365px);
  padding: 0 50px 0 0;
}
.feature .text .line div h3 {
  font-size: 14px;
  color: rgba(45,175,180,1);
}
.feature .text .line div p {
  padding: 15px 0 0 0;
}
.feature .text .line p { line-height: 1.9; }
.feature .text .line picture {
  display: flex;
  width: 365px;
}
.feature .text .line picture i { width: 100%; }
.feature .text .line picture i small {
  display: block;
  margin: 5px 0 0 0;
  font-size: 11px;
  text-align: right;
}
.feature .text .line picture span {
  display: block;
  text-align: center;
  color: rgba(45,175,180,1);
}

.feature .text .line.verVertical {
  flex-direction: column;
  align-items: flex-start;
}
.feature .text .line.verVertical div {
  width: 100%;
  padding: 0 0 35px 0;
}
.feature .text .line.verVertical picture {
  justify-content: space-between;
  width: 100%;
  padding: 50px 0 10px;
}
.feature .text .line.verVertical picture i { width: calc(33.333% - 20px); }
.feature .text .line.verVertical dl { width: 100%; }
.feature .text .line.verVertical dt {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: rgba(45,175,180,1);
}
.feature .text .line.verVertical dd {
  display: flex;
  width: 100%;
}
.feature .text .line.verVertical dd b {
  padding: 0 25px;
  border: 1px solid rgba(45,175,180,1);
  font-size: 12px;
  line-height: 2;
}
.feature .text .line.verVertical dd > b + b { margin: 0 0 0 5px; }

.feature .statue { margin: 60px 0 0 0; }
.feature .statue h3 {}
.feature .statue div {
  display: flex;
  margin: 50px 0 0 0;
}
.feature .statue dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 310px;
  padding: 0 45px 10px;
  background-color: rgba(225,242,242,.5);
  border-radius: 5px;
  position: relative;
}
.feature .statue div > dl + dl { margin: 0 0 0 5px; }
.feature .statue dl > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feature .statue dl dt {
  margin: 0 0 25px 0;
  color: rgba(45,175,180,1);
  line-height: 1.5;
}
.feature .statue dl dt i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: rgba(255,255,255,1);
  background-color: rgba(45,175,180,1);
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%,0);
}
.feature .statue dl dt b {
  font-size: 16px;
  letter-spacing: .05rem;
}
.feature .statue dl dd {
  width: 100%;
}
.feature .statue dl dd i {
  margin: 0 0 20px 0;
  color: rgba(45,175,180,1);
  text-align: center;
}
.feature .statue dl dd b {
  font-size: 93%;
  width: 100%;
}

.feature .ideal { margin: 75px 0 0 0; }
.feature .ideal .inner { position: relative; }
.feature .ideal .inner:before,
.feature .ideal .inner:after {
  content: '';
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.feature .ideal .inner:before {
  background-image: url(/kougaku/images/root/ideal.svg);
  opacity: .75;
}
.feature .ideal .inner:after { background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }

.feature .ideal > h3 { margin: 0 0 35px 0; }
.feature .ideal .box {
  width: 100%;
  padding: 45px 20% 45px 0;
  position: relative;
  border-top: 1px solid rgba(255,255,255,1);
}
.feature .ideal .box.bio h3 { color: rgba(230,160,70,1); }
.feature .ideal .box.program h3 { color: rgba(45,175,180,1); }
.feature .ideal .box.design h3 { color: rgba(235,135,180,1); }
.feature .ideal .box.material h3 { color: rgba(125,130,170,1); }
.feature .ideal .box h3 i { font-size: 16px; }
.feature .ideal .box h3 b {}
.feature .ideal .box picture {
  display: flex;
  margin: 15px 0 25px;
}
.feature .ideal .box picture span {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.feature .ideal .box picture > span + span { margin: 0 0 0 5px; }
.feature .ideal .box picture b {
  margin: 10px 0 0 0;
  font-size: 85%;
  line-height: 1.5;
}
.feature .ideal .category {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.feature .ideal .category h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  padding: 200px 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  letter-spacing: .04rem;
  background-color: rgba(255,255,255,.9);
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.feature .ideal .category h3:nth-child(1) { top: calc(25% - 15px); }
.feature .ideal .category h3:nth-child(2) { top: calc(75% - 35px); }

.feature .policy { margin: 75px 0 60px 0; }
.feature .policy dt {
  margin: 20px 0 15px;
  font-size: 15px;
  color: rgba(45,175,180,1);
}
.feature .policy dd p {
  display: flex;
  align-items: center;
}
.feature .policy dd > p + p { margin: 5px 0 0 0; }
.feature .policy dd p i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: rgba(255,255,255,1);
  background-color: rgba(45,175,180,1);
  border-radius: 50%;
}
.feature .policy dd p b { margin: 0 0 0 10px; }

/* Curriculum */
.curriculum {
  flex-direction: row-reverse;
  padding: 130px 75px 0 0;
}
.curriculum .ttlBasic {
  height: 370px;
  color: rgba(60,100,160,1);
}
.curriculum .block { flex-direction: column; }
.curriculum .block h2 {
  margin: 0 0 30px 75px;
  font-size: 18px;
  letter-spacing: .05rem;
  text-align: center;
  color: rgba(60,100,160,1);
}

.curriculum .subject { padding: 0 0 0 55px; }
.curriculum .listStudy { margin: 50px 25px 0 100px; }
.curriculum .listStudy > .box + .box { margin: 65px 0 0 0; }
.curriculum .listStudy .ttlBox {
  justify-content: center;
  width: 100%;
  padding: 5px 35px;
  margin: 0 0 50px 0;
  color: rgba(255,255,255,1);
  border: none;
  border-radius: 5px;
  background-color: rgba(60,100,160,1);
}
.curriculum .listStudy .box > p {
  margin: 0 0 55px 0;
  text-align: center;
}
.curriculum .listStudy dl { display: flex; }
.curriculum .listStudy .box > dl + dl { margin: 30px 0 0 0; }
.curriculum .listStudy dl > * { display: flex; }
.curriculum .listStudy dl dt {
  width: 200px;
  font-size: 14px;
  color: rgba(60,100,160,1);
  position: relative;
}
.curriculum .listStudy dl dt:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(60,100,160,1);
  position: absolute;
  top: 13px;
  left: 0;
  z-index: -1;
}
.curriculum .listStudy dl dt i {
  padding: 0 15px 0 0;
  position: relative;
}
.curriculum .listStudy dl dt i:before {
  content: '';
  width: 100%;
  height: 25px;
  background-color: rgba(255,255,255,1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.curriculum .listStudy dl dd {
  flex-direction: column;
  width: calc(100% - 200px);
  padding: 0 0 0 15px;
  margin: 4px 0 0 0;
  line-height: 1.8;
}
.curriculum .listStudy .category dd p {
  display: flex;
  flex-direction: column;
}
.curriculum .listStudy .category dd > p + p { margin: 18px 0 0 0; }
.curriculum .listStudy .category dd span {
  display: flex;
  flex-wrap: wrap;
}
.curriculum .listStudy .category dd i { padding: 0 0 7px 0; }
.curriculum .listStudy .category dd b {
  margin: 0 5px 5px 0;
  padding: 0 8px;
  background-color: rgba(255,255,255,1);
  font-size: 93%;
  border: 1px solid;
}
.curriculum .listStudy .bio dt,
.curriculum .listStudy .bio dd i { color: rgba(230,160,70,1); }
.curriculum .listStudy .bio dt:before { background-color: rgba(230,160,70,1); }
.curriculum .listStudy .bio dd b { border-color: rgba(230,160,70,1); }
.curriculum .listStudy .program dt,
.curriculum .listStudy .program dd i { color: rgba(45,175,180,1); }
.curriculum .listStudy .program dt:before { background-color: rgba(45,175,180,1); }
.curriculum .listStudy .program dd b { border-color: rgba(45,175,180,1); }
.curriculum .listStudy .design dt,
.curriculum .listStudy .design dd i { color: rgba(235,135,180,1); }
.curriculum .listStudy .design dt:before { background-color: rgba(235,135,180,1); }
.curriculum .listStudy .design dd b { border-color: rgba(235,135,180,1); }
.curriculum .listStudy .material dt,
.curriculum .listStudy .material dd i { color: rgba(125,130,170,1); }
.curriculum .listStudy .material dt:before { background-color: rgba(125,130,170,1); }
.curriculum .listStudy .material dd b { border-color: rgba(125,130,170,1); }
.curriculum .listStudy .pbl dt,
.curriculum .listStudy .pbl dd i { color: rgba(60,100,160,1); }
.curriculum .listStudy .pbl dt:before { background-color: rgba(60,100,160,1); }
.curriculum .listStudy .pbl dd b { border-color: rgba(60,100,160,1); }

.curriculum .illust { padding: 0 25px 0 75px; }
.curriculum .step { padding: 25px 0 15px 25px; }

.curriculum .verPBL { padding: 0 0 60px 0; }
.curriculum .verPBL > h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px 0;
  font-size: 15px;
  letter-spacing: .03rem;
  color: rgba(60,100,160,1);
  border-color: rgba(60,100,160,1);
  position: relative;
}
.curriculum .verPBL > h3:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(60,100,160,1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: -1;
}
.curriculum .verPBL > h3 > * {
  padding: 0 25px;
  background-color: rgba(255,255,255,1);
}
.curriculum .verPBL > h3 i { font-size: 12px; }
.curriculum .verPBL > h3 b {
  font-size: 18px;
  letter-spacing: .05rem;
}
.curriculum .verPBL.box > p { margin: 0 0 25px 0; }
.curriculum .verPBL .pbl {
  display: flex;
  flex-direction: column;
}
.curriculum .verPBL .pbl .box {
  display: flex;
  align-items: center;
  margin: 35px 0 0 0;
}
.curriculum .verPBL .pbl .box picture {
  width: 300px;
  margin: 0 50px 0 0;
}
.curriculum .verPBL .pbl .box div { width: calc(100% - 300px); }
.curriculum .verPBL .pbl .box div h3 {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.curriculum .verPBL .pbl .box div h3 i {
  width: 75px;
  padding: 0 10px;
  margin: 0 15px 0 0;
  border: 1px solid rgba(60,100,160,1);
  background-color: rgba(60,100,160,1);
  color: rgba(255,255,255,1);
  font-size: 85%;
  text-align: center;
  letter-spacing: .05rem;
}
.curriculum .verPBL .pbl .box div h3.selectreq i {
  color: rgba(60,100,160,1);
  background-color: rgba(255,255,255,1);
}
.curriculum .verPBL .pbl .box div h3 b {
  color: rgba(60,100,160,1);
  font-size: 16px;
}
.curriculum .verPBL .pbl .box div p { line-height: 1.8; }

.curriculum .pickup {
  margin: 30px 0 75px 215px;
}
.curriculum .pickup h3 {
  height: 27px;
  line-height: 2.2;
  overflow: hidden;
}
.curriculum .pickup h3 i {
  padding: 5px 35px;
  color: rgba(255,255,255,1);
  border-radius: 5px 5px 0 0;
}
.curriculum .pickup .inner {
  display: flex;
  align-items: center;
  padding: 25px;
  border: 1px solid;
  background-color: rgba(255,255,255,1);
}
.curriculum .pickup > .inner + .inner { border-top: none; }
.curriculum .pickup .inner div {
  width: calc(100% - 250px);
  padding: 0 30px 0 0;
}
.curriculum .pickup .inner div h4 { margin: 0 0 12px 0; }
.curriculum .pickup .inner div p {
  padding: 0 0 10px 0;
  line-height: 1.8;
}
.curriculum .pickup .inner picture { width: 250px; }

.curriculum .pickup.liberal .inner { border-color: rgba(60,100,160,1); }
.curriculum .pickup.liberal h3 i { background-color: rgba(60,100,160,1); }
.curriculum .pickup.liberal h4 i { color: rgba(60,100,160,1); }
.curriculum .pickup.bio .inner { border-color: rgba(230,160,70,1); }
.curriculum .pickup.bio h3 i { background-color: rgba(230,160,70,1); }
.curriculum .pickup.bio h4 i { color: rgba(230,160,70,1); }
.curriculum .pickup.program .inner { border-color: rgba(45,175,180,1); }
.curriculum .pickup.program h3 i { background-color: rgba(45,175,180,1); }
.curriculum .pickup.program h4 i { color: rgba(45,175,180,1); }
.curriculum .pickup.design .inner { border-color: rgba(235,135,180,1); }
.curriculum .pickup.design h3 i { background-color: rgba(235,135,180,1); }
.curriculum .pickup.design h4 i { color: rgba(235,135,180,1); }
.curriculum .pickup.material .inner { border-color: rgba(125,130,170,1); }
.curriculum .pickup.material h3 i { background-color: rgba(125,130,170,1); }
.curriculum .pickup.material h4 i { color: rgba(125,130,170,1); }

/* Interview */
.interview {
  flex-direction: row;
  padding: 130px 0 40px 75px;
}
.interview .ttlBasic {
  height: 300px;
  color: rgba(235,135,180,1);
}
.interview .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 0 60px;
  text-align: center;
}
.interview .box {
  padding: 50px 0;
  border-top: 1px solid rgba(235,135,180,1);
  position: relative;
}
.interview .block > .box + .box { margin: 50px 0 0 0; }
.interview .block > .box:last-child { border-bottom: 1px solid rgba(235,135,180,1); }
.interview .box h3 {
  display: flex;
  align-items: center;
  position: absolute;
  top: -18px;
  left: 0;
}
.interview .box h3 i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0 0 2px 0;
  font-size: 20px;
  border-radius: 50%;
  color: rgba(255,255,255,1);
  background-color: rgba(235,135,180,1);
}
.interview .box h3 b {
  padding: 0 25px 0 15px;
  font-size: 17px;
  color: rgba(235,135,180,1);
  background-color: rgba(255,255,255,1);
}
.interview .box picture {
  width: 70%;
  max-width: 1000px;
  min-width: 600px;
  margin: 0 0 35px 0;
}
.interview .box ul { width: 70%; }
.interview .box ul li { padding: 0 42px; }
.interview .box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 10px 50px;
  border-radius: 5vw 0 0 5vw;
  background-color: rgba(235,135,180,1);
  position: absolute;
  top: 50%;
  right: 0;
}
.interview .box a i {
  width: 27px;
  margin: 0 0 5px 0;
}
.interview .box a b {
  font-size: 93%;
  color: rgba(255,255,255,1);
}

/* Campus */
.campus {
  flex-direction: row-reverse;
  padding: 130px 75px 0 0;
}
.campus .ttlBasic {
  height: 250px;
  color: rgba(45,175,180,1);
}
.campus .block {
  flex-direction: column;
  padding: 0 60px 0 125px;
}
.campus .facility {}
.campus .facility ul {
  display: flex;
  flex-wrap: wrap;
}
.campus .facility ul li {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 15px;
  margin: 0 0 30px 0;
  position: relative;
}
.campus .facility ul li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  color: rgba(255,255,255,1);
  border-radius: 50%;
  text-align: center;
  line-height: 1.6;
  position: absolute;
  top: -15px;
  left: -15px;
}
.campus .facility ul li i.pink { background-color: rgba(235,135,180,1); }
.campus .facility ul li i.purple { background-color: rgba(125,130,170,1); }
.campus .facility ul li i.orange { background-color: rgba(230,160,70,1); }
.campus .facility ul li i.blue { background-color: rgba(60,100,160,1); }
.campus .facility ul li b {
  padding: 20px 0 0 0;
  font-size: 12px;
}

.campus .map {
  display: flex;
  flex-direction: column;
  padding: 50px 10px 20px;
}
.campus .map figure {
  width: 100%;
  margin: 0 0 35px 0;
  background-color: rgba(255,255,255,1);
}
.campus .map figure iframe {
  width: 100%;
  height: 425px;
  border: 1px solid rgba(255,255,255,1);
}
.campus .map dl { padding: 0 0 25px 0; }
.campus .map dl dt {
  padding: 0 0 0 12px;
  position: relative;
}
.campus .map dl dt:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: rgba(25,25,25,1);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
.campus .map dl dd {
  display: flex;
  flex-direction: column;
}
.campus .map dl dd i {
  padding: 0 0 0 15px;
  position: relative;
}
.campus .map dl dd i:before {
  content: '';
  width: 9px;
  height: 1px;
  background-color: rgba(25,25,25,1);
  position: absolute;
  top: 12px;
  left: -1px;
}
.campus .map a {
  display: inline-flex;
  justify-content: center;
  width: 200px;
  margin: 8px 0 0 0;
  padding: 10px 0;
  color: rgba(255,255,255,1);
  background-color: rgba(45,175,180,1);
  border-radius: 3px;
  line-height: 1;
  letter-spacing: .05rem;
  position: relative;
}
.campus .map a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent rgba(255,255,255,1);
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
}
.campus .history { padding: 60px 10px; }
.campus .history dt {
  margin: 0 0 15px 0;
  font-size: 17px;
  color: rgba(45,175,180,1);
}
.campus .history dd p { display: flex; }
.campus .history dd > p + p { margin: 5px 0 0 0; }
.campus .history dd i { width: 100px; }
.campus .history dd b { width: calc(100% - 100px); }
.campus > picture {
  width: 475px;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
}

/* Information */
.info {
  flex-direction: row;
  padding: 130px 0 0 75px;
}
.info .ttlBasic {
  height: 305px;
  color: rgba(60,100,160,1);
}
.info .block {
  flex-direction: column;
  padding: 0 60px 0 60px;
  position: relative;
}
.info .inner {}
.info .block > .inner + .inner {
  padding: 45px 0 0 0;
  margin: 45px 0 0 0;
  border-top: 1px solid rgba(100,100,100,1);
}
.info .inner > h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.info .inner > h4 {}
.info .inner.entrance > h3,
.info .inner.entrance > h4 { color: rgba(235,135,180,1); }
.info .inner.tuition > h3 { color: rgba(60,100,160,1); }
.info .inner.qualification > h3 { color: rgba(230,160,70,1); }

.info .inner .box { margin: 25px 0 0 0; }
.info .inner .box > h3 {
  padding: 3px 0;
  text-align: center;
  color: rgba(255,255,255,1);
}
.info .inner.entrance .box > h3 { background-color: rgba(235,135,180,1); }
.info .inner .box dl {
  display: flex;
  flex-direction: column;
  border: 1px solid;
  background-color: rgba(255,255,255,.8);
}
.info .inner .box dl dt { position: relative; }
.info .inner .box dl dd {
  display: flex;
  font-size: 12px;
}
.info .inner.entrance .box dl {
  padding: 15px;
  border-color: rgba(235,135,180,1);
}
.info .inner.entrance .box dl dt { padding: 0 0 0 12px; }
.info .inner.entrance .box dl dt:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 3px 0 3px;
  border-color: rgba(75,75,75,1) transparent transparent transparent;
  position: absolute;
  top: 10px;
  left: 0;
}
.info .inner.entrance .box > dl + dl { border-top: none; }
.info .inner.entrance .box dl dd { flex-direction: column; }
.info .inner.entrance .box dl dd span > i + b { margin: 0 0 0 12px; }
.info .inner.tuition .box {
  display: flex;
  flex-wrap: wrap;
}
.info .inner.tuition .box dl {
   width: 33.333%;
   border-color: rgba(60,100,160,1);
}
.info .inner.tuition .box > dl + dl { border-left: none; }
.info .inner.tuition .box dt {
  padding: 3px 0;
  color: rgba(255,255,255,1);
  background-color: rgba(60,100,160,1);
  text-align: center;
}
.info .inner.tuition .box dd {
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 16px;
}
.info .inner.tuition .box dd small {
  padding: 3px 0 0 3px;
  font-size: 12px;
}
.info .inner .box > p {
  margin: 15px 0 0 0;
  font-size: 12px;
}
.info .inner .box > p + p { margin: 0; }
.info .inner .box > p a { background-color: rgba(248,213,2228,.7); }
.info .inner ul li {
  padding: 0 0 0 18px;
  position: relative;
}
.info .inner ul li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: rgba(75,75,75,1);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 5px;
}

/*  Teacher */
.teacher {
  flex-direction: row;
  padding: 110px 0 25px 75px;
}
.teacher .ttlBasic {
  height: 305px;
  color: rgba(45,175,180,1);
}
.teacher .block {
  flex-direction: column;
  padding: 0 75px 0 30px;
  position: relative;
}
.listTeacher {
  display: flex;
  flex-wrap: wrap;
}
.listTeacher div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 24px);
  margin: 0 12px 30px;
  position: relative;
}
.listTeacher div:nth-child(2n) { top: 50px; }
.listTeacher h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 12px 0 0 0;
  padding: 0 0 5px 0;
  line-height: 1.7;
  color: rgba(45,175,180,1);
}
.listTeacher h3 small { font-size: 11px; }
.listTeacher h3 i { font-size: 16px; }
.listTeacher h3 b {
  margin: 2px 0 0 0;
  font-size: 11px;
  letter-spacing: .03rem;
}
.listTeacher picture { width: 77.5%; }
.listTeacher p {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(45,175,180,1);
}
.listTeacher ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: 15px auto 0 auto;
  padding: 2px;
  background-color: rgba(45,175,180,1);
  border-radius: 15px;
  color: rgba(255,255,255,1);
  text-align: center;
  font-size: 10px;
  letter-spacing: .03rem;
}
.listTeacher ul li {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.listTeacher ul > li + li { border-left: 1px solid rgba(255,255,255,1); }
.listTeacher ul li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1px 0;
}
.verSpecial h3,
.verSpecial p { color: rgba(235,135,180,1); }
.verSpecial ul { background-color: rgba(235,135,180,1); }

/* Partners */
.partners {
  display: flex;
  flex-direction: column;
  margin: 75px 0 0 0;
}
.partners h3 {
  margin: 0 0 25px 0;
  font-size: 15px;
  color: rgba(45,175,180,1);
  text-align: center;
}
.partners ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.partners ul li {
  width: 125px;
  border: 1px solid rgba(225,225,225,1);
}
.partners ul li a { display: block; }
.partners ul > li + li { margin: 0 0 0 10px; }


@media screen and (max-width:1120px) {

.visual h1 { transform: translate(9.5vw,0); }
.visual h2 { transform: translate(-17.5vw,10px); }
.visual h3 { transform: translate(8.5vw,0); }
.visual h4 {
  width: 150px;
  min-width: initial;
  left: 4%;
}

.news {
  flex-direction: column;
  padding: 100px 125px 0;
}
.news .ttlBasic {
  height: initial;
  margin: 0 0 50px 0;
}
.news .block { padding: 0; }
.news dl { padding: 30px 0; }

.publication {
  flex-direction: column;
  padding: 140px 125px 0;
}
.publication .ttlBasic { height: initial; }
.panf {
  margin: 0;
  padding: 0;
}
.movie { padding: 50px 0 75px; }
.topics { padding: 0 0 20px; }
.topics ul li { padding: 30px 30px; }
.sns { margin: 50px 0 60px; }
.sns li { padding: 0 15px; }
.sns li:not(:first-child):before {
  width: 20px;
  left: -14px;
}

.concept {
  flex-direction: column;
  padding: 125px 0 0 125px;
}
.concept .ttlBasic { height: initial; }
.concept .block { padding: 0; }
.feature .graf {
  flex-direction: column;
  margin: 45px 125px 0 0;
}
.feature .graf > .box + .box { margin: 45px 0 0 0; }
.feature .graf .box { width: 100%; }
.feature .point {
  width: 425px;
  margin: 40px auto 50px;
}
.feature .aim {
  width: 425px;
  margin: auto;
}
.feature .graf .grow {
  justify-content: flex-start;
  width: 500px;
  height: 330px;
  margin: auto;
}
.feature .graf > .box + .box h4 { margin: 25px auto; }
.feature .text { margin: 75px 125px 0 0; }
.feature .text dd { padding: 0; }
.feature .text .line { padding: 40px 0; }
.feature .statue { margin: 75px 125px 0 0; }
.feature .statue div { flex-direction: column; }
.feature .statue dl {
  align-items: flex-start;
  width: 100%;
  height: initial;
  padding: 45px;
}
.feature .statue div > dl + dl { margin: 5px 0 0 0; }
.feature .statue dl dt {
  flex-direction: row;
  margin: 0 0 15px 0;
}
.feature .statue dl dt i {
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  font-size: 18px;
  position: initial;
  top: initial;
  left: initial;
  transform: none;
}
.feature .statue dl dd { align-items: flex-start; }
.feature .statue dl dd i {
  margin: 0 0 10px 0;
  text-align: left;
}
.feature .statue dl dd i br { display: none; }
.feature .policy { margin: 75px 125px 60px 0; }

.curriculum {
  flex-direction: column;
  padding: 130px 0 0;
}
.curriculum .ttlBasic {
  height: initial;
  margin: 0 125px 75px;
}
.curriculum .subject { padding: 0 65px; }
.curriculum .listStudy { margin: 75px 125px 0; }
.curriculum .illust { padding: 50px 125px 0; }
.curriculum .verPBL .pbl .box { align-items: flex-start; }
.curriculum .verPBL .pbl .box picture {
  width: 275px;
  margin: 0 40px 0 0;
}
.curriculum .verPBL .pbl .box div { width: calc(100% - 275px); }
.curriculum .pickup { margin: 50px 0 75px 0; }
.curriculum .step { padding: 25px 50px 25px 30px; }

.interview {
  flex-direction: column;
  padding: 130px 125px 40px;
}
.interview .ttlBasic { height: initial; }
.interview .block { padding: 20px 0 0 0; }
.interview .box { padding: 40px 0 100px; }
.interview .block > .box + .box { margin: 0; }
.interview .box picture,
.interview .box ul { margin: auto auto 45px; }
.interview .box ul li { padding: 0 10px; }
.interview .box a {
  flex-direction: row;
  width: 90%;
  height: initial;
  margin: 45px auto 0;
  padding: 10px 30px;
  border-radius: 5vw;
  position: initial;
  top: initial;
  left: initial;
}
.interview .box a i {
  width: 20px;
  margin: -2px 10px 0 0;
}

.campus {
  flex-direction: column;
  padding: 130px 125px 0;
}
.campus .ttlBasic { height: initial; }
.campus .block { padding: 0; }
.campus .map dl { width: 280px; }
.campus .history { width: 430px; }
.campus .history dd p { line-height: 1.8; }
.campus .history dd > p + p { margin: 7px 0 0 0; }
.campus > picture { width: 45%; }

.info {
  flex-direction: column;
  padding: 130px 125px 0;
}
.info .ttlBasic { height: initial; }
.info .block { padding: 0; }

/*  Teacher */
.teacher {
  flex-direction: column;
  padding: 100px 50px 125px;
}
.teacher .ttlBasic {
  height: initial;
  padding: 0 0 0 85px;
}
.teacher .block { padding: 0; }
.listTeacher div { width: calc(25% - 25px); }

}


@media screen and (max-width:880px) {

header.dirRoot { max-height: 900px; }

.visual h1 { transform: translate(11vw,0); }
.visual h2 { transform: translate(-21vw,10px); }
.visual h3 { transform: translate(9.5vw,0); }

.intro { padding: 0 40px; }
.intro > * { text-align: left; }
.intro h2 {
  font-size: 18px;
  line-height: 1.8;
}
.intro h2 br,
.intro p br { display: none; }

.news { padding: 100px 40px 0; }

.publication { padding: 140px 40px 0; }
.panf li { width: 50%; }
.movie { width: 90%; }
.topics ul {
  flex-direction: column;
  align-items: center;
  margin: 15px 0 0 0;
}
.topics ul li { width: 100%; }
.topics ul > li + li {
  border-top: 1px solid rgba(235,135,180,.5);
  border-left: none;
}
.topics ul li a {
  display: block;
  width: 70%;
  margin: auto;
}
.sns {
  height: initial;
  margin: 20px 0 60px;
}
.sns h3 { padding: 10px 0; }
.sns li { padding: 0 7px; }
.sns li:not(:first-child):before { display: none; }
.sns li i { width: 22px; }
.sns li b { padding: 0 0 0 5px; }

.concept { padding: 140px 0 0 40px; }
.feature .graf { margin: 45px 40px 0 0; }
.feature .text { margin: 75px 40px 0 0; }
.feature .text dl { flex-direction: column; }
.feature .text dt,
.feature .text dd {
  width: 100%;
  padding: 0 0 0 35px;
}
.feature .text dd {
  margin: 5px 0 0 0;
  line-height: 1.8;
}
.feature .text .line div {
  width: calc(100% - 300px);
  padding: 0 35px 25px 0;
}
.feature .text .line picture { width: 300px; }
.feature .text .line div h3 { line-height: 1.8; }
.feature .text .line picture i small { text-align: left; }
.feature .text .line.verVertical { align-items: center; }
.feature .text .line.verVertical div {}
.feature .text .line.verVertical dl {}
.feature .text .line.verVertical dt,
.feature .text .line.verVertical dd { padding: 0; }
.feature .text .line.verVertical dd b {
  width: 175px;
  padding: 0;
  text-align: center;
}
.feature .text .line.verVertical picture i { width: calc(33.333% - 10px); }

.feature .statue { margin: 55px 40px 0 0; }
.feature .statue dl { padding: 25px 30px; }
.feature .statue dl dt i {
  width: 25px;
  height: 25px;
  font-size: 16px;
}
.feature .statue dl dt b { font-size: 14px; }
.feature .ideal .box { padding: 55px 125px 55px 0; }
.feature .ideal .category { width: 125px; }
.feature .ideal .category h3:nth-child(1) { top: calc(25% - 25px); }
.feature .ideal .category h3:nth-child(2) { top: calc(75% - 75px); }
.feature .policy { margin: 75px 40px 60px 0; }
.feature .policy dd p {
  align-items: flex-start;
  line-height: 1.8;
}
.feature .policy dd > p + p { margin: 8px 0 0 0; }

.curriculum .ttlBasic { margin: 0 40px 75px; }
.curriculum .block h2 { margin: 0 0 75px 0; }
.curriculum .subject {
  width: 90%;
  height: 125vw;
  padding: 0;
  margin: auto;
  background-image: url(/kougaku/images/root/graf02-mid.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.curriculum .subject img { display: none; }
.curriculum .listStudy { margin: 75px 40px 0; }
.curriculum .listStudy .box > p { text-align: left; }
.curriculum .listStudy .box > p br { display: none; }
.curriculum .listStudy dl { flex-direction: column; }
.curriculum .listStudy dl dt,
.curriculum .listStudy dl dd { width: 100%; }
.curriculum .listStudy dl dd { padding: 5px 0 0 0; }

.curriculum .listStudy .category dt,
.curriculum .listStudy .category dd { width: 100%; }

.curriculum .illust { padding: 0; }
.curriculum .verPBL .pbl .box {}
.curriculum .verPBL .pbl .box picture {
  width: 275px;
  margin: 0 30px 0 0;
}
.curriculum .verPBL .pbl .box div { width: calc(100% - 275px); }

.curriculum .step {
  width: 92.5%;
  height: 180vw;
  padding: 0;
  margin: auto;
  background-image: url(/kougaku/images/root/graf04-mid.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  right: 10px;
}
.curriculum .step img { display: none; }

.interview { padding: 130px 40px 40px; }
.interview .box picture {
  width: 90%;
  min-width: initial;
}
.interview .box ul li { padding: 0 5px; }

.campus { padding: 130px 40px 0; }
.campus .facility ul { flex-direction: column; }
.campus .facility ul li {
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.campus .facility ul li picture { width: 275px; }
.campus .facility ul li b {
  width: calc(100% - 275px);
  padding: 0 0 0 25px;
}

.info { padding: 130px 40px 0; }

.teacher { padding: 100px 50px 125px; }
.teacher .ttlBasic { padding: 0; }
.listTeacher div {
  width: calc(33.333% - 30px);
  margin: 0 15px 60px;
}
.listTeacher div:nth-child(2n) { top: 30px; }

}


@media screen and (max-width:720px) {

header.dirRoot {
  min-height: initial;
}
.visual h1 { transform: translate(14vw,0); }
.visual h2 { transform: translate(-25.5vw,10px); }
.visual h3 { transform: translate(12.5vw,0); }

main.dirRoot { padding: 75px 0; }

.intro { padding: 0 30px; }
.intro h2 {
  font-size: 17px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .03rem;
}
.intro h2 br { display: block; }

.news { padding: 85px 30px 0; }
.news .ttlBasic { margin: 0 0 40px 0; }
.news dl { padding: 25px 0 32px 0; }
.publication { padding: 140px 30px 0;  }
.panf {
  flex-wrap: wrap;
  justify-content: space-between;
}
.panf li {
  width: calc(50% - 12px);
  max-width: initial;
  margin: 0 0 20px 0;
}
.panf li b { font-size: 11px; }
.panf li b:before {top: 5px;}
.movie { width: 100%; }
.topics h3 { font-size: 17px; }
.topics h3 b {
  padding: 10px 30px;
  line-height: 1.5;
}
.topics ul { margin: 0; }
.topics ul li { padding: 30px 0; }
.topics ul li a { width: 100%; }
.sns { margin: 10px 0 0; }
.sns ul {
  flex-direction: column;
  padding: 15px 0;
}
.sns li { padding: 4px 0; }

.concept { padding: 110px 0 0 30px; }
.concept .ttlBasic { margin: 0 30px 40px 0; }
.concept .block h2 {
  margin: 0 30px 0 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .03rem;
}
.concept .block > p { margin: 30px 30px 0 0; }
.concept .block > p br { display: none; }
.feature h3.ttlBox { width: calc(100% - 30px); }
.feature .graf { margin: 45px 30px 0 0; }
.feature .point {
  width: 100%;
  max-width: 335px;
}
.feature .point dt span {
  width: 130px;
  height: 130px;
}
.feature .point dt i { font-size: 20px; }
.feature .point dt b { font-size: 11px; }
.feature .point dd i {
  width: 65px;
  height: 65px;
  font-size: 13px;
}
.feature .point dd:before,
.feature .point dd:after {
  width: 35px;
  height: 5px;
  left: 0;
}
.feature .aim { width: 100%; }
.feature .aim p {
  flex-direction: column;
  padding: 10px 0;
}
.feature .aim p:before { top: 0; }
.feature .aim p > * { background-color: initial; }
.feature .aim > p + p { margin: 0; }
.feature .aim p i {
  padding: 0;
  font-size: 13px;
}
.feature .aim p b { padding: 0; }
.feature .graf .grow {
  width: 100%;
  max-width: 375px;
}
.feature .graf figcaption span { width: 110px; }
.feature .graf figcaption span:nth-child(1) { width: 150px; }
.feature .graf figcaption span:nth-child(2) { left: 0; }
.feature .graf figcaption span:nth-child(3) { right: 0; }
.feature .graf figcaption span i { font-size: 14px; }
.feature .graf figcaption span b { font-size: 12px; }
.feature .text { margin: 75px 30px 0 0; }
.feature .text dl:before { display: none; }
.feature .text dt,
.feature .text dd { padding: 0; }
.feature .text dd { letter-spacing: -.02rem; }
.feature .text .line { flex-direction: column; }
.feature .text .line div {
  width: 100%;
  padding: 0 0 25px 0;
}
.feature .text .line div h3 { font-size: 14px; }
.feature .text .line picture { width: 100%; }
.feature .text .line.verVertical dd { flex-direction: column; }
.feature .text .line.verVertical dd b {
  width: 100%;
  padding: 3px 0;
}
.feature .text .line.verVertical dd > b + b { margin: 5px 0 0 0; }
.feature .text .line.verVertical picture { flex-direction: column; }
.feature .text .line.verVertical picture i { width: 100%; }
.feature .text .line.verVertical picture > i + i { margin: 10px 0 0 0; }
.feature .statue { margin: 60px 30px 0 0; }
.feature .statue dl { padding: 20px 20px; }
.feature .statue dl dt i {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
}
.feature .statue dl dd i { line-height: 1.7; }
.feature .statue dl dd b {
  font-size: 100%;
  line-height: 1.8;
}
.feature .ideal .box { padding: 40px 70px 40px 0; }
.feature .ideal .box h3 { line-height: 1.8; }
.feature .ideal .box h3 > * {
  display: block;
  position: relative;
}
.feature .ideal .box h3 b { left: -7px; }
.feature .ideal .box picture {
  flex-direction: column;
  margin: 25px 0;
}
.feature .ideal .box picture span { width: 100%; }
.feature .ideal .box picture > span + span { margin: 15px 0 0 0; }
.feature .ideal .box p { letter-spacing: -.01rem; }
.feature .ideal .category { width: 65px; }
.feature .ideal .category h3 {
  width: 30px;
  padding: 250px 0;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: .05rem;
}
.feature .ideal .category h3:nth-child(1) { top: calc(25% - 80px); }
.feature .ideal .category h3:nth-child(2) { top: calc(75% - 115px); }
.feature .policy { margin: 75px 30px 60px 0; }
.feature .policy dt {
  margin: 25px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
.feature .policy dd p i {
  width: 20px;
  height: 20px;
}
.feature .policy dd p b { width: calc(100% - 20px); }
.feature .policy dd p b {
  margin: -1px 0 0 7px;
  letter-spacing: -.03rem;
}

.curriculum .ttlBasic {  margin: 0 0 50px; }
.curriculum .block h2 {
  margin: 0 0 50px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
}

.curriculum .listStudy { margin: 45px 30px 0; }
.curriculum .listStudy .ttlBox {
  padding: 5px 0;
  margin: 0 0 40px 0;
  border-radius: 0;
}
.curriculum .listStudy .box > p { margin: 0; }
.curriculum .listStudy dl dt i { font-size: 14px; }
.curriculum .listStudy dl dd { padding: 15px 0 0 0; }
.curriculum .verPBL > h3 { margin: 0 0 40px 0; }
.curriculum .verPBL > h3 b {
  padding: 0 15px;
  font-size: 16px;
}
.curriculum .verPBL > h3:before { height: 1px; }
.curriculum .verPBL > p { letter-spacing: -.03rem; }
.curriculum .verPBL .pbl .box {
  flex-direction: column;
  padding: 40px 0 0 0;
  border-top: 1px solid rgba(60,100,160,1);
}
.curriculum .verPBL .pbl .box picture {
  width: 100%;
  margin: 0 0 30px 0;
}
.curriculum .verPBL .pbl .box div { width: 100%; }
.curriculum .verPBL .pbl .box div h3 {
  flex-direction: column;
  align-items: flex-start;
}
.curriculum .verPBL .pbl .box div h3 b { margin: 3px 0 0 0; }
.curriculum .verPBL .pbl .box div p { letter-spacing: .01rem; }
.curriculum .pickup { margin: 30px 0 50px 0; }
.curriculum .pickup .inner {
  flex-direction: column;
  padding: 20px;
}
.curriculum .pickup .inner div {
  width: 100%;
  padding: 0 0 15px 0;
}
.curriculum .pickup .inner picture { width: 100%; }
.curriculum .step {
  width: 90%;
  height: 300vw;
  background-image: url(/kougaku/images/root/graf04-nar.svg);
  right: 2.5%;
}

.interview { padding: 130px 30px 40px; }
.interview .box h3 i {
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.interview .box h3 b {
  padding: 0 20px 0 12px;
  font-size: 16px;
}
.interview .box ul { width: 100%; }
.interview .box ul li { padding: 0; }
.interview .box a {
  width: 100%;
  padding: 5px 15px;
}

.campus { padding: 75px 30px 0; }
.campus .ttlBasic { margin: 0 0 50px 0; }
.campus .facility ul li {
  flex-direction: column;
  padding: 15px 0;
  margin: 0 0 10px 0;
}
.campus .facility ul li picture { width: 100%; }
.campus .facility ul li i {
  top: -25px;
  left: initial;
  right: -25px;
}
.campus .facility ul li b {
  width: 100%;
  font-size: 13px;
  padding: 25px 0 0 0;
}
.campus .map { padding: 25px 0 20px; }
.campus .map figure iframe { height: 350px; }
.campus .map dl { width: 100%; }
.campus .history {
  width: 100%;
  padding: 70px 0 40px 0;
}
.campus .history dd p { flex-direction: column; }
.campus .history dd i,
.campus .history dd b { width: 100%; }
.campus > picture {
  width: 42.5%;
  bottom: 450px;
}

.info { padding: 130px 30px 0; }
.info .inner .box > h3 {
  padding: 10px 0;
  line-height: 1.6;
}

.teacher { padding: 100px 30px 125px; }
.teacher .ttlBasic {
  padding: 0;
  margin: 0 0 40px 0;
}
.teacher .block { padding: 0 50px; }
.listTeacher div {
  width: calc(50% - 10px);
  margin: 0 5px 25px;
}
.listTeacher div:nth-child(2n) { top: 50px; }
.listTeacher h3 small { font-size: 10px; }
.listTeacher h3 i { font-size: 14px; }
.listTeacher ul { width: 100%; }
.listTeacher p,
.listTeacher a { font-size: 9px; }

.partners ul li { width: 100px; }

}


@media screen and (max-width:600px) {

.visual h1 {
  width: 55px;
  min-width: initial;
  min-height: initial;
  top: 7.5%;
  left: initial;
  right: 8vw;
  transform: translate(0,0);
}
.visual h1 img {
  width: 100%;
  min-width: initial;
}
.visual h2 {
  width: 50px;
  min-width: initial;
  left: 50%;
  transform: translate(-27.5vw,10px);
}
.visual h2 img {
  width: 100%;
  min-width: initial;
}
.visual h3 {
  width: 130px;
  min-width: initial;
  height: 130px;
  min-height: initial;
  left: initial;
  bottom: 2%;
  right: 1.5vw;
  transform: translate(0,0);
}
.visual h4 { width: 120px; }

.curriculum .subject {
  width: 92.5%;
  height: 225vw;
  background-image: url(/kougaku/images/root/graf02-nar.svg);
}

.teacher { padding: 100px 15px 125px; }
.teacher .block { padding: 0; }


}


