@charset "UTF-8";
/* sp(320px) */

/*  課題 */
#kadai {
	background-image: url(../img/home/bg_kadai_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#kadai .hl {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#kadai .list {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* マーケアップの集客代行サービスとは */
#about {
	padding-top: 40px;
}
#about .logo_marke-up {
	width: 125px;
	margin-left: auto;
	margin-right: auto;
}
#about .hl {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: .6em;
	margin-bottom: .7em;
	text-align: center;
}
#about .lside p .red {
	line-height: 1;
}
#about .lside p .yline {
	background-color: #fff600;
}
#about .lside {
	padding-bottom: 1.0em;
}
#about .rside figure {
	max-width: 569px;
	margin-right: auto;
}

/* 3つの理由 */
#reason {
	padding-top: 40px;
}
#reason .box {
	margin-top: 50px;
	background: linear-gradient(to right, #fff 0%, #f5f5f5 100%);
}
#reason .box.rev {
	background: none
}
#reason .box .ph {
	padding-left: 6em;
	position: relative;
}
#reason .box .ph figure {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -2em;
}
#reason .box .reverse .ph figure {
	margin-left: auto;
	margin-right: auto;
}
#reason .box .ph .no {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
	color: var(--first_color);
	position: absolute;
	left: 1em;
	top: 20%;
}
#reason .box .ph .no::after {
	content:'';
	width: 1.5em;
	border-bottom: 1px solid var(--first_color);
	position: absolute;
	left: -.7em;
	bottom: -.15em;
}

#reason .box .tx .grid {
	display: grid;
	align-items: center;
	height:100%;
}
#reason .box .tx .grid .in {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
#reason .box .reverse .tx .grid .in {
	padding-left: 15px;
}
#reason .box .tx .no {
	display: none;
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
	font-style: italic;
	color: var(--first_color);
	position: absolute;
	left: -.5em;
	top: -.3em;
}
#reason .box .reverse .tx {
	padding-bottom: 1em;
}
#reason .box .reverse .tx .no {
	left: .7em;
}
#reason .box .tx .no::after {
	content:'';
	width: 1.5em;
	border-bottom: 2px solid var(--first_color);
	position: absolute;
	left: -.7em;
	bottom: -.15em;
}
#reason .box .reverse .tx .no::after {
	left: -.7em;
}
#reason .box .tx .ttl {
	font-size: 20px;
}
#reason .box .tx p {
	margin-top: 1.4em;
}

/* お客様の声 */
#voices {
	padding-top: 40px;
}
#voices .box {
	border: 1px solid #999999;
	padding: 1.6em 1.6em;
}
#voices .box .no {
	font-size: 16px;
	color: #fff;
	background-color: #000;
	padding-left: 24px;
	position: relative;
}
#voices .box .no::after {
	content: '';
	width: 15px;
	height: 100%;
	background-color: var(--first_color);
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 62.5% 100%);
	position: absolute;
	left: 0;
	top: 0;
 }

#voices .box .ttl {
	display: grid;
	grid-template-columns: 80px auto;
	grid-template-rows: auto auto;
	gap: 1em 4.5%;
	grid-template-areas: 'areaA areaB'
	'areaC areaC';
	margin-top: 1.0em;
}
#voices .box .ttl div {
/*	border: 1px solid #000;*/
}
#voices .box .ttl .item1 {
	grid-area: areaA;
}
#voices .box .ttl .item2 {
	grid-area: areaB;
	font-size: 13px;
	line-height: 1.4;
	border-bottom: none;
	display: grid;
	align-items: center;
}
#voices .box .ttl .item2 span {
	display: block;
}

#voices .box .ttl .item3 {
	grid-area: areaC;
	border-top: 1px dotted #9e9e9e;
	padding-top: 1em;
}
#voices .box .ttl .item3 div {
	font-size: 16px;
	font-weight: bold;
	color: var(--first_color);
	line-height: 1.4;
	padding-bottom: .4em;
}
#voices .box .ttl .item3 span {
	display: block;
	font-size: 112.5%;
	font-weight: bold;
}
#voices .box .interview {
	display: none;
	margin-top: 1.5em;
}
#voices .box .interview dt {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 1em;
}
#voices .box .interview dd {
	padding-bottom: 2em;
}








@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/*  課題 */
#kadai {
	background-image: url(../img/home/bg_kadai.jpg);
}
#kadai .hl {
	font-size: 24px;
}
#kadai .list {
	max-width: 848px;
}
/* マーケアップの集客代行サービスとは */
#about {
	padding-top: 60px;
}
#about .logo_marke-up {
	width: 136px;
}
#about .hl {
	font-size: 28px;
}
#about .rside figure {
	margin-left: auto;
	margin-right: auto;
}

/* 3つの理由 */
#reason {
	padding-top: 60px;
}
#reason .box .ph {
	padding-left: 8.5em;
}
#reason .box .ph .no {
	font-size: 60px;
}

/* お客様の声 */
#voices {
	padding-top: 60px;
}
#voices .box {
	padding: 1.6em 2.0em;
}
#voices .box .no {
	font-size: 20px;
	padding-left: 30px;
}
#voices .box .no::after {
	width: 16px;
}

#voices .box .ttl {
	grid-template-columns: 120px auto;
	margin-top: 2em;
}
#voices .box .ttl .item2 {
	font-size: 15px;
}
#voices .box .ttl .item3 {
}
#voices .box .ttl .item3 div {
	font-size: 18px;
	padding-bottom: .2em;
}
#voices .box .interview dt {
	font-size: 16px;
}

	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/*  課題 */
#kadai .hl {
	font-size: 28px;
}
/* マーケアップの集客代行サービスとは */
#about .logo_marke-up {
	width: 136px;
	margin-left: 0;
	margin-right: auto;
}
#about .hl {
	font-size: 32px;
	text-align: left;
}
#about .lside {
	padding-bottom: 0;
}
#about .rside figure {
	margin-left: auto;
	margin-right: 0;
}

/* 3つの理由 */
#reason .box {
	margin-top: 70px;
}
#reason .box .ph {
	padding-left: 0;
}
#reason .box .ph figure {
	max-width: 460px;
	margin-left: 0;
	margin-right: auto;
	top: -2em;
}
#reason .box .reverse .ph figure {
	margin-left: auto;
	margin-right: 0;
}
#reason .box .ph .no {
	display: none;
}
#reason .box .reverse .tx {
	padding-bottom: 0;
}
#reason .box .tx .grid {
	display: grid;
	align-items: center;
	height:100%;
}
#reason .box .tx .grid .in {
	position: relative;
	padding-left: 4em;
	padding-right: 0;
}
#reason .box .reverse .tx .grid .in {
	padding-left: 9em;
}
#reason .box .tx .no {
	display: block;
	font-size: 70px;
	left: -.5em;
	top: -.3em;
}
#reason .box .reverse .tx .no {
	left: .7em;
}
#reason .box .tx .no::after {
	width: 1.5em;
	border-bottom: 2px solid var(--first_color);
	left: -.7em;
	bottom: -.15em;
}
#reason .box .reverse .tx .no::after {
	left: -.7em;
}
#reason .box .tx .ttl {
	font-size: 24px;
}
#reason .box .tx p {
	margin-top: 1.4em;
}

/* お客様の声 */
#voices .box {
	padding: 1.6em 2.4em;
}
#voices .box .no {
	font-size: 22px;
	padding-left: 34px;
}
#voices .box .no::after {
	width: 22px;
}

#voices .box .ttl {
	grid-template-columns: 160px auto;
	gap: 1em 3%;
	grid-template-areas: 'areaA areaB'
	'areaA areaC';
}
#voices .box .ttl .item2 {
	font-size: 15px;
	border-bottom: 1px dotted #9e9e9e;
	padding-bottom: 1em;
}
#voices .box .ttl .item3 {
	border-top: none;
	padding-top: 0;
}
#voices .box .ttl .item3 div {
	font-size: 22px;
}
#voices .box .ttl .item3 span {
	display: inline-block;
}
#voices .box .interview dt {
	font-size: 17px;
}

/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 835px) {
/* pc */

/*  課題 */
#kadai .hl {
	font-size: 32px;
}
/* マーケアップの集客代行サービスとは */
#about {
	padding-top: 80px;
}
#about .logo_marke-up {
	width: 170px;
}
#about .hl {
	font-size: 40px;
}

/* 3つの理由 */
#reason {
	padding-top: 80px;
}
#reason .box {
	margin-top: 70px;
}
#reason .box .ph {
	padding-left: 0;
}
#reason .box .ph figure {
	max-width: 460px;
	margin-left: 0;
	margin-right: auto;
	top: -2em;
}
#reason .box .reverse .ph figure {
	margin-left: auto;
	margin-right: 0;
}
#reason .box .ph .no {
	display: none;
}
#reason .box .reverse .tx {
	padding-bottom: 0;
}
#reason .box .tx .grid {
	display: grid;
	align-items: center;
	height:100%;
}
#reason .box .tx .grid .in {
	position: relative;
	padding-left: 4em;
	padding-right: 0;
}
#reason .box .reverse .tx .grid .in {
	padding-left: 9em;
}
#reason .box .tx .no {
	display: block;
	font-size: 80px;
	left: -.5em;
	top: -.3em;
}
#reason .box .reverse .tx .no {
	left: .7em;
}
#reason .box .tx .no::after {
	width: 1.5em;
	border-bottom: 2px solid var(--first_color);
	left: -.7em;
	bottom: -.15em;
}
#reason .box .reverse .tx .no::after {
	left: -.7em;
}
#reason .box .tx .ttl {
	font-size: 30px;
}
#reason .box .tx p {
	margin-top: 1.4em;
}

/* お客様の声 */
#voices {
	padding-top: 80px;
}
#voices .box {
	padding: 2em 3em;
}
#voices .box .no {
	font-size: 26px;
	padding-left: 44px;
}
#voices .box .no::after {
	width: 25px;
}

/* お客様の声 */
#voices .box {
	padding: 3em 3em;
}
#voices .box .no {
	font-size: 20px;
	padding-left: 30px;
}
#voices .box .no::after {
	width: 16px;
}

#voices .box .ttl .item2 {
	font-size: 16px;
}
#voices .box .ttl .item3 div {
	font-size: 24px;
}
#voices .box .interview dt {
	font-size: 18px;
}

/* end of media query(pc) */
}