@charset "UTF-8";
/* CSS Document */

/*-----------
-----共通-----
-------------*/



@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}



@media screen and (max-width: 750px) {
#learning_style .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

#learning_style .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

#learning_style .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.learning_box{width: 90%; display: block; margin: 0 auto; padding: 0;}
.learning_box .img_title{font-size:0; padding: 0; margin: 0;}
.learning_box .img_title img{ width: 80%; display: block; margin: 40px auto;}
.learning_box .nagare_sp{}
.learning_box .nagare_pc{display: none;}
	
	#learning_style .learning_box h1, h2 {
  color: #563a81;
}

#learning_style .learning_box h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}


#learning_style .learning_box h2 {
	font-size: 130%;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	background-color: #fff;
	margin: 0;
	padding: 30px 10px;
	cursor: pointer;
	border: 1px solid #563a81;
	border-radius: 10px;
	color: #563a81;
}

#learning_style .learning_box p {
  color: #333;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#learning_style .learning_box ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#learning_style .learning_box ul li {
  position: relative;
  margin: 0;
padding: 20px 0;

}
#learning_style .learning_box ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#learning_style .learning_box ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#learning_style .learning_box ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#learning_style .learning_box ul li:last-of-type {
  padding-bottom: 0;
}
#learning_style .learning_box ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 24px;
  right: 16px;
}
#learning_style .learning_box ul li i:before, .learning_box ul li i:after {
  content: "";
  position: absolute;
  background-color: #563a81;
  width: 3px;
  height: 9px;
}
#learning_style .learning_box ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#learning_style .learning_box ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#learning_style .learning_box ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#learning_style .learning_box ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#learning_style .learning_box ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#learning_style .learning_box ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
	
/*---現場実習SP---*/
.jisshu_area{background-color: #EFF4FD; padding: 20px 0;}
.jisshu_box{}
.jisshu_box .img_title{width: 70%; display: block; margin: 0 auto;}
#jisshu .jisshu_box .tit_jisshu{background-color: #0078B8; width: 100%; margin: 0; padding: 10px 0;}
#jisshu .jisshu_box .tit_jisshu p{color: #0078B8; background-color: #fff; font-size: 80%; line-height: 140%; width: 80%; display: block; margin: 0 auto; padding: 10px;}
#jisshu{width: 95%; margin: 0 auto; display: block; }
#jisshu img{width: 90%; display: block; margin: 20px auto;}
#jisshu .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

#jisshu .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

#jisshu .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

	.jisshu_box{}
	.jisshu_box .img_title{width: 60%; display: block; margin: 0 auto;}
	
#jisshu .jisshu_box h1, h2 {
  color: #fff;
}

#jisshu .jisshu_box h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}


#jisshu .jisshu_box h2 {
	color: #fff;
  font-size: 110%;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #0078B8;
  margin: 0;
	padding: 10px 20px 10px 10px;
  cursor: pointer;
}

#jisshu .jisshu_box p {
  color: #333;
  font-size: 110%;
  line-height: 160%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;

  z-index: 2;
}

#jisshu .jisshu_box ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#jisshu .jisshu_box ul li {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0;
}
#jisshu .jisshu_box ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#jisshu .jisshu_box ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#jisshu .jisshu_box ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#jisshu .jisshu_box ul li:last-of-type {
  padding-bottom: 0;
}
#jisshu .jisshu_box ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 20px;
  right: 12px;
}
#jisshu .jisshu_box ul li i:before, .jisshu_box ul li i:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 3px;
  height: 9px;
}
#jisshu .jisshu_box ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#jisshu .jisshu_box ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#jisshu .jisshu_box ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#jisshu .jisshu_box ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#jisshu .jisshu_box ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#jisshu .jisshu_box ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
	
	
/*---在学生インタビューSP---*/
#itv{width: 95%; margin: 0 auto; display: block; }
#itv img{width: 90%; display: block; margin: 20px auto;}
	
#itv .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

#itv .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

#itv .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

	.itv_box{}
	.itv_box .img_title{width: 60%; display: block; margin: 0 auto;}
	.itv_sp{width: 90%; display: block;margin: 40px auto 20px auto;}
	.itv_pc{display: none;}

#itv .itv_box h1, h2 {
  color: #000000;
}

#itv .itv_box h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}


#itv .itv_box h2 {
  font-size: 130%;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #F2B900;
  margin: 0;
	padding: 10px 20px 10px 10px;
  cursor: pointer;
	color: #fff;
}

#itv .itv_box p {
  color: #333;
  font-size: 110%;
  line-height: 160%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;

  z-index: 2;
}

#itv .itv_box ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#itv .itv_box ul li {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0;
  border-top: 1px dotted #fff;
}
#itv .itv_box ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#itv .itv_box ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#itv .itv_box ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#itv .itv_box ul li:last-of-type {
  padding-bottom: 0;
}
#itv .itv_box ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 18px;
  right: 12px;
}
#itv .itv_box ul li i:before, .itv_box ul li i:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 3px;
  height: 9px;
}
#itv .itv_box ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#itv .itv_box ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#itv .itv_box ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#itv .itv_box ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
	
	
	
}

/* -----------PC----------- */
@media screen and (min-width: 751px){
	
#learning_style .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

#learning_style .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

#learning_style .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
	
.learning_box{width: 60%; display: block; margin: 0 auto; padding: 0;}
.learning_box .img_title{font-size:0; padding: 0; margin: 0;}
.learning_box .img_title img{ width: 60%; display: block; margin: 40px auto;}
.learning_box .nagare_sp{display: none;}
.learning_box .nagare_pc{}

	
#learning_style .learning_box h1, h2 {
  color: #563a81;
}

#learning_style .learning_box h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}


#learning_style .learning_box h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 1px;
	display: block;
	background-color: #fff;
	margin: 0;
	padding: 20px;
	cursor: pointer;
	border: 1px solid #563a81;
	border-radius: 10px;
	color: #563a81;
}

#learning_style .learning_box p {
  color: #333;
  font-size: 110%;
  line-height: 160%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#learning_style .learning_box ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#learning_style .learning_box ul li {
  position: relative;
  padding: 0;
  margin: 0;
padding: 20px 0;
}
#learning_style .learning_box ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#learning_style .learning_box ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#learning_style .learning_box ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#learning_style .learning_box ul li:last-of-type {
  padding-bottom: 0;
}
#learning_style .learning_box ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 30px;
  right: 10px;
}
#learning_style .learning_box ul li i:before, .learning_box ul li i:after {
  content: "";
  position: absolute;
  background-color: #563a81;
  width: 3px;
  height: 9px;
}
#learning_style .learning_box ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#learning_style .learning_box ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#learning_style .learning_box ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#learning_style .learning_box ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#learning_style .learning_box ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#learning_style .learning_box ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
	

/*---現場実習PC---*/
#jisshu{width: 68%; margin: 0 auto; display: block; }
#jisshu img{width: 60%; display: block; margin: 20px auto;}
	
#jisshu .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

#jisshu .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

#jisshu .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
	
	.jisshu_area{background-color: #EFF4FD; padding: 20px 0;}
	.jisshu_box{width: 80%; display: block; margin: 0 auto;}
	.jisshu_box .img_title{width: 70%; display: block; margin: 0 auto;}
	#jisshu .jisshu_box .tit_jisshu{background-color: #0078B8; width: 100%; margin: 0; padding: 10px 0;}
	#jisshu .jisshu_box .tit_jisshu p{color: #0078B8; background-color: #fff; font-size: 80%; line-height: 140%; width: 80%; display: block; margin: 0 auto; padding: 10px;}
	
#jisshu .jisshu_box h1, h2 {
  color: #fff;
}

#jisshu .jisshu_box h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}


#jisshu .jisshu_box h2 {
  font-size: 110%;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #0078B8;
  margin: 0;
	padding: 10px 10px 10px 67px;
  cursor: pointer; color: #fff;}

#jisshu .jisshu_box p {
  color: #333;
	background-color: #EFF4FD;
  font-size: 110%;
  line-height: 160%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#jisshu .jisshu_box ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#jisshu .jisshu_box ul li {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0;
}
#jisshu .jisshu_box ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#jisshu .jisshu_box ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#jisshu .jisshu_box ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#jisshu .jisshu_box ul li:last-of-type {
  padding-bottom: 0;
}
#jisshu .jisshu_box ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 10%;
}
#jisshu .jisshu_box ul li i:before, .jisshu_box ul li i:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 3px;
  height: 9px;
}
#jisshu .jisshu_box ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#jisshu .jisshu_box ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#jisshu .jisshu_box ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#jisshu .jisshu_box ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#jisshu .jisshu_box ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#jisshu .jisshu_box ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
	
/*---在学生インタビューPC---*/
#itv{width: 60%; margin: 0 auto; display: block; }
	#itv img{width: 60%; display: block; margin: 20px auto;}
	
#itv .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

#itv .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

#itv .no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

	.itv_box{width: 80%; display: block; margin: 0 auto;}
	.itv_box .img_title{width: 70%; display: block; margin: 0 auto;}
	.itv_sp{display: none;}
	.itv_pc{width: 60%; display: block;margin: 40px auto 0 auto;}
	
#itv .itv_box h1, h2 {
  color: #000000;
}

#itv .itv_box h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}


#itv .itv_box h2 {
  font-size: 110%;
  line-height: 160%;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #f2b900;
  margin: 0;
	padding: 10px;
  cursor: pointer;
	color: #fff;
}

#itv .itv_box p {
  color: #333;
  font-size: 110%;
  line-height: 160%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;

  z-index: 2;
}

#itv .itv_box ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#itv .itv_box ul li {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0;
  border-top: 1px dotted #fff;
}
#itv .itv_box ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#itv .itv_box ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#itv .itv_box ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#itv .itv_box ul li:last-of-type {
  padding-bottom: 0;
}
#itv .itv_box ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 12px;
}
#itv .itv_box ul li i:before, .itv_box ul li i:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 3px;
  height: 9px;
}
#itv .itv_box ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#itv .itv_box ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#itv .itv_box ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#itv .itv_box ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#itv .itv_box ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
	
	
	
}
