@charset "utf-8";
  

/*---------------------------------------
  タイトル部分
---------------------------------------*/
.title_img{
	background:url(../img/main_img_9.jpg) center;
	background-size:cover;
	padding:7rem 5%;
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
 

.title_img h2{
	color:#fff;
	text-align:left;
	padding:0;
	margin:0;
}
.title_img h2:before{
	content:none;
}

@media screen and (max-width: 600px) {
.title_img{
	padding:5rem 5%;
}
}


/*---------------------------------------
  留学家族の声 タイトル
---------------------------------------*/

.tl_voice{
	border:2px solid #548859;
	border-radius:5px;
	padding:3rem 5% 2rem;
	margin-bottom:3rem;
	background:url(../voice/img/voice1_tl.jpg) no-repeat right top #fff;
}
.tl_voice h3{
	font-size: 180%;
	position: relative;
}
.tl_voice h3::after {
  content: '';
  width: 80px;
  height: 3px;
  display: inline-block;
  background-color: #548859;
  position: absolute;
  bottom: -20px;
  left:0;
}
.tl_voice p{
	margin-top:35px;
}
@media screen and (max-width: 1000px) {
.tl_voice{
	background-size: 35%;
	padding:2rem 5% 1rem;
}
.tl_voice h3{
	font-size: 150%;
}
}
@media screen and (max-width: 600px) {
.tl_voice{
	margin-bottom:1.5rem;
}
.tl_voice h3{
	font-size: 130%;
}
}



/*---------------------------------------
  留学家族の声　コンテンツ
---------------------------------------*/

.voice{
	padding-bottom:5rem;
	position:relative;
}
@media screen and (max-width: 900px) {
.voice{
	padding-bottom:0;
}
}
@media screen and (max-width: 600px) {
.voice{
	padding-bottom:3rem;
}
}
.voice h4{
	font-size:130%;
	overflow:hidden;
	padding:1.5rem 0;
}
.voice span{
	color:#548859;
	padding:8px 0 10px 0;
	text-align:center;
	width:55px;
	float:left;
	display:block;
	border:2px solid #548859;
	border-radius:30px;
	margin-right:15px;
	margin-top:-10px;
}
.voice .box{
	padding: 2rem 0 2.5rem;
	border-bottom:1px #bbaaa2 dashed;
	overflow:hidden;
}
.voice .box:last-child{
	border:none;
}
.voice .inner img{
	float:right;
	margin:5px 0 10px 25px;
}

@media screen and (max-width: 1300px) {
.voice .box .wide{
	width:48%;
}
.voice .box .tate{
	width:30%;
}
}

@media screen and (max-width: 1000px) {
.voice .box{
	padding: 1.5rem 0;
}
.voice h4{
	font-size:120%;
	padding:1rem 0;
}
.voice span{
	width:45px;
}
}
@media screen and (max-width: 600px) {
.voice .box{
	padding:1rem 0;
}
.waku{
	padding-top:0;
}
.voice .box .tate{
	width:50%;
}
.voice .box .wide{
	float:none;
	margin:15px 0 0;
	width:100%;
}
}


.voice li {
    list-style-type: none;
    position: relative;
    padding-left: 1em;
	margin-bottom:10px;
}
.voice li:before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left:0;
    top: 0.6em;
    content: "";
    background: #548859;
}


/*---------------------------------------
  背景のイラスト
---------------------------------------*/

.bg_img0{
	position:absolute;
	top: -1%;
	right:2%;
	width:11%;
	max-width: 183px;
}
.bg_img1{
	position:absolute;
	top: 10%;
	left:3%;
	width:11%;
	max-width: 104px;
}
.bg_img2{
	position:absolute;
	right:2%;
	top:20%;
	width:11%;
	max-width: 165px;
}
.bg_img3{
	position:absolute;
	left:2%;
	top:30%;
	width:11%;
	max-width:230px;
}
.bg_img4{
	position:absolute;
	right:2%;
	top:40%;
	width:11%;
	max-width:194px;
}

.bg_img5{
	position:absolute;
	bottom:40%;
	left:2%;
	width:11%;
	max-width: 183px;
}
.bg_img6{
	position:absolute;
	right:2%;
	bottom:25%;
	width:11%;
	max-width: 165px;
}
.bg_img7{
	position:absolute;
	left:2%;
	bottom:10%;
	width:11%;
	max-width:230px;
}
.bg_img8{
	position:absolute;
	right:2%;
	bottom:0;
	width:11%;
	max-width:194px;
}
@media screen and (max-width: 1300px) {
.bg_img1,
.bg_img3,
.bg_img5,
.bg_img7{
	left:0;
}
.bg_img0,
.bg_img2,
.bg_img4,
.bg_img6,
.bg_img8{
	right:0;
}
}
@media screen and (max-width: 600px) {
.bg_img0{
	width:18%;
	right:10px;
	top:-1.5%;
	left:auto;
}
.bg_img1,
.bg_img2,
.bg_img3,
.bg_img4,
.bg_img5,
.bg_img6,
.bg_img7{
	display:none;
}
.bg_img8{
	width:18%;
	bottom:0;
}

}
@media screen and (max-width: 400px) {

}