@charset "UTF-8";
/* CSS Document */


/*index*/
.index01{
	position: relative;
	margin-bottom: 80px;
}
.index_img01{
	border-radius: 0 10px 10px 0;
	height: min(500px, 55vw);
	width: 70%;
	min-width: 900px;
	margin-right: auto;
	object-fit: cover;
}
.index_txt01{
	position: absolute;
	right: 5%;
	top: 5rem;
	padding: 40px 60px;
	background-color: #2a68cbcc;
	border-radius: 20px;
}
.index_txt01 p{
	display: inline-block;
	color: #fff;
	font-size: 1.125rem;
/*	font-size: 18px;*/
	letter-spacing: 0.1em;
}
.index02{
	display: flex;
	margin-left: 5%;
	margin-bottom: 100px;
}
.index02 .pickup .index_midashi{
	display: flex;
	height: 45px;
	margin-bottom: 27px;
	
}
.arrow_btn_area{
	display: flex;
}
.pickup{
	margin-right: 5%;
	height: 480px;
}
.pickup_carousel{
	width: 594px;
	height: 418px;
}

/*ボタンエリア*/

.btn_arrow{
	width: 41px;
	height: 41px;
	border: 1px solid #333;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.btn_arrow::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	border-radius: 1px;
	transform-origin: 50% 50%;
}
.btn_arrow.arrow_next::after{
	left: 46%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.btn_arrow.arrow_prev::after{
	left: 54%;
	transform: translate(-50%,-50%) rotate(-135deg);
}
.btn_arrow:hover{
	background: #333;
}
.btn_arrow:hover::after{
	border-color: #fff;
}
.btn_arrow.arrow_next{
	margin-left: 30px;
}



.pickup_item img{
	width: 100%;
	
}

.index02_img{
	flex: 1;
	margin-left: auto;
}
.index02_img img{
	border-radius: 10px 0 0 10px;
	height: 480px;
	object-fit: cover;
}
.index_midashi{
	position: relative;
}
.index_midashi h2{
	font-size: 35px;
	letter-spacing: 0.04em;
}
.index_midashi span{
	font-size: 12px;
	margin-left: 2em;
	letter-spacing: 0.2em;
}
.index_midashi h2::after{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #333;
	bottom: 0;
	transform: translateY(8px);
	left: 0;
}
.index03{
	width: 90%;
	margin: 0 auto;
	max-width: calc(1200*0.9px);
}
.index03 .index_midashi{
	height: 40px;
	margin-bottom: 30px;
	padding: 0;
}




/*バナーの掲載*/
.index04{
	background-color: #F7F7F7;
	margin: 80px 0;
	
}
.bnr_area{
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	padding: 50px 0;
	justify-content: center;
}
.bnr_area img{
	width: 187px;
	margin: 10px;
}

/*関連リンク*/
.index05{
	width: 90%;
	margin: 0 auto 100px;
	max-width: calc(1200*0.9px);
}


/*pickup swiper*/
.swiper-wrapper{
	list-style: none;
}


@media screen and (min-width: 1200px){
	.index_txt01 {
    right: calc((1/2)*100vw - (1/2)*1200*0.9px);
}
	.index02 {
    margin-left: calc((1/2)*100vw - (1/2)*1200*0.9px);
}
}

@media screen and (max-width: 900px){
	.index_img01 {
/*    height: 500px;*/
    width: 100%;
    min-width: auto;
	border-radius: 0;
}
	.index02_img {
		display: none;
	}
	.index02 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.index_midashi span{
	margin-left: 1em;
}
	.pickup {
	width: 90%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
	.pickup_carousel{
	width:100%;
    height: auto;
}
	.pickup_item{
		width: 100%;
	}
	.pickup_item::before{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.index_img01 {
    height: 400px;
}
.index_txt01 {
    right: 4%;
    top: 1.25rem;
    padding: 20px 20px;
    writing-mode: vertical-rl;
}

/*ボタンエリア*/

.btn_arrow{
	width: 30px;
	height: 30px;
}


}


