@charset "UTF-8";

/*  sub_header  */

.sub__main{
	position: relative;
	padding-top: 80px;
	overflow-x: hidden;
}
.sub__head{

}
.sub__head .inner{

}
.sub__title{
	margin-left: 300px;
}
.sub__title h2{
	font-size: 36px;
}
.sub__title .section__title--sub{
	font-size: 16px;
}
.sub__top--text{
	margin-left: 300px;
	margin-top: 80px;
}
.sub__main .mv__bg--top{
	top: -180px;
	height: 140px;
}
.sub__main .mv__bg--star{
	top: 182px;
    left: 39%;
    transform: translateX(-180%);
}
.sub__main .mv__bg--arrow{
	position: absolute;
    top: 64px;
    left: 60%;
    transform: translateX(-100%);
}

@media only screen and (max-width: 768px){
	.sub__head{
		margin-top: 20px;
	}
	.sub__title{
		margin-left: 0;
	}
	.sub__top--text{
		margin-left: 0;
		margin-top: 90px;
	}
	.sub__main .mv__bg--star{
		top: 154px;
		left: 49%;
		width: 100px;
	}
	.sub__main .mv__bg--arrow{
		left: 78%;
		width: 80px;
	}
}


/*  about  */

.about__features{
	margin-bottom: 100px;
	margin-top: 40px;
}
.about__features .section__title{
	margin-bottom: 80px;
}
.about__features__con{
	display: flex;
	gap: 30px;
}
.about__features__box{

}
.about__features--title{
	text-align: center;
	font-size: 24px;
}
.about__features__box img{
	display: block;
	margin: 10px auto;
}
.about__features--text{
	text-align: center;
}

.about__company{
	margin-bottom: 40px;
}
.about__company .inner{
	display: flex;
}
.about__company .section__title--sub{
	right: -21px;
}
.about__company__con table{
	width: 500px;
}
.about__company__con tr{

}
.about__company__con th{
	width: 120px;
	text-align: left;
	padding: 8px 0;
}
.about__company__con td{
	padding: 8px 0;
}

@media only screen and (max-width: 768px){
	.about__features__con{
		display: block;
	}
	.about__features__box{
		width: 90%;
		margin: 0 auto 50px auto;
	}
	
	.about__company .inner{
		display: block;
	}
	.about__company__con th{
		display: block;
		width: 100%;
		padding-bottom: 0;
		padding-top: 0;
		font-weight: bold;
	}
	.about__company__con td{
		display: block;
		width: 100%;
		padding-top: 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}
}


/*  flow  */

.sub__head.recruit .section__title--sub{
	right: -130px;
}
.recruit__flow{
	margin-bottom: 30px;
	margin-top: 40px;
}
.recruit__flow .section__title--sub{
	right: -132px;
}
.recruit__flow .section__title{
	margin-bottom: 80px;
}
.recruit__flow__step{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.recruit__flow__step__box{
	width: 48%;
	margin-bottom: 20px;
}
.recruit__flow__step--title{
	font-size: 24px;
	letter-spacing: 1px;
}
.step__con{
	display: flex;
}
.step__con img{
	margin-right: 20px;
	width: 100px;
}
.step__con--text--title{
	color: var(--sub-color);
	font-size: 18px;
}
.step__con--text .text{
	line-height: 1.6;
}
.recruit__qa{
	text-align: center;
}
.recruit--text1{
	text-align: center;
	letter-spacing: 0;
	color: var(--sub-color);
	margin-bottom: 40px;
}
.recruit__qa a.link{
	margin-bottom: 50px;
	width: 280px;
}

.recruit__entry{
	background: url(../img/recruit_line_back.jpg) no-repeat;
	background-size: 100% auto;
	display: flex;
	padding: 60px 100px 40px;
	margin-bottom: 40px;
}
.recruit__entry p:first-of-type{
	font-size: 40px;
    line-height: 0.5;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.recruit__entry p:nth-of-type(2){
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.recruit__entry a{
	line-height: 1.3;
	text-align: center;
	background: #00B000;
	color: #fff;
	padding: 8px 40px;
	border-radius: 80px;
	margin-top: -10px;
	display: block;
}
.recruit__entry a:link, .recruit__entry a:visited{
	color: #fff;
}


@media only screen and (max-width: 768px){
	.recruit__flow__step{
		display: block;
	}
	.recruit__flow__step__box{
		width: 100%;
		margin-bottom: 50px;
	}
	.recruit__entry{
		display: block;
		background-size: cover;
		padding: 60px 20px 40px;
	}
	.recruit__entry__text{
		margin-bottom: 30px;
	}
	.recruit__entry__text p:first-of-type{
		text-align: center;
		margin-bottom: 20px;
	}
	.recruit__entry__text p:nth-of-type(2){
		text-align: center;
		line-height: 1.4;
	}
	.recruit__entry a{
		margin: 0 auto;
	}
}

/*  NEWS  */

.news{
	margin-top: 140px;
}
.sub__title .section__title--sub.news__sub{
	right: -16px;
}

@media only screen and (max-width: 768px){
	.news{
		margin-top: 100px;
	}
}

/*  Q & A  */

.news{
	margin-top: 140px;
}
.sub__title .section__title--sub.qa__sub{
	right: -53px;
}

/*  liver  */

.liver{
	margin-bottom: 50px;
}
.liver ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liver li{
	margin-bottom: 30px;
	width: 23%;
}
.liver li .liver--img{
	width: 100%;
}
.liver__sns__box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.liver--sns{
	display: block;
	width: 30px;
	margin-bottom: 10px;
}
.liver--name{
	display: block;
	text-align: center;
	color: #000;
	margin: 0 auto;
	transform: translateX(10px);
}
.liver .liver--name{
	transform: translateX(0);
}
.liver--name:link, .liver--name:visited{
	color: #000;
}

@media only screen and (max-width: 768px){
	.liver li{
		width: 31%;
	}
	.liver li .liver--img{
		border-radius: 24px;
		box-shadow: 6px 6px 0px 0 var(--main-color);
		margin-bottom: 4px;
	}
	.liver .liver--name{
		font-size: 12px;
	}
	.liver--sns{
		margin-bottom: 4px;
	}
}


/*  dokidoki  */

.dokidoki{
	margin-top: 100px;
	margin-bottom: 80px;
}
.dokidoki .section__title--sub{
	right: -140px;
}
.dokidoki--logo{
	display: block;
	margin: 0 auto 30px auto;
	width: 280px;
}
.dokidoki__text1{
	text-align: center;
	color: var(--sub-color2);
	margin-bottom: 60px;
	letter-spacing: 0.5px;
	font-size: 16px;
}
.dokidoki__features{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 80px auto 0 auto;
	text-align: center;
}
.dokidoki__features__box{
	width: 48%;
	margin-bottom: 60px;
}
.dokidoki__features--img{
	display: block;
	width: 100px;
	margin: 0 auto;
}
.dokidoki__features__title{
	color: var(--sub-color2);
	margin-bottom: 4px;
}

.matsuri{
	text-align: center;
	padding: 30px;
	border: 10px solid var(--main-color);
	border-radius: 26px;
}
.matsuri a.link{
	width: 280px;
}
.matsuri__title{
	color: var(--dark-color);
	display: inline-block;
	font-size: 26px;
	margin-bottom: 30px;
}
.matsuri__title::before{
	content: url(../img/whats_arrow1.svg);
	width: 80px;
	margin-right: 10px;
}
.matsuri__title::after{
	content: url(../img/whats_arrow2.svg);
	width: 80px;
}
.matsuri__text{
	color: var(--sub-color);
	margin-bottom: 30px;
	
}

@media only screen and (max-width: 768px){
	.dokidoki__features{
		width: 100%;
	}
}

/*  qa  */

.qa{
	margin-top: 140px;
}
.qa_box{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.qa_box img{
	width: 40px;
	margin-right: 10px;
}
.qa__q{
	display: flex;
	margin-bottom: 10px;
	align-items: flex-start;
}
.qa__q p{
	margin-top: 14px;
	line-height: 1.3;
}
.qa__a{
	display: flex;
	margin-left: 40px;
	align-items: flex-start;
}
.qa__a p{
	margin-top: 14px;
	color: #7B7B7B;
	font-size: 14px;
}
.qa__a p a{
	text-decoration: underline;
}