/* CSS Document */

@import url(forteacher.css);
@import url(../../module/lity.min.css);
.indexLink{
  margin: 3em auto;
}
.researchLink{
	display: flex;
	flex-direction: column;
  margin: 0 1em;
  background: rgba(51,175,139, .25) 50%;
  padding: 0 0 1em;
}
.researchLink p{
  background: #33AF8B;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
  margin: 0 0 1em;
}
.researchLink p span.index{
  font-size: 0.8rem;
  color: #333;
  margin-left: 0.5em;
}
.researchLink a{
	position: relative;
	width: 80%;
	text-align: left;
	margin: 3px auto;
  padding-left: 3em;
}
.researchLink a::before{
	background: linear-gradient( 135deg , transparent 50%, #333 50%);
  content: "";
  left: 10%;
  height: .5rem;
  position: absolute;
  bottom: 30%;
  width: .5rem;
  transform: rotate(45deg);
}

.tab{
  display: flex;
  flex-wrap: wrap;
}
.tab li{
	list-style: none;
}
.tab li a{
  display: block;
  background:#ddd;
  margin:0 2px;
  padding:10px 20px;
}
.tab li.active a{
  background:#fff;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#guidanceArea{
  overflow: hidden;
  padding: 1em 0;
}
#guidanceArea>div{
  animation: .5s fadeIn;
  background: #fff;
  display: none;
  margin: 0 .75em;
}
#guidanceArea>div h3{
  text-align: center;
}
#guidanceArea>div .info{
  background: #fff;
  border-radius: 5px;
  padding: 0.5em;
}

#guidanceArea>div .guidanceWork h4{
  text-align: center;
  margin-bottom: -1.8em;
}
#guidanceArea>div .guidanceWork ul.detail{
  background: #fff;
  border: 2px solid #33AF8B;
  border-radius: 5px;
  margin: 1rem 0 2rem;
  padding: 1.5em 2em 1em;
}
#guidanceArea>div .guidanceWork ul.detail li{
  margin: 0.5em auto;
}

.guidanceArea .tab_1 #tab_1,
.guidanceArea .tab_2 #tab_2,
.guidanceArea .tab_3 #tab_3{
  display: block;
  padding: 1em;
  background: #F2F2F2;
  border-radius: 3px;
  filter: drop-shadow(0 5px 3px #ddd);
}
.guidanceArea .tab_1 #tab_1{
  background: #FFFACF;
}
.guidanceArea .tab_2 #tab_2{
  background: #DDEDFF;
}
.guidanceArea .tab_3 #tab_3{
  background: #FFDFDF;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% { 
    opacity: 1;
    transform: translateX(0);
  }
}
.tabBox{
  display: flex;
  list-style: none;
  letter-spacing: 1px;
  padding-left: 0;
  margin: 0 .5em;
}
.tabBox li{
  background: #fff;
  border-radius: 3px 3px 0 0;
  color: #33AF8B;
  font-weight: bold;
  margin: 0 .15em;
  padding: .25em .5em;
  width: calc(100% / 3);
  text-align: center;
}
.tabBox li.tab_1{
  background: #FFFACF;
  color: #333;
}
.tabBox li.tab_2{
  background: #DDEDFF;
  color: #333;
}
.tabBox li.tab_3{
  background: #FFDFDF;
  color: #333;
}
h3.tabicn{
  position: relative;
  text-align: left !important;
}
h3.tabicn::after{
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 10% !important;
  right: 3%;
}
#tab_1 h3.tabicn{
  margin-left: 1.5em;
}
#tab_2 h3.tabicn, #tab_3 h3.tabicn{
  margin-left: 0.5em;
}
#tab_1 h3.tabicn::after{
  background-image: url("../../../img/page/forteacher/resarch/tabicn_cock.svg");
  background-repeat: no-repeat;
  right: 8%;
}
#tab_2 h3.tabicn::after{
  background-image: url("../../../img/page/forteacher/resarch/tabicn_science.svg");
  background-repeat: no-repeat;
}

#tab_3 h3.tabicn::after{
  background-image: url("../../../img/page/forteacher/resarch/tabicn_pen.svg");
  background-repeat: no-repeat;
  top: 35% !important;
  width: 33px;
  height: 33px;
}
.guidanceNext p{
  position: relative;
  padding-bottom: 1em;
  text-align: center;
}
.guidanceNext p::before{
  background: linear-gradient( 135deg , transparent 50%, #333 50%);
  content: "";
  left: calc(50% - .25rem);
  height: 1rem;
  position: absolute;
  bottom: -.6rem;
  width: 1rem;
  transform: rotate(45deg);
}

.effect p{
  color: #33AF8B;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.effect p span{
  background: #fff;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
.effect p::before, .effect ul::before{
  content: "";
  display: block;
  height: 1px;
  background: #33AF8B;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 1;
}
.effect ul{
  position: relative;
  margin: 1rem .75rem;
}
.effect ul::before{
  bottom: -12%;
  top: unset;
}

.preparation, .studentStep{
  background: #f1f8ec;
  overflow: hidden;
  margin-top: 5em;
  padding: 1em 0.5em;
}
.step{
  background-color: #fff;
  background-size: 2.5rem;
  background-repeat: no-repeat;
  border-radius: .5rem;
  margin: 1rem;
  padding: 1.5em;
  position: relative;
}
.step div{
  margin-top: 1em;
}
.step h3{
  text-align: center;
  margin-top: 0;
}
.step h4{
  text-align: center;
  margin: 0 auto;
}
.step p{
  margin: 0;
  line-height: 1.3;
}
.step p b{
  color: #33AF8B;
}
.step:not(:last-of-type):before{
  background: linear-gradient( 135deg , transparent 50%, #33AF8B 50%);
  content: "";
  left: calc(50% - .25rem);
  height: .5rem;
  position: absolute;
  bottom: -.6rem;
  width: .5rem;
  transform: rotate(45deg);
}

.studentText{
  text-align: center;
  margin: 0 auto;
}
.newsPr {
  margin: 0 0.75rem 1rem;
}
.prInfo p{
  text-align: center;
}

.selectType ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 0 1rem 0;
  list-style: none;
  padding: 0;
}
.selectType li{
  margin-top: 1.75rem;
  width: 47%;
  display: block;
  text-align: center;
}
.selectType li div{
  background: #fff;
  border-radius: .5rem;
  filter: drop-shadow(1px 1px 3px rgba(0,0,0,.2));
  padding: 1rem .5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.selectType p.type{
  font-weight: bold;
  margin: 0 auto;
  color: #33AF8B;
}
.selectType p.selectInfo{
  background: rgba(51,175,139, .25);
  padding: 0.5em;
  display: flex;  
  justify-content: center;
  align-items: center;
  height: 100%;
}
.selectType p.selectInfo span{
  font-size: 0.8rem;
}
.studentTtl{
  text-align: center;
}
.teacherComment .studentTtl{
  text-align: center;
  text-decoration: underline 2px #33AF8B;
  color: #33AF8B;
}
.studentImg{
  margin: 3em auto;
}
.studentImg li{
  list-style: none;
  text-align: center;
}
.studentImg li p{
  text-align: center;
}
.studentImg li img{
  width: 80%;
  height: auto;
  border: 1px solid #a2a2a2;
  filter: drop-shadow(1px 1px 3px rgba(0,0,0,.2));
}
.studentImg .slick-arrow.slick-next{
  top: 60%;
  right: -1%;
}
.studentImg .slick-arrow.slick-prev {
  top: 60%;
  left: 0%;
}
.teacherComment{
  margin: 2em auto;
  background: #fff;
  border-radius: .5rem;
  filter: drop-shadow(0 0 4px #ddd);
  padding: 1rem 1.5rem;
}
.teacherComment .inner{
  position: relative;
}
.teacherComment ul{
  padding-left: 0;
}
.teacherComment li{
  position: relative;
  list-style: none;
  padding: 1em 1.5em;
  background: #cbebe2;
  border-radius: 3px;
  margin: 2.5em auto 1em;
  width: 80%;
}
/*.teacherComment li span{
  position: relative;
}*/
.teacherComment li::before{
  background-size: 50px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  top: 35%;
  position: absolute;
}

.teacherComment li::after{
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  top: calc(50% - 0.5em);
  position: absolute;
}

.teacherComment li.koeM{
  margin-left: 4em;
}
.teacherComment li.koeM::before{
  background-image: url("../../../img/page/forteacher/resarch/icn_teacherM.svg");
  left: -25%;
}
.teacherComment li.koeW{
  margin-right: 4em;
}
.teacherComment li.koeW::before{
  background-image: url("../../../img/page/forteacher/resarch/icn_teacherW.svg");
  right: -25%;
}
.teacherComment li.koeM::after{
  background: linear-gradient( 135deg , transparent 50%, #cbebe2 50%);
  content: "";
  right: calc(100% - 0.5em);
  position: absolute;
  transform: rotate(135deg);
}
.teacherComment li.koeW::after{
  background: linear-gradient( -135deg , transparent 50%, #cbebe2 50%);
  content: "";
  left: calc(100% - 0.5em);
  position: absolute;
  transform: rotate(-135deg);
}

span.pointTtl{
  background: #fff;
  border: 2px solid #33AF8B;
  border-radius: 5px;
  color: #33AF8B;
  padding: 0.3em 0.5em;
}




/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  .indexLink{
    display: flex;
  }
  .researchLink{
    width: 50%;
    /*margin: 4em 1em;
    background: rgba(51,175,139, .25) 50%;
    padding: 0 0 1em;*/
  }
  .researchLink p{
    margin: 0 0 1.5em 0;
  }
  .researchLink a{
    margin-left: 2em;
  }
  .researchLink a::before{
    left: 8%;
    bottom: 35%;
  }

  h3.tabicn{
    text-align: center !important;
  }
  .tabBox li{
    padding: .25em 2.5em;
    width: unset;
  }
  .guidanceArea .tab_1 #tab_1, 
  .guidanceArea .tab_2 #tab_2, 
  .guidanceArea .tab_3 #tab_3{
    padding: 2em 5em !important;
  }
  #tab_2 h3.tabicn, #tab_3 h3.tabicn{
    margin-left: 0;
  }
  h3.tabicn::after{
    top: -25% !important;
    right: 11%;
  }
  #tab_1 h3.tabicn::after{
    right: 16%;
  }
  #tab_3 h3.tabicn::after{
    top: 0;
    right: 15%;
  }
  .teacherComment li{
    width: 60%;
    margin: 2em auto !important;
  }
  .teacherComment li::before{
    background-size: 70px;
    width: 70px;
    height: 70px;
  }
  .teacherComment li.koeM::before{
    left: -20%;
  }
  .teacherComment li.koeW::before{
    right: -20%;
  }
  .teacherComment li.koeW span::before{
    right: -41%;
  }
  
  .info + p{
    margin: 2em;
  }
  #guidanceArea > div{
    padding: .5rem 1.75rem .5rem !important;
  }
  #guidanceArea > div .guidanceWork{
    width: 80%;
    margin: 2em auto;
  }
  #guidanceArea > div .guidanceWork ul {
    grid-template-columns: 1fr 1fr;
  }
  .effect{
    max-width: 700px;
    margin: 4rem auto 6rem;
  }
  h3.baseSubttl, p.resarchWrapText{
    margin: 1.25em 2em;
  }
  #guidanceArea > div .info, .info + p, .step, .prInfo, .teacherComment{
    margin-left: 5em;
    margin-right: 5em;
  }
  .studentText {
    margin: 3em auto;
  }
  .selectType ul{
    flex-wrap: nowrap;
  }
  .selectType li{
    margin: 0.5em;
  }
  .teacherComment figure{
    left: 30%;
  }
  .teacherComment li::before{
    top: 15%;
  }
}

/* 202407 add */
.otherLinkList {
	position: relative;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #33AF8B;
  width: 63%;
  margin: 2rem auto 2rem auto;
}
@media screen and (max-width:768px) {
  .otherLinkList {
    width: 94%;
  }
}

.otherLinkList::before,
.otherLinkList::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: '';
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #33AF8B;
}
.otherLinkList::before{
	top: 3px;
	left: 3px;
}
.otherLinkList::after{
	right: 3px;
	bottom: 3px;
	-webkit-transform: scale(-1,-1);
	        transform: scale(-1,-1);
}
.otherLinkList .otherLinkListTitle {
	display: flex;
	border-bottom: 1px solid #33AF8B;
}
.otherLinkList .otherLinkListTitle h4{
	margin: 0.3em 0.3em 0.3em 0.8em;
	color: #33AF8B;
}
.otherLinkList .otherLink{
  padding:1rem 2rem;
}

.otherLink ul{
  margin:0;
  padding:0;
}

.otherLink ul li a{
  color:#33AF8B;
  text-decoration: underline;
}