@charset "UTF-8";
/* CSS Document */

/* コモン */

div.anchor {
	position: absolute;
	top: -104px;
	left: 0;
	width: 100%;
}


@media screen and (max-width: 1024px) {
	div.anchor {
		top: -77px;
	}
}


/* ヘッダー */

header {
	height: 104px;
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

header a.header_logo {
	float: left;
	margin-left: 3%;
	margin-top: 15.8px;
}

header ul.menu_pc {
	float: right;
	margin-right: 3%;
	margin-top: 37px;
}


@media screen and (max-width: 1024px) {
	header {
		height: 77px;
	}
	
	header a.header_logo {
		float: initial;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
}



/* TOPイメージ */

section.sec_top {
	padding-top: 104px;
	position: relative;
}

section.sec_top img {
	width: 100%;
}

section.sec_top img.pc {
	display: block;
}

section.sec_top img.sp {
	display: none;
}

section.sec_top div.ask {
	position: absolute;
	top: 144px;
	left: 27px;
}

section.sec_top h1.top_message {
	position: absolute;
	top: 261px;
	left: 27px;
}

@media screen and (max-width: 1195px) {
	section.sec_top h1.top_message {
		top: 238px;
	}
}


@media screen and (max-width: 1024px) {
	section.sec_top img.pc {
		display: none;
	}
	
	section.sec_top img.sp {
		display: block;
	}
	
	section.sec_top {
		padding-top: 77px;
	}
	
	section.sec_top div.ask {
		width: 100%;
		top: initial;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	
	section.sec_top h1.top_message {
		left: 0;
		top: 300px;
	}
	
}

@media screen and (max-width: 600px) {
	section.sec_top img.pc {
		display: none;
	}
	
	section.sec_top img.sp {
		display: block;
	}
	
	section.sec_top {
		padding-top: 77px;
	}
	
	section.sec_top div.ask {
		width: 100%;
		top: initial;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	
	section.sec_top h1.top_message {
		left: 0;
		top: 230px;
	}
	
}


/* 私たちについて */

section.sec_about_us {
	padding: 30px 0 50px 0;
	background: #F3F2F2;
	position: relative;
}

section.sec_about_us div.sec_title {
	margin-bottom: 25px;
}

section.sec_about_us h3.about_message {
	margin-bottom: 40px;
}

section.sec_about_us div.slider_wrapper {
	display: none;
}

@media screen and (max-width: 1024px) {
	section.sec_about_us {
		padding: 30px 0 40px 0;
	}
	
	section.sec_about_us div.sec_title {
		margin-bottom: 30px;
	}
	
	section.sec_about_us div.slider_wrapper {
		display: block;
		width: 75%;
		max-width: 450px;
		margin: 0 auto;
	}
	
	.bx-wrapper {
	-webkit-box-shadow: initial!important;
    box-shadow: initial!important;
    border: none!important;
    background: none!important;
	}
	
	.bx-wrapper .bx-next {
		border-top: 1px solid black!important;
		border-right: 1px solid black!important;
		background: none!important;
		right: -25px!important;
	}
	
	.bx-wrapper .bx-controls-direction a {
		transform:rotate(45deg)!important;
	}
	
	.bx-wrapper .bx-prev {
		border-bottom: 1px solid black!important;
		border-left: 1px solid black!important;
		background: none!important;
		left: -25px!important;
	}
	
}




/* プロモーションのメリット */

section.sec_merit {
	padding: 30px 0 50px 0;
	position: relative;
}

section.sec_merit div.sec_title {
	margin-bottom: 35px;
}

section.sec_merit div.merit {
	display: inline-block;
	vertical-align: top;
}

section.sec_merit div.merit_wrpper {
	width: 86%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.sec_merit div.ask h4 {
	color: #C81D1D;
}

@media screen and (max-width: 1330px) {
	section.sec_merit div.merit_wrpper {
		width: 56%;
		max-width: 620px
	}
	
	section.sec_merit div.merit {
		margin-bottom: 40px;
	}
	
	section.sec_merit div.merit:nth-of-type(3),
	section.sec_merit div.merit:nth-of-type(4) {
		margin-bottom: 0;
	}
	
}


@media screen and (max-width: 1024px) {

	section.sec_merit {
		padding: 30px 0 40px 0;
	}
	
	section.sec_merit div.sec_title {
		margin-bottom: 30px;
	}
	
	section.sec_merit div.merit_wrpper {
		width: 70%;
	}
	
	section.sec_merit div.merit {
		margin-bottom: 30px;
	}
	
	section.sec_merit div.merit:nth-of-type(3){
		margin-bottom: 30px;
	}
	
	section.sec_merit div.merit:last-of-type {
		margin-bottom: 0;
	}
	
}


/* 私たちの強み */

section.sec_strength {
	position: relative;
}

section.sec_strength div.sec_title {
	margin-bottom: 35px;
}

section.sec_strength div.paragraph_01 {
	background: #F3F2F2;
	padding: 30px 0 80px 0;
	position: relative;
}

section.sec_strength div.paragraph_01 div.strength_wrapper {
	width: 86%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.sec_strength div.paragraph_02 {
	padding: 40px 0;
}

section.sec_strength div.paragraph_02 h3.strength_read {
	margin-bottom: 35px;
}

section.sec_strength div.paragraph_02 img {
	width: 72%;
	display: block;
	margin: 0 auto 25px;
}

section.sec_strength div.paragraph_02 img.pc {
	display: block;
}

section.sec_strength div.paragraph_02 img.sp {
	display: none;
}

section.sec_strength div.paragraph_02 p.strength_text {
	margin-bottom: 45px;
}

section.sec_strength div.paragraph_02 div.ask h4 {
	color: #C81D1D;
}

@media screen and (max-width: 1330px) {
	section.sec_strength div.paragraph_01 div.strength_wrapper {
		width: 71%;
		max-width: 756px;
	}
	
	section.sec_strength div.paragraph_01 div.strength_wrapper div.strength {
		margin-bottom: 40px;
	}
	
	section.sec_strength div.paragraph_01 div.strength_wrapper div.strength:last-of-type {
		margin-bottom: 0;
	}
	
}


@media screen and (max-width: 1024px){
	
	section.sec_strength div.paragraph_01 {
		padding: 30px 0 40px 0;
	}
	
	section.sec_strength div.sec_title {
		margin-bottom: 30px;
	}
	
	section.sec_strength div.paragraph_01 div.strength_wrapper {
		width: 100%;
		max-width: 450px;
	}
	
	section.sec_strength div.paragraph_01 div.strength_wrapper div.strength {
		margin-bottom: 30px;
	}
	
	section.sec_strength div.paragraph_01 div.strength_wrapper div.strength:last-of-type {
		margin-bottom: 0;
	}
	
	section.sec_strength div.paragraph_02 {
		padding: 30px 0 40px;
	}
	
	section.sec_strength div.paragraph_02 img {
		margin: 0 auto 20px;
	}
	
	section.sec_strength div.paragraph_02 img.pc {
		display: none;
	}

	section.sec_strength div.paragraph_02 img.sp {
		display: block;
		width: 90%;
	}
	
	section.sec_strength div.paragraph_02 p.strength_text {
		margin-bottom: 30px;
	}
	
}




/* 実績・事例 */

section.sec_achievement {
	background: #F3F2F2;
	padding: 30px 0 30px 0;
	font-size: 0;
	position: relative;
}

section.sec_achievement div.sec_title {
	margin-bottom: 35px;
}

section.sec_achievement div.movie_wrapper {
	width: 87%;
	margin: 0 auto;
}

section.sec_achievement div.movie_wrapper div.movie {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 25px;
}

section.sec_achievement div.movie_wrapper div.movie:nth-of-type(3),
section.sec_achievement div.movie_wrapper div.movie:nth-of-type(6) {
	margin-right: 0;
}


@media screen and (max-width: 1024px) {
	section.sec_achievement {
		padding: 30px 0 40px 0;
	}
	
	section.sec_achievement div.sec_title {
		margin-bottom: 30px;
	}
	
	section.sec_achievement div.movie_wrapper {
		width: 90%;
	}
	
	section.sec_achievement div.movie_wrapper div.movie {
		margin-right: initial;
		max-width: 450px;
		display: block;
		margin: 0 auto 25px;
	}
	
	section.sec_achievement div.movie_wrapper div.movie:nth-of-type(3),
	section.sec_achievement div.movie_wrapper div.movie:nth-of-type(6) {
		margin-right: auto;
	}
	
	section.sec_achievement div.movie_wrapper div.movie:last-of-type {
		margin-bottom: 0;
	}
	
	section.sec_achievement div.movie_wrapper div.movie a.gallery div.img {
		max-height: calc(450px * 0.75);
	}
	
}


/* 簡単3STEP */

section.sec_flow {
	padding: 30px 0 30px 0;
	position: relative;
}

section.sec_flow div.sec_title {
	margin-bottom: 35px;
}

section.sec_flow div.step_title {
	margin-bottom: 35px;
}

section.sec_flow img {
	width: 60%;
	display: block;
	margin: 0 auto 20px;
}

section.sec_flow img.pc {
	display: block;
}

section.sec_flow img.sp {
	display: none;
}


@media screen and (max-width: 1024px) {
	section.sec_flow {
		padding: 30px 0 40px 0;
	}
	
	section.sec_flow div.sec_title {
		margin-bottom: 30px;
	}
	
	section.sec_flow img {
		width: 90%;
		max-width: 450px;
	}
	
	section.sec_flow img.pc {
		display: none;
	}

	section.sec_flow img.sp {
		display: block;
	}
}


/* フッター */

footer {
	background: #F3F2F2;
	padding: 30px 0 40px 0;
	position: relative;
}

footer div.sec_title {
	margin-bottom: 55px;
}

footer div.footer_message {
	margin-bottom: 70px;
}

footer div.ask {
	margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
	
	footer div.sec_title {
		margin-bottom: 30px;
	}
	
	footer div.footer_message {
		margin-bottom: 30px;
	}
	
}


/* コピーライト */

div.copy_width {
	height: 63px;
}

div.copy_width p {
	line-height: 63px;
}

@media screen and (max-width: 1024px) {
	div.copy_width {
		height: 40px;
	}
	
	div.copy_width p {
		line-height: 40px;
	}
}

