@charset "UTF-8";
/* --------------------------------
	Survey LP
-------------------------------- */
.en-survey {
	font-family: Asap,"Asap";
}

@media only screen and (min-width: 641px) {
	main {
		min-width: 980px;
	}
	.siteFooter {
		min-width: 980px;
	}
}

.page-survey_lp {
	color: #000;
}
@media only screen and (max-width: 640px) {
	.page-survey_lp .hidden-sp_survey {
		display: none;
	}
}
@media only screen and (min-width: 641px) {
	.page-survey_lp .hidden-sp_survey {
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	.page-survey_lp .visibleInline-sp {
		display: inline;
	}
}
@media only screen and (min-width: 641px) {
	.page-survey_lp .visibleInline-sp {
		display: none;
	}
}

.sec-navigation {
	position: relative;
}
@media only screen and (min-width: 641px) {
	.sec-navigation {
		min-width: 960px;
		max-width: 1200px;
		margin: 0 auto;
	}
}

.sec-intro,
.sec-anchor,
.sec-service,
.sec-flow,
.sec-work,
.sec-case,
.sec-rcteam,
.sec-contact,
.sec-improvement {
	width: 960px;
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	.sec-intro,
	.sec-anchor,
	.sec-service,
	.sec-flow,
	.sec-work,
	.sec-case,
	.sec-rcteam,
	.sec-contact,
	.sec-improvement {
		overflow: hidden;
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width: 640px) {
	.sec-improvement {
		padding: 0 25px;
	}
	.sec-improvement .sec-line {
		padding: 0 5px;
	}
}

h3 {
	font-size: inherit;
	line-height: inherit;
}

@media only screen and (max-width: 640px) {
	.define-case dt {
		font-weight: bold;
	}
	.define-case dt,
	.define-case dd {
		display: inline;
	}
}

.ut-letterspace_narrow {
	letter-spacing: -0.03em;
}

.page-survey_lp .sec-improvement,
.page-survey_lp .sec-service,
.page-survey_lp .sec-case,
.page-survey_lp .sec-flow,
.page-survey_lp .sec-contact,
.page-survey_lp .sec-rcteam {
	position: relative;
}

.page-survey_lp #anchor_0 {
	position: absolute;
	top: -50px;
}

@media only screen and (min-width: 641px) {
	.page-survey_lp #anchor_1 {
		position: absolute;
		top: -200px;
	}
	.page-survey_lp #anchor_2 {
		position: absolute;
		top: -200px;
	}
	.page-survey_lp #anchor_3 {
		position: absolute;
		top: -200px;
	}
	.page-survey_lp #anchor_4 {
		position: absolute;
		top: -200px;
	}
	.page-survey_lp #anchor_5 {
		position: absolute;
		top: -200px;
	}
	.page-survey_lp #anchor_6 {
		position: absolute;
		top: -200px;
	}
}

@media only screen and (max-width: 640px) {
	.page-survey_lp .textcenter-sp {
		text-align: center;
	}
	.page-survey_lp .textleft-sp {
		text-align: left;
	}
}

@media only screen and (min-width: 641px) {
	.page-survey_lp .textcenter-sp {
		text-align: left;
	}
	.page-survey_lp .textleft-sp {
		text-align: center;
	}
}

main * {
	max-height: 999999px;
}

main .sec-contact {
	padding-bottom: 120px;
}

@media only screen and (max-width: 640px) {
	main {
		padding-top: 50px;
	}
	main .sec-improvement {
		margin-top: -40px;
	}
}

@media only screen and (min-width: 641px) {
	main .sec-contact {
		padding-bottom: 160px;
	}
	main .sec-figure {
		margin-bottom: 180px;
	}
}

.clone-nav {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}

@media only screen and (max-width: 640px) {
	.nav-top {
		height: 50px;
		padding: 10px 15px;
		background: #fff;
	}
	.nav-top .logo {
		position: absolute;
		top: 10px;
		left: 15px;
		width: 115px;
		height: 34px;
		background: url(/img/survey_lp/logo_state_1.png) no-repeat;
		background-size: 100%;
		font-size: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.nav-top.is-active {
		background: #000;
	}
}

@media only screen and (min-width: 641px) {
	.nav-top .logo {
		display: inline-block;
		position: relative;
		width: 208px;
		height: 48px;
		background: url(/img/survey_lp/logo_state_1.png) no-repeat;
		background-position: center center; 
		background-size: 100%;
	}
	.nav-top .logo:hover {
		opacity: 0.9;
	}
}

.is-open {
	height: 100%;
}
.is-open .nav-top {
	background: #000;
}
.is-open .nav-top .logo {
	background: url(/img/survey_lp/logo_state_2.png) no-repeat;
	background-size: 100%;
}

.pageHeader_survey {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 640px) {
	.pageHeader_survey {
		overflow: hidden;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transition: -webkit-transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		transition: transform 0.3s, -webkit-transform 0.3s;

		-webkit-backface-visibility: hidden;

		        backface-visibility: hidden;
	}
	.pageHeader_survey .toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		padding: 19px 16px 0 16px; 
		cursor: pointer;
	}
	.pageHeader_survey .hamburger > span.avocado {
		-webkit-transform: translateY(-5px);
		    -ms-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
	.pageHeader_survey .hamburger > span.patty {
		-webkit-transform: translateY(5px);
		    -ms-transform: translateY(5px);
		        transform: translateY(5px);
	}
	.pageHeader_survey .hamburger > span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 2px;
		background: #036eb8;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.pageHeader_survey .hamburger {
		position: relative;
		width: 20px;
		height: 16px;
		margin: 5px 0;
	}
	.pageHeader_survey .navOverlay {
		display: none; 
		position: absolute;
		z-index: 1500;
		top: 50px;
		width: 100%;
		background: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.pageHeader_survey.is-open {
		height: 100%;
	}
	.pageHeader_survey.is-open .hamburger .avocado {
		-webkit-transform: rotate(135deg) !important;
		    -ms-transform: rotate(135deg) !important;
		        transform: rotate(135deg) !important;
	}
	.pageHeader_survey.is-open .navOverlay {
		display: block;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.pageHeader_survey.is-open .hamburger > span {
		background: #fff;
	}
	.pageHeader_survey.is-open .hamburger .cheddarCheese {
		background-color: transparent;
	}
	.pageHeader_survey.is-open .hamburger .patty {
		-webkit-transform: translateY(0) rotate(225deg) !important;
		    -ms-transform: translateY(0) rotate(225deg) !important;
		        transform: translateY(0) rotate(225deg) !important;
	}
	.pageHeader_survey.is-open .nav > .container {
		visibility: visible;
		opacity: 1;
	}
}
@media only screen and (min-width: 641px) {
	.pageHeader_survey {
		z-index: 100; 
		margin-top: -100px;
	}
	.pageHeader_survey.is-show {
		margin-top: 0;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
}

@media only screen and (max-width: 640px) {
	.nav-local {
		display: inline-block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		width: 100%; 
		padding: 20px 40px;
		background: RGBA(50, 50, 50, 1);
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;

		-webkit-box-align: center;

		-webkit-align-items: center;

		    -ms-flex-align: center;

		        align-items: center;
	}
	.nav-local .btn {
		margin-right: 5px; 
		margin-left: auto;
	}
	.nav-local .icon {
		width: 28px;
		text-align: center;
	}
	.nav-local .icon img {
		max-width: none;
		width: 100%;
		height: auto;
	}
	.nav-local .text {
		margin-left: 20px; 
		font-size: 14px;
	}
	.nav-local:hover {
		opacity: 0.9;
	}
	.nav-local.nav_contact {
		background: #036eb8;
		color: #fff;
	}
	.nav-local.nav_contact:hover {
		background-color: #00489d;
	}
}

@media only screen and (min-width: 641px) {
	.nav-local {
		display: inline-block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative; 
		-webkit-box-orient: vertical; 
		-webkit-box-direction: normal; 
		-webkit-flex-direction: column; 
		    -ms-flex-direction: column; 
		        flex-direction: column;
		min-height: 80px;
		height: 80px;
		border: 3px solid transparent;
		background: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;

		-webkit-box-align: center;

		-webkit-align-items: center;

		    -ms-flex-align: center;

		        align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.nav-local .icon {
		display: inline-block; 
		width: 30px;
		margin: 0 auto 8px;
	}
	.nav-local .text {
		font-size: 12px;
	}
	.nav-local:hover {
		background: #e6f5ff;
	}
	.nav-local.nav_contact {
		background: #036eb8;
		color: #fff;
	}
	.nav-local.nav_contact:hover {
		border: 3px solid transparent; 
		background-color: #00489d;
	}
}

.nav-anchor {
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative; 
	-webkit-box-orient: vertical; 
	-webkit-box-direction: normal; 
	-webkit-flex-direction: column; 
	    -ms-flex-direction: column; 
	        flex-direction: column;
	min-height: 94px;
	height: 94px;
	border: 2px solid transparent;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	-webkit-align-content: center;

	    -ms-flex-line-pack: center;

	        align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.nav-anchor img {
	max-width: none;
	width: 100%;
	height: auto;
}
.nav-anchor svg {
	width: 100%;
	height: auto;
}
.nav-anchor:hover {
	border: 2px solid #036eb8;
}
.nav-anchor.nav_contact:after {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
.nav-anchor.nav_contact:hover {
	border: 3px solid transparent;
	opacity: 0.9;
}

@media only screen and (max-width: 640px) {
	.nav-anchor {
		padding-bottom: 5px;
	}
	.nav-anchor .icon {
		width: 28px;
		margin: 0 auto 2px;
	}
	.nav-anchor .text {
		margin-top: 4px;
		margin-bottom: 8px;
		padding: 0 0.5em; 
		font-size: 12px;
		line-height: 1.12;
	}
}

@media only screen and (min-width: 641px) {
	.nav-anchor {
		min-height: 156px;
		padding-bottom: 5px;
	}
	.nav-anchor .icon {
		width: 42px;
		height: 42px;
		margin: 0 auto 2px;
	}
	.nav-anchor .text {
		margin-bottom: 7px; 
		font-size: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.cta-contact_fixed {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #036eb8;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 18px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%); 

		-webkit-box-pack: center; 

		-webkit-justify-content: center; 

		    -ms-flex-pack: center; 

		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.cta-contact_fixed:hover {
		background-color: #00489d;
	}
	.cta-contact_fixed .mod-ico.blank {
		position: absolute;
		top: 50%;
		right: 0;
		margin-right: 20px;
	}
	.is-fixed .cta-contact_fixed {
		-webkit-transform: translateY(100%);
		    -ms-transform: translateY(100%);
		        transform: translateY(100%);
	}
}

.cta-contact {
	display: inline-block;
	position: relative;
	height: 90px;
	background: #036eb8;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-indent: -5px;
	font-weight: bold;
	line-height: 90px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cta-contact .mod-ico.blank {
	position: absolute;
	right: 20px;
	width: 15px; 
	margin: 0;
}
.cta-contact .mod-ico.blank img {
	width: 100%;
}
.cta-contact:hover {
	background-color: #00489d;
}

@media only screen and (max-width: 640px) {
	.cta-contact {
		min-width: 260px;
		width: 100%;
		font-size: 20px;
	}
}

@media only screen and (min-width: 641px) {
	.cta-contact {
		min-width: 360px;
		font-size: 24px;
	}
}

.mod-ico.blank {
	display: inline-block;
	margin-left: 5px;
}

.define {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-top: 1px dotted #333; 

	-webkit-flex-wrap: wrap; 

	    -ms-flex-wrap: wrap; 

	        flex-wrap: wrap;
}
.define dt {
	position: relative; 
	color: #036eb8;
	font-weight: bold;
}
.define dt:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0; 
	width: 1000%;
	height: 1px;
	border-top: 1px dotted #333;
}
.define dd {
	padding-left: 1em; 

	-webkit-align-self: center; 

	    -ms-flex-item-align: center; 

	            -ms-grid-row-align: center; 

	        align-self: center;
}

@media only screen and (max-width: 640px) {
	.define {
		margin-top: 35px;
		line-height: 1.5;
	}
	.define dt {
		width: 90px;
		padding: 25px 5px;
		padding-left: 30px;
		text-align: left;
	}
	.define dd {
		width: calc(100% - 90px);
		padding: 1.2em 0 1.2em;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 641px) {
	.define {
		line-height: 1.4;
	}
	.define dt {
		padding: 20px 5px;
		padding-left: 30px;

		-webkit-align-self: center;

		    -ms-flex-item-align: center;

		            -ms-grid-row-align: center;

		        align-self: center;
	}
	.define dd {
		padding: 20px 5px;
	}
	.sec-company .define dt {
		width: 180px;
	}
	.sec-company .define dd {
		width: calc(100% - 180px);
	}
	.service-item .define dt {
		width: 130px;
	}
	.service-item .define dd {
		width: calc(100% - 130px);
	}
}

.icon-plus {
	display: block;
	position: relative;
	border: none;
	background: none;
	cursor: pointer;
}
.icon-plus .icon_item {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 1px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-plus .icon_item:nth-of-type(1) {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.icon-plus .icon_item:nth-of-type(2) {
	-webkit-transition: all 0.3s;
	transition: all 0.3s; 
	-webkit-transform: rotate(0deg); 
	    -ms-transform: rotate(0deg); 
	        transform: rotate(0deg);
}
.icon-plus.is-active .icon_item:nth-of-type(1) {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.icon-plus.is-active .icon_item:nth-of-type(2) {
	opacity: 0; 
	-webkit-transform: rotate(45deg); 
	    -ms-transform: rotate(45deg); 
	        transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
	.icon-plus {
		width: 24px;
		height: 24px;
	}
	.icon-plus .icon_item {
		width: 12px;
		height: 2px;
		margin-top: -1px; 
		margin-left: -6px;
	}
}
@media only screen and (min-width: 641px) {
	.icon-plus {
		width: 28px;
		height: 28px;
		border-radius: 50%; 
		background-color: #036eb8;
	}
	.icon-plus .icon_item {
		width: 14px;
		height: 2px; 
		margin-top: -1px;
		margin-left: -7px;
	}
}

.icon-arrow_down {
	display: inline-block; 
	position: relative;
	width: 18px;
	height: 2px;
	background: #000;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.icon-arrow_down:after {
	content: "";
	position: absolute;
	top: -5px;
	right: -11px;
	border: 6px solid;
	border-color: transparent;
	border-left: 8px solid #000;
}

.icon-svg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.icon-svg.report {
	color: #e6f5ff;
}
.icon-svg svg {
	display: inline-block;
}

.icon-arrow {
	display: block; 
	position: relative;
}
.icon-arrow:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
}
.icon-arrow.icon-arrow-rc_1:after {
	border-top: solid 2px #036eb8;
	border-right: solid 2px #036eb8;
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	    -ms-transform: translate(-50%, -50%) rotate(135deg);
	        transform: translate(-50%, -50%) rotate(135deg);
}
.icon-arrow.icon-arrow-rc_2:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.icon-arrow.icon-arrow-rc_3:after {
	border-radius: 2px;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	    -ms-transform: translate(-50%, -50%) rotate(135deg);
	        transform: translate(-50%, -50%) rotate(135deg);
}
.icon-arrow.icon-contact:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
@media only screen and (max-width: 640px) {
	.icon-arrow.icon-arrow-rc_1:after {
		width: 12px;
		height: 12px;
	}
	.icon-arrow.icon-arrow-rc_2:after {
		width: 12px;
		height: 12px;
	}
	.icon-arrow.icon-arrow-rc_3:after {
		width: 14px;
		height: 14px; 
		border-top: solid 2px #036eb8;
		border-right: solid 2px #036eb8;
	}
	.icon-arrow.icon-arrow-rc_4:after {
		width: 12px;
		height: 12px;
	}
}
@media only screen and (min-width: 641px) {
	.icon-arrow.icon-arrow-rc_1:after {
		width: 15px;
		height: 15px;
	}
	.icon-arrow.icon-arrow-rc_3:after {
		width: 14px;
		height: 14px; 
		border-top: solid 2px #036eb8;
		border-right: solid 2px #036eb8;
	}
}

.is-active .icon-arrow.icon-arrow-rc_3:after {
	-webkit-transform: translate(-50%, -50%) rotate(315deg);
	    -ms-transform: translate(-50%, -50%) rotate(315deg);
	        transform: translate(-50%, -50%) rotate(315deg);
}

.nav-anchor:hover .icon-arrow:after {
	-webkit-transform: translate(-50%, -25%) rotate(135deg);
	    -ms-transform: translate(-50%, -25%) rotate(135deg);
	        transform: translate(-50%, -25%) rotate(135deg);
}

.sec-navigation .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
}

@media only screen and (max-width: 640px) {
	.sec-navigation .list {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.sec-navigation .list .listitem {
		width: calc(100%);
	}
}

@media only screen and (min-width: 641px) {
	.sec-navigation {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-align: center;

		-webkit-align-items: center;

		    -ms-flex-align: center;

		        align-items: center;
	}
	.sec-navigation .item:nth-of-type(1) {
		margin-right: 20px;
	}
	.sec-navigation .item:last-of-type {
		min-width: 850px; 
		margin-left: auto;
	}
	.sec-navigation .list {
		line-height: 1;
	}
	.sec-navigation .list .listitem {
		width: calc(100% / 6);
	}
}

.sec-anchor .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: justify;

	-webkit-justify-content: space-between;

	    -ms-flex-pack: justify;

	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.sec-anchor .nav-anchor:hover {
	background: #e6f5ff;
}

.sec-anchor .nav-anchor.nav_contact {
	background: #036eb8;
	color: #fff;
}
.sec-anchor .nav-anchor.nav_contact:hover {
	background: #00489d;
}

@media only screen and (max-width: 640px) {
	.sec-anchor .list {
		margin-top: 70px;
	}
	.sec-anchor .list .listitem {
		width: calc(50% - 15px);
		margin-top: 30px;
	}
	.sec-anchor .list .listitem:nth-of-type(1),
	.sec-anchor .list .listitem:nth-of-type(2) {
		margin-top: 0;
	}
}

@media only screen and (min-width: 641px) {
	.sec-anchor {
		margin-top: 120px;
	}
	.sec-anchor .list .listitem {
		width: 288px;
		margin-top: 45px;
	}
	.sec-anchor .list .listitem:nth-of-type(1),
	.sec-anchor .list .listitem:nth-of-type(2),
	.sec-anchor .list .listitem:nth-of-type(3) {
		margin-top: 0;
	}
}

.hero {
	width: 100%;
	background: url(../img/survey_lp/hero_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.hero .content {
	margin: 0 auto;
}
.hero .logo {
	position: relative;
	margin: 0 auto;
}
.hero .icon {
	position: absolute;
	right: 0;
}
@media only screen and (max-width: 640px) {
	.hero {
		padding: 40px 0 54px;
	}
	.hero .logo {
		width: 144px;
		margin-bottom: 20px;
	}
	.hero .icon {
		top: 0;
		width: 48px;
		-webkit-transform: translate(10px, 50px);
		    -ms-transform: translate(10px, 50px);
		        transform: translate(10px, 50px);
	}
}
@media only screen and (min-width: 641px) {
	.hero {
		padding: 90px 0 135px;
	}
	.hero .content {
		width: 960px;
	}
	.hero .logo {
		width: 206px;
	}
	.hero .icon {
		bottom: 0;
		width: 90px;
		-webkit-transform: translate(50px, -35px);
		    -ms-transform: translate(50px, -35px);
		        transform: translate(50px, -35px);
	}
}

.sec-intro {
	overflow: unset; 
	margin: 0 auto;
}
.sec-intro .lead {
	position: relative;
	margin: 0 auto; 
	color: #036eb8;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
}
.sec-intro .lead:before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(/img/survey_lp/intro_quot_before.png) no-repeat;
	background-size: contain;
}
.sec-intro .lead:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/img/survey_lp/intro_quot_after.png) no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 640px) {
	.sec-intro {
		padding: 0 30px;
	}
	.sec-intro .lead {
		margin-top: 50px;
		margin-bottom: 35px; 
		padding-right: 4px;
		padding-left: 22px;
		font-size: 22px;
		line-height: 1.52;
	}
	.sec-intro .lead:before {
		top: 0;
		left: -18px;
	}
	.sec-intro .lead:after {
		right: -18px; 
		bottom: -12px;
	}
	.sec-intro .lead:before,
	.sec-intro .lead:after {
		width: 30px;
		height: 30px;
	}
	.sec-intro .body p {
		margin-top: 1.5em; 
		font-size: 18px;
		line-height: 2;
	}
}
@media only screen and (min-width: 641px) {
	.sec-intro .lead {
		margin: 0 auto;
		margin-top: 130px;
		margin-bottom: 60px;
		padding-left: 30px; 
		text-align: center;
		font-size: 35px;
		line-height: 1.4;
	}
	.sec-intro .lead:before,
	.sec-intro .lead:after {
		width: 50px;
		height: 38px;
	}
	.sec-intro .lead:before {
		top: -5px;
		left: 20px;
	}
	.sec-intro .lead:after {
		right: 20px; 
		bottom: -15px;
	}
	.sec-intro .body p {
		margin-top: 2em; 
		font-size: 20px;
		line-height: 2;
	}
}

.sec-case .case_width {
	width: 960px;
	margin: 0 auto;
}

@media only screen and (min-width: 960px) {
	.sec-case .case_width {
		width: 1000px;
	}
}

.sec-case .carousel .slick-prev {
	left: -25px;
}

.sec-case .carousel .slick-next {
	right: -25px;
}

.sec-case .carousel .slick-arrow {
	width: 48px;
	height: 48px;
	background: #036eb8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.sec-case .carousel .slick-arrow:hover {
	background: #00489d;
}

.sec-case .carousel_item {
	position: relative;
	margin: 0 20px;
}

.sec-case .mod-carousel .slick-dots li button {
	width: 16px;
	height: 16px;
	background: #c8c8c8;
}
.sec-case .mod-carousel .slick-dots li button:after {
	content: none;
}

.sec-case .slick-dots li.slick-active button {
	border: none;
}

.sec-case #slider .slick-track {
	min-height: 520px;
}

.sec-flow .description p {
	margin-top: 1em;
}

.sec-flow .label {
	text-align: center;
}

.sec-flow .desc {
	font-size: 12px;
}

@media only screen and (max-width: 640px) {
	.sec-flow .body {
		margin-top: 55px;
	}
}

@media only screen and (min-width: 641px) {
	.sec-flow .body {
		margin-top: 0;
	}
	.sec-flow .label {
		font-size: 20px;
	}
	.sec-flow .desc {
		font-size: 14px;
	}
	.sec-flow .flow_desc {
		margin-top: 50px;
	}
}

.flow-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 90px;
	border: 3px solid;
	border-radius: 6px;
	background: #fff;
	text-align: center; 
	font-weight: bold;
	font-size: 14px;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	    -ms-flex-pack: center;

	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flow-item:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: -3.5px;
	left: 50%;
	width: 50%;
	height: 6px;
	background: #fff;
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
}
.flow-item:after {
	content: "0" counter(flownumber);
	counter-increment: flownumber 1;
	position: absolute;
	z-index: 3; 
	top: 0;
	left: 50%;
	margin-top: -0.8em;
	font-weight: bold;
	font-size: 20px;
	font-family: Asap,"Asap";
	-webkit-transform: translate(-50%, -2px);
	    -ms-transform: translate(-50%, -2px);
	        transform: translate(-50%, -2px);
}
.flow-item .icon {
	position: absolute;
	bottom: -18px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
}
@media only screen and (max-width: 640px) {
	.flow-item {
		margin-top: 40px;
	}
}
@media only screen and (min-width: 641px) {
	.flow-item {
		width: 146px;
		margin-top: 28px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.flow {
	counter-reset: flownumber 0;
}
.flow .flow_first .flow-item {
	border-color: #036eb8;
	color: #036eb8;
}
.flow .flow_first .desc {
	border-top: 2px dotted #036eb8;
}
.flow .flow_last .desc {
	border-top: 2px dotted #65a04d;
}
.flow .flow_last .flow-item {
	border-color: #65a04d;
	color: #65a04d;
}
@media only screen and (max-width: 640px) {
	.flow .flow_first .ttl {
		color: #036eb8; 
		font-weight: bold;
	}
	.flow .flow_first .icon-arrow_down {
		background-color: #036eb8;
	}
	.flow .flow_first .icon-arrow_down:after {
		border-left-color: #036eb8;
	}
	.flow .flow_first .flow-item:nth-of-type(1) {
		margin-top: 3px;
	}
	.flow .flow_last .ttl {
		color: #65a04d; 
		font-weight: bold;
	}
	.flow .flow_last .icon-arrow_down {
		background-color: #65a04d;
	}
	.flow .flow_last .icon-arrow_down:after {
		border-left-color: #65a04d;
	}
	.flow .flow_last .right {
		margin-top: 40px;
	}
	.flow .flow_first,
	.flow .flow_last {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;

		-webkit-justify-content: space-between;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}
	.flow .flow_first .ttl,
	.flow .flow_last .ttl {
		font-size: 18px; 
		line-height: 1.5;
	}
	.flow .flow_first .desc,
	.flow .flow_last .desc {
		margin-top: 0.8em;
		padding-top: 1em; 
		font-size: 14px;
		line-height: 1.6;
	}
	.flow .flow_first .left,
	.flow .flow_last .left {
		width: 44.44%;
	}
	.flow .flow_first .right,
	.flow .flow_last .right {
		width: calc(100% - 44.44% - 24px);
	}
}
@media only screen and (min-width: 641px) {
	.flow {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;

		-webkit-justify-content: space-between;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}
	.flow .flow_first,
	.flow .flow_last {
		width: calc(50% - 10px);
	}
	.flow .flow_first .desc,
	.flow .flow_last .desc {
		margin-top: 32px; 
		padding: 0.8em  14px 0;
	}
	.flow ol {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;

		-webkit-justify-content: space-between;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}
}

.list-survey_lp li {
	position: relative;
	padding-left: 1em;
	font-size: 16px;
}
.list-survey_lp li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #036eb8;
}

.page-survey_lp .list-slide {
	counter-reset: casenumber 0;
	margin-top: 70px;
	padding: 0 30px;
}
.page-survey_lp .list-slide li {
	margin-top: 5px;
}
.page-survey_lp .list-slide li a {
	display: inline-block;
	padding-left: 4em;
	outline: none; 
	color: #999;
	text-decoration: none;
	text-indent: -3.5em;
	font-weight: bold;
	font-size: 14px;
}
.page-survey_lp .list-slide li a:before {
	content: "事例" counter(casenumber) "："; 
	counter-increment: casenumber 1;
}
.page-survey_lp .list-slide li a.is-active,
.page-survey_lp .list-slide li a:hover {
	color: #036eb8;
	text-decoration: underline;
}
.page-survey_lp .list-slide .slick-active a {
	color: #036eb8;
	text-decoration: underline;
}

.page-survey_lp .list-alphabet {
	padding-left: 1.2em; 
	list-style-position: inside;
	list-style-type: lower-latin;
	text-indent: -1em;
}
@media only screen and (max-width: 640px) {
	.page-survey_lp .list-alphabet {
		margin-top: 25px;
	}
	.page-survey_lp .list-alphabet li {
		margin-top: 6px;
		font-size: 12px; 
		line-height: 1.6;
	}
}
@media only screen and (min-width: 641px) {
	.page-survey_lp .list-alphabet {
		min-height: 128px; 
		margin-top: 20px;
	}
	.page-survey_lp .list-alphabet li {
		margin-top: 6px;
		font-size: 14px; 
		line-height: 1.6;
	}
}

@media only screen and (max-width: 640px) {
	.sec-flow .flow_desc p {
		margin-top: 20px; 
		font-size: 16px;
	}
}

@media only screen and (min-width: 641px) {
	.sec-flow .flow_desc p {
		margin-top: 20px; 
		font-size: 16px;
	}
}

@media only screen and (max-width: 640px) {
	.sec-case .body {
		margin-top: 40px;
	}
	.sec-case .capture_item {
		width: 84.7619048%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.sec-case .capture_item:first-of-type {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 641px) {
	.sec-case .capture {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 30px; 

		-webkit-box-pack: justify; 

		-webkit-justify-content: space-between; 

		    -ms-flex-pack: justify; 

		        justify-content: space-between;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.sec-case .capture_item {
		width: calc((100% / 4 ) - 20px);
	}
	.sec-case .capture_item:first-of-type {
		margin-left: 0;
	}
}

.sec-rcteam .clients_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;

	-webkit-flex-wrap: wrap;

	    -ms-flex-wrap: wrap;

	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sec-rcteam .clients_list li img {
	width: 100%;
	height: auto;
}

.sec-rcteam .more {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	font-family: Asap,"Asap";
	line-height: 1;
}

.sec-rcteam .note {
	font-size: 12px;
}

@media only screen and (max-width: 640px) {
	.sec-rcteam .clients_list {
		margin-top: -15px;
	}
	.sec-rcteam .clients_list li {
		width: calc(50% - 7.5px); 
		margin-top: 15px;
	}
	.sec-rcteam .note {
		margin-top: 20px;
		font-size: 12px;
	}
	.sec-rcteam .desc {
		margin-bottom: 40px; 
		font-size: 14px;
	}
	.sec-rcteam .clients_bottom {
		margin-top: 20px;
		margin-right: 4px;
	}
}

@media only screen and (min-width: 641px) {
	.sec-rcteam .clients_list {
		margin-top: -30px;
	}
	.sec-rcteam .clients_list li {
		width: calc(25% - 22.5px);
		margin-top: 30px;
	}
	.sec-rcteam .more {
		font-size: 20px;
	}
	.sec-rcteam .note {
		margin-top: -25px; 
		font-size: 12px;
	}
	.sec-rcteam .desc {
		margin-bottom: 62px;
	}
	.sec-rcteam .clients_bottom {
		margin-top: 20px;
		margin-right: 4px;
	}
}

.sec-rcteam .strength:first-child {
	margin-top: 0;
	padding-top: 0;
}

.sec-rcteam .strength .strength_text p {
	font-size: 16px;
}

@media only screen and (max-width: 640px) {
	.sec-rcteam .strength .strength_item {
		margin-top: 70px;
	}
	.sec-rcteam .strength .strength_text p {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.6;
	}
	.sec-rcteam .strength .strength_heading {
		margin-top: 25px;
	}
}

@media only screen and (min-width: 641px) {
	.sec-rcteam .strength .strength_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 60px;

		-webkit-box-pack: justify;

		-webkit-justify-content: space-between;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}
	.sec-rcteam .strength .strength_heading {
		margin-top: -2px;
	}
	.sec-rcteam .strength .strength_img {
		width: 300px;
	}
	.sec-rcteam .strength .strength_text {
		width: calc(100% - 330px);
	}
	.sec-rcteam .strength .strength_text p {
		margin-top: 15px;
	}
}

.sec-topics .list .list_item {
	border-top: 1px solid #c8c8c8;
}
.sec-topics .list .list_item:first-child {
	margin-top: 0;
	padding-top: 0; 
	border-top: 1px solid transparent;
}
.sec-topics .list .list_item h4 {
	font-size: 20px;
	line-height: 1.5;
}

@media only screen and (max-width: 640px) {
	.sec-topics .list .list_item {
		margin-top: 40px;
		padding-top: 40px;
	}
	.sec-topics .list .list_item h4 {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.sec-topics .list .list_item a {
		color: #036eb8;
	}
	.sec-topics .list .list_item .linkList {
		margin-top: 15px;
	}
	.sec-topics .list .list_item .linkList li {
		margin-top: 12px;
	}
}

@media only screen and (min-width: 641px) {
	.sec-topics .list .list_item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 50px;
		padding-top: 50px;

		-webkit-box-pack: justify;

		-webkit-justify-content: space-between;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}
	.sec-topics .list .list_item .content {
		width: calc(100% - 174px - 30px);
	}
	.sec-topics .list .list_item figure {
		width: 174px;
	}
	.sec-topics .list .list_item h4 {
		margin-top: -4px;
		margin-bottom: 15px;
	}
	.sec-topics .list .list_item a {
		color: #000;
		font-size: 14px;
	}
	.sec-topics .list .list_item .linkList {
		margin-top: 15px;
	}
	.sec-topics .list .list_item .linkList li {
		margin-top: 4px;
	}
}

@media only screen and (max-width: 640px) {
	.page-survey_lp .block-btn {
		margin-top: 40px;
	}
	.page-survey_lp .block-sec {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 641px) {
	.page-survey_lp .block-btn {
		margin-top: 60px;
	}
	.page-survey_lp .block-sec {
		margin-top: 120px;
	}
}

.page-survey_lp .hero-heading {
	position: relative;
}

.page-survey_lp .heading_1 {
	margin: 0 auto; 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.36;
}

.page-survey_lp .heading_2 {
	color: #036eb8;
	text-align: center;
	line-height: 1;
}

.page-survey_lp .heading_3 {
	position: relative;
	color: #000;
	text-align: center;
	line-height: 1;
}
.page-survey_lp .heading_3:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	height: 2px; 
	margin: auto;
	background: #000;
}

.page-survey_lp .heading_6 {
	margin-top: -0.2em;
	color: #036eb8;
	font-size: 20px;
	line-height: 1.5;
}

.page-survey_lp .heading_8 {
	color: #036eb8;
}

.page-survey_lp .labeling_1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1; 
	border: 4px solid #036eb8;
	border-radius: 50%;
	background: #fff;
	color: #036eb8;
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-style: italic;
	font-family: Asap,"Asap";
	line-height: 1;

	-webkit-flex-wrap: wrap;

	    -ms-flex-wrap: wrap;

	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-content: center;
	    -ms-flex-line-pack: center;
	        align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.page-survey_lp .labeling_1 .number {
	margin-left: 0.15em;
}
.page-survey_lp .labeling_1.lastitem {
	position: relative;
	padding: 10px; 
	background: #036eb8;
	color: #fff;
	font-style: normal;
	line-height: 1.2;
}
.page-survey_lp .labeling_1.lastitem .label {
	margin-top: 5px;
	letter-spacing: -0.5px;
}
.page-survey_lp .labeling_1.lastitem:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 110px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: transparent;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
	.page-survey_lp .hero-heading {
		display: inline-block;
		width: 85%;
	}
	.page-survey_lp .heading_1 {
		padding: 20px 0; 
		font-size: calc(18px + ((1vw – 6.4) * (10 / 6)));
	}
	.page-survey_lp .heading_2 {
		margin-top: 120px;
		margin-bottom: 40px; 
		font-size: 32px;
		line-height: 1.18;
	}
	.page-survey_lp .heading_3 {
		margin-top: 30px;
		margin-bottom: 70px; 
		font-size: 26px;
		line-height: 1.2;
	}
	.page-survey_lp .heading_3:before {
		width: 50px;
	}
	.page-survey_lp .heading_8 {
		font-size: 24px;
	}
	.page-survey_lp .labeling_1 {
		position: relative; 
		width: 100px;
		height: 100px;
		font-size: 20px;
	}
	.page-survey_lp .labeling_1 .liner {
		display: block;
		position: absolute;
		bottom: 0;
		width: 4px;
		height: 24px;
		background: #036eb8;
		-webkit-transform: translateY(24px);
		    -ms-transform: translateY(24px);
		        transform: translateY(24px);
	}
	.page-survey_lp .labeling_1.lastitem {
		width: 110px;
		height: 110px; 
		font-size: 14px;
	}
	.page-survey_lp .labeling_1.lastitem .label {
		margin-top: 5px;
	}
	.page-survey_lp .labeling_1.lastitem:before {
		width: 100px;
		height: 100px;
	}
	.page-survey_lp .labeling_2 {
		width: 80px;
		height: 80px;
	}
	.page-survey_lp .labeling_2 .heading {
		font-size: 14px;
	}
}

@media only screen and (min-width: 641px) {
	.page-survey_lp .hero-heading {
		display: block;
		width: 960px;
		margin: 0 auto;
	}
	.page-survey_lp .heading_1 {
		width: 814px; 
		margin-top: 32px;
		padding: 26px 0;
		font-size: 44px;
	}
	.page-survey_lp .heading_1 span {
		display: inline;
	}
	.page-survey_lp .heading_2 {
		margin-top: 230px;
		margin-bottom: 60px; 
		font-size: 44px;
	}
	.page-survey_lp .heading_3 {
		margin-bottom: 70px; 
		font-size: 30px;
	}
	.page-survey_lp .heading_3:before {
		width: 64px;
	}
	.page-survey_lp .heading_8 {
		font-size: 30px;
	}
	.page-survey_lp .labeling_1 {
		width: 110px;
		height: 110px;
		font-size: 24px;
	}
	.page-survey_lp .labeling_1.lastitem {
		width: 120px;
		height: 120px;
		margin-left: -5px; 
		font-size: 18px;
	}
	.page-survey_lp .labeling_1.lastitem:before {
		width: 110px;
		height: 110px;
	}
}

.line {
	position: relative;
}
@media only screen and (max-width: 640px) {
	.line .line_head {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: center;

		-webkit-justify-content: center;

		    -ms-flex-pack: center;

		        justify-content: center;
	}
	.line .line_desc {
		margin-top: 16px;
		margin-bottom: 30px; 
		font-size: 14px;
	}
	.line .line_content {
		margin-top: 20px;
	}
	.line .item {
		margin-top: 80px;
	}
}
@media only screen and (min-width: 641px) {
	.line:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 55px;
		width: 4px;
		margin-left: -2px; 
		background: #036eb8;
	}
	.line .item {
		position: relative;
		margin-bottom: 100px;
	}
	.line .item:nth-last-of-type(2) {
		margin-bottom: 0;
	}
	.line .body {
		margin-left: 150px;
	}
	.line .line_head {
		position: absolute;
		left: 0;
		margin-top: -20px;
	}
	.line .line_desc {
		margin-top: 5px;
		margin-bottom: 40px;
	}
	.line .line_content {
		margin-top: 20px;
	}
}

.label-case {
	display: inline-block;
	background: #036eb8;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
@media only screen and (max-width: 640px) {
	.label-case {
		padding: 0.3em 1em;
		border-radius: 4px;
		line-height: 1.5;
	}
}
@media only screen and (min-width: 641px) {
	.label-case {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		font-size: 12px; 

		-webkit-box-pack: center; 

		-webkit-justify-content: center; 

		    -ms-flex-pack: center; 

		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.label-case .num {
		display: inline-block; 
		margin-top: 2px;
		font-weight: 600;
		font-style: italic;
		font-size: 30px;
		font-family: Asap,"Asap";
		line-height: 1;
	}
}

.label-worry {
	background: #036eb8;
	color: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.label-worry.is-active {
	background: #036eb8;
	color: #fff;
}
@media only screen and (max-width: 640px) {
	.label-worry {
		display: inline-block;
		padding: 8px; 
		border-radius: 6px;
		font-size: 12px;
		line-height: 1.3;
	}
}
@media only screen and (min-width: 641px) {
	.label-worry {
		display: table-cell;
		min-width: 60px;
		width: 60px;
		height: 60px;
		padding-top: 7px; 
		border-radius: 50%;
		vertical-align: middle;
		font-size: 14px;
		line-height: 1.3;
	}
}

.header_1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border: 2px solid transparent;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
}
.header_1:hover {
	border: 2px solid #036eb8;
	background: #e6f5ff;
}
.header_1.is-active {
	border: 2px solid transparent; 
	background: #fff;
}
.header_1 .btn {
	margin-left: auto;
}
@media only screen and (max-width: 640px) {
	.header_1 {
		padding: 25px 25px 25px;
	}
	.header_1 .label-worry {
		position: absolute;
		top: 20px;
		left: 25px;
	}
	.header_1 .head {
		display: table;
		margin-top: 35px;
		padding-right: 1em; 
		font-size: 16px;
		line-height: 1.5;
	}
	.header_1 .btn {
		margin-right: 0;
	}
}
@media only screen and (min-width: 641px) {
	.header_1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 26px 30px;

		-webkit-box-align: center;

		-webkit-align-items: center;

		    -ms-flex-align: center;

		        align-items: center;
	}
	.header_1 .head {
		padding-right: 50px;
		padding-left: 20px;
		font-size: 18px;
		line-height: 1.333;
	}
	.header_1 .btn {
		width: 20px;
	}
}

.header_1:hover .label-worry,
.header_1.is-active .label-worry {
	background: #036eb8;
	color: #fff;
}

.header_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto; 
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
}
.header_2 .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; 

	-webkit-box-align: center; 

	-webkit-align-items: center; 

	    -ms-flex-align: center; 

	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header_2 .head {
	color: #036eb8; 
	line-height: 1.5;
}
.header_2 .btn {
	margin-left: auto;
}
.header_2 .btn button {
	width: 28px;
	height: 28px; 
	border-radius: 50%;
	background: #036eb8;
}
.header_2 .btn button .icon_item {
	width: 14px;
	height: 2px;
	margin-top: -1px;
	margin-left: -7px; 
	background: #fff;
}
.header_2:hover {
	background: #e6f5ff;
}
@media only screen and (max-width: 640px) {
	.header_2 {
		padding: 20px 10px;
		border: 3px solid #036eb8;
		cursor: pointer;
		-webkit-transform: all 0.3s;
		    -ms-transform: all 0.3s;
		        transform: all 0.3s;
	}
	.header_2 .head {
		width: calc(100% - 32px - 32px);
		padding-right: 8px; 
		font-size: 14px;
	}
	.header_2 .icon {
		width: 40px;
		height: 40px; 
		margin-right: 8px;
	}
	.header_2 .icon svg {
		width: 24px;
		height: 24px;
	}
	.header_2 .btn {
		margin-left: auto;
	}
	.header_2 .btn button {
		width: 24px;
		height: 24px;
	}
	.header_2 .btn button .icon_item {
		width: 12px;
		height: 2px;
		margin-top: -1px;
		margin-left: -6px;
	}
}
@media only screen and (min-width: 641px) {
	.header_2 {
		width: 100%;
		padding: 20px 20px 20px 25px; 
		border: 2px solid #036eb8;
	}
	.header_2 .head {
		padding-right: 30px; 
		font-size: 16px;
	}
	.header_2 .btn button {
		width: 28px;
		height: 28px;
	}
	.header_2 .btn button .icon_item {
		width: 14px;
		height: 2px;
		margin-top: -1px;
		margin-left: -7px;
	}
	.header_2 .icon {
		min-width: 40px;
		height: 40px; 
		margin-right: 20px;
	}
	.header_2 .icon svg {
		width: 36px;
		height: 36px;
	}
}

.header_3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	border-radius: 8px; 

	-webkit-box-align: center; 

	-webkit-align-items: center; 

	    -ms-flex-align: center; 

	        align-items: center;
}
.header_3 .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	margin-right: 0.8em;
	border-radius: 50%;
	background: #e6f5ff;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header_3 .head {
	width: calc(100% - 32px);
	padding-right: 0.5em;
	color: #036eb8; 
	font-size: 16px;
	line-height: 1.5;
}
@media only screen and (max-width: 640px) {
	.header_3 {
		margin-top: 10px;
	}
	.header_3 .icon svg {
		width: 25px;
		height: 25px;
	}
}
@media only screen and (min-width: 641px) {
	.header_3 {
		margin-top: 10px;
	}
	.header_3 .head {
		font-size: 18px;
	}
	.header_3 .icon svg {
		width: 25px;
		height: 25px;
	}
}

.header_4 {
	display: block;
	position: relative;
	border: 2px solid transparent;
	border-radius: 8px;
	text-decoration: none;
	cursor: pointer; 
	-webkit-transition: all 0.3s; 
	transition: all 0.3s;
}
.header_4 .head {
	color: #036eb8;
}
.header_4:hover {
	border: 2px solid #036eb8;
	background: #e6f5ff;
}
.header_4.is-active {
	border: 2px solid transparent; 
	background: #fff;
}
@media only screen and (max-width: 640px) {
	.header_4 .header_body {
		padding: 24px;
		padding-right: 48px;
	}
	.header_4 .category {
		margin-top: 10px;
		font-size: 14px; 
		line-height: 1.5;
	}
	.header_4 .head {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.5;
	}
	.header_4 .btn {
		position: absolute;
		top: 50%;
		right: 25px;
		-webkit-transform: translate(0%, -50%);
		    -ms-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
	}
}
@media only screen and (min-width: 641px) {
	.header_4 {
		padding: 25px 40px;
		padding-top: 65px;
		padding-right: 40px; 
		cursor: default;
		pointer-events: none;
	}
	.header_4 .label {
		position: absolute;
		top: 50%;
		left: 0;
		padding: 0;
		text-align: center; 
		-webkit-transform: translate(0%, -50%); 
		    -ms-transform: translate(0%, -50%); 
		        transform: translate(0%, -50%);
	}
	.header_4 .category {
		position: absolute;
		top: -35px;
		left: 70px; 
		margin-top: 5px;
		font-size: 14px;
	}
	.header_4 .head {
		font-size: 22px;
		line-height: 1.3;
	}
	.header_4 .header_body {
		position: relative;
		min-height: 56px; 
		padding-left: 70px;
	}
}

.header_5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	border: 2px solid transparent; 
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transition: all 0.3s;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
}
.header_5:hover {
	border: 2px solid #036eb8;
	background: #e6f5ff;
}
.header_5:hover .icon {
	background: #036eb8;
}
.header_5:hover .icon path {
	fill: #fff;
}
.header_5.is-active {
	border: 2px solid transparent; 
	background: #fff;
}
.header_5 .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 1em;
	border-radius: 50%;
	background: #e6f5ff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; 

	-webkit-box-pack: center; 

	-webkit-justify-content: center; 

	    -ms-flex-pack: center; 

	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_5.is-active .icon {
	background: #036eb8;
}
.header_5.is-active .icon path {
	fill: #fff;
}
.header_5 .head {
	width: calc(100% - 32px - 32px); 
	padding-right: 0.5em;
}
.header_5 .btn {
	margin-left: auto;
}
@media only screen and (max-width: 640px) {
	.header_5 {
		padding: 25px 20px;
	}
	.header_5 .head {
		font-size: 16px;
		line-height: 1.5;
	}
	.header_5 .icon {
		width: 32px;
		height: 32px;
	}
	.header_5 .icon svg {
		width: 22px;
		height: 22px;
	}
	.header_5 .btn {
		margin-right: 5px;
	}
}
@media only screen and (min-width: 641px) {
	.header_5 {
		margin-top: 20px;
		padding: 22px 30px;
	}
	.header_5 .head {
		font-size: 18px;
		line-height: 1.333;
	}
	.header_5 .icon {
		width: 58px;
		height: 58px;
	}
	.header_5 .icon .icon-svg {
		width: 36px;
	}
	.header_5 .icon .icon-svg svg {
		width: 32px;
		height: 32px;
	}
}

.modaal-wrapper .header_5 .icon {
	background: #e6f5ff;
}
.modaal-wrapper .header_5 .icon svg,
.modaal-wrapper .header_5 .icon path {
	fill: #036eb8;
}

.modaal-wrapper .header_5 .btn {
	display: none;
}

.modaal-wrapper .header_5:hover {
	border: 2px solid transparent;
	background: none; 
	cursor: default;
}
.modaal-wrapper .header_5:hover .icon {
	background: #e6f5ff;
}
.modaal-wrapper .header_5:hover .icon path {
	fill: #036eb8;
}

.modaal-wrapper .service_body {
	display: block !important;
}

.service-item {
	border-radius: 8px; 
	background: #fff;
}
.service-item .service_desc {
	font-size: 16px;
	line-height: 1.6;
}
.service-item .service_body {
	display: none;
}
.service-item .service_body .item {
	margin-top: 20px;
}
.service-item .service_body .item:first-of-type {
	margin-top: 0;
}
@media only screen and (max-width: 640px) {
	.service-item .service_liner {
		width: calc(100% + 10px);
		height: 2px;
		margin-left: -5px;
		background: #036eb8;
	}
	.service-item .service_body {
		display: none; 
		padding: 0 30px 30px;
	}
}
@media only screen and (min-width: 641px) {
	.service-item .service_liner {
		width: calc(100% + 34px);
		height: 2px;
		margin-left: -17px;
		background: #036eb8;
	}
	.service-item .service_body {
		padding: 0 45px 48px;
	}
	.service-item .service_body .item {
		margin-top: 25px;
	}
}

.sec-case .case-item {
	border-radius: 8px; 
	background: #fff;
}

.sec-case .case_body {
	background: #fff;
}

.sec-case .case_liner {
	width: 100%;
	height: 2px;
	margin-bottom: 30px; 
	background: #036eb8;
}

@media only screen and (max-width: 640px) {
	.sec-case .sec-case {
		margin-top: 15px; 
		padding: 0;
	}
	.sec-case .sec-case:first-of-type {
		margin-top: 0;
	}
	.sec-case .case_body {
		display: none; 
		padding: 0 30px 30px;
	}
	.sec-case .case_liner {
		width: calc(100% + 10px);
		height: 2px;
		margin-bottom: 30px;
		margin-left: -5px; 
		background: #036eb8;
	}
}

@media only screen and (min-width: 641px) {
	.sec-case .case_liner {
		width: calc(100% - 40px);
		height: 1px;
		margin: 0 auto 30px; 
		background: #999;
	}
	.sec-case .case_body {
		min-height: 516px;
		padding: 0 25px 48px;
	}
	.sec-case .case_body_inner {
		margin-right: 40px; 
		margin-left: 40px;
	}
}

.sec-improvement figure {
	text-align: center;
}

.sec-improvement .desc {
	font-size: 16px;
}

@media only screen and (max-width: 640px) {
	.sec-improvement figure {
		margin-top: 40px;
	}
	.sec-improvement figcaption {
		margin-top: 20px;
		text-align: left; 
		font-size: 14px;
		line-height: 1.6;
	}
}

@media only screen and (min-width: 641px) {
	.sec-improvement figure {
		margin-top: 50px;
	}
	.sec-improvement figcaption {
		margin-top: 40px;
		font-size: 16px;
		line-height: 1.6;
	}
}

.sec-feature figure {
	text-align: center;
}

.sec-feature figcaption {
	margin-top: 30px; 
	text-align: left;
	font-size: 16px;
}

@media only screen and (max-width: 640px) {
	.sec-feature figure {
		margin-top: 30px;
	}
	.sec-feature figure img {
		width: 90%;
	}
}

@media only screen and (min-width: 641px) {
	.sec-feature figure {
		margin-top: 50px;
	}
	.sec-feature figcaption {
		text-align: center;
	}
}

.sec-line {
	border: 1px solid transparent;
}
.sec-line .worry_list li {
	margin-top: 20px;
}
.sec-line .worry_desc {
	position: inherit; 
	padding-top: 20px;
	background: #fff;
}
.sec-line .worry_iteem,
.sec-line .worry_body {
	border-radius: 8px;
}
@media only screen and (max-width: 640px) {
	.sec-line {
		margin-top: 80px;
	}
	.sec-line .body {
		margin-top: 26px;
	}
	.sec-line .worry_inner {
		padding-right: 5px; 
		padding-left: 5px;
	}
	.sec-line .worry_liner {
		width: calc(100% + 4px);
		height: 2px;
		margin-left: -2px;
		background: #036eb8;
	}
	.sec-line .worry_item {
		position: relative;
	}
	.sec-line .worry_line {
		position: absolute;
		z-index: 0; 
		bottom: -80px;
		left: 50%;
		width: 4px;
		height: 80px;
		margin-left: -2px;
		background: #036eb8;
	}
	.sec-line .worry_body {
		padding: 24px;
		padding-top: 0;
		padding-bottom: 32px; 
		background: #fff;
	}
}
@media only screen and (min-width: 641px) {
	.sec-line {
		margin-top: 90px;
	}
	.sec-line .worry_body {
		padding-right: 45px;
		padding-bottom: 40px; 
		padding-left: 45px;
	}
	.sec-line .worry_liner {
		width: calc(100% + 34px);
		height: 2px;
		margin-left: -17px;
		background: #036eb8;
	}
}

.worry_item {
	position: relative;
	margin-top: 20px;
	border-radius: 8px; 
	background: #fff;
}
.worry_item .worry_body {
	display: none; 
	position: relative;
}
.worry_item .worry_inner {
	position: inherit; 
	border-radius: 8px;
	background: #fff;
}

.sec-company .desc p,
.sec-flow .desc p,
.sec-contact .desc p {
	margin-top: 1.2em;
	line-height: 1.6;
}

@media only screen and (max-width: 640px) {
	.sec-company .desc,
	.sec-flow .desc,
	.sec-contact .desc {
		margin-top: 40px;
	}
	.sec-company p,
	.sec-flow p,
	.sec-contact p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 641px) {
	.sec-company .desc,
	.sec-flow .desc,
	.sec-contact .desc {
		margin-top: 40px;
	}
	.sec-company p,
	.sec-flow p,
	.sec-contact p {
		font-size: 16px;
	}
}

.footer-survey {
	position: relative; 
	background: #e2e2e2;
}
.footer-survey .footer-btn-top {
	position: absolute;
}
.footer-survey .footer-btn-top a {
	display: block;
	width: 40px;
	color: #036eb8;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-style: italic;
	font-size: 12px;
	font-family: Asap,"Asap",sans-serif;
	line-height: 1;
}
.footer-survey .footer-btn-top a span {
	display: block;
	margin-left: -0.2em;
}
.footer-survey .footer-btn-top a svg {
	display: inline-block;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; 
	-webkit-transform: translateY(0px); 
	    -ms-transform: translateY(0px); 
	        transform: translateY(0px);
}
.footer-survey .footer-btn-top a:hover svg {
	-webkit-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	        transform: translateY(-5px);
}
.footer-survey .footer_head .heading {
	background: #e2e2e2;
	color: #036eb8;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
}
.footer-survey .nav_haed {
	position: relative;
}
@media only screen and (max-width: 640px) {
	.footer-survey .footer-btn-top {
		top: -60px; 
		right: 20px;
	}
	.footer-survey .sec-footer {
		width: 100%;
	}
	.footer-survey .nav-foot {
		border-top: 1px white solid;
	}
	.footer-survey .footer_head .heading {
		padding: 2.1em 2em;
		padding-left: 30px;
	}
	.footer-survey .footer_body li:not(:first-of-type) {
		border-top: 1px white solid;
	}
	.footer-survey .nav_haed .nav_icon {
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translate(0%, -50%);
		    -ms-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
	}
	.footer-survey .nav_list {
		display: none;
	}
}
@media only screen and (min-width: 641px) {
	.footer-survey .footer-btn-top {
		top: -60px; 
		right: -60px;
		right: -6%;
	}
	.footer-survey .footer-btn-top a svg {
		width: 30px;
		margin-bottom: 6px;
	}
	.footer-survey .sec-footer {
		position: relative;
		width: 960px;
		margin: 0 auto;
	}
	.footer-survey .footer_body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;

		-webkit-justify-content: space-between;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}
	.footer-survey .footer_head .heading {
		padding: 2.1em 2em;
		padding-left: 0;
	}
	.footer-survey .footer_item {
		width: 25%;
	}
}

.footer-survey .nav-foot a {
	display: block;
	visibility: visible;
	position: relative;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width: 640px) {
	.footer-survey .nav_haed a {
		font-weight: bold; 
		font-size: 14px;
	}
	.footer-survey .footer-btn {
		padding: 0 2em;
		padding-left: 30px; 
		border: 3px solid transparent;
		background: #e2e2e2;
		font-weight: bold;
		font-size: 14px;
		font-family: Open Sans Condensed;
		line-height: 56px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.footer-survey .footer-btn:after {
		-webkit-transform: translate(0%, -50%) rotate(135deg);
		    -ms-transform: translate(0%, -50%) rotate(135deg);
		        transform: translate(0%, -50%) rotate(135deg);
	}
	.footer-survey .footer-link.footer-primary {
		font-family: Open Sans Condensed;
	}
	.footer-survey .footer-link:after {
		-webkit-transform: translate(0%, -50%) rotate(45deg);
		    -ms-transform: translate(0%, -50%) rotate(45deg);
		        transform: translate(0%, -50%) rotate(45deg);
	}
	.footer-survey .is-active .footer-btn {
		border: 3px solid #036eb8;
		background: #c8c8c8;
	}
	.footer-survey .foosurvey {
		font-size: 18px;
	}
	.footer-survey .footer-link,
	.footer-survey .footer-btn {
		width: 100%;
		padding: 0 2em;
		padding-left: 30px;
		border: 3px solid transparent;
		background: #e2e2e2;
		color: #000; 
		font-size: 12px;
		line-height: 56px;
	}
	.footer-survey .footer-link:after,
	.footer-survey .footer-btn:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 25px;
		width: 12px;
		height: 12px;
		border-top: solid 2px #036eb8;
		border-right: solid 2px #036eb8;
		border-radius: 2px;
		-webkit-transition: -webkit-transform 0.2s;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
	}
	.footer-survey .is-active .footer-btn {
		color: #036eb8;
	}
	.footer-survey .is-active .footer-btn:after {
		-webkit-transform: translate(0%, -50%) rotate(315deg);
		    -ms-transform: translate(0%, -50%) rotate(315deg);
		        transform: translate(0%, -50%) rotate(315deg);
	}
	.footer-survey .is-active .footer-link {
		background: #c8c8c8;
	}
}

@media only screen and (min-width: 641px) {
	.footer-survey .nav-foot a {
		line-height: 1.5;
	}
	.footer-survey .nav_haed {
		margin-bottom: 4px;
		font-weight: bold;
		font-size: 14px;
		font-family: Open Sans Condensed;
	}
	.footer-survey .nav_list {
		padding-bottom: 50px;
	}
	.footer-survey .nav_list a {
		color: #484848; 
		font-size: 12px;
		line-height: 2.3;
	}
	.footer-survey .footer-btn:hover,
	.footer-survey .footer-link:hover {
		text-decoration: underline;
		opacity: 0.9;
	}
}

.page-survey_lp .slick-prev {
	left: 20px;
}

.page-survey_lp .slick-next {
	right: 20px;
}

@media only screen and (min-width: 980px) {
	.page-survey_lp .slick-prev {
		left: 0;
	}
	.page-survey_lp .slick-next {
		right: 0;
	}
}

.page-survey_lp .slick-prev,
.page-survey_lp .slick-next {
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 66px;
	height: 66px;
	margin-top: -33px;
	border: 0;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;

	-webkit-appearance: none;
}

.page-survey_lp .slick-arrow {
	width: 48px;
	height: 48px;
	background: #036eb8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.page-survey_lp .slick-arrow:hover {
	background: #00489d;
}

.page-survey_lp .slick-prev:after,
.page-survey_lp .slick-next:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none no-repeat center center;
	background-size: cover;
}

.page-survey_lp .slick-prev:after {
	background-image: url(../img/survey_lp/carousel_arw_prev.png);
}

.page-survey_lp .slick-next:after {
	background-image: url(../img/survey_lp/carousel_arw_next.png);
}

.page-survey_lp .slick-dots {
	position: absolute;
	bottom: -42px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.page-survey_lp .slick-dots li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.page-survey_lp .slick-dots li.slick-active button {
	border: none;
	background: #036eb8;
}

.page-survey_lp .slick-dots li button {
	width: 16px;
	height: 16px;
	border: none; 
	border-radius: 50%;
	background: #c8c8c8;
}

.modaal-wrapper .modaal-container {
	position: relative; 
	border-radius: 8px;
}

.modaal-wrapper .modaal-close:hover {
	background: none;
}

.modaal-wrapper .modaal-close {
	position: absolute;
}

.modaal-wrapper .js-acc {
	pointer-events: none;
}

@media only screen and (max-width: 640px) {
	.modaal-wrapper .modaal-content-container {
		padding: 0 0 25px;
	}
	.modaal-wrapper .modaal-close {
		top: 0;
		right: 0;
		-webkit-transform: translate(10px, -55px);
		    -ms-transform: translate(10px, -55px);
		        transform: translate(10px, -55px);
	}
	.modaal-wrapper .modaal-close:before,
	.modaal-wrapper .modaal-close:after {
		height: 30px; 
		background: #fff;
	}
	.modaal-wrapper .modaal-close:hover:before,
	.modaal-wrapper .modaal-close:hover:after {
		background: #fff;
	}
}

@media only screen and (min-width: 641px) {
	.modaal-wrapper .modaal-content-container {
		padding: 30px;
		padding-top: 0;
		padding-bottom: 15px;
	}
	.modaal-wrapper .modaal-close {
		top: -55px;
		right: -55px;
	}
	.modaal-wrapper .modaal-close:before,
	.modaal-wrapper .modaal-close:after {
		height: 37px; 
		background: #fff;
	}
	.modaal-wrapper .modaal-close:hover:before,
	.modaal-wrapper .modaal-close:hover:after {
		background: #fff;
		opacity: 0.9;
	}
}

.thumbnail_slider {
	display: block !important;
}
.thumbnail_slider li {
	display: block !important;
}
.thumbnail_slider .slick-track {
	width: 960px !important;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	overflow: hidden; 
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
}

.modaal-overlay {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
	padding: 0;
	border: none;
	background: transparent;

	-webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 80px 25px; 
	vertical-align: middle;
	text-align: center;
}
.modaal-fullscreen .modaal-inner-wrapper {
	display: block;
	padding: 0;
	vertical-align: top;
}

.modaal-container {
	display: inline-block;
	position: relative;
	max-width: 960px;
	width: 100%;
	margin: auto;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	color: #000;
	text-align: left;
	cursor: auto;
}
.modaal-container.is_loading {
	overflow: hidden; 
	width: 100px;
	height: 100px;
}
.modaal-fullscreen .modaal-container {
	overflow: auto; 
	max-width: none;
	height: 100%;
}

.modaal-close {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}
.modaal-close span {
	overflow: hidden; 
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
}
.modaal-close:before,
.modaal-close:after {
	content: " ";
	display: block;
	position: absolute;
	top: 14px;
	left: 23px;
	width: 2px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.modaal-close:after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
	top: 10px; 
	right: 10px;
	background: #afb7bc;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	display: inline-block;
	margin: 0 10px;
	border: none;
	background: transparent; 
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
}
.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	border-radius: 3px;
	background: #555;
	color: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
	color: #2f2f2f; 
	text-decoration: none;
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	max-width: 800px !important;
	width: 960px !important;
	margin: -6px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 0;
	-webkit-animation: instaReveal 1s linear forwards;
	        animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-right: 140px; 
	padding-left: 140px;
}

.modaal-image .modaal-container {
	max-width: 100%; 
	width: auto;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}
.modaal-gallery-item img {
	display: block;
}
.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	color: #fff; 
	text-align: center;
	font-size: 18px;
}
.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 100%;
	background: transparent;
	color: #fff;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
	-webkit-transform: translateY(-50%); 
	    -ms-transform: translateY(-50%); 
	        transform: translateY(-50%);
}
.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}
.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}
.modaal-gallery-control span {
	overflow: hidden; 
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
	content: " ";
	display: block;
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		height: 731px; 
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-right: 25px; 
		padding-left: 25px;
	}
	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		background: rgba(0, 0, 0, 0.7); 
		-webkit-transform: none; 
		    -ms-transform: none; 
		        transform: none;
	}
	.modaal-gallery-control:before,
	.modaal-gallery-control:after {
		background: #fff;
	}
	.modaal-gallery-next {
		right: 20px; 
		left: auto;
	}
	.modaal-gallery-prev {
		right: auto; 
		left: 20px;
	}
}

@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}

@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.modaal-instagram iframe {
		width: 600px !important;
	}
}

@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}

@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}

@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none;
	}
}

.modaal-loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	background: none;
	-webkit-transform: scale(0.25);
	    -ms-transform: scale(0.25);
	        transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		opacity: 0.1;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		        transform: scale(1.5);
	}
	100% {
		opacity: 0.1;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
}

.modaal-loading-spinner > div {
	position: absolute; 
	width: 24px;
	height: 24px;
	margin-top: 4px;
	margin-left: 4px;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	   -moz-animation: modaal-loading-spinner 1s linear infinite;
	    -ms-animation: modaal-loading-spinner 1s linear infinite;
	     -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.12s;
	        animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.25s;
	        animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	   -moz-animation: modaal-loading-spinner 1s linear infinite;
	    -ms-animation: modaal-loading-spinner 1s linear infinite;
	     -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.37s;
	        animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	   -moz-animation: modaal-loading-spinner 1s linear infinite;
	    -ms-animation: modaal-loading-spinner 1s linear infinite;
	     -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.62s;
	        animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.75s;
	        animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.87s;
	        animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	        transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*# sourceMappingURL=survey_lp.css.map */
