
/***********************
	共通
	********************/

img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tab{
	display: block;
}



	
/********
	header
	************/
header{
	background-color: #f2f2f2;
}
	
	
header .logo{
	padding-top: 20px;
	margin-left: 15px;
	max-width: 185px;
}

.navArea{
	background-color: #fff;
	padding: 3px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 1%;
	z-index: 1000;
}

.navArea ul li{
	margin-bottom: 5px;
}


/********
	footer
	************/

footer{
	text-align: center;
	background-color: #f2f2f2;
}

footer .ft_logo{
	padding: 50px 0 20px;
	max-width: 185px;
	margin: 0 auto;
}

footer .copyright{
	display: block;
	font-size: 0.75em;
	color: #7a7a7a;
	padding-bottom: 50px;
}

/********
	topイラスト部分
	************/

.top_illustArea	{
	width: 100%;
	max-width: 1360px;
	margin: 0px auto;
	margin-bottom: 200px;
	position: relative;
}

.top_copy{
	max-width: 849px;
	width: 62.4%;
	margin: 0px auto 30px;
	padding-top: 10%;
	position: relative;
	z-index: 100;
	top: 100px;
	opacity: 0;
	
}

.top_comment{
	position: relative;
	z-index: 100;
	top: 100px;
	opacity: 0;
}

.top_qmark{
	max-width: 247px;
	width: 18.2%;
	position: absolute;
	right: 20%;
	top: 100px;
	opacity: 0;
	transform: scale(0);
	transition: transform .5s; 
}

.top_illust_bg{
	max-width: 1264px;
	width: 93%;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}

.top_illust_plane{
	max-width: 199px;
	width: 14.6%;
	position: absolute;
	right: 250px;
	top: 400px;
	opacity: 0;
}

.top_illust_people1{
	max-width: 270px;
	width: 19.85%;
	position: absolute;
	bottom: -250px;
	left: 15%;
	opacity: 0;
}

.top_illust_people2{
	max-width: 219px;
	width: 16.1%;
	position: absolute;
	bottom: -250px;
	right: 15%;
	opacity: 0;
}

.top_illust_boy{
	max-width: 195px;
	width: 14.3%;
	position: absolute;
	left: 38%;
	bottom: -320px;
	opacity: 0;
}

.top_illust_girl{
	max-width: 199px;
	width: 14.6%;
	position: absolute;
	right: 32%;
	bottom: -100px;
	opacity: 0;
}

/********
	main
	************/
main{
	text-align: center;
}
	
.inner{
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	
}

.bg_gray{
	background-color: #f2f2f2;
}

.topArea{
	position: relative;
}

.topArea .txtArea{
	max-width: 1360px;
	width: 100%;
	margin: 0 auto 50px;
}

.topArea .en{
	color: #fbdf5e;
	margin-bottom: 30px;
	display: block;
}

.topArea .top_tct_ttl{
	font-size: 2.5em;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
	line-height: 1.5em;
	
}

.topArea p{
	line-height: 1.75em;
	max-width: 1050px;
	margin: 0 auto;
}



.mainArea section .slide{
}

.mainArea section .slide ul{
	
}

.mainArea section .slide ul li{
	position: relative;
}

.mainArea section .slide ul .slick-slide{
	max-width: 940px;
	position: relative;
	border-radius: 10px;
	box-sizing: border-box;
	border: solid 6px;
	background-color: #fff;
	margin: 10px auto;
}

.mainArea section .slide ul li .itemBox{
	overflow: hidden;
	width: 100%;
	height: auto;
	position: relative;
}

.mainArea section .slide ul li .item_txtArea{
	position: relative;
	z-index: 200;
}

.mainArea section .slide ul li h4{
	font-size: 1.5em;
	font-weight: 900;
	padding-bottom: 30px;
	border-bottom: dashed 1px #000;
	margin-bottom: 30px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

.mainArea section .slide ul li .item_txtArea p{
	line-height: 1.75em;
}

.mainArea section .slide ul li .q_icon{
	max-width: 233px;
	display: block;
	position: absolute;
	top: -30px;
	left: -40px;
}

.mainArea section .slide ul li .ug{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
}



.mainArea section .slide ul li .ug span{
	text-align: center;
	display: block;
	color: #fff;
	padding: 20px 0px;
	padding-right: 50px;
	position: relative;
}

.mainArea section .slide ul li .ug span::before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: -50px;
	border-radius: 100% 0 0 0;
	
}

.mainArea section .slide ul .green{
	border-color: #00a051;
}

.mainArea section .slide ul .orange{
	border-color: #f08437;
}

.mainArea section .slide ul .blue{
	border-color: #0086c6;
}

.mainArea section .slide ul .yellow{
	border-color: #f5be3e;
}

.mainArea section .slide ul .pink{
	border-color: #e9528e;
}

.mainArea section .slide ul .green h4{
	color: #00a051;
}

.mainArea section .slide ul .orange h4{
	color: #f08437;
}

.mainArea section .slide ul .blue h4{
	color: #0086c6;
}

.mainArea section .slide ul .yellow h4{
	color: #f5be3e;
}

.mainArea section .slide ul .pink h4{
	color: #e9528e;
}

.mainArea section .slide ul li .green_bg{
	background-color: #00a051;
}

.mainArea section .slide ul li .green_bg span::before{
	background-color: #00a051;
}

.mainArea section .slide ul li .orange_bg{
	background-color: #f08437;
}

.mainArea section .slide ul li .orange_bg span::before{
	background-color: #f08437;
}

.mainArea section .slide ul li .blue_bg{
	background-color: #0086c6;
}

.mainArea section .slide ul li .blue_bg span::before{
	background-color: #0086c6;
}

.mainArea section .slide ul li .yellow_bg{
	background-color: #f5be3e;
}

.mainArea section .slide ul li .yellow_bg span::before{
	background-color: #f5be3e;
}

.mainArea section .slide ul li .pink_bg{
	background-color: #e9528e;
}

.mainArea section .slide ul li .pink_bg span::before{
	background-color: #e9528e;
}

.mainArea .sec8 {
	
}

.mainArea .sec8 .txtArea{
	max-width: 844px;
	margin: 100px auto 100px;
}

.mainArea .sec8 .ug_ttl{
	
}

.mainArea .sec8 .txtArea p{
	line-height: 2em;
	margin-top: -15px;
}

.mainArea section{
	margin-top:-100px;
	padding-top:100px;
}

.mainArea section:not(.sec8, .sec7)::after{
	content: "";
	display: block;
	width: 90%;
	max-width: 1360px;
	height: 5px;
	background: url(../img/dash_line.png) repeat-x;
	margin: 0 auto 100px;
}



/***********************
	pcのみ
	********************/
	
@media screen and (min-width: 769px) {

.top_intro{
	width: 100%;
	margin: 0 auto 130px;
	max-width: 1360px;
}

.top_intro .intro_list{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
}

.top_intro .intro_list li{
	width: 33.3333%;
	padding: 0 2%;
	box-sizing: border-box;
	border-right: dashed 1px #000;
	position: relative;
	
}

.top_intro .intro_list li::after{
	content: "";
	display: block;
	max-width: 68px;
	width: 15%;
	padding-bottom: 119%;
	height: auto;
	background: url(../img/arrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 35%;
	right: -9%;
}

.top_intro .intro_list li:last-child::after{
	background: none;
}

.top_intro .intro_list li:last-child{
	border-right: none;
}

.top_intro .intro_list li .imgArea{
	margin-bottom: 20px;
}

.top_intro .intro_list li p{
	text-align: left;
}



/*mainArea*/
.mainArea{
	
}



.mainArea .g_fukidashi{
	position: relative;
	top: -60px;
	max-width: 934px;
	width: 80%;
	margin: 0 auto;
}

.mainArea .sec_topArea .sec_ttl{
	max-width: 513px;
	margin-bottom: 50px;
}

.mainArea .sec_topArea{
	padding-bottom: 100px;
	position: relative;
}

.mainArea .sec_topArea .topArea_img{
	position: absolute;
	width: 55%;
	max-width: 868px;
	height: auto;
	left: 45%;
	top: 0;
}

.mainArea .sec_topArea .txtArea p{
	max-width: 520px;
	text-align: left;
	padding-top: 40px;
	border-top: dashed 1px #000;
	font-size: 1em;
	line-height: 2em;
}

.mainArea section .slide{
	margin: 50px auto 100px;
}

.mainArea section .slide ul{
	
}

.mainArea section .slide ul .slick-slide{
	min-height: 450px;
	width: 940px;
	margin: auto 15px;
	
}




.mainArea section .slide ul li .itemBox{
	min-height: 450px;
}

.mainArea section .slide ul li .que_list_img{
	position: absolute;
	width: auto;
	height: 100%;
	right: 0;
	 bottom: 0;
}

.mainArea section .slide ul li .itemBox .item_txtArea{
	max-width: 535px;
	margin-left: 60px;
	margin-top: 60px;
	text-align: left;
	
	
}


.mainArea .sec8 .ug_list{
	max-width: 1240px;
	margin: 50px auto 0;
	padding-bottom: 100px;
	border-bottom: solid 1px #959595;
}

.mainArea .sec8 .ug_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-around;
   width: 100%;

}

.mainArea .sec8 .ug_list ul li{
	max-width: 391px;
	width: 32%;
	margin-bottom: 20px;
}




/*slick設定*/
.slick-prev
{
    left: calc(50% - 530px );
    background: url(../img/arrow_l.png) no-repeat;
    background-size: 100%;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
    background: url(../img/arrow_l.png) no-repeat;
    background-size: 100%;
}

.slick-next
{
    right: calc(50% - 530px );
    background: url(../img/arrow_r.png) no-repeat;
    background-size: 100%;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
    background: url(../img/arrow_r.png) no-repeat;
    background-size: 100%;
}

.slick-dots
{
	position: relative;
	width: 55%;
	max-width: 868px;
	height: auto;
	left: 45%;
	top: -1000px;
}

.slide1 .slick-dots li:first-child{
	position: absolute;
	top: 50px;
	left: 5%;
}

.slide1 .slick-dots li:nth-child(2){
	position: absolute;
	top: 17px;
	left: 47%;
}

.slide1 .slick-dots li:nth-child(3){
	position: absolute;
	top: -60px;
	left: 10%;
}

.slide2 .slick-dots li:first-child{
	position: absolute;
	top: 150px;
	left: 15%;
}

.slide2 .slick-dots li:nth-child(2){
	position: absolute;
	top: -125px;
	left: 37%;
}

.slide2 .slick-dots li:nth-child(3){
	position: absolute;
	top: 0px;
	left: 63%;
}

.slide3 .slick-dots li:first-child{
	position: absolute;
	top: 0px;
	left: 3%;
}

.slide3 .slick-dots li:nth-child(2){
	position: absolute;
	top: 55px;
	left: 25%;
}

.slide3 .slick-dots li:nth-child(3){
	position: absolute;
	top: -80px;
	left: 50%;
}

.slide4 .slick-dots li:first-child{
	position: absolute;
	top: 90px;
	left: 35%;
}

.slide4 .slick-dots li:nth-child(2){
	position: absolute;
	top: 165px;
	left: 38%;
}

.slide4 .slick-dots li:nth-child(3){
	position: absolute;
	top: 170px;
	left: 15%;
}

.slide5 .slick-dots li:first-child{
	position: absolute;
	top: 150px;
	left: 20%;
}

.slide5 .slick-dots li:nth-child(2){
	position: absolute;
	top: -70px;
	left: 30%;
}

.slide5 .slick-dots li:nth-child(3){
	position: absolute;
	top: 170px;
	left: 36%;
}

.slide6 .slick-dots li:first-child{
	position: absolute;
	top: 180px;
	left: 33%;
}

.slide6 .slick-dots li:nth-child(2){
	position: absolute;
	top: -10px;
	left: 20%;
}

.slide6 .slick-dots li:nth-child(3){
	position: absolute;
	top: -10px;
	left: 43%;
}

.slide7 .slick-dots li:first-child{
	position: absolute;
	top: -20px;
	left: 37%;
}

.slide7 .slick-dots li:nth-child(2){
	position: absolute;
	top: 70px;
	left: 5%;
}

.slide7 .slick-dots li:nth-child(3){
	position: absolute;
	top: 60px;
	left: 25%;
}


	
}

/***********************
	リキッドレイアウト用
	********************/
@media screen and (min-width: 1361px) {	
	
	
	.top_illustArea	{
	height: 800px;
	padding-bottom: 0;
}
	
	
}

@media screen and (min-width: 1161px) {
	.tab{
	display: none;
	}
}

	
	
@media screen and (min-width: 769px) and (max-width: 1360px) {
	
.top_illustArea	{
	height: 0;
	padding-bottom: 68.8%;
}
	
.navArea{
	width: 6%;
}

.top_intro{
	width: 90%;
	margin-right: 7%;
}

.inner{
	width: 90%;
	margin-right: 7%;
}

.mainArea .sec_topArea .sec_ttl{
	width: 50%;
	position: relative;
	z-index: 100;
}

.mainArea .sec_topArea{

}

.mainArea .sec_topArea .topArea_img{
	position: absolute;
	width: 55%;
	height: auto;
	right: 0;
	top: 5%;
	overflow: hidden;
}

.mainArea .sec_topArea .topArea_img img{
	position: relative;
	right: -10%;
}

.mainArea .sec_topArea .txtArea p{
	width: 50%;
	position: relative;
	z-index: 100;
}

.mainArea section .slide ul .slick-slide{
	width: 60%;
	
}

.slick-dots{
	width: 55%;
	height: auto;
	right: 0;
	top: -1000px;
}

.slide1 .slick-dots li:first-child{
	position: absolute;
	top: 50px;
	left: 15%;
}

.slide1 .slick-dots li:nth-child(2){
	position: absolute;
	top: 5%;
	left: 55%;
}

.slide1 .slick-dots li:nth-child(3){
	position: absolute;
	top: -50px;
	left: 20%;
}

.slide2 .slick-dots li:first-child{
	position: absolute;
	top: 150px;
	left: 25%;
}

.slide2 .slick-dots li:nth-child(2){
	position: absolute;
	top: -100px;
	left: 45%;
}

.slide2 .slick-dots li:nth-child(3){
	position: absolute;
	top: 0px;
	left: 70%;
}

.slide3 .slick-dots li:first-child{
	position: absolute;
	top: 0px;
	left: 13%;
}

.slide3 .slick-dots li:nth-child(2){
	position: absolute;
	top: 55px;
	left: 30%;
}

.slide3 .slick-dots li:nth-child(3){
	position: absolute;
	top: -80px;
	left: 60%;
}

.slide4 .slick-dots li:first-child{
	position: absolute;
	top: 50px;
	left: 45%;
}

.slide4 .slick-dots li:nth-child(2){
	position: absolute;
	top: 105px;
	left: 48%;
}

.slide4 .slick-dots li:nth-child(3){
	position: absolute;
	top: 100px;
	left: 25%;
}

.slide5 .slick-dots li:first-child{
	position: absolute;
	top: 110px;
	left: 25%;
}

.slide5 .slick-dots li:nth-child(2){
	position: absolute;
	top: -50px;
	left: 40%;
}

.slide5 .slick-dots li:nth-child(3){
	position: absolute;
	top: 150px;
	left: 46%;
}

.slide6 .slick-dots li:first-child{
	position: absolute;
	top: 150px;
	left: 43%;
}

.slide6 .slick-dots li:nth-child(2){
	position: absolute;
	top: -10px;
	left: 30%;
}

.slide6 .slick-dots li:nth-child(3){
	position: absolute;
	top: -10px;
	left: 53%;
}

.slide7 .slick-dots li:first-child{
	position: absolute;
	top: -20px;
	left: 47%;
}

.slide7 .slick-dots li:nth-child(2){
	position: absolute;
	top: 60px;
	left: 15%;
}

.slide7 .slick-dots li:nth-child(3){
	position: absolute;
	top: 50px;
	left: 35%;
}

}

/***********************
	slick用
	********************/

@media screen and (min-width: 941px){
	.slick-prev,
	.slick-next
	{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 100px;
    height: 103px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    border: none;
    outline: none;
    z-index: 500;
	}
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus
	{
	    outline: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 940px) {
	.slick-prev,
	.slick-next
	{
		width: 50px;
	    height: 51.5px;
	}
	
	
	.slick-prev
	{
	    left: 5%;
	    background: url(../img/arrow_l.png) no-repeat;
	    background-size: 100%;
	}
	[dir='rtl'] .slick-prev
	{
	    right: 0px;
	    left: auto;
	    background: url(../img/arrow_l.png) no-repeat;
	    background-size: 100%;
	}
	
	.slick-next
	{
	    right: 5%;
	    background: url(../img/arrow_r.png) no-repeat;
	    background-size: 100%;
	}
	[dir='rtl'] .slick-next
	{
	    right: auto;
	    left: 0px;
	    background: url(../img/arrow_r.png) no-repeat;
	    background-size: 100%;
	}
	
	.mainArea section .slide ul li .q_icon{
	width:30%;
	display: block;
	position: absolute;
	top: -5%;
	left: -5%;
	z-index: 300;
	}

}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.slick-dots{
	width: 100%;
	right: 0;
	left: 0;
	top: 0px;
}

.slide1 .slick-dots li:first-child{
	position: absolute;
	top: -300px;
	left: 5%;
}

.slide1 .slick-dots li:nth-child(2){
	position: absolute;
	top: -350px;
	left: 55%;
}

.slide1 .slick-dots li:nth-child(3){
	position: absolute;
	top: -420px;
	left: 20%;
}

.slide2 .slick-dots li:first-child{
	position: absolute;
	top: -280px;
	left: 17%;
}

.slide2 .slick-dots li:nth-child(2){
	position: absolute;
	top: -450px;
	left: 45%;
}

.slide2 .slick-dots li:nth-child(3){
	position: absolute;
	top: -370px;
	left: 75%;
}

.slide3 .slick-dots li:first-child{
	position: absolute;
	top: -250px;
	left: 5%;
}

.slide3 .slick-dots li:nth-child(2){
	position: absolute;
	top: -280px;
	left: 35%;
}

.slide3 .slick-dots li:nth-child(3){
	position: absolute;
	top: -430px;
	left: 65%;
}

.slide4 .slick-dots li:first-child{
	position: absolute;
	top: -300px;
	left: 45%;
}

.slide4 .slick-dots li:nth-child(2){
	position: absolute;
	top: -200px;
	left: 52%;
}

.slide4 .slick-dots li:nth-child(3){
	position: absolute;
	top: -220px;
	left: 20%;
}

.slide5 .slick-dots li:first-child{
	position: absolute;
	top: -220px;
	left: 25%;
}

.slide5 .slick-dots li:nth-child(2){
	position: absolute;
	top: -380px;
	left: 40%;
}

.slide5 .slick-dots li:nth-child(3){
	position: absolute;
	top: -200px;
	left: 46%;
}

.slide6 .slick-dots li:first-child{
	position: absolute;
	top: -200px;
	left: 43%;
}

.slide6 .slick-dots li:nth-child(2){
	position: absolute;
	top: -350px;
	left: 25%;
}

.slide6 .slick-dots li:nth-child(3){
	position: absolute;
	top: -350px;
	left: 53%;
}

.slide7 .slick-dots li:first-child{
	position: absolute;
	top: -450px;
	left: 47%;
}

.slide7 .slick-dots li:nth-child(2){
	position: absolute;
	top: -250px;
	left: 10%;
}

.slide7 .slick-dots li:nth-child(3){
	position: absolute;
	top: -300px;
	left: 33%;
}

}

@media screen and (max-width: 480px) {
	.slick-prev,
	.slick-next
	{
		width: 50px;
	    height: 51.5px;
	}
	
	
	.slick-prev
	{
	    left: 2%;
	    background: url(../img/arrow_l.png) no-repeat;
	    background-size: 100%;
	}
	[dir='rtl'] .slick-prev
	{
	    right: 0px;
	    left: auto;
	    background: url(../img/arrow_l.png) no-repeat;
	    background-size: 100%;
	}
	
	.slick-next
	{
	    right: 2%;
	    background: url(../img/arrow_r.png) no-repeat;
	    background-size: 100%;
	}
	[dir='rtl'] .slick-next
	{
	    right: auto;
	    left: 0px;
	    background: url(../img/arrow_r.png) no-repeat;
	    background-size: 100%;
	}
	
	.mainArea section .slide ul li .q_icon{
	width:50%;
	display: block;
	position: absolute;
	top: -5%;
	left: -5%;
	z-index: 300;
}

.slick-dots{
	width: 100%;
	right: 0;
	left: 0;
	top: 0px;
}

.slide1 .slick-dots li:first-child{
	position: absolute;
	top: -200px;
	left: 5%;
}

.slide1 .slick-dots li:nth-child(2){
	position: absolute;
	top: -250px;
	left: 55%;
}

.slide1 .slick-dots li:nth-child(3){
	position: absolute;
	top: -320px;
	left: 20%;
}

.slide2 .slick-dots li:first-child{
	position: absolute;
	top: -180px;
	left: 17%;
}

.slide2 .slick-dots li:nth-child(2){
	position: absolute;
	top: -350px;
	left: 45%;
}

.slide2 .slick-dots li:nth-child(3){
	position: absolute;
	top: -270px;
	left: 75%;
}

.slide3 .slick-dots li:first-child{
	position: absolute;
	top: -200px;
	left: 5%;
}

.slide3 .slick-dots li:nth-child(2){
	position: absolute;
	top: -200px;
	left: 25%;
}

.slide3 .slick-dots li:nth-child(3){
	position: absolute;
	top: -310px;
	left: 65%;
}

.slide4 .slick-dots li:first-child{
	position: absolute;
	top: -220px;
	left: 45%;
}

.slide4 .slick-dots li:nth-child(2){
	position: absolute;
	top: -165px;
	left: 50%;
}

.slide4 .slick-dots li:nth-child(3){
	position: absolute;
	top: -180px;
	left: 15%;
}

.slide5 .slick-dots li:first-child{
	position: absolute;
	top: -200px;
	left: 25%;
}

.slide5 .slick-dots li:nth-child(2){
	position: absolute;
	top: -300px;
	left: 38%;
}

.slide5 .slick-dots li:nth-child(3){
	position: absolute;
	top: -170px;
	left: 46%;
}

.slide6 .slick-dots li:first-child{
	position: absolute;
	top: -180px;
	left: 43%;
}

.slide6 .slick-dots li:nth-child(2){
	position: absolute;
	top: -280px;
	left: 23%;
}

.slide6 .slick-dots li:nth-child(3){
	position: absolute;
	top: -280px;
	left: 50%;
}

.slide7 .slick-dots li:first-child{
	position: absolute;
	top: -300px;
	left: 47%;
}

.slide7 .slick-dots li:nth-child(2){
	position: absolute;
	top: -200px;
	left: 10%;
}

.slide7 .slick-dots li:nth-child(3){
	position: absolute;
	top: -220px;
	left: 30%;
}


}
/***********************
	spのみ
	********************/

@media screen and (max-width: 768px) {
	
	
	p{
		font-size: 0.9em;
	}
	
	/*ナビメニュ*/
	
	.spNav{
		width: 70%;
		height: 100%;
		min-height: 100%;
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -70%;
		z-index: 1000;
		overflow-y: auto;
		 transition: .5s;
		 -webkit-transition: .5s;
	}
	
	.nav_active{
		right: 0;
	}
	
	
	.spNav .closeBtn{
		max-width: 58px;
		width: 15%;
		float: right;
		margin-top: 10px;
		margin-right: 5%;
		cursor: pointer;
	}
	
	.spNav h3{
		clear: both;
		margin-left: 10%;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.spNav nav{
		width: 80%;
		margin: 0 auto;
	}
	
	.spNav nav ul{
		margin-bottom: 15px;
	}
	
	.spNav nav ul li{
		margin-bottom: 5px;
	}
	
	.spNav .back{
		margin-left: 10%;
		font-size: 1em;
		font-weight: bold;
		color: #8b8b8b;
		padding-bottom: 20px;
		
	}
	
	.spNav .back::before{
		content: "";
		display: inline-block;
		width: 17px;
		height: 14.5px;
		background: url(../img/arrrow_g.png) no-repeat;
		background-size: 100%;
		margin-right: 5px;
		vertical-align: middle;
	}
	
	/********
	topイラスト部分
	************/

	.top_illustArea	{
		width: 100%;
		margin: 0px auto;
		padding-bottom: 55%;
		margin-bottom: 100px;
		position: relative;
	}
	
	.top_copy{
		max-width: 849px;
		width: 62.4%;
		margin: 0px auto 30px;
		padding-top: 10%;
		position: relative;
		z-index: 100;
		top: 100px;
		opacity: 0;
		
	}
	
	.top_comment{
		position: relative;
		z-index: 100;
		top: 100px;
		opacity: 0;
	}
	
	.top_qmark{
		width: 27.3%;
		position: absolute;
		right: 10%;
		top: 10px;
		opacity: 0;
		transform: scale(0);
		transition: transform .5s; 
	}
	
	.top_illust_bg{
		width: 100%;
		position: absolute;
		bottom: -40px;
		left: 0%;
		right: 0%;
		margin: auto;
		opacity: 0;
		overflow: hidden;
	}
	
	.top_illust_bg img{
		width: 130%;
		position: relative;
		left: -15%;
		right: -15%;
		margin: auto;
	}
	
	.top_illust_plane{
		max-width: 199px;
		width: 14.6%;
		position: absolute;
		right: 10%;
		top: 300px;
	}
	
	.top_illust_people1{
		max-width: 270px;
		width: 29.85%;
		position: absolute;
		bottom: -100px;
		left: 5%;
		opacity: 0;
	}
	
	.top_illust_people2{
		max-width: 219px;
		width: 26.1%;
		position: absolute;
		bottom: -100px;
		right: 5%;
		opacity: 0;
	}
	
	.top_illust_boy{
		width: 26%;
		position: absolute;
		left: 25%;
		bottom: -100px;
		opacity: 0;
	}
	
	.top_illust_girl{
		width: 29.6%;
		position: absolute;
		right: 25%;
		bottom: -50px;
		opacity: 0;
	}
	
	
	/*コンテンツ*/
	.container{
		transition: .5s;
		-webkit-transition: .5s;
		position: relative;
		left: 0;
		
	}
	
	.container::before{
		
	}
	
	.con_fixed{
		position: relative;
		left: -70%;	
	}
	
	.con_fixed::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		min-height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	
	.menuBtn{
		max-width: 58px;
		width: 10%;
		position: fixed;
		top: 10px;
		right: 5%;
		cursor: pointer;
		z-index: 500;
	}
	
	header .logo{
	padding-top: 10px;
	width: 30%;
	left: 5%;
	}

		
	.inner{
	width: 90%;
	}
	
	.topArea .en {
		margin-bottom: 0;
	}
	
	
	.topArea .top_tct_ttl{
	font-size: 1.25em;
	margin-top: 10px;
	
}

	.top_intro{
	width: 90%;
	margin: 0 auto 70px;
}

	.top_intro .intro_list{
	text-align: left;
}

	.top_intro .intro_list li{
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: dashed 1px #000;
	position: relative;
}

	.top_intro .intro_list .imgArea{
		margin-bottom: 10px;
	}

	.top_intro .intro_list li::after{
	content: "";
	display: block;
	max-width: 81px;
	width: 10%;
	padding-bottom: 8%;
	height: auto;
	background: url(../img/arrow_down.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
}

	.top_intro .intro_list li:last-child::after{
	background: none;
}

	.top_intro .intro_list li:last-child{
	border-bottom: none;
}

	.mainArea .g_fukidashi{
		width: 90%;
		margin: 0px auto;
		position: relative;
		top: -30px;
	}
	
	.mainArea .sec_topArea .sec_ttl{
	width: 90%;
	position: relative;
	z-index: 100;
	margin-bottom: 30px;
}

	.mainArea .sec_topArea{
	position: relative;
	padding-bottom: 100%;
}

	.mainArea .sec_topArea .topArea_img{
	position: absolute;
	width: 120%;
	height: auto;
	right: 0;
	top: 50%;
	overflow: hidden;
}

	.mainArea .sec_topArea .topArea_img img{
	position: relative;
	right: -20%;
}




	.mainArea .sec_topArea .txtArea p{
	width: 100%;
	position: relative;
	z-index: 100;
	line-height: 1.5em;
	text-align: left;
}


.mainArea section .slide{
	margin-bottom: 50px;
}

.mainArea section .slide ul .slick-slide{
	margin: auto 10px;
}

.mainArea section .slide ul li .item_txtArea{
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
}



	.mainArea section .slide ul li h4{
	font-size: 1em;
	margin: 0 auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 90%;
}

.mainArea section .slide ul li .que_list_img{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
}

.mainArea section .slide ul li .que_list_img img{
	position: absolute;
	margin: auto;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.mainArea section .slide ul li .item_txtArea p{
	width: 90%;
	margin: 0 auto;
	line-height: 1.5em;
	font-size: 0.8em;
}

.mainArea section .slide ul li .ug{
	width: 100%;
	height: 40px;
	z-index: 300;
}



.mainArea section .slide ul li .ug span{
	text-align: center;
	display: block;
	color: #fff;
	padding: 20px 0px;
	padding-right: 0px;
	position: relative;
}

.mainArea section .slide ul li .ug span::before{
	content: "";
	display: none;
	
}

.mainArea .sec8 .txtArea{
	margin: 0 auto 50px;
}

.mainArea .sec8 .txtArea .sec_ttl{
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}

.mainArea .sec8 .ug_list{
	width: 100%;
	margin: 0px auto 0;
	padding-bottom: 50px;
	border-bottom: solid 1px #959595;
}

.mainArea .sec8 .ug_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-around;
   width: 100%;

}

.mainArea .sec8 .ug_list ul li{
	width: 48%;
	margin-bottom: 15px;
}

.mainArea section{
	margin-top:-50px;
	padding-top:50px;
}

.mainArea .sec8{
}

footer .ft_logo{
	padding: 30px 0 10px;
	width: 30%;
	margin: 0 auto;
}

footer .copyright{
	font-size: 0.7em;
	padding-bottom: 30px;
}


	
}