@charset "utf-8";
/* CSS Document */
.position{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #E5BF00;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5); 
	z-index: 1000;
}
.position a{
	width: 100%;
	text-align: center;
	padding: 12px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.position a:hover{
	color: #1EAEDB;
}
.top{
	background: url(../img/top-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 48% 0 0;
}

footer{
	width: 100%;
	background: #D1D1D1;
	padding: 60px 0 0;
	margin: 0 0 60px;
}
footer .access{
	width: 25%;
}
footer .access .img{
	width: 160px;
	margin: 0 0 10px;
}
footer .access p{
	margin: 10px 0 0;
}
footer .nav{
	width: 70%;
	justify-content: flex-end;

}
footer .nav a{
	margin: 0 0 0 30px;
}
footer .nav a:hover{
	color: #0000ff;
}
footer p.copy{
	width: 100%;
	padding: 60px 0 10px;
	text-align: center;
	font-size: 14px;
}
footer .block{
   max-width: 1200px;
}

h2{
	font-size: 26px;
    text-align: center;
    color: #1F8184;
    font-weight: bold;
    position: relative;
    padding: 0 0 20px;	
}
h2::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    margin: auto;
    border-bottom: 3px solid #1F8184;
}
.tac{
	text-align: center;
}
.marker {
    background: linear-gradient(transparent 60%, #FCDF02 0%);
	font-size: 100% !important;
}


.application{
	margin: 100px 0;
}
.application h3{
	margin: 50px 0 20px;
    font-weight: bold;
    padding: 0 5px 5px;
    border-bottom: 1px dotted #222;
}
.application a {
    color: #1EAEDB;
    text-decoration: underline;
}
.application a:hover {
    color: #333;
    text-decoration: none;
}

.application .border{
	max-width: 800px;
    padding: 20px;
    border: 3px #E3D5B5 solid;
    margin: 30px auto 0;
    background: #fff;
    text-align: center;
}	
.application .img{
	max-width: 600px;
	margin: 20px auto 0;
}


.cv_btn {
	max-width: 500px;
	margin: 50px auto;
}
.cv_btn img {
 	animation: anime1 1.2s ease 1s infinite alternate;
 	transform-origin:center;
}
.cv_btn img:hover{
	opacity: 0.8;
}
.youtube {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 30px auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@keyframes anime1 {
	from {
		transform: scale(0.9,0.9);
	}
	to {
		transform: scale(1,1);
	}
}
@media screen and (max-width:900px){
.tar{
	text-align: left !important;
}	
	
	
	.top {
		padding: 70% 0 0;
	}


/*--- common ---------------------------------------*/

	footer{
		padding: 30px 0 0;
	}
	footer .access{
		width: 100%;
		text-align: center;
	}
	footer .access .img{
		margin: auto;
	}
	footer .nav {
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
		border-top: solid 1px #333;
		padding: 30px 0 0;
	}
	footer .nav a{
		width: 100%;
		margin: 10px 0 0;
	}
	footer p.copy {
		padding: 30px 0 10px;
		font-size: 12px;
	}


}

@media screen and (max-width:580px){
	h2{
		font-size: 22px;
	    padding: 0 0 10px;	
	}
	h2::after {
	    border-bottom: 2px solid #1F8184;
	}
}

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







}
