@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/assets/images/admissions/header_bg_01.jpg");
  }
  #global-header .video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  #global-header .video iframe,
  #global-header .video object,
  #global-header .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #global-content #acrossLead .article {
    padding-top: 40px;
  }
  #global-content #acrossLead .article .title {
    text-align: center;
  }
  #global-content #acrossArchive {
    margin-bottom: 30px;
  }
  #global-content #acrossArchive .acrossArchiveImg {
    margin-bottom: 30px;
  }
  #global-content #acrossArchive .acrossArchiveImg > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  #global-content #acrossArchive .acrossArchiveImg > ul > li {
    width: 25%;
  }
  #global-content #acrossArchive .acrossArchiveImg img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #global-content #acrossArchive .acrossArchiveBnr img {
    width: 100%;
    height: auto;
  }
  #global-content #acrossArchive .acrossInstaBnr {
    margin-bottom: 30px;
  }
  #global-content #acrossArchive .acrossInstaBnr img {
    width: 100%;
    height: auto;
  }
  #global-wrapper .module-boxColumn1 .module-boxText{
    padding-top: 10px!important;
  }
  .device-type-pc #global-content .marginType01 {
    margin-bottom: 1.5em;
  }
  .device-type-pc #global-content .marginType02 {
    margin-top: 20px;
  }
  .device-type-pc #global-content .profileR {
    padding-top: 0 !important;
  }
  .device-type-pc #global-content .module-profileType06 .profileInner .profileName .label .name {
    font-size: 16px;
    line-height: 1.375;
  }
  .device-type-pc #global-content .movies .movie {
    padding-top: 40px;
  }
  .device-type-pc #global-content .movies .movieItem .moviePlay {
    padding-bottom: 56.25%;
    position: relative;
  }
  .device-type-pc #global-content .movies .movieItem .moviePlay iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-type-pc #global-content .movies .movieItem .movieInfo {
    padding-bottom: 2em;
    text-align: left;
  }
  .device-type-pc #global-content .movies .movieItem .movieInfo .movieTitle,
  .device-type-pc #global-content .movies .movieItem .movieInfo .movieData {
    line-height: 1.4;
    display: block;
  }
  .device-type-pc #global-content .movies .movieItem .movieInfo .movieTitle {
    font-size: 17px;
    font-weight: bold;
  }
  .device-type-pc #global-content .movies .movieItem .movieInfo .movieData {
    padding-top: 0.5em;
  }
  .device-type-pc #global-content .boxLink {
    width: 100%;
    height: 220px;
    background-color: #f1c400;
  }
  .device-type-pc #global-content .boxLink .boxLinkOuter {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f1c400;
  }
  .device-type-pc #global-content .boxLink .boxLinkInner {
    width: 100%;
    height: 100%;
    display: table;
  }
  .device-type-pc #global-content .boxLink .boxLinkInner .pic,
  .device-type-pc #global-content .boxLink .boxLinkInner .box {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .device-type-pc #global-content .boxLink .boxLinkInner .pic img {
    width: 362px;
    height: auto;
    vertical-align: bottom;
  }
  .device-type-pc #global-content .boxLink .boxLinkInner .box {
    width: 100%;
  }
  .device-type-pc #global-content .boxLink .boxLinkInner .box .boxInner p {
    padding-left: 1em;
    text-align: left;
    font-size: 17px;
    line-height: 1.35294;
    color: #fff;
    display: inline-block;
    position: relative;
  }
  .device-type-pc #global-content .boxLink .boxLinkInner .box .boxInner p::after {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 0.4em;
    height: 0.4em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .device-type-pc #global-content .boxLink .boxLinkInner .box .boxInner p .icon {
    margin-left: 0.5em;
  }
  #global-wrapper .module-playerOverlay::after {
    -moz-background-size: 10% auto;
    background-size: 10% auto;
  }
  .movie-pcHide {
    display: none;
  }
}
.device-view-pc #global-header header {
  background-image: url("/assets/images/admissions/header_bg_01.jpg");
}
.device-view-pc #global-header .video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.device-view-pc #global-header .video iframe,
.device-view-pc #global-header .video object,
.device-view-pc #global-header .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.device-view-pc #global-content #acrossLead .article {
  padding-top: 40px;
}
.device-view-pc #global-content #acrossLead .article .title {
  text-align: center;
}
.device-view-pc #global-content #acrossArchive {
  margin-bottom: 30px;
}
.device-view-pc #global-content #acrossArchive .acrossArchiveImg {
  margin-bottom: 30px;
}
.device-view-pc #global-content #acrossArchive .acrossArchiveImg > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.device-view-pc #global-content #acrossArchive .acrossArchiveImg > ul > li {
  width: 25%;
}
.device-view-pc #global-content #acrossArchive .acrossArchiveImg img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.device-view-pc #global-content #acrossArchive .acrossArchiveBnr img {
  width: 100%;
  height: auto;
}
.device-view-pc #global-content #acrossArchive .acrossInstaBnr {
  margin-bottom: 30px;
}
.device-view-pc #global-content #acrossArchive .acrossInstaBnr img {
  width: 100%;
  height: auto;
}
.device-view-pc #global-wrapper .module-boxColumn1 .module-boxText{
  padding-top: 10px!important;
}
.device-view-pc .device-type-pc #global-content .marginType01 {
  margin-bottom: 1.5em;
}
.device-view-pc .device-type-pc #global-content .marginType02 {
  margin-top: 20px;
}
.device-view-pc .device-type-pc #global-content .profileR {
  padding-top: 0 !important;
}
.device-view-pc .device-type-pc #global-content .module-profileType06 .profileInner .profileName .label .name {
  font-size: 16px;
  line-height: 1.375;
}
.device-view-pc .device-type-pc #global-content .movies .movie {
  padding-top: 40px;
}
.device-view-pc .device-type-pc #global-content .movies .movieItem .moviePlay {
  padding-bottom: 56.25%;
  position: relative;
}
.device-view-pc .device-type-pc #global-content .movies .movieItem .moviePlay iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.device-view-pc .device-type-pc #global-content .movies .movieItem .movieInfo {
  padding-bottom: 2em;
  text-align: left;
}
.device-view-pc .device-type-pc #global-content .movies .movieItem .movieInfo .movieTitle,
.device-view-pc .device-type-pc #global-content .movies .movieItem .movieInfo .movieData {
  line-height: 1.4;
  display: block;
}
.device-view-pc .device-type-pc #global-content .movies .movieItem .movieInfo .movieTitle {
  font-size: 17px;
  font-weight: bold;
}
.device-view-pc .device-type-pc #global-content .movies .movieItem .movieInfo .movieData {
  padding-top: 0.5em;
}
.device-view-pc .device-type-pc #global-content .boxLink {
  width: 100%;
  height: 220px;
  background-color: #f1c400;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkOuter {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f1c400;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner .pic,
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner .box {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner .pic img {
  width: 362px;
  height: auto;
  vertical-align: bottom;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner .box {
  width: 100%;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner .box .boxInner p {
  padding-left: 1em;
  text-align: left;
  font-size: 17px;
  line-height: 1.35294;
  color: #fff;
  display: inline-block;
  position: relative;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner .box .boxInner p::after {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.device-view-pc .device-type-pc #global-content .boxLink .boxLinkInner .box .boxInner p .icon {
  margin-left: 0.5em;
}
.device-view-pc #global-wrapper .module-playerOverlay::after {
  -moz-background-size: 10% auto;
  background-size: 10% auto;
}
.device-view-pc .movie-pcHide {
  display: none;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/assets/images/admissions/header_bg_01_sp.jpg");
  }
  .device-js-on #global-header .video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
  }
  .device-js-on #global-header .video iframe,
  .device-js-on #global-header .video object,
  .device-js-on #global-header .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .device-js-on #global-content #acrossLead .article {
    padding-top: 8%;
  }
  .device-js-on #global-content #acrossLead .article .title {
    text-align: center;
  }
  .device-js-on #global-content .marginType01 {
    margin-bottom: 1.5em;
  }
  .device-js-on #global-content .marginType02 {
    margin-top: 1em;
  }
  .device-js-on #global-content .module-profileType06 .profileInner .profileName .label .name {
    font-size: 16px;
    line-height: 1.375;
  }
  .device-js-on #global-content .module-playerOverlay img {
    width: 100%;
  }
  .device-js-on #global-content .movies {
    margin: 0 auto;
    width: 92%;
  }
  .device-js-on #global-content .movies .movie {
    padding-top: 12%;
  }
  .device-js-on #global-content .movies .movie:first-child {
    padding-top: 0;
  }
  .device-js-on #global-content .movies .movie .module-boxR .movieItem {
    padding-top: 12%;
  }
  .device-js-on #global-content .movies .movieItem .movieInfo {
    padding: 1em 0;
    text-align: left;
  }
  .device-js-on #global-content .movies .movieItem .movieInfo .movieTitle,
  .device-js-on #global-content .movies .movieItem .movieInfo .movieData {
    line-height: 1.4;
    display: block;
  }
  .device-js-on #global-content .movies .movieItem .movieInfo .movieTitle {
    font-size: 116.66667%;
    font-weight: bold;
  }
  .device-js-on #global-content .movies .movieItem .movieInfo .movieData {
    padding-top: 0.5em;
  }
  .device-js-on #global-content .module-detail-movieWrap {
    padding-bottom: 54.8%;
    width: 100%;
    position: relative;
    margin-top: 0.5em;
  }
  .device-js-on #global-content .module-detail-movieWrap .module-detail-movie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .device-js-on #global-content .module-detail-movieWrap .module-detail-movie iframe {
    width: 100%;
    height: 100%;
  }
  .device-js-on #global-content #acrossArchive {
    margin: 0 8% 3%;
  }
  .device-js-on #global-content #acrossArchive .acrossArchiveImg {
    margin-bottom: 5%;
  }
  .device-js-on #global-content #acrossArchive .acrossArchiveImg > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .device-js-on #global-content #acrossArchive .acrossArchiveImg > ul > li {
    width: 50%;
  }
  .device-js-on #global-content #acrossArchive .acrossArchiveImg img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .device-js-on #global-content #acrossArchive .acrossArchiveBnr img {
    width: 100%;
    height: auto;
  }
  .device-js-on #global-content #acrossArchive .acrossInstaBnr {
    margin-bottom: 5%;
  }
  .device-js-on #global-content #acrossArchive .acrossInstaBnr img {
    width: 100%;
    height: auto;
  }
  .device-js-on #global-content .boxLink .boxLinkInner .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .device-js-on #global-content .boxLink .boxLinkInner .box {
    padding: 2.89855%;
    position: relative;
    background-color: #f1c400;
  }
  .device-js-on #global-content .boxLink .boxLinkInner .box .boxInner {
    font-size: 125%;
    line-height: 1.5;
    color: #fff;
  }
  .device-js-on #global-content .boxLink .boxLinkInner .box .boxInner .icon {
    margin-left: 1em;
  }
  .device-js-on #global-content .boxLink .boxLinkInner .box .boxInner:after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 0.5em;
    height: 0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #global-content .boxLinkList {
    padding-top: 2.66667%;
  }
  .device-js-on #global-wrapper .module-playerOverlay {
    width: 100%;
  }
  .device-js-on #global-wrapper .module-playerOverlay::after {
    -moz-background-size: 20% auto;
    background-size: 20% auto;
  }
  .device-js-on .movie-spHide {
    display: none;
  }
  .device-js-on #global-wrapper .module-boxColumn1 .module-boxText {
    padding-top: 0.5em!important;
  }
}
