@charset "UTF-8";
/*==============
    index
================*/
#p_index{
}
body{
}
@media screen and (min-width: 769px) {
	body{
		padding-top: 100px;
	}
	header {
		padding-top: 28px;
	}
}
.arwbtn{
	background: #fff;
	display: block;
	margin: 0 auto;
	padding: 20px 15px 14px 0;
	width: 100%;
	text-align: center;
}
.arwbtn p{
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.arwbtn p.txt1{
	margin-bottom: 14px;
	font-size: 1.9rem;

}
.arwbtn p.txt1:after{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-left: none;
	border-bottom: none;
	right: 18px;
	top: 0.1em;
	transform: rotate(45deg);
	transition: .3s;
}
.arwbtn p.en{
	font-size: 1.3rem;
	width: 100px;
	margin: 0 auto;
}

.arwbtn p.en:before, .arwbtn p.en:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 43px;
	height: 1px;
	background: #000;
	z-index: -1;
	transition: .3s;
}
.arwbtn p.en:before{
	left: 0;
	transform: translateX(-100%);
}
.arwbtn p.en:after{
	right: 0;
	transform: translateX(100%);
}
.arwbtn p.en span{
}




@media screen and (min-width: 769px) {
	.arwbtn{
		max-width: 446px;
	}
	.arwbtn:hover{
		opacity: 1;
		background: #000;
		color: #fff;
	}
	.arwbtn:hover p.txt1:after{
		border-color: #fff;
	}
	.arwbtn:hover p.en:before, .arwbtn:hover p.en:after{
		background: #fff;
	}

	.arwbtn.recruit{
		width: 227px;
		padding: 13px 24px 8px 0;
	}
	.arwbtn.recruit p.txt1{
		margin-bottom: 0;
	}
	.arwbtn.recruit p.txt1:after{
		width: 10px;
		height: 10px;
		right: 24px;
	}
}
@media screen and (max-width: 768px) {
	.arwbtn{
		padding: 3.3vw 0.8vw 1.7vw 0;
	}
	.arwbtn p.txt1{
		margin-bottom: 2.8vw;
		font-size: 3.7vw;
		display: inline-block;
	}
	.arwbtn p.txt1:after{
		width: 2.8vw;
		height: 2.8vw;
		right: -5vw;
	}
	.arwbtn p.en{
		font-size: 2.5vw;
		width: 19.2vw;
	}

	.arwbtn p.en:before, .arwbtn p.en:after{
		width: 8.2vw;
	}
	.arwbtn p.en span{
	}
	.arwbtn.recruit p.txt1{
		margin-bottom: 0;
	}
}




/* ------------------------------
    mv
------------------------------ */
.mvwrap{
	margin-bottom: 86px;
}
.mv{
	position: relative;
}
.mv .slick{
}
.mv .slick li{
}
.mv .slick li img{
}
.mv_txt{
	position: absolute;
	bottom: -30px;
	left: 9.5%;
}
.slick-dots{
	text-align: right;
	height: 9px;
	line-height: 1;
	margin-top: 18px;
}
.slick-dots li{
	display: inline-block;
	width: 9px;
	height: 9px!important;
	text-indent: -9999px;
	overflow: hidden;
	background: #000;
	border-radius: 50%;
	transition: .3s;
}
.slick-dots li+li{
	margin-left: 15px;
}
.slick-dots li:hover, .slick-dots li.slick-active{
	opacity: 0.6;
}

.mvwrap .greet{

}
.mvwrap .greet>p{
	font-size: 1.4rem;
	line-height: 2.5;
}
.mvwrap .greet .greet_ill{
	display: block;
	margin: 15px auto 0 38px;
	width: 207px;
}
.mvwrap .greet .greet_logo{
	position: absolute;
	right: 45px;
	top: 145px;
}
.mvwrap .greet .arwbtn.recruit{
	margin: 24px auto 0;
}
@media screen and (min-width: 769px) {
	.mvwrap{
		justify-content: flex-start;
		height: 626px;
	}
	.mv{
		/*width: 72%;*/
		width: calc(100% - 402px);
	}
	.mv_txt{
		max-width: 493px;
		width: 50%;
	}
	.mv .slick li{
		height: 626px;
		overflow: hidden;
		position: relative;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.mvwrap .greet{
		width: 402px;
		position: relative;
		padding: 25px 113px 0 45px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
	.mv{
		width: calc(100% - 330px);
	}
	.mv_txt{
		bottom: -3px;
	}
	.mvwrap .greet{
		width: 330px;
		padding: 25px 50px 0 30px;
	}
	.mvwrap .greet .greet_logo{
		right: 10px;
	}

}
@media screen and (min-width: 769px) and (max-width: 1099px) {
	.mvwrap{
		display: block;
		height: auto;
	}
	.mv{
		width: 100%;
	}
	.mv_txt{
		left: 30px;
	}
	.mvwrap .greet{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mvwrap .greet>p{
		margin-top: 50px;
	}
	.mvwrap .greet .greet_ill{
		margin: 15px 30px 0 20px;
	}
	.mvwrap .greet .greet_logo{
		top: 70px;
	}
	.slick-dots{
		margin-right: 20px;
	}
}
@media screen and (max-width: 768px) {
	.mvwrap{
		margin-bottom: 10.6vw;
	}
	.mv{
		position: relative;
		margin-bottom: 32.4vw;
	}
	.mv_txt{
		width:62.5vw;
		bottom: -23.8vw;
		left: 9.43%;
	}
	.slick-dots{
		display: none!important;
	}
	.mvwrap .greet{
		padding: 0 5.3% 0 9.43%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;

	}
	.mvwrap .greet>p{
		font-size: 3.5vw;
		line-height: 1.8;
		width: 48vw;
	}
	.mvwrap .greet .greet_ill{
		width: 28.6vw;
		margin: 2.8vw 0 0 0;
	}

}



/* ------------------------------
    sec1
------------------------------ */
.sec1{
	margin-bottom: 105px;
}
.sec1 .ttl1{

}
.sec1 .ttl1 span{
	font-size: 1.9rem;
}

.sec1_img{
}
.sec1_img img{
	display: none;
	margin: 0 auto;
}
.sec1_img img.active{
	display: block;
}

.sec1_link{
	max-width: 969px;
	margin: 46px auto 57px;
}
.sec1_link ul{
	width: 285px;
}
.sec1_link li{

}
.sec1_link li+li{
	margin-top: 14px;
}
.sec1_link li a{
	display: block;
	text-align: center;
	color: #fff;
	background: #000;
	line-height: 35px;
	padding-top: 3px;
	border-radius: 6px;
	font-size: 1.7rem;
}
.sec1_link li a:hover{
	opacity: 1;
	color: #000;
	background: #fff;
}
.sec1 .arwbtn.recruit{
	margin: 57px auto 0;
}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 769px) and (max-width: 949px) {
	.sec1_link ul{
		width: 31.5%;
	}
	.sec1_link li a{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.sec1{
		margin-bottom: 16.9vw;
	}
	.sec1 .arwbtn.recruit{
		margin: 0 auto 4vw;
	}
}



/* ------------------------------
    sec2
------------------------------ */
.sec2{
	margin-bottom: 190px;
	max-width: 1250px;
	align-items: flex-start;
}
.sec2_1{
	width: 37.5%;
}
.sec2_1 .ttl{
	margin-bottom: 21px;
	text-align: center;
}
.sec2_1 .img{
	text-align: center;
	margin-bottom: 30px;
}
.sec2_1 .txt{
	margin: 0 auto;
	width: 90%;
	max-width: 365px;
}
.sec2_1 .ppl_lead{
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 25px;
}

.sec2_2{
	position: relative;
	z-index: 1;
	width: 62.5%;
	max-width: 742px;
	margin-top: 27px;
	padding-top: 12%;
	margin-left: 10px;
}
.sec2_2 .illust{
	display: block;
	margin: 0 auto;
	width: 90%;
}
.sec2_2 .txt{
	position: absolute;
	z-index: -1;
	width: 26.6%;
}
.sec2_2 .txt1{
	top: 32%;
	left: -7%;
}
.sec2_2 .txt2{
	top: 15.6%;
	left: 20.2%;
}
.sec2_2 .txt3{
	bottom: 3%;
	left: 16.8%;
}
.sec2_2 .txt4{
	top: 15%;
	right: 15.5%;
}
.sec2_2 .txt5{
	bottom: 8%;
	right: 19.7%;
}
.sec2_2 .txt6{
	bottom: 33%;
	right: 7.7%;
}



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

}
@media screen and (min-width: 769px) and (max-width: 1079px) {
	.sec2{
		display: block;
	}
	.sec2_1{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.sec2_1 .img{
		margin-bottom: 0;
	}
	.sec2_1 .txt{
		margin-top: 50px;
	}
	.sec2_2{
		display: block;
		margin-left: 9%;
		margin-right: auto;
		width: 90%;
		max-width: 90%;
		padding-top: 19vw;
		margin-top: 0;
	}
	.sec2_2 .txt img{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.sec2{
		width: 87.5%;
		margin-bottom: 16.7vw;
	}
	.sec2_1{
		width: 100%;
	}
	.sec2_1 .ttl{
		margin-bottom: 7.6vw;
	}
	.sec2_1 .ttl img{
		width: 87vw;
	}
	.sec2_1 .txt{
		width: 100%;
		max-width: 100%;
		padding: 0 5.5vw;
	}
	.sec2_1 .ppl_lead{
		font-size: 3.2vw;
		margin-bottom: 7vw;
	}
	.sec2_1 .illust{
		display: block;
		margin-bottom: 8.5vw;
	}
	.sec2_1 .arwbtn{
		margin-left: -2.3vw;
		width: calc(100% + 4.6vw);
	}
}


/* ------------------------------
    sec3
------------------------------ */
.sec3{
	max-width: 1148px;
	margin-bottom: 62px;
	padding-top: 74px;
}
.sec3 li{
	position: relative;
}
.sec3 li a{
	background: #fff;
	border-radius: 10px;
	position: relative;
	display: block;
	padding: 25px 6% 7%;
	z-index: 0;
}
.sec3 li .ttl1{
	margin-bottom: 30px;
}
.sec3 li .ttl1 span{
	margin-top: 14px;
}
.sec3 li .ttl img{
}
.sec3 li .ttl span{
	
}
.sec3 li .illust{
	position: absolute;
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
}
.sec3 li .img{
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.sec3 li{
		width: 32%;
		max-width: 353px;
	}
	/*.sec3 li a:hover, .sec3 li a:hover img{
		opacity: 1;
	}*/
	.sec3 li .img:hover img{
		transform: scale(1.1);
	}
}

@media screen and (max-width: 768px) {
	.sec3{
		max-width: 78%;
		margin-bottom: 13.3vw;
		padding-top: 16.8vw;
	}
	.sec3 li+li{
		margin-top: 24.8vw;
	}

	.sec3 li a{
		border-radius: 15px;
		padding: 6.2vw 5.3% 6.5%;
	}
	.sec3 li .ttl1{
		margin-bottom: 6.9vw;
	}
	.sec3 li .ttl1 span{
		margin-top: 2.6vw;
		font-size: 3.5vw;
	}
	.sec3 li .ttl1 img{
		width: auto;
		height: 7.1vw;
	}
	.sec3 li .illust{
		width: auto;
		height: 18vw;
		top: -16.8vw;
	}
	.sec3 li .img img{
		width: 100%;
	}

}


/* ------------------------------
    sec4
------------------------------ */
.sec4{
	margin-bottom: 89px;
}
.goodslistbox{
	background: #fff;
	border-radius: 15px;
	padding: 60px 15px;
}
.goodslistbox .ttl{
	text-align: center;
	margin-bottom: 38px;
}
.goodslist{
	margin: 0 auto 70px;
	flex-wrap: wrap;

}
.goodslist .img{
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 12px;
}
.goodslist img {
    transition: .3s;
}
.goodslist a:hover img {
    transform: scale(1.1);
}
.goodslist .ttlbox{

}
.goodslist .catch{
	font-size: 1.4rem;
	line-height: 1.2;
	display: block;
	margin-bottom: 0.5em;
}
.goodslist .marker{
	font-size: 1.9rem;
	color: #fff;
	background: linear-gradient(#000 100%, #000 0%);
  	display: inline;
  	/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
 	 padding: 0.1em 0.5em 0;
}
.goodslist .txt{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1rem;
	line-height: 1.9;
	overflow: hidden;
	height: 3.5em;
}
.goodslist .txt .date{
	direction: block;
	line-height: 1;
	font-size: 0.9rem;
}

@media screen and (min-width: 769px) {
	.goodslist{
		max-width: 1064px;
	}
	.goodslist li{
		width: 32%;
		max-width: 290px;
	}
	.goodslist li:nth-child(n+4){
		margin-top: 74px;
	}
	.sec4 .arwbtn{
		width: 300px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
}
@media screen and (max-width: 768px) {
	.sec4{
		max-width: 78%;
		margin-bottom: 17.7vw;
	}
}


/* ------------------------------
    sec5
------------------------------ */
.sec5{
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.sec5 .ttl{
	font-size: 4.58rem;
	margin-left: 8.8%;
}
.newslist{
	line-height: 1;
}
.newslist li+li{
	margin-top: 25px;
}
.newslist a{
	display: flex;
}
.newslist .date{
	font-size: 0.9rem;
	width: 11.8em;
}

.sec5 .viewmore{
	width: 94px;
	margin-left: 3.3%;
}
@media screen and (min-width: 769px) {
	.sec5{
		max-width: 920px;
	}
	.sec5 .ttl span{
		writing-mode: tb-rl;
		-webkit-writing-mode : vertical-rl;
	}
	.newslist {
		width: 514px;
	}
	.newslist .txt{
		font-size: 1.4rem;
		overflow: hidden;
		width: 30em;
		height: 1em;
	}

}
@media screen and (min-width: 769px) and (max-width: 899px) {
	.sec5 .ttl{
		margin-left: 0;
		margin-right: 3%;
	}
}
@media screen and (max-width: 768px) {
	.sec5{
		margin-bottom: 11.5vw;
		width: 88.6%;
	}
	.sec5 .ttl{
		font-size: 6.85vw;
		margin-left: 0;
		text-align: center;
		line-height: 1;
		margin-bottom: 8.9vw;
	}
	.newslist{
		line-height: 1;
		margin-bottom: 7.56vw;
	}
	.newslist a{
		justify-content: space-between;
	}
	.newslist li+li{
		margin-top: 2.8vw;
	}
	.newslist .date{
		font-size: 2.6vw;
		width: 18.7vw;
		text-align: right;
		padding-top: 1.3vw;
	}
	.newslist .txt{
		font-size: 3.1vw;
		width: 20em;
		line-height: 1.7;
	}
	.sec5 .viewmore{
		display: block;
		width: 27.1vw;
		margin: 0 auto;
	}
}


