  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/admissions/web-magazine/header_bg_01_sec.jpg");
  }
  #global-content .imgRandomArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #global-content .imgRandomArea .imgLayout-1 {
    width: 33.333%;
  }
  #global-content .imgRandomArea .imgLayout-2 {
    width: 33.333%;
    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;
  }
  #global-content .imgRandomArea .imgLayout-2 li {
    width: 50%;
  }
  #global-content .imgRandomArea .imgLayout-3 {
    width: 33.333%;
  }
  #global-content .imgRandomArea .imgLayout-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  #global-content .imgRandomArea .imgLayout-4 li {
    width: 33.333%;
  }
  #global-content .imgRandomArea li img {
    width: 100%;
    vertical-align: text-bottom;
  }
  #global-content .imgRandomArea li .js-modalImg:hover {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
  #global-content .marginBottomType02 {
    margin-bottom: 2em;
  }
  #global-content .modalContents {
    display: none;
    max-width: 724px;
    width: 80%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 103;
  }
  #global-content .closeBtn {
    position: absolute;
    right: 0;
    top: -68px;
    z-index: 104;
  }
  #global-content .closeBtn:hover {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #global-content .modalCaption {
    color: #fff;
    text-align: left;
    font-size: 15px;
    margin-top: 1em;
  }
  #global-content .features {
    margin: 0 auto 70px;
    max-width: 724px;
  }
  #global-content .features .featuresInner {
    padding-top: 60px;
  }
  #global-content .features .featuresInner:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content .features .featuresInner:first-child {
    padding-top: 0;
  }
  #global-content .features .featuresInner ul {
    width: 100%;
    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;
  }
  #global-content .features .featuresInner ul li {
    margin: 0;
    text-align: left;
    width: 31.493%;
  }
  #global-content .features .featuresInner ul li:nth-child(3n+2) {
    margin: 0 2.7%;
  }
  #global-content .features .featuresInner ul li:nth-child(n+4) {
    margin-top: 35px;
  }
  #global-content .features .featuresInner ul li a,
  #global-content .features .featuresInner ul li .notLink {
    display: block;
  }
  #global-content .features .featuresInner ul li .pic img {
    width: 100%;
  }
  #global-content .features .featuresInner ul li .caption {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.375;
  }
  #global-content .features .featuresInner ul li .label {
    padding-top: 0.5em;
    font-size: 13px;
    line-height: 1.38462;
  }
  #global-content .features .featuresInner ul li .detail {
    padding-top: 20px;
  }
  #global-content .features .featuresInner ul li .detail dt {
    font-size: 13px;
  }
  #global-content .features .featuresInner ul li .detail dd {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.38462;
  }
  #global-content .boxLink {
    width: 100%;
    height: 220px;
    background-color: #f1c400;
  }
  #global-content .boxLink .boxLinkOuter {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f1c400;
  }
  #global-content .boxLink .boxLinkInner {
    width: 100%;
    height: 100%;
    display: table;
  }
  #global-content .boxLink .boxLinkInner .pic,
  #global-content .boxLink .boxLinkInner .box {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  #global-content .boxLink .boxLinkInner .pic img {
    width: 362px;
    height: auto;
    vertical-align: bottom;
  }
  #global-content .boxLink .boxLinkInner .box {
    width: 100%;
  }
  #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;
  }
  #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);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #global-content .boxLink .boxLinkInner .box .boxInner p .icon {
    margin-left: 0.5em;
  }
  #global-content .web-magazine__features {
    margin-top: 60px;
  }
  #modalOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    z-index: 102;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/admissions/web-magazine/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .imgRandomArea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.device-view-pc #global-content .imgRandomArea .imgLayout-1 {
  width: 33.333%;
}
.device-view-pc #global-content .imgRandomArea .imgLayout-2 {
  width: 33.333%;
  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-view-pc #global-content .imgRandomArea .imgLayout-2 li {
  width: 50%;
}
.device-view-pc #global-content .imgRandomArea .imgLayout-3 {
  width: 33.333%;
}
.device-view-pc #global-content .imgRandomArea .imgLayout-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.device-view-pc #global-content .imgRandomArea .imgLayout-4 li {
  width: 33.333%;
}
.device-view-pc #global-content .imgRandomArea li img {
  width: 100%;
  vertical-align: text-bottom;
}
.device-view-pc #global-content .imgRandomArea li .js-modalImg:hover {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.device-view-pc #global-content .marginBottomType02 {
  margin-bottom: 2em;
}
.device-view-pc #global-content .modalContents {
  display: none;
  max-width: 724px;
  width: 80%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 103;
}
.device-view-pc #global-content .closeBtn {
  position: absolute;
  right: 0;
  top: -68px;
  z-index: 104;
}
.device-view-pc #global-content .closeBtn:hover {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.device-view-pc #global-content .modalCaption {
  color: #fff;
  text-align: left;
  font-size: 15px;
  margin-top: 1em;
}
.device-view-pc #global-content .features {
  margin: 0 auto 70px;
  max-width: 724px;
}
.device-view-pc #global-content .features .featuresInner {
  padding-top: 60px;
}
.device-view-pc #global-content .features .featuresInner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content .features .featuresInner:first-child {
  padding-top: 0;
}
.device-view-pc #global-content .features .featuresInner ul {
  width: 100%;
  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-view-pc #global-content .features .featuresInner ul li {
  margin: 0;
  text-align: left;
  width: 31.493%;
}
.device-view-pc #global-content .features .featuresInner ul li:nth-child(3n+2) {
  margin: 0 2.7%;
}
.device-view-pc #global-content .features .featuresInner ul li:nth-child(n+4) {
  margin-top: 35px;
}
.device-view-pc #global-content .features .featuresInner ul li a,
.device-view-pc #global-content .features .featuresInner ul li .notLink {
  display: block;
}
.device-view-pc #global-content .features .featuresInner ul li .pic img {
  width: 100%;
}
.device-view-pc #global-content .features .featuresInner ul li .caption {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.375;
}
.device-view-pc #global-content .features .featuresInner ul li .label {
  padding-top: 0.5em;
  font-size: 13px;
  line-height: 1.38462;
}
.device-view-pc #global-content .features .featuresInner ul li .detail {
  padding-top: 20px;
}
.device-view-pc #global-content .features .featuresInner ul li .detail dt {
  font-size: 13px;
}
.device-view-pc #global-content .features .featuresInner ul li .detail dd {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.38462;
}
.device-view-pc #global-content .boxLink {
  width: 100%;
  height: 220px;
  background-color: #f1c400;
}
.device-view-pc #global-content .boxLink .boxLinkOuter {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f1c400;
}
.device-view-pc #global-content .boxLink .boxLinkInner {
  width: 100%;
  height: 100%;
  display: table;
}
.device-view-pc #global-content .boxLink .boxLinkInner .pic,
.device-view-pc #global-content .boxLink .boxLinkInner .box {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.device-view-pc #global-content .boxLink .boxLinkInner .pic img {
  width: 362px;
  height: auto;
  vertical-align: bottom;
}
.device-view-pc #global-content .boxLink .boxLinkInner .box {
  width: 100%;
}
.device-view-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 #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);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(1px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.device-view-pc #global-content .boxLink .boxLinkInner .box .boxInner p .icon {
  margin-left: 0.5em;
}
.device-view-pc #modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.15);
  z-index: 102;
}
.device-view-pc #global-content .web-magazine__features {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) and (max-width: 1120px) {
  #global-header header .headerInner .title {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 920px) {
  #global-header header .headerInner .title {
    font-size: 30px !important;
  }
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/admissions/web-magazine/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-header header .headerInner .title {
    font-size: 132%;
  }
  .device-js-on #global-content .features ul {
    padding-left: 2.66667%;
    display: block;
  }
  .device-js-on #global-content .features ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-content .features ul li {
    padding-bottom: 6.66667%;
    width: 48.66667%;
    text-align: left;
    float: left;
  }
  .device-js-on #global-content .features ul li:nth-child(even):after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .device-js-on #global-content .features ul li a,
  .device-js-on #global-content .features ul li .notLink {
    margin: 0 auto;
    width: 89.0411%;
    display: block;
  }
  .device-js-on #global-content .features ul li .pic img {
    width: 100%;
    height: auto;
  }
  .device-js-on #global-content .features ul li .caption {
    padding: 0.5em 0;
    font-size: 125%;
    line-height: 1.3;
  }
  .device-js-on #global-content .features ul li .label {
    padding-top: 0.5em;
    font-size: 125%;
    line-height: 1.3;
  }
  .device-js-on #global-content .features ul li .detail dt {
    font-size: 125%;
  }
  .device-js-on #global-content .features ul li .detail dd {
    display: none;
  }
  .device-js-on #global-content .boxLink {
    margin: 0 auto;
    width: 92%;
  }
  .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);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateZ(1px);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  .device-js-on #global-content .boxLinkList {
    padding-top: 2.66667%;
  }
  .device-js-on #global-content .imgRandomArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .device-js-on #global-content .imgRandomArea .imgLayout-1 {
    width: 33.333%;
  }
  .device-js-on #global-content .imgRandomArea .imgLayout-2 {
    width: 33.333%;
    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 .imgRandomArea .imgLayout-2 li {
    width: 50%;
  }
  .device-js-on #global-content .imgRandomArea .imgLayout-3 {
    width: 33.333%;
  }
  .device-js-on #global-content .imgRandomArea .imgLayout-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .device-js-on #global-content .imgRandomArea .imgLayout-4 li {
    width: 33.333%;
  }
  .device-js-on #global-content .imgRandomArea li img {
    width: 100%;
    vertical-align: text-bottom;
  }
  .device-js-on #global-content .modalContents {
    display: none;
    width: 92%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 103;
  }
  .device-js-on #global-content .closeBtn {
    position: absolute;
    right: 0;
    top: -19.04762%;
    z-index: 104;
    width: 9.52381%;
  }
  .device-js-on #global-content .modalCaption {
    color: #fff;
    text-align: left;
    font-size: 125%;
    margin-top: 1em;
  }
  .device-js-on #global-content .marginBottomType02 {
    margin-bottom: 2em !important;
  }
  .device-js-on #global-content .bannerArea {
    width: 100%;
    padding: 0 4%;
    margin-top: 4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .device-js-on #global-content .bannerArea img {
    width: 100%;
  }
  .device-js-on #modalOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    z-index: 102;
  }

  .device-js-on #global-content .web-magazine__features {
    margin-top: 60px;
  }
}
