@charset "utf-8";

#hajimete #header{
	background:url('../images/header_pc.jpg?240201') right 0 no-repeat;
	padding-bottom:16px;
	max-height: 493px;
	max-width: 960px;
	padding-top: 36.2%;
	margin: 0 auto 20px;
	background-size: cover;
}
#hajimete .formbtn{
	display:block;
	margin:0 auto 2%;
	padding: 1% 0;
	text-align:center;
	width:40%;
	background:#f47601;
	color:#ffffff;
	font-size:3rem;
	font-weight:bold;
	border-radius:7px;
}
#youtube_slick {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#youtube_slick .movie {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.2em;
}
#youtube_slick .item1 {
	width: 70%;
	margin: 0 auto;
}
#youtube_slick .wrap_img1 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 6px;
}
#youtube_slick .wrap_img1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#youtube_slick .topItem_title {
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	margin-inline: auto;
	max-inline-size: max-content;
}
#youtube_slick .item_title {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}
#youtube_slick .movie2 {
	width: 31%;
	height: auto;
	margin: 12px 0;
}
@media screen and (min-width:900px) {
	#youtube_slick li:nth-of-type(3n) {
		margin-left: 3.5%;
		margin-right: 3.5%;
	}
}
@media screen and (max-width:899px) {
	#youtube_slick .movie2 {
		width: 48%;
		height: auto;
		margin: 10px auto;
	}
}
#youtube_slick .wrap_img2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 8px;
}
#youtube_slick a .wrap_img2 img  {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	transition:.3s;
}
#youtube_slick a:hover .wrap_img2 img {
	width: 105%;
}
#hajimete #body .button {
    width: 95%;
	display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    padding: 1% 0;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #aacc02;
    border: 3px solid #aacc02;
}