@charset "UTF-8";
.l-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	min-width: 320px;
}
.l-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.l-inner .l-inner {
	padding-left: 0;
	padding-right: 0;
}
.l-container, .l-inner {
	position: relative;
}
.l-container:after, .l-inner:after {
	content: " ";
	display: block;
	clear: both;
}
.l-light-blue {
	background: #F7FBFF;
}
.l-grad-blue {
	background: -webkit-gradient(linear, left top, right top, from(#2D4C98), to(#2587DB));
	background: -webkit-linear-gradient(left, #2D4C98, #2587DB);
	background: linear-gradient(to right, #2D4C98, #2587DB);
	color: #fff;
}
.l-grid {
	background: url(../img/cmn/bg_grid.png) center top;
	background-size: 160px auto;
}
/*----------------------------------------

全画面

-----------------------------------------*/
.g-wrapper {
	overflow: hidden;
}
/*----------------------------------------

component

-----------------------------------------*/
/*c-btn*/
.c-btn01 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-weight: 500;
	position: relative;
	color: #2587DB;
	border: 2px solid;
	border-radius: 100px;
	text-align: center;
	font-size: 20px;
	padding: 2px 35px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.c-btn01:hover {
	text-decoration: none;
}
.c-btn01._shadow {
	box-shadow: 0px 0px 10px 0px rgba(37, 135, 219, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(37, 135, 219, 0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(37, 135, 219, 0.3);
}
.c-btn01._white {
	color: #fff;
	border-color: #fff;
}
.c-btn01._blank:before, .c-btn01._blank-w:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.c-btn01._blank:before {
	background-image: url(../img/cmn/ico_blank_b.png);
}
.c-btn01._blank-w:before {
	background-image: url(../img/cmn/ico_blank_w.png);
}
.c-btn01._width363 {
	max-width: 363px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 751px) {
	.c-btn01:hover {
		background-color: #E6F7FF;
	}
	.c-btn01._white:hover {
		background-color: rgba(255, 255, 255, 0.15);
	}
}
/*c-hl*/
.c-hl01 {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	margin-top: 60px;
}
.c-hl01__line {
	display: inline-block;
	position: relative;
	padding: 0 42px;
	box-sizing: border-box;
}
.c-hl01__line:before, .c-hl01__line:after {
	content: "";
	display: block;
	width: 27px;
	height: 35px;
	position: absolute;
	bottom: 5px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.c-hl01__line:before {
	background-image: url(../img/cmn/hl01_line_l.png);
	left: 0;
}
.c-hl01__line:after {
	background-image: url(../img/cmn/hl01_line_r.png);
	right: 0;
}
.c-hl01__big01 {
	font-size: 40px;
}
.c-hl01__big02 {
	font-size: 45px;
}
.c-hl02 {
	text-align: center;
}
.c-hl02__text01 {
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
}
.c-hl02__inner {
	display: inline-block;
	border-left: 2px solid;
	border-right: 2px solid;
	padding: 8px 23px;
}
.c-hl02__text01:before, .c-hl02__text01:after, .c-hl02__inner:before, .c-hl02__inner:after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: #0B1239;
	position: absolute;
}
.c-hl02__text01:before, .c-hl02__text01:after {
	top: 0;
}
.c-hl02__text01:before {
	left: 0;
}
.c-hl02__text01:after {
	right: 0;
}
.c-hl02__inner:before, .c-hl02__inner:after {
	bottom: 0;
}
.c-hl02__inner:before {
	left: 0;
}
.c-hl02__inner:after {
	right: 0;
}
.c-hl03 {
	box-sizing: border-box;
	max-width: 492px;
	margin: 0 auto 20px;
	background: #01B8BE;
	font-weight: 500;
	text-align: center;
	border-radius: 100px;
	color: #fff;
	font-size: 24px;
	padding: 1px 10px;
}
@media screen and (max-width: 750px) {
	.c-hl01 {
		font-size: 22px;
		letter-spacing: 0;
		margin-bottom: 30px;
	}
	.c-hl01__line {
		padding: 0 20px;
	}
	.c-hl01__line:before, .c-hl01__line:after {
		width: 15px;
		height: 19px;
	}
	.c-hl01__big01 {
		font-size: 24px;
	}
	.c-hl01__big02 {
		font-size: 26px;
	}
	.c-hl02__text01 {
		font-size: 18px;
	}
	.c-hl02__inner {
		padding: 3px 25px;
	}
	.c-hl03 {
		margin: 0 auto 20px;
		padding: 5px 10px;
		font-size: 17px;
	}
}
@media screen and (max-width: 370px) {
	.c-hl01__line {
		display: block;
	}
}
/*c-note*/
.c-note {
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
	.c-note {
		margin-bottom: 20px;
		font-size: 11px;
	}
}
/*c-function*/
.c-function {
	/*padding-top:96px;*/
	padding-top: 60px;
	padding-bottom: 65px;
	display: flex;
	justify-content: space-around;
}
.c-function:after {
	content: " ";
	display: block;
	clear: both;
}
.c-function__child {
	box-sizing: border-box;
	display: block;
	/*width:46.8%;*/
	border-radius: 10px;
	color: #2587DB;
	/*border:1px solid;*/
	position: relative;
	padding: 25px 10px 35px;
	text-align: center;
	font-weight: 500;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.c-function__big01 {
	font-size: 24px;
}
.c-function__num {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: -17px;
	margin: 0 auto;
	background: #0B1239;
	color: #fff;
	width: 180px;
	border-radius: 100px;
	padding: 3px 10px;
}
.c-function__num_w {
	width: 280px;
}
.c-function__text01 {
	letter-spacing: 0.1em;
}
.c-function__pic01 {
	width: 240px;
	margin-top: 28px;
}
.c-function__pic02 {
	width: 200px;
	margin-top: 20px;
}
.c-function__pic03 {
	width: 40px;
	margin-top: 33px;
}
.c-function__pic04 {
	width: 140px;
	margin-top: 30px;
}
.c-function__pic05 {
	width: 296px;
	margin-top: 15px;
}
.c-function__pic06 {
	width: 460px;
}
.c-function__child__head {
	height: 90px;
}
.c-function__child__body {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 320px;
}
.c-function__child__sp {
	display: none;
}
.c-function__child__body__center {
	margin-top: 80px;
}
.c-function__child__body__text {
	font-size: 24px;
}
.c-function__child__body__list {
	width: 410px;
	color: #0b1239;
	font-size: 14px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
.c-function__child__body__list li {
	margin-left: 1em;
}
.c-function__child__body__list li:before {
	content: "・";
}
.c-function__child__body__bottom p {
	color: #0b1239;
	font-size: 30px;
}
.c-text {
	margin-bottom: 60px;
	padding: 30px;
	background-color: #f2f7fc;
	border-radius: 10px;
}
.c-text__text {
	font-size: 20px;
}
.c-text__note {
	margin-top: 30px;
	font-size: 16px;
}
.c-text__note__title {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.c-text__note p {
	margin-bottom: 0.5em;
}
.c-text__note a {
	margin-top: 1em;
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.c-function {
		padding-bottom: 10px;
	}
	.c-function__child__body {
		height: 350px;
	}
	.c-function__child__body__bottom p {
		font-size: 24px;
	}
}
@media screen and (max-width: 750px) {
	.c-function {
		max-width: 468px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 0px;
		flex-direction: column;
	}
	.c-function__pic01 {
		margin-top: 15px;
	}
	.c-function__pic02 {
		margin-top: 0;
	}
	.c-function__pic05 {
		margin-top: 10px;
	}
	.c-function__child__body {
		height: auto;
		margin-top: 20px;
	}
	.c-function__child__body__bottom p {
		margin-top: 30px;
	}
	.c-function .c-function__child:nth-of-type(2) {
		display: flex;
		justify-content: flex-end;
	}
	.c-function__child__body__list {
		width: 100%;
	}
	.c-function__child__head__center {
		display: none;
	}
	.c-function__child__body__center {
		display: none;
	}
	.c-function__child__sp {
		display: block;
		width: 70%;
		margin: 0 auto 40px;
	}
	.c-text__text {
		font-size: 16px;
	}
	.c-text__note {
		font-size: 14px;
	}
}
/*c-movie*/
.c-movie {
	text-align: center;
}
.c-movie__catch {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	padding: 0 80px;
	font-size: 24px;
	font-weight: 500;
}
.c-movie__catch:before, .c-movie__catch:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #0B1239;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.c-movie__catch:before {
	left: 0;
}
.c-movie__catch:after {
	right: 0;
}
.c-movie__frame {
	max-width: 731px;
	position: relative;
	margin: 0 auto;
}
.c-movie__inner {
	padding-top: 56.2%;
}
.c-movie__frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media screen and (max-width: 750px) {
	.c-movie__catch {
		margin-top: 20px;
		padding: 10px 0;
		font-size: 18px;
		border-bottom: 1px solid;
		border-top: 1px solid;
		display: block;
	}
	.c-movie__catch:before, .c-movie__catch:after {
		display: none;
	}
}
/*----------------------------------------

ヘッダー

-----------------------------------------*/
.g-header {
	height: 90px;
	background: #fff;
}
.g-header .logo {
	/*padding-top:10px;*/
	padding-top: 30px;
}
.g-header .logo img {
	/*width:70px;*/
	width: 150px;
}
.g-header .info {
	position: absolute;
	right: 20px;
	top: 0;
	font-weight: 500;
	font-size: 14px;
	color: #2587DB;
	line-height: 1.3;
	padding-top: 20px;
}
.g-header .info__tel, .g-header .info__time {
	display: inline-block;
}
.g-header .info__tel {
	font-size: 24px;
	padding-left: 25px;
	background: url(../img/cmn/ico_tel03.png) left center no-repeat;
	background-size: 20px auto;
}
.g-header .info__tel a {
	color: #2587DB;
}
@media screen and (max-width: 750px) {
	/*ヘッダー*/
	.g-header {
		height: 60px;
	}
	.g-header .logo {
		padding-top: 6px;
	}
	.g-header .logo img {
		width: 70px;
	}
	.g-header .info {
		font-size: 11px;
		padding-top: 10px;
	}
	.g-header .info__tel {
		font-size: 20px;
		padding-left: 21px;
		background-size: 17px auto;
	}
}
@media screen and (max-width: 350px) {
	.g-header .info {
		font-size: 10px;
		padding-top: 15px;
	}
	.g-header .info__tel {
		font-size: 17px;
		padding-left: 18px;
		background-size: 15px auto;
	}
}
/*----------------------------------------

フッター

-----------------------------------------*/
.g-footer {
  margin-top: auto;
}
.g-footer .l-inner {
	padding-top: 38px;
	padding-bottom: 48px;
}
.g-footer .logo {
	float: left;
}
.g-footer .info {
	float: left;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 12px;
	font-weight: 500;
}
.g-footer .info__tel {
	font-size: 22px;
	display: inline-block;
	background: url(../img/cmn/ico_tel01.png) left center no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
	line-height: 1.3;
}
.g-footer .info__time {
	display: inline-block;
	line-height: 1.3;
}
.g-footer .navi {
	float: right;
	font-size: 14px;
	font-weight: 500;
	padding-top: 15px;
}
.g-footer .navi__list {
	margin-bottom: 10px;
}
.g-footer .navi__list:after {
	content: " ";
	display: block;
	clear: both;
}
.g-footer .navi__list li {
	float: left;
	line-height: 1.3;
}
.g-footer .navi__list li + li {
	border-left: 1px solid;
	padding-left: 10px;
	margin-left: 10px;
}
.g-footer .copyright {
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width: 850px) {
	.g-footer .l-inner {
		padding-top: 40px;
		/*padding-bottom: 40px;*/
		padding-bottom: 120px;
	}
	.g-footer .logo {
		float: none;
		text-align: center;
	}
	.g-footer .info {
		float: none;
		padding-left: 0;
		text-align: center;
	}
	.g-footer .navi {
		float: none;
		text-align: center;
	}
	.g-footer .navi__list li {
		float: none;
		display: inline-block;
	}
	.g-footer .copyright {
		text-align: center;
	}
}
/*----------------------------------------

メイン

-----------------------------------------*/
.g-main {
	display: block;
}
.g-main:after {
	content: " ";
	display: block;
	clear: both;
}
/*----------------------------------------

index

-----------------------------------------*/
/*sec-mv*/
.sec-mv .bg-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/top/sec-mv_bg01_pc.jpg);
}
.sec-mv .l-inner {
	padding-top: 66px;
	padding-bottom: 72px;
}
.sec-mv .catch {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	max-width: 246px;
	background: #FF5D6A;
	text-shadow: 0px 0px 20px #fff;
	margin-bottom: 10px;
}
.sec-mv .hl01 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-shadow: 0px 0px 20px #fff;
	line-height: 1.3;
	margin-bottom: 5px;
}
.sec-mv .text01 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 19px;
}
.sec-mv .can {
	margin-bottom: 40px;
}
.sec-mv .can li {
	position: relative;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
	border-radius: 4px;
	font-size: 20px;
	font-weight: 700;
	float: left;
	box-sizing: border-box;
}
.sec-mv .can li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.sec-mv .can li:nth-child(1) {
	margin-right: 15px;
	padding: 5px 12px 15px 40px;
}
.sec-mv .can li:nth-child(1):before {
	width: 26px;
	height: 45px;
	background-image: url(../img/top/sec-mv_ico01.png);
}
.sec-mv .can li:nth-child(2) {
	padding: 5px 5px 15px 92px;
}
.sec-mv .can li:nth-child(2):before {
	width: 73px;
	height: 45px;
	background-image: url(../img/top/sec-mv_ico02.png);
}
.sec-mv .cost__child {
	float: left;
	background: #fff;
	border-radius: 20px;
	width: 340px;
	box-sizing: border-box;
	padding: 10px 20px 15px;
}
.sec-mv .cost__child:nth-child(1) {
	margin-right: 20px;
}
.sec-mv .cost__child:nth-child(2) {
	width: 370px;
}
.sec-mv .cost__text01 {
	font-weight: 700;
	font-size: 24px;
}
.sec-mv .cost__arrow {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 8px;
}
.sec-mv .cost__text01-num {
	color: #2587DB;
	font-size: 30px;
}
.sec-mv .cost__text01-num span {
	font-size: 39px !important;
}
.sec-mv .short {
	display: table;
	width: 250px;
	height: 250px;
	background-color: #e1f1f8;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	bottom: -16px;
	right: 20px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.sec-mv .short__inner {
	display: table-cell;
	vertical-align: middle;
}
.sec-mv .short__text01 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
}
.sec-mv .short__big01 {
	font-size: 44px;
}
.sec-mv .short__big02 {
	font-size: 55px;
}
.sec-mv .short__dot-circle {
	display: inline-block;
	position: relative;
}
.sec-mv .short__dot-child {
	background: #E60012;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 46%;
	top: -14px;
}
.sec-mv .short__dot-child._pos01 {
	top: -3px;
}
.cost__text03 {
	color: #2587DB;
	font-size: 14px;
	text-align: right;
	margin-top: -0.75em;
}
.short__pic01 {
	width: 220px;
}
.short__text02 {
	color: #E60012;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}
.short__text03 {
	color: #3e3a39;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -1px;
}
@media screen and (max-width: 1040px) {
	.sec-mv .cost__child {
		float: none;
		width: 400px;
	}
	.sec-mv .cost__child:nth-child(1) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sec-mv .cost__child:nth-child(2) {
		width: 400px;
	}
	.sec-mv .short {
		bottom: 30px;
	}
}
@media screen and (max-width: 750px) {
	.sec-mv .bg-wrap {
		background-image: url(../img/top/sec-mv_bg01_sp.jpg);
	}
	.sec-mv .l-inner {
		padding-top: 18px;
		padding-bottom: 30px;
		max-width: 375px;
	}
	.sec-mv .catch {
		box-sizing: border-box;
		font-size: 12px;
		min-width: 146px;
		width: auto;
		display: inline-block;
		padding: 0 3px;
		margin-bottom: 10px;
	}
	.sec-mv .hl01 {
		font-size: 30px;
		letter-spacing: 0.02em;
		margin-bottom: 5px;
	}
	.sec-mv .hl01__big01 {
		font-size: 36px;
	}
	.sec-mv .text01 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.sec-mv .can {
		box-sizing: border-box;
		position: relative;
		margin-bottom: 13px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
		border-radius: 4px;
		max-width: 212px;
		padding-left: 88px;
	}
	.sec-mv .can:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 5px;
		background-size: 100% auto;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url(../img/top/sec-mv_ico03.png);
		width: 76px;
		height: 33px;
	}
	.sec-mv .can li {
		background: none;
		border-radius: 0;
		font-size: 12px;
		float: none;
	}
	.sec-mv .can li:before {
		display: none;
	}
	.sec-mv .can li:nth-child(1) {
		margin-right: 0;
		padding: 0;
	}
	.sec-mv .can li:nth-child(2) {
		padding: 0;
	}
	.sec-mv .cost {
		width: calc(100% - 140px);
		max-width: 212px;
	}
	.sec-mv .cost__child {
		border-radius: 10px;
		width: auto;
		padding: 5px 10px 10px;
	}
	.sec-mv .cost__child:nth-child(1) {
		margin-bottom: 5px;
	}
	.sec-mv .cost__child:nth-child(2) {
		width: auto;
	}
	.sec-mv .cost__text01 {
		font-size: 12px;
	}
	.sec-mv .cost__arrow {
		padding: 0 5px 4px;
		width: 11px;
	}
	.sec-mv .cost__text01-num {
		font-size: 15px;
	}
	.sec-mv .cost__text01-num > span {
		font-size: 20px;
	}
	.sec-mv .cost__text02 {
		padding: 0;
		font-size: 11px;
	}
	.sec-mv .cost__text03 {
		font-size: 10px;
	}
	.sec-mv .short {
		width: 150px;
		height: 150px;
		position: absolute;
		bottom: 10px;
		right: 15px;
	}
	.sec-mv .short__text02 {
		font-size: 12px;
	}
	.sec-mv .short__pic01 {
		width: 130px;
	}
	.sec-mv .short__text03 {
		font-size: 14px;
	}
	.sec-mv .short__big01 {
		font-size: 22px;
	}
	.sec-mv .short__big02 {
		font-size: 27px;
	}
	.sec-mv .short__dot-child {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		top: -5px;
	}
	.sec-mv .short__dot-child._pos01 {
		top: 0;
	}
}
@media screen and (max-width: 370px) {
	.sec-mv .cost__arrow {
		padding: 0 5px 4px;
		width: 11px;
	}
	.sec-mv .short__text01 {
		font-size: 11px;
	}
	.sec-mv .cost__text01-num {
		font-size: 11px;
	}
	.sec-mv .cost__text01-num > span {
		font-size: 14px;
	}
	.sec-mv .cost__text02 {
		font-size: 10px;
	}
}
/*sec-cta*/
.sec-cta .l-inner {
	padding-top: 32px;
	padding-bottom: 32px;
	font-weight: 500;
}
.sec-cta .btn__child {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	color: #fff;
	font-size: 24px;
	background: #FF7F00;
	position: relative;
	text-align: center;
	border-radius: 100px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	min-height: 64px;
	line-height: 64px;
	padding: 0 65px;
	cursor: pointer;
}
.sec-cta .btn__child:nth-child(3) {
	margin-right: 0;
}
.sec-cta .btn__child:before, .sec-cta .btn__child:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sec-cta .btn__child:after {
	width: 13px;
	height: 23px;
	background: url(../img/cmn/ico_arrow01.png) center center no-repeat;
	background-size: 100%;
	right: 20px;
}
.sec-cta .btn__child:before {
	border-radius: 100%;
	width: 64px;
	height: 64px;
	left: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	background-color: #FF9300;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-repeat: no-repeat;
	background-size: 43px auto;
	background-position: center center;
}
.sec-cta .btn__child.btn__mail:before {
	background-image: url(../img/cmn/ico_mail01.png);
}
.sec-cta .btn__child.btn__gear:before {
	background-image: url(../img/cmn/ico_gear01.png);
}
.sec-cta .btn__child.btn__download:before {
	background-image: url(../img/cmn/ico_download01.png);
}
.sec-cta .btn__child:hover {
	text-decoration: none;
}
.sec-cta .info {
	background: rgba(37, 135, 279, 0.25);
	border-radius: 100px;
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
	padding: 5px 15px;
}
.sec-cta .info__text01, .sec-cta .info__tel, .sec-cta .info__time {
	display: inline-block;
}
.sec-cta .info__text01 {
	padding-right: 10px;
}
.sec-cta .info__tel {
	font-size: 32px;
	background: url(../img/cmn/ico_tel02.png) left center no-repeat;
	background-size: 26px auto;
	padding-left: 32px;
}
.sec-cta .info__tel a {
	color: #fff;
}
@media screen and (min-width: 751px) {
	[data-whatintent="mouse"] .sec-cta .btn__child:hover {
		background-color: #FFB100;
	}
	[data-whatintent="mouse"] .sec-cta .btn__child:hover:before {
		background-color: #FFB100;
	}
}
@media screen and (max-width: 1000px) {
	.sec-cta .btn__child {
		font-size: 16px;
	}
}
@media screen and (max-width: 850px) {
	.sec-cta .l-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sec-cta .btn {
		max-width: 310px;
		margin: 0 auto;
	}
	.sec-cta .btn__child {
		float: none;
		width: 100%;
		margin-right: 0;
		font-size: 22px;
		min-height: 62px;
		padding: 0 66px;
		line-height: 62px;
	}
	.sec-cta .btn__child + .btn__child {
		margin-top: 15px;
	}
	.sec-cta .btn__child:before {
		width: 62px;
		height: 62px;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
		background-size: 41px auto;
	}
}
@media screen and (max-width: 750px) {
	.sec-cta .info {
		margin-top: 20px;
		padding: 9px 10px;
	}
	.sec-cta .info__text01 {
		padding-right: 0;
		display: block;
	}
	.sec-cta .info__tel {
		font-size: 21px;
		background-size: 19px auto;
		padding-left: 23px;
	}
}
@media screen and (max-width: 370px) {
	.sec-cta .btn__child {
		font-size: 18px;
	}
}
/*sec-easy*/
.sec-easy .text01 {
	text-align: center;
	margin-bottom: 58px;
}
.sec-easy .movie {
	margin-top: 80px;
}
.sec-easy .movie .l-inner {
	padding-top: 80px;
	padding-bottom: 71px;
}
.sec-easy .tap {
	position: relative;
	padding-left: 20.4%;
}
.sec-easy .tap__arrow img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 19.6%;
}
.sec-easy .tap__pic01 {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.sec-easy .text01 {
		text-align: left;
		margin-bottom: 20px;
	}
	.sec-easy .movie {
		margin-top: 30px;
	}
	.sec-easy .movie .l-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-easy .tap {
		padding-left: 0;
		text-align: center;
	}
	.sec-easy .tap__pic01 {
		margin-bottom: 40px;
	}
	.sec-easy .tap__pic01 img, .sec-easy .tap__pic02 img {
		width: 335px;
	}
}
/*sec-merit*/
.sec-merit .l-inner {
	padding-bottom: 50px;
}
.sec-merit .merit li {
	box-sizing: border-box;
	border-radius: 10px;
	background: #F5F5F5;
	position: relative;
	width: 23.5%;
	margin-right: 2%;
	float: left;
	padding: 20px 20px 94px;
	margin-bottom: 30px;
}
.sec-merit .merit li:nth-child(4n) {
	margin-right: 0;
}
.sec-merit .merit li:nth-child(4n+1) {
	clear: both;
}
.sec-merit .merit__big01 {
	font-size: 18px;
}
.sec-merit .merit__ico {
	width: 30px;
}
.sec-merit .merit__text01 {
	padding-top: 14px;
}
.sec-merit .merit__btn {
	display: block;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: #3394E8;
	font-weight: 500;
	border-radius: 0 0 10px 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.sec-merit .merit__btn__right {
	background-color: #f9c526;
}
.sec-merit .merit__btn:before {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 14px;
	height: 14px;
	background: url(../img/cmn/ico_arrow03.png) center center no-repeat;
	background-size: 100%;
}
.sec-merit .merit__btn__right:before {
	transform: rotate(-90deg);
}
.sec-merit .merit__btn:hover {
	text-decoration: none;
}
.sec-merit .merit__btn-inner {
	box-sizing: border-box;
	display: table;
	height: 70px;
	width: 100%;
}
.sec-merit .merit__btn-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 35px 10px 20px;
}
.merit__btn-cell img {
	width: 120px;
}
@media screen and (min-width: 751px) {
	[data-whatintent="mouse"] .sec-merit .merit__btn:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 1000px) {
	.sec-merit .merit li {
		width: 32%;
		padding: 20px 15px 92px;
		margin-bottom: 30px;
	}
	.sec-merit .merit li:nth-child(4n) {
		margin-right: 2%;
	}
	.sec-merit .merit li:nth-child(4n+1) {
		clear: none;
	}
	.sec-merit .merit li:nth-child(3n) {
		margin-right: 0;
	}
	.sec-merit .merit li:nth-child(3n+1) {
		clear: both;
	}
	.sec-merit .merit__btn-cell {
		padding: 10px 30px 10px 15px;
	}
	.sec-merit .merit__btn:before {
		right: 15px;
	}
}
@media screen and (max-width: 750px) {
	.sec-merit .merit li {
		width: 48%;
		padding: 20px 15px 92px;
		margin-bottom: 30px;
	}
	.sec-merit .merit li:nth-child(4n) {
		margin-right: 0;
	}
	.sec-merit .merit li:nth-child(3n+1) {
		clear: none;
	}
	.sec-merit .merit li:nth-child(odd) {
		clear: both;
	}
	.sec-merit .merit li:nth-child(even) {
		float: right;
	}
}
@media screen and (max-width: 480px) {
	.sec-merit .merit li {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		float: none;
	}
	.sec-merit .merit li:nth-child(4n) {
		margin-right: 0;
	}
	.sec-merit .merit li:nth-child(3n+1) {
		clear: none;
	}
	.sec-merit .merit li:nth-child(odd) {
		clear: both;
	}
	.sec-merit .merit li:nth-child(even) {
		float: none;
	}
	.sec-merit .merit__btn {
		position: relative;
	}
	.sec-merit .merit__btn-cell {
		padding: 10px 30px 10px 15px;
	}
	.sec-merit .merit__ico {
		left: 15px;
		top: 14px;
		position: absolute;
	}
	.sec-merit .merit__text01 {
		padding: 14px 15px 20px 60px;
	}
}
/*sec-world*/
.sec-world .l-inner {
	/*padding-top:64px;*/
	padding-bottom: 80px;
	text-align: center;
}
.sec-world .text01 {
	margin-bottom: 45px;
}
.sec-world .text02 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: 0.06em;
}
.sec-world .text03 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.5;
}
.sec-world .text03__big01 {
	font-size: 24px;
}
.sec-world .pic01 {
	margin-bottom: 40px;
}
.sec-world .pic01__text01 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 12px;
}
.sec-world .text04 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
	.sec-world .l-inner {
		padding-bottom: 50px;
	}
	.sec-world .text01 {
		text-align: left;
	}
	.sec-world .text02 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.sec-world .text03 {
		font-size: 14px;
		text-align: left;
	}
	.sec-world .text03__big01 {
		font-size: 18px;
	}
	.sec-world .pic01__text01 {
		font-size: 12px;
	}
	.sec-world .text04 {
		font-size: 18px;
	}
}
/*sec-together*/
.sec-together .l-inner {
	/*padding-top:70px;*/
	padding-bottom: 80px;
}
.sec-together .pic01 {
	text-align: center;
	padding-top: 28px;
}
.sec-together .note {
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 750px) {
	.sec-together .l-inner {
		padding-bottom: 50px;
	}
	.sec-together .pic01 {
		padding-top: 0;
	}
	.sec-together .note {
		font-size: 11px;
	}
}
/*sec-intro*/
.sec-intro .bg-wrap {
	position: relative;
	z-index: 1;
}
.sec-intro .bg-wrap:before {
	content: "";
	display: block;
	background: #F7FBFF;
	position: absolute;
	left: -50%;
	z-index: -1;
	width: 200%;
	height: 656px;
}
.sec-intro .c-hl01 {
	margin-bottom: 29px;
}
@media screen and (max-width: 750px) {
	.sec-intro .bg-wrap:before {
		height: 300px;
	}
}
/*sec-thermo*/
.sec-thermo .bg-wrap:before {
	top: 703px;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
.sec-thermo .l-inner {
	padding-top: 80px;
}
.sec-thermo .intro {
	padding-top: 45px;
	margin-bottom: 115px;
}
.sec-thermo .intro__desc {
	width: 41.9%;
}
.sec-thermo .intro__pic01 {
	width: 43.4%;
}
.sec-thermo .intro__pic01-note {
	margin-top: -10%;
	text-align: center;
}
.sec-thermo .intro__text01 {
	color: #2587DB;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 48px;
}
.sec-thermo .intro__list01 li {
	position: relative;
	padding-left: 18px;
}
.sec-thermo .intro__list01 li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #01B8BE;
	position: absolute;
	left: 0;
	top: 10px;
}
.sec-thermo .intro__title {
	font-weight: 700;
	margin-bottom: 13px;
}
.sec-thermo .intro__arrow {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #2587DB;
	font-weight: 500;
	background: url(../img/top/sec-thermo_arrow.png) 5px center no-repeat;
	background-size: 17px auto;
	padding-left: 26px;
}
.sec-thermo .intro__list01 li + li {
	margin-top: 19px;
}
.sec-thermo .intro__child + .intro__child {
	margin-top: 105px;
}
.sec-thermo .intro__child:nth-child(odd) .intro__pic01 {
	float: left;
	margin-left: 2.3%;
}
.sec-thermo .intro__child:nth-child(odd) .intro__desc {
	float: right;
	margin-right: 6%;
	padding-top: 67px;
}
.sec-thermo .intro__child:nth-child(even) .intro__pic01 {
	float: right;
	margin-right: 1.4%;
	margin-top: 45px;
}
.sec-thermo .intro__child:nth-child(even) .intro__desc {
	float: left;
	margin-left: 7%;
}
@media screen and (max-width: 1000px) {
	.sec-thermo .intro__desc {
		width: 55%;
	}
	.sec-thermo .intro__child:nth-child(odd) .intro__pic01 {
		margin-left: 0;
	}
	.sec-thermo .intro__child:nth-child(odd) .intro__desc {
		margin-right: 0;
		padding-top: 0;
	}
	.sec-thermo .intro__child:nth-child(even) .intro__pic01 {
		margin-right: 0;
		margin-top: 0;
	}
	.sec-thermo .intro__child:nth-child(even) .intro__desc {
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
	.sec-thermo .l-inner {
		padding-top: 50px;
	}
	.sec-thermo .intro {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.sec-thermo .intro__pic01, .sec-thermo .intro__desc {
		width: auto;
	}
	.sec-thermo .intro__pic01 {
		text-align: center;
		margin-bottom: 20px;
	}
	.sec-thermo .intro__pic01 img {
		width: 280px;
	}
	.sec-thermo .intro__text01 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.sec-thermo .intro__arrow {
		margin-bottom: 10px;
	}
	.sec-thermo .intro__list01 li {
		font-size: 14px;
	}
	.sec-thermo .intro__list01 li + li {
		margin-top: 15px;
	}
	.sec-thermo .intro__child + .intro__child {
		margin-top: 30px;
	}
	.sec-thermo .intro__child .intro__pic01-note {
		margin-top: -25px;
		font-size: 12px;
	}
	.sec-thermo .intro__title {
		margin-bottom: 5px;
	}
	.sec-thermo .intro__child:nth-child(odd) .intro__pic01 {
		float: none;
	}
	.sec-thermo .intro__child:nth-child(odd) .intro__desc {
		float: none;
	}
	.sec-thermo .intro__child:nth-child(odd) .intro__pic01-note {
		padding-left: 0;
	}
	.sec-thermo .intro__child:nth-child(even) .intro__pic01 {
		float: none;
	}
	.sec-thermo .intro__child:nth-child(even) .intro__desc {
		float: none;
	}
	.sec-thermo .intro__child:nth-child(even) .intro__pic01-note {
		padding-right: 0;
	}
}
/*sec-thermo*/
.sec-remote .bg-wrap:before {
	top: 161px;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.sec-remote .l-inner {
	/*padding-top:112px;*/
	padding-bottom: 70px;
}
.sec-remote .step li {
	position: relative;
	width: 47%;
	margin-bottom: 35px;
}
.sec-remote .step li:after {
	content: " ";
	display: block;
	clear: both;
}
.sec-remote .step li:nth-child(even) {
	float: left;
	clear: both;
}
.sec-remote .step li:nth-child(odd) {
	float: right;
	margin-top: 60px;
}
.sec-remote .step li:nth-child(5) {
	margin-top: 80px;
}
.sec-remote .step__pic01 {
	margin-bottom: 20px;
}
.sec-remote .step__desc {
	position: relative;
	padding-left: 92px;
}
.sec-remote .step__num {
	position: absolute;
	top: -50px;
	left: 20px;
	font-weight: 700;
	text-align: center;
	font-size: 34px;
	line-height: 1.1;
	background: #fff;
	border-radius: 10px;
	padding: 9px 9px 5px;
	display: inline-block;
}
.sec-remote .step__num-border {
	display: block;
	border-bottom: 1px solid;
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
.sec-remote .step {
	margin-top: -10px;
	margin-bottom: 28px;
}
.sec-remote .step li:nth-child(1) {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.sec-remote .step li:nth-child(1) .step__pic01 {
	float: left;
	width: 66%;
}
.sec-remote .step li:nth-child(1) .step__pic02 {
	margin-left: -36.4%;
	margin-bottom: 48px;
	padding-top: 19.7%;
}
.sec-remote .step li:nth-child(1) .step__num {
	position: static;
	background: none;
	padding: 0;
	margin-bottom: 15px;
}
.sec-remote .step li:nth-child(1) .step__desc {
	float: right;
	width: 30.2%;
	padding-left: 0;
}
.sec-remote .resolution__balloon {
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	max-width: 404px;
	margin: 0 auto 18px;
	background: #01B8BE;
	border-radius: 100px;
	position: relative;
	padding: 5px 10px;
}
.sec-remote .resolution__balloon:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 18px 14px 0;
	border-color: transparent #01B8BE transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec-remote .resolution__balloon img {
	vertical-align: top;
	display: inline-block;
	padding-top: 5px;
	padding-left: 5px;
}
.sec-remote .resolution__text01 {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.sec-remote .resolution__big01 {
	font-size: 40px;
}
@media screen and (max-width: 750px) {
	.sec-remote .l-inner {
		padding-bottom: 50px;
	}
	.sec-remote .step {
		max-width: 500px;
		margin: 0 auto;
	}
	.sec-remote .step li {
		margin-bottom: 30px;
		width: auto;
	}
	.sec-remote .step li:nth-child(even) {
		float: none;
	}
	.sec-remote .step li:nth-child(odd) {
		float: none;
		margin-top: 0;
	}
	.sec-remote .step li:nth-child(5) {
		margin-top: 0;
	}
	.sec-remote .step__desc {
		padding-left: 70px;
	}
	.sec-remote .step__num {
		top: -40px;
		left: 0;
		font-size: 30px;
	}
	.sec-remote .step__num-border {
		font-size: 14px;
	}
	.sec-remote .step li:nth-child(1) .step__pic01 {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	.sec-remote .step li:nth-child(1) .step__pic02 {
		margin-left: 0;
		margin-bottom: 10px;
		padding-top: 0;
		top: -40%;
		position: absolute;
		width: 200px;
		right: 0;
	}
	.sec-remote .step li:nth-child(1) .step__pic02 img {
		width: 100%;
	}
	.sec-remote .step li:nth-child(1) .step__num {
		margin-bottom: 15px;
		padding: 9px 9px 5px;
		margin-top: -40px;
		background: #fff;
	}
	.sec-remote .step li:nth-child(1) .step__desc {
		float: none;
		width: auto;
	}
	.sec-remote .resolution__balloon {
		font-size: 20px;
		max-width: 250px;
		margin: 0 auto 20px;
		padding: 5px 10px;
	}
	.sec-remote .resolution__balloon img {
		width: 15px;
	}
	.sec-remote .resolution__text01 {
		font-size: 20px;
	}
	.sec-remote .resolution__big01 {
		font-size: 25px;
	}
}
/*sec-face*/
.sec-face .l-inner {
	padding-top: 72px;
	padding-bottom: 79px;
}
.sec-face .text01 {
	max-width: 870px;
	margin: 0 auto 35px;
	text-align: center;
}
.sec-face .text02 {
	max-width: 870px;
	margin: 0 auto;
}
.sec-face .step {
	padding-top: 60px;
	margin-bottom: 54px;
}
.sec-face .step li {
	box-sizing: border-box;
	float: left;
	width: 300px;
	height: 300px;
	background: #fff;
	border-radius: 100%;
	margin-right: 5%;
	text-align: center;
	padding-top: 44px;
	font-weight: 700;
	font-size: 20px;
}
.sec-face .step li:nth-child(3) {
	margin-right: 0;
}
.sec-face .step__num {
	margin-bottom: 23px;
}
.sec-face .step__num-border {
	display: block;
	padding-bottom: 5px;
	position: relative;
}
.sec-face .step__big01 {
	font-size: 24px;
}
.sec-face .step__num-border:before {
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background: #2587DB;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.sec-face .step__text01 {
	color: #2587DB;
	font-size: 30px;
	line-height: 1.4;
}
@media screen and (max-width: 1060px) {
	.sec-face .step {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-face .step li + li {
		margin-top: 20px;
	}
	.sec-face .step li {
		float: none;
		width: 100%;
		height: auto;
		display: table;
		border-radius: 0;
		margin-right: 5%;
		padding: 16px 15px 16px 0;
	}
	.sec-face .step__num, .sec-face .step__desc {
		display: table-cell;
		vertical-align: middle;
	}
	.sec-face .step__num {
		width: 110px;
		margin-bottom: 0;
	}
	.sec-face .step__num-border:before {
		width: 13px;
		height: 2px;
	}
	.sec-face .step__desc {
		text-align: left;
	}
	.sec-face .step__text02 .u-pc {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.sec-face .l-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-face .text01 {
		margin: 0 auto 20px;
		text-align: left;
	}
	.sec-face .step {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.sec-face .step li {
		font-size: 14px;
	}
	.sec-face .step__num {
		width: 96px;
	}
	.sec-face .step__big01 {
		font-size: 17px;
	}
	.sec-face .step__text01 {
		font-size: 20px;
	}
}
/*sec-case*/
.sec-case .l-inner {
	/*padding-top: 70px;*/
	padding-bottom: 80px;
}
.sec-case .case {
	padding-top: 28px;
}
.sec-case .case__child + .case__child {
	margin-top: 43px;
}
.sec-case .case__head {
	background: #0B1239;
	color: #fff;
	font-size: 20px;
	padding: 4px 40px;
	width: auto;
	max-width: 90%;
	display: inline-block;
	font-weight: 500;
	box-sizing: border-box;
}
.sec-case .case__title, .sec-case .case__cate {
	display: inline-block;
	line-height: 1.3;
}
.sec-case .case__inner {
	padding: 35px 40px;
	background: #F7FBFF;
}
.sec-case .case__name {
	font-weight: 700;
	margin-bottom: 13px;
}
.sec-case .case__text01 {
	font-weight: 700;
	color: #2587DB;
	font-size: 20px;
}
.sec-case .case__text02 {
	padding-top: 32px;
}
.sec-case .case__info {
	overflow: hidden;
}
.sec-case .case__logo {
	float: right;
	width: 279px;
	padding-left: 20px;
	padding-top: 3px;
}
.sec-case .case__logo-w {
	width: 400px;
}
@media screen and (max-width: 1000px) {
	.sec-case .case {
		max-width: 800px;
		margin: 0 auto;
	}
	.sec-case .case__head {
		padding: 5px 15px;
		max-width: 100%;
		font-size: 16px;
	}
	.sec-case .case__title, .sec-case .case__cate {
		display: block;
		line-height: 1.4;
	}
	.sec-case .case__title {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
	.sec-case .case__inner {
		padding: 20px 15px;
	}
	.sec-case .case__text01 {
		font-size: 18px;
	}
	.sec-case .case__text02 {
		padding-top: 20px;
	}
	.sec-case .case__top {
		float: none;
	}
	.sec-case .case__logo {
		float: none;
		width: auto;
		padding-left: 0;
		text-align: center;
		padding-bottom: 10px;
		padding-top: 0;
	}
	.sec-case .case__logo-w {
		width: auto;
	}
	.sec-case .case__text01 .u-pc {
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	.sec-case .l-inner {
		padding-top: 0px;
		padding-bottom: 50px;
	}
}
/*sec-flow*/
.sec-flow .l-inner {
	/*padding-top:70px;*/
	padding-bottom: 80px;
}
.sec-flow .download {
	text-align: center;
	margin-bottom: 63px;
	padding: 10px 0;
}
.sec-flow .download__inner {
	display: inline-block;
	position: relative;
}
.sec-flow .c-hl02__inner {
	padding: 8px 35px;
}
.sec-flow .download__balloon {
	box-sizing: border-box;
	background: #FF5D6A;
	color: #fff;
	font-weight: 700;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
	height: 120px;
	width: 120px;
	font-size: 13px;
	padding-top: 35px;
	line-height: 1.3;
	right: -158px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sec-flow .download__balloon:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.5px 20px 10.5px 0;
	border-color: transparent #FF5D6A transparent transparent;
	top: 58px;
	left: -17px;
}
.sec-flow .download__dot-circle {
	display: inline-block;
	position: relative;
}
.sec-flow .download__dot-child {
	background: #fff;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 46%;
	top: -5px;
}
.sec-flow .download__dot-child._pos01 {
	top: 0;
}
.sec-flow .download__big01 {
	font-size: 21px;
}
.sec-flow .download__big02 {
	font-size: 26px;
}
.sec-flow .step {
	margin-bottom: 60px;
}
.sec-flow .step li {
	float: left;
	position: relative;
	display: table;
	width: 21%;
	margin-right: 4.5%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4222;
	background: #F5F5F5;
}
.sec-flow .step li:before {
	content: "";
	width: 24px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -24px;
	background: url(../img/top/sec-flow_arrow_pc.png) center center no-repeat;
	background-size: 100% 100%;
}
.sec-flow .step li:last-child {
	margin-right: 0;
	background: #01B8BE;
	color: #fff;
}
.sec-flow .step li:last-child:before {
	display: none;
}
.sec-flow .step__inner {
	display: table-cell;
	vertical-align: middle;
	padding: 19px 20px 18px;
}
.sec-flow .step__num {
	background: #FFE200;
	font-size: 20px;
	width: 100px;
	text-align: center;
	position: absolute;
	top: -14px;
	left: 19px;
	font-weight: 700;
	color: #0B1239;
	line-height: 1.3;
}
.sec-flow .step__num-big01 {
	font-size: 24px;
}
.sec-flow .step__note {
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 850px) {
	.sec-flow .download {
		text-align: center;
		margin-bottom: 30px;
	}
	.sec-flow .c-hl01 {
		margin-bottom: 20px;
	}
	.sec-flow .c-hl02__inner {
		padding: 8px 25px;
	}
	.sec-flow .download__balloon {
		position: relative;
		right: 0;
		left: 0;
		margin: 0 auto 20px;
	}
	.sec-flow .download__balloon:before {
		border-width: 20px 8px 0 8px;
		border-color: #FF5D6A transparent transparent transparent;
		top: auto;
		bottom: -15px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.sec-flow .step {
		margin-bottom: 40px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-flow .step li {
		float: none;
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.sec-flow .step li + li {
		margin-top: 40px;
	}
	.sec-flow .step li:before {
		width: 100%;
		height: 24px;
		top: auto;
		bottom: -24px;
		right: 0;
		background-image: url(../img/top/sec-flow_arrow_sp.png);
	}
	.sec-flow .step li:last-child {
		margin-right: 0;
		background: #01B8BE;
		color: #fff;
	}
	.sec-flow .step li:last-child:before {
		display: none;
	}
	.sec-flow .step__inner {
		display: block;
		text-align: center;
		padding: 19px 15px 18px;
	}
}
@media screen and (max-width: 750px) {
	.sec-flow .l-inner {
		padding-bottom: 50px;
	}
}
/*sec-contact*/
.sec-contact .l-inner {
	/*padding-bottom: 80px;*/
	padding-bottom: 250px;
}
.sec-contact .contact {
	max-width: 740px;
	margin: 0 auto;
	padding-top: 30px;
}
.sec-contact .contact__form {
	width: 100%;
	margin-bottom: 10px;
}
.sec-contact .contact__form th, .sec-contact .contact__form td {
	display: block;
}
.sec-contact .contact__form th {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding-left: 15px;
	margin-bottom: 12px;
	text-align: left;
}
.sec-contact .contact__form th:before {
	content: "";
	display: block;
	width: 6px;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	background: #2587DB;
	border-radius: 10px;
}
.sec-contact .contact__form td {
	margin-bottom: 27px;
}
.sec-contact .contact__req {
	color: #fff;
	font-size: 12px;
	background: #FF5D6A;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	padding: 0 3px;
}
.sec-contact .contact__note {
	font-size: 14px;
	display: inline-block;
}
.sec-contact .contact__text input {
	box-sizing: border-box;
	-webkit-appearance: none;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #C9C9C9;
	font-size: 14px;
	padding: 9px 10px;
	font-family: inherit;
}
.sec-contact .contact__textarea textarea:placeholder-shown, .sec-contact .contact__text input:placeholder-shown {
	color: #B7B7B7;
}
.sec-contact .contact__textarea textarea::-webkit-input-placeholder, .sec-contact .contact__text input::-webkit-input-placeholder {
	color: #B7B7B7;
}
.sec-contact .contact__textarea textarea:-moz-placeholder, .sec-contact .contact__text input:-moz-placeholder {
	color: #B7B7B7;
	opacity: 1;
}
.sec-contact .contact__textarea textarea::-moz-placeholder, .sec-contact .contact__text input::-moz-placeholder {
	color: #B7B7B7;
	opacity: 1;
}
.sec-contact .contact__textarea textarea:-ms-input-placeholder, .sec-contact .contact__text input:-ms-input-placeholder {
	color: #B7B7B7;
}
.sec-contact label {
	display: inline-block;
}
/* .sec-contact input[type="radio"] {
	display: none;
} */
.sec-contact input[type="radio"] + span {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	margin-right: 45px;
}
.sec-contact input[type="radio"] + span:before {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #B7B7B7;
	border-radius: 100%;
}
.sec-contact input[type="radio"]:checked + span:after {
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #2587DB;
	border-radius: 100%;
}
/* .sec-contact input[type="checkbox"] {
	display: none;
} */
.sec-contact input[type="checkbox"] + span {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}
.sec-contact input[type="checkbox"] + span:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #707070;
}
.sec-contact input[type="checkbox"]:checked + span:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 6px;
	width: 8px;
	height: 15px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	border-bottom: 2px solid #2587DB;
	border-right: 2px solid #2587DB;
}
.sec-contact .contact__consent {
	text-align: center;
	margin-top: 10px;
}
.sec-contact .contact__consent a {
	color: #2587DB;
	text-decoration: underline;
}
.sec-contact .contact__consent a:hover {
	text-decoration: none;
}
.sec-contact .contact__submit {
	text-align: center;
	max-width: 363px;
	margin: 0 auto;
	padding-top: 18px;
}
.sec-contact .contact__submit input {
	box-sizing: border-box;
	margin: 10px 0 0;
	-webkit-appearance: none;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	border: none;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	background-color: #2587DB;
	font-size: 20px;
}
.sec-contact .contact__submit input[disabled] {
	opacity: 0.6;
}
@media screen and (min-width: 751px) {
	.sec-contact .contact__submit input:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 750px) {
	.sec-contact .l-inner {
		padding-bottom: 50px;
	}
	.sec-contact .contact {
		padding-top: 0;
	}
	.sec-contact .contact__text input {
		font-size: 16px;
	}
	.sec-contact label {
		display: block;
	}
	.sec-contact input[type="radio"] + span {
		margin-right: 0;
	}
}
/*sec-link*/
.sec-link .l-inner {
	padding-top: 42px;
	padding-bottom: 40px;
}
.sec-link .link {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.sec-link .link + .link {
	margin-top: 33px;
}
.sec-link .link__text01, .sec-link .link__btn01 {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.sec-link .link__text01 {
	font-size: 20px;
	font-weight: 500;
	padding-right: 20px;
}
.sec-link .link__btn01 {
	width: 236px;
}
.sec-link .link__btn01 .c-btn01 {
	border-width: 1px;
	font-size: 15px;
}
.sec-link .link__btn01 .c-btn01:before {
	width: 12px;
	height: 12px;
}
@media screen and (max-width: 750px) {
	.sec-link .l-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-link .link {
		display: block;
		text-align: center;
	}
	.sec-link .link + .link {
		margin-top: 40px;
	}
	.sec-link .link__text01, .sec-link .link__btn01 {
		display: block;
	}
	.sec-link .link__text01 {
		font-size: 18px;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.sec-link .link__btn01 {
		margin: 0 auto;
	}
}
.contact input[type="text"].error-form, .contact input[type="email"].error-form, .contact input[type="tel"].error-form, .contact input[type="password"].error-form {
	border-color: #FF5D6A;
	background: #fff5f5;
}
.contact .error {
	color: #FF5D6A;
	padding-left: 2px;
	font-size: 14px;
}
/*----------------------------------------

sec-flow

-----------------------------------------*/
.sec-flow .cost__table {
	border: 1px solid #0b1239;
	border-radius: 10px;
}
.sec-flow .cost__table-sp {
	display: none;
}
.sec-flow .cost__title {
	width: 100%;
	height: 60px;
	display: flex;
}
.sec-flow .cost__title li {
	border: 1px solid #0b1239;
	background-color: #0b1239;
	color: #fff;
	font-size: 24px;
	letter-spacing: 4px;
	line-height: 60px;
	text-align: center;
}
.sec-flow .cost__title01 {
	width: 25%;
	border-top-left-radius: 10px;
}
.sec-flow .cost__title02 {
	width: 75%;
	border-top-right-radius: 10px;
}
.sec-flow .cost__detail {
	width: 100%;
	height: 160px;
	display: flex;
}
.sec-flow .cost__detail li {
	width: 25%;
	padding-bottom: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	border-left: 1px solid #0b1239;
}
.sec-flow .cost__detail li:first-of-type {
	border-left: none;
}
.sec-flow .cost__detail .price-note {
	font-size: 18px;
}
.sec-flow .cost__detail .price {
	color: #2587DB;
	font-size: 30px;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	.sec-flow .cost__table-pc {
		display: none !important;
	}
	.sec-flow .cost__table-sp {
		display: block;
	}
	.sec-flow .cost__table {
		border: none;
		border-radius: 0;
	}
	.sec-flow .cost__table__list {
		border: 1px solid #0b1239;
		border-radius: 10px;
	}
	.sec-flow .cost__table__list:last-of-type {
		margin-top: 20px;
	}
	.sec-flow .cost__table__list:last-of-type li {
		border-bottom: 1px solid #0b1239;
	}
	.sec-flow .cost__table__list:last-of-type li:last-of-type {
		border-bottom: none;
	}
	.sec-flow .cost__title {
		width: auto;
		height: 40px;
		border: 1px solid #0b1239;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		background-color: #0b1239;
		color: #fff;
		font-size: 20px;
		line-height: 40px;
		display: flex;
		justify-content: center;
	}
	.sec-flow .cost__listitem {
		height: 60px;
		text-align: center;
		line-height: 60px;
	}
	.sec-flow .cost__listitem .price {
		color: #2587DB;
		font-size: 25px;
		font-weight: 700;
	}
}
/*----------------------------------------

sec-product

-----------------------------------------*/
.sec-product .l-grid {
	padding-top: 60px;
	padding-bottom: 80px;
}
.sec-product .l-grid .c-hl01 {
	margin-top: 0;
}
.sec-product .product {
	margin-top: 40px;
}
.sec-product .product_row {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.product_row div:last-child {
	margin-right: 0;
}
/* 1個目 */
.product_row_block {
	width: 33%;
	height: 250px;
	margin-right: 20px;
	padding: 20px;
	border-radius: 15px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.product_row_block .p_img {
	width: 15%;
	margin-top: 15px;
	margin-right: 15px;
}
.product_row_block .p_block {
	width: 85%;
}
.product_row_block .p_block_title {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.product_row_block .p_block_title::before {
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background: #2587DB;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product_row_block .p_block_s-title {
	margin-bottom: 2px;
	font-size: 12px;
}
.product_row_block .p_block_logo {
	width: auto;
	max-width: auto;
	height: 33px;
	margin-bottom: 20px;
	text-align: center;
}
/* 2個目以降 */
.product_col_block {
	width: 33%;
	height: 250px;
	margin-right: 20px;
	padding: 20px;
	border-radius: 15px;
	background-color: #fff;
}
.product_col_block .p-name {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.product_col_block .p-name::before {
	content: "";
	display: block;
	width: 26px;
	height: 4px;
	background: #2587DB;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product_col_block .p-name_s-title {
	margin-bottom: 5px;
	font-size: 12px;
}
.product_col_block .p-name_logo {
	width: auto;
	max-width: auto;
	height: 30px;
	margin-bottom: 20px;
}
.product_col_block .p_block {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.product_col_block .p_block img {
	margin-right: 15px;
}
.product_col_block .p_block .p_img_02 {
	width: 50%;
}
.product_col_block .p_block .p_text02 {
	width: 50%;
}
.product_col_block .p_block .p_img_03 {
	width: 30%;
}
.product_col_block .p_block .p_text03 {
	width: 70%;
}
.product_col_block .p_block .p_img_04 {
	width: 50%;
}
.product_col_block .p_block .p_text04 {
	width: 50%;
}
.product_col_block .p_block .p_img_05 {
	width: 40%;
}
.product_col_block .p_block .p_text05 {
	width: 60%;
}
/* 共通 */
.p_block p {
	font-size: 14px;
}
@media screen and (max-width: 750px) {
	.sec-product .l-grid {
		padding-bottom: 50px;
	}
	.product_row {
		flex-direction: column;
	}
	.product_row_block, .product_col_block {
		width: calc(100% - 30px);
		height: auto;
		margin-right: 0;
		padding: 15px;
	}
	/* 1個目 */
	.product_row_block .p_block_title {
		width: 85%;
	}
	/* 2個目以降 */
	.sec-product .product_row:nth-child(2) {
		margin-top: 0;
	}
	.product_col_block {
		margin-top: 20px;
	}
	.product_col_block .p_block .p_img_02 {
		width: 40%;
	}
	.product_col_block .p_block .p_text02 {
		width: 60%;
	}
	.product_col_block .p_block .p_img_03 {
		width: 40%;
	}
	.product_col_block .p_block .p_text03 {
		width: 60%;
	}
	.product_col_block .p_block .p_img_04 {
		width: 40%;
	}
	.product_col_block .p_block .p_text04 {
		width: 60%;
	}
	.product_col_block .p_block .p_img_05 {
		width: 40%;
	}
	.product_col_block .p_block .p_text05 {
		width: 60%;
	}
}
/*----------------------------------------

thanks

-----------------------------------------*/
.sec-thanks .l-inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec-thanks .text01 {
	text-align: center;
	margin-bottom: 40px;
}
.sec-thanks .c-btn01 {
	max-width: 300px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.sec-thanks .l-inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*----------------------------------------

floating banner 20220907

-----------------------------------------*/
.top-floating-banner-area {
  position: relative;
}
.top-floating-banner {
  visibility: hidden;
  width: 260px;
  height: auto;
  position: fixed;
  right: 0;
  text-align: right;
  z-index: 100;
}
.top-floating-banner.is-scroll {
  visibility: visible;
}
.top-floating-banner img:hover {
  opacity: 0.6;
}
/*.top-floating-banner.is-fixed {
  position: absolute;
}*/
.banner01 {
	bottom: 20px;
}
.banner01.is-fixed {
  bottom: 350px;
}
@media screen and (max-width: 768px) {
  .top-floating-banner {
    width: 120px;
  }
  .banner01 {
    bottom: 10px;
  }
  .banner01.is-fixed {
    bottom: 10px;
  }
}
/*----------------------------------------

sec-easy 20230322

-----------------------------------------*/
.sec-easy_lead {
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
}
.sec-easy_flex {
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
.sec-easy_flex img {
	width: 32%;
}
@media screen and (max-width: 640px) {
	.sec-easy_flex {
		flex-direction: column;
		align-items: center;
	}
	.sec-easy_flex img {
		width: 80%;
	}
	.sec-easy_flex img:nth-child(2) {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}