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

html{
	font-size: 62.5%;/*16px X62.5%=10px* フォントサイズ指定*/
}
body{
	color: #333;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	/*background-color: #fefdfc;*/
	min-width: 1250px;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #333333;
}
p{
	
}
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 0.5%;
    width: 104px;
    z-index: 999;
}
#SpMenu {
    display: none;
}
#guide{
	position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100px;
    left: 92%;
    bottom: 120px;
	display: block;
}
/*-------------------*
 *                   *
 *  utilty           *
 *                   *
*----------------------*/

.current{
	border: solid 2px #ec6c00;
    color: #ec6c00;
    border-radius: 20px;
	padding: 10px 30px;
}
.text-center{
    text-align: center;  
}
.border-last{
	border-right: solid 1px #b8b5b3;
}
.hitomoji-blue{
	font-size: 4.8rem;
	color: #75aaee;
	font-weight: bold;
}
.hitomoji-orange{
	font-size: 4.8rem;
	color: #ec6c00;
	font-weight: bold;
}
.hitomoji-orange2{
	font-size: 3rem;
	color: #ec6c00;
	font-weight: bold;
}
.hitomoji-red{
	font-size: 4.8rem;
	color: #e71e34;
	font-weight: bold;
}
/*@keyframes bgiLoop {
    0% { background-position: 0 -300px;}
  100% { background-position: -100px -250px;}
}*/
.display_pc{
	display: block;
}
.display_sp{
	display: none;
}
/*-------------------*
 *                   *
 *  header           *
 *                   *
*----------------------*/
.header-top{
	width: 100%;
	border-top: solid 10px #ec6c00;
}
.header-top-item{
	max-width: 1200px;
	min-width: 1050px;
	display: flex;
	margin: 24px auto;
	justify-content: center;
}
.logo{	
	width: 430px;
}
.h1-title{
	font-size: 3.6rem;
	margin: 24px 0 24px;
	font-family:"UD デジタル 教科書体 N-B","Yu Gothic", "ヒラギノ角ゴ Pro W3","メイリオ", "ＭＳ Ｐゴシック";
}
.mail{
	font-size: 1.4rem;
    background-color: #fff;
    padding: 15px;
}
.nav-wrapp{
	width: 100%;
	max-width: 1400px;
	min-width: 1200px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.nav-wrapp li{
	width: 200px;
	font-size: 1.8rem;
	position: relative;
	text-align: center;
}
.nav-wrapp li:nth-child(1),.nav-wrapp li:nth-child(4),.nav-wrapp li:nth-child(5){
	width: 150px;
	
}
.nav-wrapp li:nth-child(6){
	width: 250px;
}
.nav-wrapp li::after{
	content:"";
	position: absolute;
	width: 1px;
	height: 30px;
    background-color: #b8b5b3;
    top: -4px;
    left: 0%;
}
.nav-wrapp li:nth-child(7)::before{
	content:"";
	position: absolute;
	width: 1px;
	height: 30px;
    background-color: #b8b5b3;
    top: -4px;
	left: 96%;
}
.nav-wrapp a{
	padding: 10px 15px;
}
.nav-wrapp a:hover{
	border: solid 2px #ec6c00;
	color: #ec6c00;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
	padding: 10px 30px;
}
.nav-wrapp a:nth-child(6):hover{
}
@keyframes anime_zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

.Menu li ul.subMenu{
	position:absolute;
	z-index: 100;
	top:32px;
	display:none;/* ここを追加（普段は非表示になる） */
	 background-color: #fff;
	padding-bottom: 10px;
}
.Menu li:hover ul.subMenu{
	display:block;
}
.nav-wrapp .tree li{
    width: 390px;
	text-align: left; 
	padding: 10px;
}
.subMenu li{
	width: 300px;
}
.subMenu li::after{
	content: none;
}


.top-hero-wrapp{
	background-image: url("../img/top/hero-top-back.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 12% 10%;
	/*animation: bgiLoop 25s linear infinite;*/
}

.hero-text-wrapp{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.hero-text1{
	font-size: 2.4rem;
	padding: 56px 0 32px;
	font-weight: bold;
}
.hero-text2{
	font-size: 6rem;
	color: #ec6c00;
	font-weight: bold;
	padding-bottom: 56px;
}
.hero-wrapp{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	/*grid-template-columns: 62% 35%;
	grid-template-rows: auto auto;*/
	
}
/*.hero-slider {
	width: 60%;
}*/
.right-photo{
	min-height: 480px;
	min-width: 470px;
}
.hero-slider > li[aria-hidden="false"] {
    animation: anime_zoom 4s linear;
}
.hero-slider> li[aria-hidden="true"] {
    transform: scale(1.2);
}

.top-text{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.6;
	padding: 64px 0 160px;
	font-weight: bold;
}
/*-------------------*
 *                   *
 *  留学案内          *
 *                   *
*----------------------*/
.ryugaku-eria{
	width: 100%;
	background-color: #fdf8f4;
	padding-bottom: 160px;
	
}
.h2-title{
    width: 278px;
    padding-bottom: 15px;
	padding-top: 128px;
	margin: 0 auto;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 1.1rem;
}
.border-orange{
	width: 150px;
	margin: 10px auto 0;
	border-bottom: 4px solid #ec6c00;
}
.ryugaku-select{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-top: 120px;
	justify-content: space-around;
}

.ryugaku-item{
	width: 33.333%;
}
.ryugaku-item img{
	 -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.ryugaku-item img:hover{
	transform: scale(1.1);
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease; 
}
.item-bottom{
	padding-top: 120px;
}
.item-bottom2{
	padding-top: 90px;
	margin-left: -5%;
}
.item-bottom3{
	padding-top: 94px;
}
.ryuugaku-info {
	width: 100%;
}

/*-------------------*
 *                   *
 *  プロフィール       *
 *                   *
*----------------------*/

.profile-wrap{
	padding-bottom: 128px;
	background-image: url("../img/top/profile-back.png");
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: 10% 9%;
	/*animation: bgiLoop 25s linear infinite;*/
}

.h2-title2{
    width: 232px;
    padding-bottom: 15px;
	padding-top: 128px;
	margin: 0 auto;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
}
.border-blue{
	width: 150px;
	margin: 10px auto 0;
	border-bottom: 4px solid #75aaee;
}
.profile-eria{
	width: 100%;
	max-width: 1100px;
	padding-top: 104px;
	margin: 0 auto;
	display: flex;
}
.profile-eria img{
	box-shadow: 10px 10px 15px -10px;
}
.profile-text{
	padding-left: 124px;
	line-height: 3;
}
.more{
	width: 100%;
	max-width: 172px;
	margin:  0 auto;
	height: 40px;
	margin-top: 112px;
	background-color: #ec6c00;
	border-radius: 10px;
	box-shadow: 4px 4px 2px#7c3d08;
}
.more a{
	font-size: 24px;
	color: #fff;
	margin: 54px;
	line-height: 1.5;
}
.more:hover{
	transition: all 0.3s ease 0s;
	 border-bottom-color: transparent;
    transform: translateY(0.1875em);
	box-shadow: none;
	background-color: #fb9a49;
}
/*-------------------*
 *                   *
 *  ココが違います     *
 *                   *
*----------------------*/
.kokogatigau-eria{
	width: 100%;
	padding-top: 128px;
	padding-bottom: 128px;
	background-color: #fdf8f4;
}
.border-long{
	width: 600px;
	height: 3px;
	background-color: #EC6C00;
	margin: 10px auto;
}
.text-title-koko{
	width: 780px;
	text-align: center;
	margin: 0 auto;
	font-size: 3.6rem;
	padding-bottom: 10px;
	font-weight: bold;
}

.kougai-eria{
	width: 100%;
	background-image: url("../img/top/kougai.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 128px;
	margin-bottom: 80px;
}
.h3-title{
	font-size: 2.4rem;
	padding-bottom: 32px;
	color: #fff;
	line-height: 1.8;
	
}

.kougai-text , .host-text{
	width: 50%;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: rgb(98,98,98,0.5);
	line-height: 2;
}
.ml50{
	margin-left: 50%;
}
.koko-text{
	color: #fff;
}
.hostfamily-eria{
	width: 100%;
	background-image: url("../img/top/hostfamily.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/*-------------------*
 *                   *
 *     footer        *
 *                   *
*----------------------*/
.footer-eria{
	width:  100%;
	padding-top: 128px;
	background-image: url("../img/top/footer-back.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 7% 56%;
	animation: bgiLoop 25s linear infinite;
}
.footer-inner{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer-text{
	font-size:  1.8rem;
	font-weight: bold;
	padding-bottom: 80px;
}
.footer-btn{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 112px;
	height: 40px;
	background-color: #f72743;
	border-radius: 10px;
	box-shadow: 4px 4px 2px#7c3d08;
}
.footer-btn:hover{
	transition: all 0.3s ease 0s;
	border-bottom-color: transparent;
    transform: translateY(0.1875em);
	box-shadow: none;
	background-color: #fa0929;
}
.footer-btn a{
	color: #fff;
    display: inline-block;
    padding-top: 10px;
}
.small{
	width: 100%;
	background-color: #ec6c00;
	color: #fff;
	text-align: center;
}
	#global-navi {
	background:#333;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
}
#wrapper nav ul li{
display:inline-block;
font-size: 16px;
padding:  30px 20px 25px 28px;
}
#wrapper nav ul li a{
color: #ddd
}

/*-------------------*
 *                   *
 *   onlychild       *
 *                   *
*----------------------*/
.bold_age{
	font-weight: bold;
	font-size: 2.4rem;
}
.o-1{
	color: #ec6c00;
	font-size: 4rem;
	font-weight: bold;
}
.b_1{
	color: #75aaee;
	font-size: 4rem;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.only-header-img li{
	position: relative;
}
.square{
	position: absolute;
	width: 200px;
	height: 60px;
	background-color: #fff;
	border: solid 2px #ec6c00;
	border-radius: 10px;
	top: 0%;
    left: 32%;
}
.square a{
	display: inline-block;
	color: #ec6c00;
	font-size: 2.4rem;
	padding-top: 8px;
}
.bb{
	border: solid 2px #75aaee;
}
.bb a{
	display: inline-block;
	color: #75aaee;
}
.btn{
	position: absolute;
	top: 73%;
    left: 69%;
}
.btn2{
	left: 62%;
}
.biorin .btn2{
	top: 76%;
}
.btn3{
	top: 70%;
	left: 64%;
}
.btn4{
	top: 81%;
	left: 61%;
}
.yousu{
	position: absolute;
	top: 73%;
	left: 58%;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
	font-size: 1.4rem;
}
.btn a{
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	line-height: 3.7;
	background-color: #ec6c00;
	color: #fff;

}
.btn a:hover{
	background-color: #f7b237;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease; 
	transform: scale(1.1);
}
.btn3{
	display: inline-block;
	position: relative;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #75aaee;
}
.btn3 span{
	display: inline-block;
	line-height: 3.7;
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
	line-height: 1.2;
	left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	width: 55px;
}
.btn3:hover{
	background-color: #abc7eb;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease; 
	transform: scale(1.1);
}
/*-------------------*
 *                   *
 *     header        *
 *                   *
*----------------------*/


.onlychild-header{
	width: 100%;
	background-image: url("../img/onlychild/top-back.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 10% 51%;
}
.ryuugaku-title{
	width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
}
.only-header-img{
	width: 100%;
    max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	padding-bottom: 100px;
	justify-content: space-around;
}

/*-------------------*
 *                   *
 *  小学生短期留学　    *
 *                   *
*----------------------*/
.syougakusei-wrapp{
	background-color: #f6f9fc;
	padding-bottom: 1px;
}
.ryuugaku-h2{
	font-size: 3.6rem;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
}
/*.ryuugaku-h2::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 3px;
	top: 98px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ec6c00;
    border-radius: 2px;
}*/
.ryuugaku-h2::after{
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../img/onlychild/title-orange.png");
	background-repeat: no-repeat;
	-webkit-background-size: 500px;
	background-size: 500px;
	width: 500px;
	height: 100px;
	bottom: 79px;
	left: 49%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ryuugaku-h3{
	font-size: 3rem;
	width: 100%;
    max-width: 1200px;
	text-align: center;
	margin: 20px auto 0;
	position: relative;
}
.ryuugaku-h3 span{
	font-size: 1.8rem;
}
.ryuugaku-h3::after{
	content: "";
	position: absolute;
	background-image: url("../img/onlychild/blue-line.png");
	background-repeat: no-repeat;
	-webkit-background-size: 579px;
   background-size: 579px;
    width: 695px;
    height: 200px;
    top: 55px;
    left: 54%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.h3-tyouki:after{
	-webkit-background-size: 607px;
    background-size: 607px;
    width: 793px;
    top: 50px;
    left: 57%;
}
.h3_home:after{
	 background-size: 788px;
	 left: 49%;
}
.ryuugaku-info{
	width: 1000px;
	margin: 100px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.ryuugaku-info img{
	z-index: 10;
}
.ryuugaku-info p{
	line-height: 2;
}
.exam-wrap{
	background-color: #fff;
	width: 1000px;
	margin: 150px auto;
	position: relative;
	padding-bottom: 40px;
	box-shadow: 11px 12px 11px -18px;
}
.mt290{
	margin-top: 200px;
}
.mt240{
	margin-top: 240px;
}
.mt14{
	margin-top: 140px;
}
.circle-left{
	position: relative;
}
.circle-left:after{
	background-image: url("../img/onlychild/blue-line2.png");
    top: 52px;
    left: 60%;
    -webkit-background-size: 67%;
    background-size: 67%;
}
.tyuugakusei-wrapp{
	background-color: #fdf8f4;
	padding-bottom: 60px;
}
.ryuugaku-exam{
	width: 1050px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.ryuugaku-exam li{
	width: 31.333%;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.ryuugaku-exam .text{
	margin-top: -2%;
}
.ryuugaku-exam li img:hover{
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease; 
}
.ryuugaku-exam li:nth-child(4),.ryuugaku-exam li:nth-child(5){
	width: 50%;
}
.circle-orange::after{
	background-image: url("../img/onlychild/orange-line.png");
	-webkit-background-size: 80%;
	background-size: 80%;
    left: 57%;
}
.circle-orange:nth-of-type(2)::after{
	background-image: url("../img/onlychild/orange-line2.png");
	top: 150%;
    left: 58%;
    background-size: 73%;
}
.gogaku::after{
	-webkit-background-size: 361px;
    background-size: 361px;
    width: 483px;
	top: 67px;
    left: 55%;
}
.flex-wrap{
	flex-wrap: wrap;
}
.ryuugaku-h4{
	font-size: 3rem;
	width: 800px;
	text-align: center;
	padding-top: 80px;
	margin: 0 auto;
	position: relative;
}
.ryuugaku-h4::after{
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url(../img/onlychild/bokasi.png);
    background-repeat: no-repeat;
    -webkit-background-size: 279px;
    background-size: 279px;
    width: 392px;
    height: 100px;
    top: 41%;
    left: 33%;
}
.wline::after{
	position: absolute;
	background-image: url(../img/onlychild/bokasi.png);
    background-size: 255px;
    width: 520px;
    top: 41%;
    left: 34%;
}

.bline::after{
	background-image: url("../img/onlychild/bolasi2.png");
	-webkit-background-size: 335px;
	background-size: 335px;
    width: 340px;
    top: 32%;
    left: 29%;
}
.bline2::after{
	background-image: url(../img/onlychild/bolasi2.png);
    background-size: 310px;
    width: 500px;
    top: 42%;
    left: 30%;
}
.bline3::after{
	background-image: url("../img/onlychild/bolasi2.png");
	background-size: 217px;
    left: 37%;
    top: 53%;
}
.ryuugaku-info2{
	width: 1000px;
	margin: 100px auto;
	display: flex;
	justify-content: space-around;
	-webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ryuugaku-info2 p{
	line-height: 2;
}
.forthexam li{
	width: 50%;
}
.biorin{
	margin-top: -29px;
    margin-left: -14px;
}
.taizai-wrap{
	position: absolute;
	top: -5%;
    left: 10%;
}
.taizai{
	width: 131px;
    background-color: #ec6c00;
    border-radius: 50%;
    padding: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 3rem;
	position: relative
}
.taizai::before{
	content: "";
	position: absolute;
	background-image: url("../img/onlychild/itirei-point.png");
	background-repeat: no-repeat;
	width:  70px;
	height: 70px;
	left: -22%;
	top: -20%;
	transform: translate(-50% -50%);
}
.point-b{
	background-color: #75aaee;
}
.point-b::before{
	background-image: url("../img/onlychild/itirei-point2.png");
	left: -22%;
    top: -20%;
}

.second-h2::after{
	background-image: url("../img/onlychild/title-orange2.png");
	-webkit-background-size: 700px;
	background-size: 700px;
	width: 700px;
	
}
.tyuugakusei-wrapp.ryuugaku-info:nth-of-type(2) p{
	line-height: 200px;
	text-align: center;
}
.single-exam{
	width: 1050px;
	margin: 0 auto;
	text-align: center;

}

/*-------------------*
 *                   *
 * 　 親子短期留学　    *
 *                   *
*----------------------*/
.exam2{
	width: 920px;
}
.exam2 li{
	width: 50%;	
}
.h3w::after{
	-webkit-background-size: 621px;
    background-size: 621px;
    width: 811px;
    top: 52px;
    left: 57%;
}
.wline2::after{
	-webkit-background-size: 220px;
    background-size: 220px;
    width: 220px;
	left: 36%;
}
.mb110{
	margin-bottom: 110px;
}
.ora2:after{
	background-image: url(../img/onlychild/orange-line2.png);
    top: 153%;
    left: 64%;
    background-size: 54%;
}
.bline4::after{
	background-image: url(../img/onlychild/bolasi2.png);
    background-size: 400px;
    width: 400px;
    top: 31%;
    height: 145px;
    left: 24%;
}

.second-h2_2::after{
	background-image: url("../img/daigakusei-senior/title-blue2.png");
	
}
.h3_g{
	line-height: 1.4;
}
.h3_g::after{
	-webkit-background-size: 565px;
    background-size: 565px;
    width: 796px;
    height: 30px;
    top: 92px;
    left: 60%;
}
.h4_2{
	 font-size: 2.6rem;
	line-height: 1.8;
}
.h4_2::after{
	background-image: url("../img/onlychild/bokasi.png");
	background-repeat: no-repeat;
	-webkit-background-size: 320px;
    background-size: 320px;
    top: 34%;
    left: 29%;
    height: 122px;
}
.mt100{
	margin-top: 100px;
}

.group{
	position: relative;
}
.group::after{
	background-image: url("../img/eikaiwagroup/border.png");
	bottom: 65px;
}
.daigaku::after{
	background-size: 450px;
    width: 476px;
    height: 97px;
    bottom: 79px;
    left: 51%;
}
/*-------------------*
 *                   *
 *  　  polofile      *
 *                   *
*----------------------*/  
.p-title{
	position: relative;
	width: 1200px;
	margin: 50px auto 0;
	padding: 500px 0 100px;

}
.p-title img{
	position: absolute;
	z-index: 10;
    top: 10%;
    left: -4%;
	/*box-shadow: 10px 10px 15px -10px;*/
}
.ptt{
	position: absolute;
	background-color: #d9e9fc;
	width: 1015px;
	height: 318px;
	z-index: 5;
	top: 28%;
    left: 21%;
	text-align: center;
	box-shadow: 10px 10px 15px -10px;
}
.ptt p{
	line-height: 183px;
	font-weight: bold;
	font-size: 2.4rem
}
.ptt h2{
	font-size: 2rem;
}

.p-text{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	line-height: 2;
	padding-bottom: 100px;
}
.p-wrap{
	position: relative;
	width: 100%;
	background-color: #fdf8f4;
	box-shadow: 10px 10px 15px -10px;
}
.p-photo{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 180px;
	position: relative;
	padding: 200px 0;
}
.p-photo img:nth-child(1){
	position: absolute;
	top: -10%;
	left: -4%;
	/*box-shadow: 10px 10px 15px -10px;*/
}
.p-photo img:nth-child(2){
	position: absolute;
	top: 30%;
	left: 58%;
	/*box-shadow: 10px 10px 15px -10px;*/
}
.img-4{
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}
.p-last{
	width: 800px;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-around;
}
.p-last p{
	padding-top: 88px;
}
/*-------------------*
 *                   *
 *  　お申込みの流れ    *
 *                   *
*----------------------*/
dl{
	width: 1200px;
	margin: 100px auto;
	text-align: center;
	line-height: 2;
}
.apply dl{
	width: 900px;
	margin: 80px auto 150px;
	line-height: 2;
	position: relative;
	border: solid 1px #75aaee;
	border-radius: 50px;
}
.apply dl::after{
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../img/mousikomi/yajirusi .png");
	background-repeat: no-repeat;
	-webkit-background-size: 200px;
	background-size: 200px;
	width: 200px;
	height: 200px;
	top: 102%;
	left: 40%;
}
.apply dl:last-of-type::after{
	background-image: none;
}
.apply dl::before{
	content: "";
	position: absolute;
	-webkit-background-size: 40px;
	background-size: 40px;
	width: 50px;
	height: 50px;
	top: -11%;
    left: 20%;
}
.apply dl:nth-child(1)::before{
	
	background-image: url("../img/mousikomi/num1.png");
	background-repeat: no-repeat;
	
}
.apply dl:nth-child(2)::before{
	background-image: url("../img/mousikomi/num2.png");
	background-repeat: no-repeat;
}
.apply dl:nth-child(3)::before{
	background-image: url("../img/mousikomi/num3.png");
	background-repeat: no-repeat;
}
.apply dl:nth-child(4)::before{
	background-image: url("../img/mousikomi/num4.png");
	background-repeat: no-repeat;
}
.apply dl:nth-child(5)::before{
	background-image: url("../img/mousikomi/num5.png");
	background-repeat: no-repeat;
}
.apply dl:nth-child(6)::before{
	background-image: url("../img/mousikomi/num6.png");
	background-repeat: no-repeat;
}
.apply dl:nth-child(7)::before{
	background-image: url("../img/mousikomi/num7.png");
	background-repeat: no-repeat;
}
.apply dt{
	position: relative;
	padding: 20px 0;
	font-weight: bold;
}
.apply dd{
	padding-bottom: 20px;
}
.apply dt:after{
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url(../img/onlychild/blue-line2.png);
	background-repeat: no-repeat;
	-webkit-background-size: 445px;
	background-size: 445px;
    width: 445px;
    height: 20px;
    top: 76%;
    left: 26%;
}
/*.apply img{
	width: 200px;
	margin: 0 auto;
	text-align: center;
}*/
.mousikomi .top{
    border: solid 2px #75aaee;
    border-radius: 10px;
}
	
/*-------------------*
 *                   *
 *      contact      *
 *                   *
*----------------------*/		
	
.contact .wrap{
		width: 1000px;
		margin: 100px auto;
	text-align: center;
	}	
.contact .wrap h1{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 80px;
	color: #ec6c00;
}
.contact .wrap h1 span{
	background-color: #fff;
	border: solid 2px #ec6c00;
	border-radius: 50%;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 1.8;
	margin-left: 5px;
}
.contact .mail2{
	font-size: 2rem;
	font-weight: bold;
	margin: 20px 0;
}
.contact .wrap p{
	line-height: 2;
}













































/*-------------------*
 *                   *
 *    レスポンシブ     *
 *                   *
*----------------------*/
@media screen and (max-width:750px){
/*-------------------*
 *                   *
 *  utilty           *
 *                   *
*----------------------*/
	body{
		box-sizing: border-box;
		min-width: 100%;
	}
	.display_pc{
		display: none;
	}	
	.display_sp{
		display: block;
	}
	.hitomoji-orange2{
		font-size: 2rem;
	}
	header nav {
		width: 100%;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		background-image: url("../img/top/hero-top-back.png");
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		z-index: 600;
		padding: 0 !important;
		text-align: center;
		border-top: solid 10px #ec6c00;
	}
	
	#SpMenu {
		display: block;
		position: fixed;
		top: 10px;
		right: 1px;
		z-index: 700;
	}
	#SpMenu .close, #SpMenu.active .open {
		display: none;
	}
	#SpMenu.active .close {
		display: block;
	}
	header nav ul li {
		width: auto;
		border-right: none;
	}
	header nav ul li a {
		 display: block; 
		line-height: 1.6;
		padding: 18px 25px;
		text-align: center;
		font-size: 16px;
		 position: relative; 
		transition: none;
	}
	.Menu li ul.subMenu{
		width: 334px;
		top: 79%;
    	left: 6%;
	}
	.nav-wrapp .tree li {
		width: 100%;
	}
	.nav-wrapp{
		width: 100%;
		display: block;
		max-width: 100%;
		min-width: 100%;
	}
	.nav-wrapp li:nth-child(1){
		margin-top: 40px;
	}
	.nav-wrapp li:nth-child(7){
		margin-bottom: 60px;
	}
	.nav-wrapp li::after, .nav-wrapp li:nth-child(7)::before {
    	content: none;
	}
	.nav-wrapp li:nth-child(1), .nav-wrapp li:nth-child(4), .nav-wrapp li:nth-child(5) ,.nav-wrapp li ,.nav-wrapp li:nth-child(6){
		width: 100%;
	}
	.subMenu li:nth-child(6){
		padding-bottom: 20px;
	}
	.o-1 {
		font-size: 2.4rem;
	}
	#pageTop {
		width: 78px;
	}
/*-------------------*
 *                   *
 *   header          *
 *                   *
*----------------------*/	

	.header-top-item {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0 auto;
		}
	.logo {
		width: 100%;
		}
	.logo img{
		max-width: 55%;
	}
	.h1-title {
		font-size: 2rem;
		margin: 10px 0 0;
		margin-left: -9%;
	}
	.mail {
		padding-top: 0;
		padding-left: 0;
	}	
	.hero-wrapp {
    max-width: 97%;
	}
	.right-photo{
		width: 40%;
		min-height: auto;
		min-width: auto;
	}
	.hero-text-wrapp {
		max-width: 100%;
		line-height: 1.5;
		
	}	
	.hero-text1 {
		font-size: 1.4rem;
		padding: 0 0 0;
		text-align: center;
	}	
	.hero-text2 {
		font-size: 3rem;
		padding-bottom: 20px;
		text-align: center;
	}
	.bx-wrapper {
		 margin-left: 0;
	}	
	.top-text {
		max-width: 95%;
		line-height: 2;
		padding: 0 0 0;
		text-align: left;
	}	
	.top-hero-wrapp {
		padding-bottom: 40px;
	}
/*-------------------*
 *                   *
 *  留学案内          *
 *                   *
*----------------------*/		
	.ryugaku-eria {
		padding-bottom: 80px;
	}
	.h2-title{
		font-size: 2.8rem;
		padding-top: 40px;
		padding-bottom: 0;
	}
	.ryugaku-select {
		max-width: 100%;
		padding-top: 20px;
		text-align: center;
	}

	.ryugaku-item {
		width: 50%;
		 padding: 0 0 0 0; 
	}	
	
	.ryugaku-item img{
		width: 90%;
	}
	.ryugaku-select li:nth-child(5) img{
		margin-left: 11%;
	}
	.ryuugaku-info2 {
		width: 100%;
	}
	.ryuugaku-h3 {
		max-width: 100%;
	}	
	.exam-wrap {
		width: 100%;
	}
	.ryuugaku-exam {
		width: 100%;
	}
/*-------------------*
 *                   *
 *   plofile         *
 *                   *
*----------------------*/		
	
	.profile-wrap {
   		 padding-bottom: 64px;	
	}
	.h2-title2 {
		font-size: 2.8rem;
		padding-top: 40px;
	}
	.profile-eria {
		max-width: 100%;
		padding-top: 50px;
		display: block;
	}
	.profile-eria img {
		width: 100%;
	}
	.profile-text {
		text-align: left;
		padding-top: 80px;
		padding-left: 0;
		width: 90%;
		margin: 0 auto;
		line-height: 2;
	}
	
/*-------------------*
 *                   *
 *  ココが違います     *
 *                   *
*----------------------*/		
	
	.text-title-koko {
    	width: 90%;
		font-size: 2.4rem;
	}
	.ml50{
		margin-left: 0;
	}
	.border-long{
		width: 80%;
	}
	.kokogatigau-eria {
		padding: 50px 0;
	}
	.hitomoji-red {
		font-size: 2.8rem;
	}
	.kougai-eria{
		/*background-image: url("../img/top/eigotaiken-sp.png");*/
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 57% 3%;
		margin: 30px 0;
	}

	.kougai-text, .host-text {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: rgb(98,98,98,0.6);
	}
	.h3-title{
		font-size: 1.5rem;
	}
	.koko-text{
		font-size: 1.1rem;
		text-align: center;
	}
	
	.more {
		margin-top: 50px;
	}
	.hostfamily-eria {
		/*background-image: url("../img/top/host-sp.png");*/
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 57% 3%;
	}
	
	.footer-inner {
    	max-width: 100%;
	}
	
/*-------------------*
 *                   *
 *     only child    *
 *                   *
*----------------------*/			
	.ryuugaku-title {
		width: 90%;
		}
	.square a{
		font-size: 0.8rem;
	}
	.bold_age {
		font-size: 2rem;
	}
	.only-header-img {
		width: 100%;
	}
	.square {
		width: 87px;
		height: 30px;
	}
	.ryuugaku-h2 {
		width: 100%;
	    font-size: 2rem;
		padding-top: 60px;
    	padding-bottom: 60px;
		font-weight: bold;
	}
	.ryuugaku-h2::after {
		-webkit-background-size: 284px;
		background-size: 284px;
		width: 284px;
		bottom: -10px;
	}
	.ryuugaku-h3 {
		width: 100%;
	    max-width: 100%;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.ryuugaku-h3::after {
		content: none;
	}
	.ryuugaku-h3 span {
		font-size: 1rem;
	}
	.ryuugaku-info {
		width: 100%;
		margin: 50px auto 60px;
		display: block;
		text-align: center;
	}
	.taizai {
		 width: 100px;
		padding: 12px;
		font-size: 2rem;
	}
	.taizai::before {
		background-size: 70%;
		width: 53px;
    	height: 64px;
	}
	.taizai-wrap {
		top: -2%;
    	left: 32%;
	}
	.exam-wrap {
		width: 90%;
		margin: 60px auto;
	}
	.ryuugaku-h4 {
		width: 100%;
		font-size: 2rem;
	}
	.ryuugaku-info2 {
   		 width: 90%;
		display: block;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.ryuugaku-info2 p {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.ryuugaku-h4{
		line-height: 1.2;
	}
	.h4_2{
		width: 95%;
		text-align: left;
	}
	.ryuugaku-h4::after {
	    background-size: 200px;
		width: 200px;
		left: 22%;
    	top: 58%;
		justify-content: space-around;
	}
	.h4_2::after {
		top: 43%;
	}
	.ryuugaku-info img {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.ryuugaku-info2 p{
		text-align: left;
	}
	.ryuugaku-exam {
		width: 95%;
	}
	.ryuugaku-exam li {
   		 width: 50%;
	}
	.ryuugaku-exam li:nth-child(3){
		width: 100%;
	}
	.ryuugaku-exam li:nth-child(3) img{
		width: 50%;
	}
	.single-exam {
		width: 100%;
	}
	.biorin {
		margin-top: -21px;
		margin-left: 0px;
	}
	.tyuugakusei-wrapp .forthexam li:nth-child(3) {
		width: 50%
	}
		
	.tyuugakusei-wrapp .forthexam li:nth-child(3) img{
		width: 100%;
	}
	
	.second-h2::after {
		-webkit-background-size: 310px;
		background-size: 310px;
		width: 310px;
		bottom: -15px;
	}
	.sp-btn{
		 top: 64%;
    	 left: 62%;
	}
	.btn4 {
		top: 86%;
		left: 72%;
	}
	.yousu{
		top: 73%;
		left: 52%;
	}
/*-------------------*
 *                   *
 *       profil e    *
 *                    *
*----------------------*/				
	.p-title {
		width: 100%;
	}
	.ptt{
		width: 95%;
		left: 1%;
	}
	.p-text {
		width: 90%;
	}
	.p-title img {
		left: 2%;
	}
	.p-photo {
		width: 100%;
	}
	.p-photo img:nth-child(1){
		left: 2%;
	}
	.p-photo img:nth-child(2) {
		left: 3%;
		top: 62%;
	}
	.p-last {
		width: 100%;
		display: block;
	}
	.p-last img{
		margin-left: 8%;
	}
	.p-last p{
		text-align: center;
	}
	.mousikomi{
		width: 100%;
	}
	.mousikomi .top {
		width: 96%;
	}
	.apply dl,.apply dt,.apply dd{
		width: 95%;
	}
	.apply dt:after {
		-webkit-background-size: 192px;
    	background-size: 192px;
		width: 192px;
	}
	.apply dl::after {
		    left: 22%;
	}
	
	.ryuugaku-h3 {
		max-width: 100%;
	}
	.exam-wrap {
		width: 100%;
	}
	.apply dl::before {
		top: -7%;
   		 left: 10%;
	}
	.apply dl:nth-child(4)::before {
		top: -14%;
	}
	.apply dl:nth-child(5)::before {
		    top: -5%;
	}
	.apply dl {
		margin-bottom: 117px;
	}
	.mousikomi .footer-eria{
		padding-top: 5px;
	}
	#guide{
		display: none;
	}
	
/*-------------------*
 *                   *
 *      contact      *
 *                   *
*----------------------*/		
	
.contact .wrap{
		width: 95%;
	}	
.contact .wrap h1{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 80px;
	color: #ec6c00;
}
.contact .wrap h1 span{
	background-color: #fff;
	border: solid 2px #ec6c00;
	border-radius: 50%;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 1.8;
	margin-left: 5px;
}
.contact .mail2{
	font-size: 2rem;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}
.contact .wrap p{
	line-height: 2;
}



	
	
/* 新デザインヘッダーコーディング */

#top_re .header {
	width: 100%;
	position: fixed;
	z-index: 99999;
	padding: 0 12px;
	padding: 0 0.75rem;
	background-color: #fff;
  }
  
  #top_re .header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	line-height: 1;
  }
  @media screen and (min-width: 768px) {
	#top_re .header__wrapper {
	  max-width: 87.5rem;
	  margin: 0 auto;
	  position: relative;
	}
  }
  
  #top_re .logo {
	font-family: "UD デジタル 教科書体 N-R", 'Noto Serif JP', serif, "Hiragino Kaku Gothic ProN", "ascii";
	font-size: 16px;
	font-size: 1rem;
	color: #F69C28;
	letter-spacing: 0.05625em;
  }
  
  #top_re .logo span {
	display: inline-block;
	font-size: 28px;
	font-size: 1.75rem;
	letter-spacing: -0.15em;
	color: #313030;
	position: relative;
	top: -8px;
	top: -0.5rem;
	left: 15px;
	left: 0.9375rem;
  }
  #top_re .hamburger {
	width: 48px;
	width: 3rem;
	height: 46px;
	height: 2.875rem;
	background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
	position: relative;
	border-radius: 0.625rem;
	z-index: 200;
  }
  @media screen and (min-width: 768px) {
	#top_re .hamburger {
	  display: none;
	}
  }
  
  #top_re .hamburger span {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 32px;
	width: 2rem;
	height: 2px;
	height: 0.125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	left: 10px;
	left: 0.625rem;
  }
  
  #top_re .hamburger span:nth-child(1) {
	top: 26%;
  }
  
  #top_re .hamburger span:nth-child(2) {
	width: 24px;
	width: 1.5rem;
	top: 46%;
	left: 18px;
	left: 1.125rem;
  }
  
  #top_re .hamburger span:nth-child(3) {
	top: 68%;
  }
  
  #top_re .hamburger.is-active span:nth-child(1) {
	top: 45%;
	-webkit-transform: rotate(43deg);
			transform: rotate(43deg);
  }
  
  #top_re .hamburger.is-active span:nth-child(2) {
	opacity: 0;
  }
  
  #top_re .hamburger.is-active span:nth-child(3) {
	top: 45%;
	-webkit-transform: rotate(-43deg);
			transform: rotate(-43deg);
  }
  
  #top_re .header-nav {
	position: absolute;
	background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
	width: 95%;
	height: 100vh;
	margin: 66px auto 0;
	margin: 4.125rem auto 0;
	top: 0;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
	z-index: 100;
	border-radius: 50px;
  }
  @media screen and (min-width: 768px) {
	#top_re .header-nav {
	  max-width: 54.375rem;
	  height: 3.125rem;
	  top: 10px;
	  right: 0;
	  background-color: transparent;
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  margin-top: 0;
	  position: absolute;
	}
  }
  
  #top_re .header-nav.open {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
  }
  @media screen and (min-width: 768px) {
	#top_re .header-nav.open {
	  top: auto;
	}
  }
  
  #top_re .header-nav__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	min-height: 100vh;
  }
  @media screen and (min-width: 768px) {
	#top_re .header-nav__wrapper {
	  height: inherit;
	  -webkit-box-orient: unset;
	  -webkit-box-direction: unset;
		  -ms-flex-direction: unset;
			  flex-direction: unset;
	  min-height: inherit;
	  -webkit-box-pack: end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	  padding-right: 5.5rem;
	}
  }
  
  #top_re .nav-item {
	margin-top: 32px;
	margin-top: 2rem;
  }
  @media screen and (min-width: 768px) {
	#top_re .nav-item {
	  margin-top: 0;
	}
  }
  
  #top_re .nav-item:first-child {
	margin-top: 0;
  }
  
  #top_re .nav-item a {
	color: #fff;
	margin-top: 32px;
	margin-top: 2rem;
	line-height: 2.1875;
  }
  @media screen and (min-width: 768px) {
	#top_re .nav-item a {
	  margin-top: 0;
	  height: inherit;
	  position: relative;
	  padding: 0 1rem;
	}
  }
  
  @media screen and (min-width: 768px) {
	#top_re .drop li {
	  position: relative;
	}
  }
  
  nav .has-child .drop {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	visibility: visible; /*JSで制御するため一旦表示*/
	opacity: 1; /*JSで制御するため一旦表示*/
	display: none; /*JSのslidetoggleで表示させるため非表示に*/
	-webkit-transition: none;
	transition: none; /*JSで制御するためCSSのアニメーションを切る*/
  }
  @media screen and (min-width: 768px) {
	nav .has-child .drop {
	  position: absolute;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  left: 0;
	  top: 3.5rem;
	  z-index: 4;
	  background: transparent linear-gradient(91deg, #f19a37 0%, #f48a26 60%, #F4770D 100%);
	  border-radius: 50px;
	  padding: 0.5rem;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	}
  }
  
  /*hoverしたら表示*/
  @media screen and (min-width: 768px) {
	nav .has-child:hover > .drop,
  nav .has-child .drop li:hover > .drop,
  nav .has-child:active > .drop,
  nav .has-child .drop li:active > .drop {
	  visibility: visible;
	  opacity: 1;
	}
  }
  
  @media screen and (min-width: 768px) {
	#top_re .drop .nav-item-second a {
	  -webkit-transition: all 0.5s;
	  transition: all 0.5s;
	}
  }
  
  @media screen and (min-width: 768px) {
	#top_re .drop .nav-item-second a:hover {
	  color: #5596f8;
	}
  }
  
  /*アニメーションの設定*/
  @-webkit-keyframes wave {
	100% {
	  -webkit-transform: translate3d(0, -10px, 0);
			  transform: translate3d(0, -10px, 0);
	}
  }
  @keyframes wave {
	100% {
	  -webkit-transform: translate3d(0, -10px, 0);
			  transform: translate3d(0, -10px, 0);
	}
  }
  #top_re .nav-item span {
	display: inline-block;
	color: #fff;
	margin-left: -3px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
  }
  
  #top_re .nav-item span:nth-child(1) {
	margin-left: -1px;
  }
  
  #top_re .nav-item:hover span {
	-webkit-animation-name: wave;
			animation-name: wave;
	-webkit-animation-duration: 0.2s;
			animation-duration: 0.2s;
	-webkit-animation-direction: alternate;
			animation-direction: alternate;
	-webkit-animation-iteration-count: 2;
			animation-iteration-count: 2;
	color: #5596f8;
  }
  
  #top_re .nav-item:hover span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s;
  }
  
  #top_re .nav-item:hover span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
  }
  
  #top_re .nav-item:hover span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s;
  }
  
  #top_re .nav-item:hover span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
  }
  
  #top_re .nav-item:hover span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
  }
  
  #top_re .nav-item:hover span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
  }
  
  #top_re .nav-item:hover span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
			animation-delay: 0.7s;
  }
  
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}















