@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			   - index
						- about
						- course
						- curriculum
						- staff
						- research
						- life

--------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
.mv-container {
background-color: #E9E6F2;
height: auto !important;
}

.mv-container img {
display: block;
margin: 0 auto;
width: 100%;
object-fit: cover;
}

.mv-bg-circle-img h2 {
font-size: 1.4em !important;
transform: rotate(8deg);
}

.mv-bg-circle-img h2 span:last-child {
font-size: 1em !important;
}

#imp {
	height: 64px;
	background-color: #382F4D;
}

#imp dl {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0;
}

#imp dt {
	width: 140px;
	padding: 10px 0 0;
	float: left;
	color: #FFF;
}

#imp dt:before {
	content: '\f028';
	padding: 0 .3em 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#imp dt a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}

#imp dd {
	margin: 2px 0 0 136px;
	padding: 0;
}

#imp dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ticker {
 margin:0 auto;
 height: 40px !important;
 text-align: left;
 position:relative;
 overflow:hidden;
	background-color: #BDB8B8;
	border-radius: 3px;
}

.ticker ul {
 width:100%;
 position:relative;
 margin: 0;
	padding: 0;
	border-radius: 3px;
 height: 40px;
}

.ticker ul li {
 width:100%;
 margin: 0;
 /*display:none;*/
}

.ticker ul li a {
	display: block;
	text-decoration: none;
	color: #000;
 padding: 8px 16px 0;
}

.ticker ul li a:hover {
	text-decoration: underline;
}

#mainVisual {
	position: relative;
	background: url(../image/back-01.png) no-repeat 0 0;
}

#mainVisual .image {
	position: relative;
	width: 80%;
	margin-left: auto;
}

#mainVisual .image .photo {
	text-align: right;
}

#mainVisual .image .photo img {
	max-width: 100%;
	height: auto;
}

.movie {
	margin-top: 4em;
	padding: 4em 0;
	background-color: #E9E6F2;
}

.movie > ul {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}

.movie .slide-movie {
	margin: 0;
	padding: 0;
	list-style: none;
}

.movie .slide-movie > li {
	margin: 0;
	padding: 0;
	text-align:center;
	margin-bottom:1em;
}

.movie .slide-movie > li p {
text-align: left;
}

.movie .slick-list li iframe {
	display:block;
	margin:0 auto;
}

.movie .slick-list li p {
	width:560px;
	margin:0 auto;
}

.movie .slick-arrow {
	background:#8A76BD;
	z-index:1;
	width:4.8rem;
	height:4.8rem
}

.movie .slick-prev {
	left:0;
}

.movie .slick-next {
	right:0;
}

.movie .slick-prev::before,
.movie .slick-next::before {
	font-family:'Font Awesome 5 Free';
	font-weight:bold;
	font-size:1.6rem;
	opacity:1;
}

.movie .slick-prev::before {
	/*content:'\f053';*/
	content: "";
	background-image: url(../image/arrow-10.png);
	background-size: 20px;
	width: 20px;
	height: 30px;
	display: block;
	position: relative;
	left: calc(50% - 10px);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
background-color: #8A76BD !important;
}

.movie .slick-next::before {
	/*content:'\f054';*/
	content: "";
	background-image: url(../image/arrow-09.png);
	background-size: 20px;
	width: 20px;
	height: 30px;
	display: block;
	position: relative;
	left: calc(50% - 10px);
}

.movie .slick-dots {
    bottom: -40px;
}

.movie .slick-dots li button::before {
	content:'';
	width:16px;
	height:16px;
	background:#8A76BD;
	border-radius:50%;
}

.movie h2 {
	font-size: 32px;
	font-weight: 700;
	color: #142850;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 48px;
}

.pbl2022 {
	margin: 100px 0;
	padding: 80px 0;
	background: url(../image/pblnew_back.jpg) no-repeat center center;
	background-size: cover;
}

.pbl2022 h2 {
	width: 1000px;
	margin: 0 auto 4px;
	padding: 0 0 8px;
	text-align: center;
	font-size: 2.8em;
	font-style: normal;
	text-shadow:	1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 3px 3px 10px #fff, -3px -3px 10px #fff;
	position: relative;
	font-weight: 700;
	color: #142850;
	letter-spacing: 0.05em;
}

.pbl2022 h2:before {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 0;
	background-color: rgba(0, 170, 198, .5);
	width: 100%;
	height: 12px;
	z-index: 0;
}

.pbl2022 .pblinfo {
	width: 1000px;
	margin: 0 auto;
}

.pbl2022 .pblinfo p {
	margin: 0 0 40px;
	font-size: 2.2em;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.pbl2022 .pblinfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.pbl2022 .pblinfo ul li {
	width: 400px;
	margin: 0;
	padding: 0;
}

.pbl2022 .pblinfo ul li a {
	display: block;
	color: #FFF;
	position: relative;
	border: 1px solid #FFF;
	text-align: center;
	background-color: #00AAC6;
	font-size: 22px;
	font-weight: 500;
	box-shadow: 6px 6px 0 #AAA;
	text-decoration: none;
}

.pbl2022 .pblinfo ul li a:hover {
	opacity: .7;
}

.pbl2022 .pblinfo ul li a span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 0;
}

.pbl2022 .pblinfo ul li a:before, #index .pbl2022 .pblinfo ul li a:after{ 
 content:'';
 position: absolute;
 display: inline-block;
	width: 20px;
	height: 20px;
}

.pbl2022 .pblinfo ul li a:before {
	border-bottom: 3px solid #FFF;
	border-left: 3px solid #FFF;
	bottom: 0;
	left: 0;
}

.pbl2022 .pblinfo ul li a:after{
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	bottom: 0;
	right: 0;
}

.pbl2022 .pblinfo ul li a span:before, #index .pbl2022 .pblinfo ul li a span:after {
 content:'';
 position: absolute;
 display: inline-block;
	width: 20px;
	height: 20px;
}

.pbl2022 .pblinfo ul li a span:before {
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	top: 0;
	left: 0;
}

.pbl2022 .pblinfo ul li a span:after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	top: 0;
	right: 0;
}

#index .info {
	margin-top:8em;
	position:relative;
}

#index .info h2 {
	font-size: 32px;
	font-weight: 700;
	color: #142850;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 48px;
}

#index .info .container {
	width: 1000px;
	margin: 0 auto;
}

#index .info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#index .info li {
	margin: 0;
	padding: 0;
	margin-top:1em;
}

#index .info li a {
	display: block;
	background:#e7e9ed;
	border-radius:5em;
	padding:1em 6em 1em 2em;
	position:relative;
	transition:.3s;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-decoration: none;
	color: #000;
}

#index .info li a:hover {
	background:#d0d4dc;
}

#index .info li a::after {
	content:url(../image/arrow.png);
	position:absolute;
	right:2em;
	top:50%;
	transform:translateY(-50%);
	transition:.3s;
}

#index .info li a:hover::after {
	right:1.5em;
}

#index .info li span {
	margin:0 1em;
}

#index .info li p {
	display:inline;
}

#index .info .shape-orange {
	position:absolute;
	left:10%;
	bottom:-400px;
	z-index:-1;
}

#index .info .shape-purple {
	position:absolute;
	right:10%;
	bottom:-1100px;
	z-index:-1;
}

#index .news {
	margin-top:5em;
	position: relative;
}

#index .news:before {
	width:20em;
	height:20em;
	background:rgba(117,168,189,.2);
	transform:rotate(45deg);
	position:absolute;
	left: -2em;
	top: 0;
	z-index:-10;
	content: "";
}


#index .news h2 {
	font-size: 32px;
	font-weight: 700;
	color: #142850;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 48px;
}

#index .news .container {
	width: 1000px;
	margin: 0 auto;
}

#index .news .category {
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
	justify-content:space-around;
	position:relative;
	padding-bottom:1.5em;
}

#index .news .category::after {
	content:'';
  background-image: linear-gradient(90deg, #000 1px, transparent 1px);
  background-size: 10px;
	width:100%;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
}

#index .news .category li {
	margin: 0;
	font-size:.9em;
	padding:0 1em;
}

#index .news .category li:hover {
cursor: pointer;
	background:#e7e9ed;
}

#index .news .category .current {
	background:#e7e9ed;
}

#index .news .list.nodisplay {
	display: none;
}

#index .news .list {
	margin:1em 2em 0;
}

#index .news .list > p {
	font-size:2em;
	font-family:'Muli', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-style:italic;
}

#index .news .list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#index .news .list li {
	margin: 0;
	padding: 0;
	border-bottom:solid 1px #132850;
}

#index .news .list li a {
	display: block;
	padding:1em 0;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-decoration: none;
	color: #000;
}

#index .news .list li span {
	margin-right:1em;
}

#index .news .list li p {
	display:inline;
}

#index .news .shape-yellow {
	position:absolute;
	left:-5%;
	bottom:-1100px;
	z-index:-1;
}

#index .news .shape-green2 {
	position:absolute;
	right:5%;
	bottom:-300px;
	z-index:-1;
}

#index .menulist {
	display:flex;
	align-items:start;
	margin-top:4em;
}

#index .menulist a {
	width:25%;
	transition:.3s;
}

#index .menulist a:nth-child(2) {margin-top:2.4em}
#index .menulist a:nth-child(3) {margin-top:4.8em}
#index .menulist a:nth-child(4) {margin-top:7.2em}

#index .menulist a:hover {
	transform:translateY(-1em);
}

#index .menulist a img {
	width:100%;
}

#index .links {
	background:#e3f2f9;
	padding:4em 0;
	margin-top:4em;
}

#index .links .container {
	width: 1000px;
	margin: 0 auto;
}

#index .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#index .links li {
	margin: 0;
	padding: 0;
	margin-top:1.5em;
}

#index .bg {
	width:60em;
	height:100%;
	background:rgba(184,223,241,.4);
	transform:rotate(50deg);
	position:absolute;
	right:55em;
	top:-55em;
	z-index:-10;
}

.more {
	font-family:'Muli', 'Noto Sans JP', sans-serif;
	font-size:16px;
	text-align:center;
	width:20em;
	padding:1em 0;
	color:#132850;
	border:solid 2px;
	border-radius:5em;
	margin:2em auto;
	transition:.3s;
	display: block;
	color: #000 !important;
	text-decoration: none;
}

.more2 {
    display: block;
	font-family:'Muli', 'Noto Sans JP', sans-serif;
	font-size:16px;
	text-align:center;
	width:20em;
	padding:1em 0;
	color:#132850;
	border:solid 2px;
	border-radius:5em;
	margin:2em auto;
	transition:.3s;
	text-decoration: none;
	color: #000 !important;
}

.more.en {
	font-style:italic;
}

.more:hover,
.more2:hover {
	box-shadow:0 .5em;
	transform:translateY(-.5em);
}
/*@media screen and (min-width:1281px) {
#mainVisual .image .tokusetu {
	position: absolute;
	top: 12%;
	left: 20%;
}
}


#mainVisual .image h2 img {
	width: 80%;
}

#mainVisual .image .tokusetu img {
	width: 80%;
}

#mainVisual .image ul li {
	margin: 0 0 10px;
	padding: 0;
}

#mainVisual .image ul li span {
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	padding: 0 16px;
	background-color: #FFF;
}

#mainVisual .scroll {
	position: absolute;
	bottom: -20px;
	right: 10%;
}
*/

.scrolltop {
	position: absolute;
	top: 636px;
	right: 5%;
	z-index: 20;
	width: 52px;
	animation: fuwa 1.4s infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}


@keyframes fuwa {
  0% {
    transform: translate(0,0px);
  }
  100% {
    transform: translate(0,-30px)
  }
}


@media screen and (min-width: 1200px) and ( max-width:1300px) {
#mainVisual .image h2 {
	position: absolute;
	top: 10%;
	left: -6%;
}
	
#mainVisual .image ul {
	position: absolute;
	bottom: 15%;
	left: -6%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainVisual .image .text {
	position: absolute;
	bottom: 4%;
	left: 5%;
	font-weight: 500;
	font-size: 20px;
}

#mainVisual .image .tokusetu {
	position: absolute;
	top: 20px;
	left: 20%;
}

}

@media screen and (min-width: 1301px) and ( max-width:1400px) {
#mainVisual .image h2 {
	position: absolute;
	top: 15%;
	left: -6%;
}
	
#mainVisual .image ul {
	position: absolute;
	bottom: 15%;
	left: -6%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainVisual .image .text {
	position: absolute;
	bottom: 4%;
	left: 5%;
	font-weight: 500;
	font-size: 20px;
}

#mainVisual .image .tokusetu {
	position: absolute;
	top: 50px;
	left: 20%;
}
}

@media screen and (min-width: 1401px) and ( max-width:1600px) {

#mainVisual .image h2 {
	position: absolute;
	top: 20%;
	left: -6%;
}

#mainVisual .image ul {
	position: absolute;
	bottom: 16%;
	left: -6%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainVisual .image .text {
	position: absolute;
	bottom: 4%;
	left: 5%;
	font-weight: 500;
	font-size: 20px;
}

#mainVisual .image .tokusetu {
	position: absolute;
	top: 12%;
	left: 18%;
}

}


@media screen and (min-width:1601px) {
	
#mainVisual .image h2 {
	position: absolute;
	top: 20%;
	left: -6%;
}

#mainVisual .image ul {
	position: absolute;
	bottom: 24%;
	left: -6%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainVisual .image .text {
	position: absolute;
	bottom: 10%;
	left: 5%;
	font-weight: 500;
	font-size: 20px;
}

#mainVisual .image .tokusetu {
	position: absolute;
	top: 12%;
	left: 18%;
}

}

#intro {
	padding: 100px 0 0;
	background: url(../image/back-02.png) no-repeat center 0;
	display: flex;
}

#intro .image {
	width: 50%;
	margin: 0 0 0 40px;
}

#intro .image ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

#intro .image ul li {
	width: 48%;
	margin: 0 1%;
	padding: 0;
	text-align: right;
}

#intro .image ul li:nth-child(2) {
	margin-top: 80px;
	text-align: left;
}

#intro .image ul li img {
	max-width: 100%;
}

#intro .text {
	width: 50%;
	max-width: 500px;
	padding: 80px 0 0 100px;
}

#intro .text h2 {
	color: #142850;
	font-weight: 700;
	font-size: 25px;
	margin: 0 0 20px;
	letter-spacing: 0.05em;
}

#intro .text p {
	margin: 0 0 16px;
	line-height: 2;
}

#indexCourse {
	padding: 60px 0 80px;
	background: url(../image/back-04.png) #E9E6F2 no-repeat 100% 100%;
}

#indexCourse h2 {
	font-size: 32px;
	font-weight: 700;
	color: #142850;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 48px;
}

#indexCourse h2 span {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	display: block;
}

#indexCourse .wrap .content {
	width: 1160px;
	margin: 0 auto;
}

#indexCourse .wrap .content ul {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#indexCourse .wrap .content ul li {
	text-align: center;
	color: #FFF;
}

#indexCourse .wrap .content ul li div a {
    position: relative;
    display: block;
}

#indexCourse .wrap .content ul li div a:before {
    position: absolute;
    content: "コース紹介【動画】";
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 8px;
    white-space: nowrap;
}

#indexCourse .wrap .content ul li div a:hover:before {
    background-color: #8A76BD;
    color: #FFF;
}

#indexCourse .wrap .content ul li img {
	margin-bottom: 36px;
}

#indexCourse .wrap .content ul li h3 {
	margin: 0 0 24px;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	color: #8A76BD;
	position: relative;
}

#indexCourse .wrap .content ul li h3:before {
    position: absolute;
    background-color: #8A76BD;
    width: 1px;
    height: 20px;
    top: -25px;
    left: 50%;
    content: "";
}

#indexCourse .wrap .content ul li p {
	line-height: 1.8;
	color: #000;
}

#indexCourse .special {
	position: relative;
	width: 100%;
	height: 300px;
	z-index: -10;
	background: url(../image/back-01.png) #E5F4F8 no-repeat 0 0;
}

#indexCourse .banner {
	position: relative;
	background: url(../image/banner_sports.png) no-repeat 0 0;
	width: 920px;
	height: 290px;
	top: -230px;
	display: block;
	margin: 0 auto;
}

#indexCourse .banner::before {
	background: url(../image/focus.png) no-repeat 0 0;
	width: 106px;
	height: 67px;
	position: absolute;
	top: -60px;
	left: -80px;
	content: "";
	animation-name: rotatefocus;
 animation-duration: 3s;
	animation-iteration-count: infinite;
}

#indexCourse .bannersp {
	display: none;
}

@keyframes rotatefocus{
  0% {
    transform: rotateZ(0);
  }
		33% {
    transform: rotateZ(0);
		}
  100% {
    transform: rotateZ(360deg);
  }
}

#indexCourse .banner .arrowbtn2 {
	position: absolute;
	top: 160px;
	left: 110px;
}

#indexCourse .menus {
	margin: -320px 0 0;
	padding: 180px 0 120px;
	background: url(../image/back-04.png) #E5F4F8 no-repeat 100% 100%;
}

#indexCourse .menus ul {
	width: 1060px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#indexCourse .menus ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #828282;
}

#indexCourse .menus ul li a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

#indexCourse .menus ul li img {
	display: block;
}

#indexCourse .menus ul li h3 {
	position: relative;
	padding: 20px 10px;
	font-weight: 500;
}

#indexCourse .menus ul li h3:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 16px;
	width: 40px;
 height: 8px;
	content: "";
 border-bottom: 1px solid #828282;
 border-right: 1px solid #828282;
 transform: skew(45deg);
	transition: all .3s;
}

#indexCourse .menus ul li a:hover h3:before {
	right: 8px;
	border-color: #218FD2;
}

#indexCourse .pamphlet {
	padding: 120px 0;
	background: url(../image/back-05.png) no-repeat center 100%;
	background-size: cover;
	text-align: center;
}

#indexCourse .pamphlet a img {
	transition: all .3s ease;
}

#indexCourse .pamphlet a:hover img {
	opacity: .8;
}

.instaBk {
	padding: 100px 0 0;
	background-color: #FFF;
}

.instaWrap {
    position: relative;
    width: 1160px;
    margin: 0 auto 100px;
}

/*.instaWrap:before {
	width:40em;
	height:40em;
	background:rgba(184,223,241,.4);
	transform:rotate(45deg);
	position:absolute;
	right: 60em;
	bottom: 0;
	z-index:-10;
	content: "";
}*/

.instaWrap h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 500px;
    height: 250px;
    z-index: 10;
}

@media screen and (max-width:1159px) {
.instaWrap {
    width: 100%;
}
}

/*------------------------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------------------------*/
#second.about .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/about_back.jpg) no-repeat center 90%;
	background-size: cover;
	z-index: -10;
}

.aboutKamoku {
	margin: 30px 10px 50px;
	border-top: 1px solid #8A76BD;	
}

.aboutKamoku dt {
	margin: -14px auto 0;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 160px;
	font-size: 16px;
	background-color: #FFFFFF;
}

.aboutKamoku dd {
	padding: 20px 15px 0;
	text-align: center;
}

.aboutKamoku dd a {
	display: block;
	width: 260px;
	margin: 20px auto 0;
	padding: 10px;
	border: 1px solid #8A76BD;
	background-size: 6px;
	text-decoration: none;
	box-shadow: 3px 3px 3px #CCC;
}

.aboutKamoku dd a:hover {
	background-color: #8A76BD;
	color: #FFF;
}

#second.about .content .newCourse {
	position: relative;
	margin: -60px 0 0;
}

#second.about .content .newCourse:before {
	content: "NEW";
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	top: 16px;
	left: -20px;
	background-color: #FF0;
	color: #142850;
	border-radius: 50%;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	z-index: 15;
	transform:rotate(-15deg); 
}

#second.about .content .newCourse a {
	position: relative;
	display: block;
	width: 480px;
	text-decoration: none;
	text-align: center;
	padding: 12px 8px;
	border: 2px solid #382F4D;
	line-height: 1.4;
	margin: 20px 0 0;
	border-radius: 40px;
	color: #000;
}

#second.about .content .newCourse a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 24px;
	width: 40px;
 height: 8px;
	content: "";
 border-bottom: 1px solid #828282;
 border-right: 1px solid #828282;
 transform: skew(45deg);
	transition: all .3s;
}

#second.about .content .newCourse a:hover {
	background-color: #8A76BD;
	color: #FFF;
}

#second.about .content .newCourse a:hover:before {
	right: 16px;
	border-color: #FFF;
}

/* -- 2022/01/10 by Mori ---------------*/
#second.about .content .currentCourse {
	position: relative;
	margin: -60px 0 0;
}

#second.about .content .currentCourse:before {
}

#second.about .content .currentCourse a {
	position: relative;
	display: block;
	width: 480px;
	text-decoration: none;
	text-align: center;
	padding: 12px 8px;
	border: 2px solid #142850;
	line-height: 1.4;
	margin: 20px 0 0;
	border-radius: 40px;
	color: #000;
}

#second.about .content .currentCourse a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 24px;
	width: 40px;
 height: 8px;
	content: "";
 border-bottom: 1px solid #828282;
 border-right: 1px solid #828282;
 transform: skew(45deg);
	transition: all .3s;
}

#second.about .content .currentCourse a:hover {
	background-color: #142850;
	color: #FFF;
}

#second.about .content .currentCourse a:hover:before {
	right: 16px;
	border-color: #FFF;
}


/*------------------------------------------------------------------------------------------------
  course
--------------------------------------------------------------------------------------------------*/
#second.course {
}

#second.course .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/course_back.jpg) no-repeat center 90%;
	background-size: cover;
	z-index: -10;
}

#second.course .content h2 span {
	float: right;
	color: rgba(255, 255, 255, 0.7);
}

#second.course .content .newCourse {
	position: relative;
	margin: -60px 0 0;
}

#second.course .content .newCourse:before {
	content: "NEW";
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	top: 16px;
	left: -20px;
	background-color: #FF0;
	color: #142850;
	border-radius: 50%;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	z-index: 15;
	transform:rotate(-15deg); 
}

#second.course .content .newCourse a {
	position: relative;
	display: block;
	width: 480px;
	text-decoration: none;
	text-align: center;
	padding: 12px 8px;
	border: 2px solid #142850;
	line-height: 1.4;
	margin: 20px 0 0;
	border-radius: 40px;
	color: #000;
}

#second.course .content .newCourse a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 24px;
	width: 40px;
 height: 8px;
	content: "";
 border-bottom: 1px solid #828282;
 border-right: 1px solid #828282;
 transform: skew(45deg);
	transition: all .3s;
}

#second.course .content .newCourse a:hover {
	background-color: #142850;
	color: #FFF;
}

#second.course .content .newCourse a:hover:before {
	right: 16px;
	border-color: #FFF;
}




/*------------------------------------------------------------------------------------------------
  curriculum
--------------------------------------------------------------------------------------------------*/

#second.curriculum {
}

#second.curriculum .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/curriculum_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

.curriculumTb {
	width: 100%;
	margin: 0 auto 30px;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 13px;
	line-height: 1.4;
}

.curriculumTb th {
	padding: 8px 4px;
	font-size: 16px;
	background-color: #FFDF7D;
	border-bottom: 2px solid #AAAAAA;
	text-align: center;
}

.curriculumTb td {
	padding: 8px 4px;
	border-bottom: 1px dashed #AAAAAA;
	vertical-align: top;
}

.curriculumTb td.nen {
	background-color: #FFF3CE;
}

.curriculumTb td.cat {
	background-color: #DBF084;
	vertical-align:top;
	text-align: center;
}

.curriculumTb td.cat span {
	display: none;
}

.curriculumTb td.cat2 {
	background-color: #E4F4A6;
}

.curriculumTb td.bd {
	border-bottom: 2px solid #AAAAAA;
}

.curriculumTb td.bd2 {
	border-bottom: 1px solid #AAAAAA;
}

.curriculumTb td.nobd {
	border: none;
}


/*------------------------------------------------------------------------------------------------
  カリキュラム
--------------------------------------------------------------------------------------------------*/
.curriculum {
	width: 100%;
	margin: 0 auto 30px;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 13px;
	line-height: 1.4;
}

.curriculum th {
	padding: 8px 4px;
	font-size: 16px;
	background-color: #FFDF7D;
	border-bottom: 2px solid #AAAAAA;
	text-align: center;
}

.curriculum td {
	padding: 8px 4px;
	border-bottom: 1px dashed #AAAAAA;
	vertical-align: top;
}

.curriculum td.nen {
	background-color: #FFF3CE;
}

.curriculum td.cat {
	background-color: #DBF084;
	vertical-align:top;
	text-align: center;
}

.curriculum td.cat span {
	display: none;
}

.curriculum td.cat2 {
	background-color: #E4F4A6;
}

.curriculum td.bd {
	border-bottom: 2px solid #AAAAAA;
}

.curriculum td.bd2 {
	border-bottom: 1px solid #AAAAAA;
}

.curriculum td.nobd {
	border: none;
}

.curri01 {
	background: url(../image/manabi01_back.png) no-repeat 100% 100%;
	background-size: 50px;
}

.curri02 {
	background: url(../image/manabi02_back.png) no-repeat 100% 100%;
	background-size:50px;
}

.curri03 {
	background: url(../image/manabi03_back.png) no-repeat 100% 100%;
	background-size: 50px;
}

.curriSp {
	display: none;
}

.curriSentaku {
	margin: 0 !important;
	text-align: right;
}

.comp {
	color: #FF0000;
}

.curristep {
	margin: 0 auto 40px;
}

.curristep dt {
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
}

.curristep dt.c01 {
	background-color: #CFE5F2;
}

.curristep dt.c02 {
	background-color: #A0CBE6;
}

.curristep dt.c03 {
	background-color: #78B5DC;
}

.curristep dd {
	padding: 10px;
	font-size: 16px;
	/*background: url(../image/arrow-05.png) no-repeat 40px 1px;*/
}

.curristep dd:last-child {
	background-image: none;
}

/*ilab*/
#second ol.ilabtokutyo {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second ol.ilabtokutyo li {
	margin: 0;
	padding: 0;
}

#second ol.ilabtokutyo div {
	padding-top: 8px;
	line-height: 1;
	text-align: center;
}

#second ol.ilabtokutyo div span {
	display: block;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E08974;
}

#second ol.ilabtokutyo .detail {
	padding: 10px 0 0;
	text-align: left;
	line-height: 1.6;
}

#second ol.ilabMokuteki {
	margin: 0 0 40px;
	padding: 20px 0 0 30px;
}

#second ol.ilabMokuteki li {
	margin: 0 0 10px;
}

.ilabPartner {
	margin: 0 0 5px !important;
	padding: 10px;
	line-height: 2;
	border: 3px double #CAF1C2;
	text-align: center;
	background: url(../image/mati.png) no-repeat 0 100%;
}

.ilabPartner span {
	font-size: 28px;
	font-weight: bold;
	color: #338F22;
}

.ilabBox {
	position: relative;
	padding: 1em 1em 0.5em;
	margin: 0 0 40px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.ilabBox .lab {
 position: absolute;
 top: -0.7em;
 background-color: rgba(37, 101, 143, 0.5);
 padding: 0.25em 2em;
 color: #fff;
 transform: rotate(-4deg);
}

#second .ilabBox h3,
#content2 .ilabBox h3 {
	margin: 3px 0 10px;
	font-size: 18px;
	color: #25658F;
	z-index: -1;
	background: #F3F2F1;
	padding: 10px 10px 10px 16px;
	border-left: 4px solid #25658F;
}

#second .ilabBox h3::before {
    content: "";
    padding: 0;
    border: none;
    width: 0;
    margin: 0;
}

#second .ilabBox h3 span,
#content2 .ilabBox h3 span {
	display: block;
	font-size: 14px;
	color: #333333;
}

#second .ilabBox h4 {
margin-bottom: 1em;
}

#second .ilabBox p,
#content2 .ilabBox p {
	margin: 0 0 20px;
}

#second .ilabBox p img,
#content2 .ilabBox p img {
	display: block;
	margin: 0 auto 10px;
}

#second .ilabBox p.ilabtantou,
#content2 .ilabBox p.ilabtantou {
	text-align: right;
}

.ilabBox .image {
}

.ilabBox .text {
}

.ilabPastMenu {
	margin: 0 10px 60px !important;
	padding: 0 !important;
	list-style: none;
}

.ilabPastMenu li{
	margin: 0 0 10px !important;
	padding: 0 !important;
}



/*------------------------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------------------------*/

#second.staff {
}

#second.staff .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/staff_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

#second.staff .staffAll {
}

#second.staff .staffAll .staffBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
}

#second.staff .staffAll .staffBox .info {
	width: 64%;
}

#second.staff .staffAll .staffBox .info p {
	margin: 0 0 20px;
}

#second.staff .staffAll .staffBox .info dt {
	background-color: #D8EFF9;
	padding: 6px;
	font-weight: 500;
}

#second.staff .staffAll .staffBox .info dd {
	border: 1px solid #D8EFF9;
	margin: -20px 0 0 40px;
	padding: 20px 10px 10px;
}

#second.staff .staffAll .staffBox .info dd li {
	line-height: 1.4;
}

#second.staff .staffAll .staffBox h2 span {
	font-size:18px;
	margin-right: 20px;
}

#second.staff .staffAll .staffBox h2 a {
	color: #FFF;
}

#second.staff .staffAll .staffBox .photo {
	position: relative;
}

#second.staff .staffAll .staffBox .photo::before {
	position: absolute;
	width: 40px;
	height: 40px;
	content: "";
	background-color: #D8EFF9;
	right: -20px;
	bottom: -14px;
	z-index: -1;
	transform: rotate(45deg);
}

#second.staff .staffAll .staffBox .photo img {
	display: block;
	margin: 0 auto;
	transition: all  .3s;
}

#second.staff .staffAll .staffBox .photo img:hover {
	opacity: .8;
}


/*------------------------------------------------------------------------------------------------
  research
--------------------------------------------------------------------------------------------------*/
#second.research .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/research_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

.secondResearch {
	margin: 0 !important;
}

.seminarList li {
	text-indent: 0 !important;
}


/*------------------------------------------------------------------------------------------------
  教員紹介
--------------------------------------------------------------------------------------------------*/
.staffField {
	position: relative;
	padding: 10px;
	border-top: 1px solid #ccc;
	margin: 1px 0 20px !important;
	font-size: 20px;
	font-weight: bold;
	background-color: #F3F2F2;
}

.staffField_mk,
.staffField_ds,
.staffField_sc {
margin-top: 3em !important;
}

.staffField_mk::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #F2B600;
}

.staffField_ds::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #81D6F1;
}

.staffField_sc::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #FF7373;
}

.staffAllBox a {
	display: block;
	width: 220px;
	float: left;
	color: #333333 !important;
	margin: 0 20px 50px 0;
	line-height: 1.4;
	text-decoration: none;
}

.staffAllBox a h2,
.nextlab h2 {
	color: #333333 !important;
}

.staffAllBox .staffBox h2 {
	margin: 5px 0 8px !important;
	padding: 0 0 8px !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-align: center !important;
	background: url(../image/line-04.gif) no-repeat center 100% !important;
	border: none !important;
	position: static !important;
}

.staffAllBox .staffBox h2:after {
	border: none !important;
	position: static !important;
}

.staffAllBox .staffBox h2 span {
	margin-left: 4px;
	font-size: 14px;
	font-weight: normal;
}

#second .staffAllBox .staffBox p {
	text-align: center;
	margin: 0 0 10px;
	font-size: 14px;
}

#second.staff .content > div {
	margin: 0 !important;
}

#second.staff .content > div.staffAllBox {
	width: 1000px;
	margin: 0 10px 0 60px !important;
}

#second.staff h2:before,
#second.staff h2:after {
	background-color: transparent;
	border-right: none;
}



#second.staff .content > div.staffLead {
	position: relative;
	width: 700px;
	height: 300px;
	margin: 0 auto 10px !important;
	z-index: 80;
}

.staffLead .photo {
	position: absolute;
	width: 700px;
	text-align: right;
	z-index: -10;
}

#second .staffLead .lead {
	position: absolute;
	width: 340px;
	top: 120px;
	left: -100px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
}

.staffLead .lead dt{
	position:relative;
	width: 260px;
	height: 30px;
	padding: 0 15px 0 15px;
	box-sizing:border-box;
	margin-bottom: 5px;
	line-height: 30px;
	color: #FFFFFF;
	}
	
.staffLead .lead dt.mk:before{
	-moz-transform: skewX(-5deg);
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	background: #F2B600;
	z-index: -1;
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.staffLead .lead dt.ds:before{
	-moz-transform: skewX(-5deg);
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	background: #81D6F1;
	z-index: -1;
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.staffLead .lead dt.sc:before{
	-moz-transform: skewX(-5deg);
	-webkit-transform: skewX(-5deg);
	transform: skewX(-5deg);
	background: #FF7373;
	z-index: -1;
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.staffLead .lead dd p {
	display: block;
	padding: 10px 5px;
	font-size: 22px;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 1.3;
}

.leadText {
	margin: 0 0 10px !important;
}

.keyword {
	padding: 5px 8px;
	background-color: #DBD6E9;
	line-height: 1.5;
}

.keyword strong {
	display: block;
}

.profileBox {
	padding: 10px 0 30px;
}

.profile {
	width: 360px;
	float: left;
	line-height: 1.4;
}

#second .profile .position {
	margin: 0;
	font-weight: bold;
}

#second .profile h2 {
	position: static;
	margin: 0 0 20px;
	padding: 0 0 6px;
	font-size: 31px;
	background: url(../image/line-04.gif) no-repeat 0 100%;
	font-weight: bold;
	border: none;
	text-align: left;
	color: #000 !important;
}

#second .profile h2 span {
	position: static;
	margin-left: 15px;
	font-size: 14px;
	color: #888888;
	font-weight: normal;
}

#second .profile h2:after {
	border: none;
}

.profile ul {
	margin: 0 0 30px;
	padding: 0 0 0 28px;
}

.profile ul li {
	margin-bottom: 5px;
}

.profile ul li img {
	vertical-align: -3px;
	margin-left: 1px;
}

.profile ul.link {
	padding: 0 0 0 9px;
	list-style: none;
}

.profile ul.link li {
	margin: 0 0 10px;
}

.profile ul.link li::before {
content: "" !important;
width: auto !important;
}

.profile ul.link li.l1 a {
	padding-left: 18px;
	background: url(../image/icon_db.png) no-repeat 0 1px;
	background-size: 14px;
	text-decoration: none;
	border-bottom: none !important;
}

.profile ul.link li.l2 a {
	padding-left: 18px;
	background: url(../image/icon_web.png) no-repeat 0 1px;
	background-size: 14px;
	text-decoration: none;
	border-bottom: none !important;
}

.profile ul.link li.l3 a {
	padding-left: 18px;
	background: url(../image/icon_labo.png) no-repeat 0 2px;
	background-size: 14px;
	text-decoration: none;
	border-bottom: none !important;
}

.history {
	width: 600px;
	float: right;
}

#second .history h3 {
	position: static;
	margin: 0;
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 18px;
	background: url(../image/arrow-04.gif) no-repeat 0 center;
	border-left: none;
	color: #132850;
}

#second .history h3:before {
	position: static;
	border: none;
	width: auto;
}

#second .history h3:after {
	position: static;
	border: none;
}

#second .history p {
	margin: 0 0 30px;
	padding: 0 0 10px 24px;
	background: url(../image/line-05.gif) repeat-y 14px 0;
}

.stafful,
.stafful2 {
    margin: 0 !important;
	padding: 0 0 50px;
}

.stafful ul,
.stafful2 ul {
	margin: 0 20px !important;
	padding: 0 0 0 20px !important;
}

.stafful ul li,
.stafful2 ul li {
	float: left;
	width: 50%;
}

.private {
	margin: 0 60px 30px;
	padding: 15px;
	box-shadow: rgba(204, 85, 20, .3) 0 0 2px;
	background-color: #FFF;
}

#second .private h3 {
	position: relative;
	background-color: #382F4D;
	border-left: none;
	margin: 0 0 2em !important;
	color: #FFF !important;
}

#second .private h3::before {
	border: none;
	width: auto;
}

#second .private h3::after {
	position: absolute;
	top: 100%;
	right: 140px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #382F4D;
}

.private .private_image {
	width: 280px;
	float: right;
	text-align: center;
}

.private .private_image p {
	position: relative;
	z-index: 1;
	padding: 30px 0 0;
}

.private .private_image p:before {
	content: " ";
	position: absolute;
	width: 80px;
	height: 80px;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #E9E6F2;
}

.private .private_image p:after {
	content: " ";
	position: absolute;
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: -20px;
	z-index: -1;
	background-color: #E9E6F2;
}

.private .private_text {
	width: 500px;
	float: left;
	
}

.private .private_text h4 {
	padding: 0.5em 10px !important;
	font-size: 14px;
}

.private .private_text h4 {
margin: 0 0 10px !important;
}

.private .private_text ul {
	margin: 0 0 30px !important;
	padding: 0 0 0 40px !important;
}

.private .private_text ul li {
	margin-bottom: 5px !important;
	line-height: 1.4;
}

.private .private_text p {
	line-height: 1.6;
	margin-bottom: 2em !important;
}

.nextlab div {
	width: 340px;
	padding: 10px;
	float: left;
	border: 1px dotted #CCCCCC;
	margin: 0 20px 30px 0;
}

.nextlab div:last-child {
	margin: 0 0 30px;
}

#second .nextlab div h2 {
	position: static;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: url(../image/line-04.gif) no-repeat 0 100%;
}

#second .nextlab div h2:after {
	border: none;
}

#second .nextlab div p.key {
	margin: 0 0 10px;
	padding: 3px 3px 3px 26px;
	font-size: 12px;
	background: url(../image/keys.png) #F8EFDE no-repeat 5px 3px;
	line-height: 16px;
}

#second .nextlab div dl {
	margin: 0 0 10px;
	line-height: 1.4;
}

#second .nextlab div dl dt {
	margin: 0 0 5px;
	color: #C63;
}

/*- mokuji_wrap -------------------------------------------------*/
.mokuji_wrap {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
}

.mokuji_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.mokuji_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.mokuji_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mokuji_wrap ul.pager li {
	display: inline;
	margin: 0 5px 4px 0;
	padding: 0;
	width: 230px;
	text-align: center;
	border: 1px solid #8A76BD;
	background-color: #FFFFFF;
	font-size: 14px;
}

.mokuji_wrap ul.pager li::before {
content: "" !important;
margin: 0 !important;
}

.mokuji_wrap ul.pager li:nth-child(3n) {
	margin: 0 0 4px;
}

.mokuji_wrap ul.pager li img {
	width: 9px;
	height: auto;
	vertical-align: 2px;
	margin-right: 5px;
}

.mokuji_wrap ul.pager li a {
	display: block !important;
	padding: 10px 8px;
	color: #333333;
	border-bottom: none !important;
}

.mokuji_wrap ul.pager li a:hover {
	background-color: #E9E6F2;
}

/*------------------------------------------------------------------------------------------------
  life
--------------------------------------------------------------------------------------------------*/
#second.life .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/life_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

.tobira {
	width: 700px;
	margin: 0 auto;
	
}

.tobira a {
	display: block;
	float: left;
	width: 330px;
	margin: 0 40px 40px 0;
	text-decoration: none;
}

.tobira a:nth-child(2n) {
	margin: 0 0 40px;
}

#second .tobira div .photo {
	margin: 0;
	border-bottom: 3px solid #333;
}

#second .tobira div .arrow {
	margin: -20px 0 0;
	text-align: center;
}

#second .tobira div .title {
	margin: 0;
 padding: 5px;
 border: 2px solid #DDDDDD;
 font-size: 20px;
 text-align: center;
 display: block;
 position: relative;
 overflow: visible;
	font-weight: bold;
}

#second .tobira div .title:before, #second .tobira div .title:after {
 content: "";
 background-color: #fff;
 width: 90%;
 height: 5px;
 display: block;
 position: absolute;
 left: 5%;
}

#second .tobira div .title:before {
 top: -2px;
}

#second .tobira div .title:after {
 bottom: -2px;
}

#second .tobira a:hover div .title {
	background: url(../image/arrow-02.png) no-repeat 98% center;
	background-size: 10px;
}

/*識者インタビュー-------------------------------------------------*/
.leadersTop {
	margin: 0 0 30px;
}

#second .leadersTop h3 {
    margin: 0 0 1em;
	line-height: 1.2 !important;
	background-color: #F3F2F1;
	padding: 10px;
}

#second .leadersTop h3::before {
width: 0;
content: none;
}

.leadersTop img {
	margin-right: 10px;
	box-shadow: 5px 5px 0 #AAA;
}

.leadersTop2 {
	width: 500px;
	margin: 0 auto;
}

.leadersTop .leaders01 {
	float: left;
	width: 330px;
	margin: 0 0 30px;
}

.leadersTop .leaders02 {
	float: right;
	width: 330px;
	margin: 0 0 30px;
}

.leadersTop .leaders01 div {
	position: relative;
	width: 330px;
	height: 200px;
	background: url(../image/leaders-01.jpg) no-repeat 0 0;
	background-size: cover;
}

.leadersTop .leaders02 div {
	position: relative;
	width: 330px;
	height: 200px;
	background: url(../image/leaders-08.jpg) no-repeat 0 0;
	background-size: cover;
}

.leadersTop2 .leaders03 div {
	position: left;
	width: 500px;
	height: 200px;
	background: url(../image/leaders-14.jpg) no-repeat 0 0;
	background-size: cover;
}

#second .leadersTop .leaders01 div p, #second .leadersTop .leaders02 div p {
	position: absolute;
	margin: 0 !important;
	padding: 10px;
	left: 5px;
	top: 100px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2 !important;
}

.leadersTop2 .leaders03 div p {
	position: relative;
	margin: 0 !important;
	left: 5px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2 !important;
}

.leadersTop a {
	text-decoration: none;
	color: #000000;
}

.leadersTop2 a {
	text-decoration: none;
	color: #000000;
}

.leadersTop p.ryouiki {
	margin: 0 !important;
	padding: 3px 5px;
	background-color: #3C88BB;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.leadersTop2 p.ryouiki {
	margin: 0 !important;
	padding: 3px 5px;
	background-color: #48228E;
	color: #FFFFFF;
	font-size: 16px;
}

#seccond .leadersTop h3 {
	margin: 0 !important;
	padding: 3px 5px;
	font-size: 20px;
	line-height: 1.4;
}

#second .leadersTop h3:before, #second .leadersTop h3:after {
	border: none;
}

#second .leadersTop2 h3 {
	margin: 0 !important;
	padding: 3px 5px;
	font-size: 20px;
	line-height: 1.4;
}

#second .leadersTop h3 span {
	font-size: 14px;
}

#second .leadersTop2 h3 span {
	font-size: 12px;
}

.leadersTop h3 a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.leadersTop2 h3 a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#second .leadersTop2 h3:before, #second .leadersTop2 h3:after {
	border: none;
}

.leaders {
	width: 800px;
	margin: 0 auto;
}

#second .leaders p {
	margin-bottom: 60px;
}

.leadersBox {
	position: relative;
	width: 800px;
	height: 400px;
	margin: 0 0 50px;
}

.leadersBox p.imp {
	position: absolute;
	top: 30px;
	left: 10px;
	margin: 0 !important;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 1.2 !important;
}

/*.leadersBox .title {
	position: absolute;
	top: 300px;
	right: -40px;
	width: 260px;
	padding: 10px;
	background-color: #25658F;
	color: #FFFFFF;
	font-size: 16px;
}*/

.leadersBox .title {
	position: absolute;
	top: 300px;
	right: -40px;
  padding: 5px 40px 5px 20px;
  background: #25658F;
  font-size: 20px;
  color: #FFF;
  margin-left: -33px;
  line-height: 1.3;
		box-shadow: 3px 3px 0 #CCC;
}

.leadersBox .title:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
}

.leadersBox .titleL {
	position: absolute;
	top: 300px;
	left: -40px;
	width: 300px;
	padding: 10px;
	background-color: #48228E;
	color: #FFFFFF;
	font-size: 16px;
}

.leadersBox .titleR {
	position: absolute;
	top: 300px;
	right: -40px;
	width: 300px;
	padding: 10px;
	background-color: #48228E;
	color: #FFFFFF;
	font-size: 16px;
}

#second .leadersBox h2 {
	position: absolute;
	top: 340px;
	left: -10px;
	background-color: #FFFFFF;
	width: 360px;
	padding: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

#second .leadersBox h2:after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: transparent;
	border: none;
	transform: none;
}

#second .leadersBox h4 {
	position: absolute;
	top: 340px;
	right: -10px;
	background-color: #FFFFFF;
	border: none;
	width: 300px;
	padding: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 0 0 10px;
	border-top: 1px dotted #ccc;
	color: #132850;
	margin-top: 0;
}

.leaders .profile {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px;
	float: none;
	background-color: #EBE9DE;
}

.leaders .profile p {
	margin: 0 0 10px !important;
}

#second .leadersBox h4:before {
	background-color: transparent;
}

#second .leadersBox h4:after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: transparent;
	border-bottom: none;
}

#second .leadersBox h2 span {
	font-size: 14px;
}

.leadersBox h4 span {
	font-size: 14px;
}

.leadersLead01 {
	background: url(../image/leaders-01.jpg) no-repeat 0 0;
}

.leadersLead02 {
	background: url(../image/leaders-08.jpg) no-repeat 0 0;
}

.leadersLead03 {
	background: url(../image/leaders-14.jpg) no-repeat 0 0;
}

.leadersLead04 {
	background: url(../image/leaders-19.jpg) no-repeat 0 0;
}

.leadersLead05 {
	background: url(../image/leaders-20.jpg) no-repeat 0 0;
}

.leadersLead06 {
	background: url(../image/leaders-60.jpg) no-repeat 0 0;
}

.leadersLead07 {
	background: url(../image/leaders-70.jpg) no-repeat 0 0;
}

.leadersLead08 {
	background: url(../image/leaders-80.jpg) no-repeat 0 0;
}


#second .leaders p.leadersq01 {
	background: url(../image/leaders-02.png) #FFFFFF no-repeat 0 center;
	background-size: 50px;
	margin: 0 0 20px;
	padding: 15px 10px 15px 64px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

#second .leaders p.leadersq02 {
	background: url(../image/leaders-03.png) #FFFFFF no-repeat 0 center;
	background-size: 50px;
	margin: 0 0 20px;
	padding: 15px 10px 15px 64px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

#second .leaders p.leadersq03 {
	background: url(../image/leaders-19.png) #FFFFFF no-repeat 0 center;
	background-size: 50px;
	margin: 0 0 20px;
	padding: 15px 10px 15px 64px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

#second .leaders h2 {
	width: 400px;
	padding: 0;
	border-bottom: none;
}

#second .leaders h3 {
	margin: 0 0 30px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
}

#second .leaders h3:before, #second .leaders h3:after {
	border: none;
	margin-right: 0;
	width: 0;
}

#second .leaders h3.leaders01 {
 border-left: 5px solid #81D6F1;
}

#second .leaders h3.leaders02 {
 border-left: 5px solid #F2B600;
}

#second .leaders h3.leaders03 {
 color: #FFF;
}

#second .leaders p.kyaku {
	margin: 0 20px 30px;
	font-size: 12px;
}

#second .leaders .profile {
	float: none;
	width: auto !important;
	margin: 20px 20px 40px;
	padding: 15px;
	background-color: #EBE9DE;
}

#second .leaders .profile p {
	margin: 0;
}

#second .leaders .profile p strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}

/*価値って？-------------------------------------------------*/
.kati {
	width: 700px;
	margin: 0 auto;
}

.kati p:nth-child(2n-1) {
	float: left;
}

.kati p:nth-child(2n) {
	float: right;
}

#second .kati p:not(:first-of-type) {
margin-top: 0;
}

/*md-------------------------------------------------*/
.mdList {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.mdList li {
	float: left;
	width: 33.3%;
	padding: 0 0 30px;
	text-align: center;
}

#second ul.mdList li::before {
content: "";
margin-right: 0;
}


.mdList li img {
	width: 150px;
	height: auto;
	padding: 10px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}

.mdList li span {
	display: block;
	margin: 5px 0 0;
}


/*lecture-------------------------------------------------*/
.lectureBox {
	margin: 0;
}

/*.lectureBox .datascience {
	width: 480px;
	float: right;	
}

.lectureBox .marketing {
	width: 480px;
	float: left;	
}*/

.lectureListWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 60px;
}

.lectureList {
	width: 48%;
	margin: 1em 0 10px;
	font-size: 16px;
	border: 1px dashed #BBB;
}

.lectureList a {
	display: block;
	padding: 0;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333 !important;
}

.lectureList a:hover, .lectureList a:active {
	background-color: #FFFFEE;
}

.lectureList dd {
	margin: 0 0 0 40px;
	padding-top: 4px;
	background: none;
	font-size: 14px;
}

.lectureBox .datascience .lectureList dt {
	float: left;
	width: 24px;
	height: 28px;
	background: #0B9DF4;
	color: #FFFFFF;
	text-align: center;
}

.lectureBox .sports .lectureList dt {
	float: left;
	width: 24px;
	height: 28px;
	background: #EF9103;
	color: #FFFFFF;
	text-align: center;
}

#secondCommon .lectureList dt span {
	display: block;
	padding-top: 4px;
}

.lectureBox .marketing h3 {
	background-color: #00B050 !important;
	color: #FFF !important;
	position: relative;
}

.lectureBox .datascience h3 {
	background-color: #0B9DF4 !important;
	color: #FFF !important;
	position: relative;
}

.lectureBox .sports h3 {
	background-color: #EF9103 !important;
	color: #FFF !important;
	position: relative;
}

.lectureBox .marketing h3::before,
.lectureBox .datascience h3::before,
.lectureBox .sports h3::before {
	display: none !important;
}

.lectureBox .marketing h3::after,
.lectureBox .datascience h3::after,
.lectureBox .sports h3::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
 border-right: 30px solid #FFF;
 border-bottom: 30px solid transparent;
}

.lectureBox .marketing .lectureList dt {
	float: left;
	width: 24px;
	height: 28px;
	background: #00B050;
	color: #FFFFFF;
	text-align: center;
}

.lectureD-m {
	margin: 0 0 3px;
	padding: 0 5px;
	background-color: #00B050;
	color: #FFFFFF;
}

.lectureD-d {
	margin: 0 0 3px;
	padding: 0 5px;
	background-color: #0B9DF4;
	color: #FFFFFF;
}

.lectureD-s {
	margin: 0 0 3px;
	padding: 0 5px;
	background-color: #EF9103;
	color: #FFFFFF;
}

.lectureCat {
	margin: 0 40px;
	padding: 0;
	list-style:none;
	display:flex;
	justify-content: space-between;
}

.lectureCat li {
	width: 32%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.lectureCat li:before {
	display: none;
}

.lectureCat li a {
	display: block !important;
	text-decoration: none !important;
	color: #FFF;
	padding: 12px 0;
	transition: none !important;
}

.lectureCat li a:hover {
	background-color: #FFF;
	opacity: 1 !important;
}

.lectureCat li:nth-child(1) {
	border: 1px solid #00B050;
	background-color: #00B050;
}

.lectureCat li:nth-child(1) a:hover {
	color: #00B050;
}

.lectureCat li:nth-child(2) {
	border: 1px solid #0B9DF4;
	background-color: #0B9DF4;
}

.lectureCat li:nth-child(2) a:hover {
	color: #0B9DF4;
}


.lectureCat li:nth-child(3) {
	border: 1px solid #EF9103;
	background-color: #EF9103;
}

.lectureCat li:nth-child(3) a:hover {
	color: #EF9103;
}



/*用語解説-------------------------------------------------*/
.qa {
	margin: 0 10px;
}

.qa dt {
	margin: 0 0 20px;
	padding: 15px 30px 15px 15px;
	cursor: pointer;	
	font-weight: bold;
	font-size: 16px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}

.qa dt.mk {
	background: url(../image/i2.png) no-repeat 98% 0;
}

.qa dt.ds {
	background: url(../image/i1.png) no-repeat 100% 0;
}


.qa dt.nowqa {
	background-color: #ECF4F9;
}

.qa dt img {
	margin-right: 5px;
	vertical-align: -4px;
}

.qa dd {
	display: none;
	margin: 0 0 40px;
	padding: 0 15px 15px;
	border-bottom: 1px dashed #CCC;
	background: url(../image/qa_back.png) no-repeat 0 100%;
}

.qa dd p {
	margin: 0 !important;
}

.qa dd strong {
	color: #F00;
}


/*動画*/
.cm3 {
	margin: 0 -20px 0 0;
	padding: 0;
	list-style: none;
}

.cm3 li {
	margin: 0;
	padding: 0;
}

#second ul.cm3 li::before {
content: "";
margin-right: 0;
}

.cm3 li a {
	float: left;
	display: block;
	width: 220px;
	margin: 0 20px 20px 0 !important;
	border: 1px solid #DDDDDD;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
}

.cm3 li a img {
	width: 208px;
	height: auto;
}

.cm3 li a span {
	display: block;
	margin: 10px 0 0;
	padding: 0 5px 0 18px;
	background: url(../image/icon_movie.png) no-repeat 0 3px;
	background-size: 16px;
}

/*------------------------------------------------------------------------------------------------
  学生生活
--------------------------------------------------------------------------------------------------*/
#second ul.sociLife {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .sociLife li {
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
	padding: 0;
	text-indent: 0;
}

#second .sociLife li::before {
content: "";
margin-right: 0;
}

.sociLife li:nth-child(3n) {
	margin: 0 0 20px 0;
}

.sociLife li a {
	display: block;
	border: 1px solid #3884CF;
	padding: 5px;
	text-decoration: none;
}

.sociLife li a img {
	width: 210px;
}

.sociLife li a p {
	margin: 4px 0 0 !important;
	background: url(../image/arrow-02.png) no-repeat 0 center;
	background-size: 6px;
	padding: 0 0 0 10px;
	font-weight: bold;
}

/*キャンパスライフ*/
.boxList {
	position: relative;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	margin: 0 5px 40px;
}

.boxList a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #000000;
}

.boxList a:hover {
	background-color: #FCF3F1;
}


#second .boxList .text {
	float: right;
	width: 720px;
}

#second .boxList .text h3 {
	margin: 0 0 5px;
	padding: 10px;
	line-height: 1.4;
}

#second .boxList .text h3::before {
   border: none;
   width: 0;
   margin: 0;
}

#second .boxList .catch {
	float: left;
	width: 220px;
	margin: 0;
}

#second .boxList .dayBox {
	position: absolute;
	top: -10px;
	left: 16px;
	z-index: 10;
}

#second .boxList .day {
	position: relative;
	padding: 5px 10px;
	background-color: #382F4D;
	color: #FFFFFF;
	letter-spacing: 1px;
}

#second .boxList .day::before {
	border: none;
}

#second .boxList .day::after {
	position: absolute;
	top: 100%;
	left: 10px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #382F4D;
}

#second .boxList p {
	margin: 0;
}

#second .detailday {
	margin: 0 0 10px;
	text-align: right;
	font-size: 14px;
}



/*------------------------------------------------------------------------------------------------
  skill
--------------------------------------------------------------------------------------------------*/
#second.skill .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/skill_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

.courseBox {
	margin: 0;
}

.courseBox dt {
	margin: 0 0 20px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #ECF4F9;
	font-weight: bold;
	color:#25658F;
}

#second .courseBox dd ul {
	margin: 10px 0 30px !important;
	padding: 0;
	list-style: none;
}

.courseBox dd ul li {
	float: left;
	width: 32%;
	padding: 0 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	text-indent: 0 !important;
}

#second .courseBox dd ul li::before {
    margin-right: 0;
    content: "";
}

.courseBox dd ul li:nth-of-type(3n-1) {
	margin: 0 1%;
}


/*------------------------------------------------------------------------------------------------
  management
--------------------------------------------------------------------------------------------------*/
#second.management .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/management_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}


/*識者インタビュー-------------------------------------------------*/
.leadersTop {
	margin: 0 0 30px;
}

.leadersTop h3 {
	line-height: 1.2 !important;
}

.leadersTop img {
	margin-right: 10px;
	box-shadow: 5px 5px 0 #AAA;
}

.leadersTop2 {
	width: 500px;
	margin: 0 auto;
}

.leadersTop .leaders01 {
	float: left;
	width: 330px;
	margin: 0 0 30px;
}

.leadersTop .leaders02 {
	float: right;
	width: 330px;
	margin: 0 0 30px;
}

.leadersTop .leaders01 div {
	position: relative;
	width: 330px;
	height: 200px;
	background: url(../image/leaders-01.jpg) no-repeat 0 0;
	background-size: cover;
}

.leadersTop .leaders02 div {
	position: relative;
	width: 330px;
	height: 200px;
	background: url(../image/leaders-08.jpg) no-repeat 0 0;
	background-size: cover;
}

.leadersTop2 .leaders03 div {
	position: left;
	width: 500px;
	height: 200px;
	background: url(../image/leaders-14.jpg) no-repeat 0 0;
	background-size: cover;
}

#second .leadersTop .leaders01 div p, #second .leadersTop .leaders02 div p {
	position: absolute;
	margin: 0 !important;
	padding: 10px;
	left: 5px;
	top: 100px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2 !important;
}

.leadersTop2 .leaders03 div p {
	position: relative;
	margin: 0 !important;
	left: 5px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2 !important;
}

.leadersTop a {
	text-decoration: none;
	color: #000000;
}

.leadersTop2 a {
	text-decoration: none;
	color: #000000;
}

.leadersTop p.ryouiki {
	margin: 0 !important;
	padding: 3px 5px;
	background-color: #3C88BB;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.leadersTop2 p.ryouiki {
	margin: 0 !important;
	padding: 3px 5px;
	background-color: #48228E;
	color: #FFFFFF;
	font-size: 16px;
}

#seccond .leadersTop h3 {
	margin: 0 !important;
	padding: 3px 5px;
	font-size: 20px;
	line-height: 1.4;
}

#second .leadersTop h3:before, #second .leadersTop h3:after {
	border: none;
}

#second .leadersTop2 h3 {
	margin: 0 !important;
	padding: 3px 5px;
	font-size: 20px;
	line-height: 1.4;
}

#second .leadersTop h3 span {
	font-size: 14px;
}

#second .leadersTop2 h3 span {
	font-size: 12px;
}

.leadersTop h3 a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.leadersTop2 h3 a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#second .leadersTop2 h3:before, #second .leadersTop2 h3:after {
	border: none;
}

.leaders {
	width: 800px;
	margin: 0 auto;
}

#second .leaders p {
	margin-bottom: 60px;
}

.leadersBox {
	position: relative;
	width: 800px;
	height: 400px;
	margin: 0 0 50px;
}

.leadersBox p.imp {
	position: absolute;
	top: 30px;
	left: 10px;
	margin: 0 !important;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 1.2 !important;
}

/*.leadersBox .title {
	position: absolute;
	top: 300px;
	right: -40px;
	width: 260px;
	padding: 10px;
	background-color: #25658F;
	color: #FFFFFF;
	font-size: 16px;
}*/

.leadersBox .title {
	position: absolute;
	top: 300px;
	right: -40px;
  padding: 5px 40px 5px 20px;
  background: #218FD2;
  font-size: 20px;
  color: #FFF;
  margin-left: -33px;
  line-height: 1.3;
		box-shadow: 3px 3px 0 #CCC;
}

.leadersBox .title:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
}

.leadersBox .titleL {
	position: absolute;
	top: 300px;
	left: -40px;
	width: 300px;
	padding: 10px;
	background-color: #48228E;
	color: #FFFFFF;
	font-size: 16px;
}

.leadersBox .titleR {
	position: absolute;
	top: 300px;
	right: -40px;
	width: 300px;
	padding: 10px;
	background-color: #48228E;
	color: #FFFFFF;
	font-size: 16px;
}

#second .leadersBox h2 {
	position: absolute;
	top: 340px;
	left: -10px;
	background-color: #FFFFFF;
	width: 360px;
	padding: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

#second .leadersBox h2:after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #75AED7;
}

#second .leadersBox h4 {
	position: absolute;
	top: 340px;
	right: -10px;
	background-color: #FFFFFF;
	border: none;
	width: 300px;
	padding: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 0 0 10px;
	border-top: 1px dotted #ccc;
	color: #25658F;
}

.leaders .profile {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px;
	float: none;
	background-color: #EBE9DE;
}

.leaders .profile p {
	margin: 0 0 10px !important;
}

#second .leadersBox h4:before {
	background-color: transparent;
}

#second .leadersBox h4:after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #75AED7;
	border-bottom: none;
}

#second .leadersBox h2 span {
	font-size: 14px;
}

.leadersBox h4 span {
	font-size: 14px;
}

.leadersLead01 {
	background: url(../image/leaders-01.jpg) no-repeat 0 0;
}

.leadersLead02 {
	background: url(../image/leaders-08.jpg) no-repeat 0 0;
}

.leadersLead03 {
	background: url(../image/leaders-14.jpg) no-repeat 0 0;
}

.leadersLead04 {
	background: url(../image/leaders-19.jpg) no-repeat 0 0;
}

.leadersLead05 {
	background: url(../image/leaders-20.jpg) no-repeat 0 0;
}

.leadersLead06 {
	background: url(../image/leaders-60.jpg) no-repeat 0 0;
}

.leadersLead07 {
	background: url(../image/leaders-70.jpg) no-repeat 0 0;
}

.leadersLead08 {
	background: url(../image/leaders-80.jpg) no-repeat 0 0;
}

.leadersLead09 {
	background: url(../image/leaders-90.jpg) no-repeat 0 0;
}

#second .leaders p.leadersq01 {
	background: url(../image/leaders-02.png) #FFFFFF no-repeat 0 center;
	background-size: 50px;
	margin: 0 0 20px;
	padding: 15px 10px 15px 64px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

#second .leaders p.leadersq02 {
	background: url(../image/leaders-03.png) #FFFFFF no-repeat 0 center;
	background-size: 50px;
	margin: 0 0 20px;
	padding: 15px 10px 15px 64px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

#second .leaders p.leadersq03 {
	background: url(../image/leaders-19.png) #FFFFFF no-repeat 0 center;
	background-size: 50px;
	margin: 0 0 20px;
	padding: 15px 10px 15px 64px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
}

#second .leaders h2 {
	width: 400px;
	padding: 0;
	border-bottom: none;
	color: #000;
}

#second .leaders h2:before {
	background-color: transparent !important;
	border: none !important;
}

#second .leaders h2:after {
	background-color: transparent !important;
	border: none !important;
}

#second .leaders h3 {
	margin: 0 0 30px;
	padding: 10px 10px 10px 24px !important;
	font-size: 20px;
	font-weight: bold;
	background-color: #132850 !important;
	color: #FFF !important;
}

#second .leaders h3:before, #second .leaders h3:after {
	border: none;
}

#second .leaders h3.leaders01 {
 border-left: 5px solid #81D6F1;
}

#second .leaders h3.leaders02 {
 border-left: 5px solid #F2B600;
}

#second .leaders h3.leaders03 {
 color: #48228E;
}

#second .leaders p.kyaku {
	margin: 0 20px 30px;
	font-size: 12px;
}

#second .leaders .profile {
	float: none;
	width: auto !important;
	margin: 20px 20px 40px;
	padding: 15px;
	background-color: #EBE9DE;
}

#second .leaders .profile p {
	margin: 0;
}

#second .leaders .profile p strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/

#second ul#menu-side_news {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: -2em;
}

#second ul#menu-side_news li {
width: 30%;
text-align: center;
}

#second ul#menu-side_news li::before {
content: "";
margin-right: 0;
}

#second ul#menu-side_news li a {
	display: block;
	background-color: #EEE;
	padding: 10px 0;
}

#second ul#menu-side_news li a:hover {
	text-decoration: underline;
}

#second .newsListBox ul li {
margin-bottom:2em;
border-bottom: 1px dotted #CCC;
}

#second .newsListBox ul li::before {
content: "";
margin-right: 0;
}

#second .newsListBox ul li a {
display: block;
border-bottom: none;
padding: 6px;
}

#second .newsListBox ul li a:hover {
	background-color: #E9E6F2;
	opacity: 1;
}

#second .newsListBox ul li dt {
margin-bottom: 6px;
}

#second .newsListBox ul li dt span {
display: inline-block;
margin-left: 1em;
padding: 0 0.5em;
background-color: #F3F2F1;
}

.newsDay {
	margin-bottom: 20px !important;
	text-align: right;
}

.newsDay span {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #4598CF;
	padding: 5px 8px;
	color: #4598CF;
}


/*------------------------------------------------------------------------------------------------
  examinee
--------------------------------------------------------------------------------------------------*/
#second.examinee .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/examinee_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

/*obog-------------------------------------------------*/
.obogBox {
	margin: 0;
}

.obogBox .list {
	width: 220px;
	float: left;
	margin: 0 40px 30px 0;
	background-color: #EDE7FA;
}

.obogBox .list h2:before,
.obogBox .list h2:after {
border:none !important;
}

.obogBox a {
	display: block;
	color: #333333;
}

.obogBox a:hover, .obogBox a:active {
	color: #F26400;
}

.obogBox .list p {
	margin: 0 !important;
}

.obogBox .list div {
	margin: 10px 10px 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
	line-height: 1.4;
}

#content .obogBox .list div h2 {
	margin: 0 0 3px;
	padding: 5px 0;
	font-size: 16px;
	border-bottom: none;
	font-weight: bold;
}

.obogBox .list div h2 span {
	font-size: 12px;
	padding-left: 5px;
	font-weight: normal;
}

.obogBox .list div p {
	margin: 0 !important;
	font-size: 12px;
}

.obogBox .list div p.gakusei {
	margin: 5px 0 0 !important;
	border-top: 1px dotted #555555;
	padding: 5px 0 0;
	text-align: center;
}

.obogDetail {
	width: 700px;
	margin: 0 auto;
}

.obogIntro {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 30px;
	background: url(../image/mfg.png) no-repeat 62% 55%;
}

.obogIntro .profImg {
	float: right;
	width: 220px;
	padding: 0 0 30px;
}

.obogIntro .profImg img {
	border-radius: 5px;
}

.obogIntro .profText {
	float: left;
	width: 480px;
	padding: 30px 0;
}

#second .obogIntro .profText h2 {
	font-size: 30px;
	line-height: 1.2;
	padding: 0 0 10px;
	border: none;
	text-align: left;
	background: url(../image/line-04.gif) no-repeat 0 100%;
	color: #000;
}

#second .obogIntro .profText h2:after {
	background-color: transparent;
	border: none !important;
}

.obogIntro .profText p {
	margin: 0 0 30px !important;
}

.obogIntro .profText h2 span {
	font-size: 16px;
	padding-left: 5px;
}

.obogIntro .profText dt {
	display: inline-block;
	margin: 0 0 3px;
	padding: 2px 10px;
	background-color: #48228E;
	color: #FFFFFF;
	border-radius: 3px;
}

.obogIntro .profText dd {
	margin: 0 0 8px;
}

.obogText {
	padding: 10px;
	background-color: #E4E3DE;
}

.obogText div {
	background-color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
}

.obogBox h2 {
	font-size: 20px !important;
}

#second .obogText div h3 {
 position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	font-size: 18px;
	z-index: 0;
}

#second .obogText div dl {
	margin: 0 10px;	
}

#second .obogText div dl dt {
	margin-bottom: 10px;
	padding: 3px 10px;
	border-left: 3px solid #22698F;
	color: #22698F;
	font-weight: bold;
}

#second .obogText div dl dd {
	color: #555555;
	margin: 0 0 30px;
}

#second .obogText div dl dd p {
	margin: 0 0 20px !important;
}

.obogData {
	width: 700px;
	margin: 30px auto;
	padding: 20px 20px 20px 10px;
	background: url(../image/obog_data_back.png);
}

.obogData p {
	margin: 0 0 10px !important;
}

.obogData ul li {
	margin: 0 0 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}

#content .obogData .high ul,
#content .obogData .univ ul {
	margin: 0 20px 30px;
	padding-left: 30px;
}


#second .obogData h2 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 200px;
	height: 32px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: left;
	background: #3DAEE2;
	z-index: 0;
	margin: 0 0 20px;
	margin-left: -58px;
	font-weight: bold;
	font-size: 16px;
	border: none;
}

#second .obogData h2:before {
    border: none;
}

#second .obogData h2:after {
	content: "";
	position: absolute;
	top: 32px;
	left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 15px 0;
	border-color: transparent;
	z-index: -1;
	background-color: transparent;
}

.obogback a:link, .obogback a:visited {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #2F7F6A;
	border: 2px solid #2F7F6A;
	border-radius: 5px;
	text-decoration: none;
}

.obogback a:hover, .obogback a:active {
	background-color: #2F7F6A;
	color: #FFFFFF;
	border: 2px solid #2F7F6A;
	border-radius: 5px;
}


/*------------------------------------------------------------------------------------------------
  student
--------------------------------------------------------------------------------------------------*/
#second.student .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/student_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
#second.company .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/company_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

/*------------------------------------------------------------------------------------------------
  scholar
--------------------------------------------------------------------------------------------------*/
#second.scholar .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/scholar_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

/*------------------------------------------------------------------------------------------------
  search
--------------------------------------------------------------------------------------------------*/
#second .searchList li {
	text-indent: 0;
}

#second .searchList li:before {
	content: "";
	margin-right: 0;
}

#second .searchList li a {
	display: block;
	margin: 0 0 6px;
	padding: 12px 12px 12px 22px;
	font-weight: 500;
	font-size: 18px;
	border-bottom: 1px dashed #CCC;
	background: url(../image/arrow-04.png) no-repeat 6px center;
	background-size: 10px;
}

#second .searchList li a:hover {
		background: url(../image/arrow-04.png) #F3F2F1 no-repeat 6px center;
	background-size: 10px;
	opacity: 1;
}


/*------------------------------------------------------------------------------------------------
  サイトマップ
--------------------------------------------------------------------------------------------------*/
#second.sitemap .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/sitemap_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

#second h2.sitemap {
	margin-bottom: 1px;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	position: relative;
	text-align: left;
 border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#second.sitemap .content h2::before,
#second.sitemap .content h2::after {
border:none !important;
display: none !important;
}

#second.sitemap .content ul {
margin-right: 0;
}

#second h2.sitemap a {
	color: #FFF;
}

#second .sitemapUl {
	margin: 0 0 40px;
	padding: 10px 10px 20px;
	list-style: none;
	background-color: #EEEEEE;
}

#second .sitemapUl li {
	float: left;
	width: 33%;
	background: url(../image/arrow-02.png) no-repeat 0 7px;
	padding-left: 10px;
	background-size: 6px;
	text-indent: 0;
}

#second .sitemapUl li::before {
content: "";
margin-right: 0;
}


/*------------------------------------------------------------------------------------------------
  lab
--------------------------------------------------------------------------------------------------*/
#second.lab .pagettl .wrap:before {
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0;
	right: 0;
	content: "";
	background: url(../image/lab_back.jpg) no-repeat 0 60%;
	background-size: cover;
	z-index: -10;
}

