@charset "UTF-8";
#main .inner {
  box-sizing: border-box;
  margin: auto;
  max-width: 960px;
}
div.titleBox {
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}
div.titleBox h2 {
  font-family: "A1MinchoStd-Bold", "A1 Mincho Std Bold", "Noto Serif", serif;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  div.titleBox h2 {
    font-size: 18px;
  }
  div.titleBox h2 img {
    width: 120px;
  }
}
article.bg {
  background-color: #ededed;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 90px 0 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article.bg {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
article.bg > section {
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  article.bg > section {
    padding: 0 30px;
  }
}
article.bg h3 {
  font-family: "A1MinchoStd-Bold", "A1 Mincho Std Bold", "Noto Serif", serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  article.bg h3 {
    font-size: 16px;
  }
}
article.bg div.fig.power {
  margin-bottom: 50px;
}
article.bg div.fig.power > ul {
  margin: 0 auto;
  padding: 0;
  display: table;
}
@media screen and (max-width: 767px) {
  article.bg div.fig.power > ul {
    display: block;
    margin: 0 -15px;
  }
  article.bg div.fig.power > ul:after {
    content: " ";
    display: block;
    clear: both;
  }
}
article.bg div.fig.power > ul > li {
  list-style: none;
  display: table-cell;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  article.bg div.fig.power > ul > li {
    width: 130px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  article.bg div.fig.power > ul > li {
    display: inline-block;
    margin: 8px;
    padding: 0;
    width: 75px;
  }
  article.bg div.fig.power > ul > li.point04 {
    clear: both;
  }
}
article.bg div.fig.next {
  margin: 70px auto 60px;
}
@media screen and (max-width: 767px) {
  article.bg div.fig.next {
    margin: 45px auto 30px;
    width: 130px;
  }
}
article.bg div.fig.course {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  article.bg div.fig.course {
    box-sizing: border-box;
    margin-top: 50px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  article.bg div.fig.grade {
    padding: 0 50px;
  }
  article.bg div.fig.grade img {
    height: 80px;
  }
}
article.bg div.fig h3 img {
  vertical-align: middle;
}
article.bg div.fig img {
  max-width: 100%;
  vertical-align: bottom;
}
article.bg p.detail {
  font-size: 13px;
  line-height: 2;
  margin: auto;
  max-width: 570px;
  text-align: left;
}
article.bg ul.box {
  display: table;
  list-style: none;
  margin: 25px auto;
  padding: 0;
  width: 860px;
}
@media screen and (max-width: 979px) {
  article.bg ul.box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  article.bg ul.box {
    display: block;
    font-size: 0;
    width: 90%;
  }
}
article.bg ul.box > li {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  display: table-cell;
  line-height: 1.5;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  article.bg ul.box > li {
    display: inline-block;
    font-size: 12px;
    padding: 10px 0;
    min-height: 2em;
    width: 50%;
    border: none;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  article.bg ul.box > li:nth-child(odd) {
    border-left: 1px solid #000;
  }
  article.bg ul.box > li:first-child, article.bg ul.box > li:nth-child(2) {
    border-top: 1px solid #000;
  }
}
/**********
*	詳細
*/
article.border {
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 110px 0 80px;
}
@media screen and (max-width: 767px) {
  article.border {
    background-color: #ededed;
    border: 0;
    padding: 50px 0 30px;
  }
}
article.border ul.detail {
  box-sizing: border-box;
  font-size: 0;
  list-style: none;
  margin: 0 -45px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 979px) {
  article.border ul.detail {
    margin: auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  article.border ul.detail {
    padding: 0px;
  }
}
article.border ul.detail > li {
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 350px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 979px) {
  article.border ul.detail > li {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  article.border ul.detail > li {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 980px) {
  article.border ul.detail > li:first-child div.textBox, article.border ul.detail > li:nth-child(4) div.textBox {
    border-left: 1px dotted #000;
  }
}
@media screen and (max-width: 979px) {
  article.border ul.detail > li:nth-child(odd) div.textBox {
    border-left: 1px dotted #000;
  }
}
@media screen and (max-width: 979px) and (max-width: 767px) {
  article.border ul.detail > li:nth-child(odd) div.textBox {
    border: 0;
  }
}
article.border ul.detail > li p.title {
  font-size: 16px;
  text-align: center;
}
article.border ul.detail > li p {
  text-align: justify;
}
article.border ul.detail div.fig {
  text-align: center;
  padding: 0px 45px;
}
@media screen and (max-width: 979px) {
  article.border ul.detail div.fig {
    padding: 0;
  }
}
article.border ul.detail div.fig img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  article.border ul.detail div.fig img {
    width: 100%;
  }
}
article.border ul.detail div.textBox {
  border-right: 1px dotted #000;
  box-sizing: border-box;
  padding: 0 45px;
}
@media screen and (max-width: 979px) {
  article.border ul.detail div.textBox {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  article.border ul.detail div.textBox {
    border: 0;
    padding: 0 30px;
  }
}
article.timetable {
  box-sizing: border-box;
  margin-bottom: 200px;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  article.timetable {
    margin-bottom: 100px;
    padding-top: 30px;
  }
}
article.timetable h2 {
  font-family: "A1MinchoStd-Bold", "A1 Mincho Std Bold", "Noto Serif", serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article.timetable h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
article.timetable h2.tl {
  margin-bottom: 90px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  article.timetable h2.tl {
    margin-bottom: 20px;
    text-align: center;
  }
}
article.timetable div.bgposition {
  margin-top: 130px;
  min-height: 650px;
  position: relative;
}
@media screen and (max-width: 767px) {
  article.timetable div.bgposition {
    margin-top: 50px;
    min-height: 0;
  }
}
article.timetable div.fig {
  text-align: center;
}
@media screen and (max-width: 767px) {
  article.timetable div.fig div.sp_scroll {
    overflow-x: scroll;
  }
  article.timetable div.fig div.sp_scroll img {
    min-width: 720px;
  }
}
article.timetable div.fig.hours {
  text-align: left;
}
@media screen and (max-width: 979px) {
  article.timetable div.fig.hours {
    text-align: center;
    padding: 0 20px 10px;
  }
}
article.timetable div.fig.pic {
  background: no-repeat url("../media/images/education/curriculum/img06.jpg") left top;
  background-size: contain;
  min-height: 650px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}
@media screen and (max-width: 979px) {
  article.timetable div.fig.pic {
    background-size: cover;
    margin-top: 30px;
    min-height: 0;
    padding-top: 100%;
    position: static;
  }
}
article.timetable div.fig img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 979px) {
  article.timetable div.fig img {
    width: 100%;
  }
}
div.course {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.course {
    width: 100%;
  }
}
div.course h3 {
  padding: 15px;
  background-color: #00405c;
  width: 460px;
  color: #fff;
  font-size: 30px;
  font-family: "A1MinchoStd-Bold", "A1 Mincho Std Bold", "Noto Serif", serif;
  font-weight: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.course h3 {
    font-size: 15px;
    width: 100%;
  }
}
div.course h3.img {
  padding: 17px 0 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  div.course h3.img img {
    max-width: 70%;
  }
}
div.course h3:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-left: 1px solid #00405c;
}
@media screen and (max-width: 979px) {
  div.course h3:after {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  div.course h3:after {
    height: 30px;
  }
}
div.course h3.top {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  div.course h3.top {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.course h3.top img {
    height: 16px;
  }
}
div.course h3.top:after {
  bottom: -60px;
}
@media screen and (max-width: 979px) {
  div.course h3.top:after {
    bottom: -100%;
    top: 100%;
    bottom: auto;
  }
}
div.course h3.bottom {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  div.course h3.bottom {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.course h3.bottom img {
    height: 16px;
  }
}
div.course h3.bottom:after {
  top: -60px;
}
@media screen and (max-width: 979px) {
  div.course h3.bottom:after {
    top: -100%;
    bottom: 100%;
    top: auto;
  }
}
div.course h4 {
  margin: 0;
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 100;
  color: #00405c;
  border: 1px solid #00405c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.course h4 {
    padding: 40px 0;
    font-size: 14px;
  }
}
div.course h4 br {
  display: none;
}
@media screen and (max-width: 767px) {
  div.course h4 br {
    display: inherit;
  }
}
div.course h5 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 100;
  color: #00405c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.course h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  div.course h5 span {
    display: block;
  }
}
div.course h5 + p {
  text-align: left;
  margin: 10px 0;
}
div.course ul {
  list-style: none;
  padding: 0 0 50px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  div.course ul {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
  }
}
div.course ul:after, div.course ul:before {
  content: "";
  position: absolute;
  display: block;
  width: 380px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  div.course ul:after, div.course ul:before {
    width: 60%;
  }
}
div.course ul:before {
  top: 0;
  border-top: 1px solid #00405c;
}
div.course ul:after {
  bottom: 0;
  border-bottom: 1px solid #00405c;
}
div.course ul li {
  float: left;
  width: 300px;
  position: relative;
  padding: 65px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.course ul li {
    float: none;
    width: 40%;
    padding: 20px 0 0;
  }
}
div.course ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: auto;
  border-left: 1px solid #00405c;
}
@media screen and (max-width: 767px) {
  div.course ul li:after {
    top: 100%;
    height: 50px;
  }
}
div.course ul li p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  div.course ul li .shortTitle:after {
    content: "  ";
    visibility: hidden;
    height: 100%;
    padding: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  div.course ul li:first-child, div.course ul li:nth-child(2) {
    padding-top: 30px;
  }
}
div.course ul li:first-child:before, div.course ul li:nth-child(2):before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 65px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  border-left: 1px solid #00405c;
}
@media screen and (max-width: 767px) {
  div.course ul li:first-child:before, div.course ul li:nth-child(2):before {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  div.course ul li:first-child:after, div.course ul li:nth-child(2):after {
    display: none;
  }
}
div.course ul li:nth-child(3):before, div.course ul li:nth-child(4):before {
  content: "";
}
@media screen and (max-width: 767px) {
  div.course ul li:nth-child(3):before, div.course ul li:nth-child(4):before {
    position: absolute;
    display: block;
    width: 1px;
    height: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    border-left: 1px solid #00405c;
  }
}
div.course ul li p {
  margin: 10px 0;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  div.course ul li p {
    font-size: 12px;
  }
}
div.course ul li:nth-child(odd) {
  margin-right: 40px;
  clear: both;
}
@media screen and (max-width: 767px) {
  div.course ul li:nth-child(odd) {
    margin-right: 10%;
  }
}
div.course ul li:nth-child(even) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  div.course ul li:nth-child(even) {
    margin-left: 10%;
  }
}
div.timetableBlock {
  width: 1132px;
  width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 200px;
  max-width: 100%;
  padding-top: 60px;
}
div.timetableBlock:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  div.timetableBlock {
    margin-bottom: 100px;
    padding-top: 30px;
    margin-top: 60px;
    padding: 0 10px;
    width: 100%;
  }
}
div.timetableBlock h2 {
  font-family: "A1MinchoStd-Bold", "A1 Mincho Std Bold", "Noto Serif", serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  div.timetableBlock h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}
div.timetableBlock div.splitBox {
  width: 395px;
  float: left;
}
@media screen and (max-width: 979px) {
  div.timetableBlock div.splitBox {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 979px) {
  div.timetableBlock div.splitBox.left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 979px) {
  div.timetableBlock div.splitBox div.sp_scroll {
    overflow-x: scroll;
  }
  div.timetableBlock div.splitBox div.sp_scroll img {
    min-width: 400px;
  }
}
div.timetableBlock div.splitBox div.pic {
  margin-top: 62px;
}
@media screen and (max-width: 979px) {
  div.timetableBlock div.splitBox div.pic {
    margin: 30px auto 0;
  }
}
div.timetableBlock div.boxRight {
  width: 395px;
  float: right;
  overflow: visible;
}
@media screen and (max-width: 979px) {
  div.timetableBlock div.boxRight {
    width: 100%;
    float: none;
    text-align: center;
  }
}
div.timetableBlock div.boxRight div.pic {
  margin-top: 62px;
  width: 100%;
}
@media screen and (max-width: 979px) {
  div.timetableBlock div.boxRight div.pic {
    margin: 30px auto 0;
  }
}
div.timetableBlock div.boxRight div.pic img {
  width: 100%;
}
#main .theme-low {
  --theme-color: #70A837;
}
#main .theme-mid {
  --theme-color: #8367B9;
}
#main .theme-high {
  --theme-color: #B48020;
}
#main .titleBox_lead {
  margin: 52px 0 77px;
  font-size: 15px;
  line-height: 1.87;
}
@media screen and (max-width: 767px) {
  #main .titleBox_lead {
    margin: 18px 0px 80px;
    font-size: 15px;
    line-height: 1.87;
    padding: 0 8px;
    text-align: left;
  }
}
#main .learning-flow {
  margin: 31px auto 0;
  padding: 0px 20px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  #main .learning-flow {
    padding: 20px 16px 0;
  }
}
#main .learning-flow__intro {
  text-align: center;
  margin-bottom: 134px;
}
@media screen and (max-width: 767px) {
  #main .learning-flow__intro {
    margin-bottom: 80px;
  }
}
#main .learning-flow__intro-title {
  margin: 0 auto;
  max-width: 711px;
}
#main .learning-flow__intro-title img {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main .learning-flow__intro-title img {
    width: auto;
    height: 137px;
    transform: translateX(-8px);
  }
}
#main .grade-section {
  position: relative;
  margin-bottom: 130px;
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  #main .grade-section {
    margin-bottom: 80px;
    padding-bottom: 60px;
  }
}
#main .grade-section::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1050px;
  width: 100%;
  height: 73px;
  background-image: url("../media/images/education/curriculum/features_hr.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#main .grade-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main .grade-section:last-child::after {
  display: none;
}
#main .grade-section__header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #main .grade-section__header {
    margin-bottom: 30px;
  }
}
#main .grade-section__grade-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 53px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 94px;
}
@media screen and (max-width: 767px) {
  #main .grade-section__grade-title {
    display: block;
    margin-bottom: 50px;
  }
}
#main .grade-section .grade-label {
  flex: 0 0 150px;
}
@media screen and (max-width: 767px) {
  #main .grade-section .grade-label {
    margin: 0 auto 34px;
    width: 110px;
  }
}
#main .grade-section .grade-title img {
  height: 130px;
}
@media screen and (max-width: 767px) {
  #main .grade-section .grade-title img {
    height: 69px;
    transform: translate(3px, -1px);
  }
}
#main .grade-section__sub-title {
  text-align: center;
}
#main .grade-section__sub-title img {
  margin: 0 auto;
  height: 32px;
}
@media screen and (max-width: 767px) {
  #main .grade-section__sub-title img {
    height: 23px;
  }
}
#main .grade-section__content {
  max-width: 1050px;
  margin: 0 auto;
}
#main .grade-section__desc {
  margin: 50px auto 40px;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.77;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .grade-section__desc {
    margin: 34px auto 30px;
    font-size: 15px;
    line-height: 1.85;
    padding: 0 3px;
  }
}
#main .grade-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px 2%;
  margin: 81px 0 78px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #main .grade-items {
    gap: 10px 2%;
    margin: 41px 0 30px;
  }
}
#main .grade-items__item {
  flex: 0 0 32%;
  max-width: 32%;
  padding: 26px 24px;
  border-radius: 40px;
  background-color: var(--theme-color);
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  #main .grade-items__item {
    flex: 0 0 49%;
    max-width: 49%;
    padding: 20px 16px;
  }
}
#main .grade-items__item img {
  display: block;
  margin: auto;
  height: 26px;
}
@media screen and (max-width: 767px) {
  #main .grade-items__item img {
    height: 18px;
  }
}
#main .grade-items__item.item-large {
  flex: 0 0 49%;
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  #main .grade-items__item.item-large {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#main .grade-items__item.item-bg-white {
  padding: 14px 24px 12px;
  background-color: #fff;
  border-color: var(--theme-color);
}
@media screen and (max-width: 767px) {
  #main .grade-items__item.item-bg-white {
    padding: 10px 24px 11px;
  }
}
#main .grade-items__item.item-bg-white img {
  height: 53px;
}
@media screen and (max-width: 767px) {
  #main .grade-items__item.item-bg-white img {
    height: 37px;
  }
}
#main .grade-point {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  #main .grade-point {
    display: block;
    margin: 40px 0;
  }
}
#main .grade-point__info {
  flex: 1;
}
#main .grade-point__img {
  flex: 0 0 38%;
  margin-right: 40px;
  order: -1;
}
@media screen and (max-width: 767px) {
  #main .grade-point__img {
    order: 0;
    margin: 40px 0 0;
  }
}
#main .grade-point__img img {
  display: block;
  width: 100%;
}
#main .grade-point__label {
  margin: 0 0 25px;
  padding: 5px 0 0 4px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #main .grade-point__label {
    padding: 5px 0 0 0px;
    text-align: center;
  }
}
#main .grade-point__label img {
  display: block;
  margin: 0;
  height: 21px;
}
@media screen and (max-width: 767px) {
  #main .grade-point__label img {
    margin: 0 auto;
  }
}
#main .grade-point__row {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #main .grade-point__row {
    flex-direction: column;
  }
}
#main .grade-point__row + .grade-point__row {
  margin-top: 20px;
}
#main .grade-point__row dl {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #main .grade-point__row dl {
    display: block;
  }
}
#main .grade-point__row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  width: 150px;
  flex-shrink: 0;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  #main .grade-point__row dt {
    padding: 5px 0 12px;
    width: auto;
    background-color: #fff;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}
#main .grade-point__row dt img {
  display: block;
  height: 28px;
  transform: translate(-4px, 2px);
}
@media screen and (max-width: 767px) {
  #main .grade-point__row dt img {
    transform: translate(2px, 0px);
  }
}
#main .grade-point__row dd {
  font-size: 22px;
  line-height: 1.45;
  text-align: left;
  margin: 0;
  padding: 9px 0px 9px 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #main .grade-point__row dd {
    font-size: 16px;
    text-align: center;
    line-height: 1.85;
    padding: 15px 5px 11px 5px;
  }
}
@media screen and (max-width: 767px) {
  #main .bg:has(.learning-flow) {
    padding-bottom: 37px;
  }
}
#main .bg + .curriculum-point-title {
  margin: 79px 0 -33px;
}
@media screen and (max-width: 767px) {
  #main .bg + .curriculum-point-title {
    margin: 36px 0;
  }
}
#main .curriculum-point-title {
  margin: 60px 0;
  padding: 0 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: calc(50/30);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .curriculum-point-title {
    margin: 36px 0;
    font-size: 20px;
  }
}
/*# sourceMappingURL=./education_curriculum.css.map */