@charset "UTF-8";
/* common */
html {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 16px; } }

body {
  /*font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  vertical-align: bottom; }
  @media screen and (min-width: 769px) {
    img {
      width: auto;
      margin: auto; } }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4 {
  margin-bottom: 0; }

a {
  text-decoration: none;
  display: block;
  color: #000;
  transition: 0.6s;
  outline: none; }

dl, dd {
  margin: 0; }

a:hover {
  text-decoration: none;
  opacity: 0.8; }

a[href*="tel:"] {
  display: block; }
  @media screen and (min-width: 769px) {
    a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }

/*-common------------------------*/
.pc_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_only {
      display: block; } }

.sp_only {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp_only {
      display: none; } }

.md_none {
  display: block; }
  @media screen and (max-width: 530px) {
    .md_none {
      display: none; } }

.md_only {
  display: none !important; }
  @media screen and (max-width: 530px) {
    .md_only {
      display: block !important; } }

.sm_none {
  display: block; }
  @media screen and (max-width: 530px) {
    .sm_none {
      display: none; } }

.sm_only {
  display: none; }
  @media screen and (max-width: 530px) {
    .sm_only {
      display: block; } }

.wr {
  word-wrap: break-word;
  display: inline-block; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

header {
  width: 100%;
  margin: auto;
  background: #fff; }
  @media screen and (max-width: 768px) {
    header {
      height: auto; } }
  header .gnavi {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .gnavi nav ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        header .gnavi nav ul {
          justify-content: flex-end; } }
      header .gnavi nav ul li {
        margin-right: 22px; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li {
            margin-right: 0.25rem; } }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li {
            margin-right: 0.125rem; } }
      @media screen and (max-width: 530px) {
        header .gnavi nav ul li.webmart {
          margin-right: 0; } }
      header .gnavi nav ul li.webmart a {
        font-size: 18px;
        font-weight: 700;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        color: #000; }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li.webmart a {
            font-size: 10px; } }
        @media screen and (max-width: 376px) {
          header .gnavi nav ul li.webmart a {
            padding: 0.25rem 0.125rem; } }
        header .gnavi nav ul li.webmart a:before {
          content: "\f0da";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 100%;
          display: inline-block;
          margin-right: 5px; }
        header .gnavi nav ul li.webmart a:hover {
          background: rgba(0, 0, 0, 0.1); }
      header .gnavi nav ul li img {
        width: 37px; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li img {
            width: 30px; } }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li img {
            width: 24px; } }
        @media screen and (max-width: 376px) {
          header .gnavi nav ul li img {
            width: 20px; } }
      @media screen and (max-width: 768px) {
        header .gnavi nav ul li.windows_logo {
          max-width: 30%; } }
      header .gnavi nav ul li.windows_logo img {
        width: auto; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li.windows_logo img {
            width: 100%; } }
    header .gnavi h1 {
      font-size: 0;
      margin-left: 1rem;
      margin-right: auto; }
    header .gnavi h1 img {
      width: 122px; }
      @media screen and (max-width: 768px) {
        header .gnavi h1 img {
          height: 50px;
          width: auto; } }
    header .gnavi h2 {
      background: #0080cc;
      display: flex;
      justify-content: center;
      height: 100%;
      align-items: center; }
  header div.snavi {
    background: #000;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    position: relative;
    width: calc(100% - 140px); }
    @media screen and (max-width: 1024px) {
      header div.snavi {
        padding: 10px 10px;
        width: calc(100% - 20px);
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      header div.snavi {
        height: 22px; } }
    header div.snavi.fixed {
      position: fixed;
      top: 0;
      z-index: 5000; }
    header div.snavi ul {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media screen and (max-width: 768px) {
        header div.snavi ul {
          display: none;
          position: absolute;
          top: 42px;
          background: #000;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 500; } }
      @media screen and (max-width: 768px) {
        header div.snavi ul.tab_over {
          display: none; } }
      header div.snavi ul.tab_under {
        display: none; }
    header div.snavi li a {
      color: #fff;
      padding: 20px 15px; }
      @media screen and (max-width: 1024px) {
        header div.snavi li a {
          padding: 10px 0.5rem;
          font-size: 14px; } }
      @media screen and (max-width: 992px) {
        header div.snavi li a {
          font-size: 2vw; } }
      @media screen and (max-width: 530px) {
        header div.snavi li a {
          padding: 10px 0.5rem;
          font-size: 14px; } }
      @media screen and (max-width: 376px) {
        header div.snavi li a span {
          display: none; } }
    header div.snavi li a:hover {
      color: #000;
      background: #fff; }
    header div.snavi h1 {
      font-size: 0;
      margin-left: 1rem;
      margin-right: 3rem; }
      @media screen and (max-width: 768px) {
        header div.snavi h1 {
          margin-left: 0rem;
          margin-right: 0rem; } }
    header div.snavi h1 img {
      width: 122px; }
      @media screen and (max-width: 1024px) {
        header div.snavi h1 img {
          height: 20px;
          width: auto; } }
      @media screen and (max-width: 530px) {
        header div.snavi h1 img {
          height: 15px; } }
  header .snavi .menu {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    width: 50px;
    height: 42px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none; }
    @media screen and (max-width: 768px) {
      header .snavi .menu {
        display: flex; } }
  header .snavi .menu.open span.border {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .snavi .menu.open span.border::before, header .snavi .menu.open span.border::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  header .snavi .menu .border {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -10px;
    transition: all ease .3s;
    background: #fff; }
  header .snavi .menu .border::before, header .snavi .menu .border::after {
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    content: '';
    transition: all ease .3s;
    background: #fff; }
  header .snavi .menu .border::before {
    top: -5px; }
  header .snavi .menu .border::after {
    top: 5px; }
  header .snavi .menu .text {
    font-size: .5rem !important;
    line-height: 1;
    position: absolute;
    bottom: 8px;
    left: 0;
    box-sizing: border-box;
    width: 50px;
    height: auto;
    margin: 0;
    color: #fff;
    text-align: center;
    text-indent: 0 !important;
    background: none; }

footer {
  position: relative;
  min-width: 1024px;
  margin: 40px auto 0; }
  @media screen and (max-width: 768px) {
    footer {
      min-width: initial;
      /*    min-width: inherit;*/ } }

footer .fmv {
  background: #000;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    footer .fmv {
      padding: 6vw 4.66667vw; } }
  footer .fmv a {
    display: inline; }
  footer .fmv a:hover {
    opacity: 1; }

footer .fmv div {
  text-align: center; }

footer .fmv div:first-of-type {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    footer .fmv div:first-of-type {
      margin-bottom: 6.66667vw; } }

footer .fmv dl {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 auto;
  padding: 25px 0 20px 0;
  font-size: 14px;
  max-width: 775px;
  width: 90%; }
  @media screen and (max-width: 768px) {
    footer .fmv dl {
      font-size: 11px;
      width: 100%; } }
  footer .fmv dl:hover {
    border: 2px solid #000;
    color: #000;
    background: #fff; }

footer .fmv dl dt {
  font-size: 24px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    footer .fmv dl dt {
      font-size: 18px; } }

footer .copyright {
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  background: #000;
  font-weight: 300; }

footer .windows {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 696px;
  width: 90%;
  padding: 25px 0 30px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    footer .windows {
      display: block;
      width: 84%;
      padding: 7vw 0 0; } }
  footer .windows figure:first-child {
    width: auto;
    margin-right: 30px;
    margin-bottom: 0px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .windows figure:first-child {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto; } }
  footer .windows figure:last-child {
    margin-left: 0px; }
    @media screen and (max-width: 768px) {
      footer .windows figure:last-child {
        margin-right: auto;
        margin-left: auto;
        width: 58%;
        text-align: center; } }

img {
  backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;
  /* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;
  /* animation時の文字にじみ防止 */ }

.contents {
  min-width: 1024px;
  margin: auto;
  background: url("/fmv/special/2022spring/university/img/bg.gif"); }
  @media screen and (max-width: 768px) {
    .contents {
      min-width: initial;
      overflow-x: hidden; } }
  .contents .main_visual {
    overflow: hidden;
    position: relative;
    background: url("/fmv/special/2022spring/university/img/main_visual.png") no-repeat top center;
    background-size: cover;
    min-width: 1280px; }
    @media screen and (max-width: 768px) {
      .contents .main_visual {
        background: url("/fmv/special/2022spring/university/img/main_visual_sp.png") no-repeat center center;
        background-size: cover;
        min-width: inherit; } }
    .contents .main_visual section {
      max-width: 1280px;
      margin: auto;
      padding: 20px 0 0px;
      height: 75vh;
      max-height: 600px; }
      .contents .main_visual section img {
        margin: 0; }
      @media screen and (max-width: 1460px) {
        .contents .main_visual section {
          height: 55vh;
          max-height: 450px; } }
      @media screen and (max-width: 768px) {
        .contents .main_visual section {
          padding: 0px 0 150px;
          height: 25vh; }
          .contents .main_visual section img {
            width: 70vw; } }
    .contents .main_visual .scroll_area {
      display: flex;
      margin-bottom: 30px;
      position: absolute;
      right: -8%;
      top: 0;
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
      -webkit-transform-origin: top right;
      transform-origin: top right;
      width: 40vw;
      min-width: 450px; }
      .contents .main_visual .scroll_area img {
        width: 100%; }
      @media screen and (max-width: 1460px) {
        .contents .main_visual .scroll_area {
          width: 580px;
          right: -110px; } }
      @media screen and (max-width: 768px) {
        .contents .main_visual .scroll_area {
          width: 64vw;
          right: -42%;
          min-width: inherit; } }
      @media screen and (max-width: 530px) {
        .contents .main_visual .scroll_area {
          width: 75vw;
          right: -55%;
          min-width: inherit; } }
      .contents .main_visual .scroll_area .scroll_rail {
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .contents .main_visual .scroll_area .scroll_rail {
            margin-right: 8px; } }
        .contents .main_visual .scroll_area .scroll_rail li {
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .contents .main_visual .scroll_area .scroll_rail li {
              margin-bottom: 8px; } }
          .contents .main_visual .scroll_area .scroll_rail li img {
            -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
            transform: rotateY(0deg) translate3d(0, 0, 0); }
        .contents .main_visual .scroll_area .scroll_rail.scroll_set1 {
          -webkit-animation: railUp 50s linear infinite;
          animation: railUp 50s linear infinite; }
        .contents .main_visual .scroll_area .scroll_rail.scroll_set2 {
          -webkit-animation: railDown 60s linear infinite;
          animation: railDown 60s linear infinite; }
        .contents .main_visual .scroll_area .scroll_rail.scroll_set3 {
          -webkit-animation: railUp 70s linear infinite;
          animation: railUp 70s linear infinite; }
@-webkit-keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@keyframes railUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@-webkit-keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes railDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .contents h1 {
    padding: 10px 0;
    background-color: #4dd3a1;
    text-align: center;
    min-width: 1280px; }
    @media screen and (max-width: 768px) {
      .contents h1 {
        min-width: inherit; } }
    .contents h1 img {
      position: relative;
      z-index: 50;
      margin-top: -30px; }
      @media screen and (max-width: 768px) {
        .contents h1 img {
          margin-top: 0px; } }
  .contents .main_content {
    padding-top: 35px;
    padding-bottom: 5px;
    min-width: 1280px; }
    @media screen and (max-width: 768px) {
      .contents .main_content {
        min-width: inherit; } }
    .contents .main_content section {
      max-width: 1000px;
      margin: auto;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .contents .main_content section {
          padding: 0px 20px; } }
    .contents .main_content section.menu ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.menu ul {
          flex-wrap: wrap;
          width: 80vw;
          margin: auto; } }
      @media screen and (max-width: 530px) {
        .contents .main_content section.menu ul {
          width: 100%; } }
      .contents .main_content section.menu ul li {
        box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
        background: #fff;
        border-radius: 4px;
        margin: 4px;
        text-align: center;
        width: 160px;
        position: relative;
        border: solid 1px #fff;
        transition: 0.3s all; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.menu ul li {
            width: 30%;
            margin-bottom: 15px; } }
        .contents .main_content section.menu ul li:after {
          position: absolute;
          bottom: -20px;
          left: 0;
          right: 0;
          margin: auto;
          content: url("/fmv/special/2022spring/university/img/arrow_down.png");
          z-index: 50; }
        .contents .main_content section.menu ul li:hover {
          transform: scale(1.05, 1.05);
          transition: 0.3s all;
          position: relative;
          z-index: 10; }
        .contents .main_content section.menu ul li a {
          padding: 5px 8px 5px;
          height: 150px; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.menu ul li a {
              padding: 10px 8px 10px;
              height: auto; } }
          @media screen and (max-width: 530px) {
            .contents .main_content section.menu ul li a {
              height: 125px; } }
        .contents .main_content section.menu ul li h2 {
          font-family: 'Oswald', sans-serif;
          font-size: 20px;
          font-weight: bold;
          font-style: italic;
          line-height: 1.2; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.menu ul li h2 {
              line-height: 1;
              margin-bottom: 8px; } }
          .contents .main_content section.menu ul li h2 span {
            font-size: 28px;
            display: inline-block;
            margin-left: 3px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.menu ul li div img {
            width: auto;
            margin-bottom: 8px; } }
        .contents .main_content section.menu ul li h3 {
          font-size: 18px;
          font-weight: bold;
          padding: 3px;
          background: #000;
          color: #fff;
          line-height: 1.2;
          margin-bottom: 15px; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.menu ul li h3 {
              font-size: 14px;
              margin-bottom: 8px; } }
          @media screen and (max-width: 530px) {
            .contents .main_content section.menu ul li h3 {
              font-size: 2.9vw; } }
    .contents .main_content .report {
      padding: 70px 0;
      position: relative;
      text-align: center;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        .contents .main_content .report {
          padding: 50px 0px; } }
      .contents .main_content .report .report_bg {
        position: absolute;
        top: -125px;
        bottom: 0;
        margin: auto;
        background: url("/fmv/special/2022spring/university/img/bg_image.gif");
        height: 420px;
        width: 100%;
        z-index: -1;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000; }
        @media screen and (max-width: 768px) {
          .contents .main_content .report .report_bg {
            height: 50%;
            top: -20%; } }
        @media screen and (max-width: 530px) {
          .contents .main_content .report .report_bg {
            display: none; } }
    .contents .main_content section.point {
      margin-bottom: 40px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.point {
          margin-bottom: 40px; } }
      .contents .main_content section.point div.img {
        position: absolute;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point div.img {
            position: static; } }
      .contents .main_content section.point .point_area {
        box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
        background: #fff;
        border-radius: 12px;
        width: 385px;
        padding: 0px 15px 15px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point .point_area {
            max-width: 400px;
            margin: 30px auto 0; } }
        @media screen and (max-width: 530px) {
          .contents .main_content section.point .point_area {
            width: 90%;
            margin: 20px auto 0; } }
        .contents .main_content section.point .point_area h2 {
          font-family: 'Oswald', sans-serif;
          font-size: 32px;
          font-weight: bold;
          font-style: italic;
          margin-bottom: 10px;
          line-height: 1.4; }
          .contents .main_content section.point .point_area h2 span {
            font-size: 48px;
            display: inline-block;
            margin-left: 3px; }
        .contents .main_content section.point .point_area .icon {
          margin-bottom: 10px;
          margin-top: 15px; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.point .point_area .icon img {
              width: auto; } }
        .contents .main_content section.point .point_area h3 {
          font-size: 36px;
          font-weight: bold;
          padding: 5px;
          background: #000;
          color: #fff;
          margin-bottom: 15px; }
          .contents .main_content section.point .point_area h3.lg {
            font-size: 30px; }
            @media screen and (max-width: 530px) {
              .contents .main_content section.point .point_area h3.lg {
                font-size: 6vw; } }
          @media screen and (max-width: 530px) {
            .contents .main_content section.point .point_area h3 {
              font-size: 26px; } }
        .contents .main_content section.point .point_area h4 {
          font-size: 20px;
          font-weight: bold;
          color: #000;
          text-align: left; }
          @media screen and (max-width: 530px) {
            .contents .main_content section.point .point_area h4 {
              font-size: 16px; } }
        .contents .main_content section.point .point_area h4 + p {
          margin-top: 5px;
          font-size: 17px;
          line-height: 1.4;
          text-align: left; }
        .contents .main_content section.point .point_area dl.faq dt {
          border-radius: 12px 12px 0px 0px;
          background-color: #bb87ff;
          color: #fff;
          font-size: 18px; }
          @media screen and (max-width: 530px) {
            .contents .main_content section.point .point_area dl.faq dt {
              font-size: 16px;
              padding: 5px 0; } }
        .contents .main_content section.point .point_area dl.faq dd {
          background-color: #f7f7f2;
          border-radius: 0px 0px 12px 12px;
          font-weight: bold;
          padding: 10px; }
          .contents .main_content section.point .point_area dl.faq dd div {
            display: flex;
            font-size: 16px;
            text-align: left; }
            .contents .main_content section.point .point_area dl.faq dd div p img {
              margin-right: 5px; }
          .contents .main_content section.point .point_area dl.faq dd div.question {
            color: #000;
            letter-spacing: -0.35px;
            margin-bottom: 10px;
            align-items: center; }
            @media screen and (max-width: 530px) {
              .contents .main_content section.point .point_area dl.faq dd div.question img {
                width: auto; } }
          .contents .main_content section.point .point_area dl.faq dd div.answer {
            color: #f7524d;
            align-items: center;
            line-height: 1; }
            .contents .main_content section.point .point_area dl.faq dd div.answer.start {
              align-items: flex-start; }
            @media screen and (max-width: 530px) {
              .contents .main_content section.point .point_area dl.faq dd div.answer img {
                width: auto; } }
            .contents .main_content section.point .point_area dl.faq dd div.answer small {
              font-size: 14px; }
            .contents .main_content section.point .point_area dl.faq dd div.answer span.rank {
              font-size: 30px; }
            .contents .main_content section.point .point_area dl.faq dd div.answer span {
              display: inline-block;
              line-height: 1.6; }
            .contents .main_content section.point .point_area dl.faq dd div.answer span.mgr {
              margin-right: 14px; }
            .contents .main_content section.point .point_area dl.faq dd div.answer p {
              display: flex;
              font-size: 19px;
              align-items: baseline; }
              .contents .main_content section.point .point_area dl.faq dd div.answer p.mgt {
                position: relative;
                top: -4px; }
          .contents .main_content section.point .point_area dl.faq dd div.graf {
            margin-top: 15px; }
            @media screen and (max-width: 768px) {
              .contents .main_content section.point .point_area dl.faq dd div.graf img {
                width: auto;
                margin: auto; } }
            .contents .main_content section.point .point_area dl.faq dd div.graf.mgb {
              margin-bottom: 30px; }
      .contents .main_content section.point .comment_area {
        margin-top: 80px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point .comment_area {
            margin-top: 30px; } }
        .contents .main_content section.point .comment_area dl {
          display: flex; }
          .contents .main_content section.point .comment_area dl dt {
            width: 40px;
            margin-right: 15px;
            margin-top: 15px; }
          .contents .main_content section.point .comment_area dl dd {
            border: solid 4px #333;
            border-radius: 10px;
            padding: 12px;
            position: relative;
            background: #fff;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.4; }
            .contents .main_content section.point .comment_area dl dd span {
              display: block;
              font-weight: normal; }
            .contents .main_content section.point .comment_area dl dd:after {
              content: '';
              position: absolute;
              display: block;
              width: 0;
              height: 0;
              left: -17px;
              top: 20px;
              border-right: 15px solid #333;
              border-top: 15px solid transparent;
              border-bottom: 15px solid transparent; }
            .contents .main_content section.point .comment_area dl dd:before {
              content: '';
              position: absolute;
              display: block;
              width: 0;
              height: 0;
              left: -12px;
              top: 20px;
              border-right: 15px solid #fff;
              border-top: 15px solid transparent;
              border-bottom: 15px solid transparent;
              z-index: 50; }
    .contents .main_content section.point1 div.img {
      right: -150px;
      top: -40px; }
    .contents .main_content section.point1 .comment_area ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.point1 .comment_area ul {
          display: block; }
          .contents .main_content section.point1 .comment_area ul li {
            margin-bottom: 10px; }
          .contents .main_content section.point1 .comment_area ul dl {
            max-width: 400px;
            margin: auto; }
            .contents .main_content section.point1 .comment_area ul dl dd {
              width: 100%; } }
    .contents .main_content section.point2 div.img {
      left: -150px;
      top: -60px; }
    .contents .main_content section.point2 .point_area {
      margin-left: auto; }
      .contents .main_content section.point2 .point_area dl.faq dd div.answer {
        align-items: center; }
    .contents .main_content section.point2 .comment_area {
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.point2 .comment_area {
          position: static; } }
      .contents .main_content section.point2 .comment_area dl {
        width: 520px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point2 .comment_area dl {
            max-width: 400px;
            margin: auto;
            width: 100%; } }
        .contents .main_content section.point2 .comment_area dl dd {
          width: 100%; }
    .contents .main_content section.point3 div.img {
      right: -150px;
      top: 40px; }
    .contents .main_content section.point3 .comment_area {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.point3 .comment_area {
          position: static; } }
      .contents .main_content section.point3 .comment_area dl {
        width: 520px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point3 .comment_area dl {
            max-width: 400px;
            margin: auto;
            width: 100%; } }
        .contents .main_content section.point3 .comment_area dl dd {
          width: 100%; }
    .contents .main_content section.point4 div.img {
      left: -150px;
      top: -60px; }
    .contents .main_content section.point4 .point_area {
      margin-left: auto; }
      .contents .main_content section.point4 .point_area dl.faq dd div.answer {
        align-items: center; }
    .contents .main_content section.point4 .comment_area {
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.point4 .comment_area {
          position: static; } }
      .contents .main_content section.point4 .comment_area dl {
        width: 520px;
        margin-bottom: 15px !important; }
        .contents .main_content section.point4 .comment_area dl:last-child {
          margin-bottom: 0px !important; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point4 .comment_area dl {
            max-width: 400px;
            margin: auto;
            width: 100%; } }
        .contents .main_content section.point4 .comment_area dl dd {
          width: 100%; }
    .contents .main_content section.point5 div.img {
      right: -100px;
      top: 60px; }
    .contents .main_content section.point5 .point_area dl.faq dd div.answer {
      align-items: center;
      line-height: 1.4; }
    .contents .main_content section.point5 .comment_area {
      position: absolute;
      bottom: 0;
      right: 15px; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.point5 .comment_area {
          position: static; } }
      .contents .main_content section.point5 .comment_area dl {
        width: 520px; }
        .contents .main_content section.point5 .comment_area dl:first-child {
          margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point5 .comment_area dl {
            max-width: 400px;
            margin: auto;
            width: 100%; } }
        .contents .main_content section.point5 .comment_area dl dd {
          width: 100%; }
    .contents .main_content section.point6 {
      margin-bottom: 30px; }
      .contents .main_content section.point6 div.img {
        left: -150px;
        top: -40px; }
      .contents .main_content section.point6 .point_area {
        margin-left: auto; }
      .contents .main_content section.point6 .comment_area {
        position: static;
        margin-top: 40px; }
        .contents .main_content section.point6 .comment_area dl {
          width: 520px; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.point6 .comment_area dl {
              max-width: 400px;
              margin: auto;
              width: 100%; } }
          .contents .main_content section.point6 .comment_area dl dd {
            width: 100%; }
    .contents .main_content section.point_more {
      margin: 0 auto 60px;
      padding: 0; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.point_more {
          max-width: 90%;
          margin: 0 auto 30px; } }
      .contents .main_content section.point_more .link_btn a {
        padding: 10px;
        text-align: center;
        display: block;
        margin-top: 10px;
        background: #000;
        border: solid 2px #000;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        position: relative; }
        .contents .main_content section.point_more .link_btn a:hover {
          background: #fff;
          color: #000; }
        .contents .main_content section.point_more .link_btn a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 10px;
          margin: -5px auto auto;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          width: 10px;
          height: 10px;
          transform: rotate(45deg); }
        .contents .main_content section.point_more .link_btn a:hover:after {
          border-top: solid 2px #000;
          border-right: solid 2px #000; }
      .contents .main_content section.point_more .set {
        border-radius: 12px;
        border: solid 3px #000;
        background-color: #f9f9f9;
        padding: 30px 110px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point_more .set {
            padding: 20px; } }
      .contents .main_content section.point_more h2 {
        font-size: 30px;
        text-align: center;
        margin: 0 auto 20px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point_more h2 {
            font-size: 21px;
            margin: 0 auto 15px;
            width: 50%; } }
        @media screen and (max-width: 530px) {
          .contents .main_content section.point_more h2 {
            width: 100%; } }
      .contents .main_content section.point_more div.block {
        display: flex;
        align-items: center; }
        .contents .main_content section.point_more div.block figure {
          margin-right: 20px; }
        .contents .main_content section.point_more div.block figure + div {
          width: 50vw; }
        @media screen and (max-width: 530px) {
          .contents .main_content section.point_more div.block figure + div {
            width: auto; } }
        @media screen and (max-width: 530px) {
          .contents .main_content section.point_more div.block {
            display: block; }
            .contents .main_content section.point_more div.block figure {
              margin-right: 0;
              margin-bottom: 10px; } }
      .contents .main_content section.point_more h3 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #000; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point_more h3 {
            font-size: 18px; } }
      .contents .main_content section.point_more p {
        font-size: 18px;
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point_more p {
            font-size: 16px; } }
      .contents .main_content section.point_more .mgb {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.point_more .mgb {
            margin-bottom: 20px; } }
    .contents .main_content section.select_title {
      position: relative;
      margin-bottom: 30px; }
      .contents .main_content section.select_title h2 {
        text-align: center;
        width: 85%;
        margin: auto auto 30px; }
        .contents .main_content section.select_title h2 img {
          width: 100%; }
    .contents .main_content .lineup_btn a {
      display: block;
      max-width: 450px;
      margin: auto auto;
      background-color: #ec404e;
      color: #fff;
      border: solid 2px #fff;
      font-size: 22px;
      text-align: center;
      font-weight: bold;
      padding: 15px;
      position: relative;
      transition: 0.2s; }
      @media screen and (max-width: 768px) {
        .contents .main_content .lineup_btn a {
          font-size: 18px;
          padding: 15px 25px 15px 5px; } }
      .contents .main_content .lineup_btn a:hover {
        background-color: #fff;
        color: #ec404e;
        border: solid 2px #ec404e;
        transition: 0.2s; }
      .contents .main_content .lineup_btn a:after {
        position: absolute;
        bottom: 0px;
        top: 15px;
        right: 20px;
        margin: auto;
        content: url(/fmv/special/2022spring/university/img/arrow-down-w.png);
        z-index: 50; }
        @media screen and (max-width: 768px) {
          .contents .main_content .lineup_btn a:after {
            right: 8px; } }
      .contents .main_content .lineup_btn a:hover:after {
        content: url(/fmv/special/2022spring/university/img/arrow-down-red.png); }
    .contents .main_content .mgb_large {
      margin-bottom: 100px; }
      @media screen and (max-width: 768px) {
        .contents .main_content .mgb_large {
          margin-bottom: 30px; } }
    .contents .main_content .mgb_middle {
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .contents .main_content .mgb_middle {
          margin-bottom: 30px; } }
    .contents .main_content .mgb_small {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .contents .main_content .mgb_small {
          margin-bottom: 30px; } }
    .contents .main_content section.select {
      text-align: center; }
      .contents .main_content section.select h3 {
        margin-bottom: 30px; }
      .contents .main_content section.select h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.select h2 {
            font-size: 21px;
            width: 100%; } }
      .contents .main_content section.select .icon_set {
        margin-bottom: 30px; }
      .contents .main_content section.select h4 {
        font-size: 30px;
        font-weight: bold;
        background: #000;
        color: #fff;
        text-align: center;
        margin: 0 auto 30px;
        padding: 8px 0;
        border-radius: 50px;
        position: relative; }
        .contents .main_content section.select h4:after {
          content: "";
          position: absolute;
          bottom: -10px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0px;
          height: 0px;
          margin: auto;
          border-style: solid;
          border-color: #000 transparent transparent transparent;
          border-width: 20px 20px 0 20px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.select h4 {
            font-size: 21px;
            width: 100%; } }
      .contents .main_content section.select ul {
        display: flex;
        margin-bottom: 40px;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.select ul {
            display: block; } }
        .contents .main_content section.select ul li {
          border-left: solid 3px #f5f5f5;
          border-right: solid 3px #f5f5f5;
          border-top: solid 6px #f5f5f5;
          border-bottom: solid 6px #f5f5f5;
          padding: 20px;
          width: 33%; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.select ul li {
              border-top: solid 0px #f5f5f5;
              border-bottom: solid 0px #f5f5f5;
              border-left: solid 0px #f5f5f5;
              border-right: solid 0px #f5f5f5;
              width: auto; }
              .contents .main_content section.select ul li img {
                width: auto; } }
          .contents .main_content section.select ul li:first-child {
            border-left: solid 6px #f5f5f5; }
            @media screen and (max-width: 768px) {
              .contents .main_content section.select ul li:first-child {
                border-left: solid 0px #f5f5f5; } }
          .contents .main_content section.select ul li:last-child {
            border-right: solid 6px #f5f5f5; }
            @media screen and (max-width: 768px) {
              .contents .main_content section.select ul li:last-child {
                border-right: solid 0px #f5f5f5; } }
          .contents .main_content section.select ul li dd div.gallary {
            display: block;
            border-radius: 8px;
            background-color: #8a8a8a;
            border: solid 2px #8a8a8a;
            color: #fff;
            margin-top: 20px;
            padding: 15px 0;
            cursor: pointer;
            transition: 0.2s; }
            .contents .main_content section.select ul li dd div.gallary:hover {
              background-color: #000;
              border: solid 2px #000;
              transition: 0.2s; }
          .contents .main_content section.select ul li dd div.btn_area p {
            margin-top: 15px;
            color: #ec404e; }
          .contents .main_content section.select ul li dl {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .contents .main_content section.select ul li dl dt {
              font-weight: bold;
              font-size: 24px;
              height: 65px;
              display: flex;
              justify-content: center;
              align-items: center;
              line-height: 1.3;
              margin-bottom: 20px; }
              @media screen and (max-width: 768px) {
                .contents .main_content section.select ul li dl dt {
                  display: block; } }
              .contents .main_content section.select ul li dl dt span {
                background: linear-gradient(transparent 60%, #ff6 60%); }
      .contents .main_content section.select .back_btn a {
        display: block;
        max-width: 450px;
        margin: auto auto 30px;
        border: solid 2px #000;
        background: #000;
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: bold;
        padding: 15px;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.select .back_btn a {
            font-size: 18px;
            padding: 8px 15px; } }
        .contents .main_content section.select .back_btn a:hover {
          background: #fff;
          color: #000; }
      .contents .main_content section.select .toggle_btn {
        display: block;
        max-width: 300px;
        margin: auto auto 30px;
        border: solid 2px #c9c9c9;
        background: #c9c9c9;
        color: #000;
        font-size: 22px;
        text-align: center;
        font-weight: bold;
        padding: 15px;
        cursor: pointer; }
        .contents .main_content section.select .toggle_btn:hover {
          background: #000;
          color: #fff; }
      .contents .main_content section.select table {
        width: 100%;
        background: #fff; }
        .contents .main_content section.select table tr.title td {
          background: #000;
          color: #fff;
          font-size: 20px;
          padding: 10px 30px 30px 30px;
          position: relative; }
          .contents .main_content section.select table tr.title td:after {
            position: absolute;
            content: "";
            bottom: 15px;
            right: 0;
            left: 0;
            margin: auto;
            border-top: solid 2px #fff;
            border-right: solid 2px #fff;
            width: 10px;
            height: 10px;
            transform: rotate(135deg); }
        .contents .main_content section.select table th {
          background-color: #f5f5f5;
          text-align: left;
          font-weight: bold;
          font-size: 20px;
          padding: 10px 20px;
          line-height: 1.8; }
          .contents .main_content section.select table th i {
            display: inline-block;
            margin-right: 10px;
            width: 30px;
            position: relative;
            top: -2px; }
            .contents .main_content section.select table th i img {
              width: 100%; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.select table th {
              font-size: 18px;
              padding: 10px; } }
        .contents .main_content section.select table td {
          font-size: 18px;
          padding: 10px 30px;
          border: solid 2px #f5f5f5;
          vertical-align: middle; }
          .contents .main_content section.select table td.tl {
            text-align: left; }
          .contents .main_content section.select table td.text_left {
            text-align: left;
            padding: 10px 10px 10px 100px; }
          .contents .main_content section.select table td span {
            font-size: 12px; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.select table td {
              font-size: 16px;
              padding: 10px; } }
          .contents .main_content section.select table td span.color {
            width: 20px;
            height: 20px;
            border-radius: 12px;
            display: inline-block;
            margin-right: 4px;
            position: relative;
            top: 3px; }
          .contents .main_content section.select table td span.color.black {
            background: #000619; }
          .contents .main_content section.select table td span.color.red {
            background: #8b302d; }
          .contents .main_content section.select table td span.color.white {
            background: #fff;
            border: solid 1px #bcbcbc; }
          .contents .main_content section.select table td span.color.brown {
            background: #8c4c29; }
          .contents .main_content section.select table td span.color.gold {
            background: #e2d0bc; }
          .contents .main_content section.select table td span.color.khaki {
            background: #728148; }
          .contents .main_content section.select table td span.color.silver {
            background: #696661; }
          .contents .main_content section.select table td span.color.dark {
            background: #404040; }
          .contents .main_content section.select table td a {
            background-color: #ec404e;
            color: #fff;
            text-align: center;
            display: block;
            font-weight: bold;
            font-size: 18px;
            padding: 10px 0; }
            .contents .main_content section.select table td a:first-child {
              margin-bottom: 10px; }
      .contents .main_content section.select .btn_area {
        margin-top: 20px;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.select .btn_area {
            display: flex;
            justify-content: space-between;
            margin-top: 10px; } }
        @media screen and (max-width: 530px) {
          .contents .main_content section.select .btn_area {
            display: block;
            margin-top: 10px; } }
      .contents .main_content section.select .btn_area a {
        background-color: #ec404e;
        color: #fff;
        border: solid 2px #fff;
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 22px;
        padding: 10px 0;
        transition: 0.2s; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.select .btn_area a {
            font-size: 18px;
            width: 49%; } }
        @media screen and (max-width: 530px) {
          .contents .main_content section.select .btn_area a {
            width: 100%;
            margin-bottom: 10px; } }
        .contents .main_content section.select .btn_area a:first-child {
          margin-bottom: 15px;
          background-color: #000;
          border: solid 2px #fff; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.select .btn_area a:first-child {
              margin-bottom: 0px; } }
          @media screen and (max-width: 530px) {
            .contents .main_content section.select .btn_area a:first-child {
              margin-bottom: 10px; } }
          .contents .main_content section.select .btn_area a:first-child:hover {
            background-color: #fff;
            color: #000;
            border: solid 2px #000;
            transition: 0.2s; }
        .contents .main_content section.select .btn_area a:hover {
          background-color: #fff;
          color: #ec404e;
          border: solid 2px #ec404e;
          transition: 0.2s; }
      .contents .main_content section.select table + p {
        text-align: left; }
      .contents .main_content section.select .toggle {
        display: none; }
      .contents .main_content section.select .toggle.on {
        display: block; }
    .contents .main_content section.recommended {
      position: relative;
      margin-bottom: 4rem;
      padding-top: 6rem; }
      @media screen and (max-width: 768px) {
        .contents .main_content section.recommended {
          margin-bottom: 3rem;
          padding-top: 2rem; } }
      .contents .main_content section.recommended h2 {
        font-size: 3rem;
        font-weight: 900;
        position: relative;
        margin-bottom: 1.25rem;
        display: block;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended h2 {
            font-size: 2rem; } }
      .contents .main_content section.recommended ul.tab-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended ul.tab-list {
            flex-wrap: wrap;
            justify-content: center; } }
        .contents .main_content section.recommended ul.tab-list li {
          width: 25%;
          text-align: center;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.tab-list li {
              width: 30%; } }
          .contents .main_content section.recommended ul.tab-list li .tab-off {
            display: block; }
          .contents .main_content section.recommended ul.tab-list li .tab-on {
            display: none; }
          .contents .main_content section.recommended ul.tab-list li.active .tab-off {
            display: none; }
          .contents .main_content section.recommended ul.tab-list li.active .tab-on {
            display: block; }
          .contents .main_content section.recommended ul.tab-list li img {
            width: 100%; }
      .contents .main_content section.recommended ul.award-banner {
        margin: auto auto 1rem;
        text-align: center; }
      .contents .main_content section.recommended ul.list-link {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        margin: auto auto 1rem;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended ul.list-link {
            width: 95%; } }
        .contents .main_content section.recommended ul.list-link li {
          width: 27%;
          background: #fff;
          border-radius: 8px;
          padding: 1rem;
          margin-right: 2%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          box-shadow: 23.8px 12.7px 43px 0 rgba(32, 94, 171, 0.1); }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.list-link li {
              width: 100%;
              margin-bottom: 1.25rem;
              margin-right: 0;
              padding: 0.5rem; } }
      .contents .main_content section.recommended ul.list-link-col4 {
        justify-content: center; }
        .contents .main_content section.recommended ul.list-link-col4 .free {
          margin-bottom: 0.5rem !important; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.list-link-col4 .free {
              width: 100%;
              margin: auto;
              max-width: 400px; } }
        .contents .main_content section.recommended ul.list-link-col4 .free img {
          width: 100%; }
        .contents .main_content section.recommended ul.list-link-col4.fh li {
          width: 37%;
          margin-bottom: 1rem; }
          @media screen and (max-width: 1220px) {
            .contents .main_content section.recommended ul.list-link-col4.fh li {
              width: 43%; } }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended ul.list-link-col4.fh li {
              width: 100%; } }
        .contents .main_content section.recommended ul.list-link-col4.fh li:last-child {
          margin-bottom: 0rem; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended ul.list-link-col4.fh {
            margin: auto auto 0rem; }
            .contents .main_content section.recommended ul.list-link-col4.fh li:last-child {
              margin-bottom: 0.5rem; } }
      .contents .main_content section.recommended small {
        display: block;
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 0.6rem;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .contents .main_content section.recommended small {
            margin-bottom: 2.5rem; } }
        .contents .main_content section.recommended small a {
          display: inline-block; }
          .contents .main_content section.recommended small a:hover {
            color: #000;
            text-decoration: underline; }
      .contents .main_content section.recommended h4.category-heading-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300;
        font-size: 0.7rem; }
        .contents .main_content section.recommended h4.category-heading-wrap span {
          font-size: 2rem;
          font-weight: 900;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .contents .main_content section.recommended h4.category-heading-wrap span {
              line-height: 1.6; } }
      .contents .main_content section.recommended .category-heading {
        font-size: 38px;
        /*font-size: 3vw;*/
        font-weight: bold;
        display: block;
        position: relative;
        padding-left: 21px;
        padding-right: 5px; }
      .contents .main_content section.recommended .category-heading::before {
        position: absolute;
        display: block;
        content: "";
        background-color: #000;
        width: 10px;
        height: 30px;
        top: 50%;
        left: 0;
        border-radius: 2px;
        margin-top: -12px; }
      .contents .main_content section.recommended .category-heading-uh::before {
        background-color: #860E15; }
      .contents .main_content section.recommended .category-heading-mh::before {
        background-color: #768AAD; }
      .contents .main_content section.recommended .category-heading-sh::before {
        background-color: #396459; }
      .contents .main_content section.recommended .category-heading-nh::before {
        background-color: #71645E; }
      .contents .main_content section.recommended .category-heading-ah::before {
        background-color: #413655; }
      .contents .main_content section.recommended .category-heading-th::before {
        background-color: #C77666; }
      .contents .main_content section.recommended .category-heading-lh::before {
        background-color: #00B9DE; }
      .contents .main_content section.recommended .category-heading-ch::before {
        background-color: #587026; }
      .contents .main_content section.recommended .category-heading-fh::before {
        background-color: #002D73; }
      .contents .main_content section.recommended .category-heading-dh::before {
        background-color: #2F733D; }
      .contents .main_content section.recommended .category-heading-qh::before {
        background-color: #EFCA45; }
      .contents .main_content section.recommended .category-heading-eh::before {
        background-color: #327878; }
      .contents .main_content section.recommended .category-heading-mh::before {
        background-color: #959595; }
      .contents .main_content section.recommended .category-new-icon::after {
        position: absolute;
        display: block;
        content: "NEW";
        top: -7px;
        font-size: 12px;
        /*font-size: 0.9vw;*/
        color: #FF0000;
        font-weight: normal; }
      .contents .main_content section.recommended figure.category-img img {
        margin: auto; }
      .contents .main_content section.recommended p.category-text-area {
        font-size: 0.7rem;
        font-weight: 300;
        margin-bottom: 0.5rem; }
      .contents .main_content section.recommended p.category-btn a {
        background: #000;
        color: #fff;
        border: solid 2px #000;
        text-align: center;
        padding: 0.25rem;
        border-radius: 50px;
        position: relative;
        transition: 0.2s; }
        .contents .main_content section.recommended p.category-btn a.btn-arrow1:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 20px;
          margin-top: -5px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          width: 10px;
          height: 10px;
          transform: rotate(45deg); }
        .contents .main_content section.recommended p.category-btn a:hover {
          background: #fff;
          color: #000;
          border: solid 2px #000; }
        .contents .main_content section.recommended p.category-btn a.btn-arrow1:hover:after {
          border-top: solid 2px #000;
          border-right: solid 2px #000; }
    .contents .main_content div.btn {
      display: flex;
      justify-content: center;
      margin: 2rem 1rem 0; }
      @media screen and (max-width: 768px) {
        .contents .main_content div.btn {
          display: block; } }
      .contents .main_content div.btn a {
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        padding: 1rem 2.5rem;
        background: #f68080;
        width: 48%;
        border-radius: 24px;
        box-shadow: 0px 4px #d45e5e;
        position: relative;
        transition: 0.1s !important; }
        @media screen and (max-width: 768px) {
          .contents .main_content div.btn a {
            width: 90%;
            margin: 1rem auto 0;
            padding: 1rem 0; } }
        .contents .main_content div.btn a:after {
          position: absolute;
          content: "";
          top: 50%;
          right: 20px;
          margin-top: -7px;
          border-top: solid 3px #fff;
          border-right: solid 3px #fff;
          width: 14px;
          height: 14px;
          transform: rotate(45deg); }
        .contents .main_content div.btn a:hover {
          background: #d45e5e;
          box-shadow: none;
          margin-top: 4px;
          margin-bottom: -4px; }
        .contents .main_content div.btn a dd {
          font-size: 0.8rem;
          padding: 0 2rem; }
    .contents .main_content .link_text {
      margin-top: 1rem; }
    .contents .main_content .link_text a {
      display: inline-block;
      text-decoration: underline; }
      .contents .main_content .link_text a:hover {
        opacity: 1;
        color: #1A56A3; }
      .contents .main_content .link_text a span {
        text-decoration: underline; }

ul.sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 3rem; }
  ul.sns li {
    margin-right: 1rem;
    width: 50px; }
    ul.sns li:last-child {
      margin-right: 0; }
    ul.sns li img {
      width: 100%; }
    ul.sns li a:hover {
      opacity: 0.6; }

.movie {
  margin-top: 1rem; }
  .movie img {
    width: 100% !important;
    height: 165px; }
    @media screen and (max-width: 768px) {
      .movie img {
        height: auto; } }

#cboxLoadedContent {
  position: relative;
  width: 100%; }

.cboxIframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000; }

.ModalLayer.isShow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1; }

.ModalLayer-Mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh; }

.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  transform: translate(-50%, -50%); }

.Modal-Inner-Btn {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 70px;
  color: #fff;
  z-index: 10;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .Modal-Inner-Btn {
      top: -25px;
      right: 0px;
      width: 50px; } }
  @media screen and (max-width: 530px) {
    .Modal-Inner-Btn {
      top: -17px;
      right: 0px;
      width: 35px; } }

.Modal-Inner-Card {
  width: 100%; }

.Modal-Inner-Card-Wrapper {
  display: flex; }

.Modal-Inner-Card-Wrapper-Slide {
  width: 100% !important;
  height: auto; }

.Modal-Inner-Card-Wrapper-Slide-Item {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  background: #059bcc; }

.Modal-Inner-Card-Wrapper-Slide-Item-Box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 78.37%; }

.Modal-Inner-Card-Wrapper-Slide-Item-Box-Text {
  color: #fff; }

.ModalLayer2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000; }

.ModalLayer2.isShow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1; }

.ModalLayer3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000; }

.ModalLayer3.isShow {
  transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1; }

.swiper-slide img {
  width: 100%; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: url("/fmv/special/2022spring/university/img/arrow_right.png") no-repeat; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: url("/fmv/special/2022spring/university/img/arrow_left.png") no-repeat; }

.swiper-button-prev, .swiper-button-next {
  width: 47px;
  height: 74px;
  margin-top: -37px; }
  @media screen and (max-width: 768px) {
    .swiper-button-prev, .swiper-button-next {
      width: 32px;
      height: 54px;
      margin-top: -27px;
      background-size: cover; } }
  @media screen and (max-width: 530px) {
    .swiper-button-prev, .swiper-button-next {
      width: 20px;
      height: 35px;
      margin-top: -17px;
      background-size: cover; } }
