@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*==========================================
 追加
===========================================*/
body.page #content {
    max-width: 1100px;
    width: calc(100% - 2em);
    margin: 0 auto;
}

.vc-wrap {
	width: 100% ;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#next_inner h1 {
	line-height: 1.5;
}

body.page #content h2#hero-title {
	background-color: #AFD6DE;
  	font-weight: normal;
	font-size: 1.500em!important;
	font-family: "kozuka-mincho-pr6n", serif;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	line-height: 1.5;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
  	border: none;
}

#reviews-title,
#cta-title {
	background-color: #AFD6DE;
	font-size: 1.500em;
	font-family: "kozuka-mincho-pr6n", serif;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 80px;
}

.cta-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.cta-row a {
	background-color: #3792EC;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 15px;
	border-radius: 10px;
	display: block;
	text-align: center;
}

.cta-row a:hover {
	background-color: #0A5DAF;
}

body.page #content h3#about-title,
body.page #content h3#facts-title,
body.page #content h3#samples-title {
  	background-color: #fff;
	clear: both;
  	color: #333333;
	font-size: 1.500em!important;
  	font-weight: normal;
	font-family: "kozuka-mincho-pr6n", serif;
	line-height: 1.5;
  	border-left: none;
	border-bottom: 1px solid #707070;
	padding-bottom: 0.7em 0 14px;
	margin-bottom: 18px;
	margin-top: 80px;
}

.v_img img {
	border-radius: 15px;
	margin-bottom: 15px;
}

.metric {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.metric span:first-child {
	font-size: 1.438em;
}

.metric span:first-child strong {
	font-size: 1.5em;
}

.metric span:last-child {
	border-left: 1px solid #000000;
	padding-left: 23px;
	margin-left: 23px;
}

.cards,
.samples {
	display: flex;
}

.cards figure,
.samples figure {
	max-width: 485px;
	width: 100%;
	margin-right: 25px;
}

.cards figure img,
.samples figure img {
	border-radius: 15px;
}

.cards .inner h4,
.samples .inner h4 {
	font-family: "kozuka-mincho-pr6n", serif;
	background-color: #F0F0F0;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.125em;
	display: inline-block;
	margin-bottom: 9px;
}

.cards .inner p,
.samples .inner p {
	margin-bottom: 24px;
}

.comm2 {
	font-size: 0.750em;
	text-align: right;
	color: #5D6061;
}

.badge {
	text-align: center;
	font-size: 1.375em;
	font-family: "kozuka-mincho-pr6n", serif;
	margin-bottom: 30px;
}

.review {
	display: flex;
	margin-top: 50px;
}

.review figure {
	padding-right: 30px;
	max-width: 189px;
	min-width: 189px;
	width: 100%;
}

.quote strong {
	color: #3792EC;
	font-size: 1.2em;
	display: inline-block;
	margin-bottom: 10px;
}

.cta .inner {
	display: flex;
	margin-bottom: 80px;
}

.cta .inner figure {
	max-width: 485px;
	width: 100%;
	margin-right: 25px;
}

.cta .inner figure img {
	border-radius: 15px;
}



@media only screen and (min-width:1px) and (max-width:1060px){
/*==========================================
 body
===========================================*/
.cards figure,
.samples figure {
	max-width: 50%;
}

.cta .inner figure {
	max-width: 50%;
}
}

@media only screen and (max-width:768px){
	/*==========================================
	Other
	===========================================*/
	.cta .inner {
		display: block;
	}

	.cta .inner figure {
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.review figure {
		padding-right: 20px;
		max-width: 150px;
		min-width: 150px;
	}

	.cards .inner h4,
	.samples .inner h4 {
		display: block;
		font-size: 1em;
	}

	.cards,
	.samples {
		display: block;
	}

	.cards figure,
	.samples figure {
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.cards figure img,
	.samples figure img {
		border-radius: 10px;
	}

	#hero-title {
		font-size: 1.3em;
		margin-bottom: 30px;
	}

	#reviews-title,
	#cta-title {
		font-size: 1.3em;
	}

	.badge {
		font-size: 1.3em;
	}

	#about-title,
	#facts-title,
	#samples-title {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 640px){
	/*==========================================
	幅640px以下から ヒーローセクション微調節
	===========================================*/
	body.page #content h2#hero-title {
		font-size: clamp(19px, 3.1vw, 1.5em)!important;
	}
	body.page #content h3#about-title {
    	font-size: clamp(1em, 3vw, 1.5em)!important;
	}
}

@media only screen and (max-width: 470px){
	/*==========================================
	幅470px以下から ヘッダー等微調節
	===========================================*/
	.review {
		display: block;
	}

	.review figure {
		padding-right: 0px;
		margin-bottom: 15px;
		max-width: 189px;
		min-width: 189px;
		margin-left: auto;
		margin-right: auto;
	}

	.metric span:first-child {
		font-size: 1.2em;
	}

	.metric span:last-child {
		padding-left: 15px;
		margin-left: 15px;
	}

	.v_img img {
		border-radius: 10px;
	}

	#about-title,
	#facts-title,
	#samples-title {
		font-size: 1.2em;
	}

	#hero-title {
		font-size: 1.2em;
		margin-bottom: 20px;
	}

	#reviews-title,
	#cta-title {
		font-size: 1.2em;
	}

	.badge {
		font-size: 1.2em;
	}

	.cta-row a {
		background-color: #3792EC;
		color: #FFFFFF;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
		margin-right: 0px;
		border-radius: 10px;
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.quote strong {
		font-size: 1.1em;
	}
}