@charset "UTF-8";
/*//////////////////////////////////////////////////

contact style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
#pagettl {
  background: url("/img/education/course/ttlimg.jpg") center/cover no-repeat; }

.sec__subttl-wp {
  padding: 4px 5px 4px 10px;
  margin-bottom: 15px; }
  .sec__subttl-wp .sec__subttl {
    line-height: 1.5; }

#np, #ae {
  margin-top: -85px;
  padding-top: 85px; }

#learn {
  margin-bottom: 50px; }
  #learn .sec__subttl-wp {
    margin-bottom: 15px; }
  #learn .learn__txt {
    margin-bottom: 40px; }
  #learn .learn__box-link {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
    color: #DBAD11;
    text-decoration: underline;
    line-height: 1; }
    #learn .learn__box-link span {
      display: block;
      width: 1em;
      margin-right: .25em; }
  #learn .learn__box {
    margin-bottom: 40px; }
  #learn .learn__box-wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #learn .learn__box-wp .learn__box-img {
      flex: 0 1 47.5%;
      width: 47.5%;
      max-width: 47.5%;
      text-align: center; }
      #learn .learn__box-wp .learn__box-img:nth-of-type(n+3) {
        margin-top: 15px; }
      #learn .learn__box-wp .learn__box-img p {
        display: inline-block;
        margin-top: 10px;
        font-size: 1rem;
        text-align: left;
        line-height: 1.4; }
        @media (min-width: 375px) {
          #learn .learn__box-wp .learn__box-img p {
            font-size: calc( 1rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
        @media (min-width: 1100px) {
          #learn .learn__box-wp .learn__box-img p {
            font-size: 1.2rem; } }
  #learn .learn__cont .learn__cont-txt {
    margin-bottom: 15px; }
    #learn .learn__cont .learn__cont-txt span {
      color: #3FA9F5;
      border-bottom: 2px dotted #3FA9F5;
      font-weight: bold; }

#np {
  margin-bottom: 60px; }
  #np .np__img {
    margin-bottom: 25px; }
  #np .np__box {
    margin-bottom: 35px; }
    #np .np__box .sec__subttl-wp {
      margin-bottom: 15px; }
    #np .np__box .np__box-txt span {
      font-size: 1.8rem;
      color: #3FA9F5;
      line-height: 1.5; }
      @media (min-width: 375px) {
        #np .np__box .np__box-txt span {
          font-size: calc( 1.8rem + ( 1vw - 3.75px ) * 0.8275862069 ); } }
      @media (min-width: 1100px) {
        #np .np__box .np__box-txt span {
          font-size: 2.4rem; } }
  #np .curriculum {
    margin-bottom: 30px; }
    #np .curriculum .curriculum__ttl {
      margin: 15px 0;
      padding: 8px 5px 8px 15px;
      box-sizing: border-box;
      background: #FFF3CB;
      color: #DBAD11;
      font-weight: bold;
      line-height: 1;
      font-size: 1.6rem;
      text-align: left; }
      @media (min-width: 375px) {
        #np .curriculum .curriculum__ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
      @media (min-width: 1100px) {
        #np .curriculum .curriculum__ttl {
          font-size: 1.8rem; } }
    #np .curriculum .curriculum__box:nth-of-type(n+2) {
      margin-top: 20px; }
    #np .curriculum .curriculum__box-ttl-wp {
      position: relative;
      margin-bottom: 15px;
      padding-bottom: 10px; }
      #np .curriculum .curriculum__box-ttl-wp::after {
        position: absolute;
        bottom: -2.5px;
        left: 0;
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        background: radial-gradient(circle farthest-side, #FEC812, #FEC812 40%, transparent 50%, transparent);
        background-size: 5px 5px; }
      #np .curriculum .curriculum__box-ttl-wp .curriculum__box-ttl {
        font-size: 1.4rem; }
        @media (min-width: 375px) {
          #np .curriculum .curriculum__box-ttl-wp .curriculum__box-ttl {
            font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
        @media (min-width: 1100px) {
          #np .curriculum .curriculum__box-ttl-wp .curriculum__box-ttl {
            font-size: 1.6rem; } }
    #np .curriculum .curriculum__box-img-wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #np .curriculum .curriculum__box-img-wp .curriculum__box-img {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%; }
    #np .curriculum .curriculum__link {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
      #np .curriculum .curriculum__link a {
        display: flex;
        align-items: center;
        margin-top: 10px;
        color: #DBAD11;
        text-decoration: underline;
        line-height: 1;
        font-weight: bold; }
        #np .curriculum .curriculum__link a span {
          display: block;
          width: 1em;
          margin-right: .25em; }
  #np .np__event-ttl {
    margin: 15px 0;
    padding: 5px 5px 5px 15px;
    box-sizing: border-box;
    background: #FFF3CB;
    color: #DBAD11;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.6rem;
    text-align: left; }
    @media (min-width: 375px) {
      #np .np__event-ttl {
        font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
    @media (min-width: 1100px) {
      #np .np__event-ttl {
        font-size: 1.8rem; } }
  #np .np__event-wp {
    margin-top: 15px; }
    #np .np__event-wp .np__event-img:nth-of-type(n+2) {
      margin-top: 20px; }

#ae {
  margin-bottom: 80px; }
  #ae .sec__ttl-wp {
    margin-bottom: 25px; }
  #ae .ae__img {
    margin-bottom: 25px; }
  #ae .ae__box {
    margin-bottom: 35px; }
    #ae .ae__box .learn__box-link {
      display: flex;
      align-items: center;
      color: #DBAD11;
      text-decoration: underline; }
      #ae .ae__box .learn__box-link span {
        display: block;
        margin-right: 2px;
        width: 1em; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #learn .learn__box .learn__box-txt {
    margin-left: 25px; }
  #learn .learn__box .learn__box-link {
    margin: 10px 0 25px 25px; }
  #learn .learn__box-wp .learn__box-img {
    flex: 0 1 31%;
    width: 31%;
    max-width: 31%; }
    #learn .learn__box-wp .learn__box-img:nth-of-type(3) {
      margin-top: 0; }
  #learn .learn__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #learn .learn__cont .learn__cont-txt {
      flex: 0 1 53%;
      width: 53%;
      max-width: 53%; }
    #learn .learn__cont .learn__cont-img {
      flex: 0 1 41%;
      width: 41%;
      max-width: 41%;
      margin: 0; }

  #np .np__box-txt {
    margin-left: 25px; }
  #np .curriculum:nth-of-type(n+2) {
    margin-top: 30px; }
  #np .curriculum .curriculum__ttl {
    margin: 15px 0 20px;
    padding: 8px 8px 8px 25px; }
  #np .curriculum .curriculum__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #np .curriculum .curriculum__wp .curriculum__box {
      flex: 0 1 48.75%;
      width: 48.75%;
      max-width: 48.75%; }
      #np .curriculum .curriculum__wp .curriculum__box:nth-of-type(n+2) {
        margin-top: 25px; }
      #np .curriculum .curriculum__wp .curriculum__box:nth-of-type(2) {
        margin-top: 0; }
  #np .np__event .np__event-txt {
    margin: 0 25px; }
  #np .np__event .np__event-wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; }
    #np .np__event .np__event-wp .np__event-img {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }
      #np .np__event .np__event-wp .np__event-img:nth-of-type(n+2) {
        margin-top: 0; }

  #ae {
    margin-bottom: 140px; }
    #ae .sec__ttl-wp {
      margin-bottom: 25px; }
    #ae .ae__box .ae__box-txt {
      margin-left: 25px; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 951px) {
  #np, #ae {
    margin-top: -100px;
    padding-top: 100px; } }
/*------------------------------
		1201px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
