.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
  line-height: 1.8; }

@keyframes blur_in {
  0% {
    opacity: 0;
    filter: blur(20px); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@keyframes fadein_l_anime {
  0% {
    opacity: 0;
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadein_t_anime {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
#maintitleArea .maintitle .ja,
#maintitleArea .maintitle .en,
#maintitleArea .lead {
  animation: fadein_t_anime 1s ease-out forwards; }

.blur_in {
  opacity: 0; }
  .blur_in.on {
    animation: blur_in 1s ease-out forwards; }

.col_1 {
  color: #6ac9ff; }

.deco {
  position: absolute;
  display: block; }

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 769px), print {
  .contents #maintitleArea {
    position: relative;
    text-align: center; }
    .contents #maintitleArea .maintitle {
      position: relative;
      width: 520px;
      height: 200px;
      background: url("../img/education/title_bg.png") no-repeat center;
      background-size: cover;
      box-sizing: border-box;
      margin: 0 auto;
      padding-top: 40px;
      line-height: 1; }
      .contents #maintitleArea .maintitle > span {
        display: block; }
        .contents #maintitleArea .maintitle > span.en {
          font-family: 'Poppins', sans-serif;
          font-weight: 400;
          font-size: 12px;
          letter-spacing: 0.2em;
          color: #6ac9ff; }
        .contents #maintitleArea .maintitle > span.ja {
          font-size: 30px;
          font-weight: 500;
          padding-top: 20px; }
    .contents #maintitleArea .lead {
      letter-spacing: 0.15em;
      font-size: 18px;
      font-weight: 500;
      margin-top: 85px;
      line-height: 2; }

  .sec {
    position: relative; }
    .sec .wrapper {
      max-width: 1040px;
      margin-right: auto;
      margin-left: auto;
      width: calc(100% - 180px); }
    .sec h3 {
      width: 181px;
      height: 181px;
      margin: 0 auto;
      text-align: center;
      font-size: 20px;
      background: url("../img/education/sec01_tit.png") no-repeat center;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      letter-spacing: 0.1em;
      padding-top: 0.2em;
      box-sizing: border-box; }

  #sec01 {
    padding-top: 100px;
    padding-bottom: 200px; }
    #sec01 .deco01 {
      width: 220px;
      left: 90px;
      top: 160px; }
    #sec01 .deco02 {
      width: 215px;
      left: calc(50% - 295px);
      bottom: 452px; }
    #sec01 .deco03 {
      width: 326px;
      right: 5%;
      top: 900px; }
    #sec01 #edu_list {
      position: relative;
      padding-bottom: 130px; }
      #sec01 #edu_list:after {
        content: '';
        display: block;
        position: absolute;
        background: url("../img/education/dot.svg") no-repeat center;
        background-size: cover;
        width: 14px;
        height: 210px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -10px; }
      #sec01 #edu_list > li {
        position: relative; }
        #sec01 #edu_list > li > dl {
          height: 260px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center; }
          #sec01 #edu_list > li > dl:after, #sec01 #edu_list > li > dl:before {
            content: '';
            display: block;
            position: absolute; }
          #sec01 #edu_list > li > dl:before {
            width: 18px;
            height: 100%;
            background-color: #daf2ff;
            right: 0;
            left: 0;
            top: 0;
            margin: 0 auto; }
          #sec01 #edu_list > li > dl:after {
            content: '';
            display: block;
            position: absolute;
            width: calc(50% - 415px);
            height: 2px;
            background-color: #daf2ff;
            top: 0;
            bottom: 0;
            margin: auto 0;
            left: 365px; }
          #sec01 #edu_list > li > dl > dt {
            position: relative;
            text-align: center;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.5;
            z-index: 1; }
            #sec01 #edu_list > li > dl > dt:after {
              content: '';
              display: block;
              position: absolute;
              width: 60px;
              height: 60px;
              border: 22px solid #daf2ff;
              background-color: #fff;
              border-radius: 60px;
              box-sizing: border-box;
              top: 0;
              left: 50%;
              bottom: 0;
              margin: auto 0 auto -30px;
              z-index: -1; }
          #sec01 #edu_list > li > dl > dd {
            position: absolute;
            top: calc(50% - 110px);
            left: 0;
            width: 353px; }
            #sec01 #edu_list > li > dl > dd .img_box {
              margin-bottom: 20px; }
            #sec01 #edu_list > li > dl > dd .txt_box dt {
              font-size: 27px;
              letter-spacing: 4px;
              font-weight: 500;
              margin-bottom: 15px;
              line-height: 1.4; }
              #sec01 #edu_list > li > dl > dd .txt_box dt span.line {
                display: inline-block;
                line-height: 1.2;
                padding: 0 4px 0 8px;
                background-color: #daf2ff; }
            #sec01 #edu_list > li > dl > dd .txt_box dd {
              letter-spacing: 0.2em;
              text-align: justify; }
              #sec01 #edu_list > li > dl > dd .txt_box dd .catch {
                font-size: 20px;
                font-weight: 500; }
                #sec01 #edu_list > li > dl > dd .txt_box dd .catch + ul {
                  margin-top: 10px; }
              #sec01 #edu_list > li > dl > dd .txt_box dd .bra {
                position: relative;
                font-size: 13px;
                margin-top: 10px;
                padding: 0 20px;
                display: inline-block; }
                #sec01 #edu_list > li > dl > dd .txt_box dd .bra:before, #sec01 #edu_list > li > dl > dd .txt_box dd .bra:after {
                  content: '';
                  display: block;
                  position: absolute;
                  background: url("../img/bra.svg") no-repeat center;
                  background-size: cover;
                  width: 9px;
                  height: 36px;
                  top: 0;
                  bottom: 0;
                  margin: auto 0; }
                #sec01 #edu_list > li > dl > dd .txt_box dd .bra:before {
                  left: 0; }
                #sec01 #edu_list > li > dl > dd .txt_box dd .bra:after {
                  right: 0;
                  transform: scale(-1, 1); }
        #sec01 #edu_list > li:nth-of-type(2n) > dl:after {
          left: auto;
          right: 365px; }
        #sec01 #edu_list > li:nth-of-type(2n) > dl > dd {
          right: 0;
          left: auto; }
        #sec01 #edu_list > li:last-of-type > dl:before {
          height: 50%; }
    #sec01 .cont {
      margin-top: 40px;
      text-align: center;
      font-size: 27px;
      letter-spacing: 4px;
      font-weight: 500;
      line-height: 1.2;
      color: #6ac9ff; }

  #sec02 {
    padding-bottom: 160px; }
    #sec02:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: calc(100% - 90px);
      background-color: #d9f1ff;
      z-index: -1;
      top: 90px;
      left: 0; }
    #sec02 h3 {
      background: url("../img/education/sec02_tit.png") no-repeat center;
      background-size: cover; }
    #sec02 #other_list {
      margin-top: 60px; }
      #sec02 #other_list > li {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse; }
        #sec02 #other_list > li .img_box {
          width: 473px; }
        #sec02 #other_list > li .txt_box {
          width: calc(100% - 523px); }
          #sec02 #other_list > li .txt_box > dt {
            font-size: 27px;
            letter-spacing: 4px;
            font-weight: 500;
            margin-bottom: 15px;
            line-height: 1.4;
            margin-bottom: 30px; }
            #sec02 #other_list > li .txt_box > dt span.line {
              display: inline-block;
              line-height: 1.2;
              padding: 0 4px 0 8px;
              background-color: #fff; }
          #sec02 #other_list > li .txt_box > dd {
            font-weight: 500; }
            #sec02 #other_list > li .txt_box > dd dl {
              letter-spacing: 0.2em; }
              #sec02 #other_list > li .txt_box > dd dl + dl {
                margin-top: 30px; }
              #sec02 #other_list > li .txt_box > dd dl dt {
                font-size: 20px;
                margin-bottom: 5px; }
              #sec02 #other_list > li .txt_box > dd dl dd {
                text-align: justify; }
        #sec02 #other_list > li + li {
          padding-top: 90px;
          margin-top: 90px; }
          #sec02 #other_list > li + li:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #afe2ff;
            top: 0;
            left: 0; } }
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 768px) {
  .contents {
    overflow: hidden; }
    .contents #maintitleArea {
      position: relative; }
      .contents #maintitleArea .maintitle {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 38.5vw;
        background: url("../img/education/title_bg.png") no-repeat top center;
        background-size: 100% auto;
        box-sizing: border-box;
        margin: 0 auto;
        padding-top: 20px;
        line-height: 1; }
        .contents #maintitleArea .maintitle > span {
          display: block;
          text-align: center; }
          .contents #maintitleArea .maintitle > span.en {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            font-size: 12px;
            letter-spacing: 0.2em;
            color: #6ac9ff; }
          .contents #maintitleArea .maintitle > span.ja {
            font-size: 24px;
            font-weight: 500;
            padding-top: 14px; }
      .contents #maintitleArea .lead {
        letter-spacing: 0.13em;
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
        width: 90%;
        margin: 20px auto 0;
        text-align: justify; }

  .sec {
    position: relative; }
    .sec .wrapper {
      margin-right: auto;
      margin-left: auto;
      width: 90%; }
    .sec h3 {
      width: 160px;
      height: 160px;
      margin: 0 auto;
      text-align: center;
      font-size: 18px;
      background: url("../img/education/sec01_tit.png") no-repeat center;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      letter-spacing: 0.1em;
      padding-top: 0.2em;
      box-sizing: border-box; }

  #sec01 {
    padding-top: 100px;
    padding-bottom: 105px; }
    #sec01 .deco01 {
      width: 220px;
      left: -10%;
      top: 260px; }
    #sec01 .deco02 {
      width: 215px;
      left: calc(50% - 295px);
      bottom: 452px; }
    #sec01 .deco03 {
      display: none; }
    #sec01 #edu_list {
      position: relative;
      padding-bottom: 110px; }
      #sec01 #edu_list:after {
        content: '';
        display: block;
        position: absolute;
        background: url("../img/education/dot.svg") no-repeat center;
        background-size: cover;
        width: 7px;
        height: 105px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0; }
      #sec01 #edu_list > li {
        position: relative; }
        #sec01 #edu_list > li > dl {
          padding: 40px 0; }
          #sec01 #edu_list > li > dl:after, #sec01 #edu_list > li > dl:before {
            content: '';
            display: block;
            position: absolute; }
          #sec01 #edu_list > li > dl:before {
            width: 18px;
            height: 100%;
            background-color: #daf2ff;
            right: 0;
            left: 0;
            top: 0;
            margin: 0 auto; }
          #sec01 #edu_list > li > dl > dt {
            position: relative;
            text-align: center;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.5;
            z-index: 1;
            margin-bottom: 20px; }
            #sec01 #edu_list > li > dl > dt:after {
              content: '';
              display: block;
              position: absolute;
              width: 60px;
              height: 60px;
              border: 22px solid #daf2ff;
              background-color: #fff;
              border-radius: 60px;
              box-sizing: border-box;
              top: 0;
              left: 50%;
              bottom: 0;
              margin: auto 0 auto -30px;
              z-index: -1; }
          #sec01 #edu_list > li > dl > dd {
            position: relative;
            max-width: 353px; }
            #sec01 #edu_list > li > dl > dd .txt_box {
              background-color: #fff;
              padding: 20px; }
              #sec01 #edu_list > li > dl > dd .txt_box dt {
                font-size: 20px;
                letter-spacing: 2px;
                font-weight: 500;
                margin-bottom: 10px;
                line-height: 1.4; }
                #sec01 #edu_list > li > dl > dd .txt_box dt span.line {
                  display: inline-block;
                  line-height: 1.2;
                  padding: 0 4px 0 8px;
                  background-color: #daf2ff; }
              #sec01 #edu_list > li > dl > dd .txt_box dd {
                letter-spacing: 0.2em;
                text-align: justify; }
                #sec01 #edu_list > li > dl > dd .txt_box dd .catch {
                  font-size: 18px;
                  font-weight: 500; }
                  #sec01 #edu_list > li > dl > dd .txt_box dd .catch + ul {
                    margin-top: 10px; }
                #sec01 #edu_list > li > dl > dd .txt_box dd .bra {
                  position: relative;
                  font-size: 13px;
                  margin-top: 10px;
                  padding: 0 20px;
                  display: inline-block; }
                  #sec01 #edu_list > li > dl > dd .txt_box dd .bra:before, #sec01 #edu_list > li > dl > dd .txt_box dd .bra:after {
                    content: '';
                    display: block;
                    position: absolute;
                    background: url("../img/bra.svg") no-repeat center;
                    background-size: cover;
                    width: 9px;
                    height: 36px;
                    top: 0;
                    bottom: 0;
                    margin: auto 0; }
                  #sec01 #edu_list > li > dl > dd .txt_box dd .bra:before {
                    left: 0; }
                  #sec01 #edu_list > li > dl > dd .txt_box dd .bra:after {
                    right: 0;
                    transform: scale(-1, 1); }
        #sec01 #edu_list > li:last-of-type > dl {
          padding-bottom: 0; }
          #sec01 #edu_list > li:last-of-type > dl:before {
            height: 50%; }

  #sec02 {
    padding-bottom: 80px; }
    #sec02:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: calc(100% - 90px);
      background-color: #d9f1ff;
      z-index: -1;
      top: 90px;
      left: 0; }
    #sec02 h3 {
      background: url("../img/education/sec02_tit.png") no-repeat center;
      background-size: cover; }
    #sec02 #other_list {
      margin-top: 60px; }
      #sec02 #other_list > li {
        position: relative; }
        #sec02 #other_list > li .img_box {
          margin-bottom: 30px; }
        #sec02 #other_list > li .txt_box > dt {
          font-size: 20px;
          letter-spacing: 2px;
          font-weight: 500;
          margin-bottom: 10px;
          line-height: 1.4;
          margin-bottom: 10px; }
          #sec02 #other_list > li .txt_box > dt span.line {
            display: inline-block;
            line-height: 1.2;
            padding: 0 4px 0 8px;
            background-color: #fff; }
        #sec02 #other_list > li .txt_box > dd {
          font-weight: 500; }
          #sec02 #other_list > li .txt_box > dd dl + dl {
            margin-top: 20px; }
          #sec02 #other_list > li .txt_box > dd dl dt {
            font-size: 18px; }
          #sec02 #other_list > li .txt_box > dd dl dd {
            text-align: justify; }
        #sec02 #other_list > li + li {
          padding-top: 50px;
          margin-top: 50px; }
          #sec02 #other_list > li + li:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #afe2ff;
            top: 0;
            left: 0; } }
