@charset "UTF-8";

/**
 * オリジナルcss
 */

#main {
	width: 100%;
	padding: 0;
	margin: 0;
}

.top_content_title_area {
	width: 100%;
	text-align: center;
}

.top_content_title {
	position: relative;
	display: inline-block;
	margin: 0 auto 30px auto;
	font-size: 24px;
}

.top_content_subtitle img {
	position: absolute;
	top: 100%;
	left: calc(100% + 8px);
}


/**
 * TOP:メインビジュアル
 */

.top_content_mainvisual {
	width: 100%;
	height: calc(100vh - 66px);
}

.top_content_mainvisual_wrap {
	position: relative;
	height: calc(100%);
}

.top_content_mainvisual_wrap:after {
	content: "";
	display: block;
	padding-top: calc(7000% / 1024);
}

.top_content_mainvisual_logo {
	position: absolute;
	width: calc(20000% / 1024);
	text-align: center;
	left: 0;
	top: calc(50% - 35px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 0 15px;
}

.top_content_mainvisual_description {
	position: absolute;
	left: 28px;
	bottom: 0;
	max-width: 520px;
}

.top_content_mainvisual_slide {
	overflow: hidden;
	position: relative;
	width: calc(82500% / 1024);
	margin-left: auto;
	margin-right: 0;
}

.top_content_mainvisual_slide:before {
	content: "";
	display: block;
	padding-top: calc(100vh - 200px);
}

.top_content_banner_area {
	position: absolute;
	bottom: 36px;
	right: 5%;
	z-index: 20;
	width: 34%;
	max-width: 541px;
}

.top_content_mainvisual_slide .swiper-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.top_content_mainvisual_slide .swiper-wrapper .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
}

.top_content_mainvisual_slide_image {
	position: relative;
	width: 100%;
	height: 100%;
}

.top_content_mainvisual_slide_image:before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 9px);
	height: calc(100% - 9px);
	top: 9px;
	left: 0;
	border: 1px solid #C8C8C8;
	box-sizing: border-box;
	z-index: 15;
}
.top_content_mainvisual_slide_image img {
	position: absolute;
	width: calc(100% - 9px);
	height: calc(100% - 9px);
	top: 0;
	right: 0;
	object-fit: cover;
	z-index: 10;
}

.swiper-pagination {
	position: absolute;
	right: 9px;
	bottom: 46px;
}

.top_content_mainvisual_wrap .swiper-pagination-bullet {
	background-color: #000;
	height: 2px;
	width: 30px;
	margin-left: 7px;
	border-radius: 0;
}

.top_content_mainvisual_sp_wrap {
	display: none;
}
/**
 * TOP:トップメニュー
 */

.top_content_top_menu_list_wrap {
	background: #F5F5F5;
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 52px 87px;
	margin-top: 42px;
}

.top_content_top_menu_list {
	overflow: hidden;
}

.top_content_top_menu_element:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	top: 5px;
	left: 5px;
	z-index: 10;
	transition: .3s;
	background:linear-gradient(to right, #B4E1B4, #DCDCDC 50%, #9BD250);
}

.top_content_top_menu_element_application:before {
	background:linear-gradient(to right, #FFE1EB, #C8C8C8 50%, #F0AEFF);
}

.top_content_top_menu_element:hover:before {
	top: 0;
	left: 0;
}

.top_content_top_menu_element a {
	display: block;
	border: 1px solid #646464;
	background: #fff;
	text-decoration: none;
	text-align: center;
	height: 70px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	z-index: 20;
}

.top_content_top_menu_element_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	z-index: 20;
}

.top_content_top_menu_list_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
}

.top_content_top_menu_element a h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

.top_content_top_menu_list_wrap .swiper-button-prev, 
.top_content_top_menu_list_wrap .swiper-button-next {
	width: 36px;
	height: 36px;
}

.top_content_top_menu_list_wrap .swiper-button-prev {
	left: 20px;
}

.top_content_top_menu_list_wrap .swiper-button-next {
	right: 20px;
}

.top_content_top_menu_list_wrap .swiper-button-prev:after, 
.top_content_top_menu_list_wrap .swiper-button-next:after {
	content: none;
}


/**
 * TOP:ウェブマルシェとは
 */

.top_content_about {
	padding-top: 70px;
	padding-bottom: 10px;
}

.top_content_about_area {
	background: linear-gradient(white 20px, #EBFADC 20px);
	padding-bottom: 20px;
}

.top_content_about_area ul {
	
}

.top_content_about_area ul li {
	display: inline-block;
	vertical-align: top;
}

.top_content_about_content_image {
	width: calc(50% + 83px);
	position: relative;
}

.top_content_about_content_image:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(30400% / 594);
}

.top_content_about_content_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 5;
}

.top_content_about_content_image:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 11px;
	left: 11px;
	border: 1px solid #C8C8C8;
	z-index: 10;
}

.top_content_about_content_content {
	position: relative;
	width: calc(50% - 83px);
}

.top_content_about_content_content_inner {
	max-width: 387px;
	padding-left: 52px;
}

.top_content_about_content_content_inner .top_content_title_area {
	text-align: left;
}

.top_content_about_content_content_inner .top_content_subtitle img {
	left: 0;
	top: calc(100% + 10px);
}

.top_content_about_content_content_inner p {
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 0;
	line-height: 1.8em;
}

.top_content_about_content_content .button_more {
	text-align: right;
}

.top_content_about_content_content .button_more a {
	width: 180px;
	text-align: center;
}


/**
 * TOP:4つの強み
 */

.top_content_strengths {
	padding-top: 86px;
	padding-bottom: 30px;
}

.top_content_strengths ul {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	padding-right: 4px;
}

.top_content_strengths ul li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
	border: 1px solid #87BF50;
	padding: 27px 14px 17px 14px;
    box-shadow: 4px 4px 4px rgb(0 0 0 / 40%);
}

.top_content_strengths ul li:nth-child(4n) {
	margin-right: 0;
}

.top_content_strengths ul li h4 {
	color: #fff;
	background: #E69190;
	font-size: 14px;
	padding: 13px 3px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}

.strength_speech_bubble {
	position: absolute;
	top: calc(100% - 6px);
	right: 20px;
}

.top_content_strengths ul li h3 {
	color: #87BF50;
	font-size: 21px;
	margin: 0;
}

.top_content_strengths ul li p {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
}

/**
 * TOP:プラン
 */

.top_content_plan {
	padding-top: 100px;
	padding-bottom: 50px;
}

.top_content_plan_content {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.top_content_plan_note {
	color: #FF0000;
	font-size: 20px;
}


/**
 * TOP:ウェブマルシェが選ばれる６つの理由
 */

.top_content_feature {
	background-image: url("../images/top/feature_bg.png");
	background-size: cover;
	background-position: center center;
	padding-top: 68px;
	padding-bottom: 90px;
}

.top_content_feature ul {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.top_content_feature ul li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-top: 57px;
	position: relative;
	background:linear-gradient(to right, #B4E1B4, #DCDCDC 50%, #9BD250);
	padding: 9px;
}

.top_content_feature ul li:nth-child(2n) {
	margin-right: 0;
}

.top_content_feature_num {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border: 1px solid #000;
	width: 70px;
	height: 70px;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.top_content_feature_num_inner {
	display: block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
}

.top_content_feature_num span {
	position: absolute;
	font-size: 28px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.top_content_feature_content_inner {
	background: #fff;
	padding: 54px 30px 30px 30px;
	height: 100%;
}

.top_content_feature_content_inner dl {
	text-align: center;
}

.top_content_feature_content_inner dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 51px;
	text-align: right;
}

.top_content_feature_content_inner dl dd {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 51px);
	margin: 0;
	text-align: left;
	font-size: 16px;
	padding-left: 20px;
}

.top_content_feature_content_inner p {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}

/**
 * TOP:制作例
 */

.top_content_works {
	padding-top: 72px;
}

.top_content_works_list {
	width: 100%;
	max-width: 940px;
	margin-top: 67px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}


.top_content_works_list .swiper-slide {
	padding-left: 52px;
	padding-right: 52px;
	letter-spacing: -.4em;
}

.top_content_works_list_image {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	letter-spacing: normal;
	position: relative;
	z-index: 20;
}

.top_content_works_list_image:before {
	content: "";
	display: block;
	padding-top: calc(20700% / 307);
}

.top_content_works_list_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.top_content_works_list_content {
	display: inline-block;
	vertical-align: middle;
	width: calc(55% + 24px);
	margin-left: -24px;
	letter-spacing: normal;
	position: relative;
	z-index: 10;
	background:linear-gradient(to right, #B4E1B4, #DCDCDC 50%, #9BD250);
}

.top_content_works_list_content_inner {
	background: #fff;
	margin: 8px;
	padding: 30px 20px 30px 34px;
}

.top_content_works_list_content_inner h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 17px;
}

.top_content_works_list_content_inner h5 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 15px;
}

.top_content_works_list_content_inner p {
	margin-bottom: 0;
	font-size: 13px;
}



.top_content_works_list .swiper-button-prev, 
.top_content_works_list .swiper-button-next {
	width: 36px;
	height: 36px;
}

.top_content_works_list .swiper-button-prev:after, 
.top_content_works_list .swiper-button-next:after {
	content: none;
}

/**
 * TOP:バナー
 */

.top_content_banners {
	padding-top: 100px;
	padding-bottom: 100px;
}

.top_content_banners ul {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
}

.top_content_banners ul li {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 50px) / 2);
	margin-right: 50px;
	position: relative;
}

.top_content_banners ul li:nth-child(2n) {
	margin-right: 0;
}

.top_content_banners ul li:before {
	content: "";
	display: block;
	padding-top: calc(24500% / 390);
}

.top_content_banners ul li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.top_content_banner_image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 10;
}

.top_content_banners ul li a:before {
	content: "";
	background:linear-gradient(to right, #FFE1EB, #C8C8C8 50%, #F0AEFF);
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	transition: .3s;
}

.top_content_banners ul li a:hover:before {
	top: 0;
	left: 0;
}

.top_content_banners ul li h4 {
	position: absolute;
	margin: 0;
	padding: 12px;
	background: #fff;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
	z-index: 15;
}

.top_content_banner_arrow {
	position: absolute;
	right: 20px;
	bottom: 8px;
	z-index: 20;
}

/**
 * TOP:その他のサービス
 */

.top_content_other_service {
	padding-top: 82px;
	padding-bottom: 74px;
}

.top_content_other_service_element {
	letter-spacing: -.4em;
	margin-top: 80px;
}

.top_content_other_service_element_image_wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(50% + 16px);
	letter-spacing: normal;
	text-align: right;
	z-index: 10;
}

.top_content_other_service_element_image {
	position: relative;
	width: 100%;
	max-width: 486px;
	margin-left: auto;
}

.top_content_other_service_element_image:before {
	content: "";
	display: block;
	padding-top: calc(32600% / 440);
}

.top_content_other_service_element_image img {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	object-fit: cover;
}

.top_content_other_service_element_content {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% + 52px);
	margin-left: -68px;
	letter-spacing: normal;
	padding-left: 100px;
	background: #EBFADC;
	position: relative;
	z-index: 5;
	padding-top: 100px;
	padding-bottom: 52px;
}

.top_content_other_service_element_content_innter {
	max-width: 422px;
}

.top_content_other_service_element_content_innter h4 {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 32px;
}

.top_content_other_service_element_content_innter p {
	font-size: 14px;
}

.top_content_other_service_element2 {
	display: flex;
	flex-wrap: wrap; 
}


.top_content_other_service_element2 .top_content_other_service_element_image_wrap {
	order: 1;
	position: relative;
}

.top_content_other_service_element2 .top_content_other_service_element_image {
	margin-right: auto;
	margin-left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.top_content_other_service_element2 .top_content_other_service_element_image_wrap img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.top_content_other_service_element2 .top_content_other_service_element_content {
	order: 0;
	background: #FFF5EB;
	margin-left: 0;
	margin-right: -68px;
	padding-left: 0;
	padding-right: 100px;
	text-align: right;
}

.top_content_other_service_element2 .top_content_other_service_element_content_innter {
	text-align: left;
	margin-left: auto;
	margin-right: 0;
}

.top_content_other_service_element_content .button_more {
	text-align: right;
	margin-top: 56px;
}

.top_content_other_service_element2 .top_content_other_service_element_content .button_more {
	text-align: left;
}

.top_content_other_service_element_content .button_more a {
	text-align: center;
}

/**
 * TOP:SNS
 */

.top_content_sns {
	background: #F5F5F5;
	padding: 90px 0;
	text-align: center;
}

.top_content_sns ul {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.top_content_sns li {
	width: calc((100% - 60px) / 3);
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

.top_content_sns li:nth-child(3n) {
	margin-right: 0;
}


.top_content_sns li h3 {
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 24px;
}

.top_content_sns li h4 {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 10px;
}

.top_content_sns_content {
	position: relative;
	background: #fff;
}

.top_content_sns_content:before {
	content: "";
	padding-top: calc(34000% / 260);
	display: block;
}

.top_content_sns_content_inner {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
}

.top_content_sns_content_blog .top_content_sns_content_inner {
	padding: 35px 30px;
	overflow-y: auto;
}

.top_content_sns_content_blog_element {
	border-bottom: 1px solid #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	letter-spacing: -.4em;
}

.top_content_sns_content_blog_element:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.top_content_sns_content_blog_element a {
	display: block;
	text-decoration: none;
}

.top_content_sns_content_blog_element_image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.top_content_sns_content_blog_element_image img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.top_content_sns li .top_content_sns_content_blog_element h4 {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 80px);
}


@media screen and (max-width: 1110px) {
	.top_content_mainvisual {
		height: calc(100vh - 56px);
	}
	
	.top_content_about_content_content {
		padding-right: 10px;
	}
}
@media screen and (max-width: 970px) {
	.top_content_strengths {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top_content_plan {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top_content_feature {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	.top_content_banners {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top_content_other_service {
		background: #E6F5FF;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top_content_other_service_element_content {
		background: none;
		width: 100%;
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 25px;
		margin-left: 0;
	}
	
	.top_content_other_service_element_image_wrap {
		width: 100%;
	}
	
	.top_content_other_service_element_image {
		max-width: 100%;
	}
	
	.top_content_other_service_element_content_innter {
		max-width: 100%;
	}
	
	.top_content_other_service_element2 .top_content_other_service_element_image_wrap {
		order: 0;
	}
	
	.top_content_other_service_element2 .top_content_other_service_element_content {
		background: none;
		order: 1;
		margin-right: 0;
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.top_content_other_service_element2 .top_content_other_service_element_content .button_more {
		text-align: right;
	}
	
	.top_content_sns ul {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top_content_sns li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 70px;
	}
	
	.top_content_sns li:nth-child(3n) {
		margin-bottom: 0;
	}
	.top_content_sns_content:before {
		content: none;
	}
	.top_content_sns_content_inner {
		position: relative;
		height: auto;
	}
}
@media screen and (max-width: 880px) {
	.top_content_mainvisual_wrap {
		display: none;
	}
	
	.top_content_mainvisual_sp_wrap {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.top_content_mainvisual_sp_image img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 5;
		object-fit: cover;
	}
	
	.top_content_mainvisual_sp_text img {
		position: absolute;
		max-width: 75%;
		max-height: 75%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 10;
	}
	
	.top_content_mainvisual_sp_scroll img {
		position: absolute;
		left: 22px;
		bottom: 12px;
		z-index: 15;
		max-width: 20px;
	}
	
	.top_content_strengths ul li {
		margin-bottom: 12px;
		width: calc((100% - 10px) / 2);
	}
	
	.top_content_strengths ul li:nth-child(2n) {
		margin-right: 0;
	}
	
	.top_content_feature ul li {
		width: calc((100% - 12px) / 2);
		margin-right: 12px;
	}
	
	.top_content_feature_content_inner {
		padding-left: 22px;
		padding-right: 22px;
	}
	
	.top_content_feature_content_inner dl dt {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 22px;
	}
	
	.top_content_feature_content_inner dl dd {
		padding-left: 0;
		max-width: 100%;
	}
	
	.top_content_feature_content_inner dl dd br {
		display: none;
	}
	
	.top_content_title_area {
		position: relative;
	}
	
	.top_content_title {
		position: unset;
	}
	
	.top_content_subtitle img {
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	.top_content_works_list_image {
		width: 100%;
	}
	
	.top_content_works_list_content {
		width: 100%;
		margin-top: 24px;
		margin-left: 0;
		background: linear-gradient(to right, #B9E1EB, #C8C8C8 50%, #91B9FF);
	}
	
	.top_content_works_list .swiper-slide {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 50px;
	}
	
	.swiper-button-next, .swiper-button-prev {
		top: auto !important;
		bottom: 0 !important;
	}
}
@media screen and (max-width:740px){
	.top_content_feature ul li {
		width: 100%;
		margin-right: 0;
	}
	
	.top_content_banners ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 45px;
	}
	
	.top_content_banners ul li:last-child {
		margin-bottom: 0;
	}
	
	.top_content_about {
		background: #E6F5FF;
		padding-left: 10px;
		padding-right: 10px;
	}
	.top_content_about_area {
		background: none;
	}
	.top_content_about_content_image {
		width: calc(100% - 10px);
		margin-bottom: 10px;
	}
	.top_content_about_content_image:after {
		top: 10px;
		left: 10px;
	}
	.top_content_about_content_content {
		margin-top: 44px;
		padding-right: 0;
		width: 100%;
	}
	.top_content_about_content_content_inner {
		max-width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width:639px){
	div#main {
		padding: 0;
	}
}
@media screen and (max-width:500px){
	.top_content_subtitle img {
		right: 0;
	}
}

