@charset "UTF-8";

/*----- common -----*/
h3.sec_ttl { font-size: 3rem; font-weight: normal; line-height: 1; text-align: center; margin-bottom: 40px; }
h3.sec_ttl small { display: block; margin-top: 10px; font-size: 1.125rem; }
h3.sec_ttl small span { font-size: 0.75rem; }
.desc { font-size: 1rem; line-height: 1.75em; text-align: center; }


.h2_ribbon { margin-bottom:10px; font-weight:bold; line-height:54px; font-size: 22px;}
.h2_ribbon.up { margin-top:-40px; }
.h2_ribbon.pink { background:#fa849b; box-shadow:0 2px 0 0 #d7526c; }
.h2_ribbon.pink:before { border-color: #fa849b #fa849b #fa849b transparent; box-shadow:0 2px 0 0 #d7526c; }
.h2_ribbon.pink:after  { border-color: #fa849b transparent #fa849b #fa849b; box-shadow:0 2px 0 0 #d7526c; }
.h2_ribbon.green { background:#1ed583; box-shadow:0 2px 0 0 #30c07f; }
.h2_ribbon.green:before { border-color: #1ed583 #1ed583 #1ed583 transparent; box-shadow:0 2px 0 0 #30c07f; }
.h2_ribbon.green:after  { border-color: #1ed583 transparent #1ed583 #1ed583; box-shadow:0 2px 0 0 #30c07f; }
.h2_ribbon.yellow { background:#facf84; box-shadow:0 2px 0 0 #ebb75c; }
.h2_ribbon.yellow:before { border-color: #facf84 #facf84 #facf84 transparent; box-shadow:0 2px 0 0 #ebb75c; }
.h2_ribbon.yellow:after  { border-color: #facf84 transparent #facf84 #facf84; box-shadow:0 2px 0 0 #ebb75c; }

/* #wrapper {margin-top: auto;} */

#mv { height: 420px; 
	/* background: #15c4e4;  */
	background: url('/img/digi-repo/mv.jpg');
	background-color: #009ee2;
	background-size: cover;
	position: relative; overflow: hidden; }
#mv::before {content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 158, 226, 0.65);}
#mv .txt { height: 100%; display: flex; align-items: center; text-align: left; position: relative; z-index: 1; }
#mv .txt .digi-repo:hover {opacity: 0.8;}
#mv .txt .digi-repo {position: absolute; bottom: 60px; right: 0; margin: auto; background: #e8fbff; padding: 8px 30px 8px 46px; display: inline-flex; align-items: center; z-index: 1; border: 2px solid #0594d7;}
#mv .txt .digi-repo:before { content: ""; position: absolute; background: url('/img/icon_pc.png') no-repeat; background-size: contain; display: inline-block; width: 30px; height: 20px; left: 12px; top: 0; bottom: 0; margin: auto;}
#mv .txt .digi-repo:after { content: ""; position: absolute; top: 50%; right: 12px; margin-top: -7px; width: 14px; height: 14px; border-top: 1px solid #15c4e4; border-right: 1px solid #15c4e4; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#mv .txt .digi-repo span { color: #00b7ee; font-weight: bold;}
#mv .txt h2 { margin-left: 0; width: 44%; }
#mv .txt h2 span { margin-top: 30px; display: block; }
#mv .txt h2 span small { font-size: 1.25rem; display: inline-block; background: #eafc47; color: #15c4e4; padding: 6px 10px 8px; line-height: 1; }
#mv .txt h2 span small strong { font-size: 2rem; vertical-align: -2px; margin: 0 6px; letter-spacing: .1em;}
/* #mv .img { position: absolute; right: 5%; bottom: 0; transition: .3s; } */
#mv .txt .sub {font-size: 20px;margin-bottom: 20px;color: #eafc47;}
#mv .txt .sub + .point { padding-top: 0;}
#mv .txt .point{color:#fff;font-size:16px;margin-bottom:20px}
#mv .txt .point span{border:dashed 2px #fff;border-radius:10px;padding:6px 16px}
#mv .txt .point span + span{margin-left:10px}
#mv .txt .point span:before{content:"";display:inline-block;width:20px;height:20px;border-radius:6px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_2%22%20data-name%3D%222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20441.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2300b7ee%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M469.4%2C35.49c-135.31%2C75.17-272.29%2C289-272.29%2C289L73.51%2C184.18%2C0%2C254.34%2C178.73%2C476.51%2C243.88%2C474C327.41%2C223.41%2C512%2C55.54%2C512%2C55.54Z%22%20transform%3D%22translate(0%20-35.49)%22%2F%3E%3C%2Fsvg%3E');
	background-color:#fff;background-position:center;background-size:60% auto;background-repeat:no-repeat;vertical-align:-3px;margin-right:5px}

#mv .txt .sub_ttl{position: relative; display: inline-block; align-items: center; color:#eafc47;font-size:24px;margin-bottom:12px}
#mv .txt .sub_ttl .big {font-size: 40px; line-height: 1; margin-bottom: 6px;}
#mv .txt .sub_ttl .check{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:100%;background:#eafc47;color:#333;
	font-size: 12px; line-height: 1.5; font-weight:700;
	text-align: center;
	position:absolute;top:20%;right:-88px;transform:translateY(-50%)
}
#mv .txt .sub_ttl .check:before{content:"";position:absolute;top:70%;left:-8px;background:#eafc47;height:calc(tan(60deg)* 14px / 2);width:16px;clip-path:polygon(100% 0%, 0 80%, 100% 100%);transform:translateY(-50%)}


#mv .txt .point_wrapper{position:relative}
#mv .txt .point_wrapper .check{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:100%;background:#eafc47;color:#333;font-weight:700;position:absolute;top:50%;left:-94px;font-size:18px;transform:translateY(-50%)}
#mv .txt .point_wrapper .check:before{content:"";position:absolute;top:50%;right:-10px;background:#eafc47;height:calc(tan(60deg)* 14px / 2);width:12px;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%)}
#mv .txt .point a{display:inline-block;line-height:1;background:#fff;border-radius:10px;padding:10px 24px 10px 16px; margin-bottom: 8px; border:none;box-shadow:0 4px 0 #4a9baa;transition:.2s all ease 0s;overflow:inherit;margin-right:6px;position: relative}
#mv .txt .point a:hover{box-shadow:none;transform:translate3d(0,3px,0);color:#111;background:#e7f850}
#mv .txt .point a:after{content:"";position:absolute;top:50%;right:10px;margin-top:-5px;width:8px;height:8px;border-top:2px solid #08a8c6;border-right:2px solid #08a8c6;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#mv .txt .point a span{border:none;border-radius:10px;padding:0;color:#08a8c6}
#mv .txt .point a .link:before{background-image:url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20441.02%22%3E%3Cpath%20d%3D%22M469.4%2C0C334.09%2C75.17%2C197.11%2C289%2C197.11%2C289L73.51%2C148.69%2C0%2C218.85l178.73%2C222.17%2C65.15-2.51C327.41%2C187.92%2C512%2C20.05%2C512%2C20.05L469.4%2C0Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E);background-color:#08a8c6}



#news { margin-top: -50px; }
#news .news-box { display: flex; height: 100px; }
#news .news-box h3 { width: 26%; text-align: center; align-items: center; justify-content: center; display: flex; z-index: 1; background: #333; color: #fff; font-weight: normal;}
#news .news-box h3 a { width: 100%; height: 100%; background: #333; align-items: center; justify-content: center; display: flex; font-weight: normal; color: #FFF; font-size: 1.125rem; position: relative; transition: .3s; }
#news .news-box h3 a:hover { background: #444; }
#news .news-box h3 a:after { content: ""; position: absolute; top: 50%; right: 20px; width: 31px; height: 8px; background: url(../img/arrow_w.png) center / 100% no-repeat; transition: .3s; }
#news .news-box h3 a:hover:after { right: 15px; }
#news .news-box .news-body { display: flex; align-items: center; width: 74%; font-size: 0.875rem; padding: 0 40px; background: #FFF; }
#news .news-box .news-body a:hover { text-decoration: underline; }
#news .news-box .news-body dl { display: flex; text-align: left; width: 100%; }
#news .news-box .news-body dl dd { margin-left: 2em; }

#about { padding: 60px 0 80px; }
#about figure img { margin-left: auto;margin-right: auto;}
#about .desc {font-size: 1rem; font-weight: bold; margin-top: 32px;}
#about .desc .marker {color: #009ee2; background: linear-gradient(transparent 60%, #eafc47 0%); display: inline; padding: 0 1px 0px;}

#advantage {
	padding: 60px 0;
	background: #e8fbff;
}

#advantage .con {
	text-align: center;
}

#advantage .point {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#advantage .point li {
	color: #00b4e6;
	border: solid 3px #00b4e6;
	background: #fff;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	display: table;
	margin: 0 10px;
}

#advantage .point li span {
	font-size: 1.1rem;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#advantage .flow {
	margin-top: 32px;
}

#advantage .desc {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-weight: bold;
	margin: 2em auto;
}

#advantage .caption {
	text-align: right;
	font-size: 12px;
}

#advantage .flow .txt {font-size: 1.4rem; font-weight: bold; margin-top: 20px;}
#advantage .flow .txt .marker {color: #009ee2; background: linear-gradient(transparent 60%, #eafc47 0%); display: inline; padding: 0 1px 0px;}

@media (max-width: 599px) {
	/* #advantage .point {
		display: flex;
		justify-content: center;
		align-items: center;
	} */

	#advantage .point li {
		color: #fff;
		border: solid 3px #00b4e6;
		background: #00b4e6;
		height: 100%;
		width: 100%;
		border-radius: 8px;
		display: table;
		margin: 6px 10px;
		padding: 12px;
	}

	#advantage .flow figure {
		margin: 0;
	}
}

#advantage .flow>ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}

#advantage .flow .green {
	position: relative;
	z-index: 100;
}

#advantage .flow>li {
	position: relative;
	z-index: 100;
	max-width: 880px;
	padding: 16px 20px;
	margin: 0 auto;
	border: 2px solid #00b7ee;
	border-radius: 10px;
	background: #00b7ee;
	box-shadow: 0px 0px 10px -5px #777777;
}

/* .flow>li:last-child {
	background: #fff33f !important;
}

.flow.yellow li {
	background: #fffbc7;
} */

#advantage .flow>li ul {color: #fff; margin-top: 8px;}

#advantage .flow>li ul li {
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	padding-left: 1em;
	text-align: left;
	text-indent: -1.2em;
}

#advantage .flow>li ul li::before {
	content: '▶';
	font-size: 11px;
	color: #fff;
	padding-right: 0.2em;
}

/* .flow>.total dl dt {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
	color: #000;
	text-align: center;
} */

/* .flow>.total dl dd {
	font-size: 24px;
	margin-top: 0;
	text-indent: -1.2em;
} */

#advantage .flow>.total dl dd .period {
	background: #00b7ee;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 6px;
	border-radius: 6px;
	margin-right: 0.6em;
}

#advantage .flow>.total dl dd .time {
	font-size: 12px;
}

#advantage .flow>li .icon { font-size: 14px; font-weight: bold; color: #fff; /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1); */ padding: 0 0 10px; display: block; /* border-radius: 40px; */ z-index: 100; text-align: center; border-bottom: 1px solid #fff; line-height: 1.4;}

#advantage .flow>li .icon.gray {background: #b9c9d2;}
#advantage .flow>li .icon.blue {background: #00b7ee;}
#advantage .flow>li .icon .num {font-size: 20px;}
#advantage .flow>li .icon .step_ttl {font-size: 18px;}

@media (min-width: 1100px) {
	header nav li.btn_trial,header nav li.btn_login { width: 110px; margin: 0; }
}

@media (min-width: 851px) {
	#advantage .flow>li {
		width: 23%;
	}

	#advantage .flow>li:not(:last-child)::before,
	#advantage .flow>li:not(:last-child)::after {
		content: "";
		border: solid transparent;
		position: absolute;
		top: calc(40% + 3px);
		right: -45px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}

	#advantage .flow>li:not(:last-child)::before {
		border-width: 22px;
		border-top-color: #00b7ee;
		transform: rotate(270deg);
	}

	#advantage .flow>li:not(:last-child)::after {
		border-width: 25px;
		border-top-color: #00b7ee;
		transform: rotate(270deg);
		position: absolute;
		top: 40%;
	}

	#advantage .flow.yellow>li:not(:last-child)::after {
		border-width: 25px;
		border-top-color: #00b7ee;
		transform: rotate(270deg);
		position: absolute;
		top: 40%;
	}
}

@media (max-width: 850px) {

	#advantage .desc {
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		font-weight: bold;
		margin: 1.6em auto;
	}

	#advantage .flow>li {
		width: 49%;
		padding: 12px 16px;
		margin: 0;
		display: block;
		border: 2px solid #00b7ee;
		border-radius: 10px;
		/* background: #fff; */
		position: relative;
		margin-bottom: 10px;
	}

	#advantage .flow>li dl dt {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.6;
		color: #000;
		text-align: center;
		margin: 12px 0 10px;
	}

	#advantage .flow>li .icon {
		margin: 0;
		font-size: 16px;
	}

	/* #advantage .flow>li:last-child {
		width: 100% !important;
		background: #fff33f !important;
		padding: 8px;
	} */

	#advantage .flow>li:last-child dl {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	#advantage .flow>li:last-child dl dt {
		text-align: left;
		margin-right: 1.2em;
		line-height: 1.6;
	}

	#advantage .flow>li:last-child dl dd {
		font-size: 22px;
	}
}


#service .flow>li{position:relative;z-index:100}
#service .flow>li:not(:last-child){margin-bottom:40px}
#service .flow>li{max-width:880px;padding:20px 30px;margin:0 auto;display:flex;justify-content:flex-start;align-items:center;border:2px solid #00b7ee;border-radius:10px;background:#fff;position:relative}
#service .flow>li:not(:last-child) dl::before,#service .flow>li:not(:last-child) dl::after{content:"";border:solid transparent;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
#service .flow>li:not(:last-child) dl::before{border-width:22px;border-top-color:#00b7ee}
#service .flow>li:not(:last-child) dl::after{border-width:20px;border-top-color:#fff}
#service .flow>li dl dt{font-size:20px;font-weight:600;line-height:1.6;margin-bottom:12px;color:#000;text-align:left}
#service .flow>li dl dd{font-size:15px;margin-top:4px;padding-left:1em;text-align:left;text-indent:-1em}
#service .flow>li .icon{font-size:14px;font-weight:700;color:#fff;background:#00b7ee;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db',endColorstr='#66d5e9',GradientType=1);height:100%;padding:4px 10px;margin:0 28px 0 0;display:block;border-radius:40px;z-index:100;text-align:center}
#service .flow>li .icon .num{font-size:22px}

@media (max-width: 599px) {
	#service .flow>li{padding:20px 30px;margin:0 4%;display:block;border:2px solid #00b7ee;border-radius:10px;background:#fff;position:relative}
	#service .flow>li dl dt{font-size:18px;font-weight:600;line-height:1.6;color:#000;text-align:left;margin:16px 0 10px}
	#service .flow>li .icon{margin:0;font-size:16px}
}


#service .flow_features{padding:80px 0; background: #e8fbff;}
#service .title{padding-top:2.4em}
#service .title h3{font-size:2.25rem;line-height:1.1;padding-bottom:.6em;border-bottom:dotted 2px #cfd4d6;margin-bottom:.4em;text-align: center;}
#service .sub_title{display:flex;justify-content:space-between;line-height:1}
#service .sub_title .address span{color:#00b7ee;border:solid 1px #00b7ee;margin:-6px 0 0;display:inline-block;padding:4px;border-radius:3px;font-size:.9em}
#service .indent{padding:0 20px;margin: 3rem 0 5rem;}
#service .flow>li .icon {display: flex;align-items: center;justify-content: center;position: absolute; top: -30px; left: -30px; width: 150px; height: 150px; font-size: 1.875rem; color: #fff; background: #00b4e6; border-radius: 100%; line-height: 1.3; text-align: center; }
#service .flow>li .icon span{display: block;}
#service .flow>li .icon span span{font-size: 1.2rem;border-top: 1px solid #79cef0;margin-top:0.5rem;padding-top:1rem;}
#service ul li .ttl {text-align: center;margin: 20px 0 0;font-size: 1.8rem;position: relative;padding-bottom: 0.6em;border-bottom: dotted 2px #cfd4d6;}
#service .flow>li {display: block;margin-bottom: 40px;}
#service .flow>li:not(:last-child) {margin-bottom: 60px;}
#service .flow>li dl {display: flex;justify-content: center;align-items: center;margin-top: 20px;}
#service .flow>li dl:not(:first-of-type){margin-top: 40px;padding-top:40px;border-top: dotted 5px #79cef0;}
#service .flow>li dl dt {padding: 15px 20px;font-size: 1.2rem;font-weight: bold;margin-bottom: 0;display: flex;justify-content: flex-start;align-items: center;border: 2px solid #00b7ee;border-radius: 10px;background: #fff;position: relative;color: #00b4e6;}
#service .flow>li dl dt:before {content: "";position: absolute;top: 50%;left: -24px;margin-top: -12px;border: 12px solid transparent;border-right: 12px solid #FFF;z-index: 2;}
#service .flow>li dl dt:after {content: "";position: absolute;top: 50%;left: -29px;margin-top: -14px;border: 14px solid transparent;border-right: 14px solid #00b7ee;z-index: 1;}
#service .flow>li .img{margin-top: 40px;}
#service .flow>li .img .img_box-item{padding:0 10px;}
#service .flow>li .img_box .ttl{margin:0 0 20px;color:#00b7ee;font-size: 1.1rem;font-weight: bold;}
#service .flow>li .img_box:after{content: none}
#service .flow>li .arrow {text-align: center;}
#service .flow>li .dli-caret-down {display: inline-block; vertical-align: middle; color: #00b7ee; line-height: 1; width: 0; height: 0; border-style: solid; border-color: transparent; border-width: 16px 24px; border-top-color: currentColor; border-bottom: 0;}

@media (max-width: 850px) {
	#service .flow>li .num{top: -60px;left: calc(50% - 60px);width: 120px;height: 120px;font-size: 1.4rem}
	#service .flow>li .num span span {font-size: 1.1rem;margin-top: 0.3rem;padding-top: 0.5rem}
	#service ul li .ttl{margin-top: 50px;font-size: 1.4rem;}
	#service .flow>li{padding: 20px 20px;margin: 0 0 30px}
	#service .flow>li:not(:last-child) {margin-bottom: 90px}
	#service .flow>li dl dt {padding: 10px 10px;margin: 0;width: 100%;font-size:1rem;}
	#service .flow>li dl dd{width: 70px;}
	#service .flow>li .img {margin-top: 20px}

	#service .flow.flow-list2>li dl dt {display: block;}
	#service .flow.flow-list2>li dl dd {width: 100%;}
}

#price{padding:80px 0;}
#price figure{margin:0;text-align:center}
#price .box-wrapper{display:flex;flex-wrap:wrap;gap:20px}
#price .box{background:#e8fbff;padding:30px;box-sizing:border-box;width:100%}
#price .box-wrapper .box.half{width:calc(50% - 10px)}

#price .box-wrapper .box.half .icon { font-size: 18px; font-weight: bold; color: #fff; padding: 8px 10px; display: block; border-radius: 30px; text-align: center; border-bottom: 1px solid #fff; line-height: 1.4;}
#price .box-wrapper .box.half .icon.blue {background: #00b7ee;}
#price .box-wrapper .box.half .price_txt {text-align: center; font-size: 1.4rem; font-weight: bold;}
#price .box-wrapper .box.half .price_txt .marker{background: linear-gradient(transparent 60%, #eafc47 0%); display: inline; padding: 0 1px 0px;}
#price .box-wrapper .box.half .price_txt strong {font-size: 2rem; padding: 0 2px;}
#price .box-wrapper .box.half ul {border: solid 2px #00afcc; background: #fff; padding: 16px;}
#price .box-wrapper .box.half ul li{padding-left: 1em; text-indent: -1em;}
#price .box-wrapper .box.half ul li::before{content: '※';}
#price .box-wrapper .box.half ul li:nth-child(n+2) {margin-top: 4px;}

#price .voice_list dl{display:flex;align-items:center;max-width:860px;margin:auto}
#price .voice_list dl+dl{margin-top:20px}
#price .voice_list dl dt{width:24%;text-align:right}
#price .voice_list dl dt figure{max-width:150px;display:inline-block}
#price .voice_list dl dt figcaption{font-weight:700;margin-top:5px}
#price .voice_list dl dd{width:76%;padding-left:26px}
#price .voice_list dl dd .fukidashi{border:solid 2px #00afcc;background:#f0f9fc;border-radius:10px;padding:30px;font-size:14px;line-height:1.8;position:relative}
#price .voice_list dl dd .fukidashi:before{content:"";position:absolute;z-index:1;bottom:40px;left:-36px;width:41px;height:26px;background:url(/img/digi-repo/why_voice_fukidashi_w.png)}
#price .voice_list dl dd .fukidashi strong{color:#0d8ea3}
#price .voice_list dl:nth-of-type(2n){flex-direction:row-reverse}
#price .voice_list dl:nth-of-type(2n) dt{text-align:left}
#price .voice_list dl:nth-of-type(2n) dd{padding-left:0;padding-right:26px}
#price .voice_list dl:nth-of-type(2n) dd .fukidashi:before{left:inherit;right:-36px;transform:scale(-1,1)}
#price .box.why_feature{margin-top:60px;text-align:center;padding:40px 40px 0}
#price .why_feature .h2_ribbon{margin-top:-55px}
#price .why_feature ul li{padding:30px 0;display:flex}
#price .why_feature ul li+li{border-top:solid 2px #dde5e6}
#price .why_feature ul li .txt{width:68%;padding-left:120px;padding-right:30px;text-align:left;position:relative}
#price .why_feature .txt .num{width:92px;height:92px;line-height:92px;background:#00b7ee;border-radius:100%;color:#fff;font-size:36px;position:absolute;top:-15px;left:0;text-align:center}
#price .why_feature .txt .num:after{content:"";position:absolute;top:50%;right:-16px;background:#00b7ee;height:calc(tan(60deg)* 20px / 2);width:26px;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%)}
#price .why_feature .txt .ttl{font-size:24px;line-height:1.5}
#price .why_feature .txt .ttl span {background: linear-gradient(transparent 60%, #eafc47 0%);display: inline;padding: 0 1px 0px;}
#price .why_feature .txt .desc{text-align:left;font-size:15px;line-height:1.7;margin-top:20px}
#price .why_feature ul li .img{width:32%}
#price .why_feature ul li .img figure{width:100%;background:#f0f5f7}

@media (max-width: 850px) {	
#price{padding:50px 0}
#price .box-wrapper{gap:10px}
#price .box{padding:20px}
#price .box-wrapper .box.half{width:100%}
#price .box-wrapper .box.half figure{max-width:320px;margin:auto}
#price .voice_list dl{display:flex;flex-direction:column-reverse}
#price .voice_list dl+dl{margin-top:15px}
#price .voice_list dl dt{width:100%;text-align:center;margin-top:-20px;position:relative;z-index:1}
#price .voice_list dl dt figure{max-width:80px;margin:auto;display:inline-block}
#price .voice_list dl dd{width:100%;padding-left:0}
#price .voice_list dl dd .fukidashi{padding:20px;font-size:13px}
#price .voice_list dl dd .fukidashi:before{content:none}
#price .voice_list dl:nth-of-type(2n){flex-direction:column-reverse}
#price .voice_list dl:nth-of-type(2n) dt{text-align:center}
#price .voice_list dl:nth-of-type(2n) dd {padding-right: 0;}
#price .why_feature ul li{padding:15px 0;display:flex;flex-direction:column-reverse}
#price .why_feature ul li .img{width:100%}
#price .why_feature ul li .img figure{width:100%;padding:5px}
#price .why_feature ul li .img figure img{max-width:160px}
#price .why_feature ul li .txt{width:100%;padding-left:80px;padding-right:30px;margin-top:15px}
#price .why_feature .txt .num{width:52px;height:52px;line-height:52px;background:#00b7ee;border-radius:100%;color:#fff;font-size:26px;position:absolute;top:0;left:0;text-align:center}
#price .why_feature .txt .num:after{right:-10px;height:calc(tan(60deg)* 10px / 2);width:12px}
#price .why_feature .txt .ttl{font-size:18px}
#price .why_feature .txt .desc{font-size:14px;margin-top:10px}
#price .box.why_feature{margin-top:50px;text-align:center;padding:40px 20px 0}
#price .why_feature ul li{padding:15px 0;flex-direction:column-reverse}
#price .why_feature ul li .txt{width:100%;padding-left:60px;padding-right:0;text-align:left;position:relative;margin-top:15px}
#price .why_feature .txt .num{width:42px;height:42px;line-height:42px;font-size:22px}
#price .why_feature .txt .num:after{right:-8px;height:calc(tan(60deg)* 10px / 2);width:12px}
#price .why_feature .txt .ttl{font-size:16px;line-height:1.5}
#price .why_feature .txt .desc{font-size:13px}
}


#review{padding:80px 0; background: #e8fbff;}
#review figure{margin:0;text-align:center}
#review .box-wrapper{display:flex;flex-wrap:wrap;gap:20px}
#review .box{display: flex; align-items: center; padding:30px;box-sizing:border-box;width:100%}
#review .box .review_img {width: 20%; margin-right: 20px;}
#review .box .review_img p {font-size: 1.3rem; font-weight: bold;}
#review .box .review_img p .marker {font-size: 1.5rem; color: #009ee2; background: linear-gradient(transparent 60%, #eafc47 0%); display: inline; padding: 0 1px 0px;}
#review .box-wrapper .box.half{width:calc(50% - 10px)}
#review .voice_list dl{display:flex;align-items:center;max-width:860px;margin:auto}
#review .voice_list dl+dl{margin-top:20px}
#review .voice_list dl dt{width:24%;text-align:right}
#review .voice_list dl dt figure{max-width:150px;display:inline-block}
#review .voice_list dl dt figcaption{font-weight:700;margin-top:5px}
#review .voice_list dl dd{width:76%;padding-left:26px}
#review .voice_list dl dd .fukidashi{border:solid 2px #00afcc;background:#fff;border-radius:10px;padding:30px;font-size:14px;line-height:1.8;position:relative}
#review .voice_list dl dd .fukidashi:before{content:"";position:absolute;z-index:1;bottom:40px;left:-36px;width:41px;height:26px;background:url(/img/digi-repo/why_voice_fukidashi_w.png)}
#review .voice_list dl dd .fukidashi strong{color:#0d8ea3}
#review .voice_list dl:nth-of-type(2n){flex-direction:row-reverse}
#review .voice_list dl:nth-of-type(2n) dt{text-align:left}
#review .voice_list dl:nth-of-type(2n) dd{padding-left:0;padding-right:26px}
#review .voice_list dl:nth-of-type(2n) dd .fukidashi:before{left:inherit;right:-36px;transform:scale(-1,1)}
#review .box.why_feature{margin-top:60px;text-align:center;padding:40px 40px 0}
#review .why_feature .h2_ribbon{margin-top:-55px}
#review .why_feature ul li{padding:30px 0;display:flex}
#review .why_feature ul li+li{border-top:solid 2px #dde5e6}
#review .why_feature ul li .txt{width:68%;padding-left:120px;padding-right:30px;text-align:left;position:relative}
#review .why_feature .txt .num{width:92px;height:92px;line-height:92px;background:#00b7ee;border-radius:100%;color:#fff;font-size:36px;position:absolute;top:-15px;left:0;text-align:center}
#review .why_feature .txt .num:after{content:"";position:absolute;top:50%;right:-16px;background:#00b7ee;height:calc(tan(60deg)* 20px / 2);width:26px;clip-path:polygon(0 0,100% 50%,0 100%);transform:translateY(-50%)}
#review .why_feature .txt .ttl{font-size:24px;line-height:1.5}
#review .why_feature .txt .ttl span {background: linear-gradient(transparent 60%, #eafc47 0%);display: inline;padding: 0 1px 0px;}
#review .why_feature .txt .desc{text-align:left;font-size:15px;line-height:1.7;margin-top:20px}
#review .why_feature ul li .img{width:32%}
#review .why_feature ul li .img figure{width:100%;background:#f0f5f7}

@media (max-width: 850px) {	
#review{padding:50px 0}
#review .box-wrapper{gap:10px}
#review .box{padding:20px; flex-wrap: wrap;}
#review .box .review_img {display: flex; justify-content: center; align-items: center; width: 100%; margin-bottom: 20px;}
#review .box .review_img img {margin-left: 20px; max-width: 160px; width: 100%; text-align: center;}
#review .box-wrapper .box.half{width:100%}
#review .box-wrapper .box.half figure{max-width:320px;margin:auto}
#review .voice_list dl{display:flex;flex-direction:column-reverse}
#review .voice_list dl+dl{margin-top:15px}
#review .voice_list dl dt{width:100%;text-align:center;margin-top:-20px;position:relative;z-index:1}
#review .voice_list dl dt figure{max-width:80px;margin:auto;display:inline-block}
#review .voice_list dl dd{width:100%;padding-left:0}
#review .voice_list dl dd .fukidashi{padding:20px;font-size:13px}
#review .voice_list dl dd .fukidashi:before{content:none}
#review .voice_list dl:nth-of-type(2n){flex-direction:column-reverse}
#review .voice_list dl:nth-of-type(2n) dt{text-align:center}
#review .voice_list dl:nth-of-type(2n) dd {padding-right: 0;}
#review .why_feature ul li{padding:15px 0;display:flex;flex-direction:column-reverse}
#review .why_feature ul li .img{width:100%}
#review .why_feature ul li .img figure{width:100%;padding:5px}
#review .why_feature ul li .img figure img{max-width:160px}
#review .why_feature ul li .txt{width:100%;padding-left:80px;padding-right:30px;margin-top:15px}
#review .why_feature .txt .num{width:52px;height:52px;line-height:52px;background:#00b7ee;border-radius:100%;color:#fff;font-size:26px;position:absolute;top:0;left:0;text-align:center}
#review .why_feature .txt .num:after{right:-10px;height:calc(tan(60deg)* 10px / 2);width:12px}
#review .why_feature .txt .ttl{font-size:18px}
#review .why_feature .txt .desc{font-size:14px;margin-top:10px}
#review .box.why_feature{margin-top:50px;text-align:center;padding:40px 20px 0}
#review .why_feature ul li{padding:15px 0;flex-direction:column-reverse}
#review .why_feature ul li .txt{width:100%;padding-left:60px;padding-right:0;text-align:left;position:relative;margin-top:15px}
#review .why_feature .txt .num{width:42px;height:42px;line-height:42px;font-size:22px}
#review .why_feature .txt .num:after{right:-8px;height:calc(tan(60deg)* 10px / 2);width:12px}
#review .why_feature .txt .ttl{font-size:16px;line-height:1.5}
#review .why_feature .txt .desc{font-size:13px}
}


#forte { padding: 80px 0 80px; background: #fff; }
#forte ul { display: flex; justify-content: space-between; margin: 40px auto 0; flex-wrap: wrap; letter-spacing: 0;}
#forte ul li { width: 30%; position: relative; }
#forte ul li .num { position: absolute; top: 0; left: 0; font-size: 3rem; color: #15c4e4; text-align: center; line-height: 1; }
#forte ul li .num small{ font-size: 0.714rem; display: block; background: #eefe62; border-radius: 3px; padding: 5px 5px; font-weight: bold; color: #333; margin: 3px 0 0; letter-spacing: 0; line-height: 1;}
#forte ul li .num small i{ margin-right: 2px;}
#forte ul li { width: 30%; position: relative; }
#forte ul li .ttl { text-align: center; margin: 20px 0 0; font-size: 1.25rem; }
#forte ul li .caption { text-align: center; font-size: 1rem; margin: 10px 0 0; }
#forte .btn { padding-top: 60px; }
#forte ul li .btn{padding-top:20px}
#forte ul li .btn a{height:40px;line-height:40px;min-width:260px}
#forte ul li .btn a:after{top:50%;right:10px;margin-top:-5px;width:25px;height:7px}
#forte ul li .btn a:hover:after{right:6px}

#function { /*padding: 80px 0 80px;*/ padding: 80px 0 120px; /*background: #e8fbff;*/ }
#function ul { display: flex; justify-content: space-between; margin: 40px auto 0; }
#function ul li { width: 30%; position: relative; }
#function ul li .num { position: absolute; top: 0; left: 0; width: 50px; height: 50px; font-size: 1.875rem; color: #fff; background: #00b4e6; border-radius: 100%; line-height: 1.6; text-align: center; }

#function ul li .num small { position: absolute; bottom: -1.75rem; left: -.75rem; width: 4.5rem; font-size: 0.714rem; display: block; background: #eefe62; border-radius: 3px; padding: 5px 5px; font-weight: bold; color: #333; margin: 3px 0 0; letter-spacing: 0; line-height: 1;}
#function ul li .num small i { margin-right: 2px;}

#function ul li { width: 30%; position: relative; }
#function ul li .ttl { text-align: center; margin: 40px 0 0; font-size: 1.4rem; position: relative;}
#function ul li .desc { text-align: left; margin: 15px 0 0; }
#function .btn { padding-top: 60px; }

#report { padding: 80px 0 60px; }
#report .report_box { width: 100%; max-width: 1200px; margin: auto; padding: 0 0 40px; position: relative; }
#report .report_box:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 90%; background: url(../img/stripe_bg.png); z-index: -1; }
#report .report_box ul { display: flex; justify-content: space-between; }
#report .report_box li { width: 46%; background: #fff; }
#report .report_box li a { display: block; width: 100%; /*height: 100%;*/ transition: .3s; }
#report .report_box li a:hover { box-shadow: 0px 0px 8px 0px rgba(164, 193, 201, .3); }
#report .report_box li .img-wrapper { padding-bottom: 60%; overflow: hidden; position: relative; }
#report .report_box li a .img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: .5s; background-size: cover; background-repeat: no-repeat; background-color: #e8fbff;background-position: center; }
#report .report_box li a:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
#report .report_box li .txt { padding: 30px; position: relative; text-align: right; }
#report .report_box li .txt .ttl { text-align: left; font-size: 1.25rem; }
#report .report_box li .txt .target { margin-top: 1.5rem; padding-left: 70px; font-size: 0.875rem; color: #646a6a; text-align: right; position: relative; display: inline-block; }
#report .report_box li .txt .target span { word-break: break-all; background: #fff; z-index: 1; display: inline-block; padding: 0 0 0 10px; position: relative; }
#report .report_box li .txt .target:before { content: ""; position: absolute; top: 50%; right: 0; margin-top: -1px; width: 100%; height: 1px; background: #646a6a; }
#report .btn { padding-top: 40px; }

#charge { padding: 100px 0 100px; background: url(../img/top/charge_bg.png) right 40px bottom 20px no-repeat; }
#charge .charge_box { width: 100%; max-width: 880px; margin: auto; display: flex; justify-content: space-between; }
#charge .charge_box dl { display: table; width: 420px; align-items: center; border: solid 1px #00b4e6; }
#charge .charge_box dt { font-size: 1.25rem; color: #fff; background: #00b4e6; height: 100%; width: 50%; display: table-cell; vertical-align: middle; align-items: center; justify-content: center; padding: 10px; text-align: center; flex-wrap: wrap; line-height: 1.45; font-weight: bold; }
#charge .charge_box dt small { font-size: 0.75rem; display: block; }
#charge .charge_box dd { color: #00b4e6; background: #FFF; width: 50%; display: table-cell; vertical-align: middle; padding: 10px; text-align: center; }
#charge .charge_box dd small { font-size: 1.875rem; }
#charge .charge_box dd span { font-size: 2.25rem; }


@media (max-width: 1300px) {
	#mv .img { width: 80%; right: -10%; }
	/* #mv .txt .point_wrapper {padding-left: 90px;} */
	#mv .txt .point_wrapper .check {
    width: 60px;
    height: 60px;
    font-size: 14px;left: 10px;}
}

@media (max-width: 999px) {
	#mv { height: 580px; }
	#mv .txt { display: block; /*text-align: center;*/ }
	#mv .txt .point {font-size: 15px; /* margin-bottom: 30px; padding-top: 6%; margin-left: 10%; */}
	#mv .txt .point a {padding: 8px 30px 8px 16px;}
	#mv .txt h2 { /*padding-top: 10%;*/ margin-left: 10%; width: 80%; }
	#mv .txt .sub_ttl {font-size: 20px;margin-bottom: 10px;margin-left: 10%;}
	#mv .txt .sub_ttl .no-pc {display: none;}
	#mv .img { width: 540px; right: 5%; bottom: -10%; /*margin-right: -200px;*/ }

	#mv .txt .digi-repo {position: absolute; top: auto; right: 0; bottom: 40px; margin: auto; background: #e8fbff; padding: 8px 30px 8px 46px; display: inline-flex; align-items: center; z-index: 1; border: 2px solid #0594d7;}

	#function ul { display: block; }
	#function ul li { width: 100%; }
	#function ul li + li { margin-top: 20px; }
	#function ul li .function_box{ display: flex; justify-content: space-between;}
	#function ul li figure { width: 26%; }
	#function ul li .function_box .txt { width: 70%; }
	#function ul li .function_box .txt .ttl { text-align: left;}
	#function ul li .num { line-height: 2em;}
	
	#charge .charge_box { display: block;}
	#charge .charge_box dl { width: 100%; max-width: 750px; margin:auto;}
	#charge .charge_box dl + dl { margin-top: 20px;}
}
@media (min-width: 851px) {
	#forte ul li:nth-of-type(n+4) { margin-top: 50px; }
}
@media (max-width: 850px) {	
	#about figure { max-width: 315px; margin: auto;}
	#about .desc { margin-top: 30px;}
	
	#forte ul li { width: 46%;}
	#forte ul li:nth-of-type(n+3) { margin-top: 30px; }
	#forte ul li .num { font-size: 2.4rem; position: inherit; top: inherit; left: inherit; line-height: 1; display: block; text-align: left;}
	#forte ul li .num small{display: inline-block; margin-left: 6px; vertical-align: .6rem;}
	#forte ul li .forte_box { margin-top: -1rem;}
	#forte ul li .forte_box .ttl { font-size: 1.14rem; line-height: 1.5;}
	#forte ul li .forte_box figure { margin: 0;}
}

@media (max-width: 750px) {
	h3.sec_ttl { margin-bottom: 30px;}
	
	/* #mv { height: 480px; } */
	#mv {height: 480px;}

	#mv .txt .digi-repo {position: absolute; top: auto; right: 0; bottom: -64px; margin: auto; background: #e8fbff; padding: 8px 30px 8px 46px; display: inline-flex; align-items: center; z-index: 1; border: 2px solid #0594d7;}

	#mv .txt{height:auto;text-align: center;}
	#mv .txt h2 { /*padding-top: 8%;*/ margin-left: 5%; width: 90%; }
	#mv .txt h2 span{margin-top: 15px;}
	#mv .txt h2 span small {display: block;padding: 0 10px;text-align: center;}
	#mv .txt .sub_ttl{font-size:14px;margin-left:0;margin-bottom:0; margin-top: 30px;}
	#mv .txt .sub_ttl .no-pc {display: block;}
	#mv .txt .sub_ttl .big {font-size: 32px;}
	#mv .txt .sub_ttl .check{position:absolute;top:30%;right:-88px;transform:translateY(-50%)}
	#mv .txt .sub_ttl .check:before {top: 76%; left: -6px;}
	
	#mv .txt .point_wrapper{padding-left:0; margin-top: 10px;}
	#mv .txt .point_wrapper .check{width:60px;height:20px;border-radius:4px;top:0;left:26px;font-size:12px;transform:inherit;position: relative;z-index: 1;background: #daf010;}
	#mv .txt .point_wrapper .check:before{content: none}
	
	#mv .img {width: 320px;right: 50%;bottom: -5%;margin-right: -106px;}
	
	#mv .txt .sub {font-size: 16px;margin-bottom: 10px;line-height: 1.3;text-align: center;}
	
	#mv .txt .point{font-size:12px;padding-top:0;margin-left:5%;margin-bottom: 14px;margin-top: -5px;}
	
	#mv .txt .point span{border:dashed 1px #fff;padding:6px}
	#mv .txt .point span:before{width:16px;height:16px;border-radius:3px;margin-right:4px}
	#mv .txt .point span + span{margin-left:4px}
	
	/* pointが多い場合の対応 */
	#mv .txt .point{display:flex;flex-wrap:wrap;margin-left:0;gap:5px;}
	/* #mv .txt .point > span{width:calc(50% - 3px)} */
	#mv .txt .point > span + span{margin:0}
	
	#mv .txt h2 span small {font-size: 1rem;padding: 6px 10px 8px;text-align: center;}
	#mv .txt h2 span small strong {font-size: 1.3rem;vertical-align: -1px;}
	
	#news { margin-top: -70px; margin-bottom: 40px; }
	#news .news-box { height: 50px; display: block; }
	#news .news-box h3 { width: 100%; display: block; text-align: left; padding: 10px 20px;}
	#news .news-box h3 a { display: block; padding: 10px 20px; width: 50%; position: relative; z-index: 1; }
	#news .news-box h3 a:after { width: 21px; height: 5px; margin-top: -4px; }
	#news .news-box .news-body { width: 100%; font-size: 0.875rem; padding: 30px 20px; }
	
	/* レイアウト調整 */
	#news .news-box{height:auto;display:flex;background:#333}
	#news .news-box h3{width:5em;padding:10px}
	#news .news-box h3 a {padding: 10px;width: 100%;}
	#news .news-box h3 a:after {top: inherit;bottom: 10px;}
	#news .news-box .news-body{width:calc(100% - 5em);padding:10px 20px}
	#news .news-box .news-body dl{display:flex;flex-direction:column;width:100%}
	#news .news-box .news-body dl dd {margin-left: 0;}
	
	#about { padding: 0 0 60px; }
	.contact-box .btn a{height: auto;}
	#advantage { padding: 50px 0 50px;}
	#forte { padding: 50px 0 50px;}
	#service .function_box {margin-top: 90px;}
	#function { /*padding: 60px 0 60px;*/ padding: 60px 0 100px; }
	#function ul { margin: 40px auto 0; }
	#function ul li .num { width: 40px; height: 40px; line-height: 1.6; }
	#function ul li .num small { left: 3.25rem; bottom: 1rem; }
	#function ul li figure { width: 40%; padding: 15px 0 0 15px; margin: 0; }
	#function ul li .function_box .txt { width: 56%; }
	#function ul li .ttl { margin: 0; font-size: 1.3333rem; }
	#function ul li .desc { margin: 5px 0 0; }
	#function .btn { padding-top: 40px; }
	#report { padding: 60px 0 30px; }
	#report .report_box ul { display: block; }
	#report .report_box li { width: 100%; max-width: 420px; margin: auto; }
	#report .report_box li + li { margin-top: 20px; }
	#charge { padding: 60px 0 60px; background: url(../img/top/charge_bg.png) right 0 bottom 20px no-repeat; }
	
}


/* MOVIE */
.movie_list {margin-top:30px;margin-left: 0;}
.movie_list ul li a,
.movie_list ul li img {display: block;}
.movie_list ul li a {position: relative;display: flex;justify-content: center;align-items: center;}
.movie_list ul li a:before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; -webkit-transition: all 0.6s ease; transition: 	all 0.6s ease; z-index: 10; background-color: #000;}
.movie_list ul li a:after{content: ""; position: absolute;background: url(../img/top/mv_icon_02.png);background-size:contain;background-repeat:no-repeat;width: 50px; height: 50px;z-index: 15;}
.movie_list ul li a:hover:after {opacity: 1;}
.movie_list ul li a:hover {opacity: 1;}
.movie_ttl {position: absolute; bottom: 20px; left: 20px; color: #fff; font-size: 1.4rem; font-feature-settings: "palt";}
.movie_small {width: 46%;}

@media (max-width: 999px) {
	.movie_list {display: block;margin-left: 10%;}
	.movie_small {width: 40%;}
	.mfp-container {height: 100vh!important;}
}

@media (max-width: 750px) {
	.movie_list {display: block;margin-top:15px;margin-left: 0;padding-bottom: 180px;} 
	.movie_small {width: 100%; padding: 0 15%; box-sizing: border-box;} 
	.movie_list ul li img {margin: 0 auto;}
}


/* case */
#case{margin-top:60px;padding: 60px 0 30px;background: url(../img/stripe_bg.png);position: relative;}
#case .h2_ribbon.up{margin-top: -80px;}
#case > .slider{overflow: hidden;}

.slider{overflow: hidden;}
.slider__wrap {display: flex;background: #fff;}
.slider__inner {display: flex;}
.slider__inner:first-child {animation: loop 300s linear infinite;}

.slider__inner:nth-child(2) {animation: loop2 300s -200s linear infinite;}

.slider__inner:last-child {animation: loop3 300s -100s linear infinite;}
.slider__inner li {display: flex;justify-content: center;align-items: center;height: 100px; padding:0 30px;}
.slider__inner li img{max-width: 250px;}

  @keyframes loop {
	0% {
	  transform: translateX(200%);
	}
	to {
	  transform: translateX(-100%);
	}
  }
   
  @keyframes loop2 {
	0% {
	  transform: translateX(100%);
	}
	to {
	  transform: translateX(-200%);
	}
  }
   
  @keyframes loop3 {
	0% {
	  transform: translateX(0%);
	}
	to {
	  transform: translateX(-300%);
	}
  }


@media (max-width: 850px) {
	#case {margin-top: 80px;padding: 40px 0 20px;}
	#case .h2_ribbon{padding:0 40px; }
}

@media (max-width: 850px) {
	#case {margin-top: 0;padding: 35px 0 10px;}
	#case .h2_ribbon.up{margin-top: -50px;}
	.slider__inner li {padding: 0 15px;}
	.slider__inner li img{max-width: 180px;}
}



/* .contact-btm */
.contact-btm { background: #0594d7; }
.contact-btm .contact-inner { display: flex; justify-content: center; align-items: center; padding: 30px 0;
/* background: url(../img/digi-repo/contact_bg.png) left center / auto 80% no-repeat; */
}
.contact-btm h3.ttl { margin-left: 180px; color: #FFF; font-size: 1.4rem; }
.contact-btm strong { font-size: 2.2rem; padding-left: 4px;line-height: 1.2;vertical-align: -4px;}
.contact-btm .btn a { font-size: 1.875rem; display: block; width: 300px; height: auto; line-height: 1; padding: 20px; background: #eefe62; border-radius: 4px; border: none; box-shadow: 0px 4px 0 #bccd25; transition: 0.2s all ease 0s; }
.contact-btm .btn a small { font-size: 0.875rem; display: block; margin-top: 5px; font-weight: bold; }
.contact-btm .btn a:after { content: none;}
.contact-btm .btn a:hover { box-shadow: none; transform: translate3d(0, 3px, 0); color: #111; background: #e7f850; }
.contact-btm .btn p { position: relative; }
.contact-btm .btn p:after { content: ""; position: absolute; top: 50%; right: 0; margin-top: -7px; width: 14px; height: 14px; border-top: 1px solid #111; border-right: 1px solid #111; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.contact-btm .btn span { position: relative; padding-left: 16px; }
.contact-btm .btn span:before { content: ""; position: absolute; top: 10px; left: -16px; width: 26px; height: 20px; background: url(../img/icon_mail.png) center / 100% no-repeat; }
.contact-btm .contact-inner .point_wrapper{width:58%}

.contact-btm .contact-inner .point_wrapper .txt{font-size:1.6rem;color:#fff;font-weight:700;padding-left:160px;}
.contact-btm .contact-inner .point_wrapper .txt strong {font-size:2.2rem;font-family:Quicksand,sans-serif;margin:0 5px;color:#e7f850}

.contact-btm .contact-inner .point_wrapper .point{font-size:1.4rem;color:#fff;font-weight:700;padding-left:160px}
.contact-btm .contact-inner .point_wrapper .point>li:nth-of-type(4){margin-top:5px;color:#e7f850;font-size:1.5rem}
.contact-btm .contact-inner .point_wrapper .point strong{font-size:2rem;font-family:Quicksand,sans-serif;margin:0 5px;color:#e7f850}
.contact-btm .contact-inner .btn_wrapper{width:42%;padding-left:40px;text-align:center}
.contact-btm .contact-inner .btn_wrapper .btn a{margin:18px auto 0}
.contact-btm .contact-inner .btn_wrapper .ttl{margin:0;padding:0 40px;position:relative;display:inline-block;line-height:1.4}
.contact-btm .contact-inner .btn_wrapper .ttl span {background: linear-gradient(transparent 60%, rgba(234, 252, 71, 0.3) 0%); display: inline; padding: 0 1px 0px;}
.contact-btm .contact-inner .btn_wrapper .ttl:after,.contact-btm .contact-inner .btn_wrapper .ttl:before{content:"";position:absolute;bottom:0;width:3px;height:100%;background:#fff;border-radius:5px}
.contact-btm .contact-inner .btn_wrapper .ttl:before{left:15px;transform:rotate(-25deg)}
.contact-btm .contact-inner .btn_wrapper .ttl:after{right:15px;transform:rotate(25deg)}


@media (max-width: 1000px) {
	.contact-btm h3.ttl { margin-left: 0; font-size: 1.4rem; }
	.contact-btm .btn p:after { right: 10px; margin-top: -7px; width: 10px; height: 10px;}	
	.contact-btm .contact-inner .point_wrapper {width: calc(100% - 320px);}
	.contact-btm .contact-inner .btn_wrapper {width: 320px;padding-left: 40px;text-align: center;}
	.contact-btm .contact-inner .point_wrapper .point {padding-left: 0;}
	.contact-btm .contact-inner .btn_wrapper .btn a {width: 100%;min-width: inherit;}
	.contact-btm .contact-inner .btn_wrapper .ttl {font-size: 18px;}
}

@media (max-width: 750px) {
	.contact-btm h3.ttl { text-align: center; line-height: 1.4em; }
	.contact-btm .btn a { width: 90%; max-width: 240px; margin: 20px auto 0; padding: 15px 10px; }
	.contact-btm .btn span:before { top: 10px; left: -12px; width: 22px; height: 18px; }
	.contact-btm .btn a small { margin-top: 2px; }
		
	.contact-btm .contact-inner{display:block}
	.contact-btm .contact-inner .btn_wrapper,.contact-btm .contact-inner .point_wrapper{width:100%;padding:0;text-align:center}
	.contact-btm .contact-inner .point_wrapper .point,
	.contact-btm .contact-inner .point_wrapper .txt{padding-left:0}
	/* .contact-btm .contact-inner .btn_wrapper{margin-top:30px} */
	.contact-btm .contact-inner .point_wrapper .point {font-size: 1.2rem;}
	.contact-btm .contact-inner .point_wrapper .point strong {font-size: 1.8rem;}
	.contact-btm .contact-inner .point_wrapper .point>li:nth-of-type(4) {font-size: 1.3rem;}
}