@charset "utf-8";
/* CSS Document */





/*==================================================================

		$index　＊　top_mainvisual

==================================================================*/
#top_mainvisual {
	width: 100%;
	height: 800px;
	background: url("../images/mv_bg.jpg") center top no-repeat;
}
#top_mainvisual .inner {
	width: 90%;
	max-width: 1380px;
	margin: auto;
}
#top_mainvisual dl {
	width: 100%;
	max-width: 680px;
	text-align: center;
}
#top_mainvisual dt {
	padding-top: 130px;
}
#top_mainvisual dd {
	padding-top: 40px;
	margin: auto;
}
#top_mainvisual dd img {
	margin: auto;
}
@media screen and (max-width:640px) {
	#top_mainvisual {
		position: relative;
		height: 650px;
		background: url("../images/mv_bg_sp.jpg")  center;
		background-size: cover;
	}
	#top_mainvisual dt {
		position: absolute;
		width: 95%;
		left: 0; right: 0; margin: auto;
		text-align: center;
		bottom: 150px;
		padding: 0;
		max-width: 400px;
	}
	#top_mainvisual a {
		position: absolute;
		width: 90%;
		left: 0; right: 0; margin: auto;
		text-align: center;
		bottom: 40px;
		padding: 0;
		max-width: 400px;
	}
}





/*==================================================================

		$index　＊　共通

==================================================================*/
.home h2 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.home h2 {
	position: relative;
	font-size: 36px;
	line-height: 1.5;
	letter-spacing: 1.6px;
	font-weight: 900;
	color: #203960;
	z-index: 2;
}
.home h2::before {
	position: absolute;
	content: "";
	background: url("../images/logo.png") no-repeat;
	background-size: cover;
	width: 363px; height: 53px;
	left: 0; right: 0; margin: auto;
	top: -70px;
}
@media screen and (max-width:640px) {
	.home h2 {
		margin-bottom: 40px;
		font-size: 26px;
		letter-spacing: 1px;
	}
	.home h2::before {
		width: 280px; height: 41px;
		top: -50px;
	}
}





/*==================================================================

		$index　＊　top_banner

==================================================================*/
#top_banner {
	width: 100%;
	padding: 30px 0 60px;
	background: url("../images/bg01.png");
	background-size: 16px;
	text-align: center;
}
#top_banner a img {
	margin: auto;
}
@media screen and (max-width:640px) {
	#top_banner {
		padding: 30px 0 30px;
	}
	#top_banner a {
		display: block;
		width: 90%;
		margin: auto;
	}
}





/*==================================================================

		$index　＊　top_worry

==================================================================*/

/* ------------------------------ お問い合わせは来ない、広告も効かない…リード獲得で悩む企業は少なくありません ------------------------------*/
#top_worry h2 {
	margin: 0;
	padding: 60px 0 75px;
	background: url("../images/top_img01.jpg") top center;
	background-size: cover;
}
#top_worry h2 em , #top_worry h2 span {
	display: inline-block;
	font-weight: 700;
	padding: 5px 30px;
	background:linear-gradient(transparent 50%, rgba(17,44,86,.6) 50%);
	text-shadow: 0 0 10px #173054, 0 0 20px #173054, 0 0 30px #173054;
}
#top_worry h2 em {
	font-size: 32px;
	color: #b5f2f9;
}
#top_worry h2 span {
	font-size: 27px;
	color: #FFF;
}
#top_worry h2::before { display: none;}
#top_worry h2::after { 
	position: absolute; content: "";
	background: url("../images/top_img04.png");
	background-size: cover;
	width: 41px; height: 81px;
	bottom: -50px;
	left: 0; right: 0; margin: auto;
}
@media screen and (max-width:640px) {
	#top_worry h2 { padding: 40px 0 60px;}
	#top_worry h2 em , #top_worry h2 span { padding: 2px 5px 2px 15px;}
	#top_worry h2 em { font-size: 26px;}
	#top_worry h2 span { font-size: 16px;margin-top: 20px;}
}



/* ------------------------------ Before→After ------------------------------*/
#top_worry .inner {
	display: flex;
}
#top_worry .inner .top_before {
	position: relative;
	width: 50%;
	padding: 90px 0 80px;
	background: url("../images/top_img05.jpg") top center;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-right: 35px;
}
#top_worry .inner .top_after {
	width: 50%;
	padding: 90px 0 80px;
	background: url("../images/top_img06.jpg") top center;
	background-size: cover;
	box-sizing: border-box;
	padding-left: 35px;
}
@media screen and (max-width:640px) {
	#top_worry .inner {	display: block; }
	#top_worry .inner .top_before , #top_worry .inner .top_after {
		width: 100%;
		padding: 70px 0 80px;
	}
	#top_worry .inner .top_after {
		padding: 70px 0 40px;
	}
}



#top_worry ul {
	width: 600px;
}
#top_worry ul li {
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 7px 0;
	padding-left: 90px;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0;
	border-radius: 40px;
	background: #FFF;
}
@media screen and (max-width:640px) {
	#top_worry ul {
		width: 90%; margin: auto;
	}
	#top_worry ul li {
		margin-bottom: 10px;
		padding: 10px 20px;
		padding-left: 65px;
		font-size: 17px;
		border-radius: 10px;
	}
	#top_worry ul li br { display: none;}
}




/*強調色*/
#top_worry .top_before ul li em { color: #1352bf; font-weight: 700;}
#top_worry .top_after ul li em { color: #ec5f00; font-weight: 700;}




/*チェックボックス*/
#top_worry .top_before ul li::before { background: url("../images/top_img02.png");}
#top_worry .top_after ul li::before { background: url("../images/top_img03.png");}
#top_worry .top_before ul li::before , #top_worry .top_after ul li::before {
	position: absolute; content: "";
	top: 50%; left: 40px; margin-top: -22px;
	background-size: 34px 37px;
	width: 34px; height: 37px;
}
@media screen and (max-width:640px) {
	#top_worry .top_before ul li::before , #top_worry .top_after ul li::before {
		left: 15px;
	}
}




/*やじるし*/
#top_worry .top_before ul li::after { 
	position: absolute; content: "";
	background: url("../images/top_img07.png");
	background-size: cover;
	width: 135px; height: 51px;
	top: 50%; margin-top: -25px; right: 0; margin-right: -100px;
	z-index: 2;
}
@media screen and (max-width:640px) {
	#top_worry .top_before ul li::after { display: none;}
	#top_worry .top_before::after { 
		position: absolute; content: "";
		background: url("../images/top_img07_sp.png");
		background-size: cover;
		width: 51px; height: 135px;
		bottom: -60px; left: 0;  right: 0; margin: auto;
		z-index: 2;
	}
}



/* ------------------------------ リード獲得で生じるお悩みを全て解決できます！ ------------------------------*/
#top_worry .top_worry_catch {
	text-align: center;
	padding: 60px 0 75px;
	background: url("../images/bg01.png") top center;
	background-size: 16px;
}
#top_worry .top_worry_catch p {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 30px 0;
	background:linear-gradient(transparent 60%, #ffe87d 60%);
}
#top_worry .top_worry_catch p:last-of-type { /*2行目のpは文字大きめ*/
	font-size: 30px;
}
#top_worry .top_worry_catch img {
	position: relative;
	top: -5px;
	margin: 0 10px;
}
#top_worry .top_worry_catch em {
	color: #e34500;
	font-size: 36px;
	margin: 0 3px;
}
@media screen and (max-width:640px) {
	#top_worry .top_worry_catch {
		padding: 30px 0 50px;
	}
	#top_worry .top_worry_catch p {
		font-size: 17px;
		padding: 5px 5px 0 15px;
	}
	#top_worry .top_worry_catch p:nth-of-type(3) {
		margin-top: 10px;
	}
	#top_worry .top_worry_catch p:nth-of-type(n+3) { /*後半2行のpは文字大きめ*/
		font-size: 24px;
		padding: 0 15px 0;
	}
	#top_worry .top_worry_catch img {
		top: -3px;
	}
	#top_worry .top_worry_catch em {
		font-size: 28px;
	}
}





/*==================================================================

		$index　＊　top_service

==================================================================*/
#top_service {
	position: relative;
	width: 100%;
	padding: 120px 0 100px;
	background: url("../images/top_img14.jpg") center;
	background-size: cover;
}
@media screen and (max-width:640px) {
	#top_service {
		padding: 50px 0 50px;
	}
}




#top_service h2 {
	margin-top: 50px;
}
#top_service h2 {
	text-shadow: 0 0 10px #FFF, 0 0 5px #FFF, 0 0 5px #FFF;
}




#top_service .note {
	text-align: center;
}
#top_service .note p {
	display: inline-block;
	background: #FFF;
	margin-bottom: 10px;
	padding: 1px 10px 1px 20px;
	font-weight: 700;
	font-size: 17px;
}
@media screen and (max-width:640px) {
	#top_service .note p {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.5;
	}
}




#top_service .inner {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:640px) {
	#top_service .inner {
		display: block;
		margin-top: 40px;
	}
}



#top_service dl {
	width: 32%;
	max-width: 400px;
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba(255,255,255,.9);
	text-align: center;
	margin-top: 40px;
	padding: 20px 0;
}
#top_service dl dt {
	margin-bottom: 20px;
}
#top_service dl dd {
	position: relative;
	max-width: 330px;
	padding: 7px 0;
	margin: 0 auto 10px;
	padding-left: 40px;
	border-radius: 30px;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	#top_service dl {
		width: 100%;
		margin: 20px auto 0;
		padding: 20px 30px;
	}
	#top_service dl dt {
		margin-bottom: 10px;
	}
	#top_service dl dd {
		margin: 0 auto 5px;
	}
}




#top_service dl:nth-of-type(1) dd { border: 2px solid #ff8f0a; background: rgba(255,143,10,.5);}
#top_service dl:nth-of-type(2) dd { border: 2px solid #66b64a; background: rgba(99,202,63,.5);}
#top_service dl:nth-of-type(3) dd { border: 2px solid #3ab7db; background: rgba(58,183,219,.5);}
#top_service dl:nth-of-type(1) dd::before { background: url("../images/top_img11.png"); background-size: cover;}
#top_service dl:nth-of-type(2) dd::before { background: url("../images/top_img12.png"); background-size: cover;}
#top_service dl:nth-of-type(3) dd::before { background: url("../images/top_img13.png"); background-size: cover;}
#top_service dl dd::before {
	position: absolute;	content: "";
	width: 27px; height: 18px;
	margin-left: -35px; margin-top: 5px;
}






/*==================================================================

		$index　＊　top_catch

==================================================================*/
#top_catch {
	position: relative;
	background: url("../images/bg01.png") , url("../images/top_img15.jpg") center top no-repeat;
	background-size: 16px , cover;
	padding: 80px 0;
	text-align: center;
}
#top_catch p {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 20px 0 25px;
	font-size: 25px;
	font-weight: 700;
	background: #FFF;
}
#top_catch p:nth-of-type(1) { color: #e35601;}
#top_catch p:nth-of-type(2) em { color: #0098e7;}
#top_catch p:nth-of-type(3) em { color: #cf1e3d;}

#top_catch a {
	display: block;
	margin-top: 20px;
}
@media screen and (max-width:640px) {
	#top_catch {
		padding: 40px 0 20px;
	}
	#top_catch p {
		font-size: 18px;
		padding: 0 10px 0 15px;
	}
	#top_catch a {
		margin: 20px;
	}
}







/*==================================================================

		$index　＊　top_strengths

==================================================================*/
#top_strengths {
	padding: 120px 0 50px;
	background: url("../images/top_img16.png") center;
}
@media screen and (max-width:640px) {
	#top_strengths {
		padding: 80px 0 20px;
	}
}





#top_strengths li {
	width: 90%;
	margin: auto;
	margin-bottom: 70px;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
#top_strengths li:nth-of-type(even) {
	flex-direction: row;
}
@media screen and (max-width:1450px) {
	#top_strengths li {
		align-items: stretch;
	}
}
@media screen and (max-width:640px) {
	#top_strengths li {
		width: 90%;
		margin-bottom: 30px;
		display: block;
	}
}



#top_strengths figure {
	width: 50%;
	max-width: 720px;
}
#top_strengths figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1340px) {
	#top_strengths figure { width: 47%;	}
}
@media screen and (max-width:1260px) {
	#top_strengths figure { width: 45%;	}
}
@media screen and (max-width:640px) {
	#top_strengths figure {
		width: 100%;
		height: 180px;
	}
}



#top_strengths dl {
	position: relative;
	width: 700px;
	margin-right: 90px;
}
#top_strengths li:nth-of-type(even) dl {
	margin-right: 0;
	margin-left: 90px;
}
#top_strengths dl dt {
	position: relative;
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 30px;
}
#top_strengths dl dd p {
	margin-bottom: 20px;
}
#top_strengths dl dd p b {
	color: #e14f00;
	font-weight: 700;
}
@media screen and (max-width:640px) {
	#top_strengths dl {
		width: 100%;
		margin: 0 auto;
	}
	#top_strengths li:nth-of-type(even) dl {
		margin: 0 auto;
	}
	#top_strengths dl dt {
		font-size: 22px;
		line-height: 1.6;
		margin: 23px 0 15px;
	}
	#top_strengths dl dd p {
		margin-bottom: 15px;
	}
}



#top_strengths li dl dt::before {
	position: relative;
	margin-right: 20px;
	top: 20px;
	font-size: 100px;
	font-family: "Josefin Sans", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
}
#top_strengths li:nth-of-type(1) dl dt::before { content: "01";}
#top_strengths li:nth-of-type(2) dl dt::before { content: "02";}
#top_strengths li:nth-of-type(3) dl dt::before { content: "03";}
#top_strengths li:nth-of-type(4) dl dt::before { content: "04";}
#top_strengths li:nth-of-type(5) dl dt::before { content: "05";}
#top_strengths li:nth-of-type(odd) dl dt::before { color: #5797c8;}
#top_strengths li:nth-of-type(even) dl dt::before { color: #d5687b;}
@media screen and (max-width:640px) {
	#top_strengths li dl dt::before {
		position: absolute;
		top: -65px;
		right: 0;
		margin: 0;
		font-size: 80px;
	}
}





/*==================================================================

		$index　＊　top_comparison

==================================================================*/
#top_comparison {
	width: 100%;
	padding: 100px 0 80px;
	background: url("../images/bg01.png");
	background-size: 16px;
}



#top_comparison h2 { margin-top: 0;}
#top_comparison h2::before { display: none; }





#top_comparison figure {
	text-align: center;
}
@media screen and (max-width:640px) {
	#top_comparison {
		padding: 50px 0 60px;
	}
	p.top_tablebox_text {
		width: 90%;
		margin: auto;
		background: #eee;
		box-sizing: border-box;
		font-size: 13px;
		padding: 2px 15px 3px;
		margin-bottom: 30px;
	}
	#top_comparison figure {
		width: 90%;
		margin: auto;
		overflow: scroll;
	}
	#top_comparison figure img {
		max-width: 1000px;
	}
}





/*==================================================================

		$index　＊　top_faq

==================================================================*/
#top_faq {
	position: relative;
	width: 100%;
	padding: 120px 0 90px;
	background: url("../images/top_img16.png") center;
	text-align: center;
}
@media screen and (max-width:640px) {
	#top_faq {
		padding: 60px 0 50px;
	}
}




#top_faq .inner {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
#top_faq .inner dl {
	width: 48%;
	border-bottom: 1px solid #bbb;
}
@media screen and (max-width:640px) {
	#top_faq .inner {
		margin: 0 auto 50px;
		display: block;
	}
	#top_faq .inner dl {
		width: 100%;
	}
}



#top_faq dl dt {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding-left: 65px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#top_faq dl dd {
	position: relative;
	padding-left: 65px;
	padding-right: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width:640px) {
	#top_faq dl dt {
		font-size: 18px;
		padding-left: 45px;
		line-height: 1.5;
	}
	#top_faq dl dd {
		padding-left: 45px;
		padding-right: 0;
		margin-bottom: 20px;
	}
}



#top_faq dl dt::before {
	content: "Q";
	top: 0;
	left: 0;
	color: #004478;
}
#top_faq dl dd::before {
	content: "A";
	top: -2px;
	left: 4px;
	color: #e56a1f;
}
#top_faq dl dt::before , #top_faq dl dd::before {
	position: absolute;
	font-size: 50px;
	line-height: 1;
	font-family: "Josefin Sans", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
@media screen and (max-width:640px) {
	#top_faq dl dt::before {
		top: -7px;
		font-size: 40px;
	}
	#top_faq dl dd::before {
		left: 3px;
		font-size: 40px;
	}
}





#top_faq a img {
	margin: auto;
}
@media screen and (max-width:640px) {
	#top_faq a { display: block; width: 90%; margin: auto;}
}






/*==================================================================

		$index　＊　top_flow

==================================================================*/
#top_flow {
	position: relative;
	width: 100%;
	padding: 120px 0 70px;
	background: url("../images/bg01.png");
	background-size: 16px;
}
@media screen and (max-width:640px) {
	#top_flow {
		padding: 60px 0 30px;
	}
}





#top_flow ul {
	width: 90%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
#top_flow ul li {
	width: 18%;
}
#top_flow ul li figure img {
	width: 100%;
	height: auto;
}
#top_flow ul li span {
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 18px;
	color: #fb7c00;
	font-family: "Josefin Sans", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
#top_flow ul li p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
}
#top_flow ul li p em {
	display: block;
	font-size: 17px;
}
@media screen and (max-width:640px) {
	#top_flow ul {
		display: block;
	}
	#top_flow ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_flow ul li figure {
		width: 100%;
		height: 180px;
	}
	#top_flow ul li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#top_flow ul li p {
		padding-bottom: 10px;
		font-size: 20px;
	}
}





/*==================================================================

		$index　＊　top_contact

==================================================================*/
#top_contact {
	position: relative;
	width: 100%;
	padding: 120px 0 130px;
	background: #e4f5f9;
}
@media screen and (max-width:640px) {
	#top_contact {
		padding: 70px 0 50px;
	}
	#top_contact::before {
		display: none;
	}
}










