@charset "utf-8";

main .sec:nth-of-type(1){		
	padding-top: unset;
}

@media screen and (max-width:768px){
	main .sec:nth-of-type(1){		
		padding-top: unset;
	}
}

/*-------------------------------
	パーツ
-------------------------------*/

.Index-title{
	width: 100%;
	margin-bottom: 4rem;
	padding: 3rem 2.5rem 3.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.Index-title::before,
.Index-title::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border: 1px solid #4f4f51;
	position: absolute;
	left: 0;
	right: 0;
}
.Index-title::before{
	top: 0;
}
.Index-title::after{
	bottom: 0;
}
.Index-title__jp{
	font-size: 4.7rem;
	line-height: 1;
	display: block;
	color: #4f4f51;
}
.Index-title__en{
	font-size: 5.1rem;
	padding-left: 4rem;
	line-height: 1;
	display: block;
	color: #4f4f51;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){
	
}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Index-title{
		flex-direction: column;
		align-items: flex-start;
	}
	.Index-title__jp{
	}
	.Index-title__en{
    	padding-left: 0;
	}
}



/*-------------------------------
	メインビジュアル
-------------------------------*/
.Mainvisual{
	width: 100%;
		max-width: calc(129.6rem + (1.4rem * 2));
    	margin-bottom: 4rem;
	margin-left: auto;
	margin-right: auto;
}
.Mainvisual-slider{
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}
.Mainvisual-slider__item{
	width: 100%;
}
.Mainvisual-slider__item img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Mainvisual-slider{
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
}



/*-------------------------------
	導入
-------------------------------*/

.First{
	padding-bottom: 0;
}
.First-banner{
	width: 100%;
	max-width: 113rem;
	margin-left: auto;
	margin-right: auto;
}
.First-banner a{
	width: 100%;
	display: block;
}
.First-banner img{
	width: 100%;
}

.First__text{
	font-family: var(--jp2);
	font-size: 4.1rem;
	/*margin-bottom: 1.8rem;*/
	margin-bottom: 3rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}
.First__text span{
	color: #4aace5;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.First__text{
		font-size: 3.6rem;
	}
}



/*-------------------------------
	NEWS／INFORMATION
-------------------------------*/

.News__content{
	padding-top: 1.5rem;
	position: relative;
}
.News__content::before{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border: 1px solid #4f4f51;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.News__title{
	font-size: 3.5rem;
	margin-bottom: 3rem;
	line-height: 1;
}
.News-block-wrap{
	padding-left: 1rem;
	padding-right: 1rem;
}
.News-block:not(:last-child){
	margin-bottom: 5rem;
}
.News-block__text{
	font-size: 3rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.News__content{
		padding-top: 3rem;
	}
	.News-block:not(:last-child){
		margin-bottom: 3.5rem;
	}
	.News-block__text{
		font-size: 3rem;
		line-height: 1.5;
	}
}



/*-------------------------------
	工芸体験
-------------------------------*/

.Activities{
	padding-bottom: 0;
}
.Activities-title-header{
	position: relative;
}
.Activities-title-header__logo{
	width: 39.4rem;
	position: absolute;
	right: 10rem;
	top: 50%;
	transform: translateY(-50%);
}
.Activities-title-header__logo img{
	width: 100%;
}
.Activities-block-wrap{
	width: 100%;
	max-width: 109rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Activities-block{
	width: calc((100% - 7rem) / 2);
}
.Activities-block:not(:nth-last-of-type(-n+2)){
	margin-bottom: 3.5rem;
}
.Activities-block__image{
	width: 100%;
	margin-bottom: 1rem;
}
.Activities-block__image img{
	width: 100%;
}
.Activities-block__title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.Activities-block__title-jp{
	font-size: 3.4rem;
	line-height: 1;
	display: block;
}
.Activities-block__title-en{
	font-size: 3.4rem;
	margin-top: .2rem;
	line-height: 1;
	color: #4f4f51;
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){
	.Activities-title{
		padding-bottom: 9.6rem;
	}
	.Activities-title-header__logo{
		position: absolute;
		right: 5rem;
		top: unset;
		bottom: 0;
	}
}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Activities{
        padding-top: 0;
	}
	.Activities-title{
		padding-bottom: 9.6rem;
	}
	.Activities-title-header__logo{
		position: absolute;
		right: 5rem;
		top: unset;
		bottom: 0;
	}	

	.Activities-block{
		width: calc((100% - 4.5rem) / 2);
	}
	.Activities-block__title-jp{
		font-size: 3rem;
	}
	.Activities-block__title-en{
		font-size: 3rem;
	}
}



/*-------------------------------
	最新情報
-------------------------------*/

.Topics{
	padding-bottom: 0;
}
.Topics-block-wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Topics-block{
	width: calc((100% - (4rem * 2)) / 3);
}
.Topics-block__image{
	width: 100%;
	margin-bottom: 1.5rem;
}
.Topics-block__image img{
	width: 100%;
}
.Topics-block__title{
	font-size: 2.8rem;
	line-height: calc(3.6 / 2.8);
	letter-spacing: 0;
	color: #4f4f51;
}


@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Topics-block{
		width: calc((100% - (3rem * 2)) / 3);
	}
	.Topics-block__title{
		font-size: 2.6rem;
	}
}



/*-------------------------------
	スタッフ募集
-------------------------------*/

.Recruit__content{
	width: 100%;
	max-width: 113rem;
	margin-left: auto;
	margin-right: auto;
}
.Recruit__text{
	font-size: 4rem;
	margin-bottom: 2.8rem;
	color: #4f4f51;
}
.Recruit-block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Recruit-block__image{
	width: 47.5rem;
}
.Recruit-block__image img{
	width: 100%;
}
.Recruit-block__button{
	width: calc(100% - (47.5rem + 8.2rem));
}
.Recruit-block__button a{
	width: 100%;
	height: 10rem;
	font-size: 4.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #009de2;
}


@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Recruit-block{
		flex-direction: column;
		align-items: center;
	}
	.Recruit-block__image{
        width: 80%;
        margin-bottom: 4rem;
	}
	.Recruit-block__button{
		width: 80%;
	}
}

@media screen and (max-width:768px){
	
	.Recruit__content{
	}
	.Recruit__text{
		font-size: 3.6rem;
	}
	.Recruit-block{
		flex-direction: column;
		align-items: center;
	}
	.Recruit-block__image{
        width: 80%;
        margin-bottom: 4rem;
	}
	.Recruit-block__button{
		width: 80%;
	}
	.Recruit-block__button a{
		height: 8rem;
		font-size: 4rem;
	}
}