.no_marge {
  margin-top: 0 !important;
}

.charm_point {
  font-weight: bold;
  background-color: #77155a;
  border-radius: 10px;
  color: white;
}
@media (min-width: 768px) {
  .charm_point {
    font-size: 23px;
    padding: 15px 20px;
    margin: 120px 0 70px;
  }
}
@media (max-width: 767.98px) {
  .charm_point {
    font-size: 18px;
    margin: 60px 0 30px;
    padding: 10px;
  }
}

.box_flex img {
  border-radius: 20px;
}
.box_flex .lead {
  color: #77155a;
  font-weight: 500;
}
.box_flex .featuresbox {
  background-color: white;
  border-radius: 20px;
}
.box_flex .featuresbox .pinkhed {
  background-color: #ef8291;
  color: white;
  text-align: center;
  font-weight: 500;
  border-radius: 20px 20px 0 0;
}
.box_flex .featuresbox .img img {
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .box_flex {
    display: flex;
    justify-content: space-evenly;
  }
  .box_flex .top_box {
    width: 50%;
  }
  .box_flex .top_box .lead {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .box_flex .img {
    width: 45%;
  }
  .box_flex .featuresbox {
    width: 40%;
  }
  .box_flex .featuresbox .pinkhed {
    font-size: 18px;
    padding: 10px;
  }
  .box_flex .featuresbox p {
    padding: 20px;
    height: 120px;
  }
  .box_flex .featuresbox .img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .box_flex .lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .box_flex p {
    margin-bottom: 10px;
  }
  .box_flex .featuresbox {
    margin-bottom: 20px;
  }
  .box_flex .featuresbox .pinkhed {
    font-size: 18px;
    padding: 10px;
  }
  .box_flex .featuresbox p {
    padding: 20px;
  }
}

.feature_leard {
  text-align: center;
  font-weight: bold;
}
.feature_leard .hede {
  color: #77155a;
}
@media (min-width: 768px) {
  .feature_leard {
    margin-bottom: 50px;
  }
  .feature_leard p {
    font-size: 16px;
  }
  .feature_leard .hede {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .feature_leard {
    margin-bottom: 30px;
  }
  .feature_leard p {
    font-size: 14px;
  }
  .feature_leard .hede {
    font-size: 18px;
  }
}

.bubble_box {
  position: relative;
}
.bubble_box .bubble {
  position: absolute;
  background-color: #ef8291;
  color: white;
  border-radius: 50%;
}
.bubble_box .bubble::before {
  content: "";
  position: absolute;
  z-index: 0;
}
.bubble_box .bubble_leard {
  color: #ef8291;
  font-weight: bold;
  text-align: center;
}
.bubble_box .contents .marks {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
}
.bubble_box .contents .marks p {
  border-radius: 20px;
  background-color: #ef8291;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .bubble_box .bubble {
    padding: 20px;
    top: -38%;
    left: 20%;
  }
  .bubble_box .bubble::before {
    bottom: -6px;
    right: -7px;
    border: 10px solid transparent;
    border-left: 17px solid #ef8291;
    transform: rotate(45deg);
  }
  .bubble_box .bubble_leard {
    font-size: 25px;
  }
  .bubble_box .contents {
    text-align: center;
    margin: 30px;
    font-size: 16px;
  }
  .bubble_box .contents .marks {
    margin-top: 10px;
  }
  .bubble_box .contents .marks p {
    padding: 5px 30px;
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .bubble_box .bubble {
    padding: 12px;
    top: -12%;
    left: 9%;
  }
  .bubble_box .bubble::before {
    bottom: -5px;
    right: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #ef8291;
    transform: rotate(41deg);
  }
  .bubble_box .bubble_leard {
    font-size: 18px;
    position: relative;
    top: 35px;
  }
  .bubble_box .contents {
    text-align: center;
    margin: 60px 0 30px;
  }
  .bubble_box .contents .marks p {
    padding: 5px 20px;
    margin: 0 10px;
  }
}

.white_box {
  background-color: white;
  border-radius: 20px;
}
.white_box .ribbon {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 30px;
  background: #77155a;
  color: white;
  box-sizing: border-box;
}
.white_box .ribbon::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  left: 0;
  border-color: transparent transparent transparent #fdf8f7;
  border-style: solid;
}
.white_box .ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-color: transparent #fdf8f7 transparent transparent;
  border-style: solid;
}
.white_box p span {
  color: #77155a;
  font-weight: 500;
}
@media (min-width: 768px) {
  .white_box {
    padding: 20px;
    margin: 80px 0 30px;
  }
  .white_box .ribbon {
    top: -35px;
    font-size: 18px;
    left: 31%;
    height: 50px;
    line-height: 50px;
  }
  .white_box .ribbon::before {
    border-width: 25px 0px 25px 15px;
  }
  .white_box .ribbon::after {
    border-width: 25px 15px 25px 0px;
  }
}
@media (max-width: 767.98px) {
  .white_box {
    margin-top: 50px;
    padding: 0 10px 20px;
  }
  .white_box .ribbon {
    top: -23px;
    font-size: 15px;
    left: 6%;
    height: 40px;
    line-height: 40px;
  }
  .white_box .ribbon::before {
    border-width: 20px 0px 20px 15px;
  }
  .white_box .ribbon::after {
    border-width: 20px 15px 20px 0px;
  }
  .white_box p {
    margin-top: -10px;
  }
}

.lead03 {
  text-align: center;
}
.lead03 span {
  border: 1px solid;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .lead03 {
    font-size: 20px;
    margin-top: 50px;
  }
  .lead03 span {
    padding: 5px 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .lead03 {
    ont-size: 16px;
    margin-top: 30px;
  }
  .lead03 span {
    padding: 2px 5px;
  }
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
}
.compare-table tr {
  border-bottom: 1px solid grey;
}
.compare-table tr th, .compare-table tr td {
  padding: 10px;
  text-align: center;
}
.compare-table tr th {
  width: 30%;
}
.compare-table tr .pink {
  background-color: #fce8e6;
}
.compare-table tr .pink .img {
  border: 2px solid #c62298;
  background-color: white;
}
.compare-table tr .gray {
  color: #666;
  background-color: white;
  border-radius: 10px;
  border: 2px solid;
}
.compare-table tr .maru {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  background-color: #ef8291;
  border-radius: 15px;
}
.compare-table tr .batsu {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  background-color: #666;
  border-radius: 15px;
}
.compare-table tr .blue {
  background-color: #d7edf3;
  border-radius: 15px;
  padding: 6px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .compare-table {
    border-radius: 20px;
    margin: 30px 0;
  }
  .compare-table tr .pink .img {
    padding: 5px 40px;
    border-radius: 10px;
    height: 50px;
  }
  .compare-table tr .gray {
    font-size: 20px;
    padding: 5px 20px;
    height: 50px;
  }
  .compare-table tr .blue {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .compare-table {
    margin: 30px 0;
  }
  .compare-table .pink .img {
    padding: 3px;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .compare-table .gray {
    padding: 2px;
  }
}

.guidance .guidance_box {
  position: relative;
  border: 4px solid;
  border-radius: 20px;
  position: relative;
  text-align: center;
  background-color: white;
}
.guidance .guidance_box .guidanceC {
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  justify-content: center;
}
.guidance .guidance_box .hede {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guidance .grade1st {
  color: #ef8291;
}
.guidance .grade1st .guidanceC {
  background-color: #ef8291;
}
.guidance .grade2st {
  color: #2eade3;
}
.guidance .grade2st .guidanceC {
  background-color: #2eade3;
}
.guidance .grade3st {
  color: #9768ba;
}
.guidance .grade3st .guidanceC {
  background-color: #9768ba;
}
.guidance .grade4st {
  color: #77155a;
}
.guidance .grade4st .guidanceC {
  background-color: #77155a;
}
@media (min-width: 768px) {
  .guidance {
    display: flex;
    justify-content: space-between;
    margin: 90px 0 20px;
  }
  .guidance .guidance_box {
    width: 23%;
    padding: 40px 20px 40px;
  }
  .guidance .guidance_box .guidanceC {
    top: -11%;
    left: 33%;
    width: 80px;
    height: 80px;
  }
  .guidance .guidance_box .guidanceC span {
    font-size: 25px;
    padding-bottom: 5px;
  }
  .guidance .guidance_box .hede {
    font-size: 20px;
    margin: 20px 0;
    height: 35%;
  }
}
@media (max-width: 767.98px) {
  .guidance .guidance_box {
    padding: 10px;
    margin-bottom: 20px;
  }
  .guidance .guidance_box .guidanceC {
    width: 60px;
    height: 60px;
    top: -20px;
  }
  .guidance .guidance_box .guidanceC span {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .guidance .hede {
    font-size: 18px;
    margin: 10px 0;
  }
}

.pinkbox {
  background-color: #fce8e6;
  border-radius: 20px;
  line-height: 2;
}
@media (min-width: 768px) {
  .pinkbox {
    padding: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .pinkbox {
    padding: 20px 10px;
    margin-top: 20px;
  }
}

.career .step {
  background-color: #ef8291;
  color: white;
  font-weight: 500;
}
.career .career_contents {
  background-color: #fce8e6;
}
.career .career_contents .hede {
  color: #ef8291;
}
@media (min-width: 768px) {
  .career {
    display: flex;
    justify-content: center;
    margin: 20px;
  }
  .career .step {
    width: 10%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px 0 0 20px;
  }
  .career .step p {
    font-size: 30px;
  }
  .career .career_contents {
    padding: 20px;
    width: 80%;
    border-radius: 0 20px 20px 0;
  }
  .career .career_contents .hede {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .career {
    margin-bottom: 20px;
  }
  .career .step {
    padding: 0 20px;
    display: flex;
    border-radius: 20px 20px 0 0;
    align-items: baseline;
  }
  .career .step p {
    font-size: 20px;
    margin-left: 5px;
  }
  .career .career_contents {
    padding: 10px;
    border-radius: 0 0 20px 20px;
  }
  .career .career_contents .hede {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.teacher .hede {
  color: #ef8291;
  font-weight: 500;
}
@media (min-width: 768px) {
  .teacher {
    margin-top: 30px;
  }
  .teacher .hede {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .teacher .hede {
    font-size: 15px;
    margin-top: 10px;
  }
}

.environment {
  position: relative;
}
.environment .tag {
  position: absolute;
  background-color: #ef8291;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .environment {
    margin-top: 50px;
    width: 30%;
  }
  .environment .tag {
    font-size: 20px;
    top: -10px;
    left: -15px;
    width: 75px;
    height: 75px;
  }
  .environment .img {
    width: 100%;
  }
  .environment p {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .environment {
    margin-top: 30px;
  }
  .environment .tag {
    font-size: 20px;
    top: -10px;
    left: -5px;
    width: 75px;
    height: 75px;
  }
  .environment p {
    margin-top: 10px;
  }
}

.expert {
  background-color: white;
  border-radius: 20px;
  margin-top: 20px;
}
.expert .hede {
  color: #ef8291;
  font-weight: 500;
}
.expert .icon {
  background-color: #ef8291;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.expert .icon img {
  width: 60%;
}
@media (min-width: 768px) {
  .expert {
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .expert .contents {
    width: 80%;
  }
  .expert .contents .hede {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .expert .icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .expert {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .expert .contents {
    margin-bottom: 10px;
  }
  .expert .contents .hede {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .expert .icon {
    width: 60px;
    height: 60px;
  }
}

.whitebox {
  background-color: white;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.whitebox .hede {
  color: #ef8291;
  font-weight: bold;
}
@media (min-width: 768px) {
  .whitebox .hede {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .whitebox .hede {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/*  *//*# sourceMappingURL=features.css.map */