@charset "UTF-8";
/* sp(320px) */

/* headline */
#headline {
	background-image: url(../img/home/bg_headline_sp.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: cover;
}
#headline #bg_headline {
	height: 100%;
	background-image: url(../img/home/bg_headline2_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom 20px;
	background-size: 283px;
}
#headline .inner {
	height: 509px;
	position: relative;
}

#headline .inner .in {
	position: absolute;
	left: 15px;
	top: 24px;
}
#headline .inner .hl {
	display: table;
}
#headline .inner .hl .icn {
	display: table-cell;
	width: 80px;
	vertical-align: middle;
}
#headline .inner .hl .txt {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.1;
	padding-left: 10px;
}
#headline .inner .hl .txt span {
	display: block;
	font-size: 19px;
}
#headline .inner .hl_catch {
	color: #fff;
	line-height: 1.2;
	margin-top: 16px;
	font-weight: bold;
}
#headline .inner .hl_catch .catch1 {
	font-size: 17px;
}
#headline .inner .hl_catch .catch2 {
	font-size: 24px;
}
#headline .inner .hl_catch ul {
	margin-top: 12px;
}
#headline .inner .hl_catch li {
	font-size: 14px;
	padding-bottom: 8px;
	padding-left: 20px;
	position: relative;
	background-image: url(../img/home/hl_check.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-size: 17px;
}

/* 営業活動でこんな課題はありませんか？ */
#kadai {
	background-color: #bcc4d5;
}
#kadai .hl {
	width: 12.5em;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	font-weight: bold;
	color: #0083a1;
	text-align: center;
	border-bottom: 1px solid #0083a1;
	padding-bottom: 2px;
	line-height: 1.2;
}
#kadai .hl span {
	display: block;

	border-bottom: 1px solid #0083a1;
}
#kadai .hl br {
	display: inline-block;
}
#kadai .msg_top {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}
/* 例 */
#kadai .rei {
	max-width: 880px;
	font-weight: bold;
	margin-left: 0;
	background-image: url(../img/home/bg_rei.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 80px;
	padding-top: 10px;
	padding-bottom: 30px;
	border: 0px solid #000;
}
#kadai .rei .in {
	width: calc(100% - 80px);
	border: 0px solid #000;
}
#kadai .rei .rei1 {
	font-size: 15px;
}
#kadai .rei .rei1 > span {
	border-bottom: 1px solid;
	display: inline;
	padding-bottom: 2px;
}
#kadai .rei .rei1 span.s {
	font-size: 80%;
}
#kadai .rei .rei2 {
	font-size: 15px;
	line-height: 1.4;
	margin-top: 0.3em;
}
#kadai .rei .rei2 span:nth-child(1) {
	font-size: 75%;
}
#kadai .rei .rei2 span:nth-child(2) {
	font-size: 70%;
}
#kadai .rei .rei2 span:nth-child(3) {
	font-size: 85%;
}
#kadai .rei .rei3 {
	font-size: 16px;
	line-height: 1.4;
}
#kadai .daiji {
	margin-left: 0;
}
#kadai .msg_btm {
	text-align: center;
	font-weight: bold;
}
#kadai .msg_btm div:nth-child(1) {
	font-size: 20px;
	color: #fff;
	line-height: 1.1;
}
#kadai .msg_btm div:nth-child(2) {
	font-size: 14px;
	margin-top: 0.4em;
	line-height: 1.4;
}
#kadai .msg_btm div:nth-child(2) br.sbr {
	display: inline-block;
}

/* TORUDEが解決します！！ */
#kaiketsu {
	background-color: #d9eef2;
}
#kaiketsu .inner {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../img/home/bg_kaiketsu@2x.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	background-size: 65px;
}
#kaiketsu .hl {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	padding-left: 70px;
}
/* box */
#kaiketsu .box {
	display: block;
	width: 100%;
	margin-top: 20px;
}
#kaiketsu .box.box1 {
	margin-top: 25px;
}
#kaiketsu .box .ttl {
	display: block;
	width: auto;
	background-color: #37b3ce;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	box-sizing: border-box;
	position: relative;
	padding-left: 106px;
	padding-right: 1.0em;
	padding-top: 12px;
	padding-bottom: 1em;
	min-height: 76px;
}
#kaiketsu .box .ttl::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #37b3ce transparent transparent transparent;
	/*border-color: transparent transparent transparent #000;*/
	position: absolute;
	left:50%;
	right: auto;
	top: auto;
	bottom:-10px;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
}
#kaiketsu .box .ttl .no {
	width: 76px;
	position: absolute;
	top: 6px;
	left: 18px;
}
#kaiketsu .box .ans {
	display: block;
	background-color: #fff;
	padding: 1.5em 1.5em;
	box-sizing: border-box; 
	vertical-align: top;
}
#kaiketsu .box .ans .ppl {
	font-weight: bold;
	background:linear-gradient(transparent 50%, #f3fb19 50%);
}

/* 全体設計 */
#zentai {
	background: url(../img/home/bg_zentai.png) repeat;
}
#zentai .hl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #37b3ce;
	line-height: 1.3;
}
#zentai .hl span {
	display: block;
	font-size: 70%;
	color: #000;
}
#zentai p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
#zentai p br {
	display: inline-block;
}
#zentai .flow {
	max-width: 841px;
	margin-left: auto;
	margin-right: auto;
}
#zentai .flow br {
	display: inline-block;
}

/* 導入後の流れ */
#nagare {
	background-color: #96d6e4;
}
#nagare .inner {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#nagare .inner .row-inner {
	padding-top: 40px;
}
#nagare .inner .gentei {
	width: 139px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}
#nagare .hl {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	position: relative;
	z-index: 2;
}
/* box */
#nagare .box {
	background-color: #fff;
	display: table;
	width: 100%;
	margin-top: 20px;
	padding: 14px 0px;
}
#nagare .box.box1 {
	margin-top: 20px;
}
#nagare .box .no {
	display: table-cell;
	width: 79px;
	position: relative;
	border-right: 2px solid #37b3ce;
	padding-top: 3px;
}
#nagare .box .no picture {
	width: 51px;
	margin-left: auto;
	margin-right: auto;
}
#nagare .box .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
	padding-right: 16px;
}
#nagare .box .txt .ttl {
	font-weight: bold;
	color: #37b3ce;
}
#nagare .box .txt p {
	margin-bottom: 0;
	margin-top: 0.4em;
	line-height: 1.4;
}
#nagare .per400 {
	/*max-width: 314px;*/
	width: 95%;
	margin-left: auto;
	margin-right: 0;
	margin-top: 10px;
}










@media handheld, print, screen and (min-width: 359px) {
/* iphone6 */

#headline .inner .in {
	left: 15px;
	top: 23px;
}
#headline .inner .hl .icn {
	width: 90px;
}
#headline .inner .hl .txt {
	font-size: 40px;
	padding-left: 12px;
}
#headline .inner .hl .txt span {
	font-size: 22px;
}
#headline .inner .hl_catch {
	margin-top: 16px;
}
#headline .inner .hl_catch .catch1 {
	font-size: 19px;
}
#headline .inner .hl_catch .catch2 {
	font-size: 28px;
}
#headline .inner .hl_catch ul {
	margin-top: 12px;
}
#headline .inner .hl_catch li {
	font-size: 15px;
	padding-bottom: 8px;
	padding-left: 22px;
	background-position: 0 2px;
	background-size: 19px;
}

/* 営業活動でこんな課題はありませんか？ */
#kadai .hl {
	width: 12.5em;
	font-size: 25px;
}
#kadai .msg_top {
	font-size: 18px;
}
#kadai .msg_btm div:nth-child(1) {
	font-size: 24px;
}
#kadai .msg_btm div:nth-child(2) {
	font-size: 14px;
}

/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

#kadai .msg_btm div:nth-child(2) br.sbr {
	display: none;
}

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */

/* headline */
#headline {
	background-image: url(../img/home/bg_headline.png);
}
#headline .inner {
	height: 384px;
}
#headline #bg_headline {
	height: 100%;
	background-image: url(../img/home/bg_headline3.png);
	background-position: center bottom 60px;
	background-size: 680px;
}

#headline .inner .in {
	left: 15px;
	top: 40px;
}
#headline .inner .hl .icn {
	width: 110px;
}
#headline .inner .hl .txt {
	font-size: 48px;
	padding-left: 14px;
}
#headline .inner .hl .txt span {
	font-size: 26px;
}
#headline .inner .hl_catch {
	margin-top: 24px;
}
#headline .inner .hl_catch .catch1 {
	font-size: 22px;
}
#headline .inner .hl_catch .catch2 {
	font-size: 36px;
}
#headline .inner .hl_catch ul {
	margin-top: 20px;
}
#headline .inner .hl_catch li {
	font-size: 18px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-position: 0 2px;
	background-size: 20px;
}

/* 営業活動でこんな課題はありませんか？ */
#kadai .hl {
	width: 18em;
	font-size: 28px;
}
#kadai .hl br {
	display: none;
}
#kadai .msg_top {
	font-size: 22px;
}
/* 例 */
#kadai .rei {
	max-width: 880px;
	margin-left: 4%;
	background-image: url(../img/home/bg_rei.png);
	background-size: 158px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#kadai .rei .in {
	width: calc(100% - 158px);
}
#kadai .rei .rei1 {
	font-size: 20px;
}
#kadai .rei .rei1 > span {
	padding-bottom: 2px;
}
#kadai .rei .rei2 {
	font-size: 20px;
	margin-top: 0.3em;
}
#kadai .rei .rei3 {
	font-size: 22px;
}
#kadai .daiji {
	margin-left: 4%;
}
#kadai .msg_btm div:nth-child(1) {
	font-size: 30px;
}
#kadai .msg_btm div:nth-child(2) {
	font-size: 18px;
}

/* TORUDEが解決します！！ */
#kaiketsu .inner {
	background-position: 7% 20px;
	background-size: 75px;
}
#kaiketsu .hl {
	font-size: 28px;
	text-align: center;
}
#kaiketsu .box .ttl {
	font-size: 20px;
	min-height: auto;
}
#kaiketsu .box .ttl .no {
	width: 76px;
	top: 14px;
	left: 18px;
}

/* 全体設計 */
#zentai .hl {
	font-size: 28px;
}
#zentai p {
	font-size: 19px;
}

/* 導入後の流れ */
#nagare .inner .row-inner {
	padding-top: 50px;
}
#nagare .inner .gentei {
	width: 167px;
	right: 0;
	top: 10px;
}
#nagare .hl {
	font-size: 30px;
	text-align: center;
}
/* box */
#nagare .box {
	margin-top: 20px;
	padding: 18px 0px;
}
#nagare .box.box1 {
	margin-top: 20px;
}
#nagare .box .no {
	width: 106px;
	padding-top: 3px;
}
#nagare .box .no picture {
	width: 50px;
}
#nagare .box .txt {
	padding-left: 34px;
	padding-right: 34px;
}
#nagare .box .txt p {
	margin-top: 0.4em;
}
#nagare .per400 {
	max-width: 474px;
	margin-top: 20px;
}


	@media (-webkit-min-device-pixel-ratio: 2){

		#headline {
			background-image: url(../img/home/bg_headline@2x.png);
		}		
		#headline #bg_headline {
			background-image: url(../img/home/bg_headline3@2x.png);
		}





	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */

/* headline */
#headline .inner {
	height: 512px;
}
#headline #bg_headline {
	height: 100%;
	background-position: center bottom 85px;
	background-size: 907px;
}

#headline .inner .in {
	left: 15px;
	top: 60px;
}
#headline .inner .hl .icn {
	width: 147px;
}
#headline .inner .hl .txt {
	font-size: 65px;
	padding-left: 16px;
}
#headline .inner .hl .txt span {
	font-size: 34px;
}
#headline .inner .hl_catch {
	margin-top: 30px;
}
#headline .inner .hl_catch .catch1 {
	font-size: 28px;
}
#headline .inner .hl_catch .catch2 {
	font-size: 46px;
}
#headline .inner .hl_catch ul {
	margin-top: 20px;
}
#headline .inner .hl_catch li {
	font-size: 22px;
	padding-bottom: 10px;
	padding-left: 38px;
	background-position: 0 2px;
	background-size: 28px;
}
/* 営業活動でこんな課題はありませんか？ */
#kadai .hl {
	width: 18em;
	font-size: 34px;
}
#kadai .hl br {
	display: none;
}
#kadai .msg_top {
	font-size: 28px;
}

#kadai .rei {
	padding-top: 38px;
	padding-bottom: 30px;
}
#kadai .msg_btm div:nth-child(1) {
	font-size: 36px;
}
#kadai .msg_btm div:nth-child(2) {
	font-size: 24px;
}

/* TORUDEが解決します！！ */
#kaiketsu .inner {
	background-position: 10% 20px;
	background-size: 95px;
}
#kaiketsu .hl {
	font-size: 36px;
}
/*box*/
#kaiketsu .box {
	display: table;
	margin-top: 40px;
}
#kaiketsu .box.box1 {
	margin-top: 35px;
}
#kaiketsu .box .ttl {
	display: table-cell;
	width: 260px;
	font-size: 20px;
	padding-left: 1.2em;
	padding-right: 0.8em;
	padding-top: 52px;
	padding-bottom: 0.8em;
}
#kaiketsu .box .ttl::after {
	border-width: 20px 0 20px 21px;
	border-color: transparent transparent transparent #37b3ce;
	

	left:auto;
	right: -13px;
	top: 50%;
	bottom:auto;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);


}
#kaiketsu .box .ttl .no {
	width: 129px;
	position: absolute;
	top: -16px;
	left: 23px;
}
#kaiketsu .box .ans {
	display: table-cell;
	padding: 1.5em 1.5em;
}

/* 全体設計 */
#zentai .hl {
	font-size: 36px;
}
#zentai p br {
	display: none;
}
#zentai .flow br {
	display: none;
}
/* box */
#nagare .box {
	margin-top: 30px;
	padding: 24px 0px;
}
#nagare .box.box1 {
	margin-top: 55px;
}
#nagare .box .no {
	width: 177px;
	padding-top: 3px;
}
#nagare .box .no picture {
	width: 80px;
}
#nagare .box .txt {
	padding-left: 40px;
}
#nagare .box .txt p {
	margin-top: 0.8em;
}

/* 導入後の流れ */
#nagare .inner .gentei {
	width: 222px;
	right: 0;
	top: 10px;
}
#nagare .hl {
	font-size: 34px;
}
/* box */
#nagare .box {
	margin-top: 30px;
	padding: 20px 0px;
}
#nagare .box.box1 {
	margin-top: 45px;
}
#nagare .box .no {
	width: 142px;
	padding-top: 3px;
}
#nagare .box .no picture {
	width: 64px;
}
#nagare .box .txt {
	padding-left: 34px;
	padding-right: 34px;
}
#nagare .box .txt p {
	margin-top: 0.6em;
}
#nagare .per400 {
	max-width: 632px;
	margin-top: 20px;
}





/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 801px) {
/* pc */

/* headline */
#headline .inner {
	height: 640px;
}
#headline #bg_headline {
	height: 100%;
	background-position: center bottom 100px;
	background-size: 1134px;
}

#headline .inner .in {
	left: 15px;
	top: 90px;
}
#headline .inner .hl .icn {
	width: 184px;
}
#headline .inner .hl .txt {
	font-size: 80px;
	padding-left: 16px;
}
#headline .inner .hl .txt span {
	font-size: 46px;
}
#headline .inner .hl_catch {
	margin-top: 40px;
}
#headline .inner .hl_catch .catch1 {
	font-size: 38px;
}
#headline .inner .hl_catch .catch2 {
	font-size: 56px;
}
#headline .inner .hl_catch ul {
	margin-top: 24px;
}
#headline .inner .hl_catch li {
	font-size: 26px;
	padding-bottom: 10px;
	padding-left: 44px;
	background-position: 0 2px;
	background-size: 33px;
}

/* 営業活動でこんな課題はありませんか？ */
#kadai .hl {
	width: 17.6em;
	font-size: 46px;
}
#kadai .hl br {
	display: none;
}
#kadai .msg_top {
	font-size: 36px;
}

/* 例 */
#kadai .rei {
	max-width: 880px;
	margin-left: 4%;
	background-image: url(../img/home/bg_rei.png);
	background-size: 198px;
	padding-top: 50px;
	padding-bottom: 40px;
}
#kadai .rei .in {
	width: calc(100% - 198px);
}
#kadai .rei .rei1 {
	font-size: 24px;
}
#kadai .rei .rei1 > span {
	padding-bottom: 2px;
}
#kadai .rei .rei2 {
	font-size: 24px;
	margin-top: 0.3em;
}
#kadai .rei .rei3 {
	font-size: 26px;
}
#kadai .msg_btm {
	text-align: center;
	font-weight: bold;
}
#kadai .msg_btm div:nth-child(1) {
	font-size: 50px;
}
#kadai .msg_btm div:nth-child(2) {
	font-size: 30px;
}

/* TORUDEが解決します！！ */
#kaiketsu .inner {
	background-position: 10% 40px;
	background-size: 116px;
}
#kaiketsu .hl {
	font-size: 46px;
}
/*box*/
#kaiketsu .box {
	display: table;
	margin-top: 40px;
}
#kaiketsu .box.box1 {
	margin-top: 40px;
}
#kaiketsu .box .ttl {
	display: table-cell;
	width: 315px;
	font-size: 22px;
	padding-left: 1.5em;
	padding-right: 1.0em;
	padding-top: 65px;
	padding-bottom: 1em;
}
#kaiketsu .box .ttl::after {
	border-width: 20px 0 20px 21px;
	border-color: transparent transparent transparent #37b3ce;
	right: -13px;
}
#kaiketsu .box .ttl .no {
	width: 161px;
	position: absolute;
	top: -20px;
	left: 23px;
}
#kaiketsu .box .ans {
	display: table-cell;
	padding: 2em 2em;
}

/* 全体設計 */
#zentai .hl {
	font-size: 46px;
}
#zentai p {
	font-size: 24px;
}

/* 導入後の流れ */
#nagare .inner .row-inner {
	padding-top: 60px;
}
#nagare .inner .gentei {
	width: 278px;
	right: 0;
	top: 10px;
}
#nagare .hl {
	font-size: 40px;
}
/* box */
#nagare .box {
	margin-top: 30px;
	padding: 24px 0px;
}
#nagare .box.box1 {
	margin-top: 55px;
}
#nagare .box .no {
	width: 177px;
	padding-top: 3px;
}
#nagare .box .no picture {
	width: 80px;
}
#nagare .box .txt {
	padding-left: 40px;
	padding-right: 34px;
}
#nagare .box .txt p {
	margin-top: 0.8em;
}
#nagare .per400 {
	max-width: 790px;
	margin-top: 30px;
}



/* end of media query(pc) */
}

.mengine {
	font-size: 14px;
	text-align: center;
	background-color: #fff;
}