@charset "UTF-8";
@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*  ------------------------------------------------------------------
	frame
---------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "KumbhSans", メイリオ, Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1.0rem;
  color: #000;
  line-height: 2; }
  body.open {
    height: 100vh;
    overflow-y: hidden; }

#wrapper {
  overflow: hidden;
  background-color: #fff;
  background-image: url(none);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  min-width: 1156px;
  padding: 0;
  padding-top: 120px;
  margin: 0;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrapper {
      min-width: inherit;
      min-height: 100vh;
      padding-top: 70px; } }
  #wrapper img {
    width: 100%;
    height: auto; }
  #wrapper #header {
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #EDEFF9; }
    @media only screen and (max-width: 1024px) {
      #wrapper #header {
        position: fixed;
        top: 0;
        left: 0;
        height: 70px; } }
    #wrapper #header .lgNav {
      width: auto;
      padding: 0;
      margin: 0; }
      #wrapper #header .lgNav > a {
        color: #213186; }
      #wrapper #header .lgNav__siteID {
        position: absolute;
        top: 30px;
        left: 30px;
        display: inline-flex;
        align-items: center; }
        #wrapper #header .lgNav__siteID p {
          width: 32px;
          margin-right: 30px; }
        #wrapper #header .lgNav__siteID h1 {
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 1.1875; }
      #wrapper #header .lgNav__gNav {
        position: absolute;
        top: 0px;
        left: 405px; }
        #wrapper #header .lgNav__gNav > ul {
          display: flex; }
          #wrapper #header .lgNav__gNav > ul > li {
            position: relative;
            margin-right: 100px; }
            #wrapper #header .lgNav__gNav > ul > li > a {
              position: relative;
              display: block;
              cursor: pointer;
              color: #213186;
              height: 120px;
              font-family: "Roboto", sans-serif;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 700;
              line-height: 120px;
              text-decoration: none; }
              #wrapper #header .lgNav__gNav > ul > li > a::before {
                position: absolute;
                content: "";
                top: 50%;
                right: -22px;
                transform: translateY(-55%) rotate(45deg);
                width: 10px;
                height: 10px;
                border-bottom: solid 2px #213186;
                border-right: solid 2px #213186; }
            #wrapper #header .lgNav__gNav > ul > li:hover > a, #wrapper #header .lgNav__gNav > ul > li.current > a {
              position: relative; }
              #wrapper #header .lgNav__gNav > ul > li:hover > a::after, #wrapper #header .lgNav__gNav > ul > li.current > a::after {
                position: absolute;
                content: "";
                right: 0;
                left: 0;
                top: 50%;
                transform: translateY(20px);
                width: auto;
                height: 5px;
                background-color: #213186; }
            #wrapper #header .lgNav__gNav > ul > li > ul {
              position: absolute;
              width: 230px;
              top: 100px;
              z-index: 100;
              background-color: #EDEFF9; }
              #wrapper #header .lgNav__gNav > ul > li > ul > li {
                opacity: 0;
                height: 0;
                overflow: hidden;
                transition: 0.3s; }
                #wrapper #header .lgNav__gNav > ul > li > ul > li > a {
                  position: relative;
                  padding-left: 40px;
                  color: #213186;
                  display: block;
                  font-family: "Roboto", sans-serif;
                  font-size: 14px;
                  font-size: 1.4rem;
                  font-weight: 700;
                  line-height: 50px;
                  text-decoration: underline;
                  white-space: nowrap; }
                  #wrapper #header .lgNav__gNav > ul > li > ul > li > a:hover {
                    text-decoration: none; }
                  #wrapper #header .lgNav__gNav > ul > li > ul > li > a::before {
                    position: absolute;
                    content: "●";
                    left: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                    font-size: 16px;
                    font-size: 1.6rem;
                    color: #213186; }
            #wrapper #header .lgNav__gNav > ul > li:hover > ul > li {
              overflow: visible;
              opacity: 1;
              height: 50px; }
      #wrapper #header .lgNav__lang {
        position: absolute;
        top: 50px;
        right: 40px;
        font-weight: 400;
        font-size: 0px;
        font-size: 0rem;
        display:flex;
        align-items:center;}
        #wrapper #header .lgNav__lang a {
          color: #213186;
          font-size: 14px;
          font-size: 1.4rem;
          display: inline-flex;
          align-items: center; }
        #wrapper .course #header .lgNav__lang a {
          color: #ffffff;
          }
          #wrapper #header .lgNav__lang a img {
            width: 20px;
            margin-right: 8px;
            }
          #wrapper #header .lgNav__lang .lgNav__lang__icon a {
            width: 32px;
            display:
            block;
            margin-right: 52px;
            }
          #wrapper #header .lgNav__lang .lgNav__lang__icon a img {
            width: 32px;
            margin-right:0;
            }
    #wrapper #header .xsNav {
      width: 100%;
      padding: 0;
      margin: 0;
      height: 70px; }
      #wrapper #header .xsNav a {
        color: #213186; }
      #wrapper #header .xsNav__siteID {
        position: absolute;
        z-index: 100;
        top: 15px;
        left: 20px;
        display: inline-flex;
        align-items: center; }
        #wrapper #header .xsNav__siteID p {
          width: 32px;
          margin-right: 12px; }
        #wrapper #header .xsNav__siteID h1 {
          font-family: "Roboto", sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 700;
          line-height: 1.25; }
	#wrapper #header .xsNav__icon{
          width:32px;
          position:absolute;
          top:18px;
          right:64px; }
      #wrapper #header .xsNav__holder {
        height: 70px; }
        #wrapper #header .xsNav__holder__header {
          position: relative; }
          #wrapper #header .xsNav__holder__header__menuBtn {
            position: absolute;
            z-index: 100;
            top: 25px;
            right: 20px;
            display: block;
            width: 24px;
            height: 18px;
            transition: 0.4s all ease; }
            #wrapper #header .xsNav__holder__header__menuBtn span {
              position: absolute;
              top: 0;
              left: 0;
              display: block;
              background-color: #213186;
              width: 100%;
              height: 1px;
              transition: 0.4s all ease; }
              #wrapper #header .xsNav__holder__header__menuBtn span:nth-of-type(2) {
                transform: translateY(8px);
                opacity: 1; }
              #wrapper #header .xsNav__holder__header__menuBtn span:nth-of-type(3) {
                transform: translateY(16px); }
            #wrapper #header .xsNav__holder__header__menuBtn.open {
              background-color: transparent; }
              #wrapper #header .xsNav__holder__header__menuBtn.open span:nth-of-type(1) {
                transform: translateY(8px) rotate(45deg); }
              #wrapper #header .xsNav__holder__header__menuBtn.open span:nth-of-type(2) {
                opacity: 0;
                width: 0%; }
              #wrapper #header .xsNav__holder__header__menuBtn.open span:nth-of-type(3) {
                transform: translateY(8px) rotate(-45deg);
                width: 100%; }
        #wrapper #header .xsNav__holder__list {
          position: absolute;
          z-index: 10;
          top: 0;
          right: 0;
          width: 100vw;
          height: 100vh;
          background-color: #EDEFF9;
          transform: translateX(100%);
          transition: 0.6s all ease; }
          #wrapper #header .xsNav__holder__list.open {
            transform: translateX(0);
            overflow-y: scroll; }
          #wrapper #header .xsNav__holder__list__gNav {
            display: block; }
            #wrapper #header .xsNav__holder__list__gNav > ul {
              padding: 70px 20px; }
              #wrapper #header .xsNav__holder__list__gNav > ul > li {
                padding-top: 20px;
                padding-bottom: 20px;
                border-bottom: solid 1px #DBDBDB; }
                #wrapper #header .xsNav__holder__list__gNav > ul > li > a {
                  display: block;
                  color: #213186;
                  font-size: 14px;
                  font-size: 1.4rem;
                  font-weight: 700;
                  line-height: 1;
                  text-decoration: none; }
  #wrapper .overview #header {
    background-color: #EDEFF9; }
    #wrapper .overview #header .lgNav > a {
      color: #213186; }
    #wrapper .overview #header .lgNav__gNav > ul > li > a {
      color: #213186; }
      #wrapper .overview #header .lgNav__gNav > ul > li > a::before {
        border-color: #213186; }
    #wrapper .overview #header .lgNav__gNav > ul > li.current > a::after, #wrapper .overview #header .lgNav__gNav > ul > li:hover > a::after {
      background-color: #213186; }
    #wrapper .overview #header .lgNav__gNav > ul > li > ul {
      background-color: #EDEFF9; }
      #wrapper .overview #header .lgNav__gNav > ul > li > ul > li > a {
        color: #213186; }
        #wrapper .overview #header .lgNav__gNav > ul > li > ul > li > a::before {
          color: #213186; }
    #wrapper .overview #header .xsNav a {
      color: #213186; }
    #wrapper .overview #header .xsNav__holder__header__menuBtn span {
      background-color: #213186; }
    #wrapper .overview #header .xsNav__holder__list {
      background-color: #EDEFF9; }
  #wrapper .overview #container .tabList li {
    background-color: #EDEFF9; }
    #wrapper .overview #container .tabList li.current {
      background-color: #fff; }
    #wrapper .overview #container .tabList li a {
      color: #213186; }
  #wrapper .overview #footer {
    background-color: #EDEFF9;
    color: #213186 !important; }
    #wrapper .overview #footer a {
      color: #213186 !important; }
  #wrapper .course #header {
    background-color: #213186; }
    #wrapper .course #header .lgNav > a {
      color: #fff; }
    #wrapper .course #header .lgNav__gNav > ul > li > a {
      color: #fff; }
      #wrapper .course #header .lgNav__gNav > ul > li > a::before {
        border-color: #fff; }
    #wrapper .course #header .lgNav__gNav > ul > li.current > a::after, #wrapper .course #header .lgNav__gNav > ul > li:hover > a::after {
      background-color: #fff; }
    #wrapper .course #header .lgNav__gNav > ul > li > ul {
      background-color: #213186; }
      #wrapper .course #header .lgNav__gNav > ul > li > ul > li > a {
        color: #fff; }
        #wrapper .course #header .lgNav__gNav > ul > li > ul > li > a::before {
          color: #fff; }
    #wrapper .course #header .xsNav a {
      color: #fff; }
    #wrapper .course #header .xsNav__holder__header__menuBtn span {
      background-color: #fff; }
    #wrapper .course #header .xsNav__holder__list {
      background-color: #213186; }
  #wrapper .course #container .tabList li {
    background-color: #213186; }
    #wrapper .course #container .tabList li.current {
      background-color: #fff; }
      #wrapper .course #container .tabList li.current a {
        color: #213186; }
    #wrapper .course #container .tabList li a {
      color: #fff; }
  #wrapper .course #footer {
    background-color: #213186;
    color: #fff !important; }
    #wrapper .course #footer a {
      color: #fff !important; }
  #wrapper #container {
    padding: 0; }
    @media only screen and (max-width: 1024px) {
      #wrapper #container {
        padding: 0; } }
    #wrapper #container .tabList {
      border-top: solid 1px #fff;
      font-size: 0px;
      font-size: 0rem; }
      #wrapper #container .tabList li {
        position: relative;
        width: 50%;
        height: 50px;
        font-weight: 700;
        line-height: 1.357;
        display: inline-flex;
        vertical-align: top;
        background-color: #EDEFF9; }
        #wrapper #container .tabList li.current {
          background-color: #fff; }
          #wrapper #container .tabList li.current::after {
            position: absolute;
            content: "";
            width: 50%;
            height: 1px;
            background-color: #213186;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); }
        #wrapper #container .tabList li a {
          width: 100%;
          height: 50px;
          color: #213186;
          font-size: 14px;
          font-size: 1.4rem;
          text-decoration: none;
          display: flex;
          justify-content: center;
          align-items: center; }
      @media only screen and (min-width: 1025px) {
        #wrapper #container .tabList {
          display: none; } }
    #wrapper #container #pageTitle {
      width: 100%;
      height: 100px;
      padding: 40px 0;
      background-color: #fff; }
      @media only screen and (max-width: 1024px) {
        #wrapper #container #pageTitle {
          height: auto;
          padding: 20px; } }
      #wrapper #container #pageTitle .pageTitle_hl {
        width: 1156px;
        margin: 0 auto;
        color: #213186;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1; }
        @media only screen and (max-width: 1024px) {
          #wrapper #container #pageTitle .pageTitle_hl {
            width: 100%;
            font-size: 14px;
            font-size: 1.4rem; } }
    #wrapper #container #mv {
      position: relative;
      width: 100%;
      height: auto; }
      #wrapper #container #mv .mv_hl {
        position: absolute;
        width: 1156px;
        margin: 0 auto;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        font-family: "Roboto", sans-serif;
        color: #fff;
        font-size: 70px;
        font-size: 7rem;
        font-weight: 700;
        line-height: 1; }
        @media only screen and (max-width: 1024px) {
          #wrapper #container #mv .mv_hl {
            width: 100%;
            font-size: 40px;
            font-size: 4rem;
            bottom: 20px;
            left: 20px;
            transform: none; } }
        #wrapper #container #mv .mv_hl_rt {
          font-family: "Roboto", sans-serif;
          color: #fff;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          line-height: 2; }
          @media only screen and (max-width: 1024px) {
            #wrapper #container #mv .mv_hl_rt {
              line-height: 1.5; } }
    #wrapper #container .newsTable {
      padding: 100px 0 80px; }
      @media only screen and (max-width: 1024px) {
        #wrapper #container .newsTable {
          padding: 80px 0 60px; } }
      #wrapper #container .newsTable_hl {
        font-family: "Roboto", sans-serif;
        font-size: 40px;
        font-size: 4rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 30px; }
      #wrapper #container .newsTable table {
        width: 100%;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1024px) {
          #wrapper #container .newsTable table {
            margin-bottom: 40px; } }
        #wrapper #container .newsTable table tr th, #wrapper #container .newsTable table tr td {
          text-align: left;
          vertical-align: top;
          border-top: solid 1px #E6E6E6;
          border-bottom: solid 1px #E6E6E6;
          padding: 20px 0; }
        #wrapper #container .newsTable table tr th {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 700;
          width: 120px; }
          @media only screen and (max-width: 1024px) {
            #wrapper #container .newsTable table tr th {
              width: 30%;
              padding-bottom: 0;
              font-size: 16px;
              font-size: 1.6rem;
              display: inline-block;
              border-top-width: 0;
              border-bottom-width: 0; } }
        #wrapper #container .newsTable table tr td {
          font-weight: 400; }
          #wrapper #container .newsTable table tr td:nth-child(2) {
            font-size: 14px;
            font-size: 1.4rem;
            width: 120px; }
            @media only screen and (max-width: 1024px) {
              #wrapper #container .newsTable table tr td:nth-child(2) {
                width: 70%;
                padding-bottom: 0;
                font-size: 16px;
                font-size: 1.6rem;
                display: inline-block;
                border-top-width: 0;
                border-bottom-width: 0; } }
          #wrapper #container .newsTable table tr td:nth-child(3) {
            font-size: 16px;
            font-size: 1.6rem; }
            @media only screen and (max-width: 1024px) {
              #wrapper #container .newsTable table tr td:nth-child(3) {
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 1.444444;
                display: block;
                border-top-width: 0;
                border-bottom: solid 1px #E6E6E6; } }
          #wrapper #container .newsTable table tr td a {
            color: #000000;
            text-decoration: underline; }
            #wrapper #container .newsTable table tr td a:hover {
              text-decoration: none; }
        @media only screen and (max-width: 1024px) {
          #wrapper #container .newsTable table tr:first-child th {
            border-top: solid 1px #E6E6E6; } }
        @media only screen and (max-width: 1024px) {
          #wrapper #container .newsTable table tr:first-child td:nth-child(2) {
            border-top: solid 1px #E6E6E6; } }
        #wrapper #container .newsTable table.is-compact tr:nth-child(n+5) th, #wrapper #container .newsTable table.is-compact tr:nth-child(n+5) td {
          display: none; }
    #wrapper #container .visualText > div {
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 100%;
      height: 400px; }
      @media only screen and (max-width: 1024px) {
        #wrapper #container .visualText > div {
          height: 320px; } }
    #wrapper #container .visualText_hl {
      width: 1156px;
      padding-top: 300px;
      margin: 0 auto;
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 40px;
      font-size: 4rem;
      font-weight: 700;
      line-height: 1; }
      @media only screen and (max-width: 1024px) {
        #wrapper #container .visualText_hl {
          width: auto;
          padding: 0;
          position: absolute;
          left: 20px;
          bottom: 30px; } }
  #wrapper #footer {
    position: relative;
    background-color: #EDEFF9;
    width: 100%;
    height: auto;
    padding: 60px 0;
    color: #213186; }
    @media only screen and (max-width: 1024px) {
      #wrapper #footer {
        padding: 30px 0; } }
    #wrapper #footer a {
      text-decoration: none; }
      #wrapper #footer a:hover {
        text-decoration: none; }
    #wrapper #footer .footer_clm {
      width: 1156px;
      margin: 0 auto;
      margin-bottom: 35px; }
      @media only screen and (max-width: 1024px) {
        #wrapper #footer .footer_clm {
          width: 100%;
          padding: 0 20px; } }
      #wrapper #footer .footer_clm > div:nth-child(1) {
        float: left;
        width: 43%; }
        @media only screen and (max-width: 1024px) {
          #wrapper #footer .footer_clm > div:nth-child(1) {
            float: none;
            width: 100%; } }
      #wrapper #footer .footer_clm > div:nth-child(2) {
        float: right;
        width: 57%; }
        @media only screen and (max-width: 1024px) {
          #wrapper #footer .footer_clm > div:nth-child(2) {
            float: none;
            width: 100%; } }
      #wrapper #footer .footer_clm_title {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 25px; }
        @media only screen and (max-width: 1024px) {
          #wrapper #footer .footer_clm_title {
            font-size: 18px;
            font-size: 1.8rem;
            margin-bottom: 15px; } }
      #wrapper #footer .footer_clm_contactList {
        margin-bottom: 40px; }
        @media only screen and (max-width: 1024px) {
          #wrapper #footer .footer_clm_contactList {
            margin-bottom: 30px; } }
        #wrapper #footer .footer_clm_contactList li {
          margin-bottom: 10px;
          font-size: 0px;
          font-size: 0rem; }
          #wrapper #footer .footer_clm_contactList li a {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400;
            color: #213186;
            text-decoration: underline;
            display: inline-flex;
            align-items: center; }
            #wrapper #footer .footer_clm_contactList li a:hover {
              text-decoration: none; }
            @media only screen and (max-width: 1024px) {
              #wrapper #footer .footer_clm_contactList li a {
                font-size: 18px;
                font-size: 1.8rem; } }
            #wrapper #footer .footer_clm_contactList li a img {
              width: 46px;
              margin-right: 10px; }
              @media only screen and (max-width: 1024px) {
                #wrapper #footer .footer_clm_contactList li a img {
                  width: 36px; } }
      #wrapper #footer .footer_clm_siteID {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.1875;
        margin-bottom: 24px; }
        @media only screen and (max-width: 1024px) {
          #wrapper #footer .footer_clm_siteID {
            font-size: 18px;
            font-size: 1.8rem;
            margin-bottom: 15px; } }
      #wrapper #footer .footer_clm_address {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 34px; }
        @media only screen and (max-width: 1024px) {
          #wrapper #footer .footer_clm_address {
            font-size: 16px;
            font-size: 1.6rem; } }
      #wrapper #footer .footer_clm_navList li {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.0625; }
        @media only screen and (max-width: 1024px) {
          #wrapper #footer .footer_clm_navList li {
            font-size: 14px;
            font-size: 1.4rem;
            padding-left: 1.5em;
            text-indent: -1.5em; } }
        #wrapper #footer .footer_clm_navList li::before {
          content: "●";
          font-size: 14px;
          font-size: 1.4rem; }
        #wrapper #footer .footer_clm_navList li a {
          padding-left: 0.5em;
          color: #213186;
          text-decoration: underline; }
          #wrapper #footer .footer_clm_navList li a:hover {
            text-decoration: none; }
    #wrapper #footer .copyright {
      width: 1156px;
      margin: 0 auto;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1; }
      @media only screen and (max-width: 1024px) {
        #wrapper #footer .copyright {
          width: 100%;
          padding: 0;
          margin: 0;
          text-align: center; } }

/*  ------------------------------------------------------------------
	contents
---------------------------------------------------------------------*/
.c-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .c-inner_contents {
    width: 1158px; }
    @media only screen and (max-width: 1024px) {
      .c-inner_contents {
        width: 100%;
        padding: 0 20px; } }

.c-media {
  zoom: 1; }
  .c-media:after {
    content: "";
    display: block;
    clear: both; }
  .c-media > div {
    width: 556px;
    margin-left: 44px;
    float: left; }
    .c-media > div:nth-child(odd) {
      margin-left: 0;
      clear: both; }
    @media only screen and (max-width: 1024px) {
      .c-media > div {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px; } }

.c-media_link {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 1024px) {
    .c-media_link {
      display: block; } }
  .c-media_link > div {
    width: 356px;
    margin: 0 20px; }
    @media only screen and (max-width: 1024px) {
      .c-media_link > div {
        width: 100%;
        margin: 0;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 1024px) {
      .c-media_link > div:last-child {
        margin-bottom: 0; } }
    .c-media_link > div a {
      color: #213186;
      text-decoration: underline; }
      .c-media_link > div a:hover {
        text-decoration: none; }
    .c-media_link > div p {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; }
      .c-media_link > div p:first-child {
        margin-bottom: 40px; }
      @media only screen and (max-width: 1024px) {
        .c-media_link > div p {
          font-size: 22px;
          font-size: 2.2rem; }
          .c-media_link > div p:first-child {
            margin-bottom: 20px; } }

.c-rt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1024px) {
    .c-rt {
      font-size: 24px;
      font-size: 2.4rem; } }

.c-list {
  margin-bottom: 40px; }
  .c-list li {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em; }
    @media only screen and (max-width: 1024px) {
      .c-list li {
        font-size: 22px;
        font-size: 2.2rem; } }

.c-btn {
  display: inline-block;
  color: #213186;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 24px;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 200px;
  text-decoration: underline; }
  .c-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #213186; }

.c-table_01 {
  padding: 70px;
  background-color: #fff; }
  @media only screen and (max-width: 1024px) {
    .c-table_01 {
      padding: calc((50/650)*100%); } }
  .c-table_01 table {
    width: 100%; }
    .c-table_01 table tbody th, .c-table_01 table tbody td {
      border-bottom: solid 1px #E3E3E3;
      padding: 18px 0;
      text-align: left;
      vertical-align: middle; }
      @media only screen and (max-width: 1024px) {
        .c-table_01 table tbody th, .c-table_01 table tbody td {
          padding: 15px 0; } }
    .c-table_01 table tbody th {
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      letter-spacing: 0.6px;
      width: 100px; }
      @media only screen and (max-width: 1024px) {
        .c-table_01 table tbody th {
          font-size: 11px;
          font-size: 1.1rem;
          width: 24%;
          display: inline-block;
          border-width: 0;
          padding-bottom: 0; } }
    .c-table_01 table tbody td a {
      color: #000000;
      text-decoration: none; }
      .c-table_01 table tbody td a:hover {
        color: #213186; }
    .c-table_01 table tbody td:nth-child(2) {
      width: 140px; }
      .c-table_01 table tbody td:nth-child(2) span {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        background-color: #213186;
        border-radius: 5px;
        padding: 5px; }
        @media only screen and (max-width: 1024px) {
          .c-table_01 table tbody td:nth-child(2) span {
            font-size: 10px;
            font-size: 1rem;
            padding: 3px 5px;
            border-radius: 3px; } }
      @media only screen and (max-width: 1024px) {
        .c-table_01 table tbody td:nth-child(2) {
          width: 76%;
          display: inline-block;
          border-width: 0;
          padding-bottom: 0; } }
    .c-table_01 table tbody td:nth-child(3) {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.5; }
      @media only screen and (max-width: 1024px) {
        .c-table_01 table tbody td:nth-child(3) {
          display: block;
          font-size: 12px;
          font-size: 1.2rem;
          width: 100%;
          padding-top: 10px; } }

.section {
  padding: 100px 0; }
  @media only screen and (max-width: 1024px) {
    .section {
      padding: 60px 0; } }

@media only screen and (max-width: 1024px) {
  #wrapper .overview#index .tabList {
    margin-bottom: 15px; } }
#wrapper .overview#index #mv {
  background-color: #213186;
  padding: 60px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#index #mv {
      padding: 0; } }
  #wrapper .overview#index #mv img {
    width: auto;
    margin: auto; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#index #mv img {
        width: 100%; } }
#wrapper .overview#index .sec01 .sinceBlock {
  padding: 90px 100px 80px 100px;
  border: solid 1px #D6D6D6; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#index .sec01 .sinceBlock {
      padding: 20px; } }
  #wrapper .overview#index .sec01 .sinceBlock_hl {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px; }
  #wrapper .overview#index .sec01 .sinceBlock .c-rt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.125; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#index .sec01 .sinceBlock .c-rt {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.888888; } }
  #wrapper .overview#index .sec01 .sinceBlock dl {
    width: 100%;
    font-size: 0px;
    font-size: 0rem;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end; }
    #wrapper .overview#index .sec01 .sinceBlock dl dt {
      width: 156px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec01 .sinceBlock dl dt {
          width: 50%; } }
    #wrapper .overview#index .sec01 .sinceBlock dl dd {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.5;
      text-align: right; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec01 .sinceBlock dl dd {
          width: 45%; } }
#wrapper .overview#index .sec01 .introductionList li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #213186;
  font-weight: 700;
  line-height: 3; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#index .sec01 .introductionList li {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2; } }
  #wrapper .overview#index .sec01 .introductionList li a {
    color: #213186;
    text-decoration: underline;
    padding-left: 30px; }
    #wrapper .overview#index .sec01 .introductionList li a:hover {
      text-decoration: none; }
  #wrapper .overview#index .sec01 .introductionList li:nth-child(1) a {
    background-image: url("../img/frame/icon_play.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 18px; }
  #wrapper .overview#index .sec01 .introductionList li:nth-child(2) a {
    background-image: url("../img/frame/icon_download.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 16px; }
#wrapper .overview#index .sec02 .laboratory {
  margin-bottom: 70px; }
  #wrapper .overview#index .sec02 .laboratory:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#index .sec02 .laboratory {
      margin-bottom: 40px; } }
  #wrapper .overview#index .sec02 .laboratory_hl {
    position: relative;
    color: #213186;
    font-family: "RobotoCondensed", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    padding-left: 56px;
    margin-bottom: 45px;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#index .sec02 .laboratory_hl {
        font-size: 30px;
        font-size: 3rem;
        padding-left: 40px;
        margin-bottom: 30px; } }
    #wrapper .overview#index .sec02 .laboratory_hl span {
      font-size: 26px;
      font-size: 2.6rem;
      margin-right: 15px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_hl span {
          display: block;
          margin-right: 0; } }
    #wrapper .overview#index .sec02 .laboratory_hl::before, #wrapper .overview#index .sec02 .laboratory_hl::after {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      height: 1px;
      width: 36px;
      background-color: #213186; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_hl::before, #wrapper .overview#index .sec02 .laboratory_hl::after {
          width: 20px;
          top: 12px; } }
    #wrapper .overview#index .sec02 .laboratory_hl::after {
      transform: rotate(90deg);
      opacity: 1;
      transition: 0.4s all ease; }
    #wrapper .overview#index .sec02 .laboratory_hl.open::after {
      opacity: 0;
      transform: rotate(0); }
  #wrapper .overview#index .sec02 .laboratory_dl {
    font-size: 0px;
    font-size: 0rem;
    background-color: #F4F7F9;
    display: none; }
    #wrapper .overview#index .sec02 .laboratory_dl dt {
      width: 556px;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_dl dt {
          width: 100%;
          display: block; } }
    #wrapper .overview#index .sec02 .laboratory_dl dd {
      width: 600px;
      padding: 60px;
      display: inline-block;
      vertical-align: top; }
      #wrapper .overview#index .sec02 .laboratory_dl dd .c-rt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 80px; }
        #wrapper .overview#index .sec02 .laboratory_dl dd .c-rt.c-note {
          margin-bottom: 10px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_dl dd {
          width: 100%;
          display: block;
          padding: 40px 20px; }
          #wrapper .overview#index .sec02 .laboratory_dl dd .c-rt {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 400;
            margin-bottom: 30px; } }
      #wrapper .overview#index .sec02 .laboratory_dl dd .note {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 30px; }
    #wrapper .overview#index .sec02 .laboratory_dl_laboName {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_dl_laboName {
          font-size: 20px;
          font-size: 2rem; } }
    #wrapper .overview#index .sec02 .laboratory_dl_table {
      width: 100%;
      display: inline-flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_dl_table {
          display: block; } }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_dl_table .c-btn {
          width: 100%;
          text-align: center; } }
      #wrapper .overview#index .sec02 .laboratory_dl_table > table tr th, #wrapper .overview#index .sec02 .laboratory_dl_table > table tr td {
        text-align: left;
        vertical-align: top; }
        @media only screen and (max-width: 1024px) {
          #wrapper .overview#index .sec02 .laboratory_dl_table > table tr th, #wrapper .overview#index .sec02 .laboratory_dl_table > table tr td {
            white-space: nowrap; } }
      #wrapper .overview#index .sec02 .laboratory_dl_table > table tr th {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 700;
        padding-right: 18px; }
        @media only screen and (max-width: 1024px) {
          #wrapper .overview#index .sec02 .laboratory_dl_table > table tr th {
            font-size: 15px;
            font-size: 1.5rem; } }
      #wrapper .overview#index .sec02 .laboratory_dl_table > table tr td {
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 1024px) {
          #wrapper .overview#index .sec02 .laboratory_dl_table > table tr td {
            font-size: 15px;
            font-size: 1.5rem; } }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#index .sec02 .laboratory_dl_table > table {
          margin-bottom: 30px; } }
#wrapper .overview#index .sec03 {
  color: #fff;
  background-color: #213186; }
  #wrapper .overview#index .sec03_hl {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px; }
  #wrapper .overview#index .sec03 .c-rt {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: -0.02em; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#index .sec03 .c-rt {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 20px; } }
  #wrapper .overview#index .sec03 .note {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#index .sec03 .note {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 40px; } }
  #wrapper .overview#index .sec03 ul li {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.5625;
    padding-left: 1.2em;
    text-indent: -1.2em; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#index .sec03 ul li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.9;
        margin-bottom: 20px; } }
  #wrapper .overview#index .sec03 .c-media div:nth-child(1) {
    width: 760px; }
  #wrapper .overview#index .sec03 .c-media div:nth-child(2) {
    width: 356px;
    margin-left: 40px; }
#wrapper .overview#pub #mv {
  height: 500px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#pub #mv {
      height: auto;
      margin-bottom: 40px; } }
  #wrapper .overview#pub #mv img {
    width: 100%;
    height: 500px;
    object-position: center bottom;
    object-fit: cover; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#pub #mv img {
        width: 100%;
        height: auto; } }
#wrapper .overview#pub .achievements_history {
  width: 1156px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#pub .achievements_history {
      width: auto;
      overflow: auto;
      padding-left: 15px; } }
  #wrapper .overview#pub .achievements_history ul {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#pub .achievements_history ul {
        flex-wrap: nowrap; } }
    #wrapper .overview#pub .achievements_history ul li {
      margin-right: 20px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#pub .achievements_history ul li {
          margin-bottom: 5px; } }
      #wrapper .overview#pub .achievements_history ul li a {
        display: inline-block;
        color: #213186;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        padding: 12px 24px;
        background-color: #fff;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
        border-radius: 200px;
        text-decoration: none; }
        #wrapper .overview#pub .achievements_history ul li a.current, #wrapper .overview#pub .achievements_history ul li a:hover {
          text-decoration: none;
          color: #fff;
          background-color: #213186; }
#wrapper .overview#pub .section .achievements > div {
  background-color: #F4F7F9;
  padding: 60px 0;
  margin-bottom: 80px;
  display: none; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#pub .section .achievements > div {
      padding: 40px 0;
      margin-bottom: 40px; } }
  #wrapper .overview#pub .section .achievements > div h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#pub .section .achievements > div h3 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 40px; } }
  #wrapper .overview#pub .section .achievements > div ul li {
    font-size: 0px;
    font-size: 0rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px; }
    #wrapper .overview#pub .section .achievements > div ul li p:nth-child(1) {
      width: 56px;
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1; }
    #wrapper .overview#pub .section .achievements > div ul li p:nth-child(2) {
      width: 1100px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.715;
      letter-spacing: -0.01em; }
#wrapper .overview#pub .section .achievements h2 {
  width: 1156px;
  padding-left: 56px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  color: #213186;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s all ease; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#pub .section .achievements h2 {
      width: auto;
      padding-left: 40px;
      margin: 0 20px;
      margin-bottom: 50px;
      line-height: 1.5; } }
  #wrapper .overview#pub .section .achievements h2::before, #wrapper .overview#pub .section .achievements h2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 1px;
    width: 36px;
    background-color: #213186; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#pub .section .achievements h2::before, #wrapper .overview#pub .section .achievements h2::after {
        width: 20px;
        top: 18px; } }
  #wrapper .overview#pub .section .achievements h2::after {
    transform: rotate(90deg);
    opacity: 1;
    transition: 0.4s all ease; }
  #wrapper .overview#pub .section .achievements h2.open {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#pub .section .achievements h2.open {
        margin-bottom: 30px; } }
    #wrapper .overview#pub .section .achievements h2.open::after {
      opacity: 0;
      transform: rotate(0); }
#wrapper .overview#teacher #mv {
  height: 500px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#teacher #mv {
      height: auto; } }
  #wrapper .overview#teacher #mv img {
    width: 100%;
    height: 500px;
    object-position: center top;
    object-fit: cover; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#teacher #mv img {
        width: 100%;
        height: auto; } }
#wrapper .overview#teacher .staff_hl {
  color: #213186;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#teacher .staff_hl {
      line-height: 1.5; } }
#wrapper .overview#teacher .staff_table {
  background-color: #F4F7F9;
  padding: 60px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .overview#teacher .staff_table {
      padding: 30px 20px;
      margin-bottom: 60px;
      overflow: auto; } }
  #wrapper .overview#teacher .staff_table table {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      #wrapper .overview#teacher .staff_table table {
        position: relative;
        width: 800px; }
        #wrapper .overview#teacher .staff_table table::after {
          position: absolute;
          top: 0;
          left: 100%;
          width: 20px;
          height: 1px;
          content: ""; } }
    #wrapper .overview#teacher .staff_table table tr th, #wrapper .overview#teacher .staff_table table tr td {
      text-align: left;
      vertical-align: top;
      padding-left: 45px;
      line-height: 1;
      white-space: nowrap; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#teacher .staff_table table tr th, #wrapper .overview#teacher .staff_table table tr td {
          padding-left: 20px; } }
    #wrapper .overview#teacher .staff_table table thead th {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      border-bottom: solid 1px #DCDCDC;
      padding-bottom: 20px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#teacher .staff_table table thead th {
          font-size: 16px;
          font-size: 1.6rem; } }
      #wrapper .overview#teacher .staff_table table thead th span {
        font-weight: 400; }
      #wrapper .overview#teacher .staff_table table thead th:nth-child(1), #wrapper .overview#teacher .staff_table table thead th:nth-child(2) {
        width: 28%; }
        @media only screen and (max-width: 1024px) {
          #wrapper .overview#teacher .staff_table table thead th:nth-child(1), #wrapper .overview#teacher .staff_table table thead th:nth-child(2) {
            width: auto; } }
    #wrapper .overview#teacher .staff_table table tbody td {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      padding-top: 20px;
      letter-spacing: -0.01em; }
      @media only screen and (max-width: 1024px) {
        #wrapper .overview#teacher .staff_table table tbody td {
          font-size: 16px;
          font-size: 1.6rem; } }
#wrapper .course#index #mv {
  height: 600px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#index #mv {
      height: auto; } }
  #wrapper .course#index #mv img {
    width: 100%;
    height: 600px;
    object-position: center top;
    object-fit: cover; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#index #mv img {
        width: 100%;
        height: auto; } }
  #wrapper .course#index #mv .mv_hl {
    position: absolute;
    width: 1156px;
    margin: 0 auto;
    bottom: 320px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 70px;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#index #mv .mv_hl {
        width: 100%;
        font-size: 40px;
        font-size: 4rem;
        top: 100px;
        bottom: auto;
        left: 20px;
        transform: none; } }
    #wrapper .course#index #mv .mv_hl_rt {
      position: absolute;
      width: 1156px;
      margin: 0 auto;
      bottom: 200px;
      left: 50%;
      transform: translateX(-50%);
      font-family: "Roboto", sans-serif;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 2; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#index #mv .mv_hl_rt {
          line-height: 1.5;
          width: 100%;
          left: 20px;
          bottom: 120px;
          transform: none; } }
    #wrapper .course#index #mv .mv_hl_btn {
      position: absolute;
      width: 1156px;
      margin: 0 auto;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      font-family: "Roboto", sans-serif;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 2; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#index #mv .mv_hl_btn {
          line-height: 1.5;
          width: 100%;
          left: 20px;
          bottom: 40px;
          transform: none; } }
@media only screen and (max-width: 1024px) {
  #wrapper .course#index .tabList {
    margin-bottom: 15px; } }
#wrapper .course#index .sec01 .c-media {
  position: relative; }
  #wrapper .course#index .sec01 .c-media > div:nth-child(1) {
    width: 456px; }
  #wrapper .course#index .sec01 .c-media > div:nth-child(2) {
    width: 656px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#index .sec01 .c-media > div {
      margin-bottom: 40px; } }
#wrapper .course#index .sec01 .introductionList {
  position: absolute;
  left: 0;
  bottom: -20px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#index .sec01 .introductionList {
      position: static; } }
  #wrapper .course#index .sec01 .introductionList li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #213186;
    font-weight: 700;
    line-height: 3; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#index .sec01 .introductionList li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2; } }
    #wrapper .course#index .sec01 .introductionList li a {
      color: #213186;
      text-decoration: underline;
      padding-left: 30px; }
      #wrapper .course#index .sec01 .introductionList li a:hover {
        text-decoration: none; }
    #wrapper .course#index .sec01 .introductionList li:nth-child(1) a {
      background-image: url("../img/frame/icon_play.svg");
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: 18px; }
    #wrapper .course#index .sec01 .introductionList li:nth-child(2) a {
      background-image: url("../img/frame/icon_download.svg");
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: 16px; }
#wrapper .course#index .sec02 {
  background-color: #213186;
  color: #fff; }
  #wrapper .course#index .sec02_hl {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 35px; }
  #wrapper .course#index .sec02 ul {
    width: 856px;
    margin: 0 auto -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#index .sec02 ul {
        width: 100%;
        margin-bottom: -15px;
        display: block; } }
    #wrapper .course#index .sec02 ul li {
      width: 256px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#index .sec02 ul li {
          width: 100%;
          margin-bottom: 15px; } }
#wrapper .course#index .visualText_bottom {
  margin-bottom: 100px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#index .visualText_bottom {
      margin-bottom: 80px; } }
  #wrapper .course#index .visualText_bottom > div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 1156px;
    margin: 0 auto;
    height: 400px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#index .visualText_bottom > div {
        width: auto;
        height: 320px;
        margin: 0 20px; } }
    #wrapper .course#index .visualText_bottom > div > div {
      width: 1156px;
      height: 400px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#index .visualText_bottom > div > div {
          width: 100%;
          height: 320px; } }
  #wrapper .course#index .visualText_bottom_hl {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#index .visualText_bottom_hl {
        width: auto;
        padding: 0; } }
#wrapper .course#curriculum #mv {
  height: 500px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#curriculum #mv {
      height: auto; } }
  #wrapper .course#curriculum #mv img {
    width: 100%;
    height: 500px;
    object-position: center center;
    object-fit: cover; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#curriculum #mv img {
        width: 100%;
        height: auto; } }
#wrapper .course#curriculum .sec01 {
  background-color: #F4F7F9; }
  #wrapper .course#curriculum .sec01_hl {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px; }
  #wrapper .course#curriculum .sec01 .c-media {
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#curriculum .sec01 .c-media {
        margin-bottom: 0; } }
    #wrapper .course#curriculum .sec01 .c-media > div {
      background-color: #fff;
      border-radius: 25px;
      padding: 30px 0; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#curriculum .sec01 .c-media > div {
          margin-bottom: 30px; } }
      #wrapper .course#curriculum .sec01 .c-media > div h3 {
        position: relative;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        width: 85%;
        padding: 10px 00px 10px 50px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#curriculum .sec01 .c-media > div h3 {
            width: 90%;
            padding-left: 20px;
            margin-bottom: 20px; } }
        #wrapper .course#curriculum .sec01 .c-media > div h3 span {
          margin-right: 40px; }
          @media only screen and (max-width: 1024px) {
            #wrapper .course#curriculum .sec01 .c-media > div h3 span {
              margin-right: 10px; } }
      #wrapper .course#curriculum .sec01 .c-media > div:nth-child(1) h3 {
        background-color: #E0D800; }
        #wrapper .course#curriculum .sec01 .c-media > div:nth-child(1) h3::after {
          position: absolute;
          content: "";
          right: -30px;
          top: 0;
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0 20px 30px;
          border-color: transparent transparent transparent #E0D800; }
          @media only screen and (max-width: 1024px) {
            #wrapper .course#curriculum .sec01 .c-media > div:nth-child(1) h3::after {
              right: -10%;
              border-width: 20px 0 20px 10%; } }
      #wrapper .course#curriculum .sec01 .c-media > div:nth-child(1) li span {
        color: #E0D800; }
      #wrapper .course#curriculum .sec01 .c-media > div:nth-child(2) h3 {
        background-color: #8FC31F; }
        #wrapper .course#curriculum .sec01 .c-media > div:nth-child(2) h3::after {
          position: absolute;
          content: "";
          right: -30px;
          top: 0;
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 0 20px 30px;
          border-color: transparent transparent transparent #8FC31F; }
          @media only screen and (max-width: 1024px) {
            #wrapper .course#curriculum .sec01 .c-media > div:nth-child(2) h3::after {
              right: -10%;
              border-width: 20px 0 20px 10%; } }
      #wrapper .course#curriculum .sec01 .c-media > div:nth-child(2) li span {
        color: #8FC31F; }
      #wrapper .course#curriculum .sec01 .c-media > div ul {
        padding-left: 50px; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#curriculum .sec01 .c-media > div ul {
            padding-left: 20px; } }
        #wrapper .course#curriculum .sec01 .c-media > div ul li {
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 2.5625; }
          @media only screen and (max-width: 1024px) {
            #wrapper .course#curriculum .sec01 .c-media > div ul li {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.5;
              padding-left: 1.5em;
              text-indent: -1.5em;
              margin-bottom: 20px; }
              #wrapper .course#curriculum .sec01 .c-media > div ul li:last-child {
                margin-bottom: 0; } }
          #wrapper .course#curriculum .sec01 .c-media > div ul li span {
            margin-right: 0.5em; }
            @media only screen and (max-width: 1024px) {
              #wrapper .course#curriculum .sec01 .c-media > div ul li span {
                font-size: 16px;
                font-size: 1.6rem; } }
  #wrapper .course#curriculum .sec01 .course_list {
    font-size: 0px;
    font-size: 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #wrapper .course#curriculum .sec01 .course_list li {
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.2;
      width: 156px;
      margin-right: 44px;
      margin-bottom: 40px; }
      #wrapper .course#curriculum .sec01 .course_list li:nth-child(6n) {
        margin-right: 0; }
      #wrapper .course#curriculum .sec01 .course_list li:nth-child(n+7) {
        margin-bottom: 0; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#curriculum .sec01 .course_list li {
          width: 47%;
          font-size: 18px;
          font-size: 1.8rem;
          margin-right: 0;
          margin-bottom: 30px; }
          #wrapper .course#curriculum .sec01 .course_list li:nth-child(n+7) {
            margin-bottom: 30px; }
          #wrapper .course#curriculum .sec01 .course_list li:nth-child(n+11) {
            margin-bottom: 0; } }
      #wrapper .course#curriculum .sec01 .course_list li img {
        margin-bottom: 15px; }
#wrapper .course#curriculum .sec02_hl {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px; }
#wrapper .course#curriculum .sec02 ul li {
  font-size: 0px;
  font-size: 0rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px; }
  #wrapper .course#curriculum .sec02 ul li:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#curriculum .sec02 ul li {
      margin-bottom: 40px; } }
  #wrapper .course#curriculum .sec02 ul li p:nth-child(1) {
    width: 56px;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#curriculum .sec02 ul li p:nth-child(1) {
        width: 10%; } }
  #wrapper .course#curriculum .sec02 ul li p:nth-child(2) {
    width: 1100px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#curriculum .sec02 ul li p:nth-child(2) {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8;
        width: 90%; } }
#wrapper .course#curriculum .sec03 {
  background-color: #F4F7F9; }
  #wrapper .course#curriculum .sec03_hl {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px; }
  #wrapper .course#curriculum .sec03 .curriculum_table > ul {
    display: flex;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#curriculum .sec03 .curriculum_table > ul {
        font-size: 0px;
        font-size: 0rem;
        justify-content: space-between; } }
    #wrapper .course#curriculum .sec03 .curriculum_table > ul li {
      margin-right: 30px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#curriculum .sec03 .curriculum_table > ul li {
          margin: 0; } }
      #wrapper .course#curriculum .sec03 .curriculum_table > ul li.active a {
        color: #fff;
        background-color: #213186; }
      #wrapper .course#curriculum .sec03 .curriculum_table > ul li a {
        text-decoration: none; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#curriculum .sec03 .curriculum_table > ul li a {
            padding: 12px 15px;
            white-space: nowrap; } }
  #wrapper .course#curriculum .sec03 .curriculum_table > div {
    display: none; }
    #wrapper .course#curriculum .sec03 .curriculum_table > div.active {
      display: block;
      animation-name: fade-in;
      animation-duration: .4s; }
    #wrapper .course#curriculum .sec03 .curriculum_table > div .c-rt {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 0; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#curriculum .sec03 .curriculum_table > div .c-rt {
          font-size: 16px;
          font-size: 1.6rem; } }
    #wrapper .course#curriculum .sec03 .curriculum_table > div > div {
      overflow: scroll;
      position: relative;
      width: 1156px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#curriculum .sec03 .curriculum_table > div > div {
          width: 100%; } }
      #wrapper .course#curriculum .sec03 .curriculum_table > div > div table {
        width: 120%;
        margin-bottom: 30px; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#curriculum .sec03 .curriculum_table > div > div table {
            width: 800px; } }
        #wrapper .course#curriculum .sec03 .curriculum_table > div > div table tr th, #wrapper .course#curriculum .sec03 .curriculum_table > div > div table tr td {
          border: solid 1px #DCDCDC;
          vertical-align: middle;
          white-space: nowrap;
          line-height: 1;
          padding: 10px 20px;
          background-color: #fff; }
        #wrapper .course#curriculum .sec03 .curriculum_table > div > div table tr td {
          text-align: center; }
        #wrapper .course#curriculum .sec03 .curriculum_table > div > div table thead th {
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 700;
          text-align: center;
          background-color: #EDEFF9; }
          #wrapper .course#curriculum .sec03 .curriculum_table > div > div table thead th.empty {
            border-width: 0;
            background-color: #F4F7F9; }
          #wrapper .course#curriculum .sec03 .curriculum_table > div > div table thead th.title {
            text-align: left;
            width: 300px; }
            @media only screen and (max-width: 1024px) {
              #wrapper .course#curriculum .sec03 .curriculum_table > div > div table thead th.title {
                width: auto; } }
          #wrapper .course#curriculum .sec03 .curriculum_table > div > div table thead th.season {
            font-size: 14px;
            font-size: 1.4rem;
            background-color: #fff;
            width: 100px;
            padding-right: 10px;
            padding-left: 10px; }
            @media only screen and (max-width: 1024px) {
              #wrapper .course#curriculum .sec03 .curriculum_table > div > div table thead th.season {
                width: auto; } }
        #wrapper .course#curriculum .sec03 .curriculum_table > div > div table tbody th {
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 400; }
        #wrapper .course#curriculum .sec03 .curriculum_table > div > div table tbody td {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 400; }
        #wrapper .course#curriculum .sec03 .curriculum_table > div > div table tbody tr:nth-child(even) th, #wrapper .course#curriculum .sec03 .curriculum_table > div > div table tbody tr:nth-child(even) td {
          background-color: #F4F7F9; }
#wrapper .course#admissions #mv {
  height: 500px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#admissions #mv {
      height: auto;
      margin-bottom: 40px; } }
  #wrapper .course#admissions #mv .mv_hl {
    transform: translateX(calc(-50% - 50px)); }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions #mv .mv_hl {
        transform: none; } }
  #wrapper .course#admissions #mv img {
    width: 100%;
    height: 500px;
    object-position: center top;
    object-fit: cover; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions #mv img {
        width: 100%;
        height: auto; } }
#wrapper .course#admissions .admissions_hl {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-left: -50px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#admissions .admissions_hl {
      margin-left: 0; } }
  #wrapper .course#admissions .admissions_hl span {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 0; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions .admissions_hl span {
        display: block; } }
#wrapper .course#admissions .course_name {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#admissions .course_name {
      font-size: 22px;
      font-size: 2.2rem; } }
#wrapper .course#admissions .c-rt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px; }
#wrapper .course#admissions .course_table {
  margin-bottom: 40px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#admissions .course_table {
      padding-left: 20px; } }
  #wrapper .course#admissions .course_table > div {
    overflow: auto; }
  #wrapper .course#admissions .course_table table {
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions .course_table table {
        overflow: auto;
        width: 800px; } }
    #wrapper .course#admissions .course_table table tr th, #wrapper .course#admissions .course_table table tr td {
      text-align: left;
      vertical-align: middle;
      padding: 20px;
      border: solid 1px #DCDCDC; }
    #wrapper .course#admissions .course_table table tr th {
      width: 20%;
      background-color: #EDEFF9;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      white-space: nowrap; }
    #wrapper .course#admissions .course_table table tr td {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      #wrapper .course#admissions .course_table table tr td span {
        font-weight: 700; }
      #wrapper .course#admissions .course_table table tr td ul li {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        color: #213186;
        font-weight: 700;
        line-height: 3; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#admissions .course_table table tr td ul li {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 2; } }
        #wrapper .course#admissions .course_table table tr td ul li a {
          color: #213186;
          text-decoration: underline;
          padding-left: 30px;
          background-image: url("../img/frame/icon_download.svg");
          background-repeat: no-repeat;
          background-position: 0 50%;
          background-size: 16px; }
          #wrapper .course#admissions .course_table table tr td ul li a:hover {
            text-decoration: none; }
#wrapper .course#admissions .sec01 {
  padding-bottom: 0; }
  #wrapper .course#admissions .sec01_hl {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    margin-left: -50px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions .sec01_hl {
        font-size: 32px;
        font-size: 3.2rem;
        margin-left: 0; } }
  #wrapper .course#admissions .sec01 ul li {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 45px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions .sec01 ul li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8;
        padding-left: 35px;
        margin-bottom: 40px; } }
    #wrapper .course#admissions .sec01 ul li:last-child {
      margin-bottom: 0; }
    #wrapper .course#admissions .sec01 ul li::before {
      position: absolute;
      top: 0;
      left: -50px;
      font-family: "Roboto", sans-serif;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#admissions .sec01 ul li::before {
          left: 0; } }
    #wrapper .course#admissions .sec01 ul li:nth-child(1)::before {
      content: "I."; }
    #wrapper .course#admissions .sec01 ul li:nth-child(2)::before {
      content: "II."; }
#wrapper .course#admissions .sec02 {
  padding-bottom: 0; }
  #wrapper .course#admissions .sec02_hl {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    margin-left: -50px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions .sec02_hl {
        font-size: 32px;
        font-size: 3.2rem;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em; } }
#wrapper .course#admissions .sec03 {
  padding-bottom: 0; }
  #wrapper .course#admissions .sec03_hl {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    margin-left: -50px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#admissions .sec03_hl {
        font-size: 32px;
        font-size: 3.2rem;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em; } }
#wrapper .course#admissions .sec04_hl {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: -50px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#admissions .sec04_hl {
      font-size: 32px;
      font-size: 3.2rem;
      margin-left: 0;
      padding-left: 1em;
      text-indent: -1em; } }
#wrapper .course#admissions .sec04 .c-rt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#admissions .sec04 .c-rt {
      font-size: 18px;
      font-size: 1.8rem; } }
#wrapper .course#students #mv {
  height: 500px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#students #mv {
      height: auto; } }
  #wrapper .course#students #mv img {
    width: 100%;
    height: 500px;
    object-position: center center;
    object-fit: cover; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#students #mv img {
        width: 100%;
        height: auto; } }
#wrapper .course#students .sec01 dl {
  display: inline-flex;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 90px; }
  #wrapper .course#students .sec01 dl:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#students .sec01 dl {
      display: block;
      margin-bottom: 60px; } }
  #wrapper .course#students .sec01 dl dt {
    font-size: 10px;
    font-size: 1rem;
    width: 256px;
    margin-right: 44px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#students .sec01 dl dt {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  #wrapper .course#students .sec01 dl dd {
    width: 856px; }
    @media only screen and (max-width: 1024px) {
      #wrapper .course#students .sec01 dl dd {
        width: 100%; } }
    #wrapper .course#students .sec01 dl dd .student_name {
      font-family: "Roboto", sans-serif;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#students .sec01 dl dd .student_name {
          font-size: 26px;
          font-size: 2.6rem; } }
    #wrapper .course#students .sec01 dl dd .student_history {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.625;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#students .sec01 dl dd .student_history {
          font-size: 16px;
          font-size: 1.6rem; } }
    #wrapper .course#students .sec01 dl dd .c-rt {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      margin-bottom: 0; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#students .sec01 dl dd .c-rt {
          font-size: 18px;
          font-size: 1.8rem; } }
#wrapper .course#students .sec02 {
  background-color: #F4F7F9; }
  #wrapper .course#students .sec02_hl {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 50px; }
  #wrapper .course#students .sec02 dl {
    margin-bottom: 55px; }
    #wrapper .course#students .sec02 dl:last-child {
      margin-bottom: 0; }
    #wrapper .course#students .sec02 dl dt {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 25px;
      padding-left: 55px;
      text-indent: -55px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#students .sec02 dl dt {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.7;
          padding-left: 40px;
          text-indent: -40px; } }
      #wrapper .course#students .sec02 dl dt::before {
        content: "Q.";
        font-family: "Roboto", sans-serif;
        font-size: 30px;
        font-size: 3rem;
        font-weight: 400;
        margin-right: 25px; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#students .sec02 dl dt::before {
            margin-right: 10px; } }
    #wrapper .course#students .sec02 dl dd {
      position: relative;
      padding-left: 100px; }
      @media only screen and (max-width: 1024px) {
        #wrapper .course#students .sec02 dl dd {
          padding-left: 40px; } }
      #wrapper .course#students .sec02 dl dd::before {
        position: absolute;
        top: 0;
        left: 55px;
        color: #213186;
        content: "A.";
        font-family: "Roboto", sans-serif;
        font-size: 30px;
        font-size: 3rem;
        font-weight: 400;
        margin-right: 25px; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#students .sec02 dl dd::before {
            left: 0; } }
      #wrapper .course#students .sec02 dl dd p {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        padding: 20px;
        background-color: #fff;
        margin-bottom: 20px;
        border-radius: 10px; }
        @media only screen and (max-width: 1024px) {
          #wrapper .course#students .sec02 dl dd p {
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 1.8;
            margin-bottom: 10px; } }
        #wrapper .course#students .sec02 dl dd p:last-child {
          margin-bottom: 0; }
#wrapper .course#students .sec03_hl {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 50px; }
#wrapper .course#students .sec03 .c-media > div {
  border: solid 1px #D6D6D6;
  padding: 90px 100px;
  min-height: 730px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#students .sec03 .c-media > div {
      padding: 40px 20px;
      min-height: inherit; } }
#wrapper .course#students .sec03 .c-media_hl {
  color: #213186;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#students .sec03 .c-media_hl {
      line-height: 1;
      margin-bottom: 20px; } }
#wrapper .course#students .sec03 .c-media .c-rt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.125;
  letter-spacing: -0.02em;
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    #wrapper .course#students .sec03 .c-media .c-rt {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.9; } }