@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	border:0;
	vertical-align:top;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html, body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	height: auto;
}

body {
	font-size: 1.6rem;
	font-family:"游ゴシック Medium", "Yu Gothic Medium","Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 0;
	margin: 0;
	width:100%;
	color:#000;
	line-height:1.8;
	letter-spacing: 0.04em;
	height: 100%;
	opacity: 0;
	/*-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;*/
}

.sp{
	display:none;
}

/*----------------------------------------


 link


----------------------------------------*/
a {
  color: #000;
  text-decoration:none;
  border:none;

}

a:hover {
    text-decoration:none;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0.7;
}

a img {
	-webkit-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

a[href^="tel:"] {
	pointer-events: none;
}

/*----------------------------------------


section


----------------------------------------*/
article{
	position: relative;
	z-index: 1;
}
.flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
section .inner{
	margin: 0 auto;
}

section .ttl{
	text-align: center;
}

@keyframes txt-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes txt-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  30% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

/*----------------------------------------


contact


----------------------------------------*/
.contact,
.article_foot{
	background: #E5E6E6;
	padding: 45px 0 75px;
	margin-top: 150px;
}
.article_foot{
	padding:75px 0 75px;
	margin-top: 0;
}

.contact .inner,
.article_foot .inner{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content:space-between;
    -ms-justify-content:space-between;
	justify-content:space-between;
	width: 950px !important;
	margin: 0 auto;
}

.contact .inner h3{
	width: 210px;
	padding-top: 15px;
}
.contact .inner h3 img{
	width: 100%;
}

.contact .inner p {
	width: 310px;
	padding: 15px 25px 0;
}

.contact .inner .btn {
	position: relative;
	width: 360px;
}
.contact .inner .btn a{
	display: block;
	padding: 25px;
	border: 1px solid #231815;
	background: none;
}
.contact .inner .btn a span,
.contact .inner .btn a span:after{
	border-color: #231815;
}
.contact .inner .btn a span.txt{
	position: relative;
	color: #231815;
	z-index: 10;
}

.contact .inner .btn a:hover{
	border: 1px solid #12356d;
}
.article_foot .btn{
	font-size: 1.6rem;
}

/*----------------------------------------


animation


----------------------------------------*/
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
	-webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition : all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: 0.5s;
    }

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*----------------------------------------


footer


----------------------------------------*/
footer{
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 30px 0;
	}
footer p{
	text-align: center;
	font-size: 1.2rem;
	}
.page_top{
	position:absolute;
	right:0;
	left: 0;
	top:-25px;
	margin: 0 auto;
	cursor:pointer;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	z-index: 100;
	background: #12356d;
	}
.page_top:before,
.page_top:after{
	position: absolute;
	top: -30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	width: 2px;
	height: 16px;
	vertical-align: middle;
	border-left: 1px solid #fff;
}

.page_top:before{
	left: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page_top:after{
	left: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


/*----------------------------------------


entry_area


----------------------------------------*/
.entry_area{
	text-align: center;
	padding: 50px 0 0;
}
.entry_area--top{
	padding: 50px 0 90px;
}
.sec_entry_area.entry_area{
	padding: 50px 0;
	margin-top: 80px;
	background: rgba(255,255,255,0.5);
}
.entry_area p{
	font-size: 2.0rem;
	padding-bottom: 40px;
	font-weight: bold;
}
.entry_area .entry_btn{
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

.entry_area .entry_btn a{
	display: block;
	padding: 25px 0;
}
.entry_area .entry_btn a img{
	width: 148px;
	vertical-align: middle;
}


.entry_area .entry_btn .preEntry--disable{
background: #ccc;
pointer-events: none;
}
.entry_area .entry_btn .preEntry--disable:after{
	display: none;
}
	

.online_seminar .entry_area .entry_btn a img{
	width: 160px;
	vertical-align: middle;
}


.arrow{
	position: relative;
}
.arrow::after{
	position: relative;
	top:-1px;
	left: 5px;
	content: "";
	display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition : all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow_po::after{
	position:absolute;
	top:40%;
	left: auto !important;
	right: 20px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
a:hover .arrow:after{
	left: 10px;
}
.arrow_po:hover:after{
	right: 15px;
}


@media screen and (max-width:768px) {
body {
	font-size: 1.3rem;
	line-height:1.6;
}
.pc{
	display:none;
}
.sp{
	display:inherit;
}

	/*----------------------------------------


	section


	----------------------------------------*/
	article{
		position: relative;
		z-index: 1;
	}
	.flex{
		display: block;
	}
	section .inner{
		margin: 0 auto;
	}

	section .ttl{
		text-align: center;
	}

	/*----------------------------------------


	contact


	----------------------------------------*/
	.contact,
	.article_foot{
		background: #E5E6E6;
		padding: 45px 0 75px;
		margin-top: 150px;
	}
	.article_foot{
		padding:20px 0;
		margin-top: 0;
	}

	.contact .inner,
	.article_foot .inner{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content:space-between;
		-ms-justify-content:space-between;
		justify-content:space-between;
		width: auto !important;
		margin: 0 auto;
	}

	.contact .inner h3{
		width: 210px;
		padding-top: 15px;
	}

	.contact .inner p {
		width: 310px;
		padding: 15px 25px 0;
	}

	.contact .inner .btn {
		position: relative;
		width: 360px;
	}
	.contact .inner .btn a{
		display: block;
		padding: 25px;
		border: 1px solid #231815;
		background: none;
	}
	.contact .inner .btn a span,
	.contact .inner .btn a span:after{
		border-color: #231815;
	}
	.contact .inner .btn a span.txt{
		position: relative;
		color: #231815;
		z-index: 10;
	}

	.contact .inner .btn a:hover{
		border: 1px solid #12356d;
	}
	.article_foot .btn{
		font-size: 1.6rem;
	}

	/*----------------------------------------


	animation


	----------------------------------------*/
	.fadein {
		opacity : 1;
		transform :none;
		transition :none;
		transition-delay: 0.5s;
		}

	.fadein.scrollin {
		opacity : 1;
		transform :none;
		}

	/*----------------------------------------


	footer


	----------------------------------------*/
	footer{
		padding: 20px 4%;
		box-sizing: border-box;
		}
	footer p{
		text-align: center;
		font-size: 1.0rem;
		}

	/*----------------------------------------


	entry_area


	----------------------------------------*/
	.entry_area{
		text-align: center;
		padding: 30px 0 0;
	}
	.entry_area--top{
		padding: 30px 0;
	}
	.sec_entry_area.entry_area{
		padding: 30px 0;
		margin-top: 30px;
	}
	.entry_area p{
		font-size: 1.4rem;
		letter-spacing: 0;
		padding-bottom: 20px;
	}
	.entry_area .entry_btn{
		width: auto;
		margin: 0 7%;
	}
	.entry_area .entry_btn a{
		padding: 20px 0 18px;
	}
	.entry_area .entry_btn a img{
		width: 100px;
	}

	.online_seminar .entry_area .entry_btn a img{
		width: 130px;
	}

	.arrow{
		position: relative;
	}
	.arrow::after{
		position: relative;
		top:-1px;
		left: 5px;
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
		transition : all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.arrow_po::after{
		position:absolute;
		top:40%;
		left: auto !important;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	a:hover .arrow:after{
		left: 10px;
	}
	.arrow_po:hover:after{
		right: 15px;
	}
}
