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

/*
	01 Root
*/


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

/* Header ===================== */
header.dirRoot {
  height: 100%;
  min-height: 675px;
  max-height: 800px;
  position: relative;
}
header.dirRoot h2 {
  color: var(--green);
  font-size: 14px;
  letter-spacing: .08rem;
  line-height: 2;
  position: absolute;
  bottom: 95px;
  left: 110px;
}
header.dirRoot .clip {
  height: 100%;
  max-height: 800px;
  position: relative;
}
header.dirRoot h1 a { pointer-events: none; }
header.dirRoot h2:before,
header.dirRoot h2:after {
  content: '';
  width: 13px;
  height: 12px;
  background-image: url(/images/common/ico-ex.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  left: -20px;
}
header.dirRoot .slider {
  width: calc(100% - 350px);
  height: 87.5%;
  max-height: 800px;
  min-height: 600px;
  border-radius: 0 0 0 25px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 350px;
}
header.dirRoot .slider div { height: 100%; }
header.dirRoot .slider picture {
  height: 100%;
  background-color: var(--gray);
}
.slide-animation{ animation: fadezoom 9s 0s forwards; }
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
header.dirRoot .slider picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header.dirRoot .btnEntry {
  color: var(--white);
  background-color: var(--green);
  border-radius: 8px 0 0 8px;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 10;
}
header.dirRoot .btnEntry > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  line-height: 1.8;
}
header.dirRoot .btnEntry i {
  font-size: 14px;
  letter-spacing: .15rem;
}
header.dirRoot .btnEntry b {
  font-size: 10px;
  letter-spacing: .02rem;
}

/* Main ===================== */
main.dirRoot {z-index:-1;}

/* concept */
.dirRoot .concept { padding: 75px 0 0 0; }
.concept .ttlBack { z-index: -1; }
.concept .icoBack { top: -190px; }
.concept .boxText {
  width: 750px;
  padding: 55px 0 0 110px;
}
.concept .boxText > div + div { margin: 65px 0 0 0; }
.concept .boxText h3 {
  margin: 0 0 30px 0;
  font-size: 17px;
  letter-spacing: .12rem;
}
.concept .slider {
  width: 100%;
  position: relative;
  top: -15px;
  z-index: -1;
  overflow:hidden;
}
.concept .slider canvas { width: 100%; }
.concept .slider canvas img { border-radius: 0 10px 10px 0; }

/* feature */
.dirRoot .feature { padding: 75px 0 0 0; }
.dirRoot .feature picture {
  display: block;
  width: 72.5%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.dirRoot .feature .ttlBack { z-index: -1; }
.dirRoot .feature .icoBack { bottom: 350px; }
.boxTrans {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 90px 0 0 285px;
}
.boxTrans dl {
  width: 100%;
  padding: 18px 50px 18px 30px;
  border: 2px solid var(--ash-grn);
  border-right: none;
  background-color: var(--white);
  border-radius: 7px 0 0 7px;
}
.boxTrans > dl + dl { margin: 12px 0 0 0; }
.boxTrans dt {
  position: relative;
  cursor: pointer;
}
.boxTrans dt em {
  padding: 0 0 0 35px;
  font-size: 14px;
  letter-spacing: .08rem;
  position: relative;
}
.boxTrans dt em:before,
.boxTrans dt em:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.boxTrans dt em:before {
  content: '';
  background-color: var(--green);
  border-radius: 50%;
  left: 0;
}
.boxTrans dt em:after {
  content: '+';
  color: var(--white);
  font-weight: 900;
  left: 1px;
}
.boxTrans dt.active em:after { content: '-'; }
.boxTrans dd {
  display: none;
  padding: 10px 0 10px 35px;
  font-size: 12px;
  line-height: 2.2;
  position: relative;
}
.boxTrans dd:before {
  content: '';
  width: 2px;
  height: calc(100% - 20px);
  background-color: var(--ash-grn);
  position: absolute;
  top: 10px;
  left: 8px;
}
.boxTrans dd a {
  color: var(--green);
  text-decoration: underline;
}
.feature .linkArrow { margin: 70px 0 110px; }
.feature .linkArrow a { width: 250px; }
.feature .linkArrow em { padding: 0 0 0 5px; }

/* calender */
.dirRoot .calender { top: -40px; }
.dirRoot .calender .icoBack { bottom: -375px; }
.dirRoot .calender picture {
  display: block;
  width: 77.5%;
  margin: 0 0 0 22.5%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.calender .boxDate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  padding: 200px 0 0 0;
  margin: auto;
  position: relative;
}
.calender .boxDate h3 {
  padding: 0 0 0 5px;
  font-size: 12px;
  letter-spacing: .05rem;
}
.calender .boxDate h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 45px 0;
}
.calender .boxDate h4 i {
  padding: 12px 0;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -.03rem;
}
.calender .boxDate h4 b {
  padding: 0 0 0 3px;
  letter-spacing: .05rem;
}
.calender .slider { width: 100%; }
.calender .block {}
.calender .block ul {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: auto;
}
.calender .block ul li {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  color: var(--white);
  background-color: var(--green);
  border-radius: 7px;
}
.calender .block li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0 18px;
  pointer-events: none;
}
.calender .block li a > * {
  width: 100%;
  text-align: center;
}
.calender .block li i {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.03rem;
}
.calender .block li b {
  margin: 5px 0 0 0;
  font-size: 12px;
  letter-spacing: .05rem;
}
.calender .block li sub {
  width: 75%;
  padding: 12px 0 0 0;
  margin: 10px 0 0 0;
  font-size: 10px;
  letter-spacing: .05rem;
  position: relative;
  white-space: nowrap;
}
.calender .block li sub:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.calender .slick-arrow {
  position: absolute;
  bottom: 245px;
  z-index: 10;
}
.calender .slick-prev {
  left: 10%;
  transform: scaleX(-1);
}
.calender .slick-next { right: 10%; }
.calender .slick-disabled { opacity: .25; }
.calender .notes {
  width: 680px;
  margin: 20px auto 125px;
}
.notes p {
  font-size: 12px;
  line-height: 2;
}

/* class-price */
.dirRoot .class-price { padding: 150px 0 75px 0; }
.dirRoot .class-price picture {
  display: block;
  width: 72.5%;
  margin: 125px 0 0 0;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.dirRoot .class-price h2 > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
}
.dirRoot .class-price h2 i {
  font-size: 29px;
  font-weight: 900;
}
.dirRoot .class-price h2 b {
  margin: 5px 0 0 0;
  font-size: 14px;
  letter-spacing: .1rem;
}
.class-price .icoBack { bottom: 375px; }
.class-price .circle {
  display: flex;
  justify-content: space-between;
  width: 825px;
  margin: auto;
}
.class-price .circle > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  border-radius: 50%;
}
.class-price .circle .kids { background-color: var(--blue); }
.class-price .circle .junior { background-color: var(--green); }
.class-price .circle div > * { color: var(--white); }
.class-price .circle h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.class-price .circle h3 i {
  font-size: 22px;
  font-weight: 900;
  line-height: 2.0;
  letter-spacing: .05rem; 
}
.class-price .circle h3 b { letter-spacing: .12rem; }
.class-price .circle ul { padding: 25px 0 15px 0; }
.class-price .circle ul li { line-height: 2; }
.price {
  display: flex;
  align-items: center;
}
.price sub {
  padding: 1px 0 0 0;
  font-size: 12px;
  letter-spacing: .08rem;
}
.price span {
  font-size: 22px;
  letter-spacing: -.08rem;
  padding: 0 2px 0 8px;
}
.price span:before {
  content: '¥';
  font-size: 20px;
  margin: 0 3px 0 0;
}

.cost {
  width: 800px;
  margin: 50px auto;
}
.cost h3 {
  font-size: 15px;
  text-align: center;
  letter-spacing: .1rem;
  position: relative;
}
.cost h3 em {
  padding: 0 20px;
  background-color: var(--white);
}
.cost h3:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--ash-grn);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.cost ul {
  display: flex;
  justify-content: space-around;
  margin: 0 0 40px 0;
  border-bottom: 2px solid var(--ash-grn);
  position: relative;
}
.cost ul:before {
  content: '';
  width: 2px;
  height: calc(100% - 70px);
  background-color: var(--ash-grn);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0,-50%);
}
.cost li {
  display: inline-flex;
  flex-direction: column;
  margin: 20px auto 35px;
  font-size: 12px;
  line-height: 2;
}
.cost h4 {
  padding: 15px 0 25px 0;
  font-size: 15px;
  letter-spacing: .05rem;
}
.cost .price { margin: 15px 0 0 0; }
.cost .price em {
  display: flex;
  align-items: center;
}
.cost .kids em { color: var(--blue); }

/* gift */
.gift {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: auto;
  padding: 20px 0 70px;
}
.gift h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin: 0 0 0 20px;
  border-radius: 50%;
  background-color: var(--green);
  color: var(--white);
  font-size: 14px;
  letter-spacing: .08rem;
}
.gift div { padding: 0 0 0 60px; }
.gift div h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .08rem;
  position: relative;
}
.gift div h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/images/common/ico-ex.svg);
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 110px;
  opacity: .5;
  transform: scaleX(-1);
}
.gift div p { line-height: 2; }

/* linkBox */
.linkBox {
  width: 800px;
  margin: auto;
}
.linkBox a {
  display: block;
  padding: 18px;
  border: 2px solid var(--ash-grn);
  border-radius: 5px;
  background-color: var(--white);
  font-size: 12px;
  letter-spacing: .05rem;
  text-align: center;
  position: relative;
}
.arrow {
  display: block;
  width: 75px;
  position: absolute;
  top: 50%;
  right: 30px;
}
.arrow hr {
  height: 1px;
  background-color: var(--green);
  position: absolute;
  bottom: -3px;
  right: 0;
}
.arrow hr:nth-child(1) {
  width: 100%;
}
.arrow hr:nth-child(2) {
  width: 12px;
  transform: rotate(30deg);
  transform-origin: right top;
}

/* news */
.dirRoot .news { padding: 50px 0 75px 0; }
.dirRoot .news .ttlBack { z-index: -1; }
.news .line {
  padding: 210px 0 0 22.5%;
}
.news .line ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 75px 0;
  border-top: 2px solid var(--ash-grn);
}
.news .line ul li {
  background-color: var(--white);
  border-bottom: 2px solid var(--ash-grn);
}
.news .line li a {
  display: flex;
  align-items: center;
  padding: 30px 140px 30px 25px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
}
.news .line li i {}
.news .line li time { font-size: 11px; }
.news .line li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin: 0 25px;
  color: var(--white);
  font-size: 10px;
  padding: 5px 0;
}
.news .line li.cat-news span { background-color: var(--green); }
.news .line li.cat-column span { background-color: var(--blue); }
.news .line li b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .linkArrow {
  display: flex;
  justify-content: flex-end;
  padding: 0 35px 0 0;
}
.news .linkArrow a { width: 250px; }


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

/* Main */
.dirConcept .concept .icoBack { top: 875px; }
.dirConcept .concept {
  width: 100%;
  padding: 0 0 0 300px;
}
.ttlImage {
  width: 100%;
  height: 450px;
  position: relative;
}
.ttlImage h2 {
  padding: 12px 70px;
  background-color: var(--white);
  border-radius: 20px 0 0 0;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .12rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ttlImage picture {
  display: flex;
  height: 100%;
  border-radius: 0 0 0 20px;
  overflow: hidden;
}
.ttlImage picture img {
  object-fit: cover;
}
.dirConcept .boxText {
  width: 70%;
  padding: 75px 0 0 0;
}
.profOrner {
  margin: 75px 0;
  padding: 50px 65px 60px 70px;
  border: 2px solid var(--ash-grn);
  border-right: none;
  background-color: var(--white);
  border-radius: 12px 0 0 12px;
}
.profOrner h2 {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
.profOrner h2 i {
  font-size: 16px;
  letter-spacing: .2rem;
}
.profOrner h2 b {
  margin: 0 0 0 20px;
  font-size: 11px;
  letter-spacing: .03rem;
}
.profOrner div { display: flex; }
.profOrner div p {
  width: 70%;
  padding: 0 70px 0 0;
}
.profOrner div picture {
  width: 30%;
  padding: 3px 0 0 0;
}
.profOrner p i { display: block; }
.profOrner p > i + i { margin: 25px 0 0 0; }

.profOrner dl { margin: 45px 0 0 0; }
.profOrner dt {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  letter-spacing: .03rem;
  position: relative;
}
.profOrner dt:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: var(--green) transparent transparent transparent;
  position: absolute;
  top: 12px;
  left: 0;
}
.profOrner dd {
  display: flex;
  flex-direction: column;
}
.profOrner dd small { font-size: 12px; }
.profOrner dd b { margin: 10px 0 0 0; }
.dirConcept .feature { padding: 50px 0 0 0; }
.dirConcept .feature .ttlBack { z-index: -1; }
.dirConcept .feature .boxTrans { padding: 90px 285px 0 0; }
.dirConcept .feature .boxTrans dl {
  padding: 18px 30px 18px 110px;
  border-right: 2px solid var(--ash-grn);
  border-left: none;
  border-radius: 0 7px 7px 0;
}

.river { margin: 110px 0 0 0; }
.river .slider {overflow:hidden;}
.river canvas { width: 100%; }

.training { padding: 150px 0 75px; }
.training .ttlBack { z-index: -1; }
.training .icoBack { bottom: 60px; }
.training .points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 85px 0 75px;
}
.training .points div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  height: 310px;
  padding: 32px 0 0 0;
  margin: 0 12px 20px;
  border: 2px solid var(--ash-grn); 
  border-radius: 50%;
  background-color: var(--white);
}
.training .points > * { color: var(--green); }
.training .points h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.training .points h3 i {
  margin: 0 0 15px 0;
  font-size: 20px;
}
.training .points h3 b {
  line-height: 2;
  letter-spacing: .05rem;
  text-align: center;
}
.training .points dl {
  margin: 15px 0 0 0;
  font-size: 10px;
}
.training .points dt {
  margin: 0 0 15px 0;
  text-align: center;
}
.training .points dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 45px;
}
.training .points dd i {
  margin: 0 2px 4px;
  padding: 2px 12px;
  color: var(--white);
  background-color: var(--green);
  line-height: 1.5;
}
.training .linkBox { width: 825px; }


/*
03 Class - Price
========================================================================== */
.dirClass {}

/* Main */
.dirClass .class-price .icoBack { top: 875px; }
.dirClass .class-price {
  width: 100%;
  padding: 0 0 0 300px;
}
.dirClass .class-price .inner { padding: 75px 20px 0 0; }
.dirClass .class-price .ttlClass {
  display: flex;
  justify-content: center;
  margin: 0 0 75px 0;
}
.dirClass .class-price .ttlClass em {
  font-size: 16px;
  letter-spacing: .05rem;
  position: relative;
}
.dirClass .class-price .ttlClass em:before,
.dirClass .class-price .ttlClass em:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(/images/common/ico-ex.svg);
  background-size: cover;
  position: absolute;
  top: 0;
}
.dirClass .class-price .ttlClass em:before {
  left: -25px;
  transform: scaleX(1);
}
.dirClass .class-price .ttlClass em:after {
  right: -15px;
  transform: scaleX(-1);
}
.dirClass .class-price .circle > div {
  width: 385px;
  height: 385px;
}
.dirClass .class-price .gift h2 { margin: 0; }
.discount {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 800px;
  height: 275px;
  margin: auto;
}
.discount h3 {
  margin: 50px 0 25px 0;
  font-size: 16px;
  letter-spacing: .08rem;
}
.discount .house {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  background-image: url(/images/common/ico-fam.svg);
  background-size: cover;
}

.access { margin: 100px 0; }
.access .maps {
  width: 100%;
  padding: 85px 0 0 300px;
}
.access .mapCanvas {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 450px;
  border-radius: 15px 0 0 15px;
}
.access .mapCanvas iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px 0 0 20px;
}
.access .mapCanvas a {
  margin: 20px 25px 0 0;
  padding: 0 20px 0 0;
  font-size: 12px;
  position: relative;
}
.access .mapCanvas a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent var(--black);
  position: absolute;
  top: 13px;
  right: 0;
}
.access .mapInfo {
  margin: 15px 0 0 0;
  line-height: 1.8;
}
.access .mapInfo h3 {
  font-size: 15px;
  letter-spacing: .05rem;
}
.access .mapInfo h3 small {
  font-size: 11px;
  letter-spacing: 0;
  position: relative;
}
.access .mapInfo h3 small:before {
  content: '／';
  padding: 0 8px;
}
.access .mapInfo p { margin: 20px 0; }
.access .mapInfo dl { display: flex; }
.access .mapInfo > ul + dl { margin: 15px 0 0 0; }
.access .mapInfo > dl + dl { margin: 5px 0 0 0; }
.access .mapInfo dt {
  width: 125px;
  position: relative;
}
.access .mapInfo dt:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 11px;
  right: 0;
  z-index: -1;
}
.access .mapInfo dt i {
  padding: 0 15px 0 15px;
  background-color: var(--white);
  position: relative;
}
.access .mapInfo dt i:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid var(--black);
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}
.access .mapInfo dd {
  display: flex;
  padding: 0 0 0 15px;
}
.access .mapInfo dd b {
  display: flex;
  flex-direction: column;
}
.access .mapInfo dd sub {
  padding: 0 0 0 25px;
  margin: 0 0 0 10px;
  position: relative;
}
.access .mapInfo dd sub:before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 11px;
  left: 0;
}
.access .mapInfo a {
  display: inline-flex;
  margin: 35px 0 0 0;
  padding: 10px 60px;
  color: var(--white);
  background-color: var(--green);
  font-size: 11px;
  line-height: 1.2;
  border-radius: 3px;
  position: relative;
}
.access .mapInfo a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  top: 14px;
  right: 12px;
}


/*
04 Coach
========================================================================== */
.dirCoach {}

/* Main */
.dirCoach .coach .icoBack { top: 875px; }
.dirCoach .coach {
  width: 100%;
  padding: 0 0 0 300px;
}
.profCoach { padding: 75px 0; }
.profCoach .block {
  width: calc(100% - 75px);
  position: relative;
}
.profCoach > .block + .block {
  margin: 60px 0 0 0;
}
.profCoach h3 { padding: 0 0 25px 20px; }
.profCoach h3 > * {
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.profCoach h3 i {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12rem;
}
.profCoach h3 b { letter-spacing: .08rem; }
.profCoach picture {
  display: block;
  width: 300px;
  position: absolute;
  top: 85px;
  right: 0;
}
.profCoach .block div {
  width: calc(100% - 365px);
  padding: 18px 0 30px 18px;
  font-size: 12px;
  border-bottom: 1px solid var(--ash-grn);
}
.profCoach .block div:first-child { border-top: 1px solid var(--ash-grn); }
.profCoach div h4 {
  padding: 0 0 8px 15px;
  letter-spacing: .08rem;
  position: relative;
}
.profCoach div h4: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: 11px;
  left: 0;
}
.profCoach div p {
  display: flex;
  flex-direction: column;
  width: 100%;
  line-height: 2;
}
.profCoach div p i {
  display: inline-flex;
  padding: 0 0 0 15px;
  line-height: 1.8;
  position: relative;
}
.profCoach div p > i + i { margin: 3px 0 0 0; }
.profCoach div p i:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid var(--black);
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 1px;
}

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

/* Main */
.dirNews .news > h2 {
  padding: 75px 0 50px 300px;
  font-size: 25px;
  font-weight: 900;
}
.dirNews .news .line { padding: 0 0 0 300px; }
.pagination {
  padding: 0 35px 0 300px;
  text-align: right;
}
.pagination ul {
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
.pagination ul:before,
.pagination ul:after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: var(--gray-tic);
  position: absolute;
  top: 8px;
}
.pagination ul:before { left: 0; }
.pagination ul:after { right: 0; }

.pagination li {
  padding: 0 10px;
  font-size: 12px;
}
.pagination li a { padding: 0 0 5px 0; }
.pagination li a { border-bottom: 1px solid var(--gray-tic); }
.pagination li.current a {
  color: var(--green);
  border-bottom: 1px solid var(--green);
}


/*
06 Voices
========================================================================== */
.dirVoices {}

/* Main */
.dirVoices .voices > h2 {
  padding: 75px 0 50px 300px;
  font-size: 25px;
  font-weight: 900;
}


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

/* Main */
.dirFAQ .faq > h2 {
  padding: 75px 0 50px 300px;
  font-size: 25px;
  font-weight: 900;
}
.dirFAQ .boxTrans { padding: 0 0 50px 300px }


/*
08 Form
========================================================================== */
.dirForm {}

/* Main */
.dirForm .formApp > h2 {
  padding: 75px 0 50px 320px;
  font-size: 25px;
  font-weight: 900;
}
.dirForm .formApp > h2 em {
  display: flex;
  flex-direction: column;
}
.dirForm .formApp > h2 small {
  font-size: 13px;
  font-weight: 700;
}

.dirForm .intro {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 320px;
}
.dirForm .intro p {
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.dirForm .intro > p + p { margin: 25px 0 0 0; }
.dirForm .intro span { margin: 25px 0 0 0; }
.dirForm .intro span em {
  margin: 0 2px 0 0;
  color: red;
}
.dirForm .intro dl { margin: 0 0 25px 0; }
.dirForm .intro dl dt {
  margin: 0 0 20px 0;
  font-size: 15px;
}
.dirForm .intro dl dd sub {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background-color: var(--green);
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  color: var(--white);
}
.dirForm .intro dl dd > sub + sub { margin: 0 0 0 10px; }

.intro.thanks p {
  padding: 35px 0;
  border-top: 1px solid var(--ash-grn);
  border-bottom: 1px solid var(--ash-grn);
}
.intro.thanks i { margin: 0 0 25px 0; }
.intro.thanks b { margin: 15px 0 0 0; }
.intro.thanks b a { color: var(--green); }


/*
09 Guide
========================================================================== */
.dirGuide {  }

.dirGuide .guide > h2 {
  padding: 75px 0 50px 320px;
  font-size: 25px;
  font-weight: 900;
}
.dirGuide .guide > h2 em {
  display: flex;
  flex-direction: column;
}
.dirGuide .guide > h2 small {
  font-size: 13px;
  font-weight: 700;
}
.listBasic { padding: 0 75px 50px 320px; }
.listBasic dl {
  display: flex;
  padding: 35px 0;
  line-height: 2;
  border-top: 1px solid var(--ash-grn);
}
.listBasic dl:last-child { border-bottom: 1px solid var(--ash-grn); }
.listBasic dt { width: 250px; }
.listBasic dd {
  display: flex;
  flex-direction: column;
  width: calc(100% - 250px);
}
.listBasic dd em {
  margin: 0 0 15px 0;
}
.listBasic dd > *:not(:first-child) { margin: 10px 0 0 0; }
.listBasic dd p {
  display: flex;
  flex-direction: column;
  line-height: inherit;
}
.listBasic dd p b {
  padding: 0 0 0 15px;
  position: relative;
}
.listBasic dd p b:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid var(--black);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 3px;
}

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

header.dirRoot .clip { height: 250px; }
header.dirRoot h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  font-size: 13px;
  letter-spacing: .2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 40px;
}
header.dirRoot h2 br,
header.dirRoot h2:before { display: none; }
header.dirRoot .slider {
  width: calc(100% - 180px);
  height: calc(100% - 40px);
  left: 180px;
}
header.dirRoot .btnEntry {
  border-radius: 5px 0 0 5px; 
  bottom: 0;
}

.dirRoot .concept { padding: 100px 0 0 0; }
.concept .icoBack { top: -180px; }
.concept .boxText {
  width: 100%;
  padding: 55px 175px 0 225px;
}
.dirRoot .feature picture { width: calc(100% - 175px); }
.dirRoot .feature .icoBack { bottom: 310px; }
.boxTrans { padding: 90px 0 0 180px; }
.dirRoot .calender .icoBack { bottom: -350px; }
.calender .block ul { width: 60%; }
.calender .block ul li {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
}
.calender .block li i { font-size: 25px; }
.calender .block li b { margin: 3px 0 0 0; }
.calender .block li sub {
  padding: 10px 0 0 0;
  margin: 8px 0 0 0;
}
.calender .slick-prev { left: 7.5%; }
.calender .slick-next { right: 7.5%; }
.calender .notes { width: 57.5%; }
.dirRoot .calender picture {
  width: calc(100% - 180px);
  margin: 0 0 0 180px;
}
.dirRoot .class-price h2 i { font-size: 25px; }
.class-price .circle { width: 675px; }
.class-price .icoBack { bottom: 300px; }
.class-price .circle > div {
  width: 325px;
  height: 325px;
}
.class-price .circle h3 i { font-size: 17px; }
.class-price .circle h3 b { letter-spacing: .08rem; }
.class-price .circle ul { padding: 5px 0; }
.class-price .circle ul li { font-size: 12px; }
.price sub {
  padding: 3px 0 0 0;
  font-size: 11px;
}
.price span {
  padding: 0 0 0 5px;
  font-size: 18px;
}
.price span:before { font-size: 17px; }
.cost { width: 675px; }
.gift { width: 675px; }
.linkBox { width: 675px; }
.dirRoot .class-price picture { width: calc(100% - 175px); }
.news .line { padding: 210px 0 0 180px; }

.dirConcept .concept { padding: 0 0 0 180px; }
.dirConcept .concept .icoBack { top: 775px; }
.dirConcept .concept .boxText { padding: 55px 175px 0 0; }
.profOrner { padding: 45px 60px 60px 50px; }
.profOrner div p { padding: 0 50px 0 0; }
.profOrner p i br { display: none; }
.dirConcept .feature .boxTrans { padding: 90px 175px 0 0; }

.training .icoBack { bottom: 110px; }
.training .points {
  width: 700px;
  margin: auto;
}
.training .linkBox { width: 700px; }

.dirClass .class-price { padding: 0 0 0 180px; }
.dirClass .class-price .inner { padding: 75px 70px 0 0; }
.dirClass .class-price .circle {
  justify-content: center;
  width: 100%;
}
.dirClass .class-price .circle > div {
  width: 32.5vw;
  height: 32.5vw;
  margin: 0 10px;
}
.dirClass .class-price .cost { width: 100%; }

.gift h2 {
  width: 125px;
  height: 125px;
}
.gift div {
  width: calc(100% - 125px);
  padding: 0 0 0 40px;
}
.gift div p br { display: none; }

.discount {
  width: 100%;
  height: 300px;
  padding: 0 0 40px 0;
}
.discount h3 { margin: 20px 0 25px 0; }
.discount .house {
  height: 30vw;
}
.dirClass .river { margin: 50px 0 0 0; }
.access .maps { padding: 85px 0 0 180px; }
.access .mapInfo dt { width: 110px; }

.dirCoach .coach { padding: 0 0 0 180px; }
.profCoach picture { width: 225px; }
.profCoach .block div { width: calc(100% - 270px); }

.dirNews .news > h2 { padding: 75px 0 50px 225px; }
.dirNews .news .line { padding: 0 0 0 225px; }

.dirVoices .voices > h2 { padding: 75px 0 50px 225px; }
.dirVoices .voices .line { padding: 0 0 0 225px; }

.dirFAQ .faq > h2 { padding: 75px 0 50px 225px; }
.dirFAQ .boxTrans { padding: 0 0 50px 225px; }

.dirForm .formApp > h2 { padding: 75px 0 50px 225px;　}

.dirForm .formApp > h2 { padding: 75px 0 50px 225px;　}
.dirForm .intro { padding: 0 0 0 225px;　}

.dirGuide .guide > h2 { padding: 75px 0 50px 225px; }
.listBasic { padding: 0 75px 50px 225px; }

}


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

header.dirRoot { min-height: initial; }
header.dirRoot .clip {
  width: 100%;
  height: 190px;
  margin: 5px 0 0 0;
}
header.dirRoot h2 {
  width: initial;
  writing-mode: horizontal-tb;
  top: 85px;
  left: 50%;
  bottom: initial;
  transform: translate(-45%,0);
}
header.dirRoot h2:before,
header.dirRoot h2:after { display: none; }
header.dirRoot .slider {
  width: 100%;
  height: calc(100% - 190px);
  min-height: initial;
  border-radius: 0;
  top: initial;
  left: 0;
  bottom: 0;
}
header.dirRoot .btnEntry {
  border-radius: 0 12px 0 0;
  left: 0;
  right: initial;
  bottom: 0;
}
header.dirRoot .btnEntry > * {
  width: 175px;
  padding: 0 0 5px 0;
}
header.dirRoot .btnEntry i { font-size: 12px; }
.dirRoot .concept { padding: 150px 0 0 0; }
.concept .boxText { padding: 175px 75px 0 75px; }
.concept .icoBack { top: -90px; }
.boxTrans { padding: 175px 0 0 75px; }
.boxTrans dl { padding: 18px 75px 18px 20px; }
.boxTrans dt em { font-size: 13px; }
.dirRoot .feature .icoBack { bottom: 225px; }
.dirRoot .feature picture { width: calc(100% - 50px); }
.dirRoot .calender { top: -30px; }
.dirRoot .calender .icoBack { bottom: 175px; }
.calender .block ul { width: calc(100% - 100px); }
.calender .slick-arrow {
  top: 15px;
  bottom: initial;
}
.calender .slick-prev { left: 27.5%; }
.calender .slick-next { right: 27.5%; }
.calender .notes {
  width: calc(100% - 100px);
  margin: 20px auto 100px;
}
.dirRoot .calender picture {
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
}
.class-price .circle {
  width: calc(100% - 100px);
  justify-content: center;
}
.class-price .circle > div {
  width: 50vw;
  height: 42.5vw;
}
.class-price .circle > div + div { margin: 0 0 0 20px; }
.cost { width: calc(100% - 100px); }
.cost li {}
.gift { width: calc(100% - 100px); }
.gift h2 { margin: 0; }
.gift div { padding: 0 0 0 30px; }
.gift div h3:before { display: none; }
.linkBox { width: calc(100% - 100px) }
.dirRoot .class-price picture { width: calc(100% - 50px); }
.news .line { padding: 210px 0 0 75px; }

.dirConcept .concept { padding: 0; }
.dirConcept .concept .icoBack {
  top: initial;
  bottom: -250px;
}
.dirConcept .concept .boxText { padding: 75px 75px 0; }
.concept .boxText > div + div { margin: 50px 0 0 0; }
.concept .boxText h3 {
  margin: 0 0 20px 0;
  font-size: 16px;
}
.ttlImage {
  width: 100%;
  height: calc(100vh - 200px);
  padding: 0;
}
.ttlImage picture { border-radius: 0; }
.ttlImage h2 {
  padding: 0;
  font-size: 20px;
  bottom: initial;
  top: -120px;
  left: 50%;
  right: initial;
  transform: translate(-50%,0);
}
.profOrner {
  width: calc(100% - 100px);
  margin: 55px auto;
  border-right: 2px solid var(--ash-grn);
  border-radius: 12px;
}
.dirConcept .feature { padding: 200px 0 0 0; }
.dirConcept .feature .boxTrans { padding: 90px 75px 0 0; }
.dirConcept .feature .boxTrans dl { padding: 18px 30px 18px 75px; }

.training .points { width: 100%; }
.training .points div {
  width: 40vw;
  height: 40vw;
  padding: 5vw 0 0 0;
}
.training .points h3 i {
  margin: 0 0 10px 0;
}
.training .linkBox { width: calc(100% - 100px); }

.dirClass .class-price { padding: 0; }

.dirClass .class-price .inner { padding: 75px 75px 0; }
.dirClass .class-price .ttlClass { margin: 0 0 75px 0; }
.dirClass .class-price .circle > div {
  width: 40vw;
  height: 40vw;
}
.dirClass .class-price .gift div h3:before { right: 100px; }
.discount h3 {
  margin: 10px 0 25px 0;
  font-size: 15px;
}
.access .maps { padding: 175px 0 0 75px; }

.dirCoach .coach { padding: 0; }
.profCoach { padding: 75px 75px; }
.profCoach .block { width: 100%; }
.profCoach .block div:last-child { width: 100%; }
.profCoach div p i { flex-direction: column; }

.dirNews .news { top: -120px; }
.dirNews .news > h2 {
  padding: 0 75px 25px 75px;
  font-size: 20px;
  text-align: center;
}
.dirNews .news .line { padding: 100px 40px 50px 40px; }
.pagination {
  padding: 0;
  text-align: center;
}

.dirVoices .voices { top: -120px; }
.dirVoices .voices > h2 {
  padding: 0 75px 25px 75px;
  font-size: 20px;
  text-align: center;
}

.dirFAQ .faq { top: -120px; }
.dirFAQ .faq > h2 {
  padding: 0 75px 25px 75px;
  font-size: 20px;
  text-align: center;
}
.dirFAQ .boxTrans { padding: 100px 0 50px 75px; }

.dirForm .formApp { top: -120px; }
.dirForm .formApp > h2 {
  padding: 0 75px 50px 75px;
  font-size: 20px;
  text-align: center;
}
.dirForm .formApp > h2 em { align-items: center; }
.dirForm .intro { padding: 0 75px;　}
.dirForm .intro dt { text-align: center; }

.dirGuide .guide { top: -120px; }
.dirGuide .guide > h2 {
  padding: 0 75px 50px 75px;
  font-size: 20px;
}
.dirGuide .guide > h2 em { align-items: center; }
.listBasic { padding: 80px 75px 0 75px; }
.listBasic dl {
  flex-direction: column;
  padding: 35px 0;
}
.listBasic dt {
  width: 100%;
  padding: 0 0 25px 0;
  font-size: 14px;
  color: var(--green);
}
.listBasic dt br { display: none; }
.listBasic dd { width: 100%; }


}


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

header.dirRoot .clip { height: 275px; }
header.dirRoot .clip h1 { top: 82px; }
header.dirRoot h2 {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .08rem;
  top: 200px;
  transform: translate(-50%,0);
}
header.dirRoot h2:before,
header.dirRoot h2:after { display: none; }
header.dirRoot h2 br { display: block; }
header.dirRoot .slider { height: calc(100% - 275px); }
header.dirRoot .btnEntry {
  height: 32px;
  border-radius: 3px 0 0 3px;
  border: 1px solid var(--green);
  border-right: none;
  background-color: initial;
  top: 23px;
  left: initial;
  right: 0;
}
header.dirRoot .btnEntry > * {
  width: 100px;
  height: 100%;
  padding: 0;
  color: var(--green);
}
header.dirRoot .btnEntry i {
  font-size: 10px;
  letter-spacing: 0;
}
header.dirRoot .btnEntry b { display: none; }

.dirRoot .concept { padding: 80px 0 0 0; }
.concept .icoBack { top: -50px; }
.concept .boxText { padding: 100px 30px 85px; }
.concept .boxText h3 {  font-size: 14px; }

.dirRoot .feature picture {
  width: calc(100% - 30px);
  height: 67.5vw;
  position: relative;
  overflow: hidden;
}
.dirRoot .feature picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}
.boxTrans { padding: 90px 0 0 30px; }
.boxTrans dl { padding: 15px 30px 15px 20px; }
.boxTrans dt em {
  display: inline-flex;
  padding: 0 0 0 30px;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: .03rem;
}
.boxTrans dt em:before,
.boxTrans dt em:after {
  width: 18px;
  height: 18px;
  top: 10px;
}
.boxTrans dt em:after { left: 0; }
.boxTrans dd {
  padding: 12px 0 12px 30px;
  line-height: 2;
  word-break: normal;
}
.boxTrans dd br { display: none; }
.feature .linkArrow { margin: 70px 0 100px; }
.feature .linkArrow a { width: 200px; }

.dirRoot .calender {
  padding: 80px 0;
  top: initial;
}
.calender .boxDate { padding: 105px 0 0 0; }
.calender .boxDate h4 i {
  padding: 7px 0;
  font-size: 24px;
}
.calender .boxDate h4 b { letter-spacing: .03rem; }
.calender .slick-arrow { top: 10px; }
.calender .block ul { width: calc(100% - 45px); }
.calender .block ul li { width: calc(33.333% - 10px); }
.calender .block li a { padding: 20px 0 15px; }
.calender .block li i { font-size: 22px; }
.calender .block li b {
  font-size: 11px;
  letter-spacing: 0;
}
.calender .block li sub {
  font-size: 9px;
  letter-spacing: .03rem;
}
.calender .notes {
  width: calc(100% - 80px);
  margin: 20px auto 50px;
}
.calender .notes br { display: none; }

.dirRoot .calender picture {
  width: calc(100% - 30px);
  height: 67.5vw;
  margin: 0 0 0 30px;
  position: relative;
  overflow: hidden;
}
.dirRoot .calender picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}
.calender .notes { width: calc(100% - 65px); }

.dirRoot .class-price { padding: 150px 0 75px 0; }
.dirRoot .class-price h2 i { font-size: 22px; }
.dirRoot .class-price h2 b { font-size: 12px; }
.class-price .circle {
  width: calc(100% - 60px);
  height: 105vw;
  max-height: 430px;
  margin: 25px auto 0 auto;
  position: relative;
}
.class-price .circle > div {
  width: 60vw;
  height: 60vw;
  max-width: 275px;
  max-height: 275px;
  position: absolute;
}
.class-price .circle .kids {
  top: 0;
  right: 50%;
  transform: translate(17.5vw,0);
}
.class-price .circle .junior {
  border: 3px solid var(--white);
  top: 180px;
  left: 50%;
  transform: translate(-17.5vw,0);
}
.class-price .circle h3 i {
  font-size: 14px;
  letter-spacing: .03rem;
}
.class-price .circle h3 b { font-size: 11px; }
.class-price .circle ul li { font-size: 11px; }
.price sub { font-size: 9px; }
.price span {
  padding: 0 0 0 3px;
  font-size: 15px;
}
.price span:before { font-size: 14px; }

.cost { width: calc(100% - 60px); }
.cost h3 { font-size: 13px; }
.cost ul {
  flex-direction: column;
  justify-content: center;
  margin: 0 0 25px 0;
}
.cost ul:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}
.cost li { margin: 15px auto 25px; }
.cost h4 {
  padding: 5px 0 12px 0;
  font-size: 13px;
}
.cost .price { margin: 10px 0 0 0; }
.notes p { font-size: 10px; }

.gift {
  flex-direction: column;
  width: calc(100% - 60px);
  padding: 0 0 55px;
}
.gift h2 {
  width: 100px;
  height: 100px;
  font-size: 13px;
}
.gift div {
  width: 100%;
  padding: 25px 0 0 0;
}
.gift div h3 {
  margin: 0 0 20px 0;
  font-size: 13px;
  text-align: center;
}
.gift div h3:before { display: none; }
.linkBox { width: calc(100% - 60px); }
.linkBox a {
  padding: 10px;
  font-size: 10px;
}
.linkBox .arrow { bottom: 20px; }
.arrow { width: 50px; }
.dirRoot .class-price picture {
  width: calc(100% - 30px);
  height: 67.5vw;
  margin: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}
.dirRoot .class-price picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}
.dirRoot .news { padding: 0 0 70px; }
.news .line { padding: 150px 0 0 30px; }
.news .line ul { margin: 0 0 65px 0; }
.news .line li a {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 25px 90px 25px 0;
  overflow: hidden;
}
.news .line li span {
  width: 65px;
  margin: 0 10px;
  padding: 3px 0 4px;
  font-size: 8px;
}
.news .line li b {
  width: 100%;
  margin: 15px 0 0 0;
}
.arrow {
  top: initial;
  bottom: 30px;
}
.news .linkArrow { justify-content: flex-start; }
.news .linkArrow a { width: 200px; }

.pagination ul:before,
.pagination ul:after {
  height: 15px;
  top: 5px;
}
.pagination li { font-size: 11px; }

.ttlImage { height: calc(100vh - 355px); }
.ttlImage h2 {
  font-size: 15px;
  letter-spacing: .05rem;
  top: -72px;
}

.dirConcept .concept .icoBack { bottom: -175px; }
.dirConcept .concept .boxText { padding: 75px 30px 0; }
.profOrner {
  width: calc(100% - 60px);
  padding: 40px 25px 60px 25px;
}
.profOrner div {
  flex-direction: column;
}
.profOrner div p {
  width: 100%;
  padding: 0 0 50px 0;
}
.profOrner div picture { width: 100%; }
.profOrner dt {
  width: 180px;
  padding: 0;
  font-size: 13px;
  line-height: 2;
}
.profOrner dt:before { display: none; }
.profOrner dd { line-height: 2; }
.profOrner dd > i + i { margin: 5px 0 0 0; }
.profOrner dd sub {
  display: block;
  font-size: 11px;
}
.dirConcept .feature { padding: 65px 0 0 0; }
.dirConcept .feature .boxTrans { padding: 110px 30px 0 0; }
.dirConcept .feature .boxTrans dl { padding: 18px 30px 18px 30px; }

.training { padding: 75px 0; }
.training .icoBack { display: none; }
.training .points { padding: 90px 0 50px; }
.training .points div {
  justify-content: center;
  width: 62.5vw;
  height: 62.5vw;
  margin: -15vw 0 0 0;
  padding: 0 0 5vw 0;
  position: relative;
}
.training .points div:nth-child(odd) { left: 17.5vw; }
.training .points div:nth-child(even) { right: 17.5vw; }
.training .points dt { display: none; }
.training .points h3 i {
  margin: 0 0 5px 0;
  font-size: 17px;
}
.training .points h3 b {
  font-size: 12px;
  line-height: 1.8;
}
.training .points dd i {
  font-size: 9px;
  border-radius: 7px;
}
.training .linkBox { width: calc(100% - 60px) }
.arrow { bottom: 30px; }

.dirClass .class-price .icoBack { top: 755px; }
.dirClass .class-price .ttlClass { margin: 0 0 50px 0; }
.dirClass .class-price .inner { padding: 60px 30px 0; }
.dirClass .class-price .ttlClass em {
  font-size: 14px;
  text-align: center;
}
.dirClass .class-price .ttlClass em:before,
.dirClass .class-price .ttlClass em:after { display: none; }
.dirClass .class-price .circle > div {
  width: 60vw;
  height: 60vw;
  position: absolute;
}
.dirClass .class-price .gift { width: calc(100% - 0px); }
.discount { padding: 0 30px 40px; }
.discount p br { display: none; }

.access { margin: 75px 0; }
.access .maps { padding: 100px 0 0 30px; }
.access .mapCanvas { height: 325px; }
.access .mapCanvas a:before { top: 11px; }
.access .mapInfo {
  padding: 0 30px 0 0;
  margin: 20px 0 0 0;
}
.access .mapInfo p { margin: 25px 0 22px 0; }
.access .mapInfo dl { flex-direction: column; }
.access .mapInfo dt {
  width: 100%;
  margin: 10px 0 5px 0;
}
.access .mapInfo dt:before {
  display:none;
}
.access .mapInfo dd {
  flex-direction: column;
  padding: 0;
  line-height: 2;
}
.access .mapInfo dd sub {
  padding: 0 0 0 20px;
  margin: 0 0 0 3px;
}
.access .mapInfo a {
  width: 100%;
  justify-content: center;
  margin: 40px 0 0 0;
}

.profCoach { padding: 60px 30px; }
.profCoach h3 { padding: 0 0 25px 0px; }
.profCoach h3 i {
  font-size: 15px;
  letter-spacing: .05rem
}
.profCoach .block div {
  width: 100%;
  padding: 22px 0px 30px 0px;
}
.profCoach .block div:first-child { border-top: none; }
.profCoach div h4:before { top: 10px; }
.profCoach div p {
  width: 100%;
  line-height: 2;
}
.profCoach div p > i + i { margin: 5px 0 0 0; }
.profCoach div p small { display: block; }
.profCoach picture {
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
  top: initial;
}

.dirNews .news { top: -60px; }
.dirNews .news > h2 {
  padding: 0 30px 25px 30px;
  font-size: 15px;
}
.dirNews .news .line { padding: 25px 30px 50px 30px; }

.dirVoices .voices { top: -60px; }
.dirVoices .voices > h2 {
  padding: 0 30px 25px 30px;
  font-size: 15px;
}

.dirFAQ .faq { top: -60px; }
.dirFAQ .faq > h2 { padding: 0 30px 25px 30px; }
.dirFAQ .boxTrans {
  padding: 20px 0 50px 30px;
  font-size: 15px;
}

.dirForm .formApp { top: -60px; }
.dirForm .formApp > h2 {
  padding: 0 30px 50px 30px;
  font-size: 15px;
}
.dirForm .formApp > h2 small { font-size: 12px; }
.dirForm .intro { padding: 0 30px;　}
.dirForm .intro dl { margin: 0 0 80px 0; }
.dirForm .intro dl dt { font-size: 13px; }
.dirForm .intro dl dd { white-space: nowrap; }
.dirForm .intro dl dd sub {
  width: 115px;
  height: 115px;
  font-size: 10px;
  position: relative;
}
.dirForm .intro dl dd > sub + sub { margin: 0 0 0 -20px; }
.dirForm .intro dl dd sub:nth-child(2) { top: 60px; }

.dirGuide .guide { top: -60px; }
.dirGuide .guide > h2 {
  padding: 20px 30px 50px 30px;
  font-size: 15px;
}
.dirGuide .guide > h2 small {
  font-size: 12px;
  letter-spacing: .03rem;
}
.listBasic { padding: 15px 30px 0 30px; }
.listBasic dl { word-wrap: normal; }
.listBasic dt { font-size: 13px; }
.listBasic dd { font-size: 11px; }
.listBasic dd p b:before { top: 8px; }

}
