@charset "utf-8";
* {
	box-sizing: border-box;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #2f3056;
	font-size: 16px;
	overflow-x: hidden;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
	max-width: 100%;
	height: auto;
}

br.br_sp {
	display: none;
}

a {
	color: #2f3056;
}

/********** 固定背景 **********/

.fixed_bg {
	background: url(../img/bg.jpg) no-repeat center;
	width: 100%;
	height: 100vh;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

/********** 固定メニュー **********/

.fixed_nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(35,36,74,.7);
	z-index: 100;
}

.fixed_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixed_nav ul li img {
	width: 120px;
	height: auto;
}

.fixed_nav ul li a {
	color: #fff;
	padding: 10px;
}

.fixed_nav ul li {
	margin: 0 10px;
}

.fixed_nav ul li a:hover {
	border-bottom: solid 1px #fff;
}

.fixed_nav ul li:first-child a:hover {
	border-bottom: none;
}

/********** FV **********/

.fv {
	z-index: 10;
	text-align: center;
	padding: 70px 0 0;
}

.fv p.fv_copy01 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 50px;
}

.fv p.fv_copy02 {
	font-weight: bold;
	font-size: 72px;
	line-height: 80px;
	margin-bottom: 46px;
}

.fv p.fv_copy02 span {
	font-size: 56px;
}

.fv p.fv_copy01,
.fv p.fv_copy02 {
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

.fv p.fv_point {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

.fv p.fv_point img {
	margin: 0 40px;
	width: 150px;
	height: 150px;
}

.fv .fv_border {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.fv .fv_border p.fv_logo {
	height: 80px;
	background: rgba(35,36,74,.7);
	width: 30%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 100px;
}

.fv .fv_border p.fv_logo img {
	width: 148px;
	height: auto;
}

.fv .fv_border p.fv_logo:after {
	content: "";
	border-top: 40px solid transparent;
  	border-right: 30px solid transparent;
  	border-bottom: 40px solid rgba(35,36,74,.7);
 	border-left: 30px solid rgba(35,36,74,.7);
 	position: absolute;
 	right: -60px;
 	top: 0;
}

.fv .fv_border p.fv_message {
	height: 80px;
	background: rgba(35,36,74,.7);
	width: 70%;
	position: relative;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;

}

.fv .fv_border p.fv_message:after {
	content: "";
	border-top: 40px solid rgba(35,36,74,.7);
  	border-right: 30px solid rgba(35,36,74,.7);
  	border-bottom: 40px solid transparent;
 	border-left: 30px solid transparent;
 	position: absolute;
 	left: -60px;
 	top: 0;
}

/******** 集客の秘訣 ********/

.content01 .content01_wrap {
	max-width: 860px;
	margin: 0 auto 80px;
	background: rgba(255,255,255,.6);
	padding: 40px 20px;
}

.content01 .content01_wrap p.text {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}

.content01 .content01_wrap p.point {
	max-width: 700px;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	background: #2f3056;
	color: #fff;
	padding: 40px 20px;
	position: relative;
	margin-bottom: 80px;
}

.content01 .content01_wrap p.point span {
	background: #ffff00;
	color: #2f3056;
	padding: 0 10px;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.content01 .content01_wrap p.point:after {
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: solid transparent;
    border-top-color: #2f3056;
    bottom: -27px;
    left: 50%;
    margin-left: -33px;
    border-width: 27px 33px 0 33px;
}

.content01 .content01_wrap p.info img {
	margin: 0 auto;
	max-width: 634px;
	width: 100%;
}

.content01 .content01_wrap p.info {
	margin-bottom: 70px;
}

.content01 .content01_wrap p.text02 span {
	background: #ffff00;
	color: #2f3056;
	padding: 0 10px;
	display: block;
    max-width: 584px;
    margin: 0 auto 40px;
    font-size: 24px;
    font-weight: bold;
}

.content01 .content01_wrap p.text02 {
	color: #008ce5;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
}

/********** 弊社の特徴 **********/

.content02 {
	background: #fff;
	padding: 65px 20px 60px;
}

.content02 .content02_wrap {
	max-width: 800px;
	margin: 0 auto;
}

.content02 .content02_wrap h2 {
	text-align: center;
	border-top: 1px solid #2f3056;
	border-bottom: 1px solid #2f3056;
	padding: 20px;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}

.content02 .content02_wrap ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content02 .content02_wrap ul li {
	background: #ecf6fc;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	width: 48%;
}

.content02 .content02_wrap p.merit_img img {
	max-width: 193px;
	margin: 0 auto 20px;
}

.content02 .content02_wrap p.merit_lead {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content02 .content02_wrap p.merit_text {
	height: 160px;
}

/********** 弊社の実績 **********/

.content03 {
	padding: 56px 0;
	position: relative;
}

.content03 .content03_wrap {
	max-width: 860px;
	margin: 0 auto;
	background: rgba(255,255,255,.6);
	padding: 50px 30px 70px;
}

.content03 .content03_wrap h2 {
	text-align: center;
	border-top: 1px solid #2f3056;
	border-bottom: 1px solid #2f3056;
	padding: 20px;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}

.content03 .content03_wrap p {
	font-size: 20px;
	color: #008ce5;
	text-align: center;
	margin-bottom: 50px;
}

.content03 .content03_wrap ul li {
	max-width: 630px;
	margin: 0 auto 20px;
}

.content03 .content03_wrap ul li img {
	width: 100%;
}

.content03:after {
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: solid #2f3056;
    border-top-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -50vw;
    border-width: 100px 50vw 0 50vw;
}

/********** 無料相談 **********/

.content04 {
	padding: 56px 20px;
	position: relative;
	background: #2f3056;
	margin-top: 100px;
}

.content04 h2 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	margin-bottom: 50px
}

.content04 ul li {
	max-width: 800px;
	border: solid 7px #525376;
	background: #fff;
	padding: 50px;
	font-size: 24px;
	margin: 0 auto 26px;
}

.content04 p.cv a {
	max-width: 580px;
	color: #fff;
	background: url(../img/bg_btn.png) no-repeat;
	background-size: cover;
	border-radius: 6px;
	margin: 50px auto 0;
	box-shadow: 3px 3px 0 #525376;
	display: block;
	font-size: 36px;
	padding: 20px;
	text-align: center;
}

.content04 p.cv a:hover {
	opacity: .7;
}

.content04:after {
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: solid #fff;
    border-top-color: #2f3056;
    top: 100%;
    left: 50%;
    margin-left: -50vw;
    border-width: 100px 50vw 0 50vw;
}

/********* 経歴 **********/

.content05 {
	margin-top: 100px;
	padding: 70px 20px 100px;
	background: #fff;
}

.content05 h2 {
	font-size: 24px;
	font-weight: bold;
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: center;
	border-bottom: solid 1px #2f3056;
	line-height: 40px;
	padding-bottom: 30px;
}

.content05 h2 span {
	font-weight: normal;
	font-size: 18px;
}

.content05 p.name {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}

.content05 p.prf {
	text-align: center;
}

/********** 最後に **********/

.content06  {
	padding: 50px 20px;
}

.content06 .content06_wrap {
	max-width: 860px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255,255,255,.7);
}

.content06 .content06_wrap .inner {
	border: solid 1px #565783;
	padding: 30px 20px;
}

.content06 .content06_wrap .inner h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.content06 .content06_wrap .inner p {
	max-width: 700px;
	margin: 0 auto;
}

/********** footer **********/

footer {
	background: #2f3056;
	color: #fff;
	text-align: right;
	padding: 50px 20px;
}

footer .footer_wrap {
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer_wrap p.logo img {
	width: 148px;
	height: auto;
}

footer .footer_wrap p.text {
	font-size: 12px;
}

footer .footer_wrap p.text span {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
	.fixed_nav ul li a {
		font-size: 12px;
	}

}

@media screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}
	br.br_sp {
		display: block;
	}
	.fixed_nav {
		display: none;
	}

	.fv p.fv_copy01 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.fv p.fv_copy02 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 30px;
	}

	.fv p.fv_copy02 span {
		font-size: 24px;
	}

	.fv p.fv_point img {
		margin: 0 10px;
	}

	.fv .fv_border p.fv_logo {
		margin-right: 80px;
		padding-right: 0;
	}

	.fv .fv_border p.fv_message {
		font-size: 12px;
		padding-left: 0;
	}

	.content01 .content01_wrap p.point {
		font-size: 16px;
		margin-bottom: 48px;
	}

	.content01 .content01_wrap p.text {
		font-size: 14px;
	}

	.content01 .content01_wrap p.text02 span {
		font-size: 16px;
	}

	.content01 .content01_wrap p.info {
		margin-bottom: 40px;
	}

	.content01 .content01_wrap p.text02 {
		font-size: 14px;
	}

	.content01 .content01_wrap p.text02 span {
		margin-bottom: 24px;
	}

	.content02 .content02_wrap h2 {
		font-size: 24px;
	}

	.content02 .content02_wrap ul li {
		width: 100%;
	}

	.content02 .content02_wrap p.merit_lead {
		font-size: 18px;
	}

	.content02 .content02_wrap p.merit_img img {
		max-width: 116px;
	}

	.content02 .content02_wrap p.merit_text {
		height: auto;
	}

	.content03 .content03_wrap h2 {
		font-size: 24px;
	}

	.content03 .content03_wrap p {
		font-size: 14px;
	}

	.content03:after {
		border-width: 50px 50vw 0 50vw;
	}

	.content04 {
		margin-top: 50px;
	}

	.content04 h2 {
		font-size: 24px;
	}

	.content04 ul li {
		padding: 50px 20px;
		font-size: 16px;
	}

	.content04 p.cv a {
		font-size: 20px;
		width: 90%;
	}

	.content04:after {
		border-width: 50px 50vw 0 50vw;
	}

	.content05 {
		margin-top: 50px;
	}

	.content05 h2 {
		line-height: 26px;
	}

	.content05 h2 span {
		font-size: 14px;
	}

	.content05 p.prf {
		text-align: left;
	}

	footer .footer_wrap p.text span {
		font-size: 16px;
	}

	footer .footer_wrap p.text {
		font-size: 10px;
	}

	footer .footer_wrap p.logo img {
		width: 110px;
	}

}

@media screen and (max-width: 420px) {

}

@media screen and (max-width: 320px) {
	.fv p.fv_copy01 {
		font-size: 16px;
	}

	.fv p.fv_copy02 {
		font-size: 30px;
	}

	.fv p.fv_point img {
		width: 126px;
		height: 126px;
	}

	.fv .fv_border p.fv_message {
		font-size: 10px;
	}

	.content01 .content01_wrap p.point {
		font-size: 12px;
	}

	.content01 .content01_wrap p.text02 span {
		font-size: 16px;
	}

	.content01 .content01_wrap p.text02 {
		font-size: 12px;
	}

	footer .footer_wrap p.logo img {
		width: 80px;
	}
}
