/* ======================

  success

====================== */

.br_sp {display: none;}
.br_pc {display: block;}

/*  voice2024

-------------------------*/
section.space {
	margin: 4rem 0;
	text-align: center;
	color: #036eb8;
}


article.voice2024 {
	margin: 2rem auto;
	max-width: 960px;
	letter-spacing: .1rem;
}

article.voice2024 h1 {
	font-size: 1.6rem;
	margin: 2rem 0 4rem;
}

section.voice_person {
	line-height: 2rem;
	margin: 0 3rem;
	padding-top: 2rem
}

section.person figure {
	float: right;
	padding: 0;
	margin: 0;
}

section.person img {
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
	margin-left: 3rem;
	box-shadow: 7px 10px 5px #dcdcdc;
}

section.person dt {
	display: flex;
	align-items: flex-end;
}

section.person dt h2 {
	font-size: 1.4rem;
	margin-right: 1rem;
}

section.person dt p {
	margin: 1rem 1rem 0rem 0rem;
}

section.person dt p.name {
	font-size: 1.4rem;
}

section.person dt p.name span {
	font-size: .8rem;
}

section.person dd {
	margin: 1rem 0 4rem;
	font-size: 1.1rem;
	border-top: 1px solid #dcdcdc;
	padding-top: 1rem;
}

section.p_voice dt {
	font-size: 1.1rem;
	font-weight: bold;
	color: #036eb8;
	margin: 1.6rem 0 1.2rem;
}

section.p_voice dd {
	text-align: justify;
	margin-bottom: 4rem;
}

section.p_voice dd span.v_marker {
	background: linear-gradient(transparent 50%, rgb(255, 250, 153) 50%);
}


@media screen and (orientation: portrait) and (max-width: 767px){
	
	.br_sp {display: block;}
    .br_pc {display: none;}
	
	section.space {
	margin: 2rem 0;
}
	
	article.voice2024 h1 {
	text-align: center;
	margin: 2rem 0 3rem;
}
	
	section.voice_person {
	line-height: 1.8rem;
	margin: 0 1.5rem;
}
	
    section.person img {
	width: 120px;
	height: auto;
	margin-left: 1rem;
}
	section.person dt {
	display: block;
	margin-bottom: 1rem;
}
	section.person dt p {
	margin: .1rem .1rem 0rem 0rem;
}
	section.person dd {
	margin: 1rem 0 3rem;
	font-size: 1rem;
	border-top: 0px solid #dcdcdc;
}
	
	section.p_voice dd {
	margin-bottom: 3rem;
}
	
	 
}



h1.h1ttl {

  display: none;

}



/* voice / enquete

============================ */

#voice_wrap,

#enquete_wrap {

  margin-top: 4rem;

}



#voice_wrap h2 {

  width: 100%;

  margin-bottom: 2rem;

  padding: 1rem;

  border: 1px solid var(--Dark_Sub_Color);

  color: var(--Dark_Sub_Color);

  font-weight: bold;

  font-size: 1.6rem;

  font-family: var(--Font_Weight_Bold);

}



.tab_group {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  margin-bottom: 2.4rem;

}

.tab_group::after {
	content: "";
	display: block;
	width: 33%;
}



.tab_group li {

  display: flex;

  align-items: center;

  justify-content: center;

  display: block;

  position: relative;

  width: 33%;

  margin: .5rem 0;

  padding: 1rem;

  border: 2px solid var(--Main_Color);

  color: var(--Main_Color);

  font-size: 1.2rem;

  cursor: pointer;

}



.tab_group li:not(.tab_active):hover {

  opacity: .7;

  transition: .3s all ease-in;

}



.tab_group li::after {

  position: absolute;

  top: calc(50% - .6rem);

  right: 1rem;

  width: auto;

  height: auto;

  border: none;

  line-height: 1;

  font-weight: 900;

  font-family: var(--Font_Awesome);

  content: var(--Arrow_Down);

  }



  .tab_group li.tab_active {

  background: var(--Main_Color);

  color: #fff;

}





@media screen and (orientation: portrait) and (max-width: 767px){



  #voice_wrap,

  #enquete_wrap {

    width: 96%;

    margin: 2rem auto;

    padding: 1rem 0;

  }



  #voice_wrap h2 {

    padding: .5rem;

    font-size: 1.4rem;

  }



  .tab_group li {

    width: 49%;

    font-size: .9rem;

  }



  .tab_group li:first-of-type {

    padding: .8rem 1rem;

    line-height: 1;

  }



}



#voice_wrap .tab_contents ul li,

#enquete_wrap .tab_contents ul li {

  box-sizing: border-box;

  margin-top: 1.5rem;

  padding: 1.5rem;

  border: 1px solid #ddd;

}



#voice_wrap .tab_contents ul li {

  display: flex;

  position: relative;

}



#voice_wrap .tab_contents ul li div.photo {

  width: 12rem;

  margin-right: 1rem;

  position: relative;

}



#voice_wrap .tab_contents ul li div.photo .badge {

  /* 2020春の卒業生には、写真左上に「2020春」と表示（2020年5月頃に追加予定）*/

  display: none;

  position: absolute;

  top: 0;

  left: 0;

  box-sizing: border-box;

  padding: .4rem .8rem;

  background: #ff83C6;

  color: #fff;

  font-size: 1rem;

  opacity: .7;

}



#voice_wrap .tab_contents ul li div:not(.photo) {

  flex: 1;

}



#voice_wrap .tab_contents ul li div.graduate .university {

  margin: 0;

  font-size: 1.8rem;

}



#voice_wrap .tab_contents ul li div.graduate .name {

  margin: 0 0 2rem;

  font-size: 1.4rem;

}



#voice_wrap .tab_contents ul li div.txt_box p {
  font-size: 1rem;
  text-align: justify;
  line-height: 1.6;
}

#voice_wrap .tab_contents ul li div.txt_box p.experience_link {
	font-size: .9rem;
}

#voice_wrap .tab_contents ul li div.txt_box p.experience_link a::after {
	padding-left: .5rem;
    font-family: var(--Font_Awesome);
    content: "\f101";
    font-weight: 900;
}

#voice_wrap .tab_contents ul li div.txt_box p:last-of-type {

  margin-bottom: 0;

}



#voice_wrap .tab_contents ul li div.txt_box p.sub_ttl {

  margin: 0;

  color: #2eb0a5;

  font-weight: bold;

  font-size: 1.2rem;

  font-family: var(--Font_Weight_Bold);

}



#voice_wrap .tab_contents ul li div.txt_box .enquete {

  font-size: 1.4rem;

}



#voice_wrap .up_btn {

  margin: 2rem auto;

}



#voice_wrap .up_btn a {

  display: block;

  position: relative;

  width: 18rem;

  margin: auto;

  padding: 1rem;

  border: 2px solid var(--Main_Color);

  color: var(--Main_Color);

  font-size: 1.2rem;

}



#voice_wrap .up_btn a:hover {

  color: var(--Main_Color);

  opacity: .7;

  transition: .3s all ease-in;

}



#voice_wrap .up_btn a::after {

  position: absolute;

  top: calc(50% - .6rem);

  right: 1rem;

  width: auto;

  height: auto;

  border: none;

  line-height: 1;

  font-weight: 900;

  font-family: var(--Font_Awesome);

  content: var(--Arrow_Up);

}





#enquete_wrap .tab_contents ul li p:nth-of-type(1) {

  margin: 0;

  font-size: 1.8rem;

}



#enquete_wrap .tab_contents ul li p:nth-of-type(2) {

  margin: 0 0 1rem;

  font-size: 1.4rem;

}



#enquete_wrap .tab_contents ul li p:nth-of-type(3) {

  margin: 0;

  font-size: 1.6rem;

}



#enquete_wrap .tab_contents ul li p:nth-of-type(4) {

  margin: 0;

  font-size: 1rem;

}





@media screen and (orientation: portrait) and (max-width: 767px){



  #voice_wrap .tab_contents ul li,

  #enquete_wrap .tab_contents ul li {

    display: block;

    padding: .5rem;

  }



  #voice_wrap .tab_contents ul li > div:not(.txt_box) {

    display: flex;

  }



  #voice_wrap .tab_contents ul li div.photo {

    width: 25%;

    margin: 0;

  }



  #voice_wrap .tab_contents ul li div.photo img {

    width: 100%;

  }



  #voice_wrap .tab_contents ul li div.photo .badge {

    padding: .3rem;

    font-size: .8rem;

  }



  #voice_wrap .tab_contents ul li div.graduate {

    width: 75%;

    margin: 0;

    padding-left: .5rem;

  }

  

  #voice_wrap .tab_contents ul li div.graduate .university {

    font-size: 1.2rem;

  }

  

  #voice_wrap .tab_contents ul li div.graduate .name {

    margin: 0;

    font-size: 1rem;

  }

  

  #voice_wrap .tab_contents ul li div.txt_box {

    width: 100%;

    margin-top: 1rem;

  }



  #voice_wrap .tab_contents ul li div.txt_box p {

    font-size: .9rem;

  }



  #voice_wrap .tab_contents ul li div.txt_box p.sub_ttl {

    font-size: 1rem;

  }



  #voice_wrap .up_btn {

    margin: 1rem auto;

  }

  

  #voice_wrap .up_btn a {

    width: 15rem;

    padding: .8rem;

    font-size: 1rem;

  }

  

  #voice_wrap .up_btn a::after {

    top: calc(50% - .5rem);

    right: .8rem;

  }





  #enquete_wrap .tab_contents ul li p:nth-of-type(1) {

    font-size: 1.2rem;

  }

  

  #enquete_wrap .tab_contents ul li p:nth-of-type(2) {

    font-size: 1rem;

  }

  

  #enquete_wrap .tab_contents ul li p:nth-of-type(3) {

    font-size: 1.1rem;

  }

  

  #enquete_wrap .tab_contents ul li p:nth-of-type(4) {

    font-size: .9rem;

  }



}





/* trial

============================ */

#trial_wrap {

  margin-top: 4rem;

}

