@charset "UTF-8";
/* CSS Document */
.awasete, #sec04 .awasete {
    border-top: #b5b5b6 solid 1px;
    border-bottom: #b5b5b6 solid 1px;
    padding: 20px 0 30px;
    max-width: 800px;
    margin: 0 auto;
}
.awasete h3, #sec04 .awasete h3 {
	font-size: 21px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 0.5em;
	border: none;
}
.awasete h3::before {
	content: "▼";
	color: #ea5c71;
	transform: rotateZ(-90deg);
	display: inline-block;
	margin-right: 0.3em;
}
.awasete .flex {
	
}
.awasete .flex .imgBox {
	width: 37%;
	max-width: 290px;
	padding-bottom: 0!important;
}
.awasete .flex .txtBox {
	width: 60%;
}
.awasete .flex .txtBox h5 {
	width: 100%;
	max-width: 300px;
}
.awasete .flex .txtBox h4 {
	font-size: 24px;
	font-weight: 600;
	padding: 0.8em 0;
}
.awasete .flex .txtBox a {
	display: block;
	width: 100%;
	max-width: 200px;
	filter: brightness(100%) contrast(100%) saturate(90%);
	transition: 0.5s;
}
.awasete .flex .txtBox a :hover{
	filter: brightness(80%) contrast(160%) saturate(120%);
}
.awasete02 {
	margin-bottom: 30px!important;
}

#single #sec02 h2,#single #sec03 h2 {
	border: none!important;
}
.desc .cap {
	font-size: 84%;
}
#swiper04 p {
	font-size: clamp(15px, 2.2vw, 18px);
	background-color: #eaf4fc;
	padding: 1em;
	height: 8em;
	text-indent: -1em;
	padding-left: 2em;
}
#sec04 h2 {
	border-top: #c8c9ca solid 2px!important;
  border-bottom: #c8c9ca solid 2px!important;
	text-align: left;
}


@media screen and (max-width : 599px ){
	.awasete .flex {
		display: block;
	}
	.awasete .flex .imgBox {
		width: 80%;
		max-width: 290px;
		padding-bottom: 15px!important;
		margin: 0 auto;
	}
	.awasete .flex .txtBox {
		width: 100%;
	}
	.awasete .flex .txtBox h5 {
		margin: 0 auto;
	}
	.awasete .flex .txtBox h4,#aboutBox dl.dl01 dt {
		font-size: clamp(16px, 4.4vw, 18px);
		text-align: center;
	}
	.awasete .flex .txtBox a {
		margin: 0 auto;
	}
	#swiper04 p {
		font-size: 13px;
		font-size: clamp(13px, 3.7vw, 16px);
		line-height: 1.3;
    height:  150px;
    padding-bottom: 2.5em;
	}
	#swiper04 .swiper-button-next, #swiper04 .swiper-button-prev {
		top: 30%;
	}
	.picUp {
		border: none!important;
		width: 100%;
		padding-bottom: 20px;
		margin-top: 3vw;
		margin-bottom: 3vw;
		position: relative;
		overflow: hidden;
		height: 8vw;

	}
	.picUp img {
			position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		transform: translateY(200%);
	}
	.picUp.active img {
		transform: translateY(0%);
		transition: 0.5s cubic-bezier(.31,.64,.48,1.06) 0.3s;
	}
	#sec02, #sec03 {
		padding-top: 0!important;
	}
}


.swiper-button-prev {
	transform: translateX(-100px);
}
.swiper-button-next {
	transform: translateX(100px);
}

.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next{
	transform: translateX(0px);
}