@charset "UTF-8";
/*====================
  
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .education-section--type02 .education-section__main-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .education-section--type03 .education-section__main-list {
    max-width: 420px;
    margin: 0 auto;
  }
  .g-heading01 {
    padding-top: 35px;
  }
  .education-kv {
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .education-kv__main {
    padding-top: 30px;
  }
  .education-kv__main-text {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
  }
  .education-section__main-lead {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
    letter-spacing: 0.1em;
    margin-bottom: 33px;
  }
  .education-section--type02 .education-section__main-thumb,
  .education-section--type03 .education-section__main-thumb{
    display: flex;
  }
  .education-section--type02 .education-section__main-thumb-cap,
  .education-section--type03 .education-section__main-thumb-cap{
    width: 50%;
    height: 50%;
  }
  .education-section--type03 .education-section__main-thumb .education-section__main-thumb-cap:nth-of-type(2){
    height: 333px;
  }
  .education-section__main-content {
    background-color: #ffffff;
    padding: 30px;
  }
  /* titlt */
  .education-section__main-title {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  /* list */
  .education-section__main-list-item {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 2.0;
    letter-spacing: 0.1em;
    padding-left: 24px;
    position: relative;
  }
  .education-section__main-list-item::before {
    content: "";
    border-radius: 50%;
    background-color: #3799cc;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: 0;
  }
  .education-section__main-list--check .education-section__main-list-item {
    padding-left: 30px;
  }
  .education-section__main-list--check .education-section__main-list-item::before {
    background-color: transparent;
    background-image: url("/common/img/icon_check_blue.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
  }
  .education-section__main-list-item + .education-section__main-list-item {
    margin-top: 16px;
  }
  /* offer */
  .education-section__main-offer {
    margin-top: 20px;
  }
  .education-section__main-offer-item {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding-left: 1.2em;
    position: relative;
  }
  .education-section__main-offer-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .education-section__main-offer-item--icon-none {
    padding-left: 0;
  }
  .education-section__main-offer-item--icon-none::before {
    display: none;
  }

  /* bottom */
  .education-section__bottom {
    margin-top: 40px;
  }
  .education-section__bottom-pdf {
    text-align: center;
  }
  .education-section__bottom-pdf-link:link,
  .education-section__bottom-pdf-link:visited {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #3799cc;
    line-height: 1.5;
    padding-right: 32px;
    position: relative;
  }
  .education-section__bottom-pdf-link::before {
    content: "";
    background-image: url("/common/img/icon_pdf_blue.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 24px;
    position: absolute;
    top: -3px;
    right: 0;
  }
  .education-section__bottom-pdf-link:hover {
    opacity: 0.7;
  }

  .education-section__bottom-text{
    margin-top: 20px;
    text-align: center;
  }
  .education-section__bottom-text-link:link,
  .education-section__bottom-text-link:visited{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding-right: 22px;
    position: relative;
  }
  .education-section__bottom-text-link::after{
    content: "";
    background-image: url(../img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .education-section__bottom-text-link:hover {
    opacity: 0.7;
  }
  .education-section__bottom-btn {
    margin-top: 40px;
  }

  .education-section__main-link:link,
  .education-section__main-link:visited {
    color: #3799cc;
  }
  .education-section__main-link:hover {
    opacity: 0.7;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .g-heading01 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*==========
    kv
  ==========*/
  .education-kv {
    margin-bottom: 9.375vw;
  }
  .education-kv__main {
    padding-top: 6.25vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }
  .education-kv__main-text {
    font-size: 3.75vw;
    font-weight: normal;
    color: #000000;
    line-height: 2.0;
  }

  /*==========
    section
  ==========*/
  /*===== main =====*/
  /* lead */
  .education-section__main-lead {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 2.0;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  /* content */
  .education-section__main-content {
    background-color: #ffffff;
    padding: 20px 10px;
  }
  /* title */
  .education-section__main-title {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 2.0;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  /* list */
  .education-section__main-list-item {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-left: 20px;
    position: relative;
  }
  .education-section__main-list-item::before {
    content: "";
    border-radius: 50%;
    background-color: #3799cc;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .education-section__main-list--check .education-section__main-list-item {
    padding-left: 30px;
  }
  .education-section__main-list--check .education-section__main-list-item::before {
    background-color: transparent;
    background-image: url("/common/img/icon_check_blue.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
  }
  .education-section__main-list-item + .education-section__main-list-item {
    margin-top: 12px;
  }
  /* offer */
  .education-section__main-offer {
    margin-top: 20px;
  }
  .education-section__main-offer-item {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    line-height: 2.0;
    letter-spacing: 0.05em;
    padding-left: 1.2em;
    position: relative;
  }
  .education-section__main-offer-item::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  /* link */
  .education-section__main-link:link,
  .education-section__main-link:visited {
    color: #3799cc;
  }
  /* offer none */
  .education-section__main-offer-item--icon-none {
    padding-left: 0; 
  }
  .education-section__main-offer-item--icon-none::before {
    display: none;
  }

  /*===== bottom =====*/
  /* pdf */
  .education-section__bottom-pdf {
    text-align: center;
    margin-top: 15.635vw;
  }
  .education-section__bottom-pdf-link {
    display: inline-block;
    font-size: 4.375vw;
    font-weight: normal;
    color: #3799cc;
    line-height: 1.5;
    padding-right: 10vw;
    position: relative; 
  }
  .education-section__bottom-pdf-link::after {
    content: "";
    background-image: url("/common/img/icon_pdf_blue.svg");
    background-repeat: no-repeat;
    width: 5.635vw;
    height: 6.875vw;
    position: absolute;
    top: -0.9375vw;
    right: 0;
  }

  .education-section__bottom-text{
    margin-top: 10.666666vw;
    text-align: center;
  }
  .education-section__bottom-text-link:link,
  .education-section__bottom-text-link:visited{
    display: inline-block;
    font-size: 3.73333333vw;
    font-weight: normal;
    color: #000000;
    padding-right: 5.86666666vw;
    position: relative;
  }
  .education-section__bottom-text-link::after{
    content: "";
    background-image: url(../img/icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 2.66666666vw;
    height: 2.66666666vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  /* btn */
  .education-section__bottom-btn {
    margin-top: 12.5vw;
  }
}