@charset "UTF-8";
section p{
	text-align: justify;
}

.wrap,
#kv{
	background: #FFF8EF;
	
}
#kv .kvbox{
	max-width: 1360px;
	margin: auto;
	padding: 0 14px;
}
#kv .kvinner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
}
#kv .kvinner p{
    width: 65%;
    position: absolute;
    right: 0px;
    top: -16%;
}
#kv .bgcircle{
    position: absolute;
    top: 12%;
    left: 30px;
    z-index: 0;
	width: 30%;
}
#kv h1{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
#kv .kvlist{
	display: flex;
	grid-gap: 1em;
	    z-index: 1;
    position: relative;
}
#kv .kvlist li:not(:last-child){
	width: 17%;
}
#kv .kvlist li:not(:last-child) img{
	height: 100%;
}
#kv .kvlist li:last-child{
	margin-left: auto;
	position: absolute;
	right: 0;
	width: 24%;
	bottom: 10%;
}
/*read1*/
#read1{
	background: #F5F5F5;
	padding: 2em 0;
}
#read1 img{
	margin: auto;
	display: block;
}
/*read2*/
#read2{
	padding: 2em 0;
	background: #FFF8EF;
	position: relative;
}

#read2 .readwrap{
	max-width: 780px;
	margin: auto;
}
#read2 .readwrap img{
	margin: 0 auto 3em;
}
#read2 h2{
	font-size: clamp(2rem,2.7vw,5rem);
	font-weight: bold;
	color: var(--base);
}
#read2 h2 span{
	display: inline-block;
	position: relative;
}
#read2 h2 span::after,
#read2 h2 span::before{
	content: '';
	background: url("/common/img/star.svg") no-repeat 0 0;
	height: 52px;
	width: 38px;
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	
}
#read2 h2 span::after{
    right: -1.5em;
    transform: rotate(-180deg);
}
#read2 h2 span::before{
    left: -1.5em;
}
#read2::before{
    content: '';

    border-style: solid;
    border-color: #FCE952 transparent transparent transparent;
    border-width: 40px 220px 10px;
    position: absolute;
    left: 0;
    height: 0px;
    width: 0px;
    top: 0;
    right: 0;
    margin: auto;
}

/*read3*/
#read3{
	padding: 4em 0;
	position: relative;
	background: #fff;
}

#read3 .grid2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
	max-width: 1160px;
	margin:auto;
}
#read3 .grid2 h2{
	text-align: left;
	font-size:clamp(2rem,3vw,4rem);
	font-weight:bold;
	color: var(--base);
	margin-bottom: 0em;
}
#read3 .grid2 h2+p{
	font-size: clamp(1.6rem,1.7vw,1.8rem);
	line-height: 1.8;
}
/*voice*/
#user{
	background: #F6DD4F;
}
#staff{
	background: #0BB2DC;
}
.voiceblock{
	padding: 4em 0;
}
.voiceblock article{
	max-width: 768px;
	margin: auto;
	background: #fff;
	display: grid;
	grid-template-columns: 144px 1fr;
	grid-gap: 1.5em;
	padding: 2em;

}
.voiceblock h2{
    position: relative;
    font-size: clamp(2rem, 2.5vw, 3rem);
    max-width: 295px;
    height: 100%;
    margin: auto auto 2em;
    line-height: 2.2;
    background: #fff;
	color: var(--base);
	font-weight: bold;

}
.voiceblock h2::after{
    content: '';
    border: 1px solid var(--base);
    width: 100%;
    height: 65px;
    display: inline-block;
    position: absolute;
    left: 6px;
    right: 0;
    bottom: 0px;
    top: 6px;
	
}
.voiceblock h3{
	text-align: left;
	border-bottom: 1px solid var(--base);
	font-size: clamp(1.8rem,2vw,2.1rem);
	margin-bottom: 0em;
	font-weight: bold;
}
.voiceblock h3+p{
	margin-bottom: 3em;
	line-height: 1.89;
}
.voiceblock .left{
	text-align: center;
}
.voiceblock .left p{
	margin-top: 0;
	text-align: center;
}


@media(max-width:768px) {
	main section{
		padding: 0 10px;
	}
.logo {
    padding: 10px;
    width: 190px;
}
	#kv .kvlist{grid-gap: 10px}
	#kv .kvinner p {
    width: 75%;
    position: absolute;
    right: 0px;
    top: -46%;
}
	#kv .kvlist li:last-child{
		display: none;
	}
	#kv .kvlist li:not(:last-child) {
    width: 100%;
}
	#kv .list4{
		padding:1em 3%;
	}
	#kv .kvbox {
		padding: 0;
	}
	/*read1*/
	/*read2*/
	#read2{
		padding: 2em 0 0;
	}
	#read2 .readwrap {
   
    padding: 0 20px;
}
	/*read3*/
	#read3{
		padding: 2em 0;
	}
	#read3 .grid2{
		grid-template-columns: 1fr;
	}
	#read3 .grid2 .left{
		padding: 0 10px;
	}
	
	/*user*/
	.voiceblock {
    padding: 40px 10px;
}
	.voiceblock article{
		grid-template-columns: 1fr;
	}
	
.voiceblock .left {
    
    width: 50%;
    margin: auto;
}
	.voiceblock h2{
		line-height: 3;
	}
	.voiceblock h2::after{
		hanging-punctuation: 60px;
	}
	
	.cta{
		padding: 2em;
	}
	#read2::before{
		    border-width: 40px 120px 10px;
	}
}

@media (380px <= width <= 768px )  {
	#menu .menubox #original .menugrid dl dt h4 + div{
		height: auto;
	}
	
}


