@media (min-width: 826px) {
	.box {
	  width: 100%;
	  height: 200px;
	  margin: 0 0 2% 0;
	  overflow: hidden;
	}

	.box .boxInner {
	  width: inherit;
	  height: inherit;
	  line-height: 200px;
	  font-size: 1.5em;
	  text-align: center;
	  color: #555;
	  background-color: #fff;
	  opacity: 0;
	}

	.isPlay {
	  animation-name: play;
	  animation-duration: 0.8s;
	  animation-fill-mode: forwards;
	  animation-timing-function: cubic-bezier(.8,0,.5,1);
	  position: relative;
	  opacity: 1 !important;
	}
	@keyframes play {
	  from {
		transform: translateX(-100%);
	  }

	  to {
		transform: translateX(0);
	  }
	}

	@keyframes maskOut {
	  from {
		transform: translateX(0);
	  }

	  to {
		transform: translateX(100%);
	  }
	}	
	.section-head {
		position: relative;
		z-index: 1;
		padding-bottom: 10em;
		min-height: 535px;
	}
	.section-head:before {
		content: "";
		width: 55vw;
		height: 100vh;
		background-size: 100%;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 1;
	  	animation-name: fade-in3;
	  	animation-duration: 0.8s;
	  	animation-fill-mode: forwards;
	  	animation-timing-function: cubic-bezier(.8,0,.5,1);
	}
	.page-template-download-form .section-head:before {
		content: "";
		width: 50vw;
		height: 100vh;
		background-size: 100%;
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 1;
	  	animation-name: fade-in3;
	  	animation-duration: 0.8s;
	  	animation-fill-mode: forwards;
	  	animation-timing-function: cubic-bezier(.8,0,.5,1);
	}
	.page-template-business .section-head:before {
		background: url(../images/business/mv-works@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-business-sns .section-head:before {
		background: url(../images/business/sns/mv-works-sns@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-business-web .section-head:before {
		background: url(../images/business/web/mv-works-web@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-business-fc .section-head:before {
		background: url(../images/business/franchise/mv-works-franchise@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-post .section-head:before,
	.category .section-head:before,
	.archive .section-head:before {
		background: url(../images/post/mv-post@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-result .section-head:before {
		background: url(../images/result/mv-result@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-download .section-head:before {
		background: url(../images/download/mv-download@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-download-form .section-head:before, 
	.page-template-inquiry .section-head:before,
	.page-template-bo-inquiry .section-head:before,
	.page-template-inquiry-thanks .section-head:before,
	.page-template-bo-inquiry-thanks .section-head:before,
	.page-template-download-form-thanks .section-head:before {
		background: url(../images/form/mv-form@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-summary .section-head:before {
		background: url(../images/summary/mv-company@2x.png) no-repeat;
		background-size: 100%;
	}
	.page-template-partners .section-head:before {
		background: url(../images/partners/mv-partners@2x.png) no-repeat;
		background-size: 100%;
	}
	.page-template-privacy .section-head:before {
		background: url(../images/privacy/mv-privacy@2x.png) no-repeat;
		background-size: 100%;
	}
	
	
	@keyframes fade-in3 {
		from {
		opacity: 0;
		transform: translateY(20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}	
	
	
	.section-head .black-area {
		position: relative;
		height: 360px;
	}	
	.section-inner {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}
	.section-head .black-area .section-inner {
		position: relative;
		height: 100%;
		padding: 5vw 0 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section-head .text-area {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: opacity 0.9s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.5s;
		transition: opacity 0.9s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.5s;
		-webkit-transition-property: opacity,-webkit-transform;
		transition-property: opacity,-webkit-transform;
		transition-property: opacity,transform;
		transition-property: opacity,transform,-webkit-transform;
	}
	.isPlay .text-area {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}	
	.section-head .black-area .section-inner:after {
		content: "";
		position: absolute;
		width: 1860px;
		height: 22vw;
		background-color: #008f3b;
		transform:skewY(15deg);
		position: absolute;
		left: -1130px;
		top: 0;
		z-index: -1;
	}
	.section-head .black-area .section-inner:after, 
	.section-head .black-area .section-inner:before {
		-webkit-transform: translateX(0);
				transform:skewX(15deg);
	}
	.section-head h2 {
		color: #fff;
		font-size: 3vw;
		font-weight: 700;
		letter-spacing: .1em;
	}
	.section-head .text-mini {
		color: #fff;
		font-size: 1.5vw;
		margin: 0;
	}	
	.section-head .text-breadcrumbs {
		margin-top: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.section-head .text-breadcrumbs a,
	.section-head .text-breadcrumbs li {
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
	.section-head .text-breadcrumbs span {
		font-size: 12px;
		margin: 0 .5em;
		color: #fff;
	}	
	
	#reason {
		position: relative;
		margin-top: 10em;
	}	
	#reason:after {
		content: '';
		display: block;
		width: 50%;
		height: 35%;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../images/business/business_reason_bg.jpg) center;
	}	
	.fbmp-img {
		width:15%;
	}
	.twos {
		position: relative;
	}
	.twos.conts-wrap {
		padding-top: 204.8px;
		margin: 10em 0 5em;
	}
	.site-module.conts-wrap.no-bottom {
		padding-bottom: 0;
	}
	.twos:after,
	.twos:before {
		content: '';
		width: 50%;
		height: 88%;
		z-index: 1;
		position: absolute;
		top: 0;
	}
	.twos:before {
		left: 0;
		background: url(../images/business/two_01@2x.jpg) center;
		background-size: cover;
	}
	.twos:after {
		right: 0;
		background: url(../images/business/two_02@2x.jpg) center;
		background-size: cover;
	}	
	.display {
		width: 1200px;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.twos .twoblock {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		z-index: 2;
	}
	.twos .twoblock .blocks {
		width: 45%;
		background: #fff;
		padding: 5em 4em;
		box-shadow: 0 0 48px rgba(0,0,0,.16);
		text-align: center;
	}
	.twos .twoblock .blocks dt {
		font-size: 1.5vw;
		font-weight: 700;
		line-height: 1.5;
	}
	.twos .twoblock .blocks dt:before {
		content: attr(data-eng);
		font-size: 15px;
		color: #00933c;
		display: block;
		margin: 0 0 8px;
		letter-spacing: .08em;
	}
	.twos .twoblock .blocks dt:after {
		content: '';
		width: 48px;
		height: 1px;
		background: #00933c;
		margin: 22px auto;
		display: block;
	}	
	.twos .twoblock .blocks dd {
		text-align: justify;
		font-size: 1.8em;
		line-height: 1.8;
	}
	.block-fbmp {
		display: block;
		text-align: center;
    	margin: 10px 0;
	}
	.block-fbmp img {
		width:50%;
	}
	
	
	.achievement {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
		padding-bottom: 5em;
	}
	.page-template-result .achievement,
	.page-template-download .achievement {
		background:none;
	}
	.achievement.listBlock01 ul li {
		width: 45% !important;
		margin-left: 32px;
		position: relative;
	}
	.page-template-download .achievement.listBlock01 ul li {
		width:30% !important;
	}
	.achievement.listBlock01 .svg img {
		display: block;
		-webkit-transition: 1.0s;
		transition: 1.0s;
		-webkit-transform: scale(1);
		transform: scale(1);
		width: 100% !important;
		height: 350px !important;
		object-fit: cover;
	}
	.page-template-download .achievement.listBlock01 ul li .svg img {
		height:510px !important;
	}
	.achievement.listBlock01 ul li .mtr:before {
		top: -3rem !important;
	    left: -2rem !important;
	}
	.title01 {
		bottom: 15rem !important;
	}
	.jisseki-lp .title01 {
		bottom: 8rem !important;
	}
	.text01 {
		font-size: 1.8em;
		line-height: 1.8;
	}
	.page-template-business-web .text01 {
		font-size: 1.3em;
		line-height: 1.8;
	}
	.page-template-business-web .lp-text01 {
		font-size: 32px;
		color: #000;
		text-align: center;
		margin: 0 auto;
		font-weight: 700;
		padding: 5px 0;
	}
	.page-template-business-web .lp-text01 .thumb-read {
		display: block;
		font-size: 1vw;
		padding-top: 10px;
		font-weight: 700;
    	color: #00933c;
	}	
	.page-template-business-web .video-text01 {
		font-size: 32px;
		color: #000;
		text-align: center;
		width: 50%;
		margin: 0 auto;
		font-weight: 700;
		padding: 5px 0;
	}	
	.page-template-business-web .video-text02 {
		font-size:2.2vw;
		margin-bottom:2em;
		color: #000;
		text-align: center;
		text-shadow: none;
		width: 50%;
		margin: 0 auto;
		font-weight: 700;
		padding: 5px 0 2em;
	}

	.customer-inner h3 {
		font-size: 1.4vw;
		line-height: 1.8;
		text-align: center;
		padding: 3em 0 1em;
	}
	
	.page:not(.home) #content {
		padding-bottom: 0 !important;
	}
	
	.display p.large {
		font-size: 1.8em;
    	line-height: 1.8;
		text-align: center;
	}
	.page-template-business-sns .twos:before {
		left: 0;
		background: url(../images/business/sns/sns_01@2x.jpg) center;
		background-size: cover;
	}
	.page-template-business-sns .twos:after {
		right: 0;
		background: url(../images/business/sns/sns_02@2x.jpg) center;
		background-size: cover;
	}
	.mod_bg02 {
		/*background: #edf6f5;*/
	}
	.secBusiness {
		position: relative;
		margin-top: 15em;
	}
	.secBusiness .bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		width: 100%;
		height: 195px;
		background: no-repeat 50% 0;
		background-size: cover;
	}
	.secBusiness .bg {
		height: 390px;
		background-image: url(../images/business/sns/works-bg@2x.jpg);	
	}
	.mod_inner01 {
		box-sizing: border-box;
		width: 1200px;
		margin: auto;
		padding: 0;
		box-sizing: border-box;
	}
	.secBusiness .inner {
		position: relative;
		z-index: 1;
		padding-bottom: 50px;
	}
	.mod_tit01_wrap {
		position: relative;
		z-index: 1;
	}
	.secBusiness .mainTit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 390px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.secBusiness .mainTit .ico {
		margin: -30px 0 10px;
		width: 100%;
	}
	.secBusiness .mainTit .ico {
		margin-top: -134px;
		margin-bottom: 16px;
	}
	.secBusiness .mainTit .ico img {
		display: block;
		width: 64px;
		margin: 0 auto;
	}	
	.mod_tit01 {
		text-align: center;
		font-size: 1.8em;
    	line-height: 1.8;
		padding: 0;
		color: #fff;
		position: absolute;
    	top: 8em;
	}
	.mod_tit01:before {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		content: attr(data-eng);
		font-size: 1.4vw;
		color: #fff;
		display: block;
		margin: 0 0 8px;
		letter-spacing: .08em;
	}	
	.business-box-inner {
		border-top: 1px solid #c5c5c5;
		padding: 5em 0;
	}
	.last-business-box-inner {
		padding:5em 0 0;
	}
	.last-p0 {
		padding-bottom:0 !important;
	}
	.bnone {
		border-top:none;
		padding: 0;
	}
	.p50 {
		padding: 5em 0;
	}
	.m005 {
		margin: 0 0 5em;
	}
	.mod_tit01 .en-txt {
		display:block;
		margin-top: -20px;
    	padding-bottom: 20px;
	}
	.secBusiness .box {
		margin-top: -150px;
		padding: 54px 0 0;
		height: 100%;
		background: #fff;
		box-shadow: 0 2px 16px rgba(0,0,0,.1);
	}
	
	.secBusiness .box .txt {
		text-align: center;
		font-size: 1.8em;
    	line-height: 1.8;
		padding: 1.5em 10em;
	}	
	
	.ttl-h3 {
		font-size: 32px;
		color:#1f4f4e;
		font-weight: 700;
		padding: 0 30px;
		text-align: center;
		margin: 2em 0;
	}
	.marker02 {
		position: relative;
		display: inline-block;
		z-index: 1;
	}
	.marker02:before {
		content: '';
		width: 100%;
		height: 32%;
		background: #e5f4eb;
		position: absolute;
		left: 0;
		bottom: 8%;
		z-index: -1;
		border-radius: 3px;
	}
	.thumb-read {
		display: block;
		font-size: 1vw;
		padding-top: 10px;
		font-weight: 100;
		color: #24221D;
	}
	.beginner-index-feature-features {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 5em;
	}
	.beginner-index-feature-features-item {
		position: relative;
		width: 48.5%;
		margin-bottom: 3em;
	}
	.beginner-index-feature-features-img {
		display: block;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
		background: url() center no-repeat;
		background-size: cover;	
		height: 320px;
	}
	.beginner-index-feature-features-txts {
		position: relative;
		margin-top: -70px;
		background: #fff;
		margin-left: 20%;
		margin-right: 5%;
		padding: 2em;
		box-shadow: 0 0 48px rgba(0,0,0,.16);
	}	
	.beginner-index-feature-features-h {
		font-size: 1.4vw;
		margin-bottom: 1em;
		font-weight: bold;
	}
	.beginner-index-feature-features-txt {
		font-size: 1.8em;
    	line-height: 1.8;
	}	
	.feature-list,
	.feature-list02 {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 0 5em;
	}
	.feature-list li {
		width: 18.5%;
		background: #fff;
		margin: 0 0 2.5%;
		padding: 16px;
		border: #f6f6f8 4px solid;
		position: relative;
	}
	.feature-list02 {
		background:#edf6f5;
		margin-bottom: 5em;
    	padding: 5em 0 0;
	}
	
	.feature-list02 li {
		width: 48%;
		background: #fff;
		margin: 0 0 5em;
		padding: 2em;
		position: relative;
	}
	.page-template-business-sns .feature-list02, 
	.page-template-business-web .feature-list02,
	.page-template-partners .feature-list02 {
		background: #edf6f5;
		margin-bottom: 5em;
		margin: 0 3em 5em;
		padding: 5em 5em;
	}
	.page-template-partners .feature-list02 li {
		width:30%;
	}
	.m3 {
		margin: 0 3em 5em;
    	padding: 5em 0 0;
	}
	
	.feature-list02 li:nth-child(3),
	.feature-list02 li:nth-child(4) {
		margin:0;
	}
	.page-template-partners .feature-list02 li:nth-child(3),
	.page-template-partners .feature-list02 li:nth-child(4) {
		margin:0 0 5em;
	}
	.feature-list02 li .mtr:before {
		position: absolute;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .4;
		display: block;
		font-size: 3vw;
		transform: rotate(-25deg);
		top: -3rem;
    	left: -2rem;
		z-index: 1;
	}
	.feature-list02 li:nth-child(1) .mtr:before {
		content: '01';
	}	
	.feature-list02 li:nth-child(2) .mtr:before {
		content: '02';
	}	
	.feature-list02 li:nth-child(3) .mtr:before {
		content: '03';
	}	
	.feature-list02 li:nth-child(4) .mtr:before {
		content: '04';
	}	
	.feature-list02 li:nth-child(5) .mtr:before {
		content: '05';
	}	
	.feature-list02 li:nth-child(6) .mtr:before {
		content: '06';
	}	
	.feature-list li:before {
		content: "";
		top: 0;
		left: 0;
		border-bottom: 4em solid transparent;
		border-left: 4em solid #f6f6f8;
		position: absolute;
		z-index: 1;
	}
	.feature-list li i {
		display: block;
		line-height: 1;
		padding: 12px 0 16px;
		text-align: center;
	}
	.ico-nym-sns:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 88px;
		background-image: url(../images/business/sns/sns-nym-01.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-ppc:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 67px;
		margin-top: 20px;
		background-image: url(../images/business/sns/sns-nym-02.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-unyo:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 67px;
		margin-top: 20px;
		background-image: url(../images/business/sns/sns-nym-03.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-difi:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 88px;
		background-image: url(../images/business/sns/sns-nym-04.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-search:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 77px;
    	margin-top: 10px;
		background-image: url(../images/business/sns/sns-nym-05.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	.ico-dammy:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 88px;
		background-image: url(../images/partners/img-dammy.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-top: 0;
	}	
	.ico-nym-partners01:before {
		content: '';
		display: inline-block;
		width: 100px;
    	height: 70px;
		background-image: url(../images/partners/pt-nym-01.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-partners02:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 70px;
		background-image: url(../images/partners/pt-nym-02.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-partners03:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 70px;
		background-image: url(../images/partners/pt-nym-03.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-partners04:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 70px;
		background-image: url(../images/partners/pt-nym-04.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	.ico-nym-partners05 {
		padding:0 0 16px !important;
	}
	.ico-nym-partners05:before {
		content: '';
		display: inline-block;
		width: 75px;
		height: 83px;
		background-image: url(../images/partners/pt-nym-05.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	
	
	
	.feature-list li h4 {
		font-size: 1.8em;
		line-height: 1.8;
    	font-weight: 100;
    	padding: 0;
	}
	.kadai {
		width: 90%;
		margin: 5em auto 2em;
	}
	.feature-list02 li dl dt {
		font-weight: 700;
		font-size: 20px;
		color:#17a297;
		margin: 0 0 16px;
		padding: 0 0 12px;
		border-bottom: #17a297 1px solid;
	}
	.page-template-partners .feature-list02 li dl {
		padding: 0;
		margin: 0;
		isplay: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: center;
		align-items: center;
		min-height: 90px;
	}
	.page-template-partners .feature-list02 li dl dt {
		border-bottom:none;
		padding: 0;
    	margin: 0;
	}
	.page-template-business-sns .feature-list02 li dl dt {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	.page-template-business-sns .feature-list02 li dl dt .sns-logo {
		width:40px;
	}
	.page-template-business-sns .feature-list02 li dl dt .nt,
	.page-template-business-sns .feature-list02 li dl dt .yt {
		width:85px;
	}
	.feature-list02 li dl dd {
	    font-size: 16px;
    	line-height: 1.8;
		margin:0;
	}
	.feature-list02 li dl dd a {
		color: #17a297;
		text-decoration: underline;
		font-size: 16px;
   		display: block;
	}
	.sec-strong {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
	}
	
	.service-list {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin: 5em auto;
    	width: calc(100% - 200px);
	}
	.service-list li.white {
		background: #fff;
		box-shadow: 0 2px 16px rgba(0,0,0,.1);
		width: 30%;
		position: relative;
	}
	.service-list li.white:before {
		content: "";
		top: 0;
		left: 0;
		border-bottom: 4em solid transparent;
		border-left: 4em solid #00933c;
		position: absolute;
		z-index: 1;
	}
	.service-list li figure {
		background: #f4f4f4;
		padding: 2em;
		border-radius: 50%;
		width: 150px;
		height: 150px;
		text-align: center;
		margin: 2em auto;
		position: relative;
	}
	.service-list li figure img {
		width: 90px;
    	height: 90px;
		position: absolute;
		left: 50%;
		top: 20%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		/* -webkit-transform: translateY(-50%); */
		/* transform: translateY(-50%);*/
	}
	
	.service-list li dl {
		padding: 20px;
	}
	.service-list li.white dl dt {
		border: none;
		margin: 0 0 1em;
		text-align: center;
		font-size: 1.4vw;
	}
	.service-list li.white dl dt span {
		font-size: 1vw;
	}
	.service-list li dl dt:before {
		font-family: Poppins,sans-serif;
		color: #008f3b;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		content: attr(data-eng);
		display: block;
		font-size: 15px;
		margin: 0 0 10px;
		letter-spacing: .06em;
	}
	.service-list li dl dd.descript {
		font-size: 1.8em;
    	line-height: 1.8;
	}
	
	table.hikaku {
		border-collapse: collapse;
		margin: 0 auto 10em;
	  	padding: 0;
	  	width: 90%;
	  	table-layout: fixed;
	}
	table.hikaku tr {
		padding: .35em;
		border-bottom: 2px solid #f4f4f4;
	}
	table.hikaku th,
	table.hikaku td {
		padding: 1em 10px 1em 1em;
		border-right: 2px solid #f4f4f4;
		text-align: center;
	}
	table.hikaku th {
		font-size: 1.4vw;
		color:#1f4f4e;
		border-bottom: 0;
	}
	table.hikaku thead tr{
		background-color: #edf6f5;
		color:#fff;
	}
	table.hikaku tbody th {
		background: #17a297;
		color: #fff;
		font-size: 1.4vw;
		text-align: center;
	}
	.page-template-business-fc table.hikaku {
		width: 1200px;
	}
	.page-template-business-fc table.hikaku .non img {
		width:50px;
	}
	.page-template-business-fc table.hikaku .logo img {
		width:100px;
	}
	.page-template-business-fc table.hikaku .thumb-ttl {
		display: block;
		font-size: 1.2em;
		font-weight: 700;
	}
	.col-gr {
		background: #1f4f4e !important;
	}
	.hikaku .txt{
		text-align: left;
		font-size: .85em;
	}
	.page-template-business-fc .hikaku .txt01,
	.page-template-business-fc .hikaku .txt02 {
		text-align: center;
		font-size: 1.8em;
		line-height: 1.8;
	}
	.page-template-business-fc .hikaku .txt01 {
		color: #00933c;
    	font-weight: 700;
		font-size: 2.5em;
	}
	.secBusiness .box .txt .fas,
	.secBusiness .box .txt .far {
		font-size: 1.4vw;
    	color: #008f3b;
	}
	.hikaku .price{
		text-align: right;
		color: #167F92;
		font-weight: bold;
	}
	.hikaku .non{
		background:#fff
	}
	
	.inner-Box {
		margin: 0 5em;
	}
	h3.borders {
		border-bottom: #e8e8e8 1px solid;
		position: relative;
		padding: 12px;
		padding-left: 20px;
		font-size: 1.5vw;
		line-height: 1;
		font-weight: 700;
		margin: 0 0 24px;
	}
	h3.borders:after {
		content: '';
		width: 5px;
		height: 70%;
		background: #0a0a0a;
		border-radius: 4px;
		display: block;
		position: absolute;
		top: 15%;
		left: 0;
	}
	.txt-02 {
		text-align:left;
		line-height: 1.8;
		font-size: 1.8em;
		padding-bottom: 3em;
	}
	.page-template-business-sns li.txt-02 {
		padding-bottom:0;
	}
	/*.sns-ico li:before {
		position: absolute;
		display: inline-block;
		color: #fff;
		text-align: center;
		font-weight: 700;
		bottom: 10px;
    	z-index: -1;
		right:0;
	}
	.sns-ico li:nth-child(1):before {
		content: '';
		width: 150px;
		height: 120px;
		background-image: url(../images/business/sns/tw-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.sns-ico li:nth-child(2):before {
		content: '';
		width: 150px;
		height: 120px;
		background-image: url(../images/business/sns/insta-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.sns-ico li:nth-child(3):before {
		content: '';
		width: 150px;
		height: 120px;
		background-image: url(../images/business/sns/note-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.sns-ico li:nth-child(4):before {
		content: '';
		width: 150px;
		height: 120px;
		background-image: url(../images/business/sns/yt-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}*/
	.business-box-inner .achievement {
		background: none;
		padding-bottom: 5em;
		margin: 0 5em;
}
	.business-box-inner .achievement.listBlock01 ul {
		margin: 0 auto;
		padding: 0 0 5em;
	}
	.kadai-02 {
		width: 80%;
		margin: 0 auto 2em;
	}
	.p-business__body-inner {
		padding: 0 25px !important;
	}
	.page-template-business-sns .p-business__body-inner {
		padding: 0 10em !important;
	}	
	.c-business-card__image {
		padding: 0 1em;
	}
	
	.attn-box {
		margin: 5em auto;
		padding: 3em;
		background: #f4f4f4;
	}
	.attn-box p {
		font-size: 1.8em;
		line-height: 1.8;
		margin: 0;
	}
	
	.face-list {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin: 0 5em 5em;
	}
	.face-list > li {
		width: 48%;
		list-style: none;
		border: 5px solid #f4f4f4;
	}
	.face-list li dl {
		margin:0;
	}
	.face-list li dl dt {
		background: #f4f4f4;
		color:#000;
		font-size: 25px;
		text-align: center;
    	padding: .5em;
	}
	.face-list li dl dd {
		font-size: 32px;
    	text-align: center;
		margin: 1em 0;
	}
	.face-list li dl dd span {
		display:block;
		font-size: 1vw;
	}
	.face-list02 {
		display:block;
		margin: 0 5em 5em;
	}
	.face-list02 > div {
		list-style: none;
		border: 5px solid #00933c;
	}
	.face-list02 > div dl {
		margin:0;
	}
	.face-list02 > div dl dt {
		background: #00933c;
		color:#fff;
		font-size: 25px;
		text-align: center;
    	padding: .5em;
	}
	.face-list02 > div dl dd {
		font-size: 32px;
    	text-align: center;
		margin: 1em 0;
	}
	
	.flex-plan {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: nowrap;
		justify-content: center;
		align-items: center;
		margin:3em;
	}	
	.flex-plan .f40 {
		font-size:60px;
		font-weight: 700;
		display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.flex-plan .f40:before {
		content: attr(data-eng);
		font-size: 1.5vw;
		/* color: #000; */
		margin: 0 5px -10px 0;;
		letter-spacing: .08em;
		color: #000;
		font-weight: 700;
	}
 	.face-list02 > div dl dd span,
	.flex-plan > div > span {
		display:block;
		font-size:60px;
		font-weight: 700;
	}
	.flex-plan .overview {
		width: 55%;
	}
	.flex-plan .overview ul {
		margin: 20px 0 0 1.5em;
    	padding: 1em;
	}
	.overview ul {
		margin: 0 1em;
    	padding: 1em;
		background: #edf6f5;
		border-radius: 10px;
	}	
	.overview ul li {
		width:100%;
		font-size: 13px;
		text-align: left;
		line-height: 1.8;
	}
	.face-list02 .overview ul li {
		text-align:left;
		font-size: 15px;
    	padding: 0 2em;
	}
	.page-template-business-fc .feature-list {
		width: 1200px;
    	margin: 0 auto;
	}
	.page-template-business-fc .feature-list li {
		width: 30%;
	}
	.page-template-business-fc .p-business__body-inner {
		/*width: 1200px;
    	margin: 0 auto;*/
	}
	.page-template-business-fc .feature-list02 {
		justify-content: center;
	}
	.page-template-business-fc .feature-list02 li {
		width: 30%;
		margin: 0 1em 5em;
	}
	.page-template-business-fc .w50 {
		background: #edf6f5;
		margin: 0 2em;
    	padding: 5em 2em 0;
	}	
	.page-template-business-fc .w50 li {
		width:48%;
	}
	.page-template-business-fc .moreBtn {
		margin-bottom: 5em;
	}
	
	#mission, 
	#message {
		position: relative;
	}
	
	#mission .top-section__ttl {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
    	padding-bottom: 20em;
	}
	#mission .th-txt,
	#message .th-txt {
		font-size: 1.4vw;
		line-height: 1.8;
	}
	#message .th-txt {
		width: 50%;
		padding-right: 0;
		z-index: 1;
		position: relative;	
	}
	#message .th-txt p {
		font-size: 1.4vw;
		line-height: 1.8;
	}
	#message:after {
		content: '';
		display: block;
		width: 100%;
		height: 500px;
		position: absolute;
		right: 0;
		top: 150px;
		background: url(../images/summary/company-message.jpg?20210326) no-repeat right 100%;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}
	#message .home-message__img.img02 {
		top: 200px;
		right: 0;
		background: #edf6f5;
		height: 500px;
		width: 60%;
	}
	#message .BoxInner-name {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 0 0 0 3.5em;
	}
	#message .BoxInner-name ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: center;
		align-content: center;
		width: 100%;
	}
	#message .BoxInner-name ul li:first-child {
		width:50%;
	}

	#message .name-svg img {
		width:100%;
	}
	#message li .ico-svg a {
		background: #41c9b4;
		margin-left: 15px;
		display: inline-block;
		width: 38px;
		height: 38px;
		line-height: 33px;
		border-radius: 50%;
		-webkit-transition: all .25s ease-in-out 0s;
		transition: all .25s ease-in-out 0s;
	}	
	#message li .ico-svg a:hover {
		background: #00933c;
	}
	
	
	#profile .summaryWrap {
		padding-top:10em;
		width: calc(100% - 200px);
	}
	#profile .summaryWrap .company-profile {
    	margin: 0;
   		padding: 1em 0;
		overflow: hidden;
		border-bottom:1px solid #f4f4f4;
	}
	#profile .summaryWrap .company-profile dt {
		width: 20%;
		float: left;
		padding: 30px 0;
		line-height: 2;
		font-size: 1.2vw;
	}
	#profile .summaryWrap .company-profile dd {
		width: 80%;
		float: left;
		padding: 30px 0;
		line-height: 2;
		margin: 0;
		font-size: 1.2vw;
	}
	#profile .summaryWrap .company-profile dd .mapWrap {
		padding-top: 2em;
	}
	#profile .summaryWrap .company-profile dd:last-child {
		padding-bottom: 0;
	}
	#profile .summaryWrap .company-profile dd a {
		color: #17a297;
		text-decoration: underline;
		display: block;
	}
	#profile iframe {
		border:none;
	}
	#contact {
		clear:both;
	}
	
	
	.result-Box {
		margin: 3em auto;
		width: calc(100% - 200px);
		text-align: center;
	}
	.result-Box h3 {
		font-size: 2vw;
		position: relative;
		display: inline-block;
		margin: 0 0 1em;
		padding: .8em 5em;
		width: 100%;
		color: #fff;
		font-weight: 700;
		background: #00933c;
		border-radius: 10px 0 10px 0;
	}
	.result-Box h3:before {
	  content: "";
	  position: absolute;
	  top: -30px;
	  left: 50%;
	  margin-left: -15px;
	  border: 15px solid transparent;
	  border-bottom: 15px solid #00933c;
	}
	.result-Box h3 span {
		font-size:2.5vw;
	}
	.result-Box h4 {
		font-size: 1.8em;
		padding: .5em 0;
	}
	.marker03 {
		position: relative;
		display: inline-block;
		z-index: 1;
	}
	.marker03:before {
		content: '';
		width: 100%;
		height: 32%;
		background: #fff00a;
		position: absolute;
		left: 0;
		bottom: 8%;
		z-index: -1;
		border-radius: 3px;
	}	
	.page-template-partners .inner-Box {
		margin:0;
	}
	.page-template-partners .feature-list02 {
		margin: 10em 0;
	}
	.page-template-partners .feature-list02 li:nth-child(3) {
		margin: 0 0 5em;
	}	
	.page-template-partners .feature-list02 li:nth-child(4),
	.page-template-partners .feature-list02 li:nth-child(5),
	.page-template-partners .feature-list02 li:nth-child(6) {
		margin: 0;
	}
	.page-template-partners .sec-strong {
		margin-bottom: 10em;
	}
	.page-template-partners .kadai, 
	.page-template-partners .f18 {
		text-align:center;
	    font-size: 1.8em;
		line-height: 1.8;
	}
	.page-template-partners .kadai .w60 {
		width:60%;
	}
	.page-template-partners .kadai .w80 {
		width:80%;
	}
	
	.intro__text {
		text-align: center;
		font-size: 1.8em;
		line-height: 1.8;
		padding-bottom: 3em;
		color:#000;
	}
	#formWrap .mw_wp_form .cv {
		padding-bottom: 10em;
	}
	
	
	
	.form_table dl {
		width: 100%;
		font-size: 16px;
	}	
	.form_table dt {
		width: 20%;
		float: left;
		/* text-align: right; */
		/* text-align: right; */
		vertical-align: top;
		box-sizing: border-box;
		line-height: 1.5em;
		position: relative;
		margin: 15px 0;
		padding: 5px 0 5px 30px;
	}
	.form_table dl dd {
		vertical-align: top;
		/* width: 100%; */
		width: 70%;
		float: left;
		/* padding-top: 26px; */
		/* padding-bottom: 26px; */
		/* box-sizing: border-box; */
		/* position: relative; */
		padding: 5px 0 5px 0;
		margin: 15px 40px;
	}
	.form_table dt .req {
		font-size: 2rem;
		padding: 0 5px;
		position: absolute;
		bottom: 0;
		color: #ec0000;
	}
	.form_table dl dd input, 
	.form_table dl dd textarea {
		font-size: 14px;
		padding: 20px;
		border-width: initial;
		border-style: none;
		border-color: initial;
		border-image: initial;
		border-radius: 0;
		border: 1px solid #ddd;
	}	
	.cb {
		clear:both;
	}
	.flex-grid {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		-webkit-flex-direction: row;
		flex-direction: row;
		width: 90%;
    	margin: 5em auto 2em;
	}
	.flex-grid .l-grid-6 {
		width: calc(50% - 0px);
	}
	.l-grid-6 .grid-inner {
		margin: 0 16px 0 0;
	}
	.l-grid-6 .grid-inner .video-txt {
	}
	.l-grid-6 .grid-inner .chrome {
		position: relative;
		border: solid 5px #ddd;
		background: #fcfcfc;
		border-top: 0;
		max-width: 420px;
		border-radius: 4px;
		padding: 30px 10px 20px 10px;
		margin: auto;
	}
	.l-grid-6 .grid-inner .bar {
		position: absolute;
		top: 0;
		left: 0;
		background: #ddd url(../images/business/web/dot-browser.png) no-repeat left 10px top 50%;
		background-size: 40px;
		padding: 10px 0px;
		width: 100%;
		height: 30px;
		display: block;
	}	
	.size-video video {
		width: 100%;
		height: 400px;
	}
	#mission .txt-center-img {
		width: 35%;
		text-align: center;
		margin: 3em auto;
		padding: 0;
	}
	#mission .txt-center {
		text-align: center;
	}
	.page-template-business-web .overview p {
		background: #f4f4f4;
		padding: 1em;
		font-size: 13px;
	}
	.top-fc__list {
		position: relative;
	}	
	.top-fc__list:before {
		content: '';
		width: 100%;
		height: 64%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		background: #edf6f5;
	}
	.top-fc__list .display .list {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding-bottom: 3em;
	}
	.top-fc__list .display .list li {
		list-style: none;
		width: 31%;
		display: block;
		background: #fff;
		box-shadow: 0 0 32px rgba(0,0,0,.08);
		position: relative;
	}
	.top-fc__list .display .list li:before {
		content: "";
		top: 0;
		left: 0;
		border-bottom: 4em solid transparent;
		border-left: 4em solid #00933c;
		position: absolute;
		z-index: 1;
	}
	.top-fc__list .display .list li figure {
		overflow: hidden;
		margin:0;
	}
	.top-fc__list .display .list li dl {
		padding: 24px;
	}	
	.top-fc__list .display .list li dl dt a.btn {
		width:100%;
	}	
	.top-fc__list .display .list li dl dd {
		text-align: center;
		margin: 30px 0 0;
		font-size: 1.2vw;
		line-height: 1.8;
	}	
	.btnarea a {
		width:80%;
	}		
	.achievement.listBlock02 ul {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		-webkit-flex-direction: row;
		flex-direction: row;
		padding: 8em 0 5em;
	}
	.achievement.listBlock02 ul li {
		width: 30%;
		margin-left: 32px;
		position: relative;
	}	
	.achievement.listBlock02 ul li .text01 {
		text-align: center;
	}
	
	#privacy {
		margin-bottom:10em;
		padding: 0 10em;
	}
	#privacy h3.borders {
		margin: 50px 0 24px;
	}
	.page-template-partners .moreBtn {
		margin-bottom:5em;
	}
	
	.page-template-privacy .l-container {
		max-width: 1000px;
	}
	
	.BoxInner {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		bottom: 60px;
		position: absolute;
		left: 28%;
	}
	.BoxInner ul {
	    text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: center;
		align-content: center;
		margin-left: 10px;	
	}
	
	
	
}


@media (max-width: 1200px) {
	.section-head {
		padding-bottom: 5em;
		min-height:70vh;
	}
	.section-head .black-area {
		height: 26.56vw;
	}	
	.section-head .black-area .section-inner {
		padding: 5vw 0;
		width: calc(100% - 200px);
	}	
	.section-head:before {
		width: 60vw;
		height: 20vw;
		top: 8.52vw;
	}
	.page-template-download-form-thanks .section-head:before {
		width: 55vw;
	}
	.section-head .black-area .section-inner:after {
		width: 145vw;
		height: 25vw;
		left: -79.8vw;
	}
	.display {
		width:80%;
	}
	.twos.conts-wrap {
		padding-top: 10vw;
	}
	.twos .twoblock .blocks {
		padding: 3.5vw 2.5vw;
	}
	.twos .twoblock .blocks dt {
		font-size: 1.8vw;
	}
	.twos .twoblock .blocks dt:before {
		font-size: .5vw;
	}
	.twos .twoblock .blocks dd {
		font-size:1.2vw;
	}
	
	.blog-inner {
		margin: 5em 0 !important;
	}
	
	
	
	.display p.large {
		font-size: 1.4vw;
    	line-height: 1.8;
		text-align: center;
	}
	.page-template-business-sns .twos:before {
		left: 0;
		background: url(../images/business/sns/sns_01@2x.jpg) center;
		background-size: cover;
	}
	.page-template-business-sns .twos:after {
		right: 0;
		background: url(../images/business/sns/sns_02@2x.jpg) center;
		background-size: cover;
	}	
	.mod_bg02 {
	}
	.secBusiness {
		position: relative;
	}
	.secBusiness .bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		width: 100%;
		height: 195px;
		background: no-repeat 50% 0;
		background-size: cover;
	}
	.secBusiness .bg {
		height: 390px;
		background-image: url(../images/business/sns/works-bg@2x.jpg);
	}
	.secBusiness .bg {
	}
	.feature-list02 li dl dd a {
		color: #17a297;
		text-decoration: underline;
		font-size: 1vw;
	}	
	.mod_inner01 {
		box-sizing: border-box;
		max-width: 1200px;
    	width: 100%;
		margin: auto;
		padding: 0;
		box-sizing: border-box;
	}
	.secBusiness .inner {
		position: relative;
		z-index: 1;
		padding-bottom: 30px;
	}
	.mod_tit01_wrap {
		position: relative;
		z-index: 1;
	}
	.secBusiness .mainTit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 390px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.secBusiness .mainTit .ico {
		margin: -30px 0 10px;
		width: 100%;
	}
	.secBusiness .mainTit .ico {
		margin-top: -134px;
		margin-bottom: 16px;
	}
	.secBusiness .mainTit .ico img {
		display: block;
		width: 64px;
		margin: 0 auto;
	}	
	.mod_tit01 {
		text-align: center;
		font-size: 1.8em;
		line-height: 1.5;
		padding: 0;
		color: #fff;
		position: absolute;
    	top: 10em;
	}
	.mod_tit01 .en-txt {
		display:block;
		margin-top: -20px;
    	padding-bottom: 20px;
	}
	.secBusiness .box {
		width: calc(100% - 200px);
		margin: -150px auto 0;
		padding: 54px 0 60px;
		height: 100%;
		background: #fff;
		box-shadow: 0 2px 16px rgba(0,0,0,.1);
	}
	#business01 .inner .web-last {
		padding:54px 0 0 !important;
		margin-bottom: 5em;
	}
	.secBusiness .box .txt {
		text-align: center;
		font-size: 1.4vw;
    	line-height: 1.8;
		padding: 1em 0;
	}	
	
	.ttl-h3 {
		font-size: 2.5vw;
		color:#1f4f4e;
		font-weight: 700;
		padding: 0 30px;
		text-align: center;
	}
	h3.borders {
		font-size: 2vw;
	}
	.txt-02 {
		font-size: 1.4vw
	}
	.text01 {
		font-size: 1.2vw;
	}
	.achievement.listBlock01 ul {
		padding: 0 3em;
	}
	.marker02 {
		position: relative;
		display: inline-block;
		z-index: 1;
		background: linear-gradient(transparent 50%, #e5f4eb 0%);
    	display: inline;
	}
	.thumb-read {
		display: block;
		font-size: 1.2vw;
		padding-top: 10px;
		font-weight: 100;
		color: #24221D;
	}
	.beginner-index-feature-features {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 5em;
	}
	.beginner-index-feature-features-item {
		position: relative;
		width: 48.5%;
		margin-bottom: 3em;
	}
	.beginner-index-feature-features-img {
		display: block;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
		background: url() center no-repeat;
		background-size: cover;	
		height: 320px;
	}
	.beginner-index-feature-features-txts {
		position: relative;
		margin-top: -70px;
		background: #fff;
		margin-left: 20%;
		margin-right: 5%;
		padding: 2em;
		box-shadow: 0 0 48px rgba(0,0,0,.16);
	}	
	.beginner-index-feature-features-h {
		font-size: 2vw;
		margin-bottom: 1em;
		font-weight: bold;
		padding: 1em 0 0;
		margin: 0;
	}
	.beginner-index-feature-features-txt {
		font-size: 1.2vw;
    	line-height: 1.8;
	}	
	.feature-list,
	.feature-list02 {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 0 5em;
	}
	.feature-list li {
		width: 18.5%;
		background: #fff;
		margin: 0 0 2.5%;
		padding: 16px;
		border: #f6f6f8 4px solid;
		position: relative;
	}
	.feature-list02 {
		background:#edf6f5;
		margin: 5em;
	}
	.feature-list02 li {
		width: 48%;
		background: #fff;
		margin-bottom: 3em;
		padding: 2em 3em;
		position: relative;
	}
	.feature-list02 li .mtr:before {
		position: absolute;
		font-family: 'Dancing Script', cursive;
		color: #17a297;
		opacity: .4;
		display: block;
		font-size: 3vw;
		transform: rotate(-25deg);
		top: -1rem;
    	left: -1rem;
		z-index: 1;
	}
	.feature-list02 li:nth-child(1) .mtr:before {
		content: '01';
	}	
	.feature-list02 li:nth-child(2) .mtr:before {
		content: '02';
	}	
	.feature-list02 li:nth-child(3) .mtr:before {
		content: '03';
	}	
	.feature-list02 li:nth-child(4) .mtr:before {
		content: '04';
	}	
	.feature-list02 li:nth-child(5) .mtr:before {
		content: '05';
	}	
	.feature-list02 li:nth-child(6) .mtr:before {
		content: '06';
	}	
	.feature-list li:before {
		content: "";
		top: 0;
		left: 0;
		border-bottom: 4em solid transparent;
		border-left: 4em solid #f6f6f8;
		position: absolute;
		z-index: 1;
	}
	.feature-list li i {
		display: block;
		line-height: 1;
		padding: 12px 0 16px;
		text-align: center;
	}
	.ico-nym-sns:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 88px;
		background-image: url(../images/business/sns/sns-nym-01.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-ppc:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 67px;
		margin-top: 20px;
		background-image: url(../images/business/sns/sns-nym-02.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-unyo:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 67px;
		margin-top: 20px;
		background-image: url(../images/business/sns/sns-nym-03.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-difi:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 88px;
		background-image: url(../images/business/sns/sns-nym-04.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-search:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 77px;
    	margin-top: 10px;
		background-image: url(../images/business/sns/sns-nym-05.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	.ico-dammy:before {
		content: '';
		display: inline-block;
		width: 40px !important;
		height: 40px !important;
		margin-top: 0 !important;
		background-image: url(../images/business/img-dammy.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	.ico-nym-partners01:before {
		content: '';
		display: inline-block;
		width: 100px;
    	height: 70px;
		background-image: url(../images/partners/pt-nym-01.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-partners02:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 70px;
		background-image: url(../images/partners/pt-nym-02.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-partners03:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 70px;
		background-image: url(../images/partners/pt-nym-03.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.ico-nym-partners04:before {
		content: '';
		display: inline-block;
		width: 80px;
		height: 70px;
		background-image: url(../images/partners/pt-nym-04.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	.ico-nym-partners05 {
		padding:0 0 16px !important;
	}
	.ico-nym-partners05:before {
		content: '';
		display: inline-block;
		width: 75px;
		height: 83px;
		background-image: url(../images/partners/pt-nym-05.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	
	
	.feature-list li h4 {
		font-size: 1.2vw;
		line-height: 1.8;
    	font-weight: 100;
    	padding: 0;
	}
	.kadai {
		width: 80%;
		margin: 5em auto 2em;
	}
	.kadai.schedule {
		width: 80%;
		margin: 1em auto;
	}
	.inner-Box {
		margin: 5em;
	}	
	.feature-list02 li dl dt {
		font-weight: 700;
		font-size: 2vw;
		color:#17a297;
		margin: 0 0 16px;
		padding: 0 0 12px;
		border-bottom: #17a297 1px solid;
	}	
	.feature-list02 li dl dd {
	    font-size: 1.2vw;
    	line-height: 1.8;
		margin:0;
	}
	.page-template-partners .feature-list02 li dl {
		padding: 0;
		margin: 0;
		isplay: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: center;
		align-items: center;
		min-height: 90px;
	}
	.page-template-partners .feature-list02 li dl dt {
		border-bottom:none;
		padding: 0;
    	margin: 0;
	}
	.page-template-partners .feature-list02 li dl dd {
		display:none;
	}
	.sec-strong {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
	}
	.service-list {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin: 0 3em;
	}
	.service-list li.white {
		background: #fff;
		box-shadow: 0 2px 16px rgba(0,0,0,.1);
		width: 30%;
	}
	.service-list li figure {
		background: #f4f4f4;
		padding: 2em;
		border-radius: 50%;
		width: 100px;
		height: 100px;
		text-align: center;
		margin: 2em auto 0;
	}
	.service-list li figure img {
		width: 50px;
    	height: 50px;
    	top: 25%;
	}
	.service-list li dl {
		padding: 20px;
	}
	.service-list li.white dl dt {
		border: none;
		margin: 0;
		text-align: center;
		font-size: 2vw;
	}
	.service-list li.white dl dt span {
		font-size: 1vw;
	}
	.service-list li dl dt:before {
		font-family: Poppins,sans-serif;
		color: #008f3b;
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		content: attr(data-eng);
		display: block;
		font-size: 12px;
		margin: 0 0 10px;
		letter-spacing: .06em;
	}
	.service-list li dl dd.descript {
		font-size: 1.2vw;
    	line-height: 1.8;
	}	
	
	
	table.hikaku {
		border-collapse: collapse;
		margin: 0 auto;
	  	padding: 0;
	  	width: 90%;
	  	table-layout: fixed;
	}
	table.hikaku tr {
		padding: .35em;
		border-bottom: 2px solid #f4f4f4;
	}
	table.hikaku th,
	table.hikaku td {
		padding: 1em 10px 1em 1em;
		border-right: 2px solid #f4f4f4;
		text-align: center;
	}
	table.hikaku th {
		font-size: 1.4vw;
		color:#1f4f4e;
		border-bottom: 0;
	}
	table.hikaku thead tr{
		background-color: #edf6f5;
		color:#fff;
	}
	table.hikaku tbody th {
		background: #17a297;
		color: #fff;
		font-size: 1.4vw;
		text-align: center;
	}
	.col-gr {
		background: #1f4f4e !important;
	}
	.hikaku .txt{
		text-align: left;
		font-size: .85em;
	}
	.secBusiness .box .txt .fas,
	.secBusiness .box .txt .far {
		font-size: 2vw;
    	color: #008f3b;
	}
	.hikaku .price{
		text-align: right;
		color: #167F92;
		font-weight: bold;
	}
	.hikaku .non{
		background:#fff
	}	

	.attn-box {
		margin: 5em;
		padding: 3em;
		background: #f4f4f4;
	}
	.attn-box p {
		font-size: 1.2vw;
		line-height: 1.8;
		margin: 0;
	}
	
	.face-list {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin: 0 5em;
	}
	.face-list > li {
		width: 48%;
		list-style: none;
		border: 5px solid #f4f4f4;
	}
	.face-list li dl {
		margin:0;
	}
	.face-list li dl dt {
		background: #f4f4f4;
		color:#000;
		font-size: 1.4vw;
		text-align: center;
    	padding: .5em;
	}
	.face-list li dl dd {
		font-size: 1.4vw;
    	text-align: center;
		margin: 1em 0;
	}
	.face-list li dl dd span {
		display:block;
		font-size: 1vw;
	}
	.overview ul {
		margin: 20px 1.5em;
    	padding: 1em;
		background: #f4f4f4;
		border-radius: 10px;
	}
	.overview ul li {
		width:100%;
		font-size: .9vw;
    	line-height: 1.8;
	}
	
	.page-template-business-fc .feature-list {
		width: 100%;
    	margin: 0 auto;
	}
	.page-template-business-fc .feature-list li {
		width: 30%;
	}
	.page-template-business-fc .p-business__body-inner {
		width: 100%;
    	margin: 0 auto;
	}
	.page-template-business-fc .feature-list02 {
		justify-content: center;
		padding: 5em 0 0;
	}
	.page-template-business-fc .feature-list02 li {
		width: 45%;
		margin: 0 2em 5em;
	}
	.page-template-business-fc .moreBtn {
		margin-bottom: 5em;
	}
	
	#message .home-message__img.img02 {
		top: 190px;
		right: 0;
		background: #edf6f5;
		height: 390px;
		width: 60%;
	}
	
	.business-box-inner .achievement,
	.service-list {
		width: calc(100% - 200px);
		margin: 0 auto !important;
	}
	.page-template-business-sns .business-box-inner .achievement,
	.page-template-business-fc .business-box-inner .achievement,
	.page-template-business-web .business-box-inner .achievement {
		width:100%;
	}
	.service-list li.white dl dt {
		font-size:1.5vw;
	}
	.service-list li dl dd.descript {
		margin: 0;
	}
	.page-template-business-fc .w50 {
		background: #edf6f5;
		margin: 0 3em;
		padding: 5em 2em 0;
	}	
	.inner-Box {
		margin: 3em;
	}
	.feature-list02 {
		margin:0;
		padding: 2vw 0;
		margin: 0 0 5em;
	}
	.page-template-business-fc .feature-list02 li {
		width: 30%;
		margin: 0 1em 5em;
		padding: 1.8em 1.5em;
	}	
	.feature-list02 li dl dt {
		font-size:1.5vw;
	}
	.page-template-business-fc .feature-list02.w50 li {
		width: 45%;
	}
	.secBusiness .box .txt {
		width: calc(100% - 200px);
    	margin: 0px auto 3em;
	}
	.page-template-business-web .video-text01 {
		font-size: 2vw;
		color: #000;
		text-align: center;
		width: 50%;
		margin: 0 auto;
		font-weight: 700;
		padding: 5px 0;
	}
	.page-template-business-web .video-text02 {
		font-size: 2.5vw;
		color: #000;
		text-align: center;
		text-shadow: none;
		width: 50%;
		margin: 0 auto;
		font-weight: 700;
		padding: 5px 0;
	}
	.business-box-inner .achievement.listBlock01 ul {
		margin: 0 auto;
		padding: 0 5em 5em;
		width: 100%;
		max-width: 1000px;
	}	
	.business-box-inner .achievement.listBlock01 ul .title01 {
		bottom: 10rem !important;
	}
	.l-container {
		max-width: 1200px;
		width: calc(100% - 20px);
		margin: 0 auto;
		position: relative;
	}	
	.last-business-box-inner {
	}	
	.lastBtn {
		padding: 2em 0 5em;
	}
	#profile .summaryWrap {
		width: 100%;
	    padding: 5em 5em;
	}
	#profile iframe {
		border: none;
		height: 200px;
	}
	#profile .summaryWrap .company-profile dt ,
	#profile .summaryWrap .company-profile dd {
		padding: 10px 0;
	}
	#message .th-txt {
		font-size:1.4em;	
	}
	#mission .txt-center-img {
		width: 35%;
		text-align: center;
		margin: 3em auto;
		padding: 0;
	}
	#mission .txt-center {
		text-align: center;
	}
	#message .th-txt {
		width: 50%;
    	padding-right: 0;
	}	
	#message:after {
		content: '';
		display: block;
		width: 100%;
		height: 70%;
		position: absolute;
		right: 0;
		top: 150px;
		background: url(../images/summary/company-message.jpg?20210326) no-repeat right 100%;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}
	#message .home-message__img.img02 {
		height: 400px;
	}
	.page-template-business-web .overview p {
		background: #f4f4f4;
		padding: 1em;
		font-size: .9vw;
	}

	.top-fc__list {
		position: relative;
	}	
	.top-fc__list:before {
		content: '';
		width: 100%;
		height: 64%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		background: #edf6f5;
	}
	.top-fc__list .display .list {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding-bottom: 3em;
	}
	.top-fc__list .display .list li {
		list-style: none;
		width: 31%;
		display: block;
		background: #fff;
		box-shadow: 0 0 32px rgba(0,0,0,.08);
	}
	.top-fc__list .display .list li figure {
		overflow: hidden;
		margin:0;
	}
	.top-fc__list .display .list li dl {
		padding: 24px;
	}	
	.top-fc__list .display .list li dl dt {
		font-size: 20px;
		font-weight: 700;
		text-align: center;
	}	
	.top-fc__list .display .list li dl dd {
		text-align: center;
		margin: 30px 0 0;
		font-size: 1.2vw;
		line-height: 1.8;
	}	
	.btnarea a {
		width:80%;
	}	
	.achievement.listBlock02 ul {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		-webkit-flex-direction: row;
		flex-direction: row;
		padding: 2em 5em;
	}
	.achievement.listBlock02 ul li {
		width: 30%;
		margin-left: 32px;
		position: relative;
	}	
	.page-template-partners .moreBtn {
		margin-bottom:5em;
	}
	
	.page-template-partners .feature-list {
		padding: 0 10em;
	}
	.page-template-partners .c-business-card__image {
		height: 120px;
	}
	.page-template-partners .p-business__body-inner {
		padding: 0 10em !important;
	}
	.page-template-partners .feature-list02 {
		padding: 5em 10em !important;
	}
	.top-section__ttl {
		padding-top: 0 !important;
	}
	#message,
	#profile {
		padding-top:10em;
	}
	.BoxInner {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		bottom: 30px;
		position: absolute;
		left: 60px;
	}
	.page-template-business-web .lp-text01 {
		font-size: 1.8vw;
	}
	.result-Box h3 {
		width: 100%;
	}
	.page-template-business-fc table.hikaku {
		width: 80%;
	}
	.page-template-partners .feature-list02 li:nth-child(3) {
		margin: 0 0 3em;
	}	
	
}

@media screen and (max-width: 825px) {
	main {
		padding-top: 80px;
	}
	.breadcrumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
		height: 6.4vw;
		line-height: 6.4vw;
		padding: 0 4.8vw;
		background-color: #F4F4F4;
		overflow-x: scroll;
		white-space: pre;
	}
	.breadcrumbs a {
		color: #888888;
		font-size: 12px;
		text-decoration: none;
		font-size: 2.66667vw;
	}
	.breadcrumbs span {
		color: #888888;
		font-size: 2.66667vw;
		margin: 0 .5em;
	}
	.secBusiness .box {
		padding: 35px 0 0;
		margin-bottom: 5em;
	}
	.section-head {
		padding-top: 0;
		background-color: #008f3b;
	}
	.section-head .text-area {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: opacity 0.9s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.5s;
		transition: opacity 0.9s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.5s;
		-webkit-transition-property: opacity,-webkit-transform;
		transition-property: opacity,-webkit-transform;
		transition-property: opacity,transform;
		transition-property: opacity,transform,-webkit-transform;
	}
	.isPlay .text-area {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}	
	.section-head .black-area .section-inner:after {
		content: "";
		position: absolute;
		width: 1860px;
		height: 325px;
		background-color: #008f3b;
		transform:skewY(15deg);
		position: absolute;
		left: -1130px;
		top: 0;
		z-index: -1;
	}
	.section-head .black-area .section-inner:after, 
	.section-head .black-area .section-inner:before {
		-webkit-transform: translateX(0);
				transform:skewX(15deg);
	}
	
	.section-head:before {
		content: "";
		background-size: 100%;
		position: absolute;
		z-index: 1;
	  	animation-name: fade-in3;
	  	animation-duration: 0.8s;
	  	animation-fill-mode: forwards;
	  	animation-timing-function: cubic-bezier(.8,0,.5,1);
	}
	@keyframes fade-in3 {
		from {
		opacity: 0;
		transform: translateY(20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}	
	
	.page-template-business .section-head:before {
		background: url(../images/business/mv-works@2x.png) no-repeat;
		background-size: 100%;
	}
	.page-template-business-sns .section-head:before {
		background: url(../images/business/sns/mv-works-sns@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-business-web .section-head:before {
		background: url(../images/business/web/mv-works-web@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-business-fc .section-head:before {
		background: url(../images/business/franchise/mv-works-franchise@2x.png) no-repeat;
		background-size: 100%;
	}
	.page-template-post .section-head:before,
	.category .section-head:before,
	.archive .section-head:before {
		background: url(../images/post/mv-post@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-result .section-head:before {
		background: url(../images/result/mv-result@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-download .section-head:before {
		background: url(../images/download/mv-download@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-download-form .section-head:before, 
	.page-template-inquiry .section-head:before,
	.page-template-inquiry-thanks .section-head:before,
	.page-template-download-form-thanks .section-head:before {
		background: url(../images/form/mv-form@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-summary .section-head:before {
		background: url(../images/summary/mv-company@2x.png) no-repeat;
		background-size: 100%;
	}	
	.page-template-partners .section-head:before {
		background: url(../images/partners/mv-partners@2x.png) no-repeat;
		background-size: 100%;
	}
	.page-template-privacy .section-head:before {
		background: url(../images/privacy/mv-privacy@2x.png) no-repeat;
		background-size: 100%;
	}
	
	
	.section-head:before {
		width: 74.6vw;
		height: 30.1vw;
		top: 60vw;
		right: 0;
	}
	.section-head .black-area {
		height: 42.6vw;
	}
	.section-head h2 {
		font-size: 6.93333vw;
		letter-spacing: .8vw;
		color: #fff;
    	font-weight: 700;
	}
	.section-head .text-mini {
		font-size: 3.8vw;
    	margin-top: 0;
		color:#fff;
	}
	.display {
		width: auto;
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.twos .twoblock {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		z-index: 1;
	}
	.twos .twoblock {
		display: block;
		padding: 0 0 40px;
		border-bottom: #e8e8e8 1px solid;
	}
	.twos .twoblock .blocks {
		width: 47%;
		background: #fff;
		padding: 32px 48px;
		box-shadow: 0 0 48px rgba(0,0,0,.16);
		text-align: center;
	}
	.twos .twoblock .blocks {
		width: auto;
		padding: 0;
		margin: 0 0 32px;
		box-shadow: none;
	}
	.twos .twoblock .blocks:before {
		content: '';
		position: relative;
		width: 100%;
		height: 200px;
		display: block;
	}
	.twos .twoblock .blocks:first-of-type:before {
		background: url(../images/business/two_01@2x.jpg) center;
		background-size: cover;
	}
	.twos .twoblock .blocks:last-of-type:before {
		background: url(../images/business/two_02@2x.jpg) center;
		background-size: cover;
	}	
	.twos .twoblock .blocks:last-of-type {
		margin: 0;
	}			
	.twos .twoblock .blocks dt {
		font-size: 17px;
		margin: 24px 20px 0;
	}
	.twos .twoblock .blocks dt:before {
		content: attr(data-eng);
		font-size: 15px;
		color: #00933c;
		display: block;
		margin: 0;
		letter-spacing: .08em;
	}	
	.twos .twoblock .blocks dt:before {
		font-size: 12px;
	}
	.twos .twoblock .blocks dt:after {
		margin: 18px auto;
	}	
	.twos .twoblock .blocks dd {
		margin: 0 20px;
	}
	.block-fbmp {
		display: block;
		text-align: center;
    	margin: 10px 0;
	}
	.fbmp-img, 
	.block-fbmp img {
		width:50%;
	}
	.achievement.listBlock01 ul li .mtr:before {
		top: -2rem !important;
		left: -2rem !important;
	}
	.achievement.listBlock01 ul li .mtr:before {
		font-size: 13vw !important;
	}
	.customer-inner h3 {
		text-align: center;
    	padding: 3em 4em 1em;
	}
	
	table.hikaku {
		border: 0;
		width:100%
	}
	table.hikaku th{
		background-color: #167F92;
		display: block;
		border-right: none;
	}
	table.hikaku thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	table.hikaku tr {
		display: block;
		margin-bottom: .625em;
	}
	table.hikaku td {
		border-bottom: 1px solid #bbb;
		display: block;
		font-size: .8em;
		text-align: right;
		position: relative;
		padding: .625em .625em .625em 4em;
		border-right: none;
	}

	table.hikaku td::before {
		content: attr(data-label);
		font-weight: bold;
		position: absolute;
		left: 10px;
		color: #1f4f4e;
	}
	table.hikaku td:last-child {
		border-bottom: 0;
	}
	table.hikaku tbody th {
		color: #fff;
	}	
	
	#works-sns {
		margin-top: 10em;
	}
	.home-partner__line {
		height: 45px !important;
	}	
	.secBusiness .bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		width: 100%;
		height: 170px;
		background: no-repeat 50% 0;
		background-size: cover;
    	background-image: url(../images/business/sns/works-bg@2x.jpg);
	}	
	.mod_inner01 {
		width:100%;
		padding-bottom: 0 !important;
	}
	.mod_tit01 {
		top: 5em;
	}
	.mod_tit01:before {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		content: attr(data-eng);
		font-size: 12px;
		color: #fff;
		display: block;
		margin: 0 0 8px;
		letter-spacing: .08em;
	}	
	.secBusiness .mainTit {
		height:280px;
	}
	.secBusiness .mainTit .ico {
		margin: -160px 0 10px;
		width: 100%;
	}
	.secBusiness .mainTit .ico img {
		display: block;
		width: 48px;
		margin: 0 auto;
	}
	.beginner-index-feature-features {
		padding: 3em 0;
	}
	.beginner-index-feature-features-item {
		width:100%;
	}
	.beginner-index-feature-features-txts {
		margin-left: 5%;
	}
	.beginner-index-feature-features-img {
		height:150px;
	}
	.feature-list {
		display: block;
	}
	.feature-list {
		padding:3em 0;
	}
	.page-template-partners .feature-list {
		padding: 3em 0;
	}	
	.feature-list02 {
		padding:0;
	}
	.feature-list li {
		width: 100%;
		padding: 20px;
		margin: 0 0 16px;
		display: flex;
    	align-items: center;
	}
	.feature-list li:before {
		border-bottom: 2em solid transparent;
    	border-left: 2em solid #f6f6f8;
	}
	.feature-list li i {
		float: left;
		margin: 0 20px 0 0;
		padding: 0;
	}
	.feature-list li h4 {
		clear:right;
	}
	.ico-nym-sns:before {
		width: 46px;
		height: 50px;
	}
	.ico-nym-ppc:before {
		width: 46px;
		height: 40px;
		margin-top: 10px;
	}
	.ico-nym-unyo:before {
		width: 45px;
    	height: 37px;
		margin-top: 10px;
	}
	.ico-nym-difi:before {
		width: 45px;
    	height: 50px;
	}
	.ico-search:before {
		width: 45px;
		height: 45px;
		margin-top: 5px;
	}
	.ico-nym-partners01:before {
		width: 50px;
		height: 37px;
	}
	.ico-nym-partners02:before {
		width: 50px;
		height: 47px;
		margin-top: 10px;
	}
	.ico-nym-partners03:before {
		width: 45px;
    	height: 45px;
		margin-left: 5px;
	}
	.ico-nym-partners04:before {
		width: 50px;
    	height: 42px;
	}
	.ico-nym-partners05:before {
		width: 50px;
		height: 55px;
		margin-top: 5px;
	}
	.kadai {
		width: 100%;
		margin: 2em auto;
	}
	.feature-list02 {
		margin: 3em 0;
		padding: 0 !important;
	}
	.feature-list02 li {
		width:100%;
		margin: 3em;
    	padding: 2em 3em;
	}
	.feature-list02 li .mtr:before {
		font-size:10vw;
	}
	.service-list {
		margin: 3em 0 0;
	}
	.service-list li.white {
		width:100%;
		margin-bottom: 3em;
		position: relative;
	}
	.service-list li.white:before {
		content: "";
		top: 0;
		left: 0;
		border-bottom: 4em solid transparent;
		border-left: 4em solid #00933c;
		position: absolute;
		z-index: 1;
	}	
	.service-list li figure {
		background: #f4f4f4;
		padding: 1.5em;
		border-radius: 50%;
		width: 65px;
		height: 65px;
		text-align: center;
		margin: 2em 1em;
		float: left;
	}
	.service-list li.white dl dt,
	.service-list li dl dt:before {
		text-align: left;
	}
	.service-list li dl dt:before {
		margin:0;
		font-size: 12px;
	}
	.service-list li dl dd.descript {
		display: inline-block;
	}
	.business-box-inner {
		border-top: #f6f6f8 3px solid;
    	padding: 2em;
	}
	.page-template-business-sns .sec-strong {
		padding: 2em 0;
	}	
	.hikaku .txt {
		padding: 1em 0;
	}
	.beginner-index-feature-features-h {
		font-size: 1.4vw;
		margin-bottom: 0;
		padding: 0;
		font-weight: bold;
	}	
	h3.borders {
		margin: 0 0 20px;
    	padding-left: 18px;
		border-bottom: #e8e8e8 1px solid;
		position: relative;
		padding: 12px;
		/* padding-left: 20px; */
		/* font-size: 22px; */
		line-height: 1;
		font-weight: 700;
		/* margin: 0 0 24px;*/
	}
	h3.borders:after {
		content: '';
		width: 5px;
		height: 70%;
		background: #0a0a0a;
		border-radius: 4px;
		display: block;
		position: absolute;
		top: 15%;
		left: 0;
	}
	.inner-Box h3 {
		margin-top: 2em;
		line-height: 1.8;
	}
	.sns-ico li:before {
		position: absolute;
		display: inline-block;
		color: #fff;
		text-align: center;
		font-weight: 700;
		bottom: 10px;
    	z-index: -1;
		right:0;
	}
	/*.sns-ico li:nth-child(1):before {
		content: '';
		width: 100px;
		height: 80px;
		background-image: url(../images/business/sns/tw-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.sns-ico li:nth-child(2):before {
		content: '';
		width: 100px;
		height: 80px;
		background-image: url(../images/business/sns/insta-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.sns-ico li:nth-child(3):before {
		content: '';
		width: 100px;
		height: 80px;
		background-image: url(../images/business/sns/note-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}	
	.sns-ico li:nth-child(4):before {
		content: '';
		width: 100px;
		height: 80px;
		background-image: url(../images/business/sns/yt-ico.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}*/
	.achievement.listBlock01 ul {
		padding: 0 2em !important;
	}
	.achievement.listBlock01 ul li {
		margin: 2em 0 0 !important;
	}
	.inner-Box {
		margin: 0;
	}	
	
	.secBusiness .box .txt {
		padding: 1.5em 1em 0;
		margin: 0 auto 2em;
	}
	.attn-box {
		margin: 0;
	}
	.attn-box p {
		font-size: 1.8em;
		line-height: 1.8;
		margin: 0;
	}
	.bnone {
		border-top:none;
	}
	.face-list {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin: 0;
	}
	.face-list > li {
		width: 100%;
		list-style: none;
		border: 5px solid #f4f4f4;
	}
	.face-list > li:first-child {
		margin-bottom: 3em;
		margin-top: 3em;
	}
	.face-list li dl {
		margin:0;
	}
	.face-list li dl dt {
		background: #f4f4f4;
		color:#000;
		font-size: 1.4vw;
		text-align: center;
    	padding: .5em;
	}
	.face-list li dl dd {
		font-size: 1.4vw;
    	text-align: center;
		margin: 1em 0 .5em;
	}
	.face-list li dl dd span,
	.flex-plan .span-thumb {
		display: inline-block;
		font-size: 14px;
		margin-right: 10px;
	}
	.overview {
		margin: 1em 0 !important;
    	padding: 0 2em 1em;
	}
	.overview ul {
		margin: 0 1.5em;
    	padding: 3em;
		background: #edf6f5;
		border-radius: 10px;
	}
	.overview ul li {
		width:100%;
		font-size: .9vw;
    	line-height: 1.8;
	}
	
	.page-template-business-fc .feature-list li {
		width: 90%;
		min-height: 100px;
		margin: 2em;
	}
	.page-template-business-sns .c-business-card__image img {
		height: 40px !important;
	}
	.page-template-business-sns .c-business-card__image img,
	.page-template-business-fc .c-business-card__image img {
		width: 60%;
	}
	.page-template-business-fc .feature-list02 li {
		width: 100%;
		margin: 2em 2em;
	}
	.fra-btn {
		margin-top: 5em;
	}	
	.recommend-list {
		position: relative;
		margin: 2em 0;
		padding: 2em;
    	border: solid 1px #16a297;
		border-radius: 8px;
	}
	.page-template-download .flow-txt {
		color: #1f4f4e;
		font-size: 1.2vw;
		font-weight: 700;
		padding: 0 0 1em 0;
	}
	.recommend-list .box-title {
		position: absolute;
		display: inline-block;
		top: -13px;
		left: 10px;
		padding: 0 12px;
		line-height: 1;
		font-size: 16px;
		background: #FFF;
		color: #16a297;
		font-weight: bold;
	}
	.recommend-list p {
		margin: 0; 
		padding: 0;
		font-size:12px;
		color: #16a297;
    	font-weight: 700;
	}
	
	#mission, 
	#message,
	#profile {
		position: relative;
		padding-top: 5em;
	}
	
	#mission .top-section__ttl {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #edf6f5 50%, #edf6f5 100%);
    	padding-bottom: 5em;
    	margin-bottom: 5em;
	}
	#mission .th-txt,
	#message .th-txt {
		font-size: 1.4vw;
		line-height: 1.8;
	}
	#message:after {
		content: '';
		display: block;
		width: 85%;
		height: 36%;
		position: absolute;
		right: 0;
		top: 120px;
		background: url(../images/summary/company-message.jpg?20210326) no-repeat -64px 30px;
		-moz-background-size: 100% auto;
		background-size: auto 100%;
	}
	#message .th-txt {
		width: 100%;
		padding-right: 0;
	}	
	
	#message .home-message__img.img02 {
		top: 10px;
		right: 0;
		background: #edf6f5;
		height: 480px;
		width: 70%;
	}
	#message .company-name span {
		display:block;
	}
	#message .company-name .company-ttl {
		color:#8a8a8a;
	}
	#message .name-svg {
		width: 80%;
    	margin: .5em 0;
	}
	#message .BoxInner-name {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		padding: 0 0 0 1em;
	}	
	#message .BoxInner-name ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: center;
		align-content: center;
		width: 100%;
	}	
	#message li .ico-svg a {
		background: #41c9b4;
		margin-left: 15px;
		display: inline-block;
		width: 38px;
		height: 38px;
		line-height: 33px;
		border-radius: 50%;
		-webkit-transition: all .25s ease-in-out 0s;
		transition: all .25s ease-in-out 0s;
	}
	#message .name-svg img {
		width:100%;
	}
	
	#profile .summaryWrap {
		padding-top:2em;
	}
	#profile .summaryWrap .company-profile {
    	margin: 0;
   		padding: 1em 0;
		overflow: hidden;
		border-bottom:1px solid #f4f4f4;
	}
	#profile .summaryWrap .company-profile dt,
	#profile .summaryWrap .company-profile dd {
		width: 100%;
		padding: 10px 1em;
		margin: 0;
	}
	#profile .summaryWrap .company-profile dd .mapWrap {
		padding-top: 2em;
	}
	#profile iframe {
		border: none;
		width: 100%;
		height: 250px;
	}
	#contact {
		clear:both;
	}

	.mw_wp_form {
		padding-top: 10em;
	}	
	.form_table {
		padding-top:1em;
	}	
	.form_table dl {
		width: 100%;
		border: #e8e8e8 1px solid;
	}	
	.form_table dt {
		width: 100%;
		float: none;
		/* text-align: right; */
		/* text-align: right; */
		vertical-align: top;
		box-sizing: border-box;
		line-height: 1.5em;
		position: relative;
		margin: 0;
		padding: 15px 10px;
		text-align: left;
		background: #f6f6f8;
	}	
	
	.form_table dl dd {
		vertical-align: top;
		/* width: 100%; */
		width: 90%;
		float: none;
		/* padding-top: 26px; */
		/* padding-bottom: 26px; */
		/* box-sizing: border-box; */
		/* position: relative; */
		padding: 10px 0;
		margin: 0 auto;
	}
	.flex-dd {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.flex-dd .mwform-checkbox-field {
		width: 45%;
	}
	.first-child > span:first-child {
		width:50%;
	}
	.form_table dt .req {
		font-size: 14px;
		padding: 0 5px;
		position: absolute;
		bottom: 12px;
		color: #ec0000;
	}
	.form_table dl dd input {
		font-size: 14px;
		padding: 20px;
		border-width: initial;
		border-style: none;
		border-color: initial;
		border-image: initial;
		border-radius: 0;
		border: 1px solid #ddd;
	}
	.form_table dl dd textarea {
		font-size: 14px;
	}
	.kiyaku {
		display: block;
		clear: both;
		padding: 3em 0 0;
		width: 90%;
		margin: 0 auto;
	}
	.kiyaku a {
		text-decoration:underline;
	}
	button, input[type="button"], input[type="submit"] {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90% !important;
		height: 36px;
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: .1em;
		width: 100%;
		height: 65px;
		margin: 0 auto;
		font-size: 15px;
		transition: 0.3s;
	}
	input::placeholder,
	textarea::placeholder {
	  color: #bdbdbd;
	}
	input[type="submit"]:hover {
		background: #000;
		color: #fff;
	}
	.business-box-inner .achievement.listBlock01 ul .title01 {
		bottom: 10rem !important;
	}	
	.flex-plan .f40 {
		text-align:center;
		margin-top: .5em;
	}
	.flex-plan .f40:before {
		content: attr(data-eng);
		font-size: 6.24589vw;
		/* color: #000; */
		margin: 0 5px -10px 0;
		display: block;
		letter-spacing: .08em;
		color: #fff;
		text-align: center;
		text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0-1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
		font-weight: 700;
	}
	
	.flex-plan .overview {
		margin-bottom: .5em;
    	padding: 1em;
	}
	.top-fc__list {
		padding: 40px 15px 0;
	}
	.top-fc__list:before {
		content: '';
		width: 100%;
		height: 88%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		background: #f6f6f8;
	}	
	.top-fc__list .display .list {
		display:block;
	}
	.top-fc__list .display .list li {
		width: auto;
		box-shadow: 0 0 15px rgba(0,0,0,.08);
    	margin: 0 0 24px;
		position: relative;
	}
	.top-fc__list .display .list li:before {
		content: "";
		top: 0;
		left: 0;
		border-bottom: 4em solid transparent;
		border-left: 4em solid #00933c;
		position: absolute;
		z-index: 1;
	}	
	.top-fc__list .display .list li dl dt {
		color: #1f4f4e;
	}	
	
	.achievement.listBlock02 ul {
		display: -webkit-block;
		display: block;
		width: 90%;
		padding: 2em 0 5em;
	}
	.jisseki-lp {
		padding: 2em 0 0 !important;
	}
	.achievement.listBlock02 ul li {
		width: 100%;
		margin-left: 0;
		margin: 0 0 30px;
		position: relative;
	}
	.achievement.listBlock02 ul li .text01 {
		text-align:center;
	}
	#privacy {
		margin-bottom:10em;
		margin-top: 10em;
		padding: 0 1em !important;
	}
	#privacy h3.borders {
		margin: 50px 0 24px;
	}
	.page-template-business-sns .feature-list02 li dl dt {
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: space-between;
		align-items: center;
	}	
	.page-template-business-sns .feature-list02 li dl dt .sns-logo {
		width: 40px;
	}	
	.page-template-business-sns .feature-list02 li dl dt .sns-logo.sp-w80 {
		width: 80px;
	}
	.thumb-read {
		font-size:12px;
	}
	.p0 {
		padding:0 !important;
	}
	.customer-inner h3 {
		padding: 1em 0 !important;
	}
	.plr0 {
		padding:2em 0;
		margin-bottom: 5em;
	}
	.business-top.customer-inner {
		padding:3em 0 0;
		margin: 0 auto;
	}
	.daikou {
		padding: 0 !important;
	}
	.daikou p {
		font-size: 12px !important;
	}
	.kadai.schedule {
		width: 100%;
		margin: 1em auto;
	}
	#profile .summaryWrap {
		width: 100%;
		padding: 5em 0;
	}
	#mission .txt-center-img {
		width: 85%;
		margin: 3em auto 0;
	}
	#works-sns h3.p1em {
		padding:1em 0;
	}
	.page-template-partners #partners {
		margin-top:10em;
	}
	.page-template-partners #partners .top-section__ttl {
		padding-bottom:5em;
	}
	.page-template-partners .result-Box h3.f19 .marker {
		font-size: 30px;
    	margin-left: 5px;
	}
	.page-template-partners .result-Box h4 {
		padding: 5px 0;
	}
	.page-template-partners .l-container {
	}
	.page-template-partners .business-box-inner {
		border-top: #f6f6f8 3px solid;
		padding: 1em;
	}	
	.page-template-partners .c-business-card__image img {
		width: 60% !important;
    	height: 40px !important;
	}
	.page-template-partners .ttl-h3 {
		padding:1em 0 0;
	}
	.page-template-partners h3.borders {
		margin: 2em 0;
	}
	.page-template-partners .last-business-box-inner {
		padding: 2em 1em 0;
	}
	.page-template-partners .last-business-box-inner .moreBtn {
		margin: 2em 0 0;
	}
	.marker03 {
		position: relative;
		display: inline-block;
		z-index: 1;
	}
	.marker03:before {
		content: '';
		width: 100%;
		height: 32%;
		background: #fff00a;
		position: absolute;
		left: 0;
		bottom: 8%;
		z-index: -1;
		border-radius: 3px;
	}
	#message .th-txt {
		padding-top: 25em;
	}
	.service-list li figure img {
		width: 40px;
		height: 40px;
		top: 25%;
	}
	.mt0 {
		margin-top:0 !important;
	}
	.page-template-business-fc .last-business-box-inner .moreBtn {
		margin-bottom: 2em !important;
	}
	.service-list li dl dd.descript {
		margin: 1em 0;
	}	
	.ttl-h3 {
		font-size: 2.5vw;
		color: #1f4f4e;
		font-weight: 700;
		padding: 1em 0;
		text-align: center;
	}
	.page-template-business-sns .last-business-box-inner .moreBtn {
		margin-bottom:2em;
	}
	.page-template-business-fc .w50 {
		background: #edf6f5;
		margin: 3em 0;
		padding: 5em 2em 0;
	}	
	
	.page-template-business-web .lp-text01 {
		color: #000;
		text-align: center;
		margin: 0 auto;
		font-weight: 700;
		padding: 5px 0 2em;
	}
	.page-template-business-web .lp-text01 .thumb-read {
		display: block;
		padding-top: 10px;
		font-weight: 700;
		color: #00933c;
	}
	.result-Box h3 {
		position: relative;
		display: inline-block;
		margin: 0 0 1.5em;
		padding: .5em 1em;
		width: 90%;
		color: #fff;
		font-weight: 700;
		background: #00933c;
		border-radius: 0;
	}
	.result-Box h3:before {
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #00933c;
	}
	.page-template-business-fc .hikaku .non {
		background: #fff;
		text-align: center;
		padding: 0 0 10px;
	}
	.hikaku .non img {
		width:25%;
	}
	.hikaku .non.logo img {
		width:40%;
	}
	.page-template-business-fc .hikaku .non .thumb-ttl {
		font-size:13px;
		display: block;
	}
	table.hikaku td.txt01 {
		color: #00933c;
    	font-weight: 700;
	}
	.page-template-partners .feature-list02 li dl {
		padding: 0;
		margin: 0;
		isplay: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: -webkit-box;
		display: flex;
		-o-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-o-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-box-pack: justify;
		justify-content: center;
		align-items: center;
		min-height: 75px;
	}
	.page-template-partners .feature-list02 li dl dt {
		border-bottom:none;
		padding: 0;
    	margin: 0;
	}
	.section-head .black-area .section-inner {
		padding: 5vw 0;
		width: calc(100% - 40px);
		margin: 0 auto;
	}	
	.section-head {
		padding-bottom: 0;
		min-height: 25vh;
	}	
	#formWrap .mw_wp_form .cv {
		padding: 5em 0 0;
	}
}