.grecaptcha-badge {
    visibility: hidden;
}

#header-text .boxes3{
	margin-bottom: 20px;
}

.main-copy{
	font-size: 3em;
	margin-bottom: 40px;
	font-weight: bold;
}

#subheader-text .main-copy{
	color: var( --maincolor);
	font-size: 2.5em;
	background: transparent;
	margin-bottom: 30px;
}

.sub-copy{
	font-size: 2.3em;
}

#subheader-text .sub-copy{
	font-size: 1.5em;
	margin-bottom: 30px;
}

#subheader-text p{
	color: var( --blackcolor);
	font-size:0.9em;
	line-height: 2;
}

#header-text .inner{
	width: 1280px;
}

#header-text p{
	color: var( --blackcolor);
	font-size: 18px;
	margin: 70px 0;
	line-height: 2;
	text-align: left;
}

#header-text .boxes246{
	background-color: var( --whitecolor);
}

.cb-button{
	margin: 0 auto;
	width: 300px;
}

.cb-button .simple-button{
	border-radius: 30px;
}

.boxes4{
	display: flex;
	justify-content: space-between;
}

.box4{
	flex: 1;
	margin-right: 20px;
	padding: 20px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
}

.box4:last-child{
	margin-right: 0;
}

#top-lp .sect1 h3{
	color: var( --blackcolor);
	font-size: 1em;
	text-align: center;
	margin: 20px 0;
}

.okomari-icon{
	width: 50%;
	margin: 0 auto;
}

#top-lp .sect2 p{
	line-height: 2.25;
}

.sect3 .top-interview{
	text-align: right;
}

#top-lp .sect3 h3{
	text-align: center;
}

.sect4 .top-meritbox{
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
	background-color: var( --whitecolor);
	margin-bottom: 50px;
}

.sect4 .top-meritbox:last-child{
	margin-bottom: 0;
}

.sect4 .top-meritnumber{
	background-color: var( --maincolor);
	color: var( --whitecolor);
	font-size: 2em;
	padding: 20px;
	text-align: center;
}

.sect4 .top-meritcontent{
	padding: 40px;
}

#top-lp .sect4 h3{
	margin-bottom: 40px;
	text-align: center;
}

#top-lp .sect4 p{
	line-height: 2;
}

.s4icon{
	width: 15%;
	margin: 0 auto 20px;
}

.sect6 .box255a, .sect6 .box255b{
	margin-bottom: 50px;
}

/* インタビュー */

.top-interview{
	text-align: right;
}

.interviewer{
	color: var( --maincolor);
	font-weight: bold;
	line-height: 1.75;
	margin: 30px 0;
}

.interviewee {
	margin-bottom: 20px;
}

.interviewee:before {
	background-color: var( --maincolor);
	color: var( --whitecolor);
	font-size: 1em;
	content: "萩原";
	margin-right: 5px;
	padding: 0 8px 2px;
}

.soudan-bold{
	color: var( --maincolor);
	font-size: 1.5em;
	margin-bottom: 20px;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="tel-663"] ,
.wpcf7 input[name="text-957"]
{
        height: 35px !important;
}

/*横幅1330px以下の表示変更*/
@media screen and ( max-width:1330px) {

.main-copy{
	font-size: 2.5em;	
}
	
	#subheader-text .main-copy{
		font-size: 2em;
	}
	
.sub-copy{
	font-size: 2em;	
}
	
	#subheader-text .sub-copy{
		font-size: 1.3em;
	}
	
}


/*横幅1140px以下の表示変更*/
@media screen and ( max-width:1140px) {

.main-copy{
	font-size: 2em;	
	line-height: 1.5;
}
	
	
.sub-copy{
	font-size: 1.3em;
	line-height: 1.5;
}
	
	#header-text p{
		font-size: 1em;
		margin: 20px 0;
	}
	
	#header-text .boxes3{
		background-color: var( --lightcolor);
	}
	
	#header-text .box3{
		margin-bottom: 20px;
	}
	
	.sect1 .box4, .sect3 .box3{
		margin-bottom: 20px;
	}
	
	.sect1 .box4:last-child, .sect3 .box3:last-child{
		margin-bottom: 0;
	}
	
	.sect2 .wid720{
		padding: 0 20px;
	}

	.sect3 .box246a, .sect7 .box246a{
		margin-bottom: 20px;
	}
	
	.sect4 .top-meritcontent{
		padding: 20px;
	}
	
	#top-lp .sect4 h3{
		text-align: left;
		margin-bottom: 30px;
	}
	
	.box-answer{
		padding: 20px 0;
	}
	
	.sect6 .box255a, .sect6 .box255b{
		margin-bottom: 30px;
	}
}
/*横幅768px以下の表示変更*/
@media screen and ( max-width:768px) {
	
	#header-text .boxes3{
	margin-bottom: 0;
	}
	
	.whiteheader #header-title .inner, .naviheader #header-title .inner{
		padding: 10px;
	}
	
	#subheader-text p{
		display: none;
	}
	
	#subheader-text .main-copy{
		font-size: 1.4em;
	}
	
	#subheader-text .sub-copy{
		font-size: 1.1em;
		margin-bottom: 0;
	}
	
}