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

/*
01 Root
========================================================================== */
.dirRoot {}

/* Header ===================== */
header.dirRoot {
  width: 100%;
  height: 100%;
}
header.dirRoot .corner,
header.dirRoot .clip,
header.dirRoot .boxNews { z-index: 1; }

header.dirRoot .corner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 40px;
  left: 45px;
}
header.dirRoot h1 { width: 95px; }
header.dirRoot nav.global {
  width: 130px;
  margin: 10px 0 0 17px;
}
header.dirRoot nav.global ul li {
  font-size: 11px;
  letter-spacing: .02rem;
}
header.dirRoot nav.global ul> li + li { margin: 7px 0 0 0; }
header.dirRoot nav.sns { margin: 30px 0 0 20px; }
header.dirRoot nav.sns > a + a { margin: 0 0 0 10px; }
header.dirRoot .clip {
  width: 170px;
  height: 170px;
}
header.dirRoot .clip:hover {
  width: 180px;
  height: 180px;
}

header.dirRoot .wrapSlider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header.dirRoot .wrapSlider .boxWrap a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%,-50%);
}
header.dirRoot .wrapSlider .boxWrap a h2 b { padding: 25px 0; }
header.dirRoot .wrapSlider .boxWrap a .readmore {
  padding: 4px 60px 5px;
  border: 1px solid var(--white);
  font-size: 10px;
  letter-spacing: .08rem;
  overflow: hidden;
  position: relative;
}
header.dirRoot .wrapSlider .boxWrap a .readmore hr {
  width: 22px;
  bottom: 9px;
  right: 15px;
}
header.dirRoot .wrapSlider .boxWrap a .readmore:before {
  width: 10px;
  bottom: 12px;
  right: 15px;
}
header.dirRoot .wrapSlider .boxWrap a .readmore:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: .2s ease-out;
}
header.dirRoot .wrapSlider .boxWrap a:hover .readmore { color: var(--black); }
header.dirRoot .wrapSlider .boxWrap a:hover .readmore:after { left: 0; }
header.dirRoot .wrapSlider .boxWrap a:hover .readmore:before,
header.dirRoot .wrapSlider .boxWrap a:hover .readmore hr { background-color: var(--gray-mid); }

header.dirRoot .boxNews {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(33,34,35,.75);
  position: absolute;
  bottom: 0;
  left: 0;
}
header.dirRoot .boxNews:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(242,245,252,.18);
  position: absolute;
  bottom: -2px;
  left: 0;
}
header.dirRoot .boxNews h3 {
  display: none;
  margin: 0 12px 0 0;
  color: var(--white-tic);
  letter-spacing: .03rem;
}
header.dirRoot .boxNews ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 75px;
  letter-spacing: 0;
  white-space: nowrap;
}
header.dirRoot .boxNews ul li a time {
  margin: 0 10px 0 0;
  letter-spacing: .05rem;
}
header.dirRoot .boxNews ul li a i {
  display: block;
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header.dirRoot .boxNews ul li a hr { width: 35px; }


/* Main ===================== */
main.dirRoot {}

/* boxCalender */
.dirRoot .boxCalender {
  width: 100%;
  padding: 125px 0;
  background-color: var(--gray-tin);
}
.dirRoot .boxCalender h2,
.dirRoot .boxCalender h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.dirRoot .boxCalender h2 {}
.dirRoot .boxCalender h2 i { letter-spacing: .2rem; }
.dirRoot .boxCalender h3 { padding: 40px 0 35px 0; }
.dirRoot .boxCalender h3 i { letter-spacing: .05rem; }
.dirRoot .boxCalender h3 b {
  font-size: 16px;
  letter-spacing: .05rem;
  transform: scaleY(.92);
}
.dirRoot .boxCalender h3 b small {
  margin: 0 3px;
  font-size: 12px;
}
.dirRoot .boxCalender h3 hr {
  width: 1px;
  height: 25px;
  background-color: var(--white-tic);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.dirRoot .boxCalender .wrapCalender {}
.dirRoot .boxCalender .wrapCalender .window {
  padding: 0;
  position: relative;
}
.dirRoot .boxCalender .wrapCalender .this-month {
  min-height:450px;
}
.dirRoot .boxCalender .wrapCalender ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-start;
  width:900px;
  margin:auto;
  position: relative;
}
.dirRoot .boxCalender .wrapCalender ul li {
  display: flex;
  width:calc(100% / 7);
  height:150px;
  position: relative;
}
.dirRoot .boxCalender .wrapCalender ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid var(--white-tic);
  text-align: center;
  margin:5px;
  background-color: rgba(45,45,45,.9);
  position: relative;
  overflow:hidden;
}
.dirRoot .boxCalender .wrapCalender ul li:last-child a:before,
.dirRoot .boxCalender .wrapCalender ul li:last-child a:after { right: 0; }
.dirRoot .boxCalender .wrapCalender ul li a > * {
  line-height: 1.2;
  transition: .3s ease-out;
  white-space:nowrap;
}
.dirRoot .boxCalender .wrapCalender ul li a:hover > * {
  transform: scale(.9);
  opacity: .1;
}
.dirRoot .boxCalender .wrapCalender ul li a i { letter-spacing: .12rem; }
.dirRoot .boxCalender .wrapCalender ul li a b {
  padding: 8px 0 10px;
  font-size: 32px;
  letter-spacing: .02rem;
}
.dirRoot .boxCalender .wrapCalender ul li a sub {
  font-size: 11px;
  letter-spacing: .03rem;
  white-space:nowrap;
}
.dirRoot .boxCalender .wrapCalender ul li a hr {
  width: 28px;
  height: 28px;
  background-image: url(/images/common/btn-zm-wht.svg);
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%,-50%) scale(1.05);
  transition: .8s ease-in;
}
.dirRoot .boxCalender .wrapCalender ul li a:hover hr {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}
.dirRoot .boxCalender .slick-arrow {}
.dirRoot .boxCalender .slick-arrow:after { width: 30px; }
.dirRoot .boxCalender .slick-arrow.slick-prev { left: 5%; }
.dirRoot .boxCalender .slick-arrow.slick-next { right: 5%; }

.dirRoot .boxCalender .wrapCalender .undecided {
  justify-content: center;
  align-items: center;
  width:100%;
  height: 100%;
  border: none;
}
.dirRoot .boxCalender .wrapCalender .undecided:before,
.dirRoot .boxCalender .wrapCalender .undecided:after { display: none; }

/* boxInfo */
.dirRoot .boxCalender .boxInfo { text-align: center; }
.dirRoot .boxCalender .boxInfo .place {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 55px 0 50px;
}
.dirRoot .boxCalender .boxInfo .place li {}
.dirRoot .boxCalender .boxInfo .place > li + li { margin: 8px 0 0 3px; }
.dirRoot .boxCalender .boxInfo .place li a {
  display: block;
  position: relative;
}
.dirRoot .boxCalender .boxInfo .place li a > * {
  font-size: 11px;
  line-height: 1.2;
}
.dirRoot .boxCalender .boxInfo .place li i {
  padding: 1px 8px;
  letter-spacing: .05rem;
  border: 1px solid var(--white-tic);
}
.dirRoot .boxCalender .boxInfo .place li b {
  letter-spacing: .02rem;
}
.dirRoot .boxCalender .boxInfo .place li b small { font-size: 11px; }
.dirRoot .boxCalender .boxInfo .place li a > *:before {
  font-size: 11px;
  line-height: 1.2;
  position: relative;
}
.dirRoot .boxCalender .boxInfo .place li i:before {
  content: '@';
  top: -1px;
}
.dirRoot .boxCalender .boxInfo .place li b:before {
  content: '=';
  margin: 0 5px 0 2px;
}
.dirRoot .boxCalender .boxInfo p { text-align: center; }
.dirRoot .boxCalender .boxInfo .sns {
  display: inline-flex;
  justify-content: center;
  margin: 60px 0 40px;
  padding: 0 50px;
  position: relative;
}
.dirRoot .boxCalender .boxInfo .sns li {
  padding: 0 50px;
  position: relative;
}
.dirRoot .boxCalender .boxInfo .sns > li + li:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: rgba(200,200,200,.75);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.dirRoot .boxCalender .boxInfo .sns li a {
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
}
.dirRoot .boxCalender .boxInfo .sns li a > * { position: relative; }
.dirRoot .boxCalender .boxInfo .sns li a img {
  width: 20px;
  height: 20px;
  top: -1px;
}
.dirRoot .boxCalender .boxInfo .sns li a i {
  margin: 0 0 0 12px;
  font-size: 11px;
  letter-spacing: .05rem;
  white-space: nowrap;
}
.dirRoot .boxCalender .boxInfo a { transition: .3s ease-out; }
.dirRoot .boxCalender .boxInfo a:hover { opacity: .7; transform: scale(1); }

/* boxConcept */
.dirRoot .boxConcept {}
.dirRoot .boxConcept .frame {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 150px 100px 150px 75px;
}
.dirRoot .boxConcept .text {
  width: 70%;
  padding: 0 0 0 60px;
}
.dirRoot .boxConcept .text h2 {
  display: flex;
  align-items: center;
  margin: 0 0 45px 0;
  padding: 0 0 40px 0;
  position: relative;
}
.dirRoot .boxConcept .text h2 i { letter-spacing: .25rem; }
.dirRoot .boxConcept .text h2 b {
  padding: 0 0 0 40px;
  letter-spacing: .05rem;
}
.dirRoot .boxConcept .text h2 hr {
  width: 65px;
  height: 1px;
  background-color: var(--white-tic);
  position: absolute;
  bottom: 0;
  left: 0;
}
.dirRoot .boxConcept .text p { line-height: 2.4; }
.dirRoot .boxConcept .text > p + p { padding: 25px 0 0; }
.dirRoot .boxConcept .text a {
  display: inline-flex;
  margin: 60px 0 0 0;
  color: var(--white-tic);
}
.dirRoot .boxConcept .text .readmore hr { bottom: 4px; }
.dirRoot .boxConcept .text .readmore:before { bottom: 8px; }
.dirRoot .boxConcept .text .readmore hr,
.dirRoot .boxConcept .text .readmore:before { background-color: var(--white-tic); }
.dirRoot .boxConcept picture {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.dirRoot .boxConcept picture img { max-width: 400px; }

/* boxSchool */
.dirRoot .boxSchool { background-color: var(--white); }
.dirRoot .boxSchool .frame { position: relative; }
.dirRoot .boxSchool .frame > * { color: var(--gray); }
.dirRoot .boxSchool .frameWHT:before {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: rgba(255,255,255,.5);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.dirRoot .boxSchool .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 80px;
}
.dirRoot .boxSchool .intro h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.dirRoot .boxSchool .intro h2 i { letter-spacing: .05rem; }
.dirRoot .boxSchool .intro h2 b {
  margin: 15px 0 0 0;
  text-align: center;
}
.dirRoot .boxSchool .intro h3 {
  font-size: 19px;
  letter-spacing: .08rem;
  line-height: 1.2
}
.dirRoot .boxSchool .intro h3:first-letter { padding: 0 3px 0 0; }
.dirRoot .boxSchool .intro p {
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
}
.dirRoot .boxSchool .intro > p + p { padding: 0; }
.dirRoot .boxSchool .intro p a {
  color: var(--red);
  position: relative;
}
.dirRoot .boxSchool .intro p a:before {
  content: '';
  width: 90%;
  height: 1px;
  background-color: var(--red);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%,0);
}
.dirRoot .boxSchool .linkBar {
  width: 600px;
  margin: 90px auto 0;
  z-index: 2;
}

/* verAbout */
.dirRoot .verAbout {
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.dirRoot .verAbout .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.dirRoot .verAbout .text h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translate(0,-50%);
  z-index: 2;
}
.dirRoot .verAbout .text h2 > * { text-align: center; }
.dirRoot .verAbout .text h2 i {
  line-height: 1.3;
}
.dirRoot .verAbout .text h2 b { padding: 15px 0 0 0; }
.dirRoot .verAbout .text h2 .symbol {
  width: 350px;
  opacity: .05;
  position: absolute;
  top: 50%;
  left: -140px;
  transform: translate(0,-50%);
}
.dirRoot .verAbout .linkSquare {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translate(0,-50%);
  z-index: 2;
}
.dirRoot .verAbout .wrapSlider { width: 100%; }
.dirRoot .verAbout .wrapSlider .window { padding: 0 0 90px; }
.dirRoot .verAbout .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dirRoot .verAbout .slick-arrow {
  top: initial;
  bottom: 0;
}
.dirRoot .verAbout .slick-arrow:before,
.dirRoot .verAbout .slick-arrow:after { background-color: var(--gray); }
.dirRoot .verAbout .slick-prev { left: calc(50% - 100px); }
.dirRoot .verAbout .slick-next { right: calc(50% - 100px); }
.dirRoot .verAbout .slick-dots {
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%,0);
}
.dirRoot .verAbout .slick-dots li {
  width: 7px;
  height: 7px;
  font-size: 0;
  background-color: var(--white-tic);
  border-radius: 50%;
}
.dirRoot .verAbout .slick-dots > li + li { margin: 0 0 0 4px; }
.dirRoot .verAbout .slick-dots li.slick-active { background-color: var(--gray); }

.dirRoot .verAbout .verText {
  margin: -16px 0 0 0;
  position: relative;
}
.dirRoot .verAbout .verText h3 { margin: 0 0 25px 0; }
.dirRoot .verAbout .verText h3 i {
  padding: 0 10px;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.dirRoot .verAbout .verText h3 i:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.dirRoot .verAbout .verText p {}


/* verCurriculum */
.dirRoot .verCurriculum { padding: 100px 0 125px; }
.dirRoot .verCurriculum .list {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.dirRoot .verCurriculum .list div { width: 31%; }
.dirRoot .verCurriculum .list div h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 35px 0;
}
.dirRoot .verCurriculum .list div h2:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--gray);
  position: absolute;
  top: 20px;
  left: 0;
}
.dirRoot .verCurriculum .list div h2 i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 36px;
  text-align: center;
  background-image: url(/images/common/ttl-bg-blk.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.dirRoot .verCurriculum .list div h2 i sub {
  color: var(--white);
  font-size: 25px;
  letter-spacing: .05rem;
  transform: scaleY(.95);
}
.dirRoot .verCurriculum .list div h2 b {
  margin: 25px 0 15px;
  font-size: 14px;
}
.dirRoot .verCurriculum .list div h2 span {
  display: block;
  width: 50px;
}
.dirRoot .verCurriculum .list div p {
  margin: 0 0 35px 0;
  line-height: 1.9;
}
.dirRoot .verCurriculum .list div picture {
  width: 100%;
  height: 17.5vw;
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
.dirRoot .verCurriculum .list div picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: 2.5s ease-out;
}
.dirRoot .verCurriculum .list div:hover picture img { transform: translate(-50%,-50%) scale(1.08); }

/* verCourse */
.dirRoot .verCourse { padding: 100px 0 125px; }
.dirRoot .verCourse > * {
  position: relative;
  z-index: 2;
}
.dirRoot .verCourse .list {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.dirRoot .verCourse .list .block {
  flex-direction: column;
  width: calc(50% - 10px);
}
.dirRoot .verCourse .list .block .box {
  padding: 60px 75px 75px;
  position: relative;
  background-color: var(--gray-tin);
}
.dirRoot .verCourse .list .block .box > * { color: var(--white); }
.dirRoot .verCourse .list .block .box .courseTitle {
  width: 100%;
  padding: 0 0 20px;
}
.dirRoot .verCourse .list .block .box .courseDetail {
  width: 100%;
  padding: 0;
}
.dirRoot .verCourse .list .block .box .courseDetail ul {
  padding: 25px 0;
  border-top: 1px solid rgba(242,245,252,.8);
  border-bottom: 1px solid rgba(242,245,252,.8);
}
.dirRoot .verCourse .list .block .box .courseDetail ul > li + li { margin: 3px 0 0 0; }
.dirRoot .verCourse .list .block .box .courseDetail p {
  padding: 25px 0;
  font-size: 12px;
  border-bottom: 1px solid rgba(242,245,252,.8);
}
.dirRoot .verCourse .list .block .box .courseDetail h4 { padding: 25px 0 0 0; }
.dirRoot .verCourse .list .block .box .courseDetail h5 {
  padding: 2px 20px;
  color: var(--black);
  background-color: var(--white);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .03rem;
  position: absolute;
  right: 75px;
  bottom: 87px;
}
.dirRoot .verCourse .list .block .box .courseDetail h5 i:after {
  content: ':';
  margin: 0 5px;
}
.dirRoot .verCourse .notes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  margin: 80px auto 10px;
}
.dirRoot .verCourse .notes h3 {
  padding: 0 0 40px 0;
  font-size: 16px;
  letter-spacing: .02rem;
  text-align: center;
}
.dirRoot .verCourse .notes .readmore {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 40px;
  padding: 0;
  margin: 50px 0 0 0;
  border: 1px solid var(--gray-tin);
  background-color: var(--white-tin);
}
.dirRoot .verCourse .notes .readmore:before {
  width: 10px;
  bottom: 17px;
}
.dirRoot .verCourse .notes .readmore hr {
  width: 35px;
  bottom: 14px;
}
.dirRoot .verCourse .notes .readmore:before,
.dirRoot .verCourse .notes .readmore hr {
  background-color: var(--black);
  right: 20px;
}
.dirRoot .verCourse .notes .readmore:hover:before,
.dirRoot .verCourse .notes .readmore:hover hr { right: 5px; }

/* boxNews */
.dirRoot .boxNews {}
.dirRoot .boxNews .frame {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 200px 0 200px 100px;
}
.dirRoot .boxNews .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37.5%;
  padding: 0 85px 0 0;
}
.dirRoot .boxNews .text h2 i {
  letter-spacing: .04rem;
  white-space: nowrap;
}
.dirRoot .boxNews .text .linkPage {
  margin: 22px 0 0 0;
  text-align: center;
  background-color: var(--white); 
  white-space: nowrap;
}
.dirRoot .boxNews .text .linkPage .readmore {
  display: block;
  padding: 9px 85px;
  font-size: 11px;
  color: var(--gray);
}
.dirRoot .boxNews .text .linkPage .readmore hr,
.dirRoot .boxNews .text .linkPage .readmore:before {
  background-color: var(--gray);
  right: 25px;
}
.dirRoot .boxNews .text .linkPage .readmore hr { width: 45px; bottom: 14px }
.dirRoot .boxNews .text .linkPage .readmore:before { width: 10px; bottom: 17px; }
.dirRoot .boxNews .text .linkPage .readmore:hover hr,
.dirRoot .boxNews .text .linkPage .readmore:hover:before { right: 0; }

.dirRoot .boxNews .list {
  width: 62.5%;
  padding: 0 50px 0 0;
}


/*
02 Concept
========================================================================== */
.dirConcept {}

/* Main ===================== */
.dirConcept {}
.dirConcept .text h2 { margin: 0 0 35px 0; }
.dirConcept .text > p + p { margin: 20px 0 0 0; }

/* Intro */
.dirConcept .boxIntro { padding: 125px 0 160px 215px; }
.dirConcept .boxIntro .frame {}
.dirConcept .wrapSlider {
  width: 70%;
  height: calc(100% + 285px);
  position: absolute;
  top: -125px;
  right: 0;
  z-index: 1;
}
.dirConcept .wrapSlider .orgDots {
  top: 50%;
  transform: translate(0,0);
}

/* Profile */
.dirConcept .boxProfile {
  padding: 125px 100px 150px 0;
  background-color: var(--ash);
}
.dirConcept .boxProfile .frame {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1400px;
  margin: 50px 0 0 0;
}
.dirConcept .boxProfile .frame > * { color: var(--gray); }
.dirConcept .boxProfile .text {
  width: 52.5%;
}
.dirConcept .boxProfile .text h2 i {
  display: block;
  margin: 0 0 10px 0;
  letter-spacing: .05rem;
  transform: scaleY(.92);
}
.dirConcept .boxProfile .text h2 b { letter-spacing: .08rem; }
.dirConcept .boxProfile .text .readmore {
  display: inline-flex;
  align-items: center;
}
.dirConcept .boxProfile .text .readmore i {
  font-size: 13px;
  letter-spacing: .02rem;
}
.dirConcept .boxProfile .text .readmore img {
  width: 22px;
  margin: 0 10px 0 0;
}
.dirConcept .boxProfile .text .readmore hr,
.dirConcept .boxProfile .text .readmore:before { background-color: var(--gray); }
.dirConcept .boxProfile .text .readmore hr { bottom: 7px; }
.dirConcept .boxProfile .text .readmore:before { bottom: 11px; }
.dirConcept .boxProfile picture {
  width: 47.5%;
  padding: 0 7.5% 0 0;
}
.dirConcept .boxProfile .sns > li + li { margin: 0 0 0 8px; }
.dirConcept .boxProfile .sns a { width: 24px; }
.dirConcept .boxProfile .sns a:hover {
  transform: scale(.95);
  opacity: .5;
}

/* Organize */
.dirConcept .boxOrganize { padding: 125px 0 150px 215px; }
.dirConcept .boxOrganize .frame .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dirConcept .boxOrganize .text { width: 37.5%; }
.dirConcept .boxOrganize .text h2 { margin: 0 0 45px 0; }
.dirConcept .boxOrganize .text h2 i {
  font-size: 13px;
  margin: 0 0 30px 0;
}
.dirConcept .boxOrganize .text h2 b {
  font-size: 18px;
  letter-spacing: .08rem;
}
.dirConcept .boxOrganize .text p { line-height: 2.1; }
.dirConcept .boxOrganize .graf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62.5%;
  margin: 0 0 25px 0;
  position: relative;
}
.dirConcept .boxOrganize .graf p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dirConcept .boxOrganize .graf div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.dirConcept .boxOrganize .graf p small {
  margin: 0 0 2px 0;
  font-size: 11px;
  letter-spacing: .08rem;
}
.dirConcept .boxOrganize .graf .credit {
  left: 50%;
  transform: translate(-200px,-50%);
}
.dirConcept .boxOrganize .graf .credit p {
  width: 160px;
  height: 60px;
  padding: 0 0 0 10px;
  color: var(--gray);
  background-color: var(--white);
  text-align: center;
  line-height: 1.4;
  position: absolute;
  left: 0;
}
.dirConcept .boxOrganize .graf .credit p:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0,-50%);
}
.dirConcept .boxOrganize .graf .credit p:nth-child(1) { top: -155px; }
.dirConcept .boxOrganize .graf .credit p:nth-child(2) { top: 50%; transform: translate(0,-50%); }
.dirConcept .boxOrganize .graf .credit p:nth-child(3) { bottom: -155px; }
.dirConcept .boxOrganize .graf .flow {
  right: 50%;
  transform: translate(235px,-50%);
}
.dirConcept .boxOrganize .graf .flow p {
  display: inline-flex;
  width: 185px;
  padding: 10px 0;
  border: 1px solid rgba(200,200,200,.75);
  background-color: var(--gray);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
}
.dirConcept .boxOrganize .graf .flow p:nth-child(1) { transform: translate(0,-90px); }
.dirConcept .boxOrganize .graf .flow p:nth-child(2) { transform: translate(0,20px); }
.dirConcept .boxOrganize .graf .flow p:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: rgba(200,200,200,.75);
  position: absolute;
  top: 50%;
  left: -40px;
}
.dirConcept .boxOrganize .graf figure {
  width: 16px;
  position: relative;
  z-index: 1;
}
.dirConcept .boxOrganize .graf hr {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 250px 255px 250px;
  border-color: transparent transparent rgba(75,77,80,.75) transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 0;
}

.dirConcept .boxOrganize .list { padding: 75px 100px 0 0; }
.dirConcept .boxOrganize .list h3 {
  font-size: 18px;
  letter-spacing: .12rem;
  margin: 0 0 30px 0;
}
.dirConcept .boxOrganize .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.dirConcept .boxOrganize .list ul li {
  width: calc(50% - 4px);
  margin: 0 2px;
}
.dirConcept .boxOrganize .list ul li > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 135px;
  padding: 0 0 0 50px;
  line-height: 1.8;
  color: var(--gray);
  position: relative;
  overflow: hidden;
}
.dirConcept .boxOrganize .list ul li i,
.dirConcept .boxOrganize .list ul li b {
  position: relative;
  z-index: 1;
  transition: .8s ease-out;
}
.dirConcept .boxOrganize .list ul li i {
  font-size: 14px;
  letter-spacing: .1rem;
}
.dirConcept .boxOrganize .list ul li b {
  font-size: 10px;
  letter-spacing: .08rem;
}
.dirConcept .boxOrganize .list ul li picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  transition: .8s ease-out;
}
.dirConcept .boxOrganize .list ul li:hover i,
.dirConcept .boxOrganize .list ul li:hover b { opacity: .5; }
.dirConcept .boxOrganize .list ul li:hover picture { transform: translate(-50%,-50%) scale(1.05); }

/*
03 About Schoo;
========================================================================== */
.dirSchool {}
.dirSchool .text h2 { margin: 0 0 45px 0; }
.dirSchool .text h2 i {
  margin: 0 0 25px 0;
  letter-spacing: .18rem;
}
.dirSchool .text h2 sub { letter-spacing: .08rem; }
.dirSchool .text > p + p { margin: 20px 0 0 0; }

.dirSchool h3.withArrow { margin: 0 0 30px 0; }
.dirSchool h3.withArrow i {
  padding: 0 0 0 20px;
  font-size: 16px;
  letter-spacing: .12rem;
  position: relative;
}
.dirSchool h3.withArrow i:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 9px;
  left: 0;
}
.dirSchool .noteHead {
  margin: 0 0 45px 0;
  line-height: 1.9;
}
.dirSchool .linkBar {
  width: calc(100% - 30px);
  height: 70px;
  margin: auto;
  position: relative;
  right: 15px;
}
.dirSchool .linkBar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 13px;
}
.dirSchool .linkBar a hr,
.dirSchool .linkBar a:before { right: 25px; }
.dirSchool .linkBar a:hover hr,
.dirSchool .linkBar a:hover:before { right: 0; }
.dirSchool .linkBar a hr { bottom: 32px; }
.dirSchool .linkBar a:before { bottom: 35px; }

/* Main ===================== */
/* Intro */
.dirSchool .boxIntro { padding: 90px 0 120px 215px; }
.dirSchool .boxIntro .frame {}
.dirSchool .boxIntro .wrapSlider {
  width: 70%;
  height: 475px;
  position: absolute;
  top: 150px;
  right: 85px;
  z-index: 1;
}
.dirSchool .boxIntro .wrapSlider .orgDots { transform: translate(85px,-101%); }

/* boxOutline */
.dirSchool .boxOutline { margin: 0 0 75px 0; }
.dirSchool .boxOutline .frame.verGraf { padding: 175px 0 50px 150px; }
.dirSchool .boxOutline .verGraf h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 20px 0;
  position: absolute;
  top: -100px;
  left: 65px;
}
.dirSchool .boxOutline .verGraf h2:before {
  content: '';
  width: 185px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 15px;
  left: -215px;
}
.dirSchool .boxOutline .verGraf h2 i {
  padding: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: .1rem;
  line-height: 1.6;
}
.dirSchool .boxOutline .verGraf h2 b {
  font-size: 11px;
  letter-spacing: .03rem;
}
.dirSchool .boxOutline .verGraf .verText { margin: 55px 0 25px; }
.dirSchool .boxOutline .verGraf .verText p { line-height: 2.2; }
.dirSchool .boxOutline .verGraf .verText > p + p { margin: 25px 0 0 0; }

.dirSchool .boxOutline .verGraf .line hr:nth-child(5) { background-color: rgba(60,65,65,.6); }
.dirSchool .boxOutline .verGraf .verHead { margin: auto; }
.dirSchool .boxOutline .verGraf .verHead div { background-color: var(--white); }
.dirSchool .boxOutline .verGraf .verHead div > * { color: var(--gray); }

.dirSchool .boxOutline .verGraf.bit03 { padding: 0 100px 0 65px; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro h3 {
  padding: 15px 0 70px;
  font-size: 15px;
  letter-spacing: .05rem;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box {
  border-radius: 15px;
  background-color: var(--gray-mid);
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box h3 {
  width: 100%;
  padding: 18px 0 20px 0;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px solid var(--gray);
  white-space: nowrap;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li {
  width: 50%;
  padding: 35px 45px;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul > li + li { border-left: 2px solid var(--gray); }
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li h4 {
  padding: 0 0 15px 15px;
  position: relative;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li h4:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 2px solid var(--white);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li p { font-size: 12px; }
.dirSchool .boxOutline .verGraf.bit03 .verHead { margin: 85px auto 100px auto; }
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li {
  height: 65px;
  background-color: var(--gray-mid);
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li + li { margin: 28px 0 0 0; }
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li > * { font-size: 13px; }
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li:nth-child(1) { background-color: var(--gray-tic); }
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li:nth-child(1) img {
  width: 2px;
  height: 30px;
  left: calc(50% - 1px);
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li b sub {
  font-size: 12px;
  letter-spacing: .05rem;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .return {
  color: var(--white);
  right: -200px;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .return hr {
  width: 72px;
  height: 62px;
  background-image: url(/images/graf/img02-re-wht.svg);
  background-position: center;
  left: -82px;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 475px;
  position: absolute;
  top: 20px;
  left: -195px;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4:before,
.dirSchool .boxOutline .verGraf.bit03 .verHead h4:after {
  content: '';
  position: absolute;
  top: 75px;
  left: 50%;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent var(--white) transparent;
  transform: translate(-50%,0);
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4:after {
  width: 1px;
  height: 318px;
  background-color: var(--white);
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 span {
  line-height: 1.8;
  text-align: center;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 hr {
  width: 135px;
  height: 300px;
  background-image: url(/images/graf/img02-stage.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 82px;
  left: 50%; 
  z-index: -1;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .stage hr {
  width: 180px;
  height: 12px;
  background-image: url(/images/graf/img02-st-wht.svg);
  background-size: cover;
  background-position: right center;
  position: absolute;
  top: 50%;
  left: -174px;
  transform: translate(0,-47%);
}
.dirSchool .boxOutline .verGraf.bit03 .verText {
  border: 1px solid var(--white);
  padding: 35px 0;
}
.dirSchool .boxOutline .verGraf.bit03 .verText div > * {
  text-align: left;
  line-height: 1.8;
}
.dirSchool .boxOutline .verGraf.bit03 .verText h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  letter-spacing: .05rem;
}

.dirSchool .boxOutline .verGraf.bit05 {}
.dirSchool .boxOutline .verGraf.bit05 .verStep {
  align-items: flex-start;
  padding: 35px 100px 35px 65px;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 30px 30px;
  background-color: var(--gray-mid);
  position: relative;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep > .box + .box { margin: 20px 0 0 0; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box h3 {
  padding: 0 0 17px 0;
  font-size: 14px;
  letter-spacing: .05rem;
  text-align: center;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box h3 i { letter-spacing: .02rem; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box h3 i:after {
  content: '：';
  margin: 0 5px;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box div {
  padding: 18px 0;
  background-color: var(--white-tin);
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box div > * { color: var(--gray); }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box div dl {
  display: flex;
  line-height: 1.6;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box div > dl + dl {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px dotted var(--gray-mid);
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dt {
  display: inline-flex;
  justify-content: center;
  width: 12.5%;
  letter-spacing: .12rem;
  position: relative;
}

.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dd {
  width: 87.5%;
  padding: 0 45px 0 30px;
  border-left: 1px dotted var(--gray-mid);
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box hr {
  width: 32px;
  height: 38px;
  background-image: url(/images/school/about/arrow.svg);
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%,0) scaleY(-1);
}

.dirSchool .boxOutline .verGraf.bit06 {}
.dirSchool .boxOutline .verGraf.bit06 .verStep {
  align-items: flex-start;
  padding: 0px 100px 35px 65px;
  position: relative;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep:before,
.dirSchool .boxOutline .verGraf.bit06 .verStep:after {
  content: '';
  position: absolute;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep:before {}
.dirSchool .boxOutline .verGraf.bit06 .verStep:after {}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px 30px;
  margin: 20px 0 0 0;
  background-color: var(--gray-mid);
  position: relative;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box hr {
  width: 32px;
  height: 38px;
  background-image: url(/images/school/about/arrow.svg);
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%,0) scaleY(1);
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 10px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box div {
  width: 525px;
  padding: 0 0 0 35px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box h3 {
  padding: 0 0 17px 0;
  font-size: 14px;
  letter-spacing: .05rem;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box h3 i { letter-spacing: .02rem; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .box h3 i:after {
  content: '：';
  margin: 0 5px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 75px;
  height: calc(100% - 255px);
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translate(0,-50%);
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat > hr {
  width: 1px;
  height: 100%;
  background-color: var(--white);
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat span {
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat span:first-child { top: 0; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat span:last-child { bottom: 0; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat span hr {
  width: 100%;
  height: 100%;
  background-color: var(--white);
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat span:first-child:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent var(--white) transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}

/* verds */
.dirSchool .verWords { margin: 0 0 50px 0; }
.dirSchool .verWords .sliderThumb {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 0 0 150px;
}
.dirSchool .verWords .sliderThumb li {
  padding: 60px 0 0 0;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
}
.dirSchool .verWords .sliderThumb li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-2.5px,0);
}
.dirSchool .verWords .sliderThumb li hr {
  width: 1px;
  height: 14px;
  background-color: rgba(242,245,252,.75);
  position: absolute;
  top: 0;
  left: 50%;
  transition: .5s ease-out;
}
.dirSchool .verWords .sliderThumb li:hover hr,
.dirSchool .verWords .sliderThumb li.active hr {
  height: 45px;
  background-color: var(--white);
}
.dirSchool .verWords .sliderThumb li button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 0 0 30px 0;
  position: relative;
}
.dirSchool .verWords .sliderThumb li button:before,
.dirSchool .verWords .sliderThumb li button:after {
  content: '';
  position: absolute;
  transition: .5s ease-out;
  z-index: 2;
}
.dirSchool .verWords .sliderThumb li button:before {
  width: 100%;
  height: 1px;
  background-color: rgba(242,245,252,.75);
  bottom: -2px;
  left: 0;
}
.dirSchool .verWords .sliderThumb li button:after {
  width: 1px;
  height: 8px;
  background-color: rgba(242,245,252,.75);
  bottom:  -6px;
  left: 50%;
}
.dirSchool .verWords .sliderThumb li:hover button:before,
.dirSchool .verWords .sliderThumb li.active button:before { background-color: var(--white); }
.dirSchool .verWords .sliderThumb li:hover button:after,
.dirSchool .verWords .sliderThumb li.active button:after {
  height: 17px;
  background-color: var(--white);
  bottom:  -10px;
}
.dirSchool .verWords .sliderThumb li button > * { letter-spacing: .08rem; }
.dirSchool .verWords .sliderThumb li button i {}
.dirSchool .verWords .sliderThumb li button b { font-size: 12px; }
.dirSchool .verWords .wrapSlider {}
.dirSchool .verWords .box { padding: 0 0 0 215px; }
.dirSchool .verWords .inner {
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  padding: 70px 70px;
  background-color: rgba(60,65,65,.6);
  position: relative;
}
.dirSchool .verWords .inner > * {
  display: flex;
  flex-direction: column;
}
.dirSchool .verWords hr.icon {
  background-image: url(/images/school/about/link.svg);
  background-size: 99.5%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 2;
}
.dirSchool .verWords hr.verTop {
  width: 280px;
  height: 200px;
  background-image: url(/images/common/logo-smb-wht.svg);
  top: 50%;
  left: 25px;
  transform: translate(0,-50%);
  opacity: .07;
  z-index: 0;
}
.dirSchool .verWords hr.arrow {
  width: 35px;
  height: 40px;
  background-image: url(/images/school/about/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 2;
}

.dirSchool .verWords p {
  font-size: 12px;
  line-height: 1.9;
}
.dirSchool .verWords .lead { width: 30%; }
.dirSchool .verWords .lead h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 15px 0;
}
.dirSchool .verWords .lead h2 i {
  font-size: 11px;
  letter-spacing: .02rem;
}
.dirSchool .verWords .lead h2 i:after {
  content: '：';
  margin: 0 2px;
}
.dirSchool .verWords .lead h2 b { letter-spacing: .05rem; }
.dirSchool .verWords .lead p { white-space: nowrap; }
.dirSchool .verWords .block {
  width: 70%;
  padding: 0 0 0 15px;
}
.dirSchool .verWords .graf { position: relative; }
.dirSchool .verWords .graf ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dirSchool .verWords .graf li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-mid);
  position: relative;
}
.dirSchool .verWords .graf li > * { text-align: center; }
.dirSchool .verWords .graf h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px 0;
}
.dirSchool .verWords .graf h3 i {
  font-size: 11px;
  letter-spacing: .05rem;
}
.dirSchool .verWords .graf h3 b { letter-spacing: .08rem; }
.dirSchool .verWords .graf ul > li + li { margin: 0 0 0 6px; }
.dirSchool .verWords .graf ul li p { white-space: nowrap; }
.dirSchool .verWords .text { position: relative; }
.dirSchool .verWords .text.withBorder {
  width: calc(100% - 5px);
  margin: auto;
  padding: 30px 40px 35px;
  border: 1px solid var(--white);
}
.dirSchool .verWords .text.withBorder:before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: rgba(60,65,65,1);
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%,0);
}
.dirSchool .verWords .text h3 {
  margin: 0 0 15px 0;
  letter-spacing: .05rem;
}
.dirSchool .verWords .text h3 i:after { content: '：'; }
.dirSchool .verWords .text p { font-size: 12px; }
.dirSchool .verWords .ver01 .graf { margin: 0 0 20px 0; }
.dirSchool .verWords .ver01 .graf li {
  width: calc(50% - 3px);
  height: 255px;
  border-radius: 10px;
}
.dirSchool .verWords .ver01 .graf .verGraf {
  width: 36px;
  height: 22px;
  top: 50%;
  left: -21px;
  transform: translate(0,-50%);
}
.dirSchool .verWords .ver02 .graf { margin: 0 0 20px 0; }
.dirSchool .verWords .ver02 .graf li {
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(33.3% - 3px);
  height: 255px;
  padding: 30px 15px;
  border-radius: 10px;
}
.dirSchool .verWords .ver02 .graf h3 {}
.dirSchool .verWords .ver02 .graf p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 2px);
  margin: 0 1px;
  padding: 40px 0;
  color: var(--white);
  background-color: var(--gray-tin);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .02rem;
  text-align: center;
  position: relative;
}
.dirSchool .verWords .ver02 .graf p sub {
  margin: 0 0 8px;
  padding: 0 0 0 9px;
  font-size: 10px;
  position: relative;
}
.dirSchool .verWords .ver02 .graf p sub:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 5px;
  left: 0;
}
.dirSchool .verWords .ver02 .graf li > p + p:after {
  content: '=';
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(-50%,-50%);
}
.dirSchool .verWords .ver02 .graf p.verPlay {}
.dirSchool .verWords .ver02 .graf p.verLife {}
.dirSchool .verWords .ver02 .graf .verGraf {
  width: 25px;
  height: 18px;
  top: 50%;
  left: -15px;
  transform: translate(0,-50%);
}

.dirSchool .verWords .ver03 .graf { margin: 0 0 20px 0; }
.dirSchool .verWords .ver03 .graf h4 {
  text-align: center;
  margin: 0 0 5px 0;
}
.dirSchool .verWords .ver03 .graf h4 small {
  font-size: 11px;
  letter-spacing: .05rem;
}
.dirSchool .verWords .ver03 ul { flex-wrap: wrap; }
.dirSchool .verWords .ver03 .graf ul li {
  width: 50%;
  height: 155px;
  border-bottom: 6px solid rgba(33,34,35,.6);
  border-radius: 10px;
}
.dirSchool .verWords .ver03 .graf ul li:nth-child(even) { border-left: 6px solid rgba(33,34,35,.6); }
.dirSchool .verWords .ver03 .graf ul li:nth-last-child(2),
.dirSchool .verWords .ver03 .graf ul li:last-child { border-bottom: none; }
.dirSchool .verWords .ver03 .graf ul > li + li { margin: 0; }
.dirSchool .verWords .ver03 .graf ul li sub {
  font-size: 11px;
  letter-spacing: .05rem;
  position: absolute;
  top: 15px;
  left: 15px;
}
.dirSchool .verWords .ver03 .graf ul li h3 {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
}
.dirSchool .verWords .ver03 .graf .verGraf {
  width: 25px;
  height: 18px;
}
.dirSchool .verWords .ver03 .graf li:nth-child(1) .verGraf {
  top: 50%;
  right: -15px;
  transform: translate(0,-50%);
}
.dirSchool .verWords .ver03 .graf li:nth-child(2) .verGraf {
  bottom: -12px;
  left: 50%;
  transform: translate(-50%,0) rotate(90deg);
}
.dirSchool .verWords .ver03 .graf li:nth-child(3) .verGraf {
  top: -12px;
  left: 50%;
  transform: translate(-50%,0) rotate(90deg);
}
.dirSchool .verWords .ver03 .graf li:nth-child(4) .verGraf {
  top: 50%;
  left: -15px;
  transform: translate(0,-50%);
}

.dirSchool .verPurpose  { padding: 25px 100px 50px 275px; }
.dirSchool .verPurpose .box {
  width: 95%;
  position: relative;
  margin: auto;
}
.dirSchool .verPurpose .box:before {
  content: '';
  width: 100px;
  height: 100px;
  border: 150px solid rgba(60,65,65,.75);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.dirSchool .verPurpose .box h2 {
  margin: 0 0 60px 0;
  font-size: 18px;
  letter-spacing: .12rem;
  line-height: 1.8;
  text-align: center;
}
.dirSchool .verPurpose .graf {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 45px 0;
  position: relative;
}
.dirSchool .verPurpose p {
  margin: auto;
  text-align: center;
}
.dirSchool .verPurpose .graf div {
  width: 46.25%;
  position: relative;
  padding: 35px 30px 40px;
  background-color: var(--white);
}
.dirSchool .verPurpose .graf div > * { color: var(--gray); }
.dirSchool .verPurpose .graf div h3 { margin: 0 0 15px 0; }
.dirSchool .verPurpose .graf div h3 i {
  font-size: 14px;
  letter-spacing: .08rem;
  padding: 0 0 0 16px;
  position: relative;
}
.dirSchool .verPurpose .graf div h3 i:before {
  content: '';
  width: 3px;
  height: 3px;
  border: 3px solid var(--gray);
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.dirSchool .verPurpose .graf div p {
  font-size: 12px;
  line-height: 1.9;
  text-align: justify;
}
.dirSchool .verPurpose .graf img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dirSchool .verLink { padding: 15px 75px 75px 220px; }

/* Approach */
.dirSchool .boxApproach { padding: 90px 0 150px 215px; }
.dirSchool .boxApproach .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.dirSchool .boxApproach .list .block {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 55px 65px 55px 105px;
  border: 1px solid var(--white);
  border-right: none;
  background-color: var(--gray);
  position: relative;
}
.dirSchool .boxApproach .list > .block + .block { border-top: none; }

.dirSchool .boxApproach .list .block.bit04 {
  margin: 100px 0 0 0;
  border-top: 1px solid var(--white);
}
.dirSchool .boxApproach .list .block.bit04:before {
  content: '＆';
  font-size: 32px;
  color: var(--white-tic);
  position: absolute;
  top: -85px;
  left: 50%;
}
.dirSchool .boxApproach .list .block.bit04 h3 {
  margin: 0 0 20px 0;
  letter-spacing: .08rem;
}
.dirSchool .boxApproach .list .block.bit04 h3 sub {
  display: block;
  width: 150px;
  font-size: 11px;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid var(--white);
  margin: 0 0 25px 0;
}

.dirSchool .boxApproach .block h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translate(0,-52.5%);
  z-index: 2;
}
.dirSchool .boxApproach .block h2:before {
  content: '';
  width: 2px;
  height: calc(100% + 40px);
  background-color: var(--gray);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1
}
.dirSchool .boxApproach .block h2 i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 32px;
  font-size: 27px;
  color: var(--gray);
  letter-spacing: .03rem;
  background-image: url(/images/common/ttl-bg-wht.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dirSchool .boxApproach .block h2 i sub {
  display: block;
  transform: scaleY(.92);
}
.dirSchool .boxApproach .block h2 b {
  margin: 20px 0 15px;
  font-size: 14px;
  text-align: center;
  letter-spacing: .01rem;
}
.dirSchool .boxApproach .block h2 b sub {
  display: block;
  font-size: 10px;
  text-align: center;
  letter-spacing: .08rem;
}
.dirSchool .boxApproach .block h2 span { width: 48px; }
.dirSchool .boxApproach .block .text {
  width: 55%;
  padding: 0 55px 0 0;
}
.dirSchool .boxApproach .block .text p {}
.dirSchool .boxApproach .block .text > p + p { margin: 20px 0 0 0; }
.dirSchool .boxApproach .block .text dl {
  margin: 15px 0 0 0;
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px dashed rgba(242,245,252,.75);
}
.dirSchool .boxApproach .block .text > dl + dl { margin: 5px 0 0 0; }
.dirSchool .boxApproach .block .text dl dt {
  padding: 0 0 0 15px;
  margin: 0 0 7px 0;
  letter-spacing: .05rem;
  position: relative;
}
.dirSchool .boxApproach .block .text dl dt i:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--white);
  position: absolute;
  top: 9px;
  left: 1px;
}
.dirSchool .boxApproach .block .text dl dd { line-height: 1.8; }
.dirSchool .boxApproach .block .text a {
  display: inline-flex;
  margin: 20px 0 0 0;
  padding: 0 50px;
  color: var(--black);
  background-color: var(--white);
}

.dirSchool .boxApproach .block picture {
  width: 45%;
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dirSchool .boxApproach .block picture img {
  height: 100%;
  object-fit: cover;
}

.dirSchool .boxApproach .boxSpecial { margin: 200px 0 0 0; }
.dirSchool .boxApproach .boxSpecial .block {
  height: 400px;
  margin: 0 75px 0 0;
}
.dirSchool .boxApproach .boxSpecial h2 {
  width: 100%;
  padding: 0 0 0 115px;
  font-size: 37px;
  text-align: left;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 1;
  white-space: nowrap;
}
.dirSchool .boxApproach .boxSpecial h2:before,
.dirSchool .boxApproach .boxSpecial h2:after {
  width: 28px;
  height: 110px;
  background-color: var(--gray-mid);
  top: -140px;
  left: calc(50% - 10px);
}
.dirSchool .boxApproach .boxSpecial h3 {
  width: 160px;
  height: 160px;
  color: var(--black);
  background-color: var(--white);
}
.dirSchool .boxApproach .boxSpecial h3 b { margin: 0 0 5px; }
.dirSchool .boxApproach .boxSpecial .title {
  top: -95px;
  left: -125px;
  transform: none;
}
.dirSchool .boxApproach .boxSpecial .block { background-color: var(--gray-mid); }
.dirSchool .boxApproach .boxSpecial .block div {
  width: 60%;
  padding: 90px 75px 90px 120px;
}
.dirSchool .boxApproach .boxSpecial .block picture {
  width: 40%;
  height: 100%;
}
@media screen and (max-width:1100px) {
.dirSchool .boxApproach .boxSpecial h4 br { display: none; }
.dirSchool .boxApproach .boxSpecial .block div { padding: 90px 75px 90px 75px; }
}

/* Professional */
.dirSchool .boxProfessional { padding: 0 45px 120px 215px; }
.dirSchool .boxProfessional .text h2 i {
  margin: 0 0 18px;
  font-size: 18px;
  letter-spacing: .12rem;
}

/* Reference */
.dirSchool .boxReference { padding: 0 45px 120px 215px; }
.dirSchool .boxReference .text h2 i {
  margin: 0 0 18px;
  font-size: 18px;
  letter-spacing: .12rem;
}
.dirSchool .boxReference ul {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 25px 0;
}
.dirSchool .boxReference ul li {
  width: 48.5%;
  margin: 0 1.5% 30px 0;
  position: relative;
}
.dirSchool .boxReference ul li > * {
  display: block;
  padding: 0 15px 0 0;
  position: relative;
}
.dirSchool .boxReference ul li > *:before {
  content: '';
  width: calc(100% - 15px);
  height: 100%;
  border: 1px solid rgba(200,200,200,.75);
  background-color: var(--gray-tin);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  transition: .5s ease-out;
}
.dirSchool .boxReference ul li h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 0 25px;
}
.dirSchool .boxReference ul li h3 > * { text-align: center; }
.dirSchool .boxReference ul li h3 sub {
  display: block;
  margin: 0 0 10px 0;
}
.dirSchool .boxReference ul li h3 i {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dirSchool .boxReference ul li span {
  display: block;
  padding: 12px 0 18px 0;
  font-size: 10px;
  letter-spacing: .08rem;
  text-align: center;
  border-top: 1px solid rgba(242,245,252,.75);
}
.dirSchool .boxReference ul li span i { position: relative; }
.dirSchool .boxReference ul li span i:before,
.dirSchool .boxReference ul li span i:after {
  content: '';
  width: 7px;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 5px;
  right: -20px;
  transition: .5s ease-out;
}
.dirSchool .boxReference ul li span i:before { transform: rotate(0deg); }
.dirSchool .boxReference ul li span i:after { transform: rotate(90deg); }
.dirSchool .boxReference ul li:hover > *:before {
  border: 1px solid rgba(200,200,200,.15);
  background-color: rgba(45,45,45,.5);
  top: 5px;
  left: 5px;
}
.dirSchool .boxReference ul li:hover span i:before { transform: rotate(90deg); }
.dirSchool .boxReference ul li:hover span i:after { transform: rotate(180deg); }


/* Course */
.dirSchool .boxCourse { padding: 90px 0 120px 215px; }
.dirSchool .boxCourse .list {}
.dirSchool .boxCourse .list .block {}
.dirSchool .boxCourse .list .block:before,
.dirSchool .boxCourse .list .block:after {
  border-width: 0 55px 20vw 0;
  border-color: transparent var(--ash) transparent transparent;
}
.dirSchool .boxCourse .list .block .box {
  width: calc(100% - 55px);
  height: 430px;
  background-color: var(--ash);
  position: relative;
}
.dirSchool .boxCourse .list .block .box > * { color: var(--gray); }
.dirSchool .boxCourse .list .courseTitle { width: 40%; }
.dirSchool .boxCourse .list .courseTitle h4 {
  display: inline-flex;
  justify-content: center;
  padding: 0 30px;
  margin: 30px 0 0;
  color: var(--black);
  background-color: initial;
  border: 1px solid var(--gray);
  border-radius: 0; 
  position: initial;
}
.dirSchool .boxCourse .list .courseTitle h4 i:after {
  content: ':';
  margin: 0 5px;
}
.dirSchool .boxCourse .list .detail {
  width: 60%;
  padding: 0 75px 0 0;
}
.dirSchool .boxCourse .list .detail em { color: inherit; }
.dirSchool .boxCourse .list .detail p small {font-size: 12px;}

.dirSchool .boxCourse .list .detail ul {
  margin: 25px 0 15px 0;
  padding: 25px 0 0 0;
  border-top: 1px solid var(--gray);
}
.dirSchool .boxCourse .list .detail ul li { display: flex; }
.dirSchool .boxCourse .list .detail ul > li + li { margin: 8px 0 0 0; }
.dirSchool .boxCourse .list .detail ul li > * {
  color: var(--gray);
  line-height: 1.6;
}
.dirSchool .boxCourse .list .detail ul i:after {
  content: '：';
  margin: 0 2px 0 0;
}
.dirSchool .boxCourse .list .detail ul b > em + em:before {
  content: '+';
  margin: 0 3px;
}
.dirSchool .boxCourse .list .detail ul span {
  display: block;
  line-height: 1.6;
}
.dirSchool .boxCourse .list .detail ul span:last-child { margin: 0 0 3px 0; }
.dirSchool .boxCourse .list .detail ul small { font-size: 11px; }
.dirSchool .boxCourse .list .detail ul time { letter-spacing: .05rem; }
.dirSchool .boxCourse .list .detail ul sub:before {
  content: '／';
  font-size: 10px;
  padding: 0 2px 1px;
}

.dirSchool .boxCourse .notes { padding: 40px 75px 0 75px; }
.dirSchool .boxCourse .notes ul li i {
  padding: 0 0 0 22px;
  position: relative;
}
.dirSchool .boxCourse .notes ul li i:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(/images/common/ico-ck.svg);
  position: absolute;
  top: -1px;
  left: 0;
}
.dirSchool .boxCourse .notes h2 {
  margin: 65px 0 25px 0;
  position: relative;
}
.dirSchool .boxCourse .notes h2 hr {
  width: 325px;
  height: 1px;
  background-color: var(--white-tic);
  position: absolute;
  top: 15px;
  left: -350px;
}
.dirSchool .boxCourse .notes h2 {
  font-size: 16px;
  letter-spacing: .1rem;
  position: relative;
}
.dirSchool .boxCourse .notes p {
  margin: 0 0 25px 0;
  line-height: 2.2;
}
.dirSchool .boxCourse .notes .readmore {
  display: inline-flex;
  font-size: 13px;
}

/* Price */
.dirSchool .boxPrice {
  padding: 100px 100px 120px 215px;
  background-color: var(--ash);
}
.dirSchool .boxPrice  > * { color: var(--gray); }
.dirSchool .boxPrice .taxPrice sub { letter-spacing: 0; }
.dirSchool .boxPrice .taxPrice sub:after { padding: 0; }
.dirSchool .boxPrice .taxPrice em {
  font-size: 20px;
  letter-spacing: -.05rem;
  color: inherit;
}
.dirSchool .boxPrice .taxPrice em:before { font-size: 19px; }
.dirSchool .boxPrice .taxPrice small {
  top: 1px;
  left: -1px;
}
.dirSchool .boxPrice .text h2 i {
  font-size: 18px;
  margin: 0 0 10px;
  letter-spacing: .12rem;
}
.dirSchool .boxPrice .list {}
.dirSchool .boxPrice .list .block {
  display: flex;
  align-items: center;
  border: 1px solid rgba(150,155,155,1);
}
.dirSchool .boxPrice .list > .block + .block { border-top: none; }
.dirSchool .boxPrice .list .block > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dirSchool .boxPrice .list .block h3 {
  width: 15%;
  min-height: 70px;
  padding: 0 0 0 10px;
  background-color: var(--gray-tin);
  color: var(--white);
  letter-spacing: .12rem;
  position: relative;
}
.dirSchool .boxPrice .list .block h3:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 18px;
  border-color: transparent transparent transparent var(--gray-tin);
  position: absolute;
  top: 0;
  right: -18px;
}
.dirSchool .boxPrice .list .block div {
  width: 85%;
  min-height: 70px;
  padding: 0 0 0 20px;
  background-color: rgba(252,255,255,1);
}
.dirSchool .boxPrice .list .block div span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.dirSchool .boxPrice .list .block div span i {
  display: block;
  padding: 0 5px;
  line-height: 1.65;
  letter-spacing: .02rem;
  position: relative;
}
.dirSchool .boxPrice .list .block div span i:before,
.dirSchool .boxPrice .list .block div span i:after {
  padding: 0 5px;
}
.dirSchool .boxPrice .list .block div span i:before { content: '【'; }
.dirSchool .boxPrice .list .block div span i:after { content: '】'; }
.dirSchool .boxPrice .list .block ul {
  display: flex;
  align-items: center;
}
.dirSchool .boxPrice .list .block ul li {
  position: relative;
  white-space: nowrap;
}
.dirSchool .boxPrice .list .block ul > li + li {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.dirSchool .boxPrice .list .block ul > li + li:before {
  content: '';
  width: 2px;
  height: 15px;
  background-color: var(--white-tic);
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translate(0,-50%);
}
.dirSchool .boxPrice .list .notes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px 0 0;
}
.dirSchool .boxPrice .list .notes p {
  padding: 0 0 0 22px;
  line-height: 1.8;
  position: relative;
}
.dirSchool .boxPrice .list .notes > p + p { margin: 3px 0 0 0; }
.dirSchool .boxPrice .list .notes p:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(/images/common/ico-ck-blk.svg);
  position: absolute;
  top: 3px;
  left: 0;
}

.dirSchool .boxPrice .wear { padding: 75px 0 0 0; }
.dirSchool .boxPrice .wear h2 {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px 0;
}
.dirSchool .boxPrice .wear h2 i {
  margin: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: .05rem;
  line-height: 1.6;
}
.dirSchool .boxPrice .wear h2 b { font-size: 12px; }
.dirSchool .boxPrice .wear p.wearnotes {}
.dirSchool .boxPrice .wear p.wearnotes small {
  display: block;
  color: var(--red);
}

.dirSchool .boxPrice .wear .viewer {
  display: flex;
  margin: 40px 0 0 0;
  border-top: 1px solid var(--white-tic);
  border-right: 1px solid var(--white-tic);
  border-bottom: 1px solid var(--white-tic);
  background-color: var(--white);
  position: relative;
}
.dirSchool .boxPrice .wear .viewer div:nth-child(1) { width: 66.666%; }
.dirSchool .boxPrice .wear .viewer div:nth-child(2) { width: 33.333%; }
.dirSchool .boxPrice .wear .viewer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-left: 1px solid var(--white-tic);
}
.dirSchool .boxPrice .viewer picture { display: flex; }
.dirSchool .boxPrice .viewer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.5vw;
  max-width: 290px;
  padding: 25px 65px 0;
  color: var(--black);
  position: relative;
}
.dirSchool .boxPrice .viewer picture > a + a:before,
.dirSchool .boxPrice .viewer picture > a + a:after {
  position: absolute;
  top: 50%;
  left: 0;
}
.dirSchool .boxPrice .viewer picture > a + a:before{
  content: '';
  width: 1px;
  height: 135px;
  background-color: var(--white-tic);
  transform: translate(0,-50%) rotate(30deg);
}
.dirSchool .boxPrice .viewer picture > a + a:after {
  content: 'or';
  font-size: 16px;
  transform: translate(-50%,-50%);
}
.dirSchool .boxPrice .viewer i { position: relative; }
.dirSchool .boxPrice .viewer i:before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(/images/common/btn-zm-blk.svg);
  background-size: cover;
  position: absolute;
  top: 5px;
  left: -20px;
}
.dirSchool .boxPrice .viewer b { margin: 10px 0 0 0; }
.dirSchool .boxPrice .viewer p {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 10px 0;
  border-top: 1px solid var(--white-tic);
  font-size: 12px;
  letter-spacing: .03rem;
  text-align: center;
}
.dirSchool .boxPrice .viewer span {
  font-size: 10px;
  position: absolute;
  bottom: 45px;
  right: -75px;
  transform: rotate(-90deg);
}
.wearinfo { margin: 35px 0 0 0; }
.wearinfo li { line-height: 1.8; }
.wearinfo ul > li + li { margin: 3px 0 0 0; }
.wearinfo li:before {
  content: '※';
  padding: 0 3px 0 0;
}
.wearinfo li a { text-decoration: underline; }

.dirSchool .boxPrice .size {
  display: flex;
  flex-direction: column;
  margin: 35px 0 0 0;
}
.dirSchool .boxPrice .size dl {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
  line-height: 1.5;
  position: relative;
}
.dirSchool .boxPrice .size dl > * { position: relative; }
.dirSchool .boxPrice .size dl dt sub {
  letter-spacing: .05em;
  top: 1px;
}
.dirSchool .boxPrice .size dl dt em {
  font-size: 21px;
}
.dirSchool .boxPrice .size dl dt em:before { font-size: 23px; }
.dirSchool .boxPrice .size dl dt:after {
  content: '=';
  font-size: 14px;
  position: relative;
  top: 2px;
}
.dirSchool .boxPrice .size dl dd {
  display: flex;
}
.dirSchool .boxPrice .size dl dd p {
  display: flex;
  align-items: center;
}
.dirSchool .boxPrice .size dl dd p > * {
  font-size: 14px;
  letter-spacing: .02rem;
  position: relative;
}
.dirSchool .boxPrice .size dl dd > p + p:before {
  content: '+';
  padding: 0 7px;
  font-size: 16px;
  position: relative;
}
.dirSchool .boxPrice .size dl dd p b {}
.dirSchool .boxPrice .size dl dd p b:before {
  content: '¥';
  padding: 0 0 0 5px;
}
.dirSchool .boxPrice .size .notes {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dirSchool .boxPrice .size .notes > * { position: relative; }
.dirSchool .boxPrice .size .notes ul {
  display: inline-flex;
  justify-content: center;
  width: 480px;
  margin: 30px 0 35px;
  padding: 2px 25px;
  background-color: rgba(252,255,255,1);
}
.dirSchool .boxPrice .size .notes ul:before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: var(--gray);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0,-50%);
}
.dirSchool .boxPrice .size .notes ul li {
  width: 240px;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.dirSchool .boxPrice .size .notes ul li > * { position: relative; }
.dirSchool .boxPrice .size .notes ul li i { letter-spacing: .02rem; }
.dirSchool .boxPrice .size .notes ul li i:after { content: '：'; padding: 0 0 0 3px; }
.dirSchool .boxPrice .size .notes p {
  padding: 0 0 0 22px;
  line-height: 1.8;
}
.dirSchool .boxPrice .size .notes p:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(/images/common/ico-ck-blk.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.dirSchool .boxPrice .size .notes > p + p { margin: 3px 0 0 0; }
.dirSchool .boxPrice .wear dd p { padding: 2px 0 0 5px; }

/* Initial */
.dirSchool .boxInitial { padding: 115px 100px 125px 215px; }
.dirSchool .boxInitial .text h2 i {
  font-size: 20px;
  margin: 0 0 10px 0;
}
.dirSchool .boxInitial .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0 0 0;
}
.dirSchool .boxInitial .list dl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(62,65,65,1);
  border: 1px solid rgba(150,155,155,.75);
  position: relative;
}
.dirSchool .boxInitial .list > dl + dl { border-top: none; }
.dirSchool .boxInitial .list > dl + dl:before,
.dirSchool .boxInitial .list > dl + dl:after {
  position: absolute;
  transform: translate(0,-50%);
}
.dirSchool .boxInitial .list > dl + dl:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
  top: 0;
  right: -10px;
}
.dirSchool .boxInitial .list > dl + dl:after {
  content: '+';
  font-size: 20px;
  color: var(--gray);
  top: 0px;
  right: -7px;
}
.dirSchool .boxInitial .list dl > * {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 0;
  line-height: 1.8;
  position: relative;
}
.dirSchool .boxInitial .list dl dt {
  width: 17.5%;
  justify-content: center;
  letter-spacing: .05rem;
}
.dirSchool .boxInitial .list dl dd {
  width: 82.5%;
  padding: 15px 0 15px 45px;
}
.dirSchool .boxInitial .list dl dd:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(150,155,155,.75);
  position: absolute;
  top: 0;
  left: 0;
}
.dirSchool .boxInitial .list dl dd > * {
  display: flex;
  align-items: center;
}
.dirSchool .boxInitial .list dl dd small {
  font-size: 10px;
  letter-spacing: .08rem;
}
.dirSchool .boxInitial .list dl dd sub {
  padding: 0 3px 0 0;
  font-size: 12px;
}
.dirSchool .boxInitial .list dl dd i { font-size: 15px; }
.dirSchool .boxInitial .list dl dd b {
  font-size: 15px;
  letter-spacing: .03rem;
  position: relative;
}
.dirSchool .boxInitial .list dl dd > b + b { padding: 0 0 0 30px; }
.dirSchool .boxInitial .list dl dd > b + b:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: var(--white);
  position: absolute;
  top: 52.5%;
  left: 10px;
  transform: translate(0,-50%) rotate(35deg);
}

.dirSchool .boxInitial .notes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0 75px 0;
}
.dirSchool .boxInitial .notes p {
  padding: 0 0 0 22px;
  position: relative;
}
.dirSchool .boxInitial .notes > p + p { margin: 3px 0 0 0; }
.dirSchool .boxInitial .notes p:before {
  content: '';
  width: 15px;
  height:  15px;
  background-image: url(/images/common/ico-ck.svg);
  position: absolute;
  top: 6px;
  left: 0;
}
.dirSchool .boxInitial .case {
  display: flex;
  justify-content: center;
}
.dirSchool .boxInitial .case .viewer { width: 100%; }
.dirSchool .boxInitial .case > .viewer + .viewer { margin: 0 0 0 12px; }
.dirSchool .boxInitial .case .viewer h3 {
  padding: 0 0 20px 15px;
  font-size: 14px;
  position: relative;
}
.dirSchool .boxInitial .case .viewer h3:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 11px;
  left: 0;
}
.dirSchool .boxInitial .case .viewer div {
  display: flex;
  align-items: center;
  background-color: var(--gray);
  border: 1px solid rgba(150,155,155,.75);
  position: relative;
}
.dirSchool .boxInitial .case .viewer div:before {
  content: '';
  width: 37.5%;
  height: 100%;
  background-color: rgba(62,65,65,1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.dirSchool .boxInitial .case .viewer div ul {
  width: 62.5%;
  padding: 25px 0 25px 40px;
}
.dirSchool .boxInitial .case .viewer div ul li {
  padding: 0 0 0 10px;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
}
.dirSchool .boxInitial .case .viewer div ul li:before,
.dirSchool .boxInitial .case .viewer div ul li:after {
  content: '';
  width: 2px;
  height: 7px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
}
.dirSchool .boxInitial .case .viewer div ul li:before { transform: translate(-50%,-50%) rotate(0deg); }
.dirSchool .boxInitial .case .viewer div ul li:after { transform: translate(-50%,-50%) rotate(90deg); }
.dirSchool .boxInitial .case .viewer div h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37.5%;
  position: relative;
  z-index: 1;
}
.dirSchool .boxInitial .case .viewer div h4:before {
  content: '=';
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0,-50%);
}
.dirSchool .boxInitial .case .viewer div h4 sub {
  font-size: 12px;
  letter-spacing: .08rem;
}
.dirSchool .boxInitial .case .viewer div h4 sub:after { display: none; }
.dirSchool .boxInitial .case .viewer div h4 em {
  font-size: 22px;
  letter-spacing: .05rem;
  line-height: 1.55;
}
.dirSchool .boxInitial .case .viewer div h4 em:before { font-size: 20px; }
.dirSchool .boxInitial .case .viewer div h4 small { letter-spacing: .08rem; }

.dirSchool .boxInitial .discount {
  margin: 110px 0;
  position: relative;
}
.dirSchool .boxInitial .discount:before {
  content: '';
  width: 600px;
  height: 350px;
  background-image: url(/images/common/ico-home.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .75;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.dirSchool .boxInitial .discount > * {
  position: relative;
  z-index: 1;
}
.dirSchool .boxInitial .discount h2 {
  align-items: center;
  margin: 0 0 40px 0;
}
.dirSchool .boxInitial .discount h2 i {
  font-size: 20px;
  margin: 0 0 10px 0;
  letter-spacing: .2rem;
}
.dirSchool .boxInitial .discount p {
  line-height: 2.2;
  text-align: center;
}

.dirSchool .boxInitial .linkBar {
  width: 100%;
  right: 0;
}

/*
03 Join
========================================================================== */
.dirJoin {}

/* Main ===================== */
.dirJoin {}
.dirJoin .text h2 { margin: 0 0 40px 0; }
.dirJoin .text h2 i {
  margin: 0 0 20px 0;
  letter-spacing: .15rem;
}
.dirJoin .text h2 b { letter-spacing: .05rem; }
.dirJoin .text > p + p { margin: 20px 0 0 0; }

/* Flow */
.dirJoin .boxFlow { padding: 125px 100px 175px 215px; }
.dirJoin .boxFlow .frame {}
.dirJoin .boxFlow .steps {
  padding: 25px 0 0 0;
  position: relative;
}
.dirJoin .boxFlow .block {
  padding: 0 0 70px 0;
  margin: 0 0 10px 0;
  position: relative;
}
.dirJoin .boxFlow .block:last-child {
  padding: 0;
  margin: 0 0 80px 0;
}
.dirJoin .boxFlow .block:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translate(0,-50%);
}
.dirJoin .boxFlow .block:last-child:before { display: none; }
.dirJoin .boxFlow .block > * { position: relative; }
.dirJoin .boxFlow .block h3 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28px;
  margin: 0 0 25px 0;
}
.dirJoin .boxFlow .block h3 > * {
  position: relative;
  line-height: 1.2;
}
.dirJoin .boxFlow .block h3 i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  padding: 1px 0 0 7px;
  letter-spacing: .03rem;
  color: var(--gray);
  background-color: var(--white);
}
.dirJoin .boxFlow .block h3 i em {
  padding: 0 0 0 3px;
  color: inherit;
}
.dirJoin .boxFlow .block h3 i:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 12px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(0,-50%);
}
.dirJoin .boxFlow .block h3 b {
  margin: 0 0 0 40px;
  font-size: 16px;
  letter-spacing: .05rem;
}
.dirJoin .boxFlow .block .text {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 130px;
}
.dirJoin .boxFlow .readmore hr,
.dirJoin .boxFlow .readmore:before { right: 15px; }
.dirJoin .boxFlow .readmore:hover hr,
.dirJoin .boxFlow .readmore:hover:before { right: 0; }
.dirJoin .boxFlow .readmore hr { width: 30px; bottom: calc(50% - 1px); }
.dirJoin .boxFlow .readmore:before { bottom: calc(50% + 2px) }
.dirJoin .boxFlow .block .text p {
  display: flex;
  flex-direction: column;
}
.dirJoin .boxFlow .block .text p sub {
  display: block;
  margin: 15px 0 12px;
  padding: 0 0 0 15px;
  line-height: 1.6;
  position: relative;
}
.dirJoin .boxFlow .block .text p sub:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 7px;
  left: 2px;
}
.dirJoin .boxFlow .block ul {
  display: flex;
  margin: 40px 0;
  border-left: 1px solid rgba(150,155,155,.75);
}
.dirJoin .boxFlow .block ul li {
  width: 33.333%;
  border-right: 1px solid rgba(150,155,155,.75);
}
.dirJoin .boxFlow .block ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.dirJoin .boxFlow .block ul li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dirJoin .boxFlow .block ul li span i {
  width: 25px;
  margin: 0 0 12px 0;
  position: relative;
  top: 0;
}
.dirJoin .boxFlow .block ul li span b {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0;
}
.dirJoin .boxFlow .block ul li span b em { font-size: 14px; letter-spacing: .05rem; }
.dirJoin .boxFlow .block ul li small {
  font-size: 11px;
  letter-spacing: 0;
}
.dirJoin .boxFlow .block ul li small sub {
  position: relative;
  margin: 0 0 0 15px;
}
.dirJoin .boxFlow .block ul li small sub:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: var(--white);
  position: absolute;
  top: 3px;
  left: -8px;
}
.dirJoin .boxFlow .block address > * { display: block; }
.dirJoin .boxFlow .block address b { font-size: 14px; letter-spacing: .03rem; }
.dirJoin .boxFlow .block .notes i {
  display: block;
  padding: 0 0 0 22px;
  letter-spacing: 0;
  position: relative;
}
.dirJoin .boxFlow .block .notes i:before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(/images/common/ico-ck.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.dirJoin .boxFlow .linkBar {
  height: 75px;
  margin: 45px 0 0;
}
.dirJoin .boxFlow .linkBar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
}

.dirJoin .boxFlow .linkBar.withImage {
  height: 100px;
  background-color: rgba(242,245,252,.92);
}
.dirJoin .boxFlow .linkBar.withImage a {
  flex-direction: column;
  color: var(--gray);
}
.dirJoin .boxFlow .linkBar.withImage a i {
  width: 32px;
  margin: 0 0 7px 0;
}
.dirJoin .boxFlow .linkBar.withImage a:before,
.dirJoin .boxFlow .linkBar.withImage a hr { background-color: var(--gray); }

.dirJoin .boxFlow .block .linkPage { margin: 45px 0; }
.dirJoin .boxFlow .block .linkPage > * {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 100px;
  border: 1px solid rgba(150,155,155,.75);
  position: relative;
}


/*
04 Coaching Staff
========================================================================== */
.dirCoach {}

/* Main ===================== */
.dirCoach {}
.dirCoach .text h2 { margin: 0 0 40px 0; }
.dirCoach .text h2 i {
  margin: 0 0 20px 0;
  letter-spacing: .15rem;
}
.dirCoach .text h2 b { letter-spacing: .05rem; }
.dirCoach .text > p + p { margin: 20px 0 0 0; }
.dirCoach .lead { padding: 20px 0 10px; }

/* Supervisor */
.dirCoach .boxSupervisor { padding: 125px 0 100px 215px; }
.dirCoach .boxCoach {
  padding: 60px 0 200px 215px;
  background-color: var(--ash);
}
.dirCoach .boxCoach .frame > * {
  padding: 90px 0 0;
  color: var(--gray);
}
.dirCoach .block { position: relative; }
.dirCoach .block .text {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.dirCoach .block .text .name {
  width: 42.5%;
  margin: 0 0 55px 0;
}
.dirCoach .block .text .name > * { display: block; }
.dirCoach .block .text .name i {
  display: block;
  margin: 0 0 5px 0;
  font-size: 26px;
  letter-spacing: .08rem;
  transform: scaleY(.92);
}
.dirCoach .block .text .name b { font-size: 12px; }
.dirCoach .block .text .inner {
  width: 42.5%;
}
.dirCoach .block .text > .inner + .inner { margin: 40px 0 0 0; }
.dirCoach .block .text .inner h3 {
  margin: 0 0 20px 0;
  font-size: 14px;
  letter-spacing: .05rem;
}
.dirCoach .block .text .inner > p + p { margin: 15px 0 0 0; }

.dirCoach .blockProf {
  display: flex;
  position: relative;
  z-index: 1;
}
.dirCoach .boxSupervisor .blockProf { margin: 35px 0; }
.dirCoach .boxSupervisor .blockProf > .verProf + .verProf { padding: 0 0 0 35px }
.dirCoach .boxSupervisor .blockProf dt:before { border-color: rgba(242,2445,252,1) transparent transparent transparent; }
.dirCoach .boxSupervisor .blockProf dd p:before { background-color: var(--white); }
.dirCoach .boxSupervisor .blockProf .verYear { width: 40%; }
.dirCoach .boxSupervisor .blockProf .verYear p {
  display: flex;
  flex-direction: column;
  white-space: normal;
}
.dirCoach .boxSupervisor .blockProf .verYear p b {
  margin: 3px 0 0 0;
  line-height: 1.5;
}

.dirCoach .boxCoach .block .text .inner {
  width: 50%;
  position: relative;
}
.dirCoach .boxCoach .block .text > .inner + .inner { margin: 0; }
.dirCoach .boxCoach .block .text h2 {
  width: 52.5%;
  margin: 0 0 40px 0;
}
.dirCoach .boxCoach .block > .verProf + .verProf { padding: 0 0 0 65px; }
.boxCoach .list.verProf dd p {
  letter-spacing: -.01rem;
  margin: 5px 0;
}
.boxCoach .list.verProf dd p small {
  display: block;
  margin: 1px 0 0 0;
  font-size: 12px;
  position: relative;
  left: -5px;
}

.dirCoach .block.linkPage { margin: 20px 0 0 0; }
.dirCoach .block.linkPage a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42.5%;
  min-width: 375px;
  padding: 12px 0;
  background-color: var(--gray-tin);
  border: 1px solid rgba(150,155,155,.75);
}
.dirCoach .block.linkPage a img { width: 22px; margin: 0 12px 0 0; }
.dirCoach .block.linkPage a hr { width: 40px; bottom: calc(50% + -3px); }
.dirCoach .block.linkPage a:before { bottom: calc(50% + 1px); }
.dirCoach .block.linkPage a hr,
.dirCoach .block.linkPage a:before { right: 20px; }
.dirCoach .block.linkPage a:hover hr,
.dirCoach .block.linkPage a:hover:before { right: 0; }

.dirCoach .block picture {
  display: flex;
  justify-content: center;
  width: 62.5%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-55%);
  z-index: 0;
}
.dirCoach .boxSupervisor .block picture {}
.dirCoach .boxSupervisor .block picture img { width: 375px; }
.dirCoach .boxCoach .block picture {
  top: 20px;
  transform: none;
}
.dirCoach .boxCoach .block picture img { width: 100%; }


/*
05 Access
========================================================================== */
.dirAccess {}

/* Main ===================== */

/* Access */
.dirAccess .boxAccess { padding: 125px 0 160px 215px; }
.dirAccess .text h2 { margin: 0 0 40px 0; }
.dirAccess .text h2 i {
  margin: 0 0 20px 0;
  letter-spacing: .18rem;
}
.dirAccess .text h2 b { letter-spacing: .05rem; }
.dirAccess .lead {
  padding: 15px 0 0 0;
  margin: 0 0 5px 0;
}

.dirAccess .frame .block {
  padding: 65px 0 0 0;
  position: relative;
}
.dirAccess .frame > .block + .block { margin: 100px 0 0 0; }
.dirAccess .block > * { position: relative; }
.dirAccess .block .text {
  width: 40%;
  z-index: 1;
}
.dirAccess .block .text h3 > * {
  display: flex;
  flex-direction: column;
}
.dirAccess .block .text h3 i {
  margin: 0 0 2px 0;
  font-size: 15px;
  letter-spacing: .03rem;
}
.dirAccess .block .text h3 b,
.dirAccess .block .text h3 sub { font-size: 12px; }
.dirAccess .block .text address {
  display: block;
  margin: 0 0 15px 0;
  letter-spacing: .03rem;
  line-height: 1.8;
}
.dirAccess .block .text address sub {
  display: block;
  font-size: 14px;
}
.dirAccess .block .text address small { font-size: 12px; }
.dirAccess .block .text dl { padding: 9px 0; }
.dirAccess .block .text dl dt:before,
.dirAccess .block .text dl dd p i:before {
  content: '';
  position: absolute;
  left: 3px;
}
.dirAccess .block .text dl dt {
  padding: 0 0 8px 18px;
  letter-spacing: .05rem;
  position: relative;
}
.dirAccess .block .text dl dt:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: var(--white) transparent transparent transparent;
  top: 11px;
}
.dirAccess .block .text dl dd {}
.dirAccess .block .text dl dd p { line-height: 1.8; }
.dirAccess .block .text dl dd p i {
  padding: 0 0 0 18px;
  position: relative;
}
.dirAccess .block .text dl dd p i:before {
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  top: 7px;
  transform: rotate(45deg);
}
.dirAccess .block .text .notes { 
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.8;
}
.dirAccess .block .text .notes i:before {
  content: '※';
  margin: 0 3px;
}
.dirAccess .block .text .readmore {
  display: inline-flex;
  margin: 30px 0;
}
.dirAccess .block .text .readmore i {
  display: flex;
  align-items: center;
}
.dirAccess .block .text .readmore i img {
  width: 15px;
  margin: 0 10px 0 0;
}
.dirAccess .block .text .readmore hr { width: 40px; }
.dirAccess .block .text .readmore hr,
.dirAccess .block .text .readmore:before { right: 20px; }
.dirAccess .block .text .readmore:hover hr,
.dirAccess .block .text .readmore:hover:before { right: 0; }
.dirAccess .block figure {
  width: 55%;
  height: 550px;
  background-color: var(--gray-tin);
  position: absolute;
  top: 53.5%;
  right: 0;
  transform: translate(0,-50%);
  z-index: 0;
}
.dirAccess .block figure iframe {
  width: 100%;
  height: 100%;
}

/*
06 News - Topics
========================================================================== */
.dirNews {}

/* Main ===================== */
.dirNews {}
.dirNews .text h2 { margin: 0 0 75px 0; }
.dirNews .text h2 i {
  margin: 0 0 20px 0;
  letter-spacing: .15rem;
}
.dirNews .text h2 b { letter-spacing: .05rem; }

/* List */
.dirNews .boxNews { padding: 125px 100px 180px 215px; }
.dirNews .pagination { padding: 0 30px 0 0; }
.dirNews .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 0;
  position: relative;
}
.dirNews .pagination ul li {}
.dirNews .pagination ul > li + li { margin: 0 0 0 17px; }
.dirNews .pagination ul li hr {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-top: 1px solid var(--white);
  border-right: 1px solid var(--white);
  position: relative;
  transform: rotate(45deg);
}
.dirNews .pagination ul li:first-child hr { transform: rotate(-135deg); }
.dirNews .pagination ul li.active { cursor: default; }


/*
07 FAQ
========================================================================== */
.dirFaq {}

/* Main ===================== */
.dirFaq {}
.dirFaq .boxFaq { padding: 125px 0 180px 215px; }
.dirFaq .text h2 { margin: 0 0 75px 0; }
.dirFaq .text h2 i {
  margin: 0 0 20px 0;
  letter-spacing: .15rem;
}
.dirFaq .text h2 b { letter-spacing: .05rem; }


/*
08 Form
========================================================================== */
.dirForm {}
/* List */
.dirForm .boxForm { padding: 125px 100px 180px 215px; }
.dirForm .text h2 { margin: 0 0 65px 0; }
.dirForm .text h2 i {
  margin: 0 0 20px 0;
  letter-spacing: .15rem;
}
.dirForm .text ul { padding: 20px 0 10px; }
.dirForm .text ul li {}
.dirForm .text ul > li + li { padding: 2px 0 0 0; }
.dirForm .text ul li > * {
  display: inline-flex;
  align-items: center;
}
.dirForm .text ul li i {
  font-size: 14px;
  letter-spacing: .05rem;
  transform: scaleY(.92);
}
.dirForm .text ul li b { padding: 3px 0 0 0; }
.dirForm .text ul li small { font-size: 12px; letter-spacing: .03rem; }
.dirForm .text ul li .readmore {
  margin: 20px 0 0;
  padding: 0 50px 0 0;
}
.dirForm .text ul li .readmore img { width: 23px; margin: 0 12px 0 0; }
.dirForm .text ul li .readmore hr {
  width: 35px;
  bottom: 7px;
}
.dirForm .text ul li .readmore:before { bottom: 11px; }
.dirForm .text address { display: flex; }
.dirForm .text address i {
  padding: 0 5px 0 0;
  letter-spacing: .05rem;
}




@media screen and (min-width:1600px) {

.dirRoot .boxCalender .wrapCalender ul li a { padding: 35px 40px; }
.dirRoot .frame.verCourse .list .block .box { justify-content: flex-start; }

}

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

header.dirRoot h1 { width: 100%; }
header.dirRoot .corner h1 { display: none; }
header.dirRoot nav:not(.humbNav) { display: none; }
header.dirRoot .wrapSlider .boxWrap a h2 b {
  padding: 20px 0 25px;
  font-size: 18px;
}
header.dirRoot .wrapSlider .boxWrap a {
  max-width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-50%,-50%);
}
header.dirRoot .wrapSlider .boxWrap a .readmore {
  border: 1px solid var(--white-tic);
  padding: 5px 70px 7px;
}
header.dirRoot .wrapSlider .boxWrap a .readmore hr,
header.dirRoot .wrapSlider .boxWrap a .readmore:before { right: 15px; }
header.dirRoot .wrapSlider .boxWrap a:hover .readmore hr,
header.dirRoot .wrapSlider .boxWrap a:hover .readmore:before { right: 0; }
header.dirRoot .wrapSlider .boxWrap a .readmore hr {
  width: 35px;
  bottom: 12px;
}
header.dirRoot .wrapSlider .boxWrap a .readmore:before { bottom: 16px; }

.dirRoot .boxCalender { padding: 125px 0 125px 0; }
.dirRoot .boxCalender .wrapCalender { margin: auto; }
.dirRoot .boxCalender .wrapCalender ul {
  width:750px;
}
.dirRoot .boxCalender .wrapCalender ul li {
  width:calc(100% / 6);
}
.dirRoot .boxCalender .wrapCalender ul li:before,
.dirRoot .boxCalender .wrapCalender ul li:after,
.dirRoot .boxCalender .wrapCalender ul li:last-child a:before,
.dirRoot .boxCalender .wrapCalender ul li:last-child a:after { display: none; }
.dirRoot .boxCalender .wrapCalender ul li a i,
.dirRoot .boxCalender .wrapCalender ul li a sub { letter-spacing: .15rem; }
.dirRoot .boxCalender .wrapCalender ul li a b {
  padding: 5px;
  font-size: 30px;
}
.dirRoot .boxCalender .boxInfo .place { margin: 40px 0 42px; }
.dirRoot .boxCalender .boxInfo .sns { padding: 0; }
.dirRoot .boxCalender .boxInfo .sns li { padding: 0 45px; }

.dirRoot .boxConcept .frame {
  align-items: flex-start;
  padding: 150px 110px 150px 110px;
}
.dirRoot .boxConcept .text {
  width: 100%;
  padding: 0 0 35px;
}
.dirRoot .boxConcept .text h2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.dirRoot .boxConcept .text h2 b { padding: 25px 0 0 0; }
.dirRoot .boxConcept .text h2 hr { display: none; }
.dirRoot .boxConcept .text p br { display: none; }
.dirRoot .boxConcept picture {
  width: 50%;
  margin: 0 40px 0 0;
}

.dirRoot .verAbout {
  flex-direction: column;
  padding: 165px 0 135px 0;
}
.dirRoot .verAbout .text { flex-direction: column; }
.dirRoot .verAbout .text h2,
.dirRoot .verAbout .linkSquare {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  transform: none;
}
.dirRoot .verAbout .text h2 i br { display: none }
.dirRoot .verAbout .text h2 .symbol { display: none; }
.dirRoot .verAbout .wrapSlider { margin: 50px 0 75px; }

.dirRoot .verCurriculum { padding: 100px 110px 125px; }
.dirRoot .verCurriculum .list {
  flex-direction: column;
  max-width: 625px;
  padding: 0;
  margin: auto;
}
.dirRoot .verCurriculum .list div {
  width: 100%;
  padding: 40px 45px;
  border: 1px solid rgba(100,100,100,.75);
  background-color: rgba(242,245,252,.65);
}
.dirRoot .verCurriculum .list > div + div {
  margin: 0;
  border-top: none;
}
.dirRoot .verCurriculum .list div > * {
  flex-direction: column;
  flex-wrap: initial;
}
.dirRoot .verCurriculum .list div h2 { width: 100%; }
.dirRoot .verCurriculum .list div h2:before { display: none; }
.dirRoot .verCurriculum .list div h2 b { margin: 20px 0 10px; }
.dirRoot .verCurriculum .list div p,
.dirRoot .verCurriculum .list div picture { width: 100% }
.dirRoot .verCurriculum .list div picture {
  max-height: initial;
  height: 300px;
}
.dirRoot .verCurriculum .list div p { margin: 0 0 35px 0; }
.dirRoot .boxSchool .linkBar {
  width: 100%;
  max-width: 625px;
}

.dirRoot .verCourse { padding: 100px 110px 125px; }
.dirRoot .verCourse .list {
  flex-direction: column;
  padding: 0;
}
.dirRoot .verCourse .list .block { width: 100%; }
.dirRoot .verCourse .list > .block + .block { margin: 2px 0 0 0; }
.dirRoot .verCourse .list .block .box {
  width: 100%;
  max-width: 625px;
  padding: 50px 50px 60px;
  margin: auto;
}
.dirRoot .verCourse .list .block .box .courseDetail h5 {
  right: 50px;
  bottom: 72px;
}
.dirRoot .verCourse .notes {
  width: 100%;
  max-width: 625px;
}

.dirRoot .boxNews .frame {
  flex-direction: column;
  padding: 150px 30px 150px 110px;
}
.dirRoot .boxNews .text,
.dirRoot .boxNews .list { width: 100%; }
.dirRoot .boxNews .text {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px 0 0;
  margin: 0 0 75px 0;
}
.dirRoot .boxNews .text .linkPage {
  margin: 0;
  background-color: initial;
  border: 1px solid var(--white);
}
.dirRoot .boxNews .text .linkPage .readmore {
  color: var(--white);
}
.dirRoot .boxNews .text .linkPage .readmore hr,
.dirRoot .boxNews .text .linkPage .readmore:before { background-color: var(--white); }
.dirRoot .boxNews .text .linkPage .readmore hr { width: 35px; }

.dirConcept .boxIntro { padding: 125px 0 130px 165px; }
.dirConcept .wrapSlider {
  width: 67.5%;
  height: 550px;
  top: 170px;
  background-color: var(--gray);
}
.dirConcept .boxProfile { padding: 175px 75px 130px 0; }
.dirConcept .boxProfile .frame { max-width: initial; }
.dirConcept .boxOrganize { padding: 150px 75px 150px 165px; }
.dirConcept .boxOrganize .frame {
  flex-direction: column;
  align-items: flex-start;
}
.dirConcept .boxOrganize .frame .box {
  flex-direction: column;
  align-items: center;
}
.dirConcept .boxOrganize .text { width: 100%; }
.dirConcept .boxOrganize .text h3 { padding: 0 0 30px; }
.dirConcept .boxOrganize .text h3 hr { display: none; }
.dirConcept .boxOrganize .graf { margin: 85px 0 10px; }
.dirConcept .boxOrganize .graf .credit p { height: 50px; }
.dirConcept .boxOrganize .graf .credit p:before { border-width: 25px 0 25px 20px; }
.dirConcept .boxOrganize .list { padding: 75px 0 0 0; }
.dirConcept .boxOrganize .list ul li > * { height: 100px; }

.dirSchool .text h2 i { letter-spacing: .15rem; }
.dirSchool .verLink { padding: 15px 75px 75px 175px; }
.dirSchool .linkBar {
  width: 100%;
  right: 0;
}
.dirSchool .boxIntro { padding: 135px 0 75px 165px; }
.dirSchool .boxIntro .wrapSlider {
  width: 67.5%;
  height: 425px;
  right: 0;
}
.dirSchool .boxOutline .verGraf h2 { left: 15px; }
.dirSchool .boxOutline .verGraf h2:before { width: 190px; }
.dirSchool .boxOutline .frame.verGraf {}
.dirSchool .boxOutline .verGraf.bit03 .verIntro h3 { padding: 20px 0 60px 0; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li { padding: 30px; }
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li > * { font-size: 12px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep { padding: 35px 75px 35px 20px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box { padding: 25px 30px 30px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box h3 { font-size: 13px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box div dl { flex-direction: column; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dt {
  justify-content: flex-start;
  width: 100%;
  padding: 0 30px;
  margin: 0 0 0 15px;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dt:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: var(--black) transparent transparent transparent;
  position: absolute;
  top: calc(50% - 3px);
  left: 17px;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dd {
  width: 100%;
  padding: 8px 30px 0;
  line-height: 1.6;
  border-left: none;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep { padding: 35px 75px 35px 20px; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .box { padding: 20px 70px 30px 40px; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .box div {
  width: 100%;
  padding: 0 0 0 45px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box div p br { display: none; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat {
  height: calc(100% - 270px);
  width: 50px;
  right: 50px;
  transform: translate(0,-48%);
}

.dirSchool .verPurpose { padding: 25px 75px 50px 185px; }
.dirSchool .verPurpose .box { width: 100%; }
.dirSchool .verPurpose .box h2 { letter-spacing: .03rem; }
.dirSchool .verPurpose .graf div {
  width: 45.25%;
  padding: 30px 30px 35px;
}
.dirSchool .verPurpose .graf div p { line-height: 1.7; }

.dirSchool .verWords .box { padding: 0 0 0 165px; }
.dirSchool .verWords .inner { width: calc(100% - 70px); }
.dirSchool .verWords .sliderThumb { padding: 0 130px 0 225px; }
.dirSchool .verWords .sliderThumb li button { width: 160px; }
.dirSchool .verWords .inner {
  flex-direction: column;
  padding: 65px 50px 60px 50px;
}
.dirSchool .verWords .lead {
  width: 100%;
  margin: 0 0 35px 0;
}
.dirSchool .verWords .lead h2 { margin: 0 0 12px 0; }
.dirSchool .verWords .block {
  width: 100%;
  padding: 0 0 0 0;
}
.dirSchool .verWords .inner p { white-space: normal; }
.dirSchool .verWords .inner .lead p br { display: none; }
.dirSchool .verWords hr.verTop { display: none; }
.dirSchool .verWords .ver01 .graf,
.dirSchool .verWords .ver02 .graf,
.dirSchool .verWords .ver03 .graf { margin: 0 0 25px 0; }
.dirSchool .boxOutline .verGraf.bit03 { padding: 0 75px 0 20px; }

.dirSchool .boxApproach { padding: 135px 75px 120px 165px; }
.dirSchool .boxApproach .list .block {
  flex-direction: column;
  padding: 45px 60px 60px 60px;
  border-right: 1px solid var(--white);
}
.dirSchool .boxApproach .block .text {
  width: 100%;
  padding: 0 0 35px 0;
  margin: auto;
}
.dirSchool .boxApproach .block h2 {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}
.dirSchool .boxApproach .block picture {
  width: 100%;
  margin: auto;
}
.dirSchool .boxApproach .block h2 { margin: 0 0 35px 0; }
.dirSchool .boxApproach .block h2 i {
  width: 82px;
  height: 32px;
}
.dirSchool .boxApproach .block h2 i sub { font-size: 22px; top: 0; }
.dirSchool .boxApproach .block h2 b { margin: 15px 0 5px; }
.dirSchool .boxApproach .block h2 span { width: 42px; }
.dirSchool .boxApproach .block .text dl,
.dirSchool .boxApproach .block .text > p + p { margin: 15px 0 0 0; }

.dirSchool .boxApproach .boxSpecial { max-width: initial; }
.dirSchool .boxApproach .boxSpecial .block {
  height: initial;
  margin: 0;
}
.dirSchool .boxApproach .boxSpecial .block div,
.dirSchool .boxApproach .boxSpecial .block picture { width: 100%; }
.dirSchool .boxApproach .boxSpecial h2 {
  padding: 0;
  font-size: 35px;
  text-align: right;
}
.dirSchool .boxApproach .boxSpecial .title {
  flex-direction: row;
  justify-content: flex-start;
  left: -25px;
}
.dirSchool .boxApproach .boxSpecial .block div { padding: 85px 75px 65px; }
.dirSchool .boxApproach .boxSpecial h4 {
  margin: 0 0 40px 0;
  text-align: center;
}
.dirSchool .boxApproach .boxSpecial h4 br { display: block; }
.dirSchool .boxApproach .boxSpecial .block picture { height: 375px; }

.dirSchool .boxReference { padding: 90px 50px 120px 165px; }
.dirSchool .boxReference ul li { width: 100%; margin: 0 0 25px 0; }

.dirSchool .boxCourse { padding: 135px 0 120px 165px; }
.dirSchool .boxCourse .list .block .box {
  width: 100%;
  height: initial;
  padding: 45px 0;
}
.dirSchool .boxCourse .list .block { padding: 0 75px 0 0; }
.dirSchool .boxCourse .list .block .box { flex-direction: column; }
.dirSchool .boxCourse .list .detail {
  flex-direction: column;
  width: 100%;
  padding: 35px 50px 15px 50px;
  margin: auto;
}
.dirSchool .boxCourse .list .detail ul span { text-align: left; }
.dirSchool .boxCourse .list.verCourse .detail p,
.dirSchool .boxCourse .list.verCourse .detail h4 { margin: auto; }
.dirSchool .boxCourse .list.verCourse .detail h4 {
  position: relative;
  top: initial;
  left: initial;
}
.dirSchool .boxCourse .list .detail ul {
  margin: 30px auto;
  padding: 35px 0;
  border-bottom: 1px solid var(--gray);
}
.dirSchool .boxCourse .notes { padding: 50px 75px 0 0; }
.dirSchool .boxCourse .notes h2 hr { display: none; }
.dirSchool .boxCourse .notes p br { display: none; }
.dirSchool .boxCourse .notes .readmore { font-size: 12px; }

.dirSchool .boxPrice { padding: 100px 75px 120px 165px; }
.dirSchool .boxPrice .text h2 { align-items: flex-start; }
.dirSchool .boxPrice .list .block { flex-direction: column; }
.dirSchool .boxPrice .list > .block + .block { margin: 15px 0 0; }
.dirSchool .boxPrice .list .block h3,
.dirSchool .boxPrice .list .block div {
  width: 100%;
  min-height: initial;
  padding: 10px 0;
}
.dirSchool .boxPrice .list .block h3:before { display: none; }
.dirSchool .boxPrice .list .notes { align-items: flex-start; }
.dirSchool .boxPrice .taxPrice em { font-size: 18px; }
.dirSchool .boxPrice .size dl dt sub { font-size: 13px; }
.dirSchool .boxPrice .size .notes ul { width: 100%; }
.dirSchool .boxPrice .size .notes ul li { width: 50%; }

.dirSchool .boxPrice .viewer a { padding: 25px 35px 0; }
.dirSchool .boxPrice .viewer i:before { left: -35px; }

.dirSchool .boxInitial { padding: 115px 75px 120px 165px; }
.dirSchool .boxInitial .list {}
.dirSchool .boxInitial .list dl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dirSchool .boxInitial .list dl > * { justify-content: center; }
.dirSchool .boxInitial .list dl dt,
.dirSchool .boxInitial .list dl dd { width: 100%; }
.dirSchool .boxInitial .list dl dt { padding: 7px 0; }
.dirSchool .boxInitial .list dl dd {
  padding: 12px 0;
  background-color: var(--gray);
}
.dirSchool .boxInitial .list dl dd:before { display: none; }
.dirSchool .boxInitial .list dl dd > b + b:before { left: 6px; }
.dirSchool .boxInitial .list dl dd > b + b { padding: 0 0 0 20px; }

.dirSchool .boxInitial .case {
  flex-direction: column;
  align-items: flex-start;
}
.dirSchool .boxInitial .case .viewer { width: 100%; }
.dirSchool .boxInitial .case .viewer h3 { margin: 0; }
.dirSchool .boxInitial .case .viewer h3 span { padding: 0 0 15px 10px; }
.dirSchool .boxInitial .case .viewer h3 span:before {
  top: 10px;
  left: 0;
  transform: initial;
}
.dirSchool .boxInitial .case .viewer h3 span:after { display: none; }
.dirSchool .boxInitial .case > .viewer + .viewer { margin: 35px 0 0 0; }
.dirSchool .boxInitial .discount:before {
  width: 100%;
  height: 275px;
}

.dirJoin .boxFlow { padding: 125px 100px 210px 165px; }
.dirJoin .boxFlow .block:before { left: 40px; }
.dirJoin .boxFlow .block h3 i { width: 80px; }
.dirJoin .boxFlow .block .text { padding: 0 0 0 120px; }
.dirJoin .boxFlow .block .text p br { display: none; }
.dirJoin .boxFlow .block ul {
  flex-direction: column;
  margin: 20px 0 35px 0;
  border-left: none;
}
.dirJoin .boxFlow .linkBar.withImage { height: 70px; }
.dirJoin .boxFlow .linkBar.withImage a { flex-direction: row; }
.dirJoin .boxFlow .linkBar.withImage a i {
   width: 25px;
   margin: 0 10px 0 0;
}
.dirJoin .boxFlow .block ul li {
  width: 100%;
  padding: 12px 0;
  border-right: none; 
  border-bottom: 1px solid rgba(150,155,155,.75);
}
.dirJoin .boxFlow .block ul li a,
.dirJoin .boxFlow .block ul li span {
  flex-direction: row;
  white-space: nowrap;
}
.dirJoin .boxFlow .block ul li span i {
  width: 20px;
  margin: 0 8px 0 0;
}
.dirJoin .boxFlow .block ul li small { margin: 0 0 0 12px; }
.dirJoin .boxFlow .linkBar a { padding: 0 10px 0 0; }

.dirCoach .boxSupervisor { padding: 125px 0 120px 165px }
.dirCoach .block .text .inner { width: 52.5%; }
.dirCoach .boxSupervisor .block picture { width: 35%; right: 5vw; }
.dirCoach .boxSupervisor .block picture img { width: 100%; }
.dirCoach .boxSupervisor .blockProf { flex-direction: column; }
.dirCoach .boxSupervisor .blockProf > .verProf + .verProf {
  margin: 0 0 50px 0;
  padding: 0;
}
.dirCoach .boxSupervisor .blockProf .verYear { width: 100%; }
.dirCoach .boxSupervisor .blockProf .verYear p br { display: none; }
.dirCoach .boxCoach { padding: 60px 0 110px 165px; }
.dirCoach .boxCoach .block picture {
  width: 60%;
  top: 37.5%;
}

.dirNews .boxNews { padding: 125px 100px 180px 165px; }

.dirAccess .boxAccess { padding: 125px 0 160px 165px; }
.dirAccess .block .text { width: 100%; }

.dirFaq .boxFaq { padding: 125px 0 180px 165px; }

.dirForm .boxForm { padding: 125px 100px 180px 165px; }

}


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

.dirRoot .boxCalender .wrapCalender .this-month {
  min-height:700px;
}
.dirRoot .boxCalender .wrapCalender ul {
  width:575px;
}
.dirRoot .boxCalender .wrapCalender ul li {
  width: calc(100% / 4);
}
.dirRoot .boxCalender .wrapCalender ul li:nth-child(2n) { top: initial; }
.dirRoot .boxCalender .wrapCalender ul li a b { font-size: 25px; }
.dirRoot .boxCalender .wrapCalender .undecided {
  width: initial;
  max-width: initial;
  padding: 5vw 0;
}
.dirRoot .boxCalender .boxInfo .place { flex-direction: column; }
.dirRoot .boxCalender .boxInfo .place > li + li { margin: 3px 0 0 0; }
.dirRoot .boxCalender .boxInfo .place li { padding: 0; }
.dirRoot .boxCalender .boxInfo .place li i {
  padding: 0 8px;
  font-size: 11px;
}
.dirRoot .boxCalender .slick-arrow.slick-prev,
.dirRoot .boxCalender .slick-arrow.slick-next { top: -75px; }
.dirRoot .boxCalender .slick-arrow.slick-prev { left: 27.5%; }
.dirRoot .boxCalender .slick-arrow.slick-next { right: 27.5%; }

.dirRoot .boxCalender .boxInfo .sns {
  flex-direction: column;
  margin: 50px 0 0;
  padding: 0;
}
.dirRoot .boxCalender .boxInfo .sns li { padding: 5px 0; }
.dirRoot .boxCalender .boxInfo .sns > li + li:before { display: none; }
.dirRoot .boxConcept .frame {
  flex-direction: column;
  padding: 140px 75px 135px 150px;
}
.dirRoot .boxConcept picture { margin: 0; }
.dirRoot .boxConcept .text > p + p { padding: 20px 0 0; }
.dirRoot .verAbout { padding: 120px 0; }
.dirRoot .verAbout .text > p + p { padding: 20px 0 0 0; }
.dirRoot .verAbout .text h2,
.dirRoot .verAbout .linkSquare { left: initial; }
.dirRoot .verAbout .linkSquare { width: calc(100% - 280px); }
.dirRoot .verAbout .wrapSlider { margin: 50px 0 75px; }
.dirRoot .verAbout .wrapSlider .box { margin: 0 0 0 0; }
.dirRoot .verAbout .wrapSlider .window { padding: 0 0 100px 0; }
.dirRoot .verAbout .slick-prev { left: calc(50% - 100px); }
.dirRoot .verAbout .slick-next { right: calc(50% - 100px); }
.dirRoot .verAbout .slick-dots { left: calc(50% - 0px); }

.dirRoot .boxSchool .intro { padding: 0 75px 50px 150px; }
.dirRoot .boxSchool .intro p { text-align: justify; }
.dirRoot .boxSchool .intro > p + p { padding: 0 100px; }
.dirRoot .boxSchool .intro p br { display: none; }
.dirRoot .boxSchool .intro p a:before { bottom: -4px; }
.dirRoot .boxSchool .linkBar {
  width: calc(100% - 225px);
  max-width: initial;
  margin: 60px auto 0 150px;
}
.dirRoot .verCurriculum { padding: 100px 0 125px 0; }
.dirRoot .verCurriculum .list {
  max-width: initial;
  padding: 0 75px 0 150px;
}
.dirRoot .verCurriculum .list div { padding: 35px; }
.dirRoot .verCurriculum .list div h2 { margin: 0 0 25px 0; }
.dirRoot .verCurriculum .list div h2 i sub { font-size: 22px; }
.dirRoot .verCurriculum .list div picture { height: 250px; }

.dirRoot .verCourse { padding: 100px 0 125px 0; }
.dirRoot .verCourse .text { padding: 0 0 0 0; }
.dirRoot .verCourse .list .block { padding: 0 75px 0 150px; }
.dirRoot .verCourse .list .block .box {
  flex-direction: column;
  max-width: initial;
  padding: 45px 0 60px;
}
.dirRoot .verCourse .list .block .box .courseDetail { padding: 0 50px; }
.dirRoot .verCourse .notes {
  max-width: initial;
  padding: 0 75px 0 150px;
}
.dirRoot .verCourse .notes .readmore { width: 100%; }

.dirRoot .boxNews .frame { padding: 150px 75px 150px 150px; }
.dirRoot .boxNews .text { flex-direction: column; }
.dirRoot .boxNews .text h2 i { letter-spacing: .12rem; }
.dirRoot .boxNews .text .linkPage { margin: 35px 0 0; }

.dirConcept .text h2 { margin: 0 0 55px 0; }
.dirConcept .boxIntro { padding: 200px 75px 165px 150px; }
.dirConcept .boxIntro p br { display: none; }
.dirConcept .wrapSlider {
  width: 100%;
  height: 400px;
  margin: 50px 0 0 0;
  position: relative;
  top: initial;
}
.dirConcept .wrapSlider .orgDots {
  top: 50%;
  left: -150px;
  transform: translate(0,-20px);
}
.dirConcept .boxProfile { padding: 125px 75px 125px 150px; }
.dirConcept .boxProfile .frame {
  flex-direction: column;
  margin: 0;
}
.dirConcept .boxProfile .text {
  width: 100%;
  margin: 0;
}
.dirConcept .boxProfile .text h2 {
  align-items: flex-start;
  margin: 0 0 40px 0;
}
.dirConcept .boxProfile picture {
  width: 55%;
  padding: 0;
  margin: 50px 0 0 0;
}
.dirConcept .boxOrganize { padding: 150px 75px 150px 150px; }
.dirConcept .boxOrganize .list ul { flex-direction: column; }
.dirConcept .boxOrganize .list ul li {
  width: 100%;
  margin: 2px 0;
}
.dirConcept .boxOrganize .list ul li > * {
  height: 17vw;
  padding: 0 0 0 50px;
}
.dirConcept .boxOrganize .list ul li i {
  font-size: 13px;
  line-height: 1.7;
}
.dirConcept .boxOrganize .list ul li b { letter-spacing: .03rem; }

.dirSchool .text h2 { margin: 0 0 50px 0; }
.dirSchool .text h2 i { margin: 0 0 18px 0; }
.dirSchool .boxIntro { padding: 200g4498px 75px 50px 150px; }
.dirSchool .boxIntro .wrapSlider {
  width: 100%;
  height: 400px;
  margin: 75px 0 0 0;
  position: relative;
  top: initial;
}
.dirSchool .boxIntro .wrapSlider .orgDots {
  top: 50%;
  left: -150px;
  transform: translate(0,-20px);
}
.dirSchool .boxIntro .wrapSlider .orgDots li { justify-content: flex-start; }

.dirSchool .verWords .sliderThumb { padding: 0 75px 0 150px; }
.dirSchool .verWords .sliderThumb li button { width: 140px; }
.dirSchool .verWords .sliderThumb li button > * {
  font-size: 11px;
  letter-spacing: .04rem;
}
.dirSchool .verWords .sliderThumb li button b { font-size: 11px; }

.dirSchool .verWords .inner {
  width: calc(100% - 75px);
  padding: 60px 40px;
}
.dirSchool .verWords .box { padding: 0 0 0 150px; }
.dirSchool .verWords .lead {
  flex-direction: column;
  margin: 0 0 30px 0;
}
.dirSchool .verWords .lead h2 {
  margin: 0 0 15px 0;
  font-size: 13px;
}
.dirSchool .verWords .graf h3 { margin: 0 0 5px 0; }
.dirSchool .verWords .graf ul { flex-direction: column; }
.dirSchool .verWords .graf ul > li + li { margin: 6px 0 0 0; }
.dirSchool .verWords .ver01 .graf ul li {
  width: 100%;
  height: 150px;
}
.dirSchool .verWords .ver02 .graf h3 {
  position: relative;
  top: -1px;
}
.dirSchool .verWords .ver02 .graf ul li {
  width: 100%;
  height: 100px;
}
.dirSchool .verWords .ver02 .graf p {
  padding: 0;
  background-color: initial;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.dirSchool .verWords .ver02 .graf p.verPlay { left: 0; }
.dirSchool .verWords .ver02 .graf p.verLife { right: 0; }
.dirSchool .verWords .ver02 .graf p sub { padding: 0 0 0 12px; }
.dirSchool .verWords .ver02 .graf p br { display: none; }
.dirSchool .verWords .ver02 .graf li > p + p:after { display: none; }

.dirSchool .verWords .ver03 .graf ul li {
  width: 100%;
  height: 75px;
  border-bottom: none;
}
.dirSchool .verWords .ver03 .graf ul li:nth-child(even) { border: none; }
.dirSchool .verWords .ver03 .graf ul > li + li { margin: 6px 0 0 0; }
.dirSchool .verWords .ver03 .graf ul li sub {
  font-size: 10px;
  top: 10px;
}
.dirSchool .verWords .ver03 .graf li:nth-child(1) .verGraf { display: none; }

.dirSchool .verWords .ver01 .graf .verGraf,
.dirSchool .verWords .ver02 .graf .verGraf,
.dirSchool .verWords .ver03 .graf li:nth-child(2) .verGraf,
.dirSchool .verWords .ver03 .graf li:nth-child(3) .verGraf,
.dirSchool .verWords .ver03 .graf li:nth-child(4) .verGraf {
  width: 20px;
  height: 12px;
  top: -10px;
  left: 50%;
  transform: translate(-50%,0) rotate(90deg);
}
.dirSchool .verWords .text.withBorder {
  width: 100%;
  border: none;
  padding: 45px 0 0;
}
.dirSchool .verWords hr.arrow {
  width: 20px;
  height: 30px;
  bottom: -50px;
}

.dirSchool .boxOutline .frame.verGraf { padding: 200px 75px 50px 150px; }
.dirSchool .boxOutline .verGraf h2 { left: 0; }
.dirSchool .boxOutline .verGraf h2 i { font-size: 16px; }
.dirSchool .boxOutline .verGraf h2 b { letter-spacing: .01rem; }
.dirSchool .boxOutline .verGraf.bit03 { padding: 0; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro h3 { font-size: 14px; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul { flex-direction: column; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li { width: 100%; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul > li + li {
  border-top: 2px solid var(--gray);
  border-left: none;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .return {
  right: -150px;
  font-size: 11px;
  text-align: left;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .stage hr {
  width: 120px;
  left: -115px;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 {
  left: 50%;
  transform: translate(-270px,0);
  z-index: -1;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 span { font-size: 11px; }
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 span:nth-child(1) {}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 span:nth-child(2) {}
.dirSchool .boxOutline .verGraf.bit03 .verText { padding: 35px 40px; }

.dirSchool .boxOutline .verGraf.bit05 .verStep { padding: 35px 0; }
.dirSchool .boxOutline .verGraf.bit05 .verStep > .box + .box { margin: 15px 0 0 0; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box hr {
  width: 27px;
  height: 32px;
  top: -25px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep { padding: 35px 0; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .box h3 {
  display: flex;
  flex-direction: column;
  padding: 0 0 12px 0;
  font-size: 12px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat { right: -30px; }

.dirSchool .boxOutline .verGraf .verText { padding: 0; }
.dirSchool .boxOutline .verGraf .verText p { line-height: 2; }
.dirSchool .boxOutline .verGraf .verText > p + p { margin: 20px 0 0 0; }

.dirSchool .verPurpose { padding: 25px 75px 50px 150px; }
.dirSchool .verPurpose .box { width: 100%; }
.dirSchool .verPurpose p { text-align: justify; }
.dirSchool .verPurpose p br { display: none; }
.dirSchool .verLink { padding: 15px 75px 75px 150px; }
.dirSchool .linkBar {
  width: 100%;
  right: initial;
}

.dirSchool .boxApproach { padding: 200g4498px 75px 120px 150px; }
.dirSchool .boxApproach .text h4 br { display: none; }
.dirSchool .boxApproach .boxSpecial { width: 100%; }
.dirSchool .boxApproach .boxSpecial h2 { text-align: center; }
.dirSchool .boxApproach .boxSpecial h2:before,
.dirSchool .boxApproach .boxSpecial h2:after {
  width: 22px;
  height: 90px;
}
.dirSchool .boxApproach .boxSpecial .title {
  top: -25px;
  left: 0;
}
.dirSchool .boxApproach .boxSpecial .block div { padding: 240px 30px 50px; }

.dirSchool .boxReference { padding: 50px 75px 120px 150px; }
.dirSchool .boxReference .text p br { display: none; }
.dirSchool .boxReference ul { margin: 60px 0 50px 0; }
.dirSchool .boxReference ul li { margin: 0 0 30px 0; }
.dirSchool .boxReference ul li > * { padding: 0; }
.dirSchool .boxReference ul li > *:before { width: 100%; }
.dirSchool .boxReference .linkPage { padding: 15px 50px 10px 0; }
.dirSchool .boxReference .linkPage > * {
  width: 100%;
  padding: 22px 0;
  text-align: center;
  line-height: 1.8;
}
.dirSchool .boxReference .linkPage > * small {
  margin: 5px 0 0 0;
  font-size: 11px;
}
.dirSchool .boxReference .linkPage > *:before { bottom: 55px; }
.dirSchool .boxReference .linkPage > * hr { bottom: 51px; }

.dirSchool .boxCourse { padding: 200g4498px 75px 120px 150px; }
.dirSchool .boxCourse .list .block { padding: 0; }
.dirSchool .boxCourse .text h4 br { display: none; }
.dirSchool .boxCourse .notes h2 { letter-spacing: .03rem; }
.dirSchool .boxCourse .notes { padding: 50px 0 0 }

.dirSchool .boxPrice { padding: 100px 75px 120px 150px; }
.dirSchool .boxPrice .wear h2 i {
  margin: 0 0 8px 0;
  letter-spacing: .03rem;
}
.dirSchool .boxPrice .wear p br { display: none; }
.dirSchool .boxPrice .wear dd p { padding: 2px 0 0 0; }
.dirSchool .boxPrice .wear .viewer {
  flex-direction: column;
}
.dirSchool .boxPrice .wear .viewer div:nth-child(1),
.dirSchool .boxPrice .wear .viewer div:nth-child(2) { width: 100%; }
.dirSchool .boxPrice .wear .viewer div:nth-child(2) { padding: 0 0 25px 0; }
.dirSchool .boxPrice .viewer a {
  width: 35vw;
  padding: 25px 60px 0;
}
.dirSchool .boxPrice .viewer p { border-bottom: 1px solid var(--white-tic); }

.dirSchool .boxPrice .list .block ul { flex-direction: column; }
.dirSchool .boxPrice .list .block ul li { line-height: 1.7;}
.dirSchool .boxPrice .list .block ul > li + li { margin: 0; padding: 0; }
.dirSchool .boxPrice .list .block ul > li + li:before { display: none; }
.dirSchool .boxPrice .list .block h3,
.dirSchool .boxPrice .list .block div { padding: 11px 0; }
.dirSchool .boxPrice .list .block div span i { line-height: 1.5; }
.dirSchool .boxPrice .list .block .taxPrice {
  flex-wrap: wrap;
  justify-content: center;
}
.dirSchool .boxPrice .list .block div { padding: 10px 0 18px; }
.dirSchool .boxPrice .list .block div span {
  align-items: center;
  width: 100%;
}
.dirSchool .boxPrice .size dl {
  flex-direction: column;
  align-items: flex-start;
}
.dirSchool .boxPrice .size > dl + dl { margin: 25px 0 0 0; }
.dirSchool .boxPrice .size dl dt:after { display: none; }
.dirSchool .boxPrice .size dl dt sub { font-size: 14px; }
.dirSchool .boxPrice .size dl dt em { font-size: 23px; }
.dirSchool .boxPrice .size dl dt em:before { font-size: 22px; }
.dirSchool .boxPrice .size dl dd p > * { font-size: 13px; }
.dirSchool .boxPrice .size dl dd:before,
.dirSchool .boxPrice .size dl dd:after { top: 4px; }
.dirSchool .boxPrice .size dl dd > p + p:before {
  padding: 0 5px;
  font-size: 13px;
}
.dirSchool .boxPrice .size .notes ul { width: 100%; }

.dirSchool .boxInitial { padding: 115px 75px 120px 150px; }
.dirSchool .boxInitial .list dl dt { padding: 8px 0; }
.dirSchool .boxInitial .list dl dd {
  flex-direction: column;
  padding: 18px 0;
}
.dirSchool .boxInitial .list dl dd > b + b { padding: 0; }
.dirSchool .boxInitial .list dl dd > b + b:before { display: none; }

.dirJoin .boxFlow { padding: 125px 75px 150px 150px; }
.dirJoin .boxFlow .block .text p br { display: none; }
.dirJoin .boxFlow .text h2 {
  align-items: center;
  margin: 0 0 40px 0;
}
.dirJoin .boxFlow .text h2 i {
  margin: 0 0 12px 0;
  letter-spacing: .05rem;
}
.dirJoin .boxFlow .steps { padding: 10px 0 0 0; }
.dirJoin .boxFlow .block {
  padding: 0 0 25px 0;
  border: 1px solid rgba(242,245,252,.75);
}
.dirJoin .boxFlow .block h3 {
  flex-direction: column;
  height: initial;
  padding: 20px 0;
  margin: 12px 0 40px 0;
}
.dirJoin .boxFlow .block h3 i {
  font-size: 13px;
  background-color: initial;
  color: var(--white);
}
.dirJoin .boxFlow .block h3:before,
.dirJoin .boxFlow .block h3:after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: rgba(242,245,252,.75);
  position: absolute;
  bottom: 3px;
}
.dirJoin .boxFlow .block h3:before {
  left: 0;
  transform: skewY(10deg);
}
.dirJoin .boxFlow .block h3:after {
  right: 0;
  transform: skewY(-10deg);
}
.dirJoin .boxFlow .block h3 i:after { display: none; }
.dirJoin .boxFlow .block h3 b {
  margin: 7px 0 5px 0;
  font-size: 14px;
}
.dirJoin .boxFlow .block .text { padding: 20px 55px; }
.dirJoin .boxFlow .block:before { display: none; }
.dirJoin .boxFlow .block ul li small sub {
  display: block;
  margin: 0;
}
.dirJoin .boxFlow .block ul li small sub:before { display: none; }
.dirJoin .boxFlow .block ul li a { flex-direction: column; }
.dirJoin .boxFlow .block:last-child {
  padding: 0 0 25px 0;
  margin: 0 0 50px;
}
.dirJoin .boxFlow .block .notes i {
  padding: 0 0 0 20px;
  line-height: 1.8;
}
.dirJoin .boxFlow .block .notes i:before {
  width: 13px;
  height: 13px;
  top: 4px;
}
.dirJoin .boxFlow .block .notes > i + i { margin: 5px 0 0 0; }
.dirJoin .boxFlow .block .linkPage > *,
.dirJoin .boxFlow .linkPage.verBottom > * {
  width: 100%;
  padding: 15px 0;
}
.dirJoin .boxFlow .readmore hr { width: 25px; }

.dirCoach .lead { padding: 25px 0; }
.dirCoach .boxSupervisor { padding: 125px 75px 120px 150px; }
.dirCoach .boxSupervisor .blockProf { margin: 25px 0 0; }
.dirCoach .block { display: flex; }
.dirCoach .block .text .name {
  width: 100%;
  margin: 0 0 30px;
}
.dirCoach .block .text .inner { width: 100%; }
.dirCoach .block picture {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
}
.dirCoach .boxSupervisor .block picture {
  width: 100%;
  right: initial;
}
.dirCoach .boxSupervisor .block picture img { width: 250px; }
.dirCoach .boxCoach { padding: 60px 75px 110px 150px; }
.dirCoach .boxCoach .block { flex-direction: column; }
.dirCoach .boxCoach .frame > * { padding: 50px 0 0 0; }
.dirCoach .boxCoach .block .text .inner { width: 100%; }
.dirCoach .boxCoach .block .text h2 {
  width: 100%;
  margin: 0 0 40px 0;
}
.dirCoach .boxCoach .block picture {
  width: 100%;
  margin: 0 0 35px 0;
  position: relative;
  top: initial;
}
.dirCoach .boxCoach .block picture img {}
.dirCoach .boxCoach .block .list.verProf dd p {
  margin: 7px 0;
  padding: 0 0 0 15px;
}
.dirCoach .blockProf { flex-direction: column; }
.dirCoach .boxCoach .block > .verProf + .verProf { padding: 0; margin: 0 0 50px; }

.dirNews .boxNews { padding: 200px 75px 180px 150px; }

.dirAccess .lead { padding: 25px 0 25px; }
.dirAccess .boxAccess { padding: 200px 75px 160px 150px; }
.dirAccess .frame .block { padding: 25px 0 0 0; }
.dirAccess .frame > .block + .block { margin: 60px 0 0 0; }
.dirAccess .block figure {
  width: 100%;
  height: 300px;
  margin: 25px 0 0 0;
  position: relative;
  top: initial;
  transform: translate(0,0);
}

.dirFaq .boxFaq { padding: 200px 75px 180px 150px; }

.dirForm .boxForm { padding: 200px 75px 180px 150px; }

}


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

/* Root */
header.dirRoot .corner {
  top: 7px;
  left: -5px;
}
header.dirRoot h1 { width: 75px; }
header.dirRoot .wrapSlider .boxWrap a h2 b {
  padding: 20px 0 22px;
  font-size: 15px;
}
header.dirRoot .wrapSlider .boxWrap a .readmore {
  padding: 3px 35px 2px;
  font-size: 9px;
}
header.dirRoot .wrapSlider .boxWrap a .readmore { letter-spacing: .05rem; }
header.dirRoot .wrapSlider .boxWrap a .readmore hr { width: 17px; bottom: 7px; }
header.dirRoot .wrapSlider .boxWrap a .readmore:before { width: 8px; bottom: 9px; }
header.dirRoot .wrapSlider .boxWrap a .readmore hr,
header.dirRoot .wrapSlider .boxWrap a .readmore:before { right: 7px; }
header.dirRoot .boxNews { padding: 0; }
header.dirRoot .boxNews ul { width: 100%; }
header.dirRoot .boxNews ul li a {
  font-size: 10px;
  padding: 15px 0;
}
header.dirRoot .boxNews ul li a:before,
header.dirRoot .boxNews ul li a hr { right: 20px; }
header.dirRoot .boxNews ul li a:before { bottom: 21px; }
header.dirRoot .boxNews ul li a hr {
  width: 25px;
  bottom: 18px;
}
header.dirRoot .boxNews ul li a i { max-width: 70vw; }

.dirRoot .boxCalender { padding: 90px 0; }
.dirRoot .boxCalender h2 i { letter-spacing: .15rem; }
.dirRoot .boxCalender h3 { padding: 20px 0 30px 0; }
.dirRoot .boxCalender h3 b { font-size: 14px; }
.dirRoot .boxCalender h3 b small {
  margin: 0 3px 0 1px;
  font-size: 11px;
}
.dirRoot .boxCalender .wrapCalender { padding: 0; }
.dirRoot .boxCalender .wrapCalender ul { padding: 0 25px; }
.dirRoot .boxCalender .wrapCalender ul li {
  width: calc(100% / 3);
  height: 135px;
}
.dirRoot .boxCalender .wrapCalender ul li a {}
.dirRoot .boxCalender .wrapCalender ul li a b {
  padding: 5px 5px 7px;
  font-size: 22px;
}
.dirRoot .boxCalender .wrapCalender ul li a i,
.dirRoot .boxCalender .wrapCalender ul li a sub { font-size: 10px; letter-spacing: .08rem; }
.dirRoot .boxCalender .wrapCalender .undecided {
  width: 100%;
  height: 315px;
  padding: 0;
  border: 1px solid var(--white);
}
.dirRoot .boxCalender .wrapCalender ul li a:hover > * {
  transform: none;
  opacity: 1;
}
.dirRoot .boxCalender .wrapCalender ul li a hr { display: none; }
.dirRoot .boxCalender .slick-arrow.slick-prev { left: 15%; }
.dirRoot .boxCalender .slick-arrow.slick-next { right: 15%; }

.dirRoot .boxCalender .boxInfo { padding: 0 30px; }
.dirRoot .boxCalender .boxInfo .place {
  align-items: flex-start;
  margin: 35px 0;
}
.dirRoot .boxCalender .boxInfo p { text-align: justify; }
.dirRoot .boxCalender .boxInfo p br { display: none; }
.dirRoot .boxCalender .boxInfo .sns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 40px 0 0;
}
.dirRoot .boxCalender .boxInfo .sns:before,
.dirRoot .boxCalender .boxInfo .sns:after {
  width: 1px;
  height: 70px;
  background-color: var(--white-tic);
  background-image: initial;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.dirRoot .boxCalender .boxInfo .sns:before { left: 2.5%; }
.dirRoot .boxCalender .boxInfo .sns:after { right: 2.5%; }
.dirRoot .boxCalender .boxInfo .sns li { padding: 3px 0; }
.dirRoot .boxCalender .boxInfo .sns li a img {
  width: 21px;
  height: 21px;
}
.dirRoot .boxCalender .boxInfo .sns li a i {
  margin: 0 0 0 9px;
  letter-spacing: .03rem;
}

.dirRoot .boxConcept .frame { padding: 90px 30px; }
.dirRoot .boxConcept .text h2 {
  flex-direction: column;
  align-items: flex-start;
}
.dirRoot .boxConcept .text h2 b {
  padding: 20px 0 0 0;
  letter-spacing: .03rem;
}
.dirRoot .boxConcept .text p {
  line-height: 2.2;
  letter-spacing: .03rem;
}
.dirRoot .boxConcept picture {
  display: block;
  width: 85%;
  max-width: 275px;
  margin: auto;
}
.dirRoot .boxConcept picture img { max-width: initial; }

.dirRoot .boxSchool .intro { padding: 0 0 40px 0; }
.dirRoot .boxSchool .intro p { padding: 50px 0 0; }
.dirRoot .boxSchool .linkBar {
  width: 100%;
  margin: 50px auto 0;
}

.dirRoot .verAbout { padding: 90px 0; }

.dirRoot .verAbout .verText { margin: 22px 0 0 0; }
.dirRoot .verAbout .verText h3 { margin: 0 0 20px 0; }
.dirRoot .verAbout .verText h3 i {
  font-size: 13px;
  letter-spacing: .08rem;
}
.dirRoot .verAbout .verText h3 i:before { display: none; }
.dirRoot .verAbout .linkSquare { width: calc(100% - 60px); }

.dirRoot .verCurriculum { padding: 90px 30px; }
.dirRoot .verCurriculum .list { padding: 0; }
.dirRoot .verCurriculum .list div { padding: 30px 25px; }
.dirRoot .verCurriculum .list div h2 { margin: 0 0 25px 0; }
.dirRoot .verCurriculum .list div h2 i {
  width: 80px;
  height: 30px;
}
.dirRoot .verCurriculum .list div h2 i sub { font-size: 23px; }
.dirRoot .verCurriculum .list div h2 b { font-size: 13px }
.dirRoot .verCurriculum .list div h2 span { width: 40px; }
.dirRoot .verCurriculum .list div p { margin: 0 0 25px 0; }
.dirRoot .verCurriculum .list div picture { height: 160px; }
.dirRoot .verCurriculum .list div:hover picture img { transform: none; }

.dirRoot .verCourse { padding: 90px 30px; }
.dirRoot .verCourse .text { padding: 0; }
.dirRoot .verCourse .list .block { padding: 0; }
.dirRoot .verCourse .list .block .box { padding: 40px 0 45px; }
.dirRoot .verCourse .list .block .box .courseTitle { padding: 0 0 10px; }
.dirRoot .verCourse .list .block .box .courseDetail { padding: 0 20px; }
.dirRoot .verCourse .list .block .box .courseDetail p { font-size: 12px; }
.dirRoot .verCourse .list .block .box .courseDetail h5 {
  width: 120px;
  padding: 2px 0;
  font-size: 10px;
  text-align: center;
  right: 20px;
  bottom: 57px;
}
.dirRoot .verCourse .notes { padding: 0; }
.dirRoot .verCourse .notes h3 {
  padding: 0 0 50px 0;
  font-size: 14px;
}
.dirRoot .verCourse .notes p { letter-spacing: .01rem }

.dirRoot .boxNews .frame { padding: 90px 30px; }
.dirRoot .boxNews .text,
.dirRoot .boxNews .list,
.list.verNews ul li .readmore { padding: 0; }
.dirRoot .boxNews .text { margin: 0 0 60px; }
.dirRoot .boxNews .text .linkPage .readmore {
  padding: 5px 50px;
  font-size: 10px;
}
.dirRoot .boxNews .text .linkPage .readmore hr {
  width: 20px;
  bottom: 10px;
}
.dirRoot .boxNews .text .linkPage .readmore:before { bottom: 13px; }
.dirRoot .boxNews .text .linkPage .readmore hr,
.dirRoot .boxNews .text .linkPage .readmore:before { right: 10px; }

/* Concept */
.dirConcept .boxIntro { padding: 145px 30px 90px; }
.dirConcept .boxIntro .text { padding: 0 0 30px 0; }
.dirConcept .boxIntro .text h2 { margin: 0 0 50px 0; }
.dirConcept .wrapSlider {
  margin: 35px 0 0 0;
  height: 300px;
}

.dirConcept .boxProfile { padding: 90px 30px; }
.dirConcept .boxProfile .frame {
  flex-direction: column;
  align-items: flex-start;
}
.dirConcept .boxProfile .text { width: 100%; }
.dirConcept .boxProfile .text h2 i {
  font-size: 21px;
  letter-spacing: .05rem;
}
.dirConcept .boxProfile .text .verProf { margin: 40px 0; }
.dirConcept .boxProfile .text .verProf p {
  margin: 0;
  padding: 12px;
  border: 1px solid var(--gray-tic);
}
.dirConcept .boxProfile .text .verProf dd p:before { display: none; }
.dirConcept .boxProfile .text .verProf dd > p + p { border-top: none; }

.dirConcept .boxProfile picture {
  width: 72.5%;
  max-width: 300px;
  padding: 50px 0 0 0;
  margin: auto;
  position: relative;
}
.dirConcept .boxProfile picture img {}

.dirConcept .boxOrganize { padding: 90px 30px; }
.dirConcept .boxOrganize .text h2 i {
  margin: 0 0 20px 0;
  font-size: 12px;
  letter-spacing: .05rem;
}
.dirConcept .boxOrganize .text h2 b { font-size: 15px; }
.dirConcept .boxOrganize .text p { letter-spacing: .03rem; }
.dirConcept .boxOrganize .graf { margin: 110px 0 25px 0; }
.dirConcept .boxOrganize .graf .credit { transform: translate(-165px,-50%); }
.dirConcept .boxOrganize .graf .credit p {
  width: 125px;
  height: 50px;
  font-size: 10px;
  left: 10px;
}
.dirConcept .boxOrganize .graf .credit p:before { border-width: 25px 0 25px 20px; }
.dirConcept .boxOrganize .graf .credit p:nth-child(1) { top: -120px; }
.dirConcept .boxOrganize .graf .credit p:nth-child(2) { top: 50%; transform: translate(0,-50%); }
.dirConcept .boxOrganize .graf .credit p:nth-child(3) { bottom: -120px; }
.dirConcept .boxOrganize .graf .flow { transform: translate(170px,-50%); }
.dirConcept .boxOrganize .graf .flow p {
  width: 145px;
  font-size: 9px;
  right: 10px;
}
.dirConcept .boxOrganize .graf .flow p:nth-child(1) { transform: translate(0,-85px); }
.dirConcept .boxOrganize .graf .flow p:nth-child(2) { transform: translate(0,15px); }
.dirConcept .boxOrganize .graf .flow p:before {
  width: 12px;
  left: -12px;
}
.dirConcept .boxOrganize .graf figure { width: 12px; }
.dirConcept .boxOrganize .graf hr {
  border-width: 0 150px 240px 150px;
  top: -50px;
}

.dirConcept .boxOrganize .list h3 {
  margin: 0 0 25px 0;
  font-size: 15px;
}
.dirConcept .boxOrganize .list ul li { 
  width: 100%;
  margin: 2px 0;
}
.dirConcept .boxOrganize .list ul li > * { height: 100px; }

.dirSchool .text h2 { margin: 0 0 40px 0; }
.dirSchool .text h2 i {
  margin: 0 0 12px 0;
  letter-spacing: .1rem;
}
.dirSchool h3.withArrow {
  margin: 0 0 25px 0;
  text-align: center;
}
.dirSchool h3.withArrow i {
  padding: 0 0 0 17px;
  font-size: 13px;
}
.dirSchool h3.withArrow i:before { top: 7px; }
.dirSchool .noteHead { line-height: 2.2; }

.dirSchool .verLink { padding: 0 30px 75px; }
.dirSchool .linkBar a {
  font-size: 12px;
  text-align: center;
}
.dirSchool .linkBar a hr { width: 20px; }
.dirSchool .linkBar a hr,
.dirSchool .linkBar a:before { right: 10px; }

.dirSchool .boxIntro { padding: 145px 30px 90px; }
.dirSchool .boxIntro .text { padding: 0; }
.dirSchool .boxIntro .text h2 { align-items: center; }
.dirSchool .boxIntro .text h2 i { letter-spacing: .05rem; }
.dirSchool .boxIntro .text h2 b { text-align: center; }
.dirSchool .boxIntro .text p {
  text-align: justify;
  letter-spacing: .03rem;
}
.dirSchool .boxIntro .text p br { display: none; }
.dirSchool .boxIntro .wrapSlider {
  width: 100%;
  height: 300px;
  margin: 35px auto 0;
  position: relative;
  top: initial;
  right: initial;
}
.dirSchool .boxIntro .wrapSlider .orgDots { display: none !important; }

.dirSchool .boxOutline .frame.verGraf { padding: 90px 0 50px 0; }
.dirSchool .boxOutline .verGraf h2 {
  padding: 0 30px;
  top: -90px;
}
.dirSchool .boxOutline .verGraf h2 i {
  padding: 0 0 5px 0;
  font-size: 15px;
}

.dirSchool .boxOutline .verGraf .verText { padding: 0 30px; }
.dirSchool .boxOutline .verGraf .verText p { line-height: 2; }
.dirSchool .boxOutline .verGraf .verText > p + p { margin: 20px 0 0 0; }
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li > * {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li b sub {
  margin: 0 0 3px 0;
  font-size: 9px;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .return {
  padding: 3px 5px;
  font-size: 9px;
  line-height: 1.3;
  text-align: center;
  right: -80px;
  background-color: var(--gray);
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .return hr {
  width: 50px;
  height: 45px;
  left: -10px;
  z-index: -1;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li img {
  width: 10px;
  height: 18px;
  bottom: -22px;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead ul li .stage hr {
  width: 65px;
  left: -60px;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 {
  top: 12px;
  transform: translate(-170px,0);
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 span {
  font-size: 10px;
  line-height: 1.5;
}
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 span:nth-child(1) { padding: 15px 0 0 0; }
.dirSchool .boxOutline .verGraf.bit03 .verHead h4 span:nth-child(2) { padding: 0 0 15px 0; }
.dirSchool .boxOutline .verGraf.bit03 .verText { padding: 25px; }
.dirSchool .boxOutline .verGraf.bit03 .verText h3 { font-size: 13px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep { padding: 15px 30px 75px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box { padding: 25px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box h3 {
  font-size: 12px;
  letter-spacing: 0;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dt { padding: 0 20px; }
.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dd {
  padding: 8px 20px 0;
  font-size: 11px;
  line-height: 1.8;
}
.dirSchool .boxOutline .verGraf.bit05 .verStep .box dl dt:before { left: 8px; }
.dirSchool .boxOutline .verGraf.bit06 { margin: 50px 0 0 0; }
.dirSchool .boxOutline .verGraf.bit06 .verStep { padding: 5px 30px 25px; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .box {
  flex-direction: column;
  padding: 25px 20px 35px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box picture {
  width: 100%;
  padding: 10px 0 15px 0;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box picture img { width: 110px; }
.dirSchool .boxOutline .verGraf.bit06 .verStep .box div {
  width: 100%;
  padding: 0;
  font-size: 11px;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .box h3 {
  font-size: 12px;
  letter-spacing: .03rem;
}
.dirSchool .boxOutline .verGraf.bit06 .verStep .repeat { right: 15px; }

.dirSchool .verWords { margin: 0 0 100px 0; }
.dirSchool .verWords .frame { padding: 25px 0 100px; }
.dirSchool .verWords .sliderThumb { padding: 0 30px; }
.dirSchool .verWords .sliderThumb {
  width: 100%;
  justify-content: space-between;
}
.dirSchool .verWords .sliderThumb li {
  width: 33.333%;
  margin: 0 2px;
  padding: 50px 0 0 0;
}
.dirSchool .verWords .sliderThumb li hr { height: 25px; }
.dirSchool .verWords .sliderThumb li button { width: 100%; }
.dirSchool .verWords .sliderThumb li button i {
  font-size: 10px;
  letter-spacing: .03rem;
}
.dirSchool .verWords .sliderThumb li button b {
  margin: 3px 0 0 0;
  letter-spacing: .05rem;
}
.dirSchool .verWords .sliderThumb li:hover hr,
.dirSchool .verWords .sliderThumb li.active hr {
  height: 35px;
}
.dirSchool .verWords .box { padding: 0; }
.dirSchool .verWords .inner {
  width: calc(100% - 60px);
  padding: 55px 20px 45px 20px;
  margin: auto;
}
.dirSchool .verWords .inner h2 { margin: 0 0 25px 0; }
.dirSchool .verWords .inner h2 i {
  font-size: 13px;
  letter-spacing: .05rem;
}
.dirSchool .verWords .inner h2 b:before { padding: 0 5px; }
.dirSchool .verWords .inner p { font-size: 11px }
.dirSchool .verWords .graf h3 i {
  font-size: 10px;
  letter-spacing: 0;
}
.dirSchool .verWords .text { letter-spacing: -.01rem; }
.dirSchool .verWords .ver01 .graf ul li { height: 152px; }
.dirSchool .verWords .ver02 .graf p { font-size: 10px; }
.dirSchool .verWords .ver02 .graf p br { display: block; }
.dirSchool .verWords .ver02 .graf p.verPlay { padding: 0 25px 0 0; }
.dirSchool .verWords .ver02 .graf p.verLife { padding: 0 0 0 25px; }
.dirSchool .verWords .ver03 .graf h4 { font-size: 11px; }
.dirSchool .verWords .ver03 .graf ul li { height: 73px; }
.dirSchool .verWords .ver03 .graf ul li sub {
  top: 5px;
  left: 10px;
}
.dirSchool .verWords .ver03 .graf ul li h3 { font-size: 11px; }

.dirSchool .boxOutline .verGraf.bit03 { padding: 0 30px 50px; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro h3 {
  font-size: 13px;
  text-align: center;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box { border-radius: 10px; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box h3 {
  padding: 15px 0 18px 0;
  font-size: 12px;
}
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li { padding: 25px; }
.dirSchool .boxOutline .verGraf.bit03 .verIntro .box ul li p { line-height: 1.8; }

.dirSchool .verPurpose { padding: 25px 30px 100px; }
.dirSchool .verPurpose .box { width: 100%; }
.dirSchool .verPurpose .box h2 {
  margin: 0 0 35px 0;
  font-size: 15px;
  letter-spacing: .08rem;
  text-align: left;
}
.dirSchool .verPurpose .box:before { transform: translate(-50%,-57.5%); }
.dirSchool .verPurpose .graf {
  flex-direction: column;
  margin: 0 0 40px 0;
}
.dirSchool .verPurpose .graf div {
  width: 100%;
  padding: 20px;
}
.dirSchool .verPurpose .graf > div + div { margin: 35px 0 0 0; }
.dirSchool .verPurpose .graf div h3 { margin: 0 0 8px 0; }
.dirSchool .verPurpose .graf div p { font-size: 10.5px; }
.dirSchool .verPurpose .graf img {
  width: 45px;
  transform: translate(-50%,-50%) rotate(90deg);
}

.dirSchool .boxApproach { padding: 145px 30px 90px; }
.dirSchool .boxApproach .list .block {
  padding: 35px 20px 30px 20px;
  border: 1px solid rgba(242,245,252,.75); 
  border-right: 1px solid rgba(242,245,252,.75); 
}
.dirSchool .boxApproach .block h2 b { margin: 20px 0 15px; }
.dirSchool .boxApproach .block h2 span { width: 40px; }
.dirSchool .boxApproach .block .text dl,
.dirSchool .boxApproach .block .text > p + p { margin: 20px 0 0 0; }
.dirSchool .boxApproach .block .text dl { padding: 20px 0; }
.dirSchool .boxApproach .block .text dl dt {
  margin: 0 0 10px 0;
  letter-spacing: .03rem;
}
.dirSchool .boxApproach .block .text dl:last-child { padding: 20px 0 0; }
.dirSchool .boxApproach .block .text dl dt i:before { top: 9px; }
.dirSchool .boxApproach .block .text a {
  justify-content: center;
  width: 100%;
  padding: 0;
}
.dirSchool .boxApproach .block picture { height: 200px; }
.dirSchool .boxApproach .boxSpecial { margin: 165px 0 0 0; }
.dirSchool .boxApproach .boxSpecial h2 {
  font-size: 28px;
  top: -20px;
}
.dirSchool .boxApproach .boxSpecial h2:before,
.dirSchool .boxApproach .boxSpecial h2:after {
  width: 15px;
  height: 65px;
  top: -115px;
  left: 50%;
}
.dirSchool .boxApproach .boxSpecial h3 {
  width: 145px;
  height: 145px;
}
.dirSchool .boxApproach .boxSpecial h4 {
  margin: 0 0 30px 0;
  font-size: 13px;
  letter-spacing: 0;
}
.dirSchool .boxApproach .boxSpecial .block div { padding: 230px 20px 50px; }

.dirSchool .boxReference { padding: 25px 30px 120px; }
.dirSchool .boxReference .text { padding: 0; }
.dirSchool .boxReference .text h2 i {
  margin: 0 0 12px 0;
  font-size: 15px;
  letter-spacing: .1rem
}
.dirSchool .boxReference .text h2 b { font-size: 10px; }
.dirSchool .boxReference ul {
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 50px 0 40px;
}
.dirSchool .boxReference ul li { margin: 0 0 20px; }
.dirSchool .boxReference ul li > * { padding: 1px; }
.dirSchool .boxReference ul li > *:before {
  width: calc(100% - 2px);
  border: 1px solid rgba(200,200,200,.75);
  top: 0;
  left: 0;
}
.dirSchool .boxReference ul li picture hr { display: none; }
.dirSchool .boxReference ul li h3 { padding: 15px 0 20px; }
.dirSchool .boxReference ul li h3 sub { margin: 0 0 3px 0; }
.dirSchool .boxReference ul li h3 i {
  line-height: 1.7;
  letter-spacing: 0;
}
.dirSchool .boxReference ul li span { padding: 10px 0 12px; }
.dirSchool .boxReference .linkPage { padding: 15px 0 10px; }
.dirSchool .boxReference .linkPage > * { border: 1px solid rgba(200,200,200,.75); }

.dirSchool .boxCourse { padding: 145px 30px 90px; }
.dirSchool .boxCourse .text h2 {
  align-items: center;
  margin: 0 0 32px 0;
}
.dirSchool .boxCourse .list .block .box { padding: 35px 0 40px; }
.dirSchool .boxCourse .list .courseTitle h4 {
  width: 125px;
  padding: 0;
  text-align: center;
}
.dirSchool .boxCourse .list .detail { padding: 30px 25px 0; }
.dirSchool .boxCourse .list .detail p { letter-spacing: .03rem; }
.dirSchool .boxCourse .list .detail ul {
  margin: 22px auto 12px;
  padding: 22px 0;
}
.dirSchool .boxCourse .list .detail ul span {
  margin: 2px 0;
  padding: 0 0 3px 0;
  line-height: 1.5;
}
.dirSchool .boxCourse .list .detail ul span:last-child { margin: 2px 0; }
.dirSchool .boxCourse .list .detail ul time {
  display: block;
  letter-spacing: .02rem;
}
.dirSchool .boxCourse .list .detail ul sub { font-size: 11px; }
.dirSchool .boxCourse .list .detail ul sub:before { content: '@'; }
.dirSchool .boxCourse .list .detail ul small { font-size: 10px; }
.dirSchool .boxCourse .notes { padding: 50px 0 0; }
.dirSchool .boxCourse .notes ul > li + li { margin: 10px 0 0 0; }
.dirSchool .boxCourse .notes ul li i {
  display: inline-flex;
  letter-spacing: 0;
  line-height: 1.8;
}
.dirSchool .boxCourse .notes ul li i:before { top: 3px; }
.dirSchool .boxCourse .notes h2 {
  margin: 50px 0 40px;
  font-size: 14px;
  letter-spacing: 0;
}
.dirSchool .boxCourse .notes p { letter-spacing: .03rem; }

.dirSchool .boxPrice { padding: 90px 30px; }
.dirSchool .boxPrice .text h2 {
  align-items: center;
  margin: 0 0 30px 0;
}
.dirSchool .boxPrice .text h2 i {
  font-size: 15px;
  margin: 0 0 8px 0;
  letter-spacing: .08rem;
}
.dirSchool .boxPrice .text h2 b { font-size: 10px; }
.dirSchool .boxPrice .list .block h3 { padding: 5px 0; }
.dirSchool .boxPrice .list .block ul li { line-height: 1.5; }
.dirSchool .boxPrice .list .block .taxPrice { line-height: 1.5; }
.dirSchool .boxPrice .list .block div span { font-size: 11px; }
.dirSchool .boxPrice .list .notes > p + p { margin: 10px 0 0 0; }
.dirSchool .boxPrice .wear { padding: 95px 0 0 0; }
.dirSchool .boxPrice .wear h2 { margin: 0 0 30px 0; }
.dirSchool .boxPrice .wear h2 i { font-size: 15px; }
.dirSchool .boxPrice .wear h2 b { font-size: 10px; }
.dirSchool .boxPrice .viewer a {
  width: 35vw;
  padding: 25px 10px 0;
}
.dirSchool .boxPrice .viewer picture > a + a:before { display: none; }
.dirSchool .boxPrice .viewer picture > a + a:after { font-size: 14px; }
.dirSchool .boxPrice .viewer p { font-size: 10px; }
.dirSchool .boxPrice .viewer i:before {
  top: 0;
  left: -15px;
}
.dirSchool .boxPrice .viewer span {
  bottom: 70px;
  right: -35px;
}
.overlayView.verWear picture img { height: 55vh; }

.dirSchool .boxPrice .size { margin: 40px 0 0 0; }
.dirSchool .boxPrice .size dl {
  width: 100%;
  line-height: 1.3;
  left: 0;
}
.dirSchool .boxPrice .size dl > * { width: 100%; }
.dirSchool .boxPrice .size > dl + dl { margin: 20px 0 0 0; }
.dirSchool .boxPrice .size dl dd { padding: 10px 0 0 0; }
.dirSchool .boxPrice .size dl dd p {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: -.04rem;
}
.dirSchool .boxPrice .size .notes ul {
  flex-direction: column;
  width: 100%;
  margin: 35px auto 40px;
}
.dirSchool .boxPrice .size .notes ul:before { display: none; }
.dirSchool .boxPrice .size .notes ul li { width: 100%; }
.dirSchool .boxPrice .size .notes p {
  width: 100%;
  text-align: left;
}

.dirSchool .boxInitial { padding: 90px 30px; }
.dirSchool .boxInitial .text h2 i { font-size: 15px; }
.dirSchool .boxInitial .text h2 b { font-size: 10px; }
.dirSchool .boxInitial .list {
  max-width: initial;
  padding: 0;
}
.dirSchool .boxInitial .list dl {}
.dirSchool .boxInitial .list dl dt { font-size: 13px; }
.dirSchool .boxInitial .list dl dd b { line-height: 1.7; }

.dirSchool .boxInitial .notes { margin: 35px 0 75px 0; }
.dirSchool .boxInitial .notes p {
  white-space: normal;
}
.dirSchool .boxInitial .notes p:before { top: 4px; }
.dirSchool .boxInitial .notes > p + p { margin: 5px 0 0 0; }
.dirSchool .boxInitial .case .viewer h3 { font-size: 13px; }
.dirSchool .boxInitial .case .viewer div { flex-direction: column; }
.dirSchool .boxInitial .case .viewer div:before { display: none; }
.dirSchool .boxInitial .case .viewer div ul {
  width: auto;
  padding: 20px 0;
}
.dirSchool .boxInitial .case .viewer div h4 {
  flex-direction: row;
  width: 100%;
  padding: 4px 0 6px 5px;
  background-color: rgba(62,65,65,1);
}
.dirSchool .boxInitial .case .viewer div h4:before { display: none; }
.dirSchool .boxInitial .case .viewer div h4 em {
  margin: 0 0 0 10px;
  font-size: 18px;
  letter-spacing: -.05rem;
}
.dirSchool .boxInitial .case .viewer div h4 small { letter-spacing: .02rem; }
.dirSchool .boxInitial .discount { margin: 100px 0 75px; }
.dirSchool .boxInitial .discount h2 i {
  font-size: 15px;
  letter-spacing: .1rem;
}
.dirSchool .boxInitial .discount h2 b { font-size: 10px; }
.dirSchool .boxInitial .discount p {
  padding: 0 25px;
  text-align: left;
}
.dirSchool .boxInitial .discount p br { display: none !important; }
.dirSchool .boxInitial .discount p em {
  font-size: 14px;
  text-decoration: underline;
}

.dirJoin .boxFlow { padding: 145px 30px; }
.dirJoin .boxFlow .block { padding: 0 0 20px 0; }
.dirJoin .boxFlow .block .text { padding: 20px; }
.dirJoin .boxFlow .block h3 { margin: 5px 0 25px 0; }
.dirJoin .boxFlow .block ul { margin: 5px 0 30px 0; }
.dirJoin .boxFlow .block ul li { padding: 15px 0; }
.dirJoin .boxFlow .linkBar {
  height: 55px;
  margin: 30px 0 0;
}
.dirJoin .boxFlow .linkBar a {
  padding: 0;
  font-size: 12px;
}
.dirJoin .boxFlow .linkBar a hr { width: 20px; }
.dirJoin .boxFlow .linkBar.withImage { height: 55px; }

.dirCoach .block .text .name { margin: 0 0 45px 0; }
.dirCoach .block .text .name > * { text-align: center; }
.dirCoach .block .text .name i {
  margin: 0;
  font-size: 25px;
  letter-spacing: .03rem;
}
.dirCoach .block .text .inner { padding: 0; }
.dirCoach .boxSupervisor { padding: 145px 30px; }
.dirCoach .boxSupervisor .text h2 {
  align-items: center;
  margin: 0 0 15px 0;
}
.dirCoach .boxSupervisor .text h2 i {
  margin: 0 0 12px 0;
  letter-spacing: .08rem;
}
.dirCoach .boxSupervisor .block picture {
  display: block;
  width: 70%;
  max-width: 275px;
  padding: 0;
  margin: 0 auto 35px;
}
.dirCoach .boxSupervisor .block picture img { width: 100%; }
.dirCoach .boxSupervisor .blockProf { margin: 0; }
.dirCoach .boxSupervisor .blockProf .verYear p br { display: block; }
.dirCoach .boxSupervisor .blockProf > .verProf + .verProf { margin: 0; }

.dirCoach .boxCoach { padding: 70px 30px; }
.dirCoach .boxCoach .block picture {
  display: block;
  margin: 0 0 40px;
}
.dirCoach .boxCoach .block .list.verProf dd p {
  margin: 6px 0;
  padding: 0 0 0 15px;
}
.dirCoach .boxCoach .block .text .inner p { letter-spacing: .03rem; }

.dirNews .boxNews { padding: 145px 30px;  }
.dirNews .boxNews .text h2 {
  align-items: center;
  margin: 0 0 40px 0;
}
.dirNews .boxNews .text h2 i {
  margin: 0 0 12px 0;
  letter-spacing: .08rem;
}
.dirNews .pagination { padding: 0; }
.dirNews .pagination ul { margin: 75px 0 0 0; }

.dirAccess .boxAccess {  padding: 135px 30px;  }
.dirAccess .boxAccess .text h2 {
  align-items: center;
  margin: 0 0 40px 0;
}
.dirAccess .boxAccess .text h2 i {
  margin: 0 0 12px 0;
  letter-spacing: .08rem;
}
.dirAccess .frame .block { padding: 20px 0 0 0; }
.dirAccess .frame > .block + .block { margin: 20px 0 0 0; }
.dirAccess .boxAccess .block .text {
  padding: 55px 0 0 0;
  border-top: 1px solid rgba(242,245,252,.75);
}
.dirAccess .boxAccess .frame > .block + .block .text { border-top: none; }
.dirAccess .block .text h3 i { font-size: 14px; }
.dirAccess .block .text h3 b,
.dirAccess .block .text h3 sub { font-size: 11px; }
.dirAccess .block .text address sub { font-size: 12px; }
.dirAccess .block .text address small {
  font-size: 11px;
  letter-spacing: -.01rem;
}
.dirAccess .block .text dl dt:before { top: 10px; }
.dirAccess .block .text dl dd p { line-height: 1.7; }
.dirAccess .block .text dl dd > p + p { margin: 4px 0 0 0; }
.dirAccess .block .text dl dd p i {
  display: block;
  padding: 0 0 0 15px;
}
.dirAccess .block .text dl dd p i:before { top: 6px; }
.dirAccess .block .text .readmore:before { bottom: 10px; }
.dirAccess .block .text .readmore hr { bottom: 7px; }
.dirAccess .block .text .notes { padding: 10px 0; }
.dirAccess .block .text .notes i:before {
  display: block;
  margin: 0;
}
.dirAccess .block figure { height: 350px; }

.dirFaq .boxFaq { padding: 145px 30px 90px; }
.dirFaq .boxFaq .text h2 {
  align-items: center;
  margin: 0 0 40px 0;
}
.dirFaq .boxFaq .text h2 i {
  margin: 0 0 12px 0;
  letter-spacing: .08rem;
}

.dirForm .boxForm { padding: 145px 30px 90px; }
.dirForm .boxForm .text h2 {
  align-items: center;
  margin: 0 0 40px 0;
}
.dirForm .boxForm .text h2 i {
  margin: 0 0 12px 0;
  letter-spacing: .08rem;
}
.dirForm .boxForm .text p br { display: none; }
.dirForm .boxForm .block .text {
  padding: 50px 0 0 0;
  border-top: 1px solid rgba(242,245,252,.75);
}
.dirForm .text ul li i { font-size: 13px; }

}
