@charset "UTF-8";
.main .news .genelal-news, .main .news .genelal-news .tab-content .tab, .main .news .genelal-news .tab-content .pic-list, .main .news .genelal-news .tab-content .pic-list li a, .main .news .genelal-news .tab-content .pic-list li div.no-link, .main .news .genelal-news .other-contents .bnr, .main .fad .fad-inner .fad-list {
 display: inline-block;
}
.main .news .genelal-news, .main .news .genelal-news .tab-content .tab, .main .news .genelal-news .tab-content .pic-list, .main .news .genelal-news .tab-content .pic-list li a, .main .news .genelal-news .tab-content .pic-list li div.no-link, .main .news .genelal-news .other-contents .bnr, .main .fad .fad-inner .fad-list {
 display: block;
}
.main .news .genelal-news:after, .main .news .genelal-news .tab-content .tab:after, .main .news .genelal-news .tab-content .pic-list:after, .main .news .genelal-news .tab-content .pic-list li a:after, .main .news .genelal-news .tab-content .pic-list li div.no-link:after, .main .news .genelal-news .other-contents .bnr:after, .main .fad .fad-inner .fad-list:after {
 content: "";
 display: block;
 clear: both;
 height: 0;
}
/* inner extend */
/* icon extend */
/* inner mixin */
/* --------------------------------------------

	FileName	:	index.css

-------------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
 padding: 0;
 margin: 0;
 border: 0;
 outline: none;
 vertical-align: top;
}
.fancybox-wrap {
 position: absolute;
 top: 0;
 left: 0;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 z-index: 8020;
}
.fancybox-skin {
 position: relative;
 background: #f9f9f9;
 color: #444;
 text-shadow: none;
 border-radius: 4px;
}
.fancybox-opened {
 z-index: 8030;
}
.fancybox-opened .fancybox-skin {
 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
 position: relative;
}
.fancybox-inner {
 overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
 -webkit-overflow-scrolling: touch;
}
.fancybox-error {
 color: #444;
 font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
 margin: 0;
 padding: 15px;
 white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
 display: block;
 width: 100%;
 height: 100%;
}
.fancybox-image {
 max-width: 100%;
 max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
 background-image: url(/img/common/fancybox_sprite.png);
}
#fancybox-loading {
 position: fixed;
 top: 50%;
 left: 50%;
 margin-top: -22px;
 margin-left: -22px;
 background-position: 0 -108px;
 opacity: 0.8;
 cursor: pointer;
 z-index: 8060;
}
#fancybox-loading div {
 width: 44px;
 height: 44px;
 background: url(/img/common/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
 position: absolute;
 top: -18px;
 right: -18px;
 width: 36px;
 height: 36px;
 cursor: pointer;
 z-index: 8040;
}
.fancybox-nav {
 position: absolute;
 top: 0;
 width: 40%;
 height: 100%;
 cursor: pointer;
 text-decoration: none;
 background: transparent url(/img/common/blank.gif);
 /* helps IE */
 -webkit-tap-highlight-color: transparent;
 z-index: 8040;
}
.fancybox-prev {
 left: 0;
}
.fancybox-next {
 right: 0;
}
.fancybox-nav span {
 position: absolute;
 top: 50%;
 width: 36px;
 height: 34px;
 margin-top: -18px;
 cursor: pointer;
 z-index: 8040;
 visibility: hidden;
}
.fancybox-prev span {
 left: 10px;
 background-position: 0 -36px;
}
.fancybox-next span {
 right: 10px;
 background-position: 0 -72px;
}
.fancybox-nav:hover span {
 visibility: visible;
}
.fancybox-tmp {
 position: absolute;
 top: -99999px;
 left: -99999px;
 max-width: 99999px;
 max-height: 99999px;
 overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
 overflow: visible !important;
 width: auto;
}
.fancybox-lock body {
 overflow: hidden !important;
}
.fancybox-lock-test {
 overflow-y: hidden !important;
}
.fancybox-overlay {
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 display: none;
 z-index: 8010;
 background: url(/img/common/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
 position: fixed;
 bottom: 0;
 right: 0;
}
.fancybox-lock .fancybox-overlay {
 overflow: auto;
 overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
 visibility: hidden;
 font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
 position: relative;
 text-shadow: none;
 z-index: 8050;
}
.fancybox-opened .fancybox-title {
 visibility: visible;
}
.fancybox-title-float-wrap {
 position: absolute;
 bottom: 0;
 right: 50%;
 margin-bottom: -35px;
 z-index: 8050;
 text-align: center;
}
.fancybox-title-float-wrap .child {
 display: inline-block;
 margin-right: -100%;
 padding: 2px 20px;
 background: transparent;
 /* Fallback for web browsers that doesn't support RGBa */
 background: rgba(0, 0, 0, 0.8);
 border-radius: 15px;
 text-shadow: 0 1px 2px #222;
 color: #FFF;
 font-weight: bold;
 line-height: 24px;
 white-space: nowrap;
}
.fancybox-title-outside-wrap {
 position: relative;
 margin-top: 10px;
 color: #fff;
}
.fancybox-title-inside-wrap {
 padding-top: 10px;
}
.fancybox-title-over-wrap {
 position: absolute;
 bottom: 0;
 left: 0;
 color: #fff;
 padding: 10px;
 background: #000;
 background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/img/common/fancybox_sprite@2x.png);
  background-size: 44px 152px;
  /*The size of the normal image, half the size of the hi-res image*/
 }
 #fancybox-loading div {
  background-image: url(/img/common/fancybox_loading@2x.gif);
  background-size: 24px 24px;
  /*The size of the normal image, half the size of the hi-res image*/
 }
}
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
.owl-carousel, .owl-carousel .owl-item {
 -webkit-tap-highlight-color: transparent;
 position: relative;
}
.owl-carousel {
 display: none;
 width: 100%;
 z-index: 1;
}
.owl-carousel .owl-stage {
 position: relative;
 -ms-touch-action: pan-Y;
 -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
 min-height: 1px;
 float: left;
 -webkit-backface-visibility: hidden;
 -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
 display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
 display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
 display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
 cursor: pointer;
 cursor: hand;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}
.owl-carousel.owl-hidden {
 opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
 visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-grab {
 cursor: move;
 cursor: -webkit-grab;
 cursor: grab;
}
.owl-carousel.owl-rtl {
 direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
 float: right;
}
.owl-carousel .animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
 z-index: 0;
}
.owl-carousel .owl-animated-out {
 z-index: 1;
}
.owl-carousel .fadeOut {
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
.owl-height {
 transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
 opacity: 0;
 transition: opacity .4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
 position: relative;
 height: 100%;
 background: #000;
}
.owl-carousel .owl-video-play-icon {
 position: absolute;
 height: 80px;
 width: 80px;
 left: 50%;
 top: 50%;
 margin-left: -40px;
 margin-top: -40px;
 cursor: pointer;
 z-index: 1;
 -webkit-backface-visibility: hidden;
 transition: -webkit-transform .1s ease;
 transition: transform .1s ease;
 transition: transform .1s ease, -webkit-transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
 -webkit-transform: scale(1.3, 1.3);
 transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
 display: none;
}
.owl-carousel .owl-video-tn {
 opacity: 0;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
 position: relative;
 z-index: 1;
 height: 100%;
 width: 100%;
}
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under  ()
*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
 margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
 color: #FFF;
 font-size: 14px;
 margin: 5px;
 padding: 4px 7px;
 background: #D6D6D6;
 display: inline-block;
 cursor: pointer;
 border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
 background: #869791;
 color: #FFF;
 text-decoration: none;
}
.owl-theme .owl-nav .disabled {
 opacity: .5;
 cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
 margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 background: #D6D6D6;
 display: block;
 -webkit-backface-visibility: visible;
 transition: opacity .2s ease;
 border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
 background: #869791;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
 outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
 margin: 0;
 padding: 0;
 list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
 font-family: 'flexslider-icon';
 src: url("/js/fonts/flexslider-icon.eot");
 src: url("/js/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/js/fonts/flexslider-icon.woff") format("woff"), url("/js/fonts/flexslider-icon.ttf") format("truetype"), url("/js/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
 font-weight: normal;
 font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
 margin: 0;
 padding: 0;
}
.flexslider .slides > li {
 display: none;
 -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
 width: 100%;
 display: block;
}
.flex-pauseplay span {
 text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
 content: "\0020";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
html[xmlns] .slides {
 display: block;
}
* html .slides {
 height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
 display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
 margin: 0 0 60px;
 background: #fff;
 border: 4px solid #fff;
 position: relative;
 border-radius: 4px;
 -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
 zoom: 1;
}
.flex-viewport {
 max-height: 2000px;
 transition: all 1s ease;
}
.loading .flex-viewport {
 max-height: 300px;
}
.flexslider .slides {
 zoom: 1;
}
.carousel li {
 margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
 display: block;
 width: 40px;
 height: 40px;
 margin: -20px 0 0;
 position: absolute;
 top: 50%;
 z-index: 10;
 overflow: hidden;
 opacity: 0;
 cursor: pointer;
 color: rgba(0, 0, 0, 0.8);
 text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
 transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
 left: -50px;
}
.flex-direction-nav .flex-next {
 right: -50px;
 text-align: right;
}
.flexslider:hover .flex-prev {
 opacity: 0.7;
 left: 10px;
}
.flexslider:hover .flex-next {
 opacity: 0.7;
 right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
 opacity: 1;
}
.flex-direction-nav .flex-disabled {
 opacity: 0 !important;
 filter: alpha(opacity=0);
 cursor: default;
}
.flex-direction-nav a:before {
 font-family: "flexslider-icon";
 font-size: 40px;
 display: inline-block;
 content: '\f001';
}
.flex-direction-nav a.flex-next:before {
 content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
 display: block;
 width: 20px;
 height: 20px;
 position: absolute;
 bottom: 5px;
 left: 10px;
 opacity: 0.8;
 z-index: 10;
 overflow: hidden;
 cursor: pointer;
 color: #000;
}
.flex-pauseplay a:before {
 font-family: "flexslider-icon";
 font-size: 20px;
 display: inline-block;
 content: '\f004';
}
.flex-pauseplay a:hover {
 opacity: 1;
}
.flex-pauseplay a.flex-play:before {
 content: '\f003';
}
/* Control Nav */
.flex-control-nav {
 width: 100%;
 position: absolute;
 bottom: -40px;
 text-align: center;
}
.flex-control-nav li {
 margin: 0 6px;
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
 width: 11px;
 height: 11px;
 display: block;
 background: #666;
 background: rgba(0, 0, 0, 0.5);
 cursor: pointer;
 text-indent: -9999px;
 border-radius: 20px;
 -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
 box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
 background: #333;
 background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
 background: #000;
 background: rgba(0, 0, 0, 0.9);
 cursor: default;
}
.flex-control-thumbs {
 margin: 5px 0 0;
 position: static;
 overflow: hidden;
}
.flex-control-thumbs li {
 width: 25%;
 float: left;
 margin: 0;
}
.flex-control-thumbs img {
 width: 100%;
 display: block;
 opacity: .7;
 cursor: pointer;
}
.flex-control-thumbs img:hover {
 opacity: 1;
}
.flex-control-thumbs .flex-active {
 opacity: 1;
 cursor: default;
}
@media screen and (max-width: 860px) {
 .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
 }
 .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
 }
}
/* -------------------------------------
	index?pCSS
------------------------------------- */
@media print, screen and (min-width: 768px) {
 .main {
  background: #e6e6e6;
  padding-top: 150px;
 }
}
@media only screen and (max-width: 767px) {
 .main {
  padding: 0 10px;
 }
}
.main .main-slider {
 position: relative;
}
@media print, screen and (min-width: 768px) {
 .main .main-slider {
  margin: -165px auto 0;
  max-width: 1580px;
  min-width: 1000px;
  width: 100%;
  overflow: hidden;
 }
}
@media only screen and (max-width: 767px) {
 .main .main-slider {
  padding-top: 60px;
  margin: 0 -10px;
  width: auto;
 }
}
.main .main-slider .loading {
 position: absolute;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
 .main .main-slider .loading {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url('../img/index/loading.gif') no-repeat;
  background-size: 60px 60px;
  top: 385px;
 }
}
@media only screen and (max-width: 767px) {
 .main .main-slider .loading {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url('../img/index/loading_sp.gif') no-repeat;
  background-size: 60px 60px;
  top: 59%;
 }
}
.main .main-slider .main-slider-inner {
 opacity: 0;
 filter: alpha(opacity=0);
 visibility: hidden;
}
@media print, screen and (min-width: 768px) {
 .main .main-slider .main-slider-inner {
  height: 990px;
  overflow: hidden;
  margin: 0 -240px;
 }
}
@media only screen and (max-width: 767px) {
 .main .main-slider .main-slider-inner {
  height: 0;
  padding-bottom: 75%;
 }
}
.main .main-slider .flexslider {
 border: none;
}
@media only screen and (max-width: 767px) {
 .main .main-slider .flexslider {
  box-shadow: none;
 }
}
.main .main-slider .flexslider.pc {
 display: block;
}
@media only screen and (max-width: 767px) {
 .main .main-slider .flexslider.pc {
  display: none;
 }
}
.main .main-slider .flexslider_sp {
 border: none;
 display: none;
}
@media only screen and (max-width: 767px) {
 .main .main-slider .flexslider_sp {
  display: block;
 }
}
.main .main-slider .flexslider_sp .slider-inner {
 position: relative;
 padding-bottom: 75%;
}
.main .main-slider .flexslider_sp .slider-inner .mv_collabo_sp ul {
 width: 100%;
 margin: 0 auto;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
.main .main-slider .flexslider_sp .slider-inner .mv_collabo_sp ul li {
 width: 50%;
}
.main .main-slider #slide {
 position: relative;
 margin: 0 auto;
}
.main .main-slider #slide .slider-inner {
 position: relative;
 z-index: 0;
 margin: 0 auto;
 width: 1581px;
}
@media only screen and (max-width: 767px) {
 .main .main-slider #slide .slider-inner {
  width: 100%;
 }
 .main .main-slider #slide .slider-inner:after {
  content: "";
  display: block;
  clear: both;
 }
}
.main .main-slider #slide .sp-slide .mv_collabo_pc {
 padding-top: 165px;
}
.main .main-slider #slide .sp-slide .mv_collabo_pc ul {
 width: 1200px;
 height: 440px;
 margin: 0 auto;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 background: url(/img/index/mv_collabo01_03.png) center bottom no-repeat;
}
.main .main-slider #slide .sp-slide .lecture_pc a {
 width: 100px;
 height: 26px;
 position: absolute;
 top: 482px;
 text-indent: 100%;
 white-space: nowrap;
}
.main .main-slider #slide .sp-slide .lecture_pc a.third {
 left: 650px;
}
.main .main-slider #slide .sp-slide .lecture_pc a.fourth {
 left: 1195px;
}
.main .main-slider #slide .sp-slide .pcView {
 position: relative;
}
@media print, screen and (min-width: 768px) {
 .main .main-slider #slide .sp-slide .pcView {
  display: block;
 }
}
.main .main-slider #slide .sp-slide .spView {
 position: relative;
}
.main .main-slider #slide .sp-slide.slide01 .pcView .txt {
 position: absolute;
 top: 385px;
 left: 250px;
 display: inline-block;
 width: 338px;
 height: 100px;
 background: url('../img/index/txt_01.png') no-repeat;
 background-size: 338px 100px;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 display: block;
}
.main .main-slider #slide .sp-slide.slide01 .spView .txt_sp {
 position: absolute;
 bottom: 30%;
 left: 50%;
 width: 211.5px;
 height: 58px;
 background: url('../img/index/txt_01_sp.png') no-repeat;
 background-size: 211.5px 58px;
 display: block;
 white-space: nowrap;
 text-indent: 100%;
 overflow: hidden;
 margin-left: -108px;
}
.main .main-slider #slide .sp-slide.slide02 .pcView .txt {
 position: absolute;
 top: 385px;
 left: 250px;
 display: inline-block;
 width: 326px;
 height: 99px;
 background: url('../img/index/txt_02.png') no-repeat;
 background-size: 326px 99px;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 display: block;
}
.main .main-slider #slide .sp-slide.slide02 .spView .txt_sp {
 position: absolute;
 bottom: 30%;
 left: 50%;
 width: 201.5px;
 height: 58px;
 background: url('../img/index/txt_02_sp.png') no-repeat;
 background-size: 201.5px 58px;
 display: block;
 white-space: nowrap;
 text-indent: 100%;
 overflow: hidden;
 margin-left: -108px;
}
.main .main-slider #slide .sp-slide.slide03 .pcView .txt {
 position: absolute;
 top: 385px;
 left: 250px;
 display: inline-block;
 width: 335px;
 height: 100px;
 background: url('../img/index/txt_03.png') no-repeat;
 background-size: 335px 100px;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 display: block;
}
.main .main-slider #slide .sp-slide.slide03 .spView .txt_sp {
 position: absolute;
 bottom: 30%;
 left: 50%;
 width: 207px;
 height: 58px;
 background: url('../img/index/txt_03_sp.png') no-repeat;
 background-size: 207px 58px;
 display: block;
 white-space: nowrap;
 text-indent: 100%;
 overflow: hidden;
 margin-left: -108px;
}
.main .main-slider #slide .sp-slide.shinna .pcView {
 width: 1200px;
 margin: 180px auto 0;
}
.main .news {
 width: 100%;
}
@media print, screen and (min-width: 768px) {
 .main .news {
  margin-top: -385px;
 }
}
@media only screen and (max-width: 767px) {
 .main .news {
  padding-top: 25px;
 }
}
.main .news .important-news {
 background: #fff;
 position: relative;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 box-sizing: border-box;
}
.main .news .new-year-greeting {
 background: #fff;
 position: relative;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
 .main .news .important-news {
  max-width: 1200px;
  margin: 0 auto 10px;
  width: 100%
 }
 .main .news .new-year-greeting {
  max-width: 1200px;
  margin: 0 auto 2px;
  width: 100%;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .important-news {
  display: block;
  margin: 35px 0 35px;
  padding: 25px 10px;
  background: #e6e6e6;
  width: auto;
 }
 .main .news .new-year-greeting {
  display: block;
  margin: 35px 0 35px;
  padding: 25px 10px;
  background: #e6e6e6;
  width: auto;
 }
}
.main .news .important-news div.head {
 background: #e73a7b;
 width: 17.5%;
 text-align: center;
 position: relative;
 vertical-align: middle;
}
.main .news .new-year-greeting div.head {
 background: #ff6633;
 width: 17.5%;
 text-align: center;
 position: relative;
 vertical-align: middle;
}
@media only screen and (max-width: 767px) {
 .main .news .important-news div.head {
  display: block;
  width: 100%;
  padding: 10px 0;
 }
 .main .news .new-year-greeting div.head {
  display: block;
  width: 100%;
  padding: 10px 0;
 }
}
.main .news .important-news div.head:after {
 content: '';
 display: block;
 position: absolute;
 margin: auto;
 width: 7px;
 height: 7px;
 border: 7px solid transparent;
 box-sizing: border-box;
 transition: all 0.2s;
}
.main .news .new-year-greeting div.head:after {
 content: '';
 display: block;
 position: absolute;
 margin: auto;
 width: 7px;
 height: 7px;
 border: 7px solid transparent;
 box-sizing: border-box;
 transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
 .main .news .important-news div.head:after {
  border-left: 7px solid #e73a7b;
  right: -14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
 }
 .main .news .new-year-greeting div.head:after {
  border-left: 7px solid #ff6633;
  right: -14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
 }
}
@media only screen and (max-width: 767px) {
 .main .news .important-news div.head:after {
  border-top: 7px solid #e73a7b;
  left: 0;
  right: 0;
  bottom: -14px;
 }
 .main .news .new-year-greeting div.head:after {
  border-top: 7px solid #ff6633;
  left: 0;
  right: 0;
  bottom: -14px;
 }
}
.main .news .important-news div.head h2 {
 color: #fff;
 font-weight: bold;
}
.main .news .new-year-greeting div.head h2 {
 color: #fff;
 font-weight: bold;
}
@media print, screen and (min-width: 768px) {
 .main .news .important-news div.head h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
 }
 .main .news .new-year-greeting div.head h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
 }
}
.main .news .important-news div.news-content {
 width: 82.5%;
 box-sizing: border-box;
 padding: 10px;
 background: #fff;
}
.main .news .new-year-greeting div.news-content {
 width: 82.5%;
 box-sizing: border-box;
 padding: 10px;
 background: #fff;
}
@media only screen and (max-width: 767px) {
 .main .news .important-news div.news-content {
  display: block;
  padding: 10px;
  width: 100%;
 }
 .main .news .new-year-greeting div.news-content {
  display: block;
  padding: 10px;
  width: 100%;
 }
}
.main .news .important-news div.news-content .list li {
 border-bottom: 1px dotted #bbb;
}
.main .news .new-year-greeting div.news-content .list li {
 border-bottom: 1px dotted #bbb;
}
.main .news .important-news div.news-content .list li:last-child {
 border-bottom: none;
}
.main .news .new-year-greeting div.news-content .list li:last-child {
 border-bottom: none;
}
.main .news .important-news div.news-content .list li a, .main .news .important-news div.news-content .list li div.no-link {
 padding: 1em 10px;
 display: block;
 text-decoration: none;
 color: #333;
 background: #fff;
}
.main .news .new-year-greeting div.news-content .list li a, .main .news .new-year-greeting div.news-content .list li div.no-link {
 padding: 1em 10px;
 display: block;
 text-decoration: none;
 color: #333;
 background: #fff;
}
.main .news .important-news div.news-content .list li a {
 transition: all 0.2s;
}
.main .news .new-year-greeting div.news-content .list li a {
 transition: all 0.2s;
}
.main .news .important-news div.news-content .list li a:hover {
 background: #fbf9d0;
}
.main .news .new-year-greeting div.news-content .list li a:hover {
 background: #fbf9d0;
}
@media print, screen and (min-width: 768px) {
 .main .news .important-news div.news-content .list li .info {
  float: left;
 }
 .main .news .new-year-greeting div.news-content .list li .info {
  float: left;
 }
}
.main .news .important-news div.news-content .list li .info time {
 font-size: 14px;
 font-size: 0.93333rem;
 margin-right: 8px;
 float: left;
 color: #888;
}
.main .news .new-year-greeting div.news-content .list li .info time {
 font-size: 14px;
 font-size: 0.93333rem;
 margin-right: 8px;
 float: left;
 color: #888;
}
.main .news .important-news div.news-content .list li .info .category {
 display: inline-block;
 position: relative;
 top: -1px;
 font-size: 11px;
 font-size: 0.73333rem;
 line-height: 1;
 border: 1px solid #aaa;
 color: #5b5b5b;
 text-align: center;
 width: 5.4em;
 padding: 4px;
 background: #fff;
 box-sizing: border-box;
}
.main .news .new-year-greeting div.news-content .list li .info .category {
 display: inline-block;
 position: relative;
 top: -1px;
 font-size: 11px;
 font-size: 0.73333rem;
 line-height: 1;
 border: 1px solid #aaa;
 color: #5b5b5b;
 text-align: center;
 width: 5.4em;
 padding: 4px;
 background: #fff;
 box-sizing: border-box;
}
.main .news .important-news div.news-content .list li .txt {
 transition: all 0.2s;
}
.main .news .new-year-greeting div.news-content .list li .txt {
 transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
 .main .news .important-news div.news-content .list li .txt {
  padding-left: 11em;
 }
 .main .news .new-year-greeting div.news-content .list li .txt {
  padding-left: 11em;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .important-news div.news-content .list li .txt {
  margin-top: 0.4em;
 }
 .main .news .new-year-greeting div.news-content .list li .txt {
  margin-top: 0.4em;
 }
}
.main .news .genelal-news {
 position: relative;
 width: 100%;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news {
  max-width: 1200px;
  margin: 0 auto 100px;
 }
}
.main .news .genelal-news .head {
 background: #fff;
 box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .head {
  height: 100px;
  float: left;
  width: 17.5%;
  position: relative;
 }
}
.main .news .genelal-news .head h2 {
 text-align: center;
 display: block;
 text-indent: -9999px;
 white-space: nowrap;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .head h2 {
  margin-bottom: 20px;
  width: 96px;
  height: 77px;
  background: url('../img/index/head_news.png') no-repeat;
  background-size: 96px 77px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .head h2 {
  margin: 40px auto 20px;
  width: 210px;
  height: 19px;
  background: url('../img/index/head_news_sp.png') no-repeat;
  background-size: 210px 19px;
  display: block;
 }
}
.main .news .genelal-news .tab-content {
 background: #fff;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content {
  float: right;
  width: 82.5%;
 }
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .tab {
  width: 17.5%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  background: #fff;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .tab {
  width: 100%;
 }
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .tab li {
  margin-bottom: 2px;
 }
 .main .news .genelal-news .tab-content .tab li:last-child {
  margin-bottom: 0;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .tab li {
  float: left;
  width: 32.6%;
  margin-right: 1%;
 }
 .main .news .genelal-news .tab-content .tab li:last-child {
  margin-right: 0;
 }
}
.main .news .genelal-news .tab-content .tab li a {
 display: block;
 text-align: center;
 text-decoration: none;
 line-height: 1;
 background: #eaf8e8;
 transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .tab li a {
  height: 50px;
  font-size: 14px;
  font-size: 0.93333rem;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .tab li a {
  height: 45px;
  font-size: 13px;
  font-size: 0.86667rem;
 }
}
.main .news .genelal-news .tab-content .tab li a span {
 position: relative;
 vertical-align: middle;
 display: inline-block;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.main .news .genelal-news .tab-content .tab li a:after {
 content: '';
 display: block;
 position: absolute;
 margin: auto;
 width: 7px;
 height: 7px;
 border: 7px solid transparent;
 box-sizing: border-box;
 opacity: 0;
 filter: alpha(opacity=0);
 visibility: hidden;
 transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .tab li a:after {
  border-left: 7px solid #387e5a;
  right: -14px;
  top: 0;
  bottom: 0;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .tab li a:after {
  border-top: 7px solid #387e5a;
  left: 0;
  right: 0;
  bottom: -14px;
 }
}
.main .news .genelal-news .tab-content .tab li.ui-tabs-active a, .main .news .genelal-news .tab-content .tab li:hover a {
 position: relative;
 background: #387e5a;
 color: #fff;
}
.main .news .genelal-news .tab-content .tab li.ui-tabs-active a:after, .main .news .genelal-news .tab-content .tab li:hover a:after {
 opacity: 1;
 filter: alpha(opacity=100);
 visibility: visible;
}
.main .news .genelal-news .tab-content .news-content {
 box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .news-content {
  padding: 20px;
  min-height: 633px;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .news-content {
  margin-top: 15px;
  padding: 0 0 40px;
 }
}
.main .news .genelal-news .tab-content .news-content .more {
 position: relative;
 display: block;
 width: 6em;
 margin: 20px 0 0 auto;
 padding: 8px 10px 8px 0;
 text-align: center;
 text-decoration: none;
 border: 1px solid #387e5a;
 line-height: 1;
 border-radius: 3px;
 font-size: 12px;
 font-size: 0.8rem;
 transition: all 0.2s;
}
.main .news .genelal-news .tab-content .news-content .more:after {
 content: '\e800';
 margin: auto;
 color: #387e5a;
 line-height: 14px;
 font-size: 12px;
 font-size: 0.8rem;
 font-family: "fontello";
 font-style: normal;
 font-weight: normal;
 speak: none;
 display: inline-block;
 text-decoration: inherit;
 text-align: center;
 font-variant: normal;
 text-transform: none;
 line-height: 1em;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 transition: all 0.2s;
}
.main .news .genelal-news .tab-content .news-content .more:hover {
 background: #387e5a;
 color: #fff;
}
.main .news .genelal-news .tab-content .news-content .more:hover:after {
 color: #fff;
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .news-content .more {
  width: 150px;
  padding: 10px 10px 10px 0;
  margin: 20px auto 0;
 }
}
.main .news .genelal-news .tab-content #exam, .main .news .genelal-news .tab-content #club {
 display: none;
}
.main .news .genelal-news .tab-content .pic-list li {
 background: #fff;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .pic-list li {
  float: left;
  width: 25%;
  min-height: 300px;
  box-sizing: border-box;
  border-right: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
 }
 .main .news .genelal-news .tab-content .pic-list li:nth-child(4), .main .news .genelal-news .tab-content .pic-list li:nth-child(8) {
  border-right: none;
 }
 .main .news .genelal-news .tab-content .pic-list li:nth-last-child(1), .main .news .genelal-news .tab-content .pic-list li:nth-last-child(2), .main .news .genelal-news .tab-content .pic-list li:nth-last-child(3), .main .news .genelal-news .tab-content .pic-list li:nth-last-child(4) {
  border-bottom: none;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .pic-list li {
  border-bottom: 1px dotted #bbb;
 }
}
.main .news .genelal-news .tab-content .pic-list li.no-entry {
 width: 100%;
 border: none;
 border-bottom: 1px dotted #bbb;
}
.main .news .genelal-news .tab-content .pic-list li.no-entry div.no-link {
 padding: 1.2em 10px;
}
.main .news .genelal-news .tab-content .pic-list li a, .main .news .genelal-news .tab-content .pic-list li div.no-link {
 text-decoration: none;
 color: #333;
 display: block;
 height: 100%;
 box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .pic-list li a, .main .news .genelal-news .tab-content .pic-list li div.no-link {
  padding: 20px;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .pic-list li a, .main .news .genelal-news .tab-content .pic-list li div.no-link {
  padding: 1em 5px;
 }
}
.main .news .genelal-news .tab-content .pic-list li a {
 transition: background 0.2s;
}
.main .news .genelal-news .tab-content .pic-list li a:hover {
 background: #fbf9d0;
}
.main .news .genelal-news .tab-content .pic-list li .pic {
 overflow: hidden;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .pic-list li .pic {
  height: 0;
  padding-bottom: 58.82%;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .pic-list li .pic {
  float: left;
  width: 90px;
  height: 53px;
 }
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .pic-list li .content {
  margin-top: 1.6em;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .pic-list li .content {
  padding-left: 98px;
 }
}
.main .news .genelal-news .tab-content .pic-list li .info time {
 font-size: 14px;
 font-size: 0.93333rem;
 margin-right: 5px;
 float: left;
 color: #888;
}
.main .news .genelal-news .tab-content .pic-list li .info .category {
 position: relative;
 top: -2px;
 display: inline-block;
 font-size: 11px;
 font-size: 0.73333rem;
 line-height: 1.2;
 border: 1px solid #aaa;
 color: #5b5b5b;
 text-align: center;
 width: 9.2em;
 padding: 3px 2px;
 background: #fff;
}
.main .news .genelal-news .tab-content .pic-list li .txt {
 line-height: 1.5;
 font-weight: bold;
 transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .pic-list li .txt {
  margin-top: 0.7em;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .pic-list li .txt {
  margin-top: 0.3em;
  font-size: 14px;
  font-size: 0.93333rem;
 }
}
.main .news .genelal-news .tab-content .no-pic-list li {
 border-bottom: 1px dotted #bbb;
}
.main .news .genelal-news .tab-content .no-pic-list li a, .main .news .genelal-news .tab-content .no-pic-list li div.no-link {
 padding: 1.2em 10px;
 display: block;
 text-decoration: none;
 color: #333;
 background: #fff;
 transition: all 0.2s;
}
.main .news .genelal-news .tab-content .no-pic-list li a:hover {
 background: #fbf9d0;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .no-pic-list li .info {
  float: left;
 }
}
.main .news .genelal-news .tab-content .no-pic-list li .info time {
 font-size: 14px;
 font-size: 0.93333rem;
 margin-right: 8px;
 float: left;
 color: #888;
}
.main .news .genelal-news .tab-content .no-pic-list li .info .category {
 display: inline-block;
 position: relative;
 top: -1px;
 font-size: 11px;
 font-size: 0.73333rem;
 line-height: 1;
 border: 1px solid #aaa;
 color: #5b5b5b;
 text-align: center;
 width: 5.4em;
 padding: 4px;
 background: #fff;
 box-sizing: border-box;
}
.main .news .genelal-news .tab-content .no-pic-list li .txt {
 transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .tab-content .no-pic-list li .txt {
  padding-left: 11em;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .tab-content .no-pic-list li .txt {
  margin-top: 0.4em;
 }
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .other-contents {
  padding: 20px 0;
  background: #dadada;
  width: 17.5%;
  bottom: 0;
  left: 0;
  position: absolute;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .other-contents {
  padding: 30px 10px 30px;
  margin: 0 -10px;
  background: #e6e6e6;
 }
}
.main .news .genelal-news .other-contents .bnr {
 margin-right: auto;
 margin-left: auto;
}
@media print, screen and (min-width: 768px) {
 .main .news .genelal-news .other-contents .bnr {
  max-width: 155px;
 }
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .other-contents .bnr {
  max-width: 320px;
 }
}
.main .news .genelal-news .other-contents .bnr li {
 margin-bottom: 8px;
 background: #fff;
 text-align: center;
}
@media only screen and (max-width: 767px) {
 .main .news .genelal-news .other-contents .bnr li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
 }
 .main .news .genelal-news .other-contents .bnr li:nth-child(2n) {
  margin-right: 0;
 }
}
.main .news .genelal-news .other-contents .bnr li img {
 transition: all 0.2s;
}
.main .news .genelal-news .other-contents .bnr li img:hover {
 opacity: 0.6;
 filter: alpha(opacity=60);
}
.main .news .genelal-news .other-contents .bnr li:last-child {
 margin-bottom: 0;
}
.main .news .genelal-news .other-contents .bnr li.txt {
 margin-bottom: 7px;
}
.main .news .genelal-news .other-contents .bnr li.txt a {
 border: 1px solid #387e5a;
 line-height: 1;
 text-decoration: none;
 font-size: 14px;
 font-size: 0.93333rem;
 display: block;
 padding: 10px 0;
 transition: all 0.2s;
}
.main .news .genelal-news .other-contents .bnr li.txt a:hover {
 background: #387e5a;
 color: #fff;
}
.main .news .genelal-news .other-contents .sns {
 margin-top: 12px;
 text-align: center;
}
.main .news .genelal-news .other-contents .sns li {
 display: inline-block;
 margin-right: 3px;
 width: 32px;
}
@media screen and (max-width: 767px) {
 .main .news .genelal-news .other-contents .sns li {
  width: 48px;
 }
}
.main .news .genelal-news .other-contents .sns li img {
 transition: all 0.2s;
}
.main .news .genelal-news .other-contents .sns li img:hover {
 opacity: 0.6;
 filter: alpha(opacity=60);
}
.main .news .genelal-news .other-contents .sns li:last-child {
 margin-right: 0;
}
.main .news .genelal-news .other-contents .kishapon {
 margin-top: 12px;
 text-align: center;
}
.main .news .genelal-news .other-contents .kishapon li {
 display: inline-block;
 width: 90%;
}
.main .opencampus {
 overflow: hidden;
 position: relative;
 transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
 .main .opencampus {
  width: 100%;
  background: #e5e5e5;
 }
}
@media only screen and (max-width: 767px) {
 .main .opencampus {
  margin: 0 -10px;
 }
}
.main .opencampus:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
}
.main .opencampus .opencampus-inner .movie .cover {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 /*
    background: url(/img/index/ptn_oc.png) 0 0 repeat;
*/
 background: #000 url(/img/index/ptn_oc.png) 0 0 repeat;
 z-index: 10;
 opacity: 0.8;
 filter: alpha(opacity=80);
}
.main .opencampus .opencampus-inner .movie .movie-play {
 width: 100%;
 overflow: hidden;
 vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
 .main .opencampus .opencampus-inner .movie .movie-play {
  display: none;
 }
}
.main .opencampus .opencampus-inner .movie .movie-none {
 display: none;
}
@media only screen and (max-width: 767px) {
 .main .opencampus .opencampus-inner .movie .movie-none {
  display: block;
 }
}
.main .opencampus .opencampus-inner h2 {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 z-index: 20;
 /*
    max-width: 90%;
    width: 700px;
    width: 621.5px;
*/
 max-width: 96%;
 width: 640px;
 text-align: center;
}
@media print, screen and (min-width: 768px) {
 .main .introducton {
  width: 100%;
  display: table;
  table-layout: fixed;
 }
}
@media only screen and (max-width: 767px) {
 .main .introducton {
  margin: 0 -10px;
 }
}
@media print, screen and (min-width: 768px) {
 .main .introducton .movie, .main .introducton .pickup {
  padding: 60px 20px;
  display: table-cell;
 }
}
@media only screen and (max-width: 767px) {
 .main .introducton .movie, .main .introducton .pickup {
  padding: 40px 0;
 }
}
.main .introducton .movie h2, .main .introducton .pickup h2 {
 text-align: center;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
 .main .introducton .movie h2, .main .introducton .pickup h2 {
  max-width: 500px;
 }
}
@media only screen and (max-width: 767px) {
 .main .introducton .movie h2, .main .introducton .pickup h2 {
  margin-left: 20px;
  margin-right: 20px;
 }
}
.main .introducton .movie h2 span, .main .introducton .pickup h2 span {
 display: inline-block;
 padding: 0 25px;
 position: relative;
}
.main .introducton .movie h2 span:before, .main .introducton .movie h2 span:after, .main .introducton .pickup h2 span:before, .main .introducton .pickup h2 span:after {
 content: '';
 border-top: 1px solid #387e5a;
 position: absolute;
 top: 73%;
 width: 100em;
}
.main .introducton .movie h2 span:before, .main .introducton .pickup h2 span:before {
 right: 100%;
}
.main .introducton .movie h2 span:after, .main .introducton .pickup h2 span:after {
 left: 100%;
}
@media only screen and (max-width: 413px) {
 .main .introducton .movie h2 span:after, .main .introducton .movie h2 span:before, .main .introducton .pickup h2 span:after, .main .introducton .pickup h2 span:before {
  display: none;
 }
}
@media only screen and (max-width: 767px) {
 .main .introducton .movie h2 span img, .main .introducton .pickup h2 span img {
  max-height: 42px;
  width: auto;
 }
}
.main .introducton .movie {
 background: url(/img/common/ptn_dot.png) 0 0 repeat;
}
.main .introducton .movie h2 {
 text-align: center;
}
.main .introducton .movie h2 img {
 width: 305px;
 /*      width: 241px; */
}
.main .introducton .movie .play-btn {
 text-align: center;
 margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
 .main .introducton .movie .play-btn {
  max-width: 500px;
 }
}
@media only screen and (max-width: 767px) {
 .main .introducton .movie .play-btn {
  max-width: 400px;
  padding: 0 20px;
 }
}
.main .introducton .movie .play-btn a {
 background: #fff;
 display: block;
}
.main .introducton .movie .play-btn img {
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
 transition: opacity 0.2s;
 border: 6px solid #fff;
 box-sizing: border-box;
}
.main .introducton .movie .play-btn img:hover {
 opacity: .7;
}
.main .introducton .pickup {
 background: #eaf8e8;
}
.main .introducton .pickup h2 {
 text-align: center;
}
.main .introducton .pickup h2 img {
 width: 305px;
}
.main .introducton .pickup .pickup-slider {
 max-width: 550px;
 margin-left: auto;
 margin-right: auto;
}
@media print, screen and (min-width: 768px) {
 .main .introducton .pickup .pickup-slider {
  padding-top: 20px;
 }
}
.main .introducton .pickup .pickup-slider .item-wrap .item {
 max-width: 265px;
 margin: 0 auto 20px;
 background: #fff;
}
.main .introducton .pickup .pickup-slider .item-wrap .item:last-child {
 margin-bottom: 0;
}
.main .introducton .pickup .pickup-slider .item-wrap .item img {
 transition: all 0.2s;
}
.main .introducton .pickup .pickup-slider .item-wrap .item img:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
}
@media print, screen and (min-width: 768px) {
 .main .introducton .pickup .pickup-slider .owl-dots {
  margin-top: 60px;
 }
}
@media only screen and (max-width: 767px) {
 .main .introducton .pickup .pickup-slider .owl-dots {
  margin-top: 25px;
 }
}
.main .introducton .pickup .pickup-slider .owl-dots .owl-dot span {
 background: #fff;
 width: 12px;
 height: 12px;
}
.main .introducton .pickup .pickup-slider .owl-dots .owl-dot.active span {
 background: #387e5a;
}
.main .fad {
 background: #5db8ed;
 background: linear-gradient(to bottom, #5db8ed 0%, #bae7fb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}
@media only screen and (max-width: 767px) {
 .main .fad {
  margin: 0 -10px;
 }
}
.main .fad .fad-inner {
 background: url(/img/index/bg_contents.png) center bottom no-repeat;
 position: relative;
 overflow: hidden;
}
@media print, screen and (min-width: 1401px) {
 .main .fad .fad-inner {
  background-size: contain;
 }
}
@media print, screen and (min-width: 768px) {
 .main .fad .fad-inner {
  padding: 100px 0 400px;
 }
}
@media print, screen and (min-width: 1401px) {
 .main .fad .fad-inner {
  padding-bottom: 460px;
 }
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner {
  padding: 40px 0;
  background-size: contain;
  background: none;
 }
}
.main .fad .fad-inner:before {
 content: '';
 display: inline-block;
 width: 669px;
 height: 469px;
 background: url('../img/common/img-cloud_01.png') no-repeat;
 background-size: 669px 469px;
 position: absolute;
 right: 50%;
 top: -40px;
 -webkit-transform: translate(990px, 0);
 transform: translate(990px, 0);
}
.main .fad .fad-inner:after {
 content: '';
 display: inline-block;
 width: 569px;
 height: 249px;
 background: url('../img/common/img-cloud_02.png') no-repeat;
 background-size: 569px 249px;
 position: absolute;
 left: 50%;
 top: 100px;
 -webkit-transform: translate(-1020px, 0);
 transform: translate(-1020px, 0);
}
.main .fad .fad-inner h2 {
 text-align: center;
 margin-bottom: 30px;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
}
@media print, screen and (min-width: 768px) {
 .main .fad .fad-inner h2 {
  max-width: 500px;
 }
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner h2 {
  margin: 0 20px;
 }
}
.main .fad .fad-inner h2 span {
 display: inline-block;
 padding: 0 25px;
 position: relative;
}
.main .fad .fad-inner h2 span:before, .main .fad .fad-inner h2 span:after {
 content: '';
 border-top: 1px solid #fff;
 position: absolute;
 top: 73%;
 width: 100em;
}
.main .fad .fad-inner h2 span:before {
 right: 100%;
}
.main .fad .fad-inner h2 span:after {
 left: 100%;
}
@media only screen and (max-width: 413px) {
 .main .fad .fad-inner h2 span:after, .main .fad .fad-inner h2 span:before {
  display: none;
 }
}
.main .fad .fad-inner h2 img {
 width: 315px;
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner h2 img {
  max-height: 42px;
  width: auto;
 }
}
.main .fad .fad-inner .lead {
 text-align: center;
 color: #fff;
 max-width: 740px;
 line-height: 1.8;
 letter-spacing: 0.05em;
 font-weight: normal;
}
@media print, screen and (min-width: 768px) {
 .main .fad .fad-inner .lead {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 30px auto 0;
 }
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .lead {
  margin: 25px 20px 0;
 }
}
.main .fad .fad-block {
	max-width: 1100px;
	margin: 0 auto;
}
.main .fad .fad-inner .fad-list {
 position: relative;
 z-index: 2;
}
@media print, screen and (min-width: 768px) {
 .main .fad .fad-inner .fad-list {
	background-color: transparent;
 margin-top: 45px;
 }
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list {
  padding: 0 10px;
  margin-top: 30px;
 }
}
.main .fad .fad-inner .fad-list li {
 float: left;
}
@media print, screen and (min-width: 768px) {
 .main .fad .fad-inner .fad-list li {
  width: 50%;
 }
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li {
  width: 49%;
  margin: 0 2% 2% 0;
 }
 .main .fad .fad-inner .fad-list li:nth-child(2n) {
  margin-right: 0;
 }
}
.main .fad .fad-inner .fad-list li a {
 width: 100%;
 display: -ms-flexbox;
 display: flex;
 display: -webkit-flex;
 text-decoration: none;
 position: relative;
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li a {
  height: 100px;
 }
}
.main .fad .fad-inner .fad-list li a:hover img {
 -webkit-transform: scale(1.15);
 transform: scale(1.15);
}
.main .fad .fad-inner .fad-list li .pic, .main .fad .fad-inner .fad-list li .txt {
 width: 50%;
}
.main .fad .fad-inner .fad-list li .pic {
 overflow: hidden;
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li .pic {
  display: none;
 }
}
.main .fad .fad-inner .fad-list li .pic img {
 width: 100%;
 transition: all 1.5s;
}
.main .fad .fad-inner .fad-list li .txt {
 text-align: center;
 color: #fff;
 font-weight: bold;
 position: relative;
 z-index: 5;
 line-height: 1.3;
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li .txt {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
 }
 .main .fad .fad-inner .fad-list li .txt:before {
  content: '\e800';
  margin: auto;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-size: 1.2rem;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
 }
}
.main .fad .fad-inner .fad-list li .txt .txt-inner {
 width: 100%;
 position: absolute;
 top: 50%;
 text-align: center;
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li .txt .txt-inner {
  top: 38%;
 }
}
.main .fad .fad-inner .fad-list li .txt, .main .fad .fad-inner .fad-list li .txt:after {
 transition: all 0.2s;
}
.main .fad .fad-inner .fad-list li .txt .faculty, .main .fad .fad-inner .fad-list li .txt .department {
 display: block;
}
@media print, screen and (min-width: 768px) {
 .main .fad .fad-inner .fad-list li .txt .faculty {
  font-size: 14px;
  font-size: 0.93333rem;
 }
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li .txt .faculty {
  font-size: 12px;
  font-size: 0.8rem;
 }
}
@media print, screen and (min-width: 768px) {
 .main .fad .fad-inner .fad-list li .txt .department {
  font-size: 17px;
  font-size: 1.13333rem;
  margin-top: 0.3em;
 }
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li .txt .department {
  font-size: 14px;
  font-size: 0.93333rem;
  margin-top: 0.2em;
 }
}
.main .fad .fad-inner .fad-list li.fad-list_01 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_03 .txt:after {
 content: '';
 display: block;
 position: absolute;
 left: -40px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 20px;
 height: 20px;
 border: 20px solid transparent;
 border-right: 20px solid #387e5a;
 box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li.fad-list_01 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_03 .txt:after {
  display: none;
 }
}
.main .fad .fad-inner .fad-list li.fad-list_02 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_04 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_05 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_06 .txt:after {
 content: '';
 display: block;
 position: absolute;
 right: -40px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 20px;
 height: 20px;
 border: 20px solid transparent;
 border-left: 20px solid #387e5a;
 box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
 .main .fad .fad-inner .fad-list li.fad-list_02 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_04 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_05 .txt:after, .main .fad .fad-inner .fad-list li.fad-list_06 .txt:after {
  display: none;
 }
}
.main .fad .fad-inner .fad-list li.fad-list_01 .txt {
 background: #57bfb2;
}
.main .fad .fad-inner .fad-list li.fad-list_01 .txt:after {
 border-right-color: #57bfb2;
}
.main .fad .fad-inner .fad-list li.fad-list_01:hover .txt {
 background: #7ccdc3;
}
.main .fad .fad-inner .fad-list li.fad-list_01:hover .txt:after {
 border-right-color: #7ccdc3;
}
.main .fad .fad-inner .fad-list li.fad-list_02 .txt {
 background: #e67485;
}
.main .fad .fad-inner .fad-list li.fad-list_02 .txt:after {
 border-left-color: #e67485;
}
.main .fad .fad-inner .fad-list li.fad-list_02:hover .txt {
 background: #ee9fab;
}
.main .fad .fad-inner .fad-list li.fad-list_02:hover .txt:after {
 border-left-color: #ee9fab;
}
.main .fad .fad-inner .fad-list li.fad-list_03 .txt {
 background: #a878b1;
}
.main .fad .fad-inner .fad-list li.fad-list_03 .txt:after {
 border-right-color: #a878b1;
}
.main .fad .fad-inner .fad-list li.fad-list_03:hover .txt {
 background: #bd98c4;
}
.main .fad .fad-inner .fad-list li.fad-list_03:hover .txt:after {
 border-right-color: #bd98c4;
}
.main .fad .fad-inner .fad-list li.fad-list_04 .txt {
 background: #ea973f;
}
.main .fad .fad-inner .fad-list li.fad-list_04 .txt:after {
 border-left-color: #ea973f;
}
.main .fad .fad-inner .fad-list li.fad-list_04:hover .txt {
 background: #efb06d;
}
.main .fad .fad-inner .fad-list li.fad-list_04:hover .txt:after {
 border-left-color: #efb06d;
}
.main .fad .fad-inner .fad-list li.fad-list_05 .txt {
 background: #729fda;
}
.main .fad .fad-inner .fad-list li.fad-list_05 .txt:after {
 border-left-color: #729fda;
}
.main .fad .fad-inner .fad-list li.fad-list_05:hover .txt {
 background: #9abbe5;
}
.main .fad .fad-inner .fad-list li.fad-list_05:hover .txt:after {
 border-left-color: #9abbe5;
}
.main .fad .fad-inner .fad-list li.fad-list_06 .txt {
 background: #766c9d;
}
.main .fad .fad-inner .fad-list li.fad-list_06 .txt:after {
 border-left-color: #766c9d;
}
.main .fad .fad-inner .fad-list li.fad-list_06:hover .txt {
 background: #938bb1;
}
.main .fad .fad-inner .fad-list li.fad-list_06:hover .txt:after {
 border-left-color: #938bb1;
}
@media print, screen and (min-width: 768px) {
.main .fad .fad-inner .fad-list li.fad-list_06{
	margin-left: 25%;
}
}

.flex-control-nav {
 bottom: -600px;
}
@media only screen and (max-width: 767px) {
 .flex-control-nav {
  bottom: -20px;
  position: relative;
 }
}
.flex-direction-nav {
 display: none;
}
@media only screen and (max-width: 767px) {
 .flex-direction-nav {
  display: block;
  position: relative;
 }
}
.flex-direction-nav a {
 margin: 0;
 line-height: 1.2;
 color: #387e5a;
 text-shadow: white 3px 0px 0px, white -3px 0px 0px, white 0px 3px 0px, white 0px -3px 0px;
 width: 32px;
 height: 32px;
 text-decoration: none;
 top: auto;
 bottom: -19px;
}
.flex-direction-nav a:before {
 font-size: 30px;
}
.flex-control-paging li a {
 border: 2px solid #fff;
 width: 16px;
 height: 16px;
 background: rgba(200, 200, 200, 0.7);
}
.flex-control-paging li a.flex-active {
 background: #427e59;
}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
 opacity: 1;
}