@charset "UTF-8";

/**
 * index.css
 *
 * #
 *
*/

/* ==========================================================================
   # mainimg
   ========================================================================== */
.l-mainimg {
	background-image: linear-gradient( -5deg, rgb(255,221,131) 0%, rgb(242,105,57) 12%, rgb(207,46,146) 34%, rgb(76,100,211) 100%);
}

.mainimg-inner {
	padding: 50px 0 45px;
	background: url("../images/top/mainimg/bg.png") no-repeat;
	background-size: cover;
	background-position: center center;
}

.mainimg-txt-wrap {
	width: 720px;
	margin: 0 auto 20px;
	padding-bottom: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.mainimg-txt img {
	width: 697px;
	margin: -40px 0 0 -26px;
}

.mainimg-btn {
	display: block;
	width: 320px;
	margin: -100px auto 0;
}

.mainimg-sub {
	width: 580px;
	margin: 0 auto;
}


@media screen and (max-width:500px) {
	.l-mainimg { padding-bottom: 20px; }
	.mainimg-inner {
		padding: 40px 20px 180px;
		background: url("../images/top/mainimg/bg_sp.png") no-repeat;
		background-size: 100%;
		background-position: center bottom;
	}
	.mainimg-txt-wrap {
		width: 100%;
		padding: 20px;
	}
	.mainimg-txt {
		margin: -60px -40px 20px;
	}
	.mainimg-txt img {
		width: 100%;
		margin: 0;
	}
	.mainimg-btn {
		width: 100%;
		margin: 0;
	}
	.mainimg-sub {
		width: 100%;
	} 
}



/* ==========================================================================
   # trouble
   ========================================================================== */
.l-trouble {
	padding: 75px 0 80px;
	background-color: #e9f0f2;
}

.trouble-ttl {
	margin-bottom: 95px;
	font-size: 36px;
	line-height: 1.2777777778;
	text-align: center;
}

.trouble-list {
	width: 1080px;
	margin: 0 auto;
}

.trouble-list-item {
	float: left;
	width: 255px;
	padding-bottom: 26px;
	background-color: #fff;
	border-radius: 10px;
}
.trouble-list-item + .trouble-list-item {
	margin-left: 20px;
}

.trouble-list-item-img {
	margin-bottom: 16px;
}
.trouble-list-item-img img {margin-top: -80px;}

.trouble-list-item-txt {
	text-align: center;
}

@media screen and (max-width:500px) {
	.l-trouble {
		padding: 40px 10px 60px;
	}
	.trouble-ttl {
		font-size: 32px;
	}
	.trouble-list {
		width: 100%;
	}
	.trouble-list-item {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 90px;
		text-align: center;
	}
	.trouble-list-item + .trouble-list-item { margin-left: 0; }
	.trouble-list-item:last-child { margin-bottom: 0; }
	.trouble-list-item-img img {
		width: 255px;
	}
	.trouble-list-item-txt {
		font-size: 20px;
	}
}


/* ==========================================================================
   # solution
   ========================================================================== */
.l-solution {
	position: relative;
	padding: 75px 0 60px;
}
.l-solution:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	border-top: 40px solid #fff;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	transform: translateX(-50%);
	z-index: 2;
}

.solution-ttl {
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 1.2777777778;
	text-align: center;
}

.solution-list {
	width: 1120px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px;
}

.solution-list-item {
	width: 50%;
	padding: 20px;
	font-size: 0;
	vertical-align: middle;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.solution-list-item-img {
	display: inline-block;
	width: 160px;
	margin-right: 20px;
	vertical-align: middle;
}

.solution-list-item-txt {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
}

@media screen and (max-width:500px) {
	.l-solution {
		overflow: hidden;
		padding: 40px 10px;
	}
	.l-solution:before {
		bottom: -20px;
		border-top: 20px solid #fff;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
	}
	.solution-ttl {
		font-size: 32px;
	}
	.solution-list {
		display: block;
		width: 100%;
		border-collapse: collapse;
    border-spacing: 0;
	}
	.solution-list:before, .solution-list:after {
		content: "";
		display: table;
	}
	.solution-list:after { clear: both; }
	
	.solution-list-item {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.solution-list-item-img {
		width: 80px;
	}
	.solution-list-item-txt {
		font-size: 18px;
	}
}


/* ==========================================================================
   # about
   ========================================================================== */
.l-about {
	display: table;
	width: 100%;
}

.about-img {
	display: table-cell;
	width: 50%;
	height: 450px;
	background: url("../images/top/about/img.png") no-repeat;
	background-size: cover;
	background-position: center center;
}

.about-txt-wrap {
	display: table-cell;
	width: 50%;
	padding: 116px 60px 0;
	color: #fff;
	background-image: linear-gradient( -5deg, rgb(255,221,131) 0%, rgb(242,105,57) 12%, rgb(207,46,146) 34%, rgb(76,100,211) 100%);
}

.about-ttl {
	padding-bottom: 16px;
	margin-bottom: 25px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2222222222;
	border-bottom: 1px solid #fff;
}

.about-txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

@media screen and (max-width:500px) {
	.l-about {
		display: block;
	}
	.about-img {
		display: block;
		width: 100%;
		height: 280px;
	}
	.about-txt-wrap {
		display: block;
		width: 100%;
		padding: 30px 20px 40px;
	}
	.about-ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 24px;
	}
	.about-txt {
		font-size: 16px;
	}
}


/* ==========================================================================
   # point
   ========================================================================== */
.l-point {
	padding: 76px 0 20px;
}

.point-ttl {
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 1.2777777778;
	text-align: center;
}

.point-item {
	margin-bottom: 60px;
}

.point-item-head {
	display: table;
	width: 1080px;
	margin: 0 auto;
}

.point-item-head-ttl {
	display: table-cell;
	width: 160px;
	vertical-align: middle;
}

.point-item-head-img {
	display: table-cell;
	width: 255px;
	padding-left: 25px;
	vertical-align: bottom;
}

.point-item-head-txt-wrap {
	position: relative;
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
.point-item-head-txt-wrap:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 110px;
	background: url("../images/top/point/bg_ttl.png") no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

.point-item-head-txt-main {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4166666667;
}

.point-list {
	width: 1120px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px 0;
}

.point-list-item {
	overflow: hidden;
	width: 50%;
	padding: 0;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.point-list-item-img {
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}

.point-list-item-txt {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
}

@media screen and (max-width:500px) {
	.l-point {
		padding: 40px 10px;
	}
	.point-ttl { margin-bottom: 20px; }
	.point-item {
		margin-bottom: 40px;
	}
	.point-item-head {
		position: relative;
		display: block;
		width: 100%;
		padding: 0 0 30px;
	}
	.point-item-head-ttl {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 80px;
	}
	.point-item-head-img {
		position: absolute;
		bottom: 0;
		right: 5px;
		display: block;
		width: 100px;
		padding: 0;
		transform: scale(-1, 1);
	}
	.point-item-head-txt-wrap {
		display: block;
		padding: 0;
	}
	.point-item-head-txt-wrap:before { content: none; }
	.point-item-head-txt-main {
		margin-bottom: 10px;
		padding-left: 90px;
		font-size: 20px;
	}
	.point-item-head-txt {
		padding: 0 110px 0 10px;
	}
	.point-list {
		display: block;
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.point-list:before, .point-list:after {
		content: "";
		display: table;
	}
	.point-list:after { clear: both; }
	.point-list-item {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.point-list-item-img {
		width: 80px;
		margin-right: 20px;
		padding: 10px;
		background-color: #ec4756;
	}
	.point-list-item-txt {
		font-size: 18px;
	}
}


/* ==========================================================================
   # cate
   ========================================================================== */
.l-cate {
	overflow: hidden;
	padding: 80px 0;
	background-color: #ec4756;
}

.cate-ttl {
	margin-bottom: 40px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.cate-list {
	margin: 0 -10px 60px;
	font-size: 0;
	text-align: center;
}

.cate-list-item {
	display: inline-block;
	width: 200px;
	margin: 0 10px;
	vertical-align: top;
}

.cate-list-item figcaption {
	display: block;
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.cate-example-head {
	margin-bottom: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.cate-example-txt {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 40px;
	font-size: 20px;
	line-height: 2;
	background-color: #fff;
	border-radius: 10px;
}

@media screen and (max-width:500px) {
	.l-cate {
		padding: 40px 10px;
	}
	.cate-ttl {
		margin-bottom: 20px;
	}
	.cate-list {
		margin-bottom: 20px;
	}
	.cate-list-item {
		width: 33.333333%;
		margin: 0 0 15px;
	}
	.cate-list-item figure img {
		width: 100px;
	}
	.cate-list-item figcaption {
		margin-top: 8px;
		font-size: 18px;
	}
	.cate-example-head {
		font-size: 20px;
	}
	.cate-example-txt {
		padding: 20px;
		font-size: 14px;
	}
}


/* ==========================================================================
   # insta
   ========================================================================== */
.l-insta {
	padding: 75px 0 0;
}

.insta-ttl {
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 1.2777777778;
	text-align: center;
}

.insta-inner {
	position: relative;
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 110px;
}

.insta-num {
	float: left;
	width: 500px;
	margin-right: 40px;
}

.insta-txt-wrap {
	float: left;
	width: 540px;
}

.insta-head {
	position: relative;
	margin-bottom: 16px;
	padding-left: 26px;
	font-size: 24px;
	line-height: 1.4166666667;
}
.insta-head:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	background-color: #ec4756;
	border-radius: 3px;
}

p + .insta-head {
	margin-top: 36px;
}

.insta-conclution {
	margin-top: 50px;
	font-size: 24px;
	font-weight: bold;
}
.insta-conclution .big {
	font-size: 32px;
}

.insta-hand {
	position: absolute;
	bottom: 0;
	left: 26px;
	width: 479px;
}

@media screen and (max-width:500px) {
	.l-insta {
		padding: 40px 0 0;
	}
	.insta-ttl {
		margin-bottom: 20px;
	}
	.insta-inner {
		padding: 0 20px 280px;
	}
	.insta-num {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.insta-txt-wrap {
		float: none;
		width: 100%;
	}
	.insta-head {
		padding-left: 16px;
		font-size: 20px;
	}
	p + .insta-head { margin-top: 20px; }
	.insta-conclution {
		margin-top: 20px;
		font-size: 20px;
	}
	.insta-conclution .big {
		font-size: 24px;
	}
	.insta-hand {
		bottom: 0;
		left: 0;
		right: -20px;
		width: 479px;
		height: 259px;
	}
}


/* ==========================================================================
   # faq
   ========================================================================== */
.l-service {
	overflow: hidden;
	padding: 80px 0 60px;
	background-color: #e9f0f2;
}

.service-ttl {
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.service-time {
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto 35px;
	padding: 60px 20px 60px 60px;
	background-color: #fff;
	border-radius: 10px;
}

.service-time-img {
	float: right;
	width: 307px;
	margin-left: 30px;
}
.service-time-img img {
	margin: -20px 0 -40px;
}

.service-time-ttl {
	position: relative;
	margin-bottom: 26px;
	padding-left: 42px;
	font-size: 24px;
	line-height: 1.3333333333;
}
.service-time-ttl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: url("../images/top/ico_hearts.png") no-repeat;
	background-size: contain;
}

.service-time-note {
	margin-top: 16px;
	color: #999;
	font-size: 14px;
	line-height: 1;
}

.service-item-ttl {
	margin-bottom: -3px;
	font-size: 24px;
	text-align: center;
	line-height: 1.4166666667;
}

.service-item-wrap {
	width: 1120px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 18px;
}

.service-item {
	overflow: hidden;
	width: 33.33333333%;
	padding: 0;
	font-size: 0;
	background-color: #fff;
	border-radius: 10px;
}

.service-item-img {
	display: inline-block;
	width: 120px;
	margin-right: 20px;
	vertical-align: middle;
}

.service-item-txt {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3333333333;
	vertical-align: middle;
}

@media screen and (max-width:500px) {
	.l-service {
		padding: 40px 10px;
	}
	.service-ttl {
		margin-bottom: 20px;
	}
	.service-time {
		padding: 20px 20px 30px;
	}
	.service-time-img {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}
	.service-time-img img {
		width: 200px;
		margin: 0;
	}
	.service-time-ttl {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.service-item-ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.service-item-wrap {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.service-item-wrap:before, .service-item-wrap:after {
		content: "";
		display: table;
	}
	.service-item-wrap:after { clear: both; }
	.service-item {
		float: left;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.service-item-img {
		width: 80px;
	}
}

/* ==========================================================================
   # flow
   ========================================================================== */
.l-flow {
	overflow: hidden;
	padding: 80px 0;
	background-color: #e9f0f2;
}

.flow-ttl {
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.flow-list {
	font-size: 0;
	text-align: center;
}

.flow-list-item {
	display: inline-block;
	width: 200px;
}
.flow-list-item + .flow-list-item {
	position: relative;
	margin-left: 20px;
}
.flow-list-item + .flow-list-item:before {
	content: "";
	position: absolute;
	top: 100px;
	left: -17px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #9ebbc3;
	border-right: 2px solid #9ebbc3;
	transform-origin: top right;
	transform: rotate(45deg);
}

.flow-list-item figcaption {
	display: block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width:500px) {
	.l-flow {
		padding: 40px 0;
	}
	.flow-ttl { margin-bottom: 20px; }
	.flow-list-item {
		width: 50%;
		padding: 0 10px;
	}
	.flow-list-item + .flow-list-item {
		margin: 0 0 20px;
	}
	.flow-list-item + .flow-list-item:before {
		content: none;
	}
	.flow-list-item figcaption {
		margin-top: 10px;
	}
}


/* ==========================================================================
   # faq
   ========================================================================== */
.l-faq {
	overflow: hidden;
	padding: 80px 0 60px;
}

.faq-ttl {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.faq-list {
	max-width: 1120px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 20px;
}

.faq-list-item {
	width: 50%;
	padding: 40px;
	vertical-align: top;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.faq-list-item-ttl {
	position: relative;
	margin-bottom: 23px;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1.3;
}
.faq-list-item-ttl:before {
	content: "Q";
	position: absolute;
	top: -2px;
	left: 0;
	width: 30px;
	height: 30px;
	padding: 7px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	border-radius: 15px;
	background-color: #ec4756;
}

@media screen and (max-width:500px) {
	.l-faq {
		padding: 40px 10px;
	}
	.faq-list {
		display: block;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.faq-list-item {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 30px 20px;
	}
	.faq-list-item-ttl {
		margin-bottom: 10px;
	}
}


/* ==========================================================================
   # faq
   ========================================================================== */
.l-example {
	padding: 80px 0 60px;
	background-color: #e9f0f2;
}

.example-ttl {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.example-item {
	overflow: hidden;
	display: table;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.example-item-img {
	display: table-cell;
	width: 300px;
	vertical-align: top;
}

.example-item-info {
	display: table-cell;
	width: 500px;
	padding: 40px 40px 0;
	vertical-align: top;
}

.example-item-ttl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 1;
	border-bottom: 1px solid #9ebbc3;
}

.example-item-list {
	
}
.example-item-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 42px;
	font-size: 18px;
	line-height: 1.2222222222;
}
.example-item-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 32px;
	height: 32px;
	background: url("../images/top/ico_hearts.png") no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

@media screen and (max-width:500px) {
	.l-example {
		padding: 40px 10px;
	}
	.example-item {
		display: block;
	}
	.example-item-img {
		float: left;
		display: block;
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}
	.example-item-info {
		display: block;
		width: 100%;
		padding: 20px 20px 30px;
	}
	.example-item-ttl {
		margin: 30px 0 0 150px;
		padding-bottom: 10px;
		line-height: 1.3;
	}
	.example-item-list {
		clear: both;
	}
}









