@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*=====<=====<=====<=====<=====<=====<=====
  header
=====>=====>=====>=====>=====>=====>=====*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
#headerCnt {
  width: 100%;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0; 
  padding-bottom: 91px;
}
  #headerCnt header {
    width: 320px;
    margin: 0 0 0 20px; }
    #headerCnt header a {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #headerCnt header a {
          display: block; } }
      #headerCnt header a figure {
        width: 340px;
        margin-right: 15px;
        display: flex;
        justify-content: center; }
        #headerCnt header a figure img {
          width: 197px; }
      #headerCnt header a .header_logo {
        width: 100%; }
        #headerCnt header a .header_logo p {
          font-size: 13px;
          width: 300px; }
        #headerCnt header a .header_logo img:first-of-type {
          width: 25%; }
          @media screen and (max-width: 767px) {
            #headerCnt header a .header_logo img:first-of-type {
              width: 33%; } }
        #headerCnt header a .header_logo img:last-of-type {
          width: 300px; }
          @media screen and (max-width: 767px) {
            #headerCnt header a .header_logo img:last-of-type {
              width: 160px;
              margin-top: 4px; } }
  #headerCnt #top_left {
    width: calc(100% - 540px);
    justify-content: flex-end; }
    #headerCnt #top_left #globalNav {
      width: calc(100% - 540px);
      min-width: 228px; }
      @media screen and (max-width: 1210px) {
        #headerCnt #top_left #globalNav {
          width: calc(100% - 360px); } }
      #headerCnt #top_left #globalNav ul {
        justify-content: flex-end;
        align-items: center;
        margin-right: 40px; }
        #headerCnt #top_left #globalNav ul li {
          padding: 0 25px;
          position: relative;
          line-height: 20px; }
          #headerCnt #top_left #globalNav ul li::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 17px;
            background: #cecece;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          #headerCnt #top_left #globalNav ul li:last-of-type::after {
            display: none; }
          #headerCnt #top_left #globalNav ul li a {
            font-size: 14px; }
        #headerCnt #top_left #globalNav ul .navi_pos {
          position: relative; }
          #headerCnt #top_left #globalNav ul .navi_pos img {
            width: 16px;
            margin-right: 8px; }
          #headerCnt #top_left #globalNav ul .navi_pos .click_ob {
            display: none;
            position: absolute;
            background: #fff;
            border-top: solid 1px #000;
            top: 30px;
            left: 0;
            width: 160px;
            padding: 5px;
            z-index: 2; }
            #headerCnt #top_left #globalNav ul .navi_pos .click_ob li {
              padding: 5px; }
              #headerCnt #top_left #globalNav ul .navi_pos .click_ob li a {
                text-align: right; }
          #headerCnt #top_left #globalNav ul .navi_pos.active .click_ob {
            display: block; }
    #headerCnt #top_left #contactBox {
      width: 540px;
      justify-content: flex-end; }
    @media screen and (max-width: 1350px) {
          #headerCnt #top_left #contactBox .btn {
            width: 160px; } 
    }

#headerCnt .header-inner {
  width: 100%;
  /*max-width: 1500px;*/
  margin: 0 auto;
  min-width: 1130px; 
  position: fixed;
  background: #fff;
  z-index: 9999;
}
  @media screen and (max-width: 768px) {
    #headerCnt .header-inner {
      min-width: unset;
      position: relative;
   } }
  #headerCnt .header-inner header {
    width: 540px;
    margin-top: 12px; }
    @media screen and (max-width: 768px) {
      #headerCnt .header-inner header {
        width: 58%;
        margin-top: 0; } }
  #headerCnt #globalNav_box {
    width: 100%; }
    #headerCnt #globalNav_box #globalNav > ul {
      margin-right: 30px;
      margin-right: 0px;
      justify-content: center; }
      #headerCnt #globalNav_box #globalNav > ul li {
        padding: 0 20px;
        position: relative;
        line-height: 20px; }
        #headerCnt #globalNav_box #globalNav > ul li ul {
          transition: .2s ease-in-out;
          transform: translateY(10px);
          visibility: hidden;
          opacity: 0;
          position: absolute;
          z-index: 100;
          top: 100%;
          left: 0;
          width: 220px; 
  	  padding-top: 9px; }
          #headerCnt #globalNav_box #globalNav > ul li ul li {
            background: #152b78;
            color: #ffffff;
            font-size: 14px;
            padding: 10px; }
            #headerCnt #globalNav_box #globalNav > ul li ul li:after {
              content: none; }
          #headerCnt #globalNav_box #globalNav > ul li ul li + li {
            border-top: 1px solid #ffffff; }
        #headerCnt #globalNav_box #globalNav > ul li:hover > ul.sub {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
        #headerCnt #globalNav_box #globalNav > ul li:after {
          position: absolute;
          content: '';
          width: 1px;
          height: 17px;
          background: #cecece;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      #headerCnt #globalNav_box #globalNav > ul .navi_pos {
        position: relative; }
        #headerCnt #globalNav_box #globalNav > ul .navi_pos img {
          width: 16px;
          margin-right: 8px; }
        #headerCnt #globalNav_box #globalNav > ul .navi_pos .click_ob {
          display: none;
          position: absolute;
          background: #ffffff;
          border-top: solid 1px #000000;
          top: 30px;
          left: 0;
          width: 160px;
          padding: 5px;
          z-index: 2; }
          #headerCnt #globalNav_box #globalNav > ul .navi_pos .click_ob li {
            padding: 5px; }
            #headerCnt #globalNav_box #globalNav > ul .navi_pos .click_ob li a {
              text-align: right; }
        #headerCnt #globalNav_box #globalNav > ul .navi_pos.active .click_ob {
          display: block; }
    #headerCnt #globalNav_box #contactBox .btn {
      height: 77px; }
      #headerCnt #globalNav_box #contactBox .btn a figure {
        width: 100%;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #headerCnt #globalNav_box #contactBox .btn a figure img {
          width: auto; }
      #headerCnt #globalNav_box #contactBox .btn a figcaption {
        font-size: 12px;
        margin-top: 10px;
        font-weight: 600;
        letter-spacing: -.01em; }

#headerCnt #top_left {
  width: calc(100% - 560px); }

#spNav {
  display: none; }

#sec03_boxCnt .box header .pickup {
  font-size: 40px; }

#headerCnt #globalNav_box {
  margin: 2px 0; }

/*=====<=====<=====<=====<=====<=====<=====
  footer
=====>=====>=====>=====>=====>=====>=====*/
#footerCnt {
  background: #142972;
  padding: 50px 0; }
  #footerCnt #footer_inner #footer_address {
    width: 200px; }
    #footerCnt #footer_inner #footer_address figure {
      width: 200px;
      margin-bottom: 15px; }
    #footerCnt #footer_inner #footer_address p {
      font-size: 13px;
      color: #ffffff; }
  #footerCnt #footer_inner #footer_navCnt {
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap; }
    #footerCnt #footer_inner #footer_navCnt .flex figure {
      width: 32px; }
    #footerCnt #footer_inner #footer_navCnt #footer_navList {
      width: 80%;
      margin-bottom: 20px; }
      #footerCnt #footer_inner #footer_navCnt #footer_navList li {
        padding: 0 25px;
        position: relative; }
        #footerCnt #footer_inner #footer_navCnt #footer_navList li::before {
          position: absolute;
          content: '';
          height: 14px;
          width: 1px;
          background: #ffffff;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        #footerCnt #footer_inner #footer_navCnt #footer_navList li:last-of-type::after {
          position: absolute;
          content: '';
          height: 14px;
          width: 1px;
          background: #ffffff;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
        #footerCnt #footer_inner #footer_navCnt #footer_navList li a {
          color: #ffffff;
          font-size: 13px; }
    #footerCnt #footer_inner #footer_navCnt .flex {
      justify-content: flex-end; }
      #footerCnt #footer_inner #footer_navCnt .flex figure {
        width: 32px;
        margin-right: 15px; }
        #footerCnt #footer_inner #footer_navCnt .flex figure:last-of-type {
          margin-right: 0; }
    #footerCnt #footer_inner #footer_navCnt .footer_btm {
      width: 100%; }
      #footerCnt #footer_inner #footer_navCnt .footer_btm:first-of-type {
        margin-bottom: 30px;
        width: 20%; }
      #footerCnt #footer_inner #footer_navCnt .footer_btm #copy_right {
        font-size: 11px;
        color: #ffffff; }

/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
#top #sec_isms {
  padding-top: 10px;
}
#top #sec01 {
  padding-top: 0; }
  #top #sec01 .slider {
    width: 100%;
    padding-bottom: 5em;
    overflow-x: hidden; }
    #top #sec01 .slider img {
      width: 100%; }
    #top #sec01 .slider .slick-dots {
      justify-content: center;
      bottom: 30px; }
      #top #sec01 .slider .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 15px; }
        #top #sec01 .slider .slick-dots li:last-of-type {
          margin-right: 0; }
        #top #sec01 .slider .slick-dots li button::before {
          color: #142972;
          top: -4px;
          left: -4px; }
  #top #sec01 #top_glovalNav ul {
    width: 100%; }
    #top #sec01 #top_glovalNav ul li {
      width: 220px;
      position: relative; }
      #top #sec01 #top_glovalNav ul li:before {
        position: absolute;
        content: '';
        background: #cecece;
        width: 1px;
        height: 50px;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      #top #sec01 #top_glovalNav ul li:last-of-type:after {
        position: absolute;
        content: '';
        background: #cecece;
        width: 1px;
        height: 50px;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
      #top #sec01 #top_glovalNav ul li a {
        font-size: 18px;
        text-align: center; }
      #top #sec01 #top_glovalNav ul li ul.sub {
        /*display: none;*/
        position: absolute;
        top: 50px;
        left: 3px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transition: .2s ease-in-out;
        transform: translateY(10px); }
        #top #sec01 #top_glovalNav ul li ul.sub li {
          background: rgba(1, 64, 153, 0.92);
          color: #fff;
          border-bottom: 1px solid #fff;
          font-size: 14px;
          padding: 10px 0; }
          #top #sec01 #top_glovalNav ul li ul.sub li:before {
            content: none; }
          #top #sec01 #top_glovalNav ul li ul.sub li:last-of-type {
            border-bottom: none; }
            #top #sec01 #top_glovalNav ul li ul.sub li:last-of-type:after {
              content: none; }
          #top #sec01 #top_glovalNav ul li ul.sub li a {
            font-size: 14px; }
      #top #sec01 #top_glovalNav ul li:hover > ul.sub {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); }
#top #sec02 .ali_fs02 {
  margin-top: 30px; }
  #top #sec02 .ali_fs02 .box {
    width: calc(calc(100% - 60px)/2); }
    #top #sec02 .ali_fs02 .box figure {
      width: 100%; }
#top #sec02 .left_cnt {
  width: 100%;
  /*margin-right: 50px;*/
  align-items: flex-start;
  justify-content: flex-start; }
  #top #sec02 .left_cnt .box {
    width: calc(calc(100% - 90px)/3);
    margin-right: 30px; }
    #top #sec02 .left_cnt .box figure {
      width: 100%; }
    #top #sec02 .left_cnt .box .txt_box {
      margin-top: 15px;
      /*padding-left: 20px;*/ }
      #top #sec02 .left_cnt .box .txt_box p {
        font-size: 16px; }
        #top #sec02 .left_cnt .box .txt_box p.txt_date {
          font-size: 14px;
          color: #666666;
          margin-bottom: 10px; }
#top #sec02 .right_cnt {
  width: calc(100% - 790px); }
  #top #sec02 .right_cnt .box {
    margin-bottom: 50px; }
    #top #sec02 .right_cnt .box:last-of-type {
      margin-bottom: 0; }
    #top #sec02 .right_cnt .box .box_top {
      margin-bottom: 20px;
      align-items: flex-end;
      justify-content: flex-start; }
      #top #sec02 .right_cnt .box .box_top figure {
        width: 175px; }
      #top #sec02 .right_cnt .box .box_top p {
        font-size: 16px;
        padding-left: 20px; }
        #top #sec02 .right_cnt .box .box_top p .txt_date {
          width: calc(100% - 190px);
          padding-left: 15px;
          color: #cecece;
          font-size: 14px; }
#top #sec03 #sec03_boxCnt {
  align-items: stretch; }
  #top #sec03 #sec03_boxCnt .box {
    width: calc(calc(100% - 100px)/ 3);
    margin-right: 50px;
    margin-bottom: 50px;
    padding: 30px 30px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between; }
    #top #sec03 #sec03_boxCnt .box:first-of-type {
      background-image: url("../img_new2/top/sec03_img01.jpg"); }
    #top #sec03 #sec03_boxCnt .box:nth-of-type(2) {
      background-image: url("../img_new2/top/sec03_img02.jpg"); }
    #top #sec03 #sec03_boxCnt .box:nth-of-type(3) {
      background-image: url("../img_new2/top/sec03_img03.jpg"); }
    #top #sec03 #sec03_boxCnt .box:nth-of-type(4) {
      background-image: url("../img_new2/top/sec03_img04.jpg"); }
    #top #sec03 #sec03_boxCnt .box:nth-of-type(5) {
      background-image: url("../img_new2/top/sec03_img05.jpg"); }
    #top #sec03 #sec03_boxCnt .box:nth-of-type(3), #top #sec03 #sec03_boxCnt .box:nth-of-type(5) {
      margin-right: 0; }
    #top #sec03 #sec03_boxCnt .box .ttl_txt {
      font-size: 13px;
      color: #ffffff;
      padding-bottom: 10px;
      position: relative; }
      #top #sec03 #sec03_boxCnt .box .ttl_txt::after {
        position: absolute;
        content: '';
        background: #ffffff;
        width: 14px;
        height: 1px;
        bottom: 0;
        left: 0; }
    #top #sec03 #sec03_boxCnt .box header {
      margin-bottom: 50px; }
      #top #sec03 #sec03_boxCnt .box header h3 {
        color: #ffffff;
        text-align: left;
        line-height: 1.5; }
    #top #sec03 #sec03_boxCnt .box p {
      font-size: 16px;
      color: #ffffff; }
  #top #sec03 #sec03_boxCnt .box_long {
    width: 520px;
    height: 190px;
    background-size: contain;
    padding-right: 0; }
    #top #sec03 #sec03_boxCnt .box_long header {
      margin: 0 0 40px; }
      #top #sec03 #sec03_boxCnt .box_long header span {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        text-align: left;
        color: #ffffff; }
#top #sec03_boxCnt_new {
  align-items: stretch; }
  #top #sec03_boxCnt_new .box {
    width: 48%;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between; }
#top #sec03n .box {
    width: 45%;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between; }
#top #sec03n .box .ttl_txt {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}
#top #sec04 .inner_cnt {
  align-items: flex-start; }
  #top #sec04 .inner_cnt .box {
    width: calc(calc(100% - 120px)/5);
    margin-right: 30px;
    margin-bottom: 74px; }
    #top #sec04 .inner_cnt .box:last-of-type {
      margin-right: 0; }
    #top #sec04 .inner_cnt .box .img_box {
      width: 100%;
      margin-bottom: 25px; }
      #top #sec04 .inner_cnt .box .img_box .img_box_ttl {
        font-size: 16px;
        margin-top: 25px; }
    #top #sec04 .inner_cnt .box .txt_box {
      width: 100%; }
      #top #sec04 .inner_cnt .box .txt_box p {
        font-size: 14px;
        color: #474747; }
        #top #sec04 .inner_cnt .box .txt_box p.name {
          font-size: 16px;
          color: #000000;
          margin-bottom: 10px;
          padding-top: 17px;
          position: relative; }
          #top #sec04 .inner_cnt .box .txt_box p.name::before {
            position: absolute;
            content: '';
            width: 15px;
            height: 1px;
            background: #000000;
            top: 0;
            left: 0; }
#top #sec05 .cnt_box {
  width: 1101px;
  margin-bottom: 100px; }
  #top #sec05 .cnt_box .admission {
    position: relative; }
    #top #sec05 .cnt_box .admission a {
      position: absolute;
      width: 218px;
      height: 94px; }
      #top #sec05 .cnt_box .admission a.coruse_link_los_pre {
        top: 131px;
        left: 29px; }
      #top #sec05 .cnt_box .admission a.coruse_link_los_foun {
        top: 306px;
        left: 29px; }
      #top #sec05 .cnt_box .admission a.coruse_link_los_act {
        top: 656px;
        left: 29px; }
      #top #sec05 .cnt_box .admission a.coruse_link_jap_foun {
        top: 131px;
        left: 306px; }
      #top #sec05 .cnt_box .admission a.coruse_link_jap_tra {
        top: 306px;
        left: 306px; }
      #top #sec05 .cnt_box .admission a.coruse_link_jap_act {
        top: 656px;
        left: 306px; }
      #top #sec05 .cnt_box .admission a.coruse_link_eng_foun {
        top: 131px;
        left: 580px; }
      #top #sec05 .cnt_box .admission a.coruse_link_eng_tra {
        top: 306px;
        left: 580px; }
      #top #sec05 .cnt_box .admission a.coruse_link_eng_syn2 {
        top: 480px;
        left: 580px; }
      #top #sec05 .cnt_box .admission a.coruse_link_eng_act {
        top: 656px;
        left: 580px; }
      #top #sec05 .cnt_box .admission a.coruse_link_web_bas {
        top: 131px;
        left: 855px; }
      #top #sec05 .cnt_box .admission a.coruse_link_web_pra {
        top: 306px;
        left: 855px; }
      #top #sec05 .cnt_box .admission a.coruse_link_web_adb {
        top: 480px;
        left: 855px; }
      #top #sec05 .cnt_box .admission a.coruse_link_web_pro {
        top: 656px;
        left: 855px; }
  #top #sec05 .cnt_box .admission2 {
    position: relative; }
    #top #sec05 .cnt_box .admission2 a {
      position: absolute;
      width: 199px;
      height: 94px; }
      #top #sec05 .cnt_box .admission2 a.eng_01 {
        top: 0;
        left: 47px; }
      #top #sec05 .cnt_box .admission2 a.eng_02 {
        top: 0;
        left: 330px; }
      #top #sec05 .cnt_box .admission2 a.eng_03 {
        top: 0;
        left: 612px; }
      #top #sec05 .cnt_box .admission2 a.eng_04 {
        top: 0;
        left: 894px; }
      #top #sec05 .cnt_box .admission2 a.la_01 {
        top: 166px;
        left: 47px; }
      #top #sec05 .cnt_box .admission2 a.la_02 {
        top: 166px;
        left: 330px; }
      #top #sec05 .cnt_box .admission2 a.jap_01 {
        top: 330px;
        left: 47px;
        width: 167px; }
      #top #sec05 .cnt_box .admission2 a.jap_02 {
        top: 330px;
        left: 266px;
        width: 167px; }
      #top #sec05 .cnt_box .admission2 a.jap_03 {
        top: 330px;
        left: 486px;
        width: 167px; }
      #top #sec05 .cnt_box .admission2 a.jap_04 {
        top: 330px;
        left: 705px;
        width: 167px; }
      #top #sec05 .cnt_box .admission2 a.jap_05 {
        top: 330px;
        left: 926px;
        width: 167px; }
      #top #sec05 .cnt_box .admission2 a.web_01 {
        top: 496px;
        left: 47px; }
      #top #sec05 .cnt_box .admission2 a.web_02 {
        top: 496px;
        left: 330px; }
      #top #sec05 .cnt_box .admission2 a.web_03 {
        top: 496px;
        left: 612px; }
      #top #sec05 .cnt_box .admission2 a.web_04 {
        top: 496px;
        left: 894px; }
  #top #sec05 .cnt_box .summary_list {
    width: 93%;
    margin: 30px auto 0; }
    #top #sec05 .cnt_box .summary_list li {
      font-size: 18px;
      line-height: 1.5;
      text-indent: -1.7em;
      padding-left: 1em;
      margin-bottom: 10px; }
#top #sec06 {
  padding-bottom: 50px;
  padding-top: 50px; }
  #top #sec06::before {
    top: 7%; }
  #top #sec06 .index_cnt {
    padding: 0 20px;
    width: 100%; }
    #top #sec06 .index_cnt_ttl {
      width: calc(calc(100% - 15px)/4);
      margin-right: 5px;
      background: #f0f2f3; }
      #top #sec06 .index_cnt_ttl:last-of-type {
        margin-right: 0; }
      #top #sec06 .index_cnt_ttl.active {
        background: #152b78;
        position: relative; }
        #top #sec06 .index_cnt_ttl.active::after {
          position: absolute;
          content: '';
          width: 10px;
          height: 10px;
          border: 1px solid;
          border-color: transparent transparent #ffffff #ffffff;
          transform: translateY(-50%) rotate(-45deg);
          right: 10px;
          top: 50%; }
        #top #sec06 .index_cnt_ttl.active span {
          color: #ffffff; }
      #top #sec06 .index_cnt_ttl span {
        display: inline-block;
        text-align: center;
        font-size: 16px;
        padding: 30px 0;
        width: 100%; }
  #top #sec06 .index_cnt_Box {
    display: none;
    padding-top: 50px;
    margin: 0 20px;
    position: relative;
    border-top: solid 2px #152b78; }
    #top #sec06 .index_cnt_Box figure {
      text-align: center; }
      #top #sec06 .index_cnt_Box figure img {
        width: auto;
        display: inline; }
    #top #sec06 .index_cnt_Box.einichi .course_link {
      position: absolute;
      content: '';
      width: 40%;
      height: 6%;
      left: 5%;
      top: 26%; }
      #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(2) {
        top: 36%; }
      #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(3) {
        top: 46%; }
      #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(4) {
        left: 55%; }
      #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(5) {
        left: 55%;
        top: 36%; }
      #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(6) {
        left: 55%;
        top: 46%; }
      #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(7) {
        left: 55%;
        top: 56%; }
    #top #sec06 .index_cnt_Box.nichiei .course_link {
      position: absolute;
      content: '';
      width: 40%;
      height: 7%;
      left: 30%;
      top: 33%; }
      #top #sec06 .index_cnt_Box.nichiei .course_link:nth-of-type(2) {
        top: 46%; }
    #top #sec06 .index_cnt_Box.los .course_link {
      position: absolute;
      content: '';
      width: 90%;
      height: 8%;
      left: 5%;
      top: 29%; }
    #top #sec06 .index_cnt_Box.other .course_link {
      position: absolute;
      content: '';
      width: 13%;
      height: 46%;
      left: 61%;
      top: 38%; }
      #top #sec06 .index_cnt_Box.other .course_link:nth-of-type(2) {
        left: 75%; }
      #top #sec06 .index_cnt_Box.other .course_link:nth-of-type(3) {
        left: 4%;
        width: 41%;
        height: 39%; }
    #top #sec06 .index_cnt_Box.active {
      display: block;
      border-top: solid 2px #152b78; }
#top #sec07 .cnt_box {
  margin-bottom: 50px; }
  #top #sec07 .cnt_box .box {
    width: calc(calc(100% - 80px)/3);
    margin-right: 40px;
    justify-content: center; }
    #top #sec07 .cnt_box .box:last-of-type {
      margin-right: 0; }
    #top #sec07 .cnt_box .box .ttl_txt {
      font-size: 20px;
      margin: 0 auto 25px;
      text-align: center;
      position: relative;
      font-weight: 600;
      padding-bottom: 10px; }
      #top #sec07 .cnt_box .box .ttl_txt::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #142972;
        bottom: 0;
        left: 0; }
#top #sec08 {
  padding-bottom: 90px; }
  #top #sec08::before {
    top: 19%;
    height: 85%; }
  #top #sec08 .inner_cnt {
    margin-bottom: 60px;
    align-items: flex-start; }
    #top #sec08 .inner_cnt .box {
      width: calc(calc(100% - 120px)/3);
      margin-right: 40px;
      align-items: stretch; }
      #top #sec08 .inner_cnt .box:last-of-type {
        margin-right: 0; }
      #top #sec08 .inner_cnt .box .txt_box {
        margin-top: 20px; }
        #top #sec08 .inner_cnt .box .txt_box p {
	  text-align: center;
          font-size: 16px; }
#top #sec09 {
  padding-bottom: 130px; }
  #top #sec09 .inner {
    margin-top: 130px; }
    #top #sec09 .inner .inner_cnt {
      width: 100%;
      align-items: flex-start; }
      #top #sec09 .inner .inner_cnt .box {
        width: calc(calc(100% - 40px)/2);
        margin-right: 40px;
        margin-bottom: 60px;
        flex-direction: row;
        align-items: flex-start; }
        #top #sec09 .inner .inner_cnt .box:nth-of-type(even) {
          margin-right: 0; }
        #top #sec09 .inner .inner_cnt .box figure {
          width: 110px;
          margin-right: 30px; }
        #top #sec09 .inner .inner_cnt .box .txt_box {
          width: calc(100% - 140px); }
          #top #sec09 .inner .inner_cnt .box .txt_box .ttl_txt {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 30px; }
#top #sec10 {
  position: relative;
  padding: 150px 0;
  margin-bottom: 10em; }
  #top #sec10::before {
    content: '';
    background-image: url(../img_new2/top/sec09_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -400px;
    transform: skewY(-5deg) translateY(-50%);
    width: 100%;
    height: 104%;
    position: absolute;
    top: 50%;
    z-index: -1;
    /*position: absolute;
    content: '';
    top: -25%;
    left: 90px;
    width: 120%;
    height: 150%;
    margin: 3% -10% 0;
    background-image: url(../img_new2/top/sec09_bg.jpg);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-3deg);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -500px;*/ }
  #top #sec10::after {
    content: '';
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.6);
    transform: skewY(-5deg) translateY(-50%);
    width: 100%;
    height: 104%;
    z-index: -1;
    /*position: absolute;
    content: '';
    background: rgba(00,00,00,0.6);
    top: -23%;
    left: 0;
    width: 120%;
    height: 150%;
    margin: 3% -10% 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-3deg);
    z-index: -1;*/ }
  #top #sec10 .inner_cnt {
    width: 100%;
    justify-content: center; }
    #top #sec10 .inner_cnt .box {
      /*width: calc(calc(100% - 15px)/2);*/
      justify-content: center;
      align-items: center;
      flex-direction: row;
      margin-right: 100px; }
      #top #sec10 .inner_cnt .box:last-of-type {
        margin-right: 0; }
      #top #sec10 .inner_cnt .box p {
        font-size: 20px;
        color: #ffffff; }
      #top #sec10 .inner_cnt .box .icon_box {
        width: 100px;
        margin-left: 15px; }
        #top #sec10 .inner_cnt .box .icon_box figure {
          width: 40px; }
#top #contactCnt {
  margin-bottom: 80px; }
  #top #contactCnt .inner {
    justify-content: center; }
    #top #contactCnt .inner .contact_left {
      width: 360px;
      margin-right: 60px;
      justify-content: flex-end; }
      #top #contactCnt .inner .contact_left figure {
        width: 40px;
        margin-right: 15px; }
      #top #contactCnt .inner .contact_left p {
        font-size: 44px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.2; }
      #top #contactCnt .inner .contact_left span {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        text-align: right; }
    #top #contactCnt .inner .contact_right .btn {
      width: 290px;
      margin-right: 20px; }
      #top #contactCnt .inner .contact_right .btn.btn_og {
        margin-right: 0; }

/*200206*/
.box figcaption {
  display: block;
  font-size: 18px;
  padding: 10px 0px;
  line-height: 1.5em;
  text-align: center; }

#top #sec02 .ali_fs02 {
  justify-content: flex-start !important;
  margin: 30px auto 0;
  width: 90%;
  align-items: flex-start; }

#top #sec02 .ali_fs02 .box {
  width: 40% !important;
  margin-right: 100px; }

#top #contactCnt h3 {
  padding: 0.5em; }

#top #contactCnt {
  text-align: center; }

#top #contactCnt .contact_message {
  padding-bottom: 30px; }

#top #contactCnt .contact_message br.sp {
  display: none; }

@media screen and (max-width: 768px) {
  /*=====<=====<=====<=====<=====<=====<=====
  header
=====>=====>=====>=====>=====>=====>=====*/
  #headerCnt {
    padding: 7px 0; }
    #headerCnt header {
      width: 180px; }
    #headerCnt figure {
      width: 160px;
      display: block !important; }
    #headerCnt .header_logo + p {
      font-size: 10px;
      line-height: 10px;
      margin-top: 4px; }
    #headerCnt #sp_lan {
      width: 70px;
      margin-right: 20px; }
      #headerCnt #sp_lan a {
        text-align: right;
        font-size: 13px;
        padding-left: 5px; }
      #headerCnt #sp_lan .sp_navi {
        position: relative; }
      #headerCnt #sp_lan .navi_pos .click_ob {
        display: none;
        position: absolute;
        width: 70px;
        top: 50px;
        padding-top: 5px;
        border-top: solid 1px #2a2a2a;
        background: #ffffff;
        z-index: 2; }
      #headerCnt #sp_lan .navi_pos a {
        text-align: left;
        font-size: 13px; }
      #headerCnt #sp_lan .navi_pos.active .click_ob {
        display: block; }
    #headerCnt #HAM,
    #headerCnt #HAM span {
      display: block;
      position: absolute;
      margin: auto; }
    #headerCnt #HAM {
      width: 40px;
      height: 40px;
      position: fixed;
      top: 14px;
      right: 14px;
      z-index: 500;
      background: #fff;
      transition: .2s; }
      #headerCnt #HAM span {
        width: 20px;
        height: 2px;
        right: 0;
        left: 0;
        transition: .2s;
        background: #2a2a2a; }
        #headerCnt #HAM span:nth-of-type(1) {
          top: 9px; }
        #headerCnt #HAM span:nth-of-type(2) {
          top: 16px;
          z-index: -1; }
        #headerCnt #HAM span:nth-of-type(3) {
          bottom: 14px; }
      #headerCnt #HAM.active {
        background: none; }
  #headerCnt #HAM.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg); 
    background: #fff;
  }
  #headerCnt #HAM.active span:nth-of-type(2) {
    opacity: 0; }
  #headerCnt #HAM.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg); 
    background: #fff;
  }
    #headerCnt #spNav {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 50;
      /*background: rgba(239, 239, 239, 0.9);*/
      background: rgba(0, 0, 0, 0.7);
      padding-top: 80px;
      display: none;
      overflow-y: scroll; }
      #headerCnt #spNav.active {
        display: block; }
      #headerCnt #spNav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: none;
        background: none; }
        #headerCnt #spNav ul li {
          width: 100%;
          margin-bottom: 0;
          border: none;
          padding-right: 0; }
          #headerCnt #spNav ul li a {
            padding-right: 0;
            text-align: center;
            padding: 15px 10px;
            background: #ffffff;
            border: 1px solid #152b78; }
          #headerCnt #spNav ul li::after {
            display: none; }
          #headerCnt #spNav ul li:first-of-type {
            width: 100%; }
            #headerCnt #spNav ul li:nth-of-type(n+8) a {
              padding: 10px 0; }
              #headerCnt #spNav ul li:nth-of-type(n+8) a p {
                color: #ffffff;
                padding: 10px 0; }
          #headerCnt #spNav ul li:nth-of-type(n+1) a {
            border-top: none; }
      #headerCnt #spNav > ul > li {
        padding: 0 20px; }
        #headerCnt #spNav > ul > li a {
          position: relative; }
          #headerCnt #spNav > ul > li a.under::after {
            position: absolute;
            content: "";
            top: 50%;
            right: 12px;
            width: 10px;
            height: 2px;
            margin-top: -1px;
            background: #152b78;
            transition: all 0.3s;
            transform: rotate(-90deg); }
          #headerCnt #spNav > ul > li a.under::before {
            position: absolute;
            content: "";
            top: 50%;
            right: 12px;
            width: 10px;
            height: 2px;
            margin-top: -1px;
            background: #152b78;
            transition: all 0.3s; }
          #headerCnt #spNav > ul > li a:hover {
            opacity: 1; }
      #headerCnt #spNav ul.sub {
        overflow: hidden;
        width: 100%;
        max-height: 0;
        opacity: 0;
        transition: max-height 1.5s linear;
        transition: opacity 0.5s; }
        #headerCnt #spNav ul.sub.is-show {
          max-height: 100%;
          opacity: 1; }
        #headerCnt #spNav ul.sub li a {
          padding: 10px;
          background: #f4f4f4;
          color: #152b78; }
        #headerCnt #spNav ul.sub li:first-of-type a {
          background: #E8ECFB; }
    #headerCnt .assistNav {
      margin: 20px 0 40px;
      padding: 0 20px; }
      #headerCnt .assistNav .item {
        align-items: stretch; }
        #headerCnt .assistNav .item div {
          background: #2a2a2a;
          width: 33.33%;
          display: flex;
          align-items: center; }
          #headerCnt .assistNav .item div:nth-of-type(2) {
            background: #152b78;
            padding: 5px 0; }
          #headerCnt .assistNav .item div:nth-of-type(3) {
            background: #f96f00; }
          #headerCnt .assistNav .item div a {
            color: #ffffff;
            display: block;
            padding: 15px 0px;
            font-size: 11px;
            text-align: center; }
      #headerCnt .assistNav .item02 div {
        background: #ffffff;
        width: 50%;
        border: 1px solid #152b78; }
        #headerCnt .assistNav .item02 div + div {
          border-left: none; }
        #headerCnt .assistNav .item02 div a {
          color: #000000;
          display: block;
          padding: 15px 10px;
          font-size: 14px;
          text-align: center; }

  #footerCnt {
    padding: 20px 10px 40px; }
    #footerCnt #footer_inner {
      flex-direction: column;
      align-items: flex-start; }
      #footerCnt #footer_inner #footer_address figure {
        width: 100px; }
      #footerCnt #footer_inner #footer_address p {
        font-size: 12px; }
      #footerCnt #footer_inner #footer_navCnt {
        width: 100%;
        margin-top: 20px;
        display: block; }
        #footerCnt #footer_inner #footer_navCnt #footer_navList {
          width: 100%; }
          #footerCnt #footer_inner #footer_navCnt #footer_navList ul {
            flex-direction: column;
            align-items: flex-start; }
            #footerCnt #footer_inner #footer_navCnt #footer_navList ul li {
              margin-bottom: 10px;
              padding: 0; }
              #footerCnt #footer_inner #footer_navCnt #footer_navList ul li:last-of-type::after {
                display: none; }
              #footerCnt #footer_inner #footer_navCnt #footer_navList ul li::before {
                display: none; }
        #footerCnt #footer_inner #footer_navCnt .footer_btm {
          justify-content: flex-start; }
          #footerCnt #footer_inner #footer_navCnt .footer_btm:first-of-type {
            width: 100%; }
          #footerCnt #footer_inner #footer_navCnt .footer_btm #copy_right {
            line-height: 1.7;
            font-size: 10px; }

  /*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
  @import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
  #top #sec01 .slider {
    padding-bottom: 4em; }
  #top #sec01 #top_glovalNav ul {
    width: 100%; }
    #top #sec01 #top_glovalNav ul li {
      width: 50%;
      margin-bottom: 20px; }
      #top #sec01 #top_glovalNav ul li:before {
        height: 20px; }
      #top #sec01 #top_glovalNav ul li:last-of-type:after {
        height: 20px; }
      #top #sec01 #top_glovalNav ul li a {
        font-size: 15px; }
  #top #sec_breaking_news .breaking_news {
    margin-bottom: 35px; }
    #top #sec_breaking_news .breaking_news .btn_bk {
      width: 100%;
      margin: 35px auto 20px; }
    #top #sec_breaking_news .breaking_news:after {
      height: 81%; }
  #top #sec02 .flex {
    flex-direction: column; }
    #top #sec02 .flex .box figcaption {
      font-size: 14px; }
    #top #sec02 .flex .left_cnt {
      width: 100%;
      margin-right: 0; }
      #top #sec02 .flex .left_cnt .box {
        width: 100%;
        margin-bottom: 30px; }
        .box figcaption {
          font-size: 14px; }
        #top #sec02 .flex .left_cnt .box figure {
          width: 100%; }
        #top #sec02 .flex .left_cnt .box .txt_box {
          margin-top: 15px;
          padding: 0 20px; }
          #top #sec02 .flex .left_cnt .box .txt_box p {
            font-size: 14px; }
            #top #sec02 .flex .left_cnt .box .txt_box p.txt_date {
              font-size: 12px; }
    #top #sec02 .flex .right_cnt {
      width: 100%; }
      #top #sec02 .flex .right_cnt .box .box_top {
        margin-bottom: 10px; }
        #top #sec02 .flex .right_cnt .box .box_top figure {
          width: 90%;
          margin: 0 auto 20px; }
        #top #sec02 .flex .right_cnt .box .box_top p {
          font-size: 14px;
          padding: 0 20px; }
          #top #sec02 .flex .right_cnt .box .box_top p.txt_date {
            width: 100%;
            padding: 0 20px;
            font-size: 12px; }
      #top #sec02 .flex .right_cnt .box p {
        font-size: 14px;
        padding: 0 20px; }
  #top #sec02 .ali_fs02 {
    width: 100%;
    margin-top: 0; }
    #top #sec02 .ali_fs02 .box {
      width: 100% !important; }
      #top #sec02 .ali_fs02 .box + .box {
        margin-top: 30px !important; }
  #top #sec02 figcaption {
    font-size: 14px; }
  #top #sec03::before {
    top: 4%;
    height: 100%; }
  #top #sec03 #sec03_boxCnt .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 10px 10px 20px; }
    #top #sec03 #sec03_boxCnt .box header {
      margin-bottom: 30px; }
    #top #sec03 #sec03_boxCnt .box p {
      font-size: 13px; }
  #top #sec03 #sec03_boxCnt .box_long {
    width: 100%;
    justify-content: flex-start;
    height: auto; }
    #top #sec03 #sec03_boxCnt .box_long header {
      margin: 0 0 30px; }
      #top #sec03 #sec03_boxCnt .box_long header span {
        font-size: 13px; }
  #top #sec03 #sec03_boxCnt .box:nth-of-type(4) {
    background-size: 100%; }
  #top #sec03 #sec03_boxCnt .box:nth-of-type(5) {
    background-size: 100%; }
  #top #sec03_boxCnt_new {
    justify-content: center;
  }
  #top #sec03_boxCnt_new .box {
    width: 90%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 10px 20px; }
  #top #sec04 .inner_cnt .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50; }
    #top #sec04 .inner_cnt .box .img_box {
      width: 100%;
      margin-bottom: 20px; }
      #top #sec04 .inner_cnt .box .img_box .img_box_ttl {
        font-size: 14px;
        margin-top: 20px; }
  #top #sec05 {
    padding-bottom: 35px; }
    #top #sec05::before {
      top: 5%;
      height: 100%; }
    #top #sec05 .cnt_box {
      width: 100%;
      margin-bottom: 40px; }
      #top #sec05 .cnt_box .admission a {
        position: absolute;
        width: 20%;
        height: 8vw; }
        #top #sec05 .cnt_box .admission a.coruse_link_los_pre {
          top: 17%;
          left: 2%; }
        #top #sec05 .cnt_box .admission a.coruse_link_los_foun {
          top: 41%;
          left: 2%; }
        #top #sec05 .cnt_box .admission a.coruse_link_los_act {
          top: 87%;
          left: 2%; }
        #top #sec05 .cnt_box .admission a.coruse_link_jap_foun {
          top: 17%;
          left: 27%; }
        #top #sec05 .cnt_box .admission a.coruse_link_jap_tra {
          top: 41%;
          left: 27%; }
        #top #sec05 .cnt_box .admission a.coruse_link_jap_act {
          top: 87%;
          left: 27%; }
        #top #sec05 .cnt_box .admission a.coruse_link_eng_foun {
          top: 17%;
          left: 52%; }
        #top #sec05 .cnt_box .admission a.coruse_link_eng_tra {
          top: 41%;
          left: 52%; }
        #top #sec05 .cnt_box .admission a.coruse_link_eng_syn2 {
          top: 64%;
          left: 52%; }
        #top #sec05 .cnt_box .admission a.coruse_link_eng_act {
          top: 87%;
          left: 52%; }
        #top #sec05 .cnt_box .admission a.coruse_link_web_bas {
          top: 17%;
          left: 77%; }
        #top #sec05 .cnt_box .admission a.coruse_link_web_pra {
          top: 41%;
          left: 77%; }
        #top #sec05 .cnt_box .admission a.coruse_link_web_adb {
          top: 64%;
          left: 77%; }
        #top #sec05 .cnt_box .admission a.coruse_link_web_pro {
          top: 87%;
          left: 77%; }
      #top #sec05 .cnt_box .admission2 a {
        position: absolute;
        width: 18%;
        height: 8vw; }
        #top #sec05 .cnt_box .admission2 a.eng_01 {
          top: 0;
          left: 4%; }
        #top #sec05 .cnt_box .admission2 a.eng_02 {
          top: 0;
          left: 30%; }
        #top #sec05 .cnt_box .admission2 a.eng_03 {
          top: 0;
          left: 56%; }
        #top #sec05 .cnt_box .admission2 a.eng_04 {
          top: 0;
          left: 81%; }
        #top #sec05 .cnt_box .admission2 a.la_01 {
          top: 28%;
          left: 4%; }
        #top #sec05 .cnt_box .admission2 a.la_02 {
          top: 28%;
          left: 30%; }
        #top #sec05 .cnt_box .admission2 a.jap_01 {
          top: 56%;
          left: 4%;
          width: 15%; }
        #top #sec05 .cnt_box .admission2 a.jap_02 {
          top: 56%;
          left: 24%;
          width: 15%; }
        #top #sec05 .cnt_box .admission2 a.jap_03 {
          top: 56%;
          left: 44%;
          width: 15%; }
        #top #sec05 .cnt_box .admission2 a.jap_04 {
          top: 56%;
          left: 64%;
          width: 15%; }
        #top #sec05 .cnt_box .admission2 a.jap_05 {
          top: 56%;
          left: 84%;
          width: 15%; }
        #top #sec05 .cnt_box .admission2 a.web_01 {
          top: 84%;
          left: 4%; }
        #top #sec05 .cnt_box .admission2 a.web_02 {
          top: 84%;
          left: 30%; }
        #top #sec05 .cnt_box .admission2 a.web_03 {
          top: 84%;
          left: 56%; }
        #top #sec05 .cnt_box .admission2 a.web_04 {
          top: 84%;
          left: 81%; }
      #top #sec05 .cnt_box .summary_list li {
        font-size: 14px; }
      #top #sec05 .cnt_box .ma {
        margin-bottom: 40px; }
  #top #sec06::before {
    left: -20px;
    width: 150%;
    height: 99%; }
  #top #sec06 .index_cnt {
    align-items: stretch; }
    #top #sec06 .index_cnt_ttl.active::after {
      transform: translateX(-50%) rotate(-45deg);
      left: 50%;
      top: 75%; }
    #top #sec06 .index_cnt_ttl span {
      font-size: 12px;
      padding: 30px 0; }
  #top #sec06 .index_cnt_Box img {
    max-width: 100%; }
  #top #sec06 .index_cnt_Box.einichi .course_link {
    position: absolute;
    content: '';
    width: 40%;
    height: 6%;
    left: 4%;
    top: 31%; }
    #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(2) {
      top: 40%; }
    #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(3) {
      top: 49%; }
    #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(4) {
      left: 55%; }
    #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(5) {
      left: 55%;
      top: 40%; }
    #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(6) {
      left: 55%;
      top: 49%; }
    #top #sec06 .index_cnt_Box.einichi .course_link:nth-of-type(7) {
      left: 55%;
      top: 58%; }
  #top #sec06 .index_cnt_Box.nichiei .course_link {
    position: absolute;
    content: '';
    width: 84%;
    height: 8%;
    left: 8%;
    top: 34%; }
    #top #sec06 .index_cnt_Box.nichiei .course_link:nth-of-type(2) {
      top: 46%; }
  #top #sec06 .index_cnt_Box.los .course_link {
    position: absolute;
    content: '';
    width: 90%;
    height: 8%;
    left: 5%;
    top: 33%; }
  #top #sec06 .index_cnt_Box.other .course_link {
    position: absolute;
    content: '';
    width: 13%;
    height: 42%;
    left: 61%;
    top: 44%; }
    #top #sec06 .index_cnt_Box.other .course_link:nth-of-type(2) {
      left: 75%; }
  #top #sec07::before {
    top: 4%;
    height: 102%; }
  #top #sec07 .cnt_box .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: center; }
    #top #sec07 .cnt_box .box .ttl_txt {
      font-size: 16px; }
  #top #sec08 {
    padding-bottom: 90px; }
    #top #sec08::before {
      top: 4%;
      height: 94%;
      left: -50px;
      width: 150%; }
    #top #sec08 .inner_cnt {
      margin-bottom: 60px; }
      #top #sec08 .inner_cnt .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px; }
        #top #sec08 .inner_cnt .box .txt_box {
          margin-top: 20px;
          /*padding-top: 80px;*/
          padding-top: 0; }
          #top #sec08 .inner_cnt .box .txt_box p {
            font-size: 14px; }
  #top #sec09 {
    padding-top: 0; }
    #top #sec09::before {
      top: -7%; }
    #top #sec09 .inner .inner_cnt {
      width: 100%; }
      #top #sec09 .inner .inner_cnt .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        align-items: flex-start; }
        #top #sec09 .inner .inner_cnt .box figure {
          width: 80px;
          margin-right: 10px; }
        #top #sec09 .inner .inner_cnt .box .txt_box {
          width: calc(100% - 90px); }
          #top #sec09 .inner .inner_cnt .box .txt_box p {
            font-size: 13px; }
          #top #sec09 .inner .inner_cnt .box .txt_box .ttl_txt {
            font-size: 15px;
            margin-bottom: 10px; }
  #top #sec10 {
    margin-bottom: 5em;
    padding: 10em 0; }
    #top #sec10::before {
      background-position-y: 0;
      background-position-x: -137px;
      height: 100%;
      /*top: 3%;
      left: -120px;
      width: 200%;
      height: 100%;
      background-position: 70% 40%;*/ }
    #top #sec10::after {
      height: 100%;
      /*top: 3%;
      left: -120px;
      width: 200%;
      height: 100%;*/ }
    #top #sec10 .inner_cnt {
      flex-direction: column; }
      #top #sec10 .inner_cnt .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        #top #sec10 .inner_cnt .box p {
          font-size: 16px; }
        #top #sec10 .inner_cnt .box .icon_box {
          width: 70px;
          margin-left: 15px; }
          #top #sec10 .inner_cnt .box .icon_box figure {
            width: 30px; }
  #top #contactCnt {
    margin-bottom: 40px; }
    #top #contactCnt .inner {
      flex-direction: column; }
      #top #contactCnt .inner .contact_left {
        width: 100%;
        margin-right: 0;
        justify-content: flex-start; }
        #top #contactCnt .inner .contact_left figure {
          width: 35px;
          margin-right: 10px;
          padding-bottom: 10px; }
        #top #contactCnt .inner .contact_left p {
          font-size: 34px;
          margin-bottom: 10px; }
        #top #contactCnt .inner .contact_left span {
          font-size: 12px;
          text-align: center; }
      #top #contactCnt .inner .contact_right {
        width: 100%;
        margin-top: 30px; }
        #top #contactCnt .inner .contact_right .btn {
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px; }

  #top #contactCnt .contact_message br.sp {
    display: inline; } }
/*=====<=====<=====<=====<=====<=====<=====
  learn
=====>=====>=====>=====>=====>=====>=====*/
.pc_br {
  display: none; }

.subpage {
  min-width: auto; }
.subpage #headerCnt #HAM {
    top: 12px; }
.subpage #footerCnt #footer_inner #footer_navCnt .flex figure {
    width: 32px; }
.subpage .inner {
    width: 100%;
    max-width: 1120px; }
.subpage main .bg_gray::before {
    top: 0;
    left: 0;
    margin: 0;
    background: #f0f2f3;
    transform: skewY(-3deg); }
.subpage main p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .1em; }
.subpage main .subpage_ttl {
    justify-content: center;
    padding: 15em 0; }
.subpage main .subpage_ttl h1 {
      font-size: 60px;
      color: #fff;
      text-align: center;
      line-height: 1.5;
      letter-spacing: .1em; }
.subpage main .subpage_ttl h1.black_text {
    color: #333;
    text-shadow: 0 0 5px #ffffff; }
.subpage main .main_txt {
    margin-top: 10em; }
.subpage main .txt_cnt p {
    line-height: 2; }
.subpage main section figure {
    margin: 0 auto;
    text-align: center; }
.subpage main section figure img {
      width: auto;
      max-width: 100%;
      margin: 0 auto; }
.subpage main section figure img.right_align {
      margin-right: 0;
      margin-left: auto; }
.subpage main ul.event_list {
    align-items: stretch; }
.subpage main ul.event_list li {
      width: 100%;
      margin-bottom: 5em;
      color: #ffffff;
      position: relative; }
.subpage main ul.event_list li .event_list_ttl {
        position: relative; }
.subpage main ul.event_list li .event_list_ttl::before {
          content: '';
          position: absolute;
          width: 5px;
          height: 55%;
          background: #ffffff;
          left: 5%;
          bottom: -5%; }
.subpage main ul.event_list li .event_list_ttl figure,
   .subpage main ul.event_list li .event_list_ttl figure img {
          width: 100%; }
.subpage main ul.event_list li .event_list_ttl h3 {
          position: absolute;
          font-size: 46px;
          bottom: 3%;
          left: 10%; }
.subpage main ul.event_list li .event_list_ttl h3 span {
            font-size: 80%; }
.subpage main ul.event_list li .event_list_cont {
        padding: 40px 5% 10px;
        background: #152b78; }
.subpage main ul.event_list li .event_list_cont h4 {
          font-size: 28px;
          padding-left: 20px;
          margin-bottom: 30px; }
.subpage main ul.event_list li .event_list_cont p {
          margin-bottom: 30px;
          padding-left: 20px; }
.subpage main .sub_cmn_sec .inner .cmn_sec_cont {
    padding: 70px 50px 50px;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(122, 119, 119, 0.2), 15px 15px 0 #d2d2d2;
    width: calc(100% - 15px);
    position: relative; }
.subpage main .sub_cmn_sec .inner .cmn_sec_cont h2 {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 40px;
      padding-left: 40px;
      margin-bottom: 40px;
      letter-spacing: .075em;
      position: relative; }
.subpage main .sub_cmn_sec .inner .cmn_sec_cont h2::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: calc(100% + 135px);
        width: 7px;
        background: #152b78; }
.subpage main .sub_cmn_sec .inner .cmn_sec_cont p {
      line-height: 2;
      letter-spacing: .1em; }
.subpage main .sub_cmn_list {
    max-width: 1065px;
    margin: 0 auto;
    padding-right: 15px; }
.subpage main .sub_cmn_list li {
      padding: 70px 50px;
      margin-bottom: 65px;
      box-shadow: 0 0 3px rgba(122, 119, 119, 0.2), 15px 15px 0 #d2d2d2;
      position: relative; }
.subpage main .sub_cmn_list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 70px 0 0;
        border-color: #d2d2d2 transparent transparent transparent; }
.subpage main .sub_cmn_list li .cmn_list_cont {
        width: 63%; 
	padding-top: 35px;}
.subpage main .sub_cmn_list li .cmn_list_cont h3 {
	font-size: 28px;
	border-bottom: 5px solid #152b78;
	padding-left: 10px; 
	padding-top: 85px;
	margin-top: -85px; }
.subpage main .sub_cmn_list li .cmn_list_cont h3 span {
            font-size: 65%;
            font-weight: 600; }
.subpage main .sub_cmn_list li .cmn_list_cont dl {
          font-size: 18px;
          line-height: 1.8;
          letter-spacing: .1em; }
.subpage main .sub_cmn_list li .cmn_list_cont dl dt {
            font-size: 20px;
            font-weight: 600;
            color: #152b78;
            margin-top: 20px; }
.subpage main .sub_cmn_list li .cmn_list_cont dl dt span {
              color: #000000;
              font-weight: 600; }
.subpage main .sub_cmn_list li .cmn_list_img {
        width: 32%; }
.subpage main .sub_cmn_list li .cmn_list_img figure + figure {
          margin-top: 20px; }
.subpage main .sub_cmn_list li .cmn_list_img .info_btn {
          margin-top: 20px;
          text-align: center; }
.subpage main .sub_cmn_list li .cmn_list_img .info_btn a {
          padding: 25px 0;
          font-size: 18px;
          width: 80%;
          color: #fff; }
.subpage main .sub_cmn_list li .cmn_list_img .price_btn {
          background-color: #2a2a2a; }
.subpage main .sub_cmn_list li .cmn_list_img .course_btn {
          background-color: #f96f00; }

.subpage main .sec_underline h2 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
    letter-spacing: .1em;
    margin-bottom: 2em; }
.subpage main .sec_underline h2::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 530px;
    height: 5px;
    background: #152b78;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
.sec_underline .sec_underline_cont h3 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative; }
.sec_underline .sec_underline_cont h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 24px;
    background: #152b78; }

.ul_50_50 li {
    margin-bottom: 4em; }
}
.ul_50_50 figure {
    width: 48%;
    margin-bottom: 4em; }
.ul_50_50 div {
    width: 48%; }
.ul_50_50 li:nth-child(2n) {
    flex-direction: row-reverse; }
@media screen and (max-width: 768px) {
  .ul_50_50 li div {
    width: 100%; }
}


#learn .subpage_ttl {
  background: url(../img_new2/sub/learn-kv.jpg) no-repeat center/cover; }
#learn #learn_sec01 .flex {
  justify-content: center;
  font-size: 16px;
  margin-top: 10px; }
  #learn #learn_sec01 .flex p {
    margin-right: 15px;
    letter-spacing: .1em; }
#learn #learn_sec02 .admission {
  position: relative; }
  #learn #learn_sec02 .admission a {
    position: absolute;
    width: 393px;
    height: 97px; }
    @media screen and (max-width: 767px) {
      #learn #learn_sec02 .admission a {
        width: 40%;
        height: 4.5%; } }
    #learn #learn_sec02 .admission a.coruse_link_einichi01 {
      top: 24px;
      left: 195px;
      height: 35px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_einichi01 {
          top: 1%;
          left: 20%;
          width: 25vw;
          height: 4vw; } }
    #learn #learn_sec02 .admission a.coruse_link_einichi02 {
      top: 84px;
      left: 195px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_einichi02 {
          top: 4%;
          left: 13%; } }
    #learn #learn_sec02 .admission a.coruse_link_einichi03 {
      top: 216px;
      left: 195px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_einichi03 {
          top: 10.5%;
          left: 13%; } }
    #learn #learn_sec02 .admission a.coruse_link_einichi04 {
      top: 347px;
      left: 195px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_einichi04 {
          top: 16.5%;
          left: 13%; } }
    #learn #learn_sec02 .admission a.coruse_link_nichiei01 {
      top: 24px;
      right: 86px;
      height: 35px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_nichiei01 {
          top: 1%;
          right: 9%;
          width: 25vw;
          height: 4vw; } }
    #learn #learn_sec02 .admission a.coruse_link_nichiei02 {
      top: 86px;
      right: 86px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_nichiei02 {
          top: 4%;
          right: 2%; } }
    #learn #learn_sec02 .admission a.coruse_link_nichiei03 {
      top: 216px;
      right: 86px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_nichiei03 {
          top: 10.5%;
          right: 2%; } }
    #learn #learn_sec02 .admission a.coruse_link_barrier {
      top: 573px;
      left: 241px;
      height: 413px;
      width: 180px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_barrier {
          top: 27.5%;
          left: 18%;
          height: 39vw;
          width: 18%; } }
    #learn #learn_sec02 .admission a.coruse_link_logical01 {
      top: 602px;
      left: 446px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_logical01 {
          top: 29%;
          left: 39%;
          height: 4.5%;
          width: 39%; } }
    #learn #learn_sec02 .admission a.coruse_link_logical02 {
      top: 733px;
      left: 448px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_logical02 {
          top: 35%;
          left: 39%;
          height: 4.5%;
          width: 39%; } }
    #learn #learn_sec02 .admission a.coruse_link_jpn {
      top: 574px;
      right: 64px;
      height: 413px;
      width: 180px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_jpn {
          top: 27.5%;
          right: 0;
          height: 39vw;
          width: 18%; } }
    #learn #learn_sec02 .admission a.coruse_link_other01 {
      top: 1120px;
      left: 443px;
      width: 350px;
      height: 31px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_other01 {
          top: 53%;
          left: 39%;
          height: 2%;
          width: 34%; } }
    #learn #learn_sec02 .admission a.coruse_link_other02 {
      top: 1189px;
      left: 190px;
      width: 411px;
      height: 71px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_other02 {
          top: 57%;
          left: 13%;
          height: 3.5%;
          width: 41%; } }
    #learn #learn_sec02 .admission a.coruse_link_other03 {
      top: 1189px;
      left: 626px;
      width: 411px;
      height: 71px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_other03 {
          top: 57%;
          right: 1%;
          left: unset;
          height: 3.5%;
          width: 41%; } }
    #learn #learn_sec02 .admission a.coruse_link_other04 {
      top: 1274px;
      left: 190px;
      width: 411px;
      height: 71px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_other04 {
          top: 61%;
          left: 13%;
          height: 3.5%;
          width: 41%; } }
    #learn #learn_sec02 .admission a.coruse_link_other05 {
      top: 1274px;
      right: 83px;
      width: 411px;
      height: 71px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_other05 {
          top: 61%;
          left: unset;
          right: 2%;
          height: 3.5%;
          width: 41%; } }
    #learn #learn_sec02 .admission a.coruse_link_m1_01 {
      top: 1422px;
      bottom: 636px;
      left: 412px;
      width: 407px;
      height: 32px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_m1_01 {
          top: unset;
          bottom: 30%;
          height: 4vw;
          left: 35%;
          width: 41%; } }
    #learn #learn_sec02 .admission a.coruse_link_m1_02 {
      top: 1490px;
      bottom: 529px;
      left: 190px;
      width: 260px;
      height: 71px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_m1_02 {
          top: unset;
          bottom: 25.5%;
          height: 6vw;
          left: 13%;
          width: 26%; } }
    #learn #learn_sec02 .admission a.coruse_link_m1_03 {
      top: 1490px;
      bottom: 529px;
      left: 488px;
      width: 260px;
      height: 71px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_m1_03 {
          top: unset;
          bottom: 25.5%;
          height: 6vw;
          left: 43%;
          width: 26%; } }
    #learn #learn_sec02 .admission a.coruse_link_m1_04 {
      top: 1490px;
      bottom: 529px;
      right: 77px;
      width: 260px;
      height: 71px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_m1_04 {
          top: unset;
          bottom: 25.5%;
          right: 1%;
          height: 6vw;
          width: 26%; } }
    #learn #learn_sec02 .admission a.coruse_link_course_list {
      top: 1628px;
      bottom: 431px;
      left: 445px;
      width: 341px;
      height: 32px; }
      @media screen and (max-width: 767px) {
        #learn #learn_sec02 .admission a.coruse_link_course_list {
          top: unset;
          bottom: 20.5%;
          height: 4vw;
          left: 35%;
          width: 41%; } }
#learn #learn_sec03 {
  margin-bottom: 100px; }

#recruit_event .subpage_ttl {
  background: url(../img_new2/sub/recruit-event-kv.jpg) no-repeat center/cover; }
#recruit_event #event_sec01 {
  padding: 10em 0;
  background: url(../img_new2/sub/recruit-event-sec01-bg.png) center/cover; }
  #recruit_event #event_sec01 .event_sec01_wrapper {
    position: relative;
    width: max-content;
    margin: 0 auto; }
    #recruit_event #event_sec01 .event_sec01_wrapper figure {
      width: max-content; }
    #recruit_event #event_sec01 .event_sec01_wrapper .event_sec01_txt {
      position: absolute;
      font-size: 17px;
      top: 28%;
      left: 40%;
      width: 27%;
      line-height: 1.8;
      letter-spacing: 0; }
    #recruit_event #event_sec01 .event_sec01_wrapper a {
      color: #ffffff;
      position: absolute;
      line-height: 1.65;
      font-size: 18px; }
      #recruit_event #event_sec01 .event_sec01_wrapper a i {
        margin-left: 10px; }
    #recruit_event #event_sec01 .event_sec01_wrapper a.event_link1 {
      top: 16%;
      right: 3%;
      width: 324px;
      height: 154px; }
      @media screen and (max-width: 767px) {
        #recruit_event #event_sec01 .event_sec01_wrapper a.event_link1 {
          right: 6%;
          width: 100px;
          height: 59px; } }
    #recruit_event #event_sec01 .event_sec01_wrapper a.event_link2 {
      top: 47%;
      right: 12%;
      width: 224px;
      height: 119px; }
      @media screen and (max-width: 767px) {
        #recruit_event #event_sec01 .event_sec01_wrapper a.event_link2 {
          top: 46%;
          right: 12%;
          width: 80px;
          height: 49px; } }
    #recruit_event #event_sec01 .event_sec01_wrapper a.event_link3 {
      top: 70%;
      right: 24%;
      width: 236px;
      height: 98px; }
      @media screen and (max-width: 767px) {
        #recruit_event #event_sec01 .event_sec01_wrapper a.event_link3 {
          width: 83px;
          height: 40px; } }
    #recruit_event #event_sec01 .event_sec01_wrapper a.event_link4 {
      top: 83%;
      right: 45%;
      width: 235px;
      height: 82px; }
      @media screen and (max-width: 767px) {
        #recruit_event #event_sec01 .event_sec01_wrapper a.event_link4 {
          width: 88px;
          height: 40px; } }
    #recruit_event #event_sec01 .event_sec01_wrapper a.event_link5 {
      top: 84%;
      right: 71%;
      width: 225px;
      height: 106px; }
      @media screen and (max-width: 767px) {
        #recruit_event #event_sec01 .event_sec01_wrapper a.event_link5 {
          width: 82px;
          height: 43px; } }
#recruit_event .bg_gray {
  padding-bottom: 10em; }
  @media screen and (max-width: 767px) {
    #recruit_event .bg_gray #event_sec02 .event_list {
      display: block; } }
  #recruit_event .bg_gray #event_sec02 .event_list li {
    width: 48%;
    background: #152b78; }
    @media screen and (max-width: 767px) {
      #recruit_event .bg_gray #event_sec02 .event_list li {
        width: 100%; } }
    #recruit_event .bg_gray #event_sec02 .event_list li .event_list_cont {
      padding: 40px 5% 120px; }
  @media screen and (max-width: 767px) {
    #recruit_event .bg_gray #event_sec03 .event_list {
      display: block; } }
  #recruit_event .bg_gray #event_sec03 .event_list li {
    width: 48%;
    background: #152b78; }
    @media screen and (max-width: 767px) {
      #recruit_event .bg_gray #event_sec03 .event_list li {
        width: 100%; } }
    #recruit_event .bg_gray #event_sec03 .event_list li .event_list_cont {
      padding: 40px 5% 120px; }
  #recruit_event .bg_gray ul.event_list li h3.fs-36 {
    font-size: 36px; }
  #recruit_event .bg_gray ul.event_list li .event_list_cont {
    padding: 40px 5% 120px; }
    #recruit_event .bg_gray ul.event_list li .event_list_cont .event_list_btn {
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      justify-content: center;
      padding: 0 8%; }
      #recruit_event .bg_gray ul.event_list li .event_list_cont .event_list_btn div {
        width: 45%; }
      #recruit_event .bg_gray ul.event_list li .event_list_cont .event_list_btn a {
        background: #f96f00;
        border: 2px solid #ffffff;
        font-size: 20px;
        text-align: center;
        position: relative;
        height: 85px;
        width: 100%;
        max-width: 330px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #recruit_event .bg_gray ul.event_list li .event_list_cont .event_list_btn a::after {
          content: '';
          position: absolute;
          right: 20px;
          width: 40px;
          height: 10px;
          bottom: 50%;
          background: url(../img_new2/sub/icon-arrow.png);
          background-size: 100% 100%; }

#about .subpage_ttl {
  background: url(../img_new2/sub/about-kv.jpg) no-repeat center/cover; }
#about #about_sec01 {
  padding: 8em 0;
  background: url(../img_new2/sub/about-sec01.jpg) center/cover; }
  #about #about_sec01 h2 {
    text-align: center;
    line-height: 1.2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #about #about_sec01 .txt_cnt .font_serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 23px; }
  #about #about_sec01 p {
    text-align: center;
    max-width: 950px;
    margin: auto;
    font-weight: 400; }
  #about #about_sec01 .txt_left p {
    text-align: left; }
#about #about_sec02 {
  padding: 8em 0; }
  #about #about_sec02 h2 {
    padding-bottom: 25px;
    border-bottom: 4px solid #152b78;
    margin-bottom: 80px; }
  #about #about_sec02 dl {
    width: 75%;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 3.3; }
    #about #about_sec02 dl dt {
      width: 90px;
      font-weight: 600; }
    #about #about_sec02 dl dd {
      width: calc(100% - 90px);
      font-weight: 600; }
  #about #about_sec02 .sec_img {
    width: 25%; }
    #about #about_sec02 .sec_img figure {
      margin-bottom: 5em; }

#news .subpage_ttl {
  background: url(../img_new2/sub/news-kv.jpg) center/cover; }
#news #news_sec01 ul li {
  width: 100%;
  /*max-width: 440px;*/
  margin-bottom: 80px; }
  #news #news_sec01 ul li h3 {
    margin-bottom: 30px;
    text-align: center; }
  #news #news_sec01 ul li.bg {
    position: relative;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #news #news_sec01 ul li.bg {
        padding-bottom: 0; } }
    #news #news_sec01 ul li.bg h3 {
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        #news #news_sec01 ul li.bg h3 {
          margin-top: 0; } }
    #news #news_sec01 ul li.bg:before {
      content: "";
      background: #eee;
      width: 100%;
      position: absolute;
      height: 100%;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        #news #news_sec01 ul li.bg:before {
          content: none; } }
  #news #news_sec01 ul li .fb-page {
    margin: 0 auto;
    display: block !important; }
  #news #news_sec01 ul li .fb_iframe_widget span {
    margin: 0 auto !important;
    display: block !important; }
  #news #news_sec01 ul li .twitter-timeline {
    margin: 0 auto;
    display: block !important; }
#news #news_sec01 ul .youtube_cont {
  width: 78%;
  margin: 0 auto 80px;
  display: block;
  max-width: unset; }
  @media screen and (max-width: 767px) {
    #news #news_sec01 ul .youtube_cont {
      width: 100%; } }
  #news #news_sec01 ul .youtube_cont iframe {
    height: 500px; }
    @media screen and (max-width: 767px) {
      #news #news_sec01 ul .youtube_cont iframe {
        height: 270px !important; } }


#course .subpage_ttl {
  background: url(../img_new2/sub/course-kv.jpg) center/cover; }
#course .course_link {
  padding: 10em 0; }
  #course .course_link a {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    #course .course_link a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #152b78;
      transform-origin: left bottom;
      z-index: -1; }
    #course .course_link a::after {
      content: '';
      position: absolute;
      right: 20px;
      width: 55px;
      height: 20px;
      bottom: 40%;
      background: url(../img_new2/sub/icon-arrow.png);
      background-size: 100% 100%; }
    #course .course_link a p {
      font-weight: 600;
      letter-spacing: .1em;
      line-height: 1; }
      #course .course_link a p span {
        font-size: 75%;
        position: relative;
        top: -10px; }
  #course .course_link li:nth-of-type(3) a {
    height: 152px;
    color: #152b78; }
    #course .course_link li:nth-of-type(3) a:before {
      background: #fff;
      border: #152b78 2px solid; }
    #course .course_link li:nth-of-type(3) a:after {
      background: url(../img_new2/sub/icon-arrow_brue.png);
      background-size: 100% 100%; }
    #course .course_link li:nth-of-type(3) a p {
      font-size: 25px; }
  #course .course_link li:nth-of-type(4) a {
    height: 152px;
    color: #152b78; }
    #course .course_link li:nth-of-type(4) a:before {
      background: #fff;
      border: #152b78 2px solid; }
    #course .course_link li:nth-of-type(4) a:after {
      background: url(../img_new2/sub/icon-arrow_brue.png);
      background-size: 100% 100%; }
    #course .course_link li:nth-of-type(4) a p {
      font-size: 25px; }
  #course .course_link .course_ver {
    width: 100%;
    max-width: 406px;
    height: 200px;
    margin: 0 auto; }
    #course .course_link .course_ver a {
      width: 100%;
      max-width: 495px;
      height: 200px; }
      #course .course_link .course_ver a p {
        font-size: 24px;
        padding-left: 20px; }
        #course .course_link .course_ver a p span:nth-of-type(2) {
          top: 10px; }
  #course .course_link .course_link1 {
    display: flex;
    justify-content: flex-end; }
  #course .course_link ul {
    width: 100%;
    max-width: 995px;
    margin: 20px auto 0; }
    #course .course_link ul li {
      width: calc(50% - 13px);
      margin-bottom: 20px; }
      #course .course_link ul li a {
        height: 210px; }
        #course .course_link ul li a p {
          font-size: 32px;
          text-align: center; }
#course #course_sec01 .inner {
  max-width: 1000px; }
  #course #course_sec01 .inner figure {
    max-width: 614px; }
#course #course_sec01 .cmn_sec_cont {
  max-width: 750px;
  margin-top: -100px; }
#course #course_sec02 {
  padding: 10em 0; }
  #course #course_sec02 ul li:last-child dl dt {
    margin-top: 40px; }
  #course #course_sec02 .txt_right {
    text-align: right; }
  #course #course_sec02 .align-top {
    align-items: flex-start; }

#message .subpage_ttl {
  background: url(../img_new2/sub/message-kv.jpg) center/cover; }
#message #message_sec01 {
  padding-bottom: 5em; }
  #message #message_sec01 ul li {
    margin-bottom: 100px;
    letter-spacing: .1em; }
    #message #message_sec01 ul li h3 {
      font-weight: 600;
      margin-bottom: 50px; }
    #message #message_sec01 ul li .flex p {
      flex: 1;
      max-width: 710px;
      margin: 10px; }
    #message #message_sec01 ul li figcaption {
      margin-top: 10px;
      font-size: 18px; }
    @media screen and (min-width: 480px) {
      #message #message_sec01 ul li .ie_position {
        margin-left: 0;
        padding-left: 20px; } }

#support .subpage_ttl {
  background: url(../img_new2/sub/support-kv.jpg) center/cover; }
#support #support_sec01 .cmn_sec_cont {
  max-width: 900px;
  padding-top: 50px;
  margin-top: -150px; }
  #support #support_sec01 .cmn_sec_cont h2 {
    line-height: 1.2; }
#support #support_sec01 ul {
  margin-top: 120px; }
#support #support_sec01 .cmn_list_cont h3 {
  margin-bottom: 30px;
  padding: 0 0 20px;
  width: 90%; }
#support #support_sec01 .cmn_list_cont p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em; }

#fgn-uni .subpage_ttl {
  background: url(../img_new2/sub/program-kv.jpg) center/cover; }
#program .subpage_ttl {
  background: url(../img_new2/sub/program-kv.jpg) center/cover; }

.sdg_icons {
  display: flex; 
  padding: 0; 
  margin-top: 10px; margin-bottom: 0px;
  border: 0;}
.sdg_icon {
  width: 120px; height: 120px;
  margin-right: 20px; margin-bottom: 0p; 
  border: 0px;}


#sdgs .subpage_ttl {
  background: url(../img_new2/sub/sdgs-kv.jpg) center/cover; }
#sdgs section {
  padding-top: 0; padding-bottom: 0;
  margin-bottom 10px;
}
#sdgs #sec01 {
  margin: 4em 0 0;
  background: url(../img_new2/sub/csr-sec01.jpg) no-repeat;
  background-position: center;
  margin-bottom: 100px;
}
#sdgs .sec01_cont {
    max-width: 585px;
    padding: 180px 50px;
    position: relative; }
  @media screen and (max-width: 1600px) {
    #sdgs #sec01 {
      background-position: left 450px center; } }
  @media screen and (max-width: 1400px) {
    #sdgs #sec01 {
      background-position: left 250px center; } }
  @media screen and (max-width: 1200px) {
    #sdgs #sec01 {
      background-position: left 180px center; } }
  @media screen and (max-width: 1000px) {
    #sdgs #sec01 {
      background-position: left 100px center; } }


/* csr page - can be removed */
/*
#csr .subpage_ttl {
  background: url(../img_new2/sub/sdgs-kv.jpg) center/cover; }

#csr section {
  padding-top: 0; padding-bottom: 0; }
#csr #csr_sec01 {
  padding: 0;
  margin: 4em 0 6em;
  background: url(../img_new2/sub/csr-sec01.jpg) no-repeat;
  background-position: center; }
  @media screen and (max-width: 2000px) {
    #csr #csr_sec01 {
      background-position: left 700px center; } }
  @media screen and (max-width: 1800px) {
    #csr #csr_sec01 {
      background-position: left 500px center; } }
  @media screen and (max-width: 1600px) {
    #csr #csr_sec01 {
      background-position: left 450px center; } }
  @media screen and (max-width: 1400px) {
    #csr #csr_sec01 {
      background-position: left 250px center; } }
  @media screen and (max-width: 1200px) {
    #csr #csr_sec01 {
      background-position: left 180px center; } }
  @media screen and (max-width: 1000px) {
    #csr #csr_sec01 {
      background-position: left 100px center; } }
  #csr #csr_sec01 .csr_sec01_cont {
    max-width: 585px;
    padding: 180px 50px;
    position: relative; }
    #csr #csr_sec01 .csr_sec01_cont::before, #csr #csr_sec01 .csr_sec01_cont::after {
      content: '';
      width: 7px;
      height: 200px;
      background: #152b78;
      transform: rotate(30deg);
      transform-origin: left bottom;
      position: absolute; }
    #csr #csr_sec01 .csr_sec01_cont::before {
      top: 0;
      left: 0; }
    #csr #csr_sec01 .csr_sec01_cont::after {
      bottom: 0;
      right: 35%; }
    #csr #csr_sec01 .csr_sec01_cont h2 {
      line-height: 1.5;
      margin-bottom: 45px; }
#csr .sec_underline li {
  margin-bottom: 4em; }
  #csr .sec_underline li figure {
    margin-bottom: 4em;
    width: 48%; }
  #csr .sec_underline li .sec_underline_cont {
    width: 48%; }
    #csr .sec_underline li .sec_underline_cont h3 {
      font-size: 30px;
      line-height: 1.6;
      margin-bottom: 40px;
      padding-left: 20px;
      position: relative; }
      #csr .sec_underline li .sec_underline_cont h3::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 4px;
        height: 24px;
        background: #152b78; }
    #csr .sec_underline li .sec_underline_cont p {
      font-weight: 500; }
#csr .sec_underline li:nth-child(2n) {
  flex-direction: row-reverse; }
#csr #csr_sec05 {
  padding-bottom: 7em; }
  #csr #csr_sec05 ul li {
    width: 16%; }
*/


#work .subpage_ttl {
  background: url(../img_new2/sub/work-kv.jpg) center/cover; }
#work .bg_gray {
  padding-bottom: 10em;
  margin-top: 10em; }
#work .sec_underline .flex {
  max-width: 1070px;
  margin: auto; }
#work .sec_underline figure {
  position: relative; }
#work .sec_underline .work_cont {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(122, 119, 119, 0.2);
  padding: 50px; }
#work #work_sec01 figure {
  width: 37%; }
#work #work_sec01 .work_cont {
  width: calc(63% + 40px);
  margin-left: -40px;
  padding-left: 90px; }
#work #work_sec02 figure {
  width: 37%; }
#work #work_sec02 .work_cont {
  width: calc(63% + 40px);
  margin-right: -40px;
  padding-right: 90px; }
#work #work_sec03 figure {
  width: 48%; }
#work #work_sec03 .work_cont {
  width: calc(52% + 90px);
  margin-left: -90px;
  padding-left: 120px;
  padding-right: 20px; }
  #work #work_sec03 .work_cont p {
    letter-spacing: 0; }
#work #work_sec04 figure {
  width: 45%; }
#work #work_sec04 .work_cont {
  width: calc(55% + 50px);
  margin-right: -50px;
  padding-right: 90px; }

#group .subpage_ttl {
  background: url(../img_new2/sub/group-kv.jpg) center/cover; }
#group #group_sec01 figure {
  position: relative;
  z-index: 2;
  margin-top: -22px; }
  @media screen and (max-width: 767px) {
    #group #group_sec01 figure {
      margin-top: 40px; } }
  #group #group_sec01 figure img {
    margin-left: 440px; }
    @media screen and (max-width: 767px) {
      #group #group_sec01 figure img {
        margin-left: 0; } }
#group #group_sec01 .cmn_sec_cont {
  max-width: 890px;
  margin-top: 0;
  padding: 100px 70px 50px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 480px) {
    #group #group_sec01 .cmn_sec_cont {
      padding: 50px 20px 30px; } }
#group #group_sec01 h2 {
  margin-bottom: 0; }
  #group #group_sec01 h2::before {
    left: -40px; }
.group_btn {
  background-color: #f96f00;
  width: 304px;
  text-align: center;
  margin: 40px auto 0; }
.group_btn a {
    padding: 25px 0;
    font-size: 18px;
    color: #fff; }
#group .sec_underline {
  margin-top: 5em;
  margin-bottom: 7em; }
  #group .sec_underline h2 {
    line-height: 1.2; }
  #group .sec_underline .flex > figure,
  #group .sec_underline .flex .group-cont {
    width: 48%; }
    #group .sec_underline .flex > figure figure,
    #group .sec_underline .flex .group-cont figure {
      margin-bottom: 30px; }

#graduate .subpage_ttl {
  background: url(../img_new2/sub/graduate/graduate-kv.jpg) center/cover; }
#graduate #sec01 {
  padding-bottom: 90px; }
  #graduate #sec01 .inner_cnt {
    /*margin-top: 60px;*/ }
    .inner_cnt .cntBox {
      list-style: none;
      align-items: normal;
      padding: 95px 40px 60px;
      margin-bottom: 80px;
      background: #fff;
      position: relative;
      font-size: 18px;
 }
      .inner_cnt .cntBox::before {
        position: absolute;
        content: '';
        width: 234px;
        height: 135px;
        display: inline-block;
        border-left: solid 6px #152b78;
        border-top: solid 6px #152b78;
        top: 0;
        left: 0; 
	z-index: 0;
}
      .inner_cnt .cntBox::after {
        position: absolute;
        content: '';
        width: 234px;
        height: 135px;
        display: inline-block;
        border-right: solid 6px #152b78;
        border-bottom: solid 6px #152b78;
        bottom: 0;
        right: 0; 
	z-index: 0;
}
@media screen and (max-width: 767px) {
      .inner_cnt .cntBox::before {
	width: 100px;
        height: 100px;
      }
      .inner_cnt .cntBox::after {
	width: 100px;
        height: 100px;
      }
}
      .inner_cnt .cntBox .cntBox_figure {
        width: 360px; 
        margin: 0 auto;}
        .inner_cnt .cntBox .cntBox_figure .txt_box {
          text-align: center;
          margin-top: 20px; }
          .inner_cnt .cntBox .cntBox_figure .txt_box .name {
            font-size: 26px; }
          .inner_cnt .cntBox .cntBox_figure .txt_box p {
            font-size: 20px; }
            .inner_cnt .cntBox .cntBox_figure .txt_box p:last-of-type {
              font-size: 18px;
              text-align: left;
              margin: 20px auto;
              max-width: 90%; }
      .inner_cnt .cntBox .cntBox_txt {
        width: 580px; 
        margin: 0 auto; }
        .inner_cnt .cntBox .cntBox_txt h4 {
          font-size: 25px;
          line-height: 1.3; 
          text-align: center;
          margin-top: 1em;}
        .inner_cnt .cntBox .cntBox_txt p {
          font-size: 18px; 
	  text-align: justify;
          margin: 1.5em auto; 
        }
        .inner_cnt .cntBox .cntBox_txt .inline {
          display: inline; }
          .inner_cnt .cntBox .cntBox_txt .inline a {
            display: inline; }
.cntBox:nth-child(2n) {
    flex-direction: row-reverse; }

#graduate::before {
  top: 7%; }
#graduate .index_cnt {
  padding: 0 20px;
  width: 100%; }
  #graduate .index_cnt_ttl {
    width: calc(calc(100% - 15px)/2);
    margin-right: 5px;
    background: #f0f2f3; }
    #graduate .index_cnt_ttl:last-of-type {
      margin-right: 0; }
    #graduate .index_cnt_ttl.active {
      background: #152b78;
      position: relative; }
      #graduate .index_cnt_ttl.active::after {
        position: absolute;
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: transparent transparent #ffffff #ffffff;
        transform: translateY(-50%) rotate(-45deg);
        right: 10px;
        top: 50%; }
      #graduate .index_cnt_ttl.active span {
        color: #ffffff; }
    #graduate .index_cnt_ttl span {
      display: inline-block;
      text-align: center;
      font-size: 16px;
      padding: 30px 0;
      width: 100%; }
#graduate .index_cnt_Box {
  border-top: solid 2px #152b78;
  display: none;
  padding-top: 50px;
  margin: 0 20px;
  position: relative; }
#graduate .index_cnt_Box.active {
    display: block;
    border-top: solid 2px #152b78; }


a.a_dcr {
  text-decoration: underline;
  color: #0000ee; }

.common-contact .inner .contact_right {
  justify-content: center; }
  .common-contact .inner .contact_right .btn {
    width: 220px;
    margin-right: 20px; }
    .common-contact .inner .contact_right .btn.btn_blue {
      margin-right: 0; }

@media screen and (max-width: 938px) {
  #recruit_event #event_sec01 .event_sec01_wrapper,
  #recruit_event #event_sec01 .event_sec01_wrapper figure {
    width: 100%; }
  #recruit_event #event_sec01 .event_sec01_wrapper .recruit_br {
    display: none; }
  #recruit_event #event_sec01 .event_sec01_wrapper .event_sec01_txt {
    font-size: 2.25vw;
    top: 27%;
    left: 38%;
    width: 30%;
    line-height: 1.5; }
  #recruit_event #event_sec01 .event_sec01_wrapper a {
    font-size: 1.9vw; } }
@media screen and (max-width: 768px) {
  .subpage main .subpage_ttl {
    padding: 10em 0; }
    .subpage main .subpage_ttl h1 {
      font-size: 36px; }
  .subpage main p {
    font-size: 15px;
    letter-spacing: 0; }
  .subpage main .main_txt {
    margin-top: 5em; }
  .subpage main ul.event_list li {
    width: 100%; }
  .subpage main .txt_cnt {
    margin: 40px auto; }

  #recruit_event #event_sec01,
  #about #about_sec01,
  #about #about_sec02,
  #course .course_link {
    padding: 5em 0; }

  #news #news_sec01 ul {
    justify-content: center; }
    #news #news_sec01 ul li {
      width: 100%; }

  #course .course_link a {
    transform-origin: center;
    padding-right: 10%; }
  #course .course_link .course_ver {
    max-width: 360px;
    display: flex;
    justify-content: center !important; }
  #course .course_link ul {
    max-width: 360px;
    justify-content: center; }
    #course .course_link ul li {
      width: 100%; }
      #course .course_link ul li a {
        height: 175px; }
        #course .course_link ul li a p {
          font-size: 24px;
          width: 69%; }

  .subpage .common-contact .inner .contact_right {
    justify-content: center; }
    .subpage .common-contact .inner .contact_right .btn {
      margin: 0 0 20px;
      margin-right: 0px; }
      .subpage .common-contact .inner .contact_right .btn.btn_blue {
        margin-right: 0; } 
} /* end of max-width: 768px */

@media screen and (max-width: 480px) {
  .sp_br {
    display: none; }

  .pc_br {
    display: block; }

  .subpage main h2 {
    font-size: 27px !important; }
  .subpage main ul.event_list li .event_list_ttl h3 {
    font-size: 27px !important; }
  .subpage main .sec_underline h2 {
    padding-bottom: 30px; }
  .subpage main .sub_cmn_list li {
    padding: 50px 20px; }
    .subpage main .sub_cmn_list li .cmn_list_cont {
      width: 100%; }
      .subpage main .sub_cmn_list li .cmn_list_cont h3 {
        font-size: 20px; }
      .subpage main .sub_cmn_list li .cmn_list_cont dl {
        font-size: 15px; }
        .subpage main .sub_cmn_list li .cmn_list_cont dl dt {
          font-size: 18px; }
    .subpage main .sub_cmn_list li .cmn_list_img {
      width: 100%;
      margin-top: 30px; }
  .subpage main .sub_cmn_sec .inner .cmn_sec_cont {
    margin-top: -20px !important;
    padding: 50px 20px 30px; }
    .subpage main .sub_cmn_sec .inner .cmn_sec_cont h2 {
      padding-left: 20px; }

  #learn #learn_sec01 .flex p {
    margin: 0 0 10px; }

  #about #about_sec01 h2 {
    font-size: 24px !important; }
  #about #about_sec02 h2 {
    margin-bottom: 40px; }
  #about #about_sec02 dl {
    width: 100%;
    font-size: 16px;
    line-height: 2.3; }
  #about #about_sec02 .sec_img {
    width: 100%;
    margin-top: 30px; }
    #about #about_sec02 .sec_img figure {
      margin-bottom: 30px; }

  #course .course_link .course_ver {
    justify-content: flex-start !important; }
  #course .course_link a {
    width: 100%;
    padding: 0 0 0 12% !important;
    justify-content: flex-start !important; }
    #course .course_link a p {
      font-size: 20px !important; }
  #course #course_sec02 {
    padding: 5em 0 10px; }

  #message .subpage_ttl h1 {
    letter-spacing: 0;
    font-size: 30px; }
  #message #message_sec01 {
    padding-bottom: 0; }
    #message #message_sec01 ul li .flex p {
      width: 100%;
      flex: none;
      margin-bottom: 30px; }

  #support .sub_cmn_list li .flex {
    flex-direction: column-reverse; }


  #work .bg_gray {
    margin-top: 5em; }
  #work .sec_underline figure {
    width: 90% !important;
    margin: 0 auto; }
  #work .sec_underline .work_cont {
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 20px !important; }

  #group #group_sec01 figure {
    z-index: 0; }
  #group .sec_underline .flex > figure {
    width: 100%;
    margin-bottom: 30px; }
  #group .sec_underline .flex .group-cont {
    width: 100%; }

  #graduate #sec01 {
    padding-bottom: 20px; }
    .inner_cnt .cntBox {
      padding: 30px 20px; 
      font-size: 15px;
}
    .inner_cnt .cntBox .cntBox_figure {
        width: 100%; }
    .inner_cnt .cntBox .cntBox_figure .txt_box p {
          font-size: 18px; }
    .inner_cnt .cntBox .cntBox_figure .txt_box p:last-of-type {
            font-size: 15px;
            padding-left: 0; }
    .inner_cnt .cntBox .cntBox_txt {
        width: 100%; }
    .inner_cnt .cntBox .cntBox_txt h4 {
          font-size: 20px; }
    .inner_cnt .cntBox .cntBox_txt p {
          font-size: 15px; }
  }


.harf_indent {
  text-indent: -1em; }

.u-floatLeft {
  display: none !important; }

.breaking_news {
  width: 100%;
  margin: 0 auto 80px;
  padding: 36px 37px 21px;
  background-color: #fbfbfb;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 1200px) {
    .breaking_news {
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .breaking_news {
      width: 100%; } }
  .breaking_news .bubble {
    position: absolute;
    background: linear-gradient(-45deg, #2b4489, #152b78);
    padding: 15px 30px;
    z-index: 2;
    top: -28px;
    left: -28px; }
    @media screen and (max-width: 1200px) {
      .breaking_news .bubble {
        left: 40px; } }
    @media screen and (max-width: 768px) {
      .breaking_news .bubble {
        left: 0;
        padding: 9px 20px;
        top: -19px; } }
    .breaking_news .bubble:before {
      content: "";
      border: 1px solid #152b78;
      width: calc(100% - 5px);
      height: calc(100% - 5px);
      z-index: 1;
      position: absolute;
      bottom: -7px;
      right: -7px; }
      @media screen and (max-width: 768px) {
        .breaking_news .bubble:before {
          content: none; } }
    .breaking_news .bubble p {
      font-weight: bold;
      font-size: 42px;
      color: #fff;
      text-align: center;
      line-height: 1;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 768px) {
        .breaking_news .bubble p {
          font-size: 18px; } }
      .breaking_news .bubble p span {
        display: block;
        text-align: center;
        font-size: 12px;
        margin-top: 9px; }
        @media screen and (max-width: 768px) {
          .breaking_news .bubble p span {
            margin-top: 5px; } }
  .breaking_news:after {
    content: "";
    animation: scroll 2s linear infinite;
    height: 80%;
    width: 1px;
    z-index: 6;
    position: absolute;
    background-color: #152b78;
    top: 46%;
    left: 6%; }
    @media screen and (max-width: 768px) {
      .breaking_news:after {
        top: 34px;
        left: 4%; } }
  .breaking_news h3 {
    color: #152b78;
    text-align: center;
    letter-spacing: 0.4em;
    position: relative;
    padding-left: 9px;
    margin-top: 8px; }
    .breaking_news h3:before {
      /*content:"";*/
      width: 17%;
      height: 1px;
      background: #152b78;
      position: absolute;
      left: 23%;
      top: 50%; }
    .breaking_news h3:after {
      /*content:"";*/
      width: 17%;
      height: 1px;
      background: #152b78;
      position: absolute;
      right: 23%;
      top: 50%; }
  .breaking_news dl {
    margin-left: 108px;
    margin-right: 108px; 
    margin-bottom: 20px; 
  }
    @media screen and (max-width: 1200px) {
      .breaking_news dl {
        margin: 0 auto;
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .breaking_news dl {
        width: 100%; } }
    .breaking_news dl:first-of-type {
      margin-top: 35px; }
      @media screen and (max-width: 768px) {
        .breaking_news dl:first-of-type {
          margin-top: 20px; } }
    .breaking_news dl a {
      display: flex;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      flex-pack: justify;
      font-size: 16px;
      margin-bottom: 1.3em; }
      @media screen and (max-width: 768px) {
        .breaking_news dl a {
          display: block; } }
      .breaking_news dl a:hover {
        text-decoration: underline; }
      .breaking_news dl dt {
        width: 150px; }
      .breaking_news dl dd {
        width: 100%;  		/* 20230313: calc(100% - 180px) -> 100% */
	padding-bottom: 15px;   /* 20230313: Added */
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          .breaking_news dl dd {
            width: 100%; } }
/* 20230313 */
.breaking_news .achieved { margin-left: -20px; padding-left: 140px; background: url(../uploads/achieved.png) no-repeat left top;}
.breaking_news .announce{ margin-left: -20px; padding-left: 140px; background: url(../uploads/announce.png) no-repeat left top;}
.breaking_news .press{ margin-left: -20px; padding-left: 140px; background: url(../uploads/press.png) no-repeat left top;}	    


@keyframes scroll {
  0% {
    transform-origin: top center;
    transform: scale(1, 0) translate(0, 0); }
  50% {
    transform-origin: top center;
    transform: scale(1, 0.5) translate(0, 0); }
  51% {
    transform-origin: bottom center;
    transform: scale(1, 0.5) translate(0, -100%); }
  100% {
    transform-origin: bottom center;
    transform: scale(1, 0) translate(0, 100%); } }
#top #contactCnt .inner .contact_right {
  justify-content: center; }
  #top #contactCnt .inner .contact_right .btn {
    width: 220px; }
    #top #contactCnt .inner .contact_right .btn.btn_blue {
      margin-left: 20px;
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        #top #contactCnt .inner .contact_right .btn.btn_blue {
          margin-left: 0; } }

.topics_slider .prev-arrow, .topics_slider .next-arrow {
    position: absolute;
	width:50px;
	cursor:pointer;
}
.topics_slider .prev-arrow {
    top: 136px;
    left: -34px;
    z-index: 2;
}
.topics_slider .next-arrow {
	right:-40px;
    top: 136px;
    z-index: 2;
}
.spacer {
	width:343px;
	margin: 0 auto;
}
.slick-slide,
.slick-slide a{
  outline:none;
}
.slick-slide img {
	width:100%;
}
.slick-dots li button:before {
  font-size:20px !important;
}
@media screen and (max-width: 768px) {
	.topics_slider .prev-arrow, .topics_slider .next-arrow {
	    opacity: .75;
	}
	.topics_slider .next-arrow {
		top:25%;
		right: 0;
	}
	.topics_slider .prev-arrow {
		top: 25%;
	    left: 0;
	}
	.spacer {
		width:auto;
		margin:0 5px;
	}
	.spacer p{
		font-size:13px;
	}
}
@media screen and (max-width: 400px) {
	.topics_slider .prev-arrow {
		top:23%;
		width:30px;
	}
	.topics_slider .next-arrow {
		top: 23%;
		width:30px;
	}
}
@media screen and (max-width: 320px) {
	.topics_slider .prev-arrow {
		top:16%;
	}
	.topics_slider .next-arrow {
		top: 16%;
	}
}



/*20210707----------------------------------*/
#policy .policy_wrapper #policy_sec01 #acMenu dt{
    position: relative;
    border: 1px solid #152b78;
    width: 100%;
    text-align: left;
    display:block;
    height: 58px;
    line-height: 56px;
    cursor: pointer;
    padding-right: 15px;
    margin: 40px 0 0px;
    padding: 0;
}

#policy .policy_wrapper #policy_sec01 #acMenu dt:before{
display: block;
    position: absolute;
    content: '';
    background: #152b78;
    top: calc(50% - (1px/2));
    right: 25px;
    width: 21px;
    height: 1px;
    z-index: 9;
    transition: transform .2s cubic-bezier(.39, .575, .565, 1), background-color .2s cubic-bezier(.39, .575, .565, 1);

}

#policy .policy_wrapper #policy_sec01 #acMenu dt:after{
    display: block;
    position: absolute;
    content: '';
    background: #152b78;
    top: calc(50% - (1px/2));
    right: 25px;
    width: 21px;
    height: 1px;
    z-index: 9;
    transition: transform .2s cubic-bezier(.39, .575, .565, 1), background-color .2s cubic-bezier(.39, .575, .565, 1);
            transform: rotate(
90deg
);
}
#policy .policy_wrapper #policy_sec01 #acMenu dt.active:after{
    transform: rotate(
0deg
);
}

#acMenu dd{
    /* background: #f2f2f2; */
    width: 100%;
    /* height: 50px; */
    line-height: 50px;
    border: #152b78 1px solid;
    display: none;
    text-align: left;
    padding: 20px;
    border-top: none;
}

#policy .policy_wrapper #policy_sec01 #acMenu dt span {
    background: #152b78;
    padding: 14px;
    color: #fff;
    margin-right: 20px;
        margin-left: -1px;
}
#policy .policy_wrapper #policy_sec01 #acMenu dt.active{
    border-bottom: 1px dotted #152b78;
    padding-left: 0;
}



div#pageLink_nav {
    /* display: block; */
    position: absolute;
    top: 66%;
    display: flex;
    width: 70%;
        justify-content: center;
    
}

div#pageLink_nav a {
    background: #152b78;
    width: 22%;
    padding: 20px 20px 50px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    /* line-height: 20px; */
    /* vertical-align: middle; */
    /* word-break: keep-all; */
    border-radius: 90px;
   /* box-shadow: 1px 1px 0px #ffffff;*/
    position: relative;
    margin: 0 30px 0 0;
}
#faq.subpage_ttl {
    background: url("../img_new2/sub/faq/bg_faq.jpg") center/cover;
	position: relative;
}
#faq.subpage_ttl h1 {
    color: #fff;
    text-shadow: none;
}
#faq.subpage_ttl h1 span{
	font-size: 0.8em;
   letter-spacing: 0;
}
div#pageLink_nav a:after{
    content: "";
    background: url(../img_new2/sub/faq/icon_pagelink.png);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 15px;
    right: 46%;
    background-size: contain;
    background-repeat: no-repeat;
}
.cnt__movie iframe {
    width: 1000px;
    margin: 0 auto;
    display: block;
    height: 562px;
}

.link_other_faq header {
    width: 100%;
    margin: 30px auto 30px;
}

.link_other_faq h2{
    text-align: center;
    font-size: 34px;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.5;
    border: none;
}
.link_other_faq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.link_other_faq ul li {
    width: 30%;
    background: #2a2a2a;
    text-align: center;
    padding: 20px;
    margin: 20px 10px;
    color: #fff;
}
.link_other_faq ul li a {
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 768px) {
	.link_other_faq ul li {
	width: 100%;
	}
}
#faq_menu {
    padding-bottom: 5em;
}
#faq_menu ul li {
    width: 45%;
    height: 6em;
}
@media screen and (max-width: 768px) {
	#faq_menu ul li {
    		width: 95%;
	}
}
@media screen and (max-width: 768px) {
#policy .policy_wrapper #policy_sec01 #acMenu dt {
    position: relative;
    border: 1px solid #152b78;
    width: 100%;
    text-align: left;
    display: block;
    height: auto;
    line-height: 50px;
    cursor: pointer;
    padding-right: 15px;
    margin: 40px 0 0px;
    /* padding: 10px; */
    padding: 10px;
}
	#policy .policy_wrapper #policy_sec01 #acMenu dt:before {
    top: calc(80% - (1px/2));
    right: 15px;
    
}
	cnt__movie iframe {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 460px;
}
	#policy .policy_wrapper #policy_sec01 #acMenu dt:after {
    top: calc(80% - (1px/2));
    right: 15px;
    width: 21px;
   
}
	div#pageLink_nav a:after {
    content: "";
    background: url(../img_new2/sub/faq/icon_pagelink.png);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 18px;
    right: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
	div#pageLink_nav {
    position: relative;
    width: 90%;
    display: block;
		    margin-top: 30px;
}

div#pageLink_nav a {
    width: 100%;
    margin-top: 20px;
    padding: 20px 20px 20px;
}

@media screen and (max-width: 414px) {
	
		.cnt__movie iframe {
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 170px;
}
}
}


/*TOP ダウンドロップナビ*/


#top #globalNav > ul li:hover > ul.sub, #top #globalNav > ul li > ul li.sub2:hover > ul.sub2 ,#top #globalNav > ul li > ul li.sub3:hover > ul.sub3 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}


#headerCnt #top_left #globalNav ul.sub li::after{
    content:none;

}
#headerCnt #top_left #globalNav ul.sub li{
    margin:10px;
}

#top #globalNav > ul li ul.sub,#top #globalNav > ul li > ul.sub li > ul.sub2, #top #globalNav > ul li > ul.sub li > ul.sub3 {
    transition: .2s ease-in-out;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 150px;
}



#top #globalNav > ul li > ul li.sub2 > ul.sub2 {
    /* margin-right: 50px; */
    width: 354px;
    display: block;
    left: 250px;
    top: -40px;
	background: #152b78;
    color: #fff;
    padding: 30px;
}

#headerCnt #top_left #globalNav ul.sub {
    width: 290px;
    top: 41px;
	background: #152b78;
    color: #fff;
    padding: 30px;
}
#top #globalNav > ul li > ul li.sub3 > ul.sub3{
    width: 298px;
    display: block;
    left: 250px;
    top: -120px;
    background: #152b78;
    color: #fff;
    padding: 30px;
}

#headerCnt #globalNav_box #globalNav > ul li ul li > ul li {
    background: #152b78;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
}

#headerCnt #globalNav_box #globalNav > ul li ul li.sub2:hover > ul.sub2,#headerCnt #globalNav_box #globalNav > ul li ul li.sub3:hover > ul.sub3 {

        visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

#headerCnt #globalNav_box #globalNav > ul li ul li.sub2 > ul.sub2{
    left: 150px;
    top: 0px;
}
#headerCnt #globalNav_box #globalNav > ul li ul li.sub3 > ul.sub3{left: 150px;top: -122px;}

@media screen and (max-width: 768px){
#spNav > div > a.sub_wrap.is-show {
    max-height: 100%;
    opacity: 1;
}

}
/*FB*/
#policy .policy_wrapper #policy_sec01 #acMenu dt {
    height: auto;
	display: flex;
}

#policy .policy_wrapper #policy_sec01 #acMenu dt span {
    padding: 10px 25px;
}

#policy .policy_wrapper #policy_sec01 #acMenu dt p {
    padding: 20px 50px 20px 0;
    /* font-size: 16px; */
    /* line-height: 1.85; */
    font-size: 20px;
    font-weight: 600;
	}
#policy .policy_wrapper#FAQ section .inner h2 {
    font-size: 30px;
}
@media screen and (max-width: 768px){
#policy .policy_wrapper #policy_sec01 #acMenu dt p {
    padding: 10px 10px 10px 0;
    margin-top: 0;
    line-height: 1.5;
    font-size: 18px;
}

#policy .policy_wrapper #policy_sec01 #acMenu dt span {
    padding: 4px 13px;
    height: 56px;
    margin-top: 10px;
	    margin-left: 10px;
}
	#policy .policy_wrapper#FAQ section .inner h2 {
    font-size: 24px;
}
}

.tx_link{
	    padding-bottom: 1px;
    text-decoration: underline;
    /* border-bottom: 1px solid; */
        color: #152b78;
    display: inline;
    overflow: hidden;
}
.tx_link:hover{
	text-decoration: none;
}
#policy .policy_wrapper #policy_sec01 dd img {
    margin-top: 1em;
}
.hov_op:hover{
	opacity: 0.8;
	    cursor: pointer;
}


/*nav FB*/

#headerCnt #top_left #globalNav ul li.nav_faq {
    font-size: 1em;
    font-weight: bold;
    background: #152b78;
    color: #fff;
    padding: 9px 26px;
}
#headerCnt #top_left #globalNav ul li::after{
	content: none;
}

/*会社概要------------------------------------------------------------------------------------*/
.box_img_tx_img_l{
	margin-right: 30px;
}
.box_img_tx_img{
	margin-left: 30px;
}

.box_img_tx {
    display: flex;
	justify-content: space-between;
}
.mt90{
	margin-top: 90px;
}
.info_security{
	    margin-top: 30px;
    margin-bottom: 90px;
	    display: flex;
}
.copy_mission {
    background: #152b78;
    padding: 60px;
    margin-bottom: 60px;
}

.subpage main .copy_mission p {
    font-size: 2em;
    text-align: center;
    color: #fff;
}

.subpage main .copy_mission p b {
    font-weight: bold;
}

.subpage main .copy_mission p span {
    display: block;
    font-size: 0.6em;
    margin-top: 10px;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    padding-top: 30px;
    color: #999;
  }
  .timeline-date p{
	  color: #666;
}
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 2px #ddd solid;
    padding-left: 40px;
    overflow: hidden;
    padding-top: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #152b78;
    position: absolute;
    left: 107px;
    top: 40px;
    border-radius: 100%;
  }



.img_w100 {
    margin: 90px auto;
}


.table-data__row {
  border-top:1px solid #ddd;
}
.table-data__row:last-of-type {
  border-bottom:1px solid #ddd;
}
.table-data__head {
    padding: 22px 20px 22px 95px;
    width: 30%;
}

table.table-data {
    font-size: 18px;
}
.table-data td.table-data__data {
    padding: 22px 0;
}
.box_img_tx h3 {
    margin-bottom: 30px;
}

.box_img_tx span {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 20px;
    color: #000000;
}
#company.subpage_ttl {
    background: url(../img_new2/company/bg_company.jpg) center/cover;
}
.only-pc{
	display: block;
}
.only-sp{
	display: none;
}
@media screen and (max-width: 768px){
	.only-pc{
	display: none;
}
.only-sp{
	display: block;
}
	.copy_mission{
		    padding: 40px;
	}
	.box_img_tx_img {
    margin: 30px 0;
}

.box_img_tx_img_l {
    margin: 30px 0;
}
	.subpage main .copy_mission p {
    font-size: 1.4em;
}

.box_img_tx {
    display: flex;
    flex-direction: column-reverse;
}

#sec01 .box_img_tx {
    display: block;
}

#sec01 .box_img_tx.mt90 {
    display: flex;
    flex-direction: column-reverse;
}

.timeline-content {
    width: 90%;
    margin-left: 34px;
}

.timeline-content:before {
    left: 1px;
}

.timeline-date {
    padding-left: 14px;
   
}

.table-data__head {
    /* width: 100%; */
    font-size:15px;
}

.table-data td.table-data__data, table.table-data th {
    width: 100%;
    display: block;
    padding: 20px;
}
.table-data td.table-data__data{
    padding: 0px 20px 20px 20px;
}
table.table-data th{
    font-weight:bold;
}
} /* end of max-width: 768px */


/*FB*/
.img____box{
    margin: -30px 0 60px;
}
@media screen and (max-width: 768px){
  .img____box{
    margin: -30px 0 30px;
  }
}



#jvta-online .subpage_ttl {
  background: url(https://www.jvtacademy.com/uploads/JVTA_Online_main.jpg)
center/cover; }
#jvta-online #jvta-online_sec01 {
  padding: 0;
  margin: 4em 0 7em;
  background: url(../img_new2/sub/jvta-online-sec01.jpg) no-repeat;
  background-position: right; }
  @media screen and (max-width: 2000px) {
    #jvta-online #jvta-online_sec01 {
      background-position: left 700px center; } }
  @media screen and (max-width: 1800px) {
    #jvta-online #jvta-online_sec01 {
      background-position: left 500px center; } }
  @media screen and (max-width: 1600px) {
    #jvta-online #jvta-online_sec01 {
      background-position: left 450px center; } }
  @media screen and (max-width: 1400px) {
    #jvta-online #jvta-online_sec01 {
      background-position: left 250px center; } }
  @media screen and (max-width: 1200px) {
    #jvta-online #jvta-online_sec01 {
      background-position: left 180px center; } }
  @media screen and (max-width: 1000px) {
    #jvta-online #jvta-online_sec01 {
      background-position: left 100px center; } }
  #jvta-online #jvta-online_sec01 .jvta-online_sec01_cont {
    max-width: 585px;
    padding: 180px 50px;
    position: relative; }
    #jvta-online #jvta-online_sec01 .jvta-online_sec01_cont::before,
#jvta-online #jvta-online_sec01 .jvta-online_sec01_cont::after {
      content: '';
      width: 7px;
      height: 200px;
      background: #152b78;
      transform: rotate(30deg);
      transform-origin: left bottom;
      position: absolute; }
    #jvta-online #jvta-online_sec01 .jvta-online_sec01_cont::before {
      top: 0;
      left: 0; }
    #jvta-online #jvta-online_sec01 .jvta-online_sec01_cont::after {
      bottom: 0;
      right: 35%; }
    #jvta-online #jvta-online_sec01 .jvta-online_sec01_cont h2 {
      line-height: 1.5;
      margin-bottom: 45px; }
#jvta-online .sec_underline li {
  margin-bottom: 8em; }
  #jvta-online .sec_underline li figure {
    width: 48%; }
  #jvta-online .sec_underline li .sec_underline_cont {
    width: 48%; }
    #jvta-online .sec_underline li .sec_underline_cont h3 {
      font-size: 30px;
      line-height: 1.6;
      margin-bottom: 40px;
      padding-left: 20px;
      position: relative; }
      #jvta-online .sec_underline li .sec_underline_cont h3::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 4px;
        height: 24px;
        background: #152b78; }
    #jvta-online .sec_underline li .sec_underline_cont p {
      font-weight: 500; }
#jvta-online .sec_underline li:nth-child(2n) {
  flex-direction: row-reverse; }
#jvta-online #jvta-online_sec05 {
  padding-bottom: 7em; }
  #jvta-online #jvta-online_sec05 ul li {
    width: 16%; }

  #jvta-online #jvta-online_sec01 {
    background-position: center; }

  #jvta-online .sec_underline li figure {
    width: 100%;
    margin-bottom: 20px; }
  #jvta-online .sec_underline li .sec_underline_cont {
    width: 100%; }
    #jvta-online .sec_underline li .sec_underline_cont h3 {
      font-size: 18px; }
      #jvta-online .sec_underline li .sec_underline_cont h3::before {
        top: 2px; }
  #jvta-online #jvta-online_sec01 {
    margin: 0;
    background-position: 48% 70%; }
    #jvta-online #jvta-online_sec01 .jvta-online_sec01_cont {
      padding: 150px 10px; }
      #jvta-online #jvta-online_sec01 .jvta-online_sec01_cont::before,
#jvta-online #jvta-online_sec01 .jvta-online_sec01_cont::after {
        height: 150px; }
  #jvta-online #jvta-online_sec05 ul li {
    width: 32%;
    margin-bottom: 10px; }

#faq.subpage_ttl div#pageLink_nav a{
	    font-size: 1.2em;
}


.policy_wrapper {
  background: #f0f2f3;
  padding-bottom: 6em;
  font-size: 16px; }
.policy_wrapper section {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .1em; }
.policy_wrapper section .inner {
      background: #ffffff;
      padding: 50px; }
.policy_wrapper h2 {
        font-size: 24px;
        padding: 0 0 20px 15px;
        border-bottom: 4px solid #152b78; }
.policy_wrapper h3 {
    border-left: 4px solid #152b78;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
.policy_wrapper dl dt {
    margin: 40px 0 10px;
    font-size: 20px;
    font-weight: 600; }
.policy_wrapper #policy_sec01 dl dt {
    border-left: 4px solid #152b78;
    padding-left: 15px;}
.policy_wrapper dl dd {
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 2px; }
.policy_wrapper section .inner .txt_cnt {
        margin: 70px auto 0; }
.policy_wrapper a {
    color: #152b78;
    text-decoration:underline;
    display:inline; }
.policy_wrapper ol,
.policy_wrapper ul {
    list-style-position: outside;
    font-size: 16px;
    padding-left: 1.8em;
    line-height: 1.85;
    letter-spacing: 2px; }
.policy_wrapper p {
    font-size: 16px;
    text-align: left;
    line-height: 1.85;
    letter-spacing: 2px; }

@media screen and (max-width: 767px) {
  .policy_wrapper section .inner {
      padding: 20px 2px; }
}

img.x-logo {
    width: 80%;
}

div.half_col {
    width: 48%;
}
@media screen and (max-width: 767px) {
  div.half_col {
    width: 90%;
    margin: auto;
  }
}

.movie-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    text-align: center;
}
.movie-wrap iframe {
    width: 100%;
    height: 100%;
    max-width: 560px;
}


#beginners_guide #sec01 figure {
  position: relative;
  z-index: -1;
  margin-top: -22px; 
}
#beginners_guide #sec01 figure img {
    margin-left: 440px; 
}
@media screen and (max-width: 767px) {
  #beginners_guide #sec01 figure {
      margin-top: 40px; } 
  #beginners_guide #sec01 figure img {
        margin-left: 0; } 
}
#beginners_guide #sec01 .cmn_sec_cont {
  max-width: 890px;
  margin-top: 0;
  padding: 100px 70px 50px;
  position: relative;
  z-index: 10; }
@media screen and (max-width: 480px) {
    #beginners_guide #sec01 .cmn_sec_cont {
      padding: 50px 20px 30px; } }

.coursebox{
  background: #f0f2f3;
  padding-bottom: 6em;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .coursebox{
    font-size: 15px;
  }
}
.coursebox .inner{
  background: #ffffff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .coursebox .inner{
    padding: 10px 10px 50px 10px;
  }
}
.coursebox h2{
  font-size: 1.6em;
  padding-bottom: 0.5em;
  border-bottom: 0.2em solid #152b78;
  text-align: center;
}
.coursebox h3{
  font-size: 1.3em;
  border-left: 4px solid #152b78;
  padding-left: 0.7em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.coursebox h4{
  font-size: 1.2em;
  font-weight: 550;
  text-align: center;
  margin: 0.6em 0;
}
.coursebox .btn {
  justify-self: center;
  width: 330px;
  margin-top: 1.5em;
}
.coursebox .button {
  width: 330px;
  margin-top: 1.5em;
}
.coursebox .btn a{
  font-size: 1em;
  text-decoration: none;
  display: block;
  padding: 0.6em 0;
  height: auto;
}
.coursebox dl{
  font-size: 1em;
  line-height: 1.8;
  text-align: justify;
}
.coursebox dt{
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.instructor .inner_cnt .cntBox {
  align-items: normal;
  padding: 50px 30px 30px;
  margin-bottom: 70px;
}
.instructor .inner_cnt .cntBox .cntBox_txt {
  width: 720px; 
}
.instructor .inner_cnt .cntBox .cntBox_figure {
  width: 200px; 
  margin-top: 2em;
  padding: 0 5px;
}
.instructor .inner_cnt .cntBox .cntBox_figure img{
  width: 100%;
}
.instructor .inner_cnt .cntBox h4{
  font-size: 1.5em;
  text-align: left;
}
.instructor .inner_cnt .cntBox h5{
  font-size: 1.3em;
  text-align: left;
  margin-top: 0.3em;
}
