@charset "UTF-8";
/*==================================*/
/*top mv*/
/*==================================*/
.mv {
  position: relative;
  overflow: hidden;
  /*height: 160vh;*/
  height: 130vh;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), screen and (min-height: 1200px) {
  .mv {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    height: 75vh;
  }
}
.mv .mv__main {
  height: 100%;
}
.mv .mv__first {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .mv .mv__first {
    height: 77vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), screen and (min-height: 1200px) {
  .mv .mv__first {
    height: 100vh;
  }
}
.mv .mv__first p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 /* animation: mv__first__anime 2s ease 0.5s 1 forwards;
  opacity: 0;*/
}

.mv .mv__first p.mv__first_text1 {
  animation: mv__first__anime2 3.0s ease 0.5s 1 forwards;
  opacity: 0;
}
.mv .mv__first p.mv__first_text2 {
  animation: mv__first__anime 2.0s ease 4.0s 1 forwards;
  opacity: 0;
}




@media screen and (max-width: 767px) {
.mv .mv__first p {
  width: 80%;
}

}
.mv .mv__first p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: mv__first__anime 2s ease 0.5s 1 forwards;
  opacity: 0;
}

@keyframes mv__first__anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mv__first__anime2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.mv .mv__set {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #d10010;
  transform: skew(15deg);
  margin-left: -60%;
  z-index: 5;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .mv .mv__set {
    height: 77vh;
    margin-left: -60%;
  }
}
.mv .mv__set.__r {
  transform: skew(-15deg);
  margin-left: 0;
  margin-right: -60%;
  left: auto;
  right: 0;
  z-index: 2;
  background-color: #153791;
}
@media screen and (max-width: 767px) {
  .mv .mv__set.__r {
    margin-right: -60%;
  }
}
.mv .mv__set .mv__set__inner {
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  text-align: right;
  background-color: #d10010;
  background-size: 60%;
  right: -25%;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .mv__set .mv__set__inner {
    background-position: top 0 right -25vw;
    background-size: 100%;
  }
}
.mv .mv__set .mv__set__inner.__r {
  transform: skew(15deg);
  background-color: #153791;
  background-size: cover;
  z-index: 10;
  position: relative;
  right: inherit;
  left: -25%;
}
.mv .mv__schoolname {
  position: absolute;
  top: 60px;
  left: 10px;
  animation: fadeIn 1s ease 3s 1 forwards;
  opacity: 0;
  z-index: 7;
  line-height: 0;
}
.mv .mv__schoolname img {
  width: 300px;
}
.mv .mv__mcb {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  /*bottom: 20vh;*/
  bottom: 8vh;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .mv .mv__mcb {
    bottom: 5vh;
    animation: fadeIn 1s ease 3s 1 forwards;
    opacity: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), screen and (min-height: 1200px) {
  .mv .mv__mcb {
    bottom: 8vh;
    animation: fadeIn 1s ease 3s 1 forwards;
    opacity: 0;
  }
}
.mv .mv__mcb img {
  width: 100%;
  transform: scale(1.03);
}
.mv .mv__mc {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  z-index: 30;
  animation: fadeIn 1s ease 4.5s 1 forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv .mv__mc {
    width: 6vh;
  }
}
.mv .mv__student {
  width: 1000px;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 20vh;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mv .mv__student {
    width: 75vw;
    height: 120%;
    top: 10vh;
  }
}
.mv .mv__student > div {
  position: absolute;
  margin-top: -10%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div {
    width: 40%;
  }
}
.mv .mv__student > div.__n1 {
  top: 0;
  left: -5%;
}
.mv .mv__student > div.__n2 {
  top: 15%;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div.__n2 {
    width: 55%;
    top: 15%;
    left: -20%;
  }
}
.mv .mv__student > div.__n3 {
  top: 29%;
  left: -4%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div.__n3 {
    width: 58%;
    top: 25%;
    left: -10%;
  }
}
.mv .mv__student > div.__n4 {
  top: 42%;
  left: 22%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div.__n4 {
    width: 38%;
    top: 35%;
    left: 15%;
  }
}
.mv .mv__student > div.__nR1 {
  top: 7%;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div.__nR1 {
    width: 45%;
    top: 5%;
    right: 2%;
  }
}
.mv .mv__student > div.__nR2 {
  top: 25%;
  right: -9%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div.__nR2 {
    width: 60%;
    top: 20%;
    right: -20%;
  }
}
.mv .mv__student > div.__nR3 {
  top: 40%;
  right: 16%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div.__nR3 {
    width: 48%;
    top: 35%;
    right: 5%;
  }
}
.mv .mv__student > div.__nR4 {
  top: 34%;
  right: 28%;
}
@media screen and (max-width: 767px) {
  .mv .mv__student > div.__nR4 {
    width: 38%;
    top: 35%;
    right: 15%;
  }
}

.topMovie {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  vertical-align: bottom;
  padding: 0;
  position: relative;
  height: 0;
  padding-top: 130vh;
}
.topMovie video {
  height: 100%;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
.topMovie video {
  height: 75vh;
}

}
.topMovie video#topMovie__video2 {
  mix-blend-mode: hard-light;
}

.mv__bg {
  padding-top: 10vw;
  background-color: #dbdbdb;
  height: 100%;
}
.mv__bg .mv__hikari {
  position: absolute;
  top: -40vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  animation: hikari 20s linear infinite;
  z-index: 1;
}
.mv__bg .mv__hikari img {
  width: 100%;
}
.mv__bg .mv__bg__word {
  display: flex;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  margin-top: -0.9vh;
}
.mv__bg .mv__bg__word ul {
  font-size: 1.2vw;
  margin-bottom: 0;
  color: #000;
  opacity: 0.3;
  white-space: nowrap;
  padding: 1rem 0;
  position: relative;
  animation: flow 5s infinite linear 0s both;
}
@media screen and (max-width: 767px) {
  .mv__bg .mv__bg__word ul {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
.mv__bg .mv__bg__word ul li {
  display: inline-block;
  margin: 0 2rem;
  position: relative;
  white-space: nowrap;
}
.mv__bg .mv__bg__word ul li:nth-of-type(2n) {
  top: 0.5rem;
}
.mv__bg .mv__bg__word ul li:nth-of-type(3n) {
  top: -0.5rem;
}
.mv__bg .mv__bg__word:nth-of-type(2n) ul {
  animation: flow 10s infinite linear 0s  both;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  letter-spacing: -0.2rvw;
  font-size: 2vw;
  opacity: 0.2;
}
.mv__bg .mv__bg__word:nth-of-type(3n-1) ul {
  animation: flow 8s infinite linear 0s reverse both;
  font-size: 2.4vw;
  opacity: 0.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  letter-spacing: -0.2vw;
}
@media screen and (max-width: 767px) {
.mv__bg .mv__bg__word:nth-of-type(3n-1) ul {
  font-size: 20px;
}
}
.mv__bg .mv__bg__word:nth-of-type(5n) ul {
  animation: flow 5s infinite linear 0s both;
  font-size: 3.6vw;
  opacity: 0.2;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  letter-spacing: -0.2vw;
}
.mv__bg .mv__bg__word:nth-of-type(7n) ul {
  animation: flow 12s infinite linear 0s both;
  font-size: 1.2vw;
}

@keyframes flow {
  from {
    transform: translateX(-100vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hikari {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#mv__set1 {
  animation: mv__set__anime1 3s cubic-bezier(0.86, 0, 0.07, 1) 1s both;
}


#mv__set2 {
  animation: mv__set__anime2 3.2s cubic-bezier(0.86, 0, 0.07, 1) 1s both;
}

#mv__student1 {
  animation: mv__set__anime1 3s cubic-bezier(0.86, 0, 0.07, 1) 1.3s both;
}

#mv__student2 {
  animation: mv__set__anime2 3.2s cubic-bezier(0.86, 0, 0.07, 1) 1.3s both;
}



@keyframes mv__set__anime1 {
  from {
    left: -110%;
  }
  to {
    left: 0;
  }
}
@keyframes mv__set__anime2 {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.topNews {
  text-decoration: none !important;
  background-color: #000;
  border: 2px solid #e60012;
  border-radius: 100px 0 0 100px;
  color: #fff;
  position: absolute;
  top: 80vh;
  right: -100%;
  width: 420px;
  z-index: 30;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  color: #e60012;
}
@media screen and (min-width: 768px) {
  a.topNews {
    animation: newsIn 1s cubic-bezier(0.86, 0, 0.07, 1) 4s 1 forwards;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), screen and (min-height: 1200px) {
  a.topNews {
    top: auto;
    bottom: 28vw;
  }
}
@media screen and (max-width: 767px) {
  a.topNews {
    top: inherit;
    right: 0;
    border-left: none;
    border-right: none;
    bottom: 0px;
    width: 100%;
    border-radius: 0;
  }
}
a.topNews .topNews__h {
  margin-right: 20px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  a.topNews .topNews__h {
    margin-right: 10px;
  }
}
a.topNews .topNews__c {
  font-size: 16px;
  font-weight: bold;
  color: #e60012;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
a.topNews .topNews__c {
  font-size: 14px;
}
}
@keyframes newsIn {
  from {
    right: -100%;
  }
  to {
    right: -5px;
  }
}
@keyframes newsSP {
  from {
    right: -100%;
  }
  to {
    right: 0px;
  }
}

/*==================================*/
/*top base*/
/*==================================*/
.topSec {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .topSec {
    margin-bottom: 50px;
  }
}

/*==================================*/
/*top topNotice*/
/*==================================*/
.topNotice {
	background-color: #000;
	border-top: 2px solid #e60012;
	border-bottom: 2px solid #e60012;
	padding: 20px;
}
@media screen and (min-width: 768px) {
.topNotice .topNotice_wrap {
	display: flex;
	justify-content:space-around;
	position: relative;
}
}
@media screen and (max-width: 767px) {
.topNotice {
	padding: 10px 15px 50px;
	position: relative;
}
.topNotice_wrap.wrap {
	margin: 0 0;
}
}
.topNotice .topNotice_title {
	color: #FFF;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 20px;	
	text-align: center;
}
@media screen and (min-width: 768px) {
.topNotice .topNotice_title {
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 1.2;
}
}
.topNotice .topNotice_title span {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
@media screen and (min-width: 768px) {
.topNotice .topNotice_title span {
	display: block;
	font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.topNotice .topNotice_title span {
	margin-left: 10px;
}
}
.topNotice .topNotice_detail {
	width: 100%;
}

.topNotice_detail_box {
	border-top :1px solid #C00;
}
@media screen and (min-width: 768px) {
.topNotice .topNotice_detail {
	width: 90%;
	margin-right: 80px;
}
}
.topNotice_detail_box:first-child {
	border-top :none;
}
.topNotice_detail_box a {
	padding: 5px 0;
	font-size: 14px;
	display: block;
}
@media screen and (min-width: 768px) {
.topNotice_detail_box a  {
	display: flex;
	font-size: 18px;
	padding: 15px;
}
}
@media screen and (max-width: 767px) {
.topNotice_detail_box a  {
	font-size: 16px;
}
}
.topNotice_detail_box a p.topNotice_detail_box_date  {
	margin-right: 20px;
}
.topNotice_detail_box a:hover {
	color: #FFF;
	opacity: 1.0;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
.topNotice_detail_box a:hover {
	color: #E60012;
}
}
.topNotice_detail_box_text {
	font-weight: bold;
}
.topNotice_detail_box_text span {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
.topNotice_detail_box_text span {
	font-size: 14px;
}
.topNotice_detail_box_acc .topNotice_detail_box_text {
	font-size: 14px;
}
}

dl.topNotice_detail_box_acc > dt {
	position: absolute;
    right: 0px;
    top: 20px;
    color: #E60012;
	transition: .2s;
}

@media screen and (max-width: 767px) {
dl.topNotice_detail_box_acc > dt {
	padding-right: 45px;
	    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
	right: inherit;
    top: inherit;
	bottom: 10px;
}
}
dl.topNotice_detail_box_acc > dd {
	margin-top: 5px;
}
dl.topNotice_detail_box_acc > dt > span {
	border: solid 1px red;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	position: relative;
	margin: 0 auto;
	transition: .2s;
}
@media screen and (min-width: 768px) {
dl.topNotice_detail_box_acc > dt > span {
	top: -5px;
}
}
@media screen and (max-width: 767px) {
dl.topNotice_detail_box_acc > dt > span {
	
	margin: 0 10px 0 0;
}
}
dl.topNotice_detail_box_acc > dt > span::before,
dl.topNotice_detail_box_acc > dt > span::after {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	border-radius: 5px;
	background: #E60012;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
  
dl.topNotice_detail_box_acc > dt > span::after {
	transform: translate(-50%,-50%) rotate(90deg);
	transition: 0.5s;
}
dl.topNotice_detail_box_acc > dt.open > span::after {
	transform: translate(-50%,-50%) rotate(0);
	transition: 0.5s;
}
dl.topNotice_detail_box_acc a {
	border-top: 1px solid #E60012;
}
@media screen and (max-width: 767px) {
dl.topNotice_detail_box_acc a {
	padding: 15px 0;
}
dl.topNotice_detail_box_acc a:last-child {
	border-bottom: 1px solid #E60012;
	margin-bottom: 10px;
}
}

@media screen and (min-width: 768px) {
dl.topNotice_detail_box_acc > dt:hover {
    color: #FFF;
}
dl.topNotice_detail_box_acc > dt:hover > span {
	background-color: #FFF;
}
}

.topNotice_detail_box_acc .topNotice_check {
	color:#E60012;
	background-color:#FFF;
	font-family: 'Ropa Sans', sans-serif;
	font-size:12px;
	line-height:12px;
	padding:2px 5px;
	position: relative;
	display: inline-block;
	margin-right:8px;
	vertical-align: text-top;
}
.topNotice_detail_box_acc .topNotice_check:after {
	content: "";
	position: absolute;
	top: 50%; left: 100%;
	margin-top: -3px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: transparent  transparent transparent #FFF;
}


/*==================================*/
/*top topics*/
/*==================================*/
.topTopics {
  padding-right: 200px;
  background: url("../images/top_section_t1.png") no-repeat top 10px right 30px;
}
@media screen and (max-width: 767px) {
  .topTopics {
    padding-right: 15%;
    background-size: 12%;
    background-position: top 10px right 0;
  }
}
@media screen and (min-width: 768px) {
.topTopics .sectionTitle  {
	margin: 0;
}
}
.topicSlider {
  background: url("../images/bg_v.png") no-repeat top center;
  padding: 0;
  padding: 70px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .topicSlider {
    padding: 40px 0 40px 0;
    background-size: contain;
    background-position: calc(50% - 10%) 0;
  }
}
@media screen and (max-width: 767px) {
  .topicSlider .topicSliderSet.wrap {
    margin: 0;
  }
}
.topicSlider .topicSliderSet ul {
  margin: 0 0;
}
.topicSlider .topicSliderSet ul li {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 400px;
  margin: 0 15px;
  
  -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
  
}
@media screen and (max-width: 767px) {
  .topicSlider .topicSliderSet ul li {
    width: auto;
    margin: 0 7px;
  }
}
.topicSlider .topicSliderSet ul li a {
  display: inline-block;
  position: relative;
}
.topicSlider .topicSliderSet ul li a :hover {
  opacity: 1;
}
.topicSlider .topicSliderSet ul li a img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topicSlider .topicSliderSet ul li a img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
.topicSlider .topicSliderSet ul li a:hover ,
.topicSlider .topicSliderSet ul li a:hover img {
  opacity: 1;
}
.topicSlider .topicSliderSet ul li:hover {
 	transform: scale(1.1);
}
.topicSlider .slick-slider .slick-track, .slick-slider .slick-list {
	padding: 30px 0;
}
}
/*==================================*/
/*top course*/
/*==================================*/
.topCourse {
  padding-left: 200px;
  background: url("../images/top_section_t2.png") no-repeat top 10px left 30px;
  position: relative;
}
.topCourse .character {
  position: absolute;
  z-index: 2;
}
.topCourse .character.__1 {
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topCourse .character {
    display: none;
  }
}
.topCourse .character.__1 {
  top: -90px;
  right: -100px;
}
.topCourse .character.__2 {
  top: 50%;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .topCourse {
    padding-left: 12%;
    background-size: 12%;
    background-position: top 10px left 0;
  }
}
.topCourse .topCourse__bg1 {
  display: none;
}
.topCourse .topCourse__1 {
  position: absolute;
  right: 0;
  top:15%;
  text-align: right;
  z-index: -1;
  width: 50%;
}
@media screen and (max-width: 767px) {
.topCourse .topCourse__1 {
  top: 8%;
}
}
.topCourse .topCourse__1 img {
  width: 100%;
}
.topCourse .topCourse__2 {
  position: absolute;
  left: 0;
  top: 55%;
  text-align: right;
  z-index: -1;
  width: 50%;
}
.topCourse .topCourse__2 img {
  width: 100%;
}



@media screen and (min-width: 768px) {
  .topCourseList1 ul {
    margin-left: -4vw;
  }
}
.topCourseList1 ul li {
  width: 110%;
  position: relative;

}
.topCourseList1 ul li:nth-child(2) {
  right: -3vw;
}
.topCourseList1 ul li:nth-child(3n) {
  right: 1vw;
}
.topCourseList1 ul li:nth-child(3n+1) {
  right: -4vw;
}
.topCourseList1 ul li a {
  display: flex;
  position: relative;
  text-decoration: none;
  
}


.topCourseList1 ul li a {
  -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
  
}

@media screen and (min-width: 768px) {
.topCourseList1 ul li a:hover ,
.topCourseList1 ul li a:hover img {
	opacity: 1.0;
}
.topCourseList1 ul li a:hover  {
	  transform: scale(1.05);
}
}
.topCourseList1 ul li a:hover .topCourseList__chara,
.topCourseList1 ul li a:hover .topCourseList__chara img {
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a {
    display: block;
  }
}
.topCourseList1 ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a:after {
    display: none;
  }
}
.topCourseList1 ul li a > div.__img {
  width: 34%;
  position: relative;
}
.topCourseList1 ul li a > div.__img .topCourseList__chara {
  height: 100%;
  position: absolute;
  top: -40px;
  right: -30px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__img .topCourseList__chara {
    top: -10px;
  }
}
.topCourseList1 ul li a > div.__img .topCourseList__chara img {
  width: auto;
  height: 130%;
}
.topCourseList1 ul li a > div.__img .topCourseList__chara.__3 {
  right: -60px;
}
.topCourseList1 ul li a > div.__img .topCourseList__chara.__5 {
  right: -50px;
}
.topCourseList1 ul li a > div.__img .topCourseList__chara.__6 {
  right: -60px;
}
.topCourseList1 ul li a > div.__img .topCourseList__chara.__7 {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__img {
    width: 80%;
  }
}
.topCourseList1 ul li a > div.__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background: url("../images/kakushi.svg") no-repeat;
  background-size: contain;
}
.topCourseList1 ul li a > div.__img img {
  width: 100%;
}
.topCourseList1 ul li a > div.__txt {
  flex: 1;
  background: url("../images/course1.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__txt {
    margin-left: 10px;
  }
}
.topCourseList1 ul li a > div.__txt > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 60px;
  background: url("../images/big_ar.svg") no-repeat center right 11vw rgba(8, 131, 177, 0.9);
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__txt > div {
    padding: 28vw 10px 20px 10px;
    margin-top: -30vw;
    background-size: 10px;
    background-position: center right 10px;
  }
}
.topCourseList1 ul li a > div.__txt > div.__color2 {
  background-color: rgba(52, 59, 209, 0.9);
}
.topCourseList1 ul li a > div.__txt > div.__color3 {
  background-color: rgba(99, 54, 191, 0.9);
}
.topCourseList1 ul li a > div.__txt > div.__color4 {
  background-color: rgba(173, 46, 210, 0.9);
}
.topCourseList1 ul li a > div.__txt > div.__color5 {
  background-color: rgba(230, 93, 57, 0.9);
}
.topCourseList1 ul li a > div.__txt > div.__color6 {
  background-color: rgba(236, 160, 13, 0.9);
}
.topCourseList1 ul li a > div.__txt > div.__color7 {
  background-color: rgba(187, 168, 4, 0.9);
}
.topCourseList1 ul li a > div.__txt > div.__color8 {
  background-color: rgba(94, 187, 4, 0.9);
}
.topCourseList1 ul li a > div.__txt > div.__color9 {
  background-color: rgba(18, 116, 13, 0.9);
}
.topCourseList1 ul li a > div.__txt > div h3 {
  font-size:32px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1;
  font-style: italic;
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__txt > div h3 {
    font-size: 20px;
    margin-bottom: 2rem;
    position: relative;
    padding-right: 2em;
    line-height: 1;
  }
  .topCourseList1 ul li a > div.__txt > div h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100vw;
  }
}
.topCourseList1 ul li a > div.__txt > div h3 > span {
  font-size: 16px;
  white-space: nowrap;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__txt > div h3 > span {
    font-size: 1.2rem;
  }
}
.topCourseList1 ul li a > div.__txt > div h3 .courseType {
  font-size: 1.2rem;
  margin-bottom: 1.0rem;
  position: relative;
  font-style: normal;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__txt > div h3 .courseType {
    font-size: 1rem;
  }
}
.topCourseList1 ul li a > div.__txt > div h3 .courseType > span {
  display: inline-block;
  line-height: 1;
  padding: 2px;
  margin: 0;
}
.topCourseList1 ul li a > div.__txt > div h3 .courseType .courseType__y {
  background-color: #000;
}
.topCourseList1 ul li a > div.__txt > div h3 .courseType .courseType__s {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
.topCourseList1 ul li a > div.__txt > div p {
  margin: 0;
  font-size: 1.6rem;
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .topCourseList1 ul li a > div.__txt > div p {
    font-size: 1.2rem;
    min-height: inherit;
  }
}
.topCourseList1 .courseName {
	font-size: 20px;
	min-height: 65px;
	padding-top: 5px;
	padding-right: 35px;
}
.topCourseList1 .courseName span {
	font-size: 12px;
	margin-left: 3px;
}
@media screen and (max-width: 767px) {
.topCourseList1 .courseName {
	font-size: 14px;
	min-height: initial;
}
.topCourseList1 .courseName span {
	font-size: 10px;
}
}


.topCourseList2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .topCourseList2 ul {
    margin: 0 10px;
    justify-content: space-between;
  }
}
.topCourseList2 ul li {
  width: 30%;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  margin: 0 1% 10px;
}
@media screen and (max-width: 767px) {
  .topCourseList2 ul li {
    width: 50%;
  }
}
.topCourseList2 ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  text-align: center;
  position: relative;
  /*IE11*/
  width: 20vw;
  height: 20vw;
  /**/
}
@media screen and (max-width: 767px) {
  .topCourseList2 ul li a {
    width: 100%;
    height: auto;
  }
}
.topCourseList2 ul li a div.__img {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.topCourseList2 ul li a div.__img .mask1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.topCourseList2 ul li a div.__img svg {
  position: relative;
}
.topCourseList2 ul li a .__img:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_shape8_1.png") no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: -5%;
  right: -3.8%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .topCourseList2 ul li a:after {
    top: -4%;
    right: -3%;
  }
}
.topCourseList2 ul li h3 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .topCourseList2 ul li h3 {
    font-size: 1.6rem;
  }
}
.topCourseList2 ul li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
.topCourseList2 ul li {
    margin-top: 30px;
  }
  /*.topCourseList2 ul li:nth-child(2) {
    margin-top: 30px;
  }
  .topCourseList2 ul li:nth-child(3n) {
    margin-top: 60px;
  }
  .topCourseList2 ul li:nth-child(3n+2) {
    margin-top: 30px;
  }*/
}
@media screen and (max-width: 767px) {
  .topCourseList2 ul li {
    margin-top: 20px;
  }
}
.topCourseList2 ul li.app_vr a .__img:after {
  background-image: url("../images/bg_shape8_1.png");
}
.topCourseList2 ul li.super_progamer a .__img:after {
  background-image: url("../images/bg_shape8_2.png");
}
.topCourseList2 ul li.event_staff a .__img:after {
  background-image: url("../images/bg_shape8_3.png");
}
.topCourseList2 ul li.esports a .__img:after {
  background-image: url("../images/bg_shape8_4.png");
}
.topCourseList2 ul li.voice_actor_pro a .__img:after {
  background-image: url("../images/bg_shape8_5.png");
}
.topCourseList2 ul li.anime_voice_actor a .__img:after {
  background-image: url("../images/bg_shape8_6.png");
}
.topCourseList2 ul li.animation a .__img:after {
  background-image: url("../images/bg_shape8_7.png");
}
.topCourseList2 ul li.illustration_character a .__img:after {
  background-image: url("../images/bg_shape8_8.png");
}
.topCourseList2 ul li.animestaff_event a .__img:after {
  background-image: url("../images/bg_shape8_9.png");
}

.topCourseList2 ul li a ,
.topCourseList2 ul li a .__img ,
.topCourseList2 ul li a:after {
  -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
  
}



.topCourseList2 .course_job {
	display: flex;
}
.topCourseList2 ul li h3 {
	margin-top: -20px;
	margin-bottom: 10px;
	text-align: left;
}
.topCourseList2 > ul {
 display: flex;
}
.topCourseList2 > ul  > li {
  width: 50%;
  margin: 0 0 40px;
}

.topCourseList2 > ul  > li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: auto;
}
.topCourseList2 ul li a div.__img  {
	width: 50%;
	height: auto;
}

.topCourseList2 > ul  > li a .course_job_select_list {
	width: 55%;
	margin-left: -5%;
}
@media screen and (max-width: 767px) {
.topCourseList2 > ul  > li {
  width: 100%;
}

.topCourseList2 > ul  > li a {
	flex-wrap: wrap;
}
.topCourseList2 ul li a div.__img  {
	width: 80%;
}
.topCourseList2 > ul  > li a .course_job_select_list {
	width: 112%;
	margin-top: -30px;
	margin-left: -12%;
    position: relative;
	
}
}
.topCourseList2 > ul  .course_job_select_list  ul {
	padding-right: 0;
	margin-right: 0;
}
.topCourseList2 > ul  .course_job_select_list  ul li {
	width: calc(100% / 1);
	padding:0 10px 0 0;
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 1px #FFF;
}
@media screen and (max-width: 767px) {
.topCourseList2 > ul  .course_job_select_list  ul li {
	width: calc(100% / 2);
	padding:0 5px 0 0;
	font-size: 12px;
}
}
@media screen and (min-width: 768px) {
.topCourseList2 ul li a:hover ,
.topCourseList2 ul li a:hover img {
	opacity: 1.0;
}
.topCourseList2 ul li a:hover  {
	transform: scale(1.05);
}
.topCourseList2 ul li a:hover .__img {
	transform-origin: center center;
	transform: rotate(10deg);
}
.topCourseList2 ul li a:hover .__img:after {
	transform-origin: center center;
	
	animation: topCourseList2_bg 12s linear infinite;
}
@keyframes topCourseList2_bg {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

}


@media screen and (max-width: 767px) {
  .topCourseList3 {
    padding: 0 10%;
  }
}
.topCourseList3 ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .topCourseList3 ul {
    display: block;
  }
}
.topCourseList3 ul li {
  width: 30%;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topCourseList3 ul li {
    width: 100%;
  }
  .topCourseList3 ul li:nth-child(3n+2) {
   margin-left: 0;
  }
    .topCourseList3 ul li:nth-child(3n) {
   margin-left: -30%;
  }
  .topCourseList3 ul li:nth-child(3n+1) {
   margin-left: -10%;
  }
}
.topCourseList3 ul li:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #e60012;
  top: 10px;
  left: 10px;
  z-index: -1;
  transform: skew(-15deg);
}
.topCourseList3 ul li:nth-child(2n):before {
  background-color: #0391d1;
}
.topCourseList3 ul li a {
  position: relative;
  display: block;
  transform: skew(-15deg);
  overflow: hidden;
  width: 100%;
  color: #fff;
  font-weight: bold;
  height: 0;
  padding-top: 60%;
}
.topCourseList3 ul li a img {
  position: absolute;
  width: 120%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(15deg);
  max-width: initial ;
}
.topCourseList3 ul li a img {
  -moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
  
}
@media screen and (min-width: 768px) {
.topCourseList3 ul li a:hover ,
.topCourseList3 ul li a:hover img {
	opacity: 1.0;
}
.topCourseList3 ul li a:hover img {
	width: 140%;
}

}
@media screen and (max-width: 767px) {
  .topCourseList3 ul li a img {
    max-width: inherit;
  }
}
.topCourseList3 ul li a p {
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 2;
  font-size: 1.8rem;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 40px;
}
@media screen and (max-width: 767px) {
  .topCourseList3 ul li a p {
    font-size: 1.4rem;
  }
}
.topCourseList3 ul li a p span {
  display: inline-block;
  transform: skew(15deg);
}


.topSystem {
  padding-right: 160px;
  background: url("../images/top_section_t3.png") no-repeat top 10px right 30px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .topSystem {
    padding-right: 10%;
    background-size: 12%;
    background-position: top 10px right 0;
    margin-bottom: 100px;
  }
}

.topSystemList ul li {
  background: url("../images/bg_sys_line1.png") no-repeat top -250px right 0, url("../images/bg_sys1.jpg") no-repeat 0 0;
  background-size: 340px, cover;
  padding: 100px 40px;
  color: #fff;
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .topSystemList ul li {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .topSystemList ul li {
    background: url("../images/bg_sys_line1_sp.png") no-repeat top -150px right 0, url("../images/bg_sys1.jpg") no-repeat 0 0;
    background-size: 60% auto, cover;
    padding: 40px 10px;
    background-position: bottom -10% right -10%,0 0;
    display: block;
    margin-bottom: -10%;
  }
}
.topSystemList ul li .topSystemList__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li .topSystemList__inner {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .topSystemList ul li .topSystemList__inner .topSystemList__main {
    margin-right: 10%;
  }
}
.topSystemList ul li .topSystemList__inner .topSystemList__main h3 {
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 1px 1px 1px #000;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li .topSystemList__inner .topSystemList__main h3 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
.topSystemList ul li .topSystemList__inner .topSystemList__main p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li .topSystemList__inner .topSystemList__main p {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topSystemList ul li .topSystemList__inner .topSystemList__main .btn__colum {
    margin-bottom: 10px;
  }
  .topSystemList ul li .topSystemList__inner .topSystemList__main .btn__colum .btn {
    min-width: inherit;
    width: 80%;
    font-size: 1.4rem;
  }
}
.topSystemList ul li .topSystemList__inner .topSystemList__img {
  margin-left: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li .topSystemList__inner .topSystemList__img {
    margin-top: 0;
    margin-left: auto;
    width: 70%;
    margin-bottom: -5%;
  }
}
.topSystemList ul li .topSystemList__inner .topSystemList__img .topSystemList__img__b {
  position: relative;
}
.topSystemList ul li .topSystemList__inner .topSystemList__img .topSystemList__img__b .topSystemList__waku {
  position: absolute;
  bottom: -10%;
  right: -5%;
}
.topSystemList ul li .topSystemList__inner .topSystemList__img .topSystemList__img__s {
  margin: -60px 0 0 -60px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li .topSystemList__inner .topSystemList__img .topSystemList__img__s {
    position: relative;
    transform: scale(0.5);
    margin: -30% 0 0 -60%;
  }
}
.topSystemList ul li:nth-child(2) {
  background: url("../images/bg_sys_line2.png") no-repeat top -350px left 0, url("../images/bg_sys2.jpg") no-repeat 0 0;
  background-size: 340px, cover;
}
@media screen and (min-width: 768px) {
  .topSystemList ul li:nth-child(2) .topSystemList__inner {
    flex-flow: row-reverse;
  }
}
.topSystemList ul li:nth-child(2) .topSystemList__inner .topSystemList__img {
  margin-left: 0;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li:nth-child(2) .topSystemList__inner .topSystemList__img .topSystemList__img__s {
    margin: -30% -60% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .topSystemList ul li:nth-child(2) {
    background: url("../images/bg_sys_line2.png") no-repeat, url("../images/bg_sys2.jpg") no-repeat;
    padding: 40px 10px;
    background-position: top -90% left -60%,top 0 right 0;
    background-size: 60%, cover;
    display: block;
  }
  .topSystemList ul li:nth-child(2) .topSystemList__main {
    margin-right: 0;
    margin-left: 20%;
  }
}
.topSystemList ul li:nth-child(3) {
  background: url("../images/bg_sys_line1.png") no-repeat top -250px right 0, url("../images/bg_sys3.jpg") no-repeat 0 0;
  background-size: 340px, cover;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li:nth-child(3) {
    background: url("../images/bg_sys_line2.png") no-repeat, url("../images/bg_sys3.jpg") no-repeat;
    padding: 40px 10px;
    background-position: top -90% left -60%,top center;
    background-size: 60%, cover;
    display: block;
  }
  .topSystemList ul li:nth-child(3) .topSystemList__main {
    margin-right: 0;
    margin-left: 20%;
  }
}
.topSystemList ul li:nth-child(4) {
  background: url("../images/bg_sys_line2.png") no-repeat top -350px left 0, url("../images/bg_sys4.jpg") no-repeat 0 0;
  background-size: 340px, cover;
}
@media screen and (min-width: 768px) {
  .topSystemList ul li:nth-child(4) .topSystemList__inner {
    flex-flow: row-reverse;
  }
}
.topSystemList ul li:nth-child(4) .topSystemList__inner .topSystemList__img {
  margin-left: 0;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .topSystemList ul li:nth-child(4) .topSystemList__inner .topSystemList__img .topSystemList__img__s {
    margin: -30% -60% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .topSystemList ul li:nth-child(4) {
    background: url("../images/bg_sys_line2.png") no-repeat, url("../images/bg_sys4.jpg") no-repeat;
    padding: 40px 10px;
    background-position: top -90% left -60%,top 0 right 0;
    background-size: 60%, cover;
    display: block;
  }
  .topSystemList ul li:nth-child(4) .topSystemList__main {
    margin-right: 0;
    margin-left: 20%;
  }
}
.topSystemList ul .topSystemList__chara1 {
  position: absolute;
  top: -72%;
  left: -13%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .topSystemList ul .topSystemList__chara1 {
    top: -8%;
  }
}
.topSystemList ul .topSystemList__chara1 img {
  width: 100%;
}
.topSystemList ul .topSystemList__chara2 {
  position: absolute;
  top: 40%;
  left: 36%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .topSystemList ul .topSystemList__chara2 {
    top: inherit;
    left: inherit;
    right: -10%;
    bottom: 10%;
    width: 30%;
  }
  .topSystemList ul .topSystemList__chara2 img {
    width: 100%;
  }
}
.topSystemList ul .topSystemList__chara3 {
  position: absolute;
  top: -15%;
  left: 2%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .topSystemList ul .topSystemList__chara3 {
    top: inherit;
    left: inherit;
    right: -8%;
    bottom: -10%;
    width: 30%;
  }
  .topSystemList ul .topSystemList__chara3 img {
    width: 100%;
  }
}

.topLife {
  background: url("../images/bg_dt.jpg") top left;
  padding: 100px 0;
}
.topLife.topSec {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topLife {
    padding: 60px 0;
  }
}
.topLife .topLife__section1 {
  display: flex;
  position: relative;
  min-height: 420px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section1 {
    min-height: inherit;
    display: block;
    margin-left: 16%;
  }
}
.topLife .topLife__section1 .topLife__t {
  position: absolute;
  bottom: 40px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section1 .topLife__t {
    width: 25%;
    left: -27%;
    bottom: -25%;
  }
  .topLife .topLife__section1 .topLife__t img {
    width: 100%;
  }
}
.topLife .topLife__section1 .topLife__gakusei1 {
  position: absolute;
  left: 165px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section1 .topLife__gakusei1 {
    display: none;
  }
}
.topLife .topLife__section1 .topLife__movie {
  margin-left: auto;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section1 .topLife__movie {
    width: 100%;
  }
}
.topLife .topLife__section2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section2 {
    display: block;
  }
}
.topLife .topLife__section2 .topLife__set {
  position: relative;
  padding: 30px;
}
.topLife .topLife__section2 .topLife__set:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_cercle.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  animation: kaitein 5s linear infinite;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section2 .topLife__set:before {
    top: 0;
  }
}
.topLife .topLife__section2 .topLife__list {
  width: 426px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section2 .topLife__list {
    width: 80%;
    margin: 0 auto;
  }
}
.topLife .topLife__section2 .topLife__list ul {
  position: relative;
}
.topLife .topLife__section2 .topLife__list ul li {
  position: relative;
}
.topLife .topLife__section2 .topLife__list ul li a {
  display: block;
}
.topLife .topLife__section2 .topLife__list ul li a:hover {
  opacity: 1;
  transform: scale(0.95);
}
.topLife .topLife__section2 .topLife__list ul li a img {
  border-radius: 50%;
  width: 100%;
}
.topLife .topLife__section2 .topLife__list ul li a:after {
  content: "";
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.topLife .topLife__section2 .topLife__list ul li a p {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  text-align: center;
  z-index: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section2 .topLife__list ul li a p {
    font-size: 1.8rem;
  }
}
.topLife .topLife__section2 .topLife__txt {
  display: flex;
}
.topLife .topLife__section2 .topLife__txt .topLife__txt__main {
  flex: 1;
}
.topLife .topLife__section2 .topLife__txt p {
  line-height: 2;
  font-size: 1.6rem;
  padding: 60px 0 0 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section2 .topLife__txt p {
    padding: 20px 10px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topLife .topLife__section2 .topLife__txt .topLife__gakusei2 {
    width: 15%;
    padding-top: 20%;
  }
  .topLife .topLife__section2 .topLife__txt .topLife__gakusei2 img {
    width: 90%;
  }
  .topLife .topLife__section2 .topLife__txt .topLife__gakusei3 {
    width: 15%;
  }
  .topLife .topLife__section2 .topLife__txt .topLife__gakusei3 img {
    width: 100%;
  }
}

@keyframes kaitein {
  0% {
    transform: rotate(0deg) scale(1);
  }
  20% {
    transform: rotate(90deg) scale(0.9);
  }
  40% {
    transform: rotate(180deg) scale(1);
  }
  60% {
    transform: rotate(270deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.topInfo {
  background: url("../images/bg_news2.jpg") no-repeat top center #fef5f5;
  background-size: 100%;
  /*margin-bottom: 160px;*/
  padding-bottom: 60px;
}
.topInfo.topSec {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topInfo {
    padding: 30px 00px;
    background-size: 90vh auto;
    margin-bottom: 30px;
  }
}
.topInfo .topInfo__head {
  padding: 150px 0 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topInfo .topInfo__head {
    padding: 40px 0;
  }
}
.topInfo .topInfo__head h2 {
  font-size: 5.5rem;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topInfo .topInfo__head h2 {
    font-size: 3.2rem;
  }
}
.topInfo .topInfo__head p {
  font-size: 1.4rem;
}
.topInfo .topInfo__set {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 6px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 26.19px 0.81px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .topInfo .topInfo__set {
    padding: 20px;
  }
}
.topInfo .topInfo__set .topInfo__title {
  display: flex;
  padding: 5px 0;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topInfo .topInfo__set .topInfo__title {
    margin-bottom: 10px;
  }
}
.topInfo .topInfo__set .topInfo__title h3 {
  font-size: 3rem;
  margin-right: auto;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .topInfo .topInfo__set .topInfo__title h3 {
    font-size: 2.6rem;
  }
}
.topInfo .topInfo__set .topInfo__title a {
  margin-left: auto;
  display: inline-block;
  background: url("../images/arrow_b.png") no-repeat center right 10px #fff;
  background-size: 15px;
  color: #000;
  padding: 5px 10px;
  min-width: 10rem;
  text-align: center;
  line-height: 1;
  border-radius: 200px;
  border: 1px solid #000;
  text-decoration: none;
}
.topInfo .topInfo__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topInfo .topInfo__row {
    display: block;
  }
}
.topInfo .topInfo__row > .topInfo__set {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .topInfo .topInfo__row > .topInfo__set {
    width: 100%;
  }
}
.topInfo .topInfo__row > .topInfo__set h3 {
  text-align: left;
}

.topBlog a {
  text-decoration: none;
  position: relative;
  display: block;
}
.topBlog a .topBlog__img {
  margin-bottom: 20px;
  position: relative;
}
.topBlog a .topBlog__img {
  max-height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.topBlog a .topBlog__img {
  max-height: 260px;
}
}
.topBlog a:after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/ic_new.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 767px) {
.topBlog a:after {
  top: -10px;
  left: -10px;
}
}
.topBlog a .topBlog__img img {
  width: 100%;
}
.topBlog a h4 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.topBlog a p {
  color: #000 !important;
}
.topInfo__content.topBlog {
	max-height: 405px;
}
.topInfo__content.twiiterTimeline {
	height: 400px;
	overflow: hidden;
	overflow-y: scroll;
}
.twiiterTimeline iframe {
  /*height: 400px !important;*/
}
@media screen and (max-width: 767px) {
/*  .twiiterTimeline iframe {
    height: 360px !important;
  }*/
.topInfo__content.twiiterTimeline {
	height: 320px;
}
}

.topInsta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topInsta ul li {
  width: calc(25% - 10px);
  margin: 5px;
}
@media screen and (max-width: 767px) {
  .topInsta ul li {
    width: 48%;
    margin: 0 0 10px 0;
  }
}
.topInsta ul li img {
  width: 100%;
}

/*---------------------
anime [common]
------------------------*/
.scrollin {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 900ms;
}

.scrollin.__action {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollin.__delay.__action {
  transition-delay: 600ms;
  transition-property: all;
}

.scrollin.__left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: all 900ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollin.__left.__action {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollin.__right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: all 900ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollin.__right.__action {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollin.__list {
  opacity: 1;
  transform: translate(0, 0);
}
.scrollin.__list li {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 900ms;
}

.scrollin.__list.__action li {
  opacity: 1;
  transform: translate(0, 0);
}
.scrollin.__list.__action li:nth-child(1) {
  transition-delay: 0.3s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(2) {
  transition-delay: 0.6s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(3) {
  transition-delay: 0.9s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(4) {
  transition-delay: 1.2s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(5) {
  transition-delay: 1.5s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(6) {
  transition-delay: 1.8s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(7) {
  transition-delay: 2.1s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(8) {
  transition-delay: 2.4s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(9) {
  transition-delay: 2.7s;
  transition-property: all;
}

/*section title*/

.topTopics .sectionTitle > div ,
.topCourse .sectionTitle > div ,
.topSystem .sectionTitle > div ,
.topLife .sectionTitle > div {
	font-size: 32px;
}
.topInfo .topInfo__head h2 {
	font-size: 38px;
}
.topInfo .topInfo__head h2 ,
.topInfo .topInfo__head p {
	text-shadow: 1px 1px 1px #000;
}

@media screen and (min-width: 768px) {
.topCourse .sectionTitle {
	padding-right: 90px;
}
}
@media screen and (max-width: 767px) {
.topTopics .sectionTitle > div ,
.topCourse .sectionTitle > div ,
.topSystem .sectionTitle > div ,
.topLife .sectionTitle > div {
	font-size: 20px;
}
.topInfo .topInfo__head h2 {
	font-size: 24px;
}
.topCourse .sectionTitle > div {
	font-size: 18px;
	line-height: 1.2;
}
}



/*topAttention*/
.topAttention {
	margin: 30px auto 0;
	width: 90%;
	max-width: 1400px;
}
.topAttention a.attention_box {
	display: block;
	text-align: center;
	border-radius: 60px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
.topAttention a.attention_box:hover {
	background-color: #E60012;
	color: #FFF;
	opacity: 1.0;
	text-decoration: none;
}
}
@media screen and (max-width: 767px) {
.topAttention a.attention_box {
	font-size: 14px;
	font-weight: bold;
}

}