.echelon {
  padding-bottom: 0;
}
.c-btn02 {
  width: calc(33.3333333333% - 26.6666666667px);
  height: 97px;
  background: #006ab9;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    width: 100%;
    max-width: 330px;
    font-size: 18px;
    height: 60px;
  }
}
.c-btn02::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .c-btn02::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    right: 15px;
  }
}
.c-btn02 {
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn02:hover {
    opacity: 0.7;
  }
}
.echelon-sec1 {
  width: 100%;
  height: auto;
}
.echelon-btn {
  padding: 40px 0px 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-btn {
    padding: 40px 0 60px;
  }
}
.echelon-btn p {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .echelon-btn p {
    font-size: 15px;
  }
}
.echelon-btn .c-btn01 {
  border-radius: 15px;
  width: 100%;
  height: 85px;
  max-width: 500px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 158, 231) 0%, rgb(0, 104, 183) 100%);
  margin-top: 30px;
  transition: ease-in-out 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .echelon-btn .c-btn01 {
    border-radius: 10px;
    height: 60px;
    max-width: 300px;
    font-size: 18px;
  }
}
.echelon-btn .c-btn01::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .echelon-btn .c-btn01::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .echelon-btn .c-btn01:hover {
    opacity: 0.7;
  }
}
.echelon-sec2 {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .echelon-sec2 {
    padding-bottom: 60px;
  }
}
.echelon-sec2 .ttl1 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .echelon-sec2 .ttl1 {
    font-size: 22px;
    padding-top: 25px;
  }
}
.echelon-sec2 .txt1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .echelon-sec2 .txt1 {
    font-size: 15px;
  }
}
.echelon-sec2 .l-content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .echelon-sec2 .l-content {
    flex-wrap: wrap;
  }
}
.echelon-sec2 .l-content > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .echelon-sec2 .l-content > * {
    width: 100%;
  }
}
.echelon-sec2 .youtube {
  width: calc(100% - 80px);
  margin-right: 80px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .echelon-sec2 .youtube {
    width: 100%;
    margin-right: 0;
  }
}
.echelon-sec2 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.echelon-sec3 {
  width: 100%;
  height: auto;
  background: #e5eaea;
  padding: 120px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 {
    padding: 60px 0;
  }
}
.echelon-sec3 .ttl1 {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 .ttl1 {
    font-size: 22px;
  }
}
.echelon-sec3 .txt1 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 .txt1 {
    font-size: 15px;
    padding-top: 25px;
  }
}
.echelon-sec3 .block {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 .block {
    gap: 25px;
    padding-top: 30px;
    justify-content: center;
  }
}
.echelon-sec3 .block .item1 {
  width: calc(50% - 25px);
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 .block .item1 {
    width: 100%;
    padding: 30px 20px;
    max-width: 330px;
  }
}
.echelon-sec3 .block .item1 .img {
  width: 100%;
  height: auto;
  max-width: 210px;
  margin: 0 auto;
}
.echelon-sec3 .block .item1 .content {
  width: 100%;
  height: auto;
  max-width: 430px;
  margin: 0 auto;
  padding: 60px 0px 80px;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 .block .item1 .content {
    padding: 30px 0px 0px;
  }
}
.echelon-sec3 .block .item1 .content h3 {
  font-size: 30px;
  color: #006ab9;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #a8dbf2;
  text-underline-offset: -8px;
  text-decoration-thickness: 18px;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 .block .item1 .content h3 {
    font-size: 20px;
    text-underline-offset: -2px;
    text-decoration-thickness: 10px;
  }
}
.echelon-sec3 .block .item1 .content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .echelon-sec3 .block .item1 .content p {
    font-size: 15px;
    padding-top: 15px;
  }
}
.echelon-sec4 {
  width: 100%;
  height: auto;
  padding: 120px 0px;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 {
    padding: 60px 0;
  }
}
.echelon-sec4 .ttl1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .ttl1 {
    font-size: 22px;
  }
}
.echelon-sec4 .txt1 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .txt1 {
    font-size: 15px;
    padding-top: 25px;
  }
}
.echelon-sec4 .block {
  width: 100%;
  height: auto;
  max-width: 1060px;
  margin: 0 auto;
}
.echelon-sec4 .block .item1 {
  width: 100%;
  height: auto;
  background: #e5eaea;
  padding: 25px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 {
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 25px;
  }
}
.echelon-sec4 .block .item1 > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 > * {
    width: 100%;
    max-width: 450px;
  }
}
.echelon-sec4 .block .item1 .img {
  padding-right: 45px;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 .img {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 .content {
    padding-top: 25px;
  }
}
.echelon-sec4 .block .item1 .content .sub {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 8px 15px 20px;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 .content .sub {
    font-size: 18px;
    padding: 7px 15px 20px;
  }
}
.echelon-sec4 .block .item1 .content .sub::before {
  width: 121px;
  height: 61px;
  content: "";
  background: url(../../images/echelon/sec4-ic1.png) no-repeat top;
  background-size: 100% auto;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 .content .sub::before {
    width: 100px;
  }
}
.echelon-sec4 .block .item1 .content h3 {
  font-size: 30px;
  font-weight: 700;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 .content h3 {
    font-size: 22px;
  }
}
.echelon-sec4 .block .item1 .content p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .echelon-sec4 .block .item1 .content p {
    font-size: 15px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .echelon-sec4 .block .item1:nth-child(even) .img {
    order: 2;
    padding-right: 0;
    padding-left: 45px;
  }
  .echelon-sec4 .block .item1:nth-child(even) .content {
    order: 1;
  }
}
.echelon-sec5 {
  width: 100%;
  height: auto;
  background: #e5eaea;
  padding: 120px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 {
    padding: 60px 0;
  }
}
.echelon-sec5 .ttl1 {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .ttl1 {
    font-size: 22px;
  }
}
.echelon-sec5 .ttl1.ver2 {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .ttl1.ver2 {
    padding-top: 25px;
  }
}
.echelon-sec5 .txt1 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .txt1 {
    font-size: 15px;
    padding-top: 20px;
  }
}
.echelon-sec5 .txt1.ver2 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .txt1.ver2 {
    padding-top: 40px;
  }
}
.echelon-sec5 .txt2 {
  font-size: 23px;
  font-weight: 900;
  line-height: 1.77;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 1px 10px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .txt2 {
    font-size: 15px;
    margin-top: 20px;
  }
}
.echelon-sec5 .note1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.66;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .note1 {
    font-size: 11px;
  }
}
.echelon-sec5 .block {
  width: 100%;
  height: auto;
  max-width: 670px;
  margin: 0 auto;
}
.echelon-sec5 .block .table {
  background: #fff;
  margin-top: 30px;
}
.echelon-sec5 .block .table .row {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #231f20;
  padding: 7px 30px;
}
.echelon-sec5 .block .table .row .label {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .block .table .row .label {
    font-size: 15px;
  }
}
.echelon-sec5 .block .table .row .price {
  position: relative;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .block .table .row .price {
    font-size: 14px;
  }
}
.echelon-sec5 .block .table .row .price .number {
  display: block;
  font-size: 35px;
  padding-top: 5px;
  line-height: 0.8;
  font-family: "Teko", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .block .table .row .price .number {
    font-size: 26px;
  }
}
.echelon-sec5 .block .table .row:first-child {
  background: #e5eaea;
  border-bottom: 3px solid #000;
}
.echelon-sec5 .block .table .row:first-child > * {
  font-weight: 900;
}
.echelon-sec5 .block .table .row:last-child {
  border-bottom: 0px;
}
/*
.echelon-sec5 .block .table .row:nth-last-child(2) {
  border-bottom: 0px;
}

.echelon-sec5 .block .table .row:last-child {
  border-top: 3px solid #000;
  border-bottom: 0px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .block .table .row:last-child {
    padding-bottom: 20px;
  }
}
.echelon-sec5 .block .table .row:last-child > * {
  font-weight: 900;
  color: #ff0000;
}
  */
.echelon-sec5 .block .note1 {
  text-align: right;
  padding-top: 15px;
}
.echelon-sec5 .block2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .echelon-sec5 .block2 {
    margin-top: 20px;
    gap: 20px;
  }
}
.echelon-sec6 {
  width: 100%;
  height: auto;
  padding: 120px 0px;
}
@media screen and (max-width: 768px) {
  .echelon-sec6 {
    padding: 60px 0px;
  }
}
.echelon-sec6 .ttl1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-sec6 .ttl1 {
    font-size: 22px;
  }
}
.echelon-sec6 .block {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .echelon-sec6 .block {
    margin-top: 30px;
    gap: 20px;
  }
}
.echelon-sec6 .block .img {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 768px) {
  .echelon-sec6 .block .img {
    width: calc(50% - 10px);
  }
}
.echelon-sec7 {
  width: 100%;
  height: auto;
  background: #e5eaea;
  padding: 120px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-sec7 {
    padding: 60px 0px;
  }
}
.echelon-sec7 .block {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .echelon-sec7 .block {
    padding: 20px;
  }
}
.echelon-sec7 .block .ttl1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echelon-sec7 .block .ttl1 {
    font-size: 22px;
  }
}
.echelon-sec7 .block .txt1 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.77;
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .echelon-sec7 .block .txt1 {
    font-size: 15px;
  }
}
.echelon-sec7 .block .txt1 span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #a8dbf2;
  text-underline-offset: -2px;
  text-decoration-thickness: 10px;
}
@media screen and (max-width: 768px) {
  .echelon-sec7 .block .txt1 span {
    text-underline-offset: -2px;
    text-decoration-thickness: 7px;
  }
}
.echelon-sec7 .block .btn {
  padding-top: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 40px;
}
@media screen and (max-width: 768px) {
  .echelon-sec7 .block .btn {
    padding-top: 50px;
    gap: 20px;
  }
}
.echelon-sec7 .block .btn p {
  width: 100%;
  display: block;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .echelon-sec7 .block .btn p {
    font-size: 18px;
    padding-bottom: 0px;
  }
}
.echelon-sec7 .block .btn .c-btn02 {
  width: 100%;
  max-width: 350px;
}

.p-pagetitle:not(.-plain, .-mypage) {
  display: none;
}/*# sourceMappingURL=style.css.map */