section.top {
  max-width: 700px;
  width: 93%;
  margin: 0 auto 45px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 28px;
    line-height: 1.8;
  }
}

section.grade {
  max-width: 1000px;
  width: 93%;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 769px) {
  section.grade {
    display: flex;
    border-radius: 10px;
  }
}
section.grade > img {
  position: absolute;
  top: -50px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  section.grade > img {
    width: 100px;
    top: 100px;
    right: 3%;
  }
}
section.grade h2 {
  display: flex;
  align-items: center;
  border-radius: 15px 0 0 15px;
  background-color: #191919;
  line-height: 1.2;
  color: #fff;
  font-size: 32px;
}
@media screen and (min-width: 769px) {
  section.grade h2 {
    width: 120px;
    padding-top: 30px;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  section.grade h2 {
    padding: 12px 5%;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
  }
}
section.grade h2 > i {
  text-combine-upright: all;
}
section.grade h2 span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  section.grade h2 span {
    margin-bottom: 25px;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 768px) {
  section.grade h2 span {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    font-size: 12px;
  }
}
section.grade h2 span i {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  section.grade h2 span i {
    font-size: 20px;
  }
}
section.grade .content {
  padding: 40px 70px;
}
@media screen and (min-width: 769px) {
  section.grade .content {
    width: 880px;
  }
}
@media screen and (max-width: 768px) {
  section.grade .content {
    padding: 24px 5%;
  }
}
section.grade .content .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
section.grade .content .cntWrap:nth-last-of-type(n+2) {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 4px dotted #191919;
}
section.grade .content .cntWrap.aigan {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap.aigan {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  section.grade .content .cntWrap .cntBox:nth-of-type(1) {
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox:nth-of-type(1) {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 769px) {
  section.grade .content .cntWrap .cntBox:nth-of-type(2) {
    width: 290px;
  }
}
section.grade .content .cntWrap .cntBox > img {
  display: block;
  margin: 0 auto;
}
section.grade .content .cntWrap .cntBox > img.license {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox > img.license {
    margin-bottom: 30px;
  }
}
section.grade .content .cntWrap .cntBox ul {
  border: 3px solid #FFC003;
  border-radius: 12px;
  margin: 20px 30px;
  padding: 5% 10%;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox ul {
    margin: 20px 15px;
  }
}
section.grade .content .cntWrap .cntBox h3 {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin: 20px 0;
  padding: 0 60px 5px 0;
  line-height: 1.2;
  font-size: 26px;
  border-bottom: 4px solid #191919;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox h3 {
    width: 100%;
    padding: 0 40px 5px 0;
    font-size: 22px;
    border-bottom-width: 3px;
  }
}
section.grade .content .cntWrap .cntBox h3 img {
  position: relative;
  left: -5px;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox h3 img {
    width: 35px;
  }
}
section.grade .content .cntWrap .cntBox h3 span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding-bottom: 5px;
  border: 2px solid #191919;
  border-radius: 40px;
  background-color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox h3 span {
    width: 56px;
    height: 56px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  section.grade .content .cntWrap .cntBox h3 span {
    right: 30px;
  }
}
section.grade .content .cntWrap .cntBox h3 span i {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox h3 span i {
    font-size: 24px;
  }
}
@media screen and (min-width: 400px) {
  section.grade .content .cntWrap .cntBox h3 br.sp {
    display: none !important;
  }
}
section.grade .content .cntWrap .cntBox h4 {
  font-size: 21px;
}
section.grade .content .cntWrap .cntBox p {
  margin-bottom: 12px;
  line-height: 1.8;
}
section.grade .content .cntWrap .cntBox p.bg {
  padding: 15px;
  border-radius: 5px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox p.bg {
    padding: 12px 15px;
  }
}
section.grade .content .cntWrap .cntBox p.bg span {
  color: #fe652a;
  background: linear-gradient(#fff, #fff) no-repeat left bottom/100% 7px;
}
section.grade .content .cntWrap .cntBox .pic {
  margin-bottom: 20px;
  border: 4px solid #191919;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox .pic {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 30px;
  }
}
section.grade .content .cntWrap .cntBox .pic::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: url(data:data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWOQlJT8z0AUwKkSAHBMApV+YY+jAAAAAElFTkSuQmCC) repeat;
  position: absolute;
  top: 5px;
  left: 5px;
}
section.grade .content .cntWrap .cntBox .pic img {
  width: 100%;
  position: relative;
  z-index: 1;
}
section.grade .content .cntWrap .cntBox a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  background-color: #191919;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox a.btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox a.btn.pc {
    display: none;
  }
}
section.grade .content .cntWrap .cntBox a.btn.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .cntBox a.btn.sp {
    display: block;
    text-align: center;
    align-items: center;
    align-content: center;
  }
}
section.grade .content .cntWrap .cntBox .ttl {
  font-size: 21px;
  margin-bottom: 10px;
}
section.grade .content .cntWrap .cntBox .ttl ::before {
  display: inline-block;
  margin: 0 5px 0 0px;
  width: 25px;
  height: 25px;
  content: "";
  border-radius: 100%;
  background: #DE828C;
  translate: 0 4px;
}
section.grade .content .cntWrap .cntBox .extra {
  padding-left: 30px;
}
section.grade .content .cntWrap .class_2 {
  display: block;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .class_2 {
    display: block;
  }
}
section.grade .content .cntWrap .class_2 .class_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .class_2 .class_contents {
    width: 100%;
    display: block;
  }
}
section.grade .content .cntWrap .class_2 .class_contents a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  border-radius: 5px;
  background-color: #191919;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .class_2 .class_contents a.btn {
    margin: 0 auto;
  }
}
section.grade .content .cntWrap .class_2 .class_contents a.btn.aigan {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .class_2 .class_contents a.btn.aigan {
    margin: 0 auto;
  }
}
section.grade .content .cntWrap .class_2 .class_contents .ttl h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
section.grade .content .cntWrap .class_2 .class_contents .ttl ::before {
  display: inline-block;
  margin: 0 5px 0 0px;
  width: 25px;
  height: 25px;
  content: "";
  border-radius: 100%;
  background: #DE828C;
  translate: 0 4px;
}
section.grade .content .cntWrap .class_2 .class_contents p {
  margin-bottom: 12px;
  line-height: 1.8;
}
section.grade .content .cntWrap .class_2 .class_contents p.bg {
  padding: 15px;
  border-radius: 5px;
  background-color: #e8e8e8;
}
@media screen and (max-width: 768px) {
  section.grade .content .cntWrap .class_2 .class_contents p.bg {
    padding: 12px 15px;
  }
}
section.grade .content .cntWrap .class_2 .class_contents p.bg span {
  color: #fe652a;
  background: linear-gradient(#fff, #fff) no-repeat left bottom/100% 7px;
}
section.grade .content .cntWrap .class_2 .class_contents p.aigan {
  margin-left: 2em;
}
section.grade.first {
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  section.grade.first {
    margin: 0 auto 60px;
  }
}
section.grade.first::after {
  content: "";
  display: block;
  border-top: 40px solid #191919;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.grade.first::after {
    border-top-width: 30px;
    border-right-width: 16px;
    border-left-width: 16px;
    bottom: -46px;
  }
}
section.grade.second {
  margin: 0 auto 115px;
}
@media screen and (max-width: 768px) {
  section.grade.second {
    margin: 0 auto 70px;
  }
}
section.grade.second > i {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
  color: #fd4700;
  font-size: 70px;
  font-weight: 800;
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.grade.second > i {
    font-size: 54px;
    bottom: -32px;
  }
}

section.care {
  display: flex;
  max-width: 780px;
  width: 93%;
  margin: 0 auto 120px;
  border: 2px solid #191919;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.care {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 48px;
    background-color: #252525;
  }
}
section.care .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  section.care .txt {
    width: calc(100% - 414px);
  }
}
@media screen and (max-width: 768px) {
  section.care .txt {
    width: 100%;
    padding: 16px 5%;
    background-color: #fff;
  }
}
@media screen and (max-width: 400px) {
  section.care .txt {
    padding: 40px 5% 16px;
  }
}
section.care .txt > img {
  position: absolute;
  top: 4px;
  right: -30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.care .txt > img {
    width: 90px;
    right: 5px;
  }
}
section.care .txt p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.care .txt p {
    font-size: 16px;
  }
}
section.care .txt p.org {
  color: #fd4700;
}
section.care .txt p.org span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  section.care .txt p.org span {
    font-size: 20px;
  }
}
section.care .txt a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #191919;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.care > img {
    max-width: 380px;
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */