.mv_ttl.pre-postlearning::after {
  background-image: url(../../img/renew/article/mv_ttl/mv_ttl_pre-postlearning.png);
  height: 113.5px;
  margin-left: -395.25px;
  width: 790.5px;
}
@media print, screen and (max-width: 767px) {
  .mv_ttl.pre-postlearning::after {
    height: 48px;
    margin-left: -165px;
    width: 330px;
  }
}

.pp_section01 {
  margin-bottom: 160px !important;
}
@media print, screen and (max-width: 767px) {
  .pp_section01 {
    margin-bottom: 80px !important;
  }
}

.pp_section02 {
  margin-bottom: 0 !important;
  padding-top: 80px;
}
@media print, screen and (max-width: 767px) {
  .pp_section02 {
    margin-bottom: 0 !important;
    padding-top: 40px;
  }
}

.pp_section03 {
  margin-bottom: 0 !important;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 767px) {
  .pp_section03 {
    margin-bottom: 0 !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.interpunct_uniq_list li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
@media print, screen and (max-width: 767px) {
  .interpunct_uniq_list li {
    font-size: 14px;
  }
}
.interpunct_uniq_list li + li {
  margin-top: 8px;
}

.check_list li {
  padding-left: 2em;
  text-indent: -1.2em;
}
@media print, screen and (max-width: 767px) {
  .check_list li {
    font-size: 14px;
    padding-left: 1.6em;
    text-indent: -1em;
  }
}
.check_list li::before {
  content: "";
  display: inline-block;
  background-image: url(../../img/renew/pre-postlearning/icon_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  position: relative;
  left: -0.8em;
  width: 19px;
}
@media print, screen and (max-width: 767px) {
  .check_list li::before {
    height: 10px;
    left: -0.6em;
    width: 13px;
  }
}

@media print, screen and (max-width: 767px) {
  .program_link_list li {
    font-size: 14px;
  }
}
.program_link_list li::after {
  content: "";
  display: inline-block;
  background-image: url(../../img/renew/pre-postlearning/icon_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  margin-left: 5px;
  position: relative;
  top: 5px;
  width: 18px;
}
@media print, screen and (max-width: 767px) {
  .program_link_list li::after {
    height: 16px;
    top: 3px;
    width: 16px;
  }
}
.program_link_list li a {
  display: inline-block;
  -webkit-text-decoration: underline #1c4e6a;
          text-decoration: underline #1c4e6a;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
.program_link_list li a:hover {
  opacity: 0.5;
}
.program_link_list li + li {
  margin-top: 8px;
}

.dots_list li {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
@media print, screen and (max-width: 767px) {
  .dots_list li {
    font-size: 14px;
  }
}

.interpunct_list li::before {
  height: 5px;
  top: -3px;
  width: 5px;
}

.point_box {
  background-color: #fff4e3;
  padding: 10px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  width: 100%;
}
.point_box::before, .point_box::after {
  content: "";
  display: block;
  background-color: #f5aa31;
  border-radius: 999px;
  height: 8px;
  position: absolute;
  top: 20px;
  width: 8px;
}
.point_box::before {
  left: 20px;
}
.point_box::after {
  right: 20px;
}
.point_box_inr {
  background-image: repeating-linear-gradient(to bottom, #f7f7f7, #f7f7f7 1px, transparent 0, transparent 13px), repeating-linear-gradient(to right, #f7f7f7, #f7f7f7 1px, transparent 0, transparent 13px);
  background-color: #fff;
  padding: 30px 90px;
}
@media print, screen and (max-width: 992px) {
  .point_box_inr {
    padding: 30px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .point_box_inr {
    padding: 10px 30px 20px;
  }
}
.point_box_inr::before, .point_box_inr::after {
  content: "";
  display: block;
  background-color: #f5aa31;
  border-radius: 999px;
  height: 8px;
  position: absolute;
  bottom: 20px;
  width: 8px;
}
.point_box_inr::before {
  left: 20px;
}
.point_box_inr::after {
  right: 20px;
}
.point_box_txt {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 778px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .point_box_txt {
    flex-direction: column;
    gap: 12px;
  }
}
.point_box_txt::before {
  content: "";
  display: block;
  background-image: url(../../img/renew/pre-postlearning/icon_05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 52px;
}
@media print, screen and (max-width: 767px) {
  .point_box_txt::before {
    height: 28px;
    width: 28px;
  }
}
.point_box_txt p {
  flex: 1;
  max-width: 686px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .point_box_txt p {
    font-size: 12px;
  }
}

.flex.pp_support_list.clm3 .flex_item {
  display: flex;
  flex-direction: column;
  padding: 0 30px 40px;
  width: calc(33.333% - 16px);
}
@media print, screen and (max-width: 992px) {
  .flex.pp_support_list.clm3 .flex_item {
    width: calc(50% - 12px);
  }
}
@media print, screen and (max-width: 767px) {
  .flex.pp_support_list.clm3 .flex_item {
    padding: 0 20px 40px;
    width: 100%;
  }
}

.flex.pp_support_list.clm3 .flex_item .interpunct_list.interpunct_uniq_list {
  flex-grow: 1;
}

.pp_support_list {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media print, screen and (max-width: 767px) {
  .pp_support_list {
    row-gap: 28px;
  }
}
.pp_support_list .flex_item {
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.15);
}
.pp_support_list .flex_item hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.pp_support_list .pp_support_list_link {
  background-color: #00a3b1;
  letter-spacing: 0.05em;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 -30px;
  padding: 15px;
  transition: opacity 0.3s ease;
}
.pp_support_list .pp_support_list_link:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 767px) {
  .pp_support_list .pp_support_list_link {
    font-size: 20px;
    margin: 0 -20px;
  }
}
.pp_support_list .pp_support_list_link::after {
  background-image: url(../../img/renew/pre-postlearning/icon_06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  width: 17px;
}
@media print, screen and (max-width: 767px) {
  .pp_support_list .pp_support_list_link::after {
    height: 15px;
    width: 15px;
  }
}
.pp_support_list_img {
  margin: 0 -30px 35px;
}
@media print, screen and (max-width: 767px) {
  .pp_support_list_img {
    margin: 0 -20px 30px;
  }
}
.pp_support_list_txtbox {
  display: flex;
  flex-direction: column;
}
.pp_support_list_ttl {
  margin-bottom: 20px;
}
.pp_support_list_ttl span {
  background: linear-gradient(transparent 65%, #e6f5f5 0%);
  display: inline-block;
  font-size: 20px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .pp_support_list_ttl span {
    font-size: 18px;
  }
}
.pp_support_list_ttl span::after {
  background-image: url(../../img/renew/pre-postlearning/icon_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 20px;
}
@media print, screen and (max-width: 767px) {
  .pp_support_list_txt {
    font-size: 14px;
  }
}
.pp_support_list_txt strong {
  color: #00a3b1;
}
.ex_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
}
@media print, screen and (max-width: 992px) {
  .ex_box {
    padding: 60px 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .ex_box {
    padding: 40px 20px;
  }
}
.ex_box_inr {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  width: 100%;
}
.ex_box_inr .a_ttl03 {
  color: #1c4e6a;
  font-size: 24px;
}
@media print, screen and (max-width: 767px) {
  .ex_box_inr .a_ttl03 {
    font-size: 18px;
  }
}
.ex_box_inr .a_ttl03 + .read_txt {
  letter-spacing: 0.05em;
}
.ex_box .flex.clm2 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media print, screen and (max-width: 520px) {
  .ex_box .flex.clm2 {
    row-gap: 10px;
  }
}
.ex_box .flex.clm2 .flex_item {
  border-radius: 10px;
  padding: 25px;
  width: calc(50% - 10px);
}
@media print, screen and (max-width: 767px) {
  .ex_box .flex.clm2 .flex_item {
    border-radius: 5px;
    padding: 15px 20px;
    width: 100%;
  }
}
.ex_box .flex.clm2 .flex_item.before {
  background-color: #ebebeb;
  position: relative;
}
.ex_box .flex.clm2 .flex_item.before::after {
  background-image: url(../../img/renew/pre-postlearning/icon_04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-top: -11px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 22px;
}
@media print, screen and (max-width: 767px) {
  .ex_box .flex.clm2 .flex_item.before::after {
    margin-right: -11px;
    top: auto;
    right: 50%;
    bottom: -26px;
    transform: rotate(90deg);
  }
}
@media print, screen and (max-width: 520px) {
  .ex_box .flex.clm2 .flex_item.before::after {
    margin-right: -8px;
    height: 16px;
    bottom: -10px;
    width: 18px;
  }
}
.ex_box .flex.clm2 .flex_item.after {
  background-color: #e6f5f5;
}
.ex_box .flex.clm2 .flex_item .img {
  margin-bottom: 25px;
}
.ex_box .flex.clm2 .flex_item .a_ttl04 {
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .ex_box .flex.clm2 .flex_item .a_ttl04 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 993px) {
  .pp_section04 .inr {
    max-width: 1000px;
  }
}
.pp_section04 .bg_grad {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
  .pp_section04 .bg_grad {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.model_name {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  .model_name {
    margin-bottom: 20px;
  }
}
.model_name .icon {
  width: 80px;
}
@media print, screen and (max-width: 767px) {
  .model_name .icon {
    width: 60px;
  }
}
.model_name p {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .model_name p {
    font-size: 18px;
  }
}

.case_section {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media print, screen and (max-width: 767px) {
  .case_section {
    padding: 20px;
  }
}
.case_section .ttl {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  .case_section .ttl {
    font-size: 16px;
    gap: 12px;
  }
}
.case_section .ttl::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
}
@media print, screen and (max-width: 767px) {
  .case_section .ttl::before {
    height: 28px;
    width: 28px;
  }
}
.case_section .ttl.before::before {
  background-image: url(../../img/renew/pre-postlearning/case_icon01.png);
}
.case_section .ttl.now::before {
  background-image: url(../../img/renew/pre-postlearning/case_icon02.png);
}
.case_section .ttl.after::before {
  background-image: url(../../img/renew/pre-postlearning/case_icon03.png);
}
.case_section .flex.clm2.modelcase {
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}
@media print, screen and (max-width: 992px) {
  .case_section .flex.clm2.modelcase {
    flex-direction: column;
    gap: 10px;
  }
}
.case_section .flex.clm2.modelcase.center {
  align-items: center;
}
@media print, screen and (max-width: 992px) {
  .case_section .flex.clm2.modelcase.center {
    gap: 0;
  }
}
@media print, screen and (max-width: 992px) {
  .case_section .flex.clm2.modelcase + .modelcase {
    margin-top: 40px;
  }
}
.case_section .flex.clm2.modelcase .flex_item.img {
  flex: 1;
}
@media print, screen and (max-width: 992px) {
  .case_section .flex.clm2.modelcase .flex_item.img {
    width: 100%;
  }
}
.case_section .flex.clm2.modelcase .flex_item.img img {
  display: block;
  margin: 0 auto;
}
.case_section .flex.clm2.modelcase .flex_item.img.img01 img {
  width: 306px;
}
@media print, screen and (max-width: 767px) {
  .case_section .flex.clm2.modelcase .flex_item.img.img01 img {
    width: 180px;
  }
}
.case_section .flex.clm2.modelcase .flex_item.img.img02 img {
  width: 230px;
}
.case_section .flex.clm2.modelcase .flex_item.img.img03 img {
  width: 294px;
}
@media print, screen and (max-width: 767px) {
  .case_section .flex.clm2.modelcase .flex_item.img.img03 img {
    width: 220px;
  }
}
.case_section .flex.clm2.modelcase .flex_item.img.img04 img {
  width: 230px;
}
@media print, screen and (max-width: 767px) {
  .case_section .flex.clm2.modelcase .flex_item.img.img04 img {
    width: 180px;
  }
}
.case_section .flex.clm2.modelcase .flex_item.img.img05 img {
  width: 300px;
}
@media print, screen and (max-width: 767px) {
  .case_section .flex.clm2.modelcase .flex_item.img.img05 img {
    width: 220px;
  }
}
.case_section .flex.clm2.modelcase .flex_item.txt {
  max-width: 482px;
  width: 100%;
}
@media print, screen and (max-width: 992px) {
  .case_section .flex.clm2.modelcase .flex_item.txt {
    margin-left: auto;
    margin-right: auto;
  }
}

.case_box {
  background-color: #e6f5f5;
  border: 1px solid #00a3b1;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  padding: 35px 20px 20px;
}
@media print, screen and (max-width: 767px) {
  .case_box {
    padding: 30px 20px 20px;
  }
}
.case_box p {
  position: absolute;
  top: -20px;
}
.case_box p strong {
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.15);
  display: inline-block;
  border-radius: 999px;
  background-color: #00a3b1;
  border: 1px solid transparent;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 7px 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 767px) {
  .case_box p strong {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
.case_box p strong small {
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .case_box p strong small {
    font-size: 12px;
  }
}
.case_box .interpunct_uniq_list li + li {
  margin-top: 3px;
}
.case_box.gray {
  background-color: #f5f5f5;
  border-color: #ccc;
}
.case_box.gray p strong {
  background-color: #fff;
  color: #1c4e6a;
  border-color: #ccc;
}
.case_box.ver02 {
  border: none;
  border-left: 4px solid #00a3b1;
  padding: 25px 20px 15px 20px;
}/*# sourceMappingURL=pre-postlearning-style.css.map */