@charset "utf-8";

body {
	color: #0066da;
	background: #f6f6f6;
}

/* SP */
@media only screen and (max-width: 834px) {

body {
	font-size: 1.6rem;
}

h2 {
	color: #0066da;
}

h2 .eng {
	margin: 0;
	display: block;
	color: #7af1d2;
	font-size: 1.2rem;
	line-height: 1.1;
}

h3 {
	font-size: 1.6rem;
}

/* --------------------
	layout
-------------------- */

section {
	margin-bottom: 36px;
}

.wrapper {
	padding: 0 16px;
}

#heroArea {
	padding: 10px;
	width: 100%;
	background: #ffffff;
}

#heroArea .conteinor {
	padding: 0 16px;
}

#heroArea #messageArea {
    width: 100%;
    text-align: center;
}

#heroArea h1 {
    font-size: 2.4rem;
    line-height: 1.4;
}

#heroArea p.lead {
    font-size: 1.4rem;
}

#heroArea .btn {
	margin: 10px auto;
	padding: 3px;
	width: 300px;
	height: 44px;
	position: relative;
	background: linear-gradient(
		to right,
		#0099ff 0%,
		#995bff 16%,
		#7ecbff 34%,
		#0099ff 50%,
		#995bff 66%,
		#7ecbff 84%,
		#0099ff 100%
	);
	background-size: 200% 100%;
	background-position: 0% 0%;
	border-radius: 22px;
}

	#heroArea .btn a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #0066da;
		font-size: 1.6rem;
		font-weight: bold;
		text-decoration: none;
		background: #fff;
		border-radius: 19px;
	}

.alignCenter img {
	width: 100%;
	height: auto;
}

section#sec02 {
	margin: 20px auto;
	padding: 10px 16px;
	width: 100%;
	background: #ffffff;
}

	section#sec02 .explanation {
		padding: 0 0 280px 0;
		background: #ffffff url(/solution/lp/data/img/sec02_00.png) 50% 90% no-repeat;
	}

	section#sec02 ul {
		margin: 0 0 12px 0;
		list-style: none;
	}

		section#sec02 ul li {
			margin: 0 0 10px 0;
			padding: 10px;
			background: #f5f5f5;
		}

			section#sec02 ul li h3 {
				margin: 0 0 6px 0;
				padding: 0 0 6px 0;
				color: #0066da;
				border-bottom: solid 1px #0066da; 
			}


section#sec03 {
	margin: 0 0 20px 0;
	padding: 0 10px;
}

section#sec03 ol {
	list-style-type: none;
}

section#sec03 ol li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dashed 1px #0066da;
}

section#sec04 {
	padding: 10px 10px 20px 10px;
	background: #ffffff;
}

section#sec04 table {
	overflow-x: auto;
	border-collapse: collapse;
	font-size: 1.4rem;
}

	section#sec04 table th,
	section#sec04 table td {
		background: #ffffff;
		border: none;
		border-bottom: solid 1px #9abcff;
	}


section#sec05 {
	margin: 0 0 20px 0;
	padding: 0 10px;
}

section#sec05 dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #9abcff;
}

	section#sec05 dt {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		font-weight: 700;
		border-bottom: dashed 1px #9abcff;
	}

section#sec06 {
	padding: 10px 16px 20px 16px;
	background: #ffffff;
}

section#sec06 form dl {
}

section#sec06 form dl dt,
section#sec06 form dl dd {
    width: 100%;
}

section#sec06 form dl dd input {
    width: 100%;
}

textarea {
	width: 100%;
}
.inputBtn {
    width: 100%;
}

.inputBtn input {
    width: 100%;
    font-size: 1.6rem;
    line-height: 56px;
}

#thanksArea {
	margin: 0;
	padding: 16px;
	background: #ffffff;
}

#thanksArea #thanksMessage p {
	margin-bottom: 20px;
	padding: 0 0 180px 0;
	background: url(/solution/lp/data/img/sec02_01.png) 50% 100% no-repeat;
}

#thanksArea #thanksMessage ul {
	margin: 20px 0;
	list-style-type:none;
}

footer nav#subNavi li {
	margin: 0 4px;
}

#solutionArea {
	margin: 24px 0 0 0;
}

#solutionArea ul {
	padding: 0 16px;
	list-style: none;
}

	#solutionArea ul li {
		margin: 0 4px;
		padding: 4px 8px;
	}

			#solutionArea ul li a {
				font-weight: bold;
				text-decoration: none;
			}

}	/* -SP- */


/* PC */
@media screen and (min-width: 835px) {

body {
	max-width: 1920px;
}

h2 {
	margin: 0 0 60px 0;
	color: #0066da;
	font-size: 3.6rem;
	text-align: center;
}

	h2 .eng {
		margin: 8px 0 0 0;
		display: block;
		color: #7af1d2;
		font-size: 1.6rem;
	}

h3 {
	margin: 0;
	font-size: 2rem;
	font-weight: bold;
}

aside.noteText {
	margin: 40px 0 0 0;
	padding: 30px;
	border: dashed 2px #c8e9ff;
}

/* --------------------
	layout
-------------------- */

/* header */

#heroArea {
	margin: 0 auto 160px auto;
	width: 100%;
	max-width: 1920px;
	height: 650px;
	display: flex;
	background: #ffffff url(/solution/lp/data/img/heroarea_bg.png) no-repeat 50% 0;
}

	.conteinor {
		margin: 0 auto 120px auto;
		width: 1040px;
	}

#logo {
	margin: 29px 0 0 0;
}

#heroArea #messageArea {
	width: 520px;

}

h1 {
	margin: 65px 0 40px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 64px;
	font-weight: bold;
	color: #0066da;

}

	#heroArea p.lead {
		font-size: 1.8rem;
	}

	#heroArea p.area {
		font-size: 1.4rem;
		font-weight: normal;
		text-align: center;
	}

#heroArea .btn {
	margin: 48px auto 10px auto;
	padding: 4px;
	width: 300px;
	height: 64px;
	position: relative;
	background: linear-gradient(
		to right,
		#0099ff 0%,
		#995bff 16%,
		#7ecbff 34%,
		#0099ff 50%,
		#995bff 66%,
		#7ecbff 84%,
		#0099ff 100%
	);
	background-size: 200% 100%;
	background-position: 0% 0%;
	border-radius: 32px;
	transition: background-position 1.5s ease-in-out;
}

	#heroArea .btn:hover {
		background-position: 100% 0%;
	}

	#heroArea .btn a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #0066da;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		background: #fff;
		border-radius: 28px;
	}


section#sec01 {
	margin: 0 0 120px 0;
}

section#sec01 h2 {
	margin: 0 0 40px 0;
}

section#sec02 {
	margin: 0 0 120px 0;
	padding: 120px 0;
	background: #ffffff;
}

	section#sec02 h2 {
		margin: 0 0 24px 0;
		text-align: left;
	}

	section#sec02 .explanation {
		padding: 0 360px 0 0;
		background: url(/solution/lp/data/img/sec02_00.png) 100% 50% no-repeat;
	}

	section#sec02 ul {
		margin: 36px 0 1rem 24px;
		display: grid;
		grid-template-columns: 320px 320px 320px;
		grid-template-rows: 332px 332px;
		grid-gap: 45px 40px;
		list-style: none;
	}

	section#sec02 ul li {
		padding: 220px 0 0 0;
	}

		section#sec02 ul li.u01 {
			background: url(/solution/lp/data/img/sec02_01.png) 50% 0% no-repeat;
		}

		section#sec02 ul li.u02 {
			background: url(/solution/lp/data/img/sec02_02.png) 50% 0% no-repeat;
		}

		section#sec02 ul li.u03 {
			background: url(/solution/lp/data/img/sec02_03.png) 50% 0% no-repeat;
		}

		section#sec02 ul li.u04 {
			background: url(/solution/lp/data/img/sec02_04.png) 50% 0% no-repeat;
		}

		section#sec02 ul li.u05 {
			background: url(/solution/lp/data/img/sec02_05.png) 50% 0% no-repeat;
		}

		section#sec02 ul li.u06 {
			background: url(/solution/lp/data/img/sec02_06.png) 50% 0% no-repeat;
		}

	section#sec02 ul li h3 {
		margin: 0 0 8px 0;
		padding: 4px;
		color: #0066da;
		font-size: 18px;
		text-align: center;
		border-bottom: solid 1px #0066da; 
	}

section#sec03 {
	margin: 0 0 120px 0;
}

section#sec03 ol {
	list-style: none;
}

section#sec03 ol li {
	margin: 0 0 40px 0;
	padding: 0 24px 0 200px;
	height: 160px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
}

	section#sec03 ol li h3 {
		font-size: 1.8rem;
		font-weight: bold;
	}

		section#sec03 ol li:not(:last-child)::after {
			content: "";
			width: 60px;
			height: 20px;
			position: absolute;
			left: 50%;
			bottom: -20px;
			transform: translateX(-50%);
			background: #ffffff;
			clip-path: polygon(0 0, 100% 0, 50% 100%);
		}

		section#sec03 ol li.flow01 {
			background: #ffffff url(/solution/lp/data/img/sec03_01.png) 24px 50% no-repeat;
		}

		section#sec03 ol li.flow02 {
			background: #ffffff url(/solution/lp/data/img/sec03_02.png) 24px 50% no-repeat;
		}

		section#sec03 ol li.flow03 {
			background: #ffffff url(/solution/lp/data/img/sec03_03.png) 24px 50% no-repeat;
		}

		section#sec03 ol li.flow04 {
			background: #ffffff url(/solution/lp/data/img/sec03_04.png) 24px 50% no-repeat;
		}

		section#sec03 ol li.flow05 {
			background: #ffffff url(/solution/lp/data/img/sec03_05.png) 24px 50% no-repeat;
		}

section#sec04 {
	margin: 0 0 120px 0;
	padding: 120px 0;
	background: #ffffff;
}

section#sec04 table {
	margin: 60px 0 12px 0;
	width: 100%;
	border-collapse: collapse;
}

	section#sec04 table th,
	section#sec04 table td {
		background: #ffffff;
		border: none;
		border-bottom: solid 1px #9abcff;
	}

	section#sec04 table thead th {
		padding: 0 0 12px 0;
		width: 240px;
		font-size: 2.0rem;
	}

		section#sec04 table thead th.price {
			width: 25%;
		}

		section#sec04 table thead th.kinds {
			width: 30%;
		}

		section#sec04 table thead th.consult {
			width: 45%;
		}


	section#sec04 table tbody td {
		padding: 20px;
		text-align: center;
	}


section#sec05 {
	margin: 0 0 120px 0;
}

section#sec05 dl {
	margin: 0 0 30px 0;
	padding: 60px;
	background: #ffffff;
	border-radius: 10px;
}

	section#sec05 dl:last-child {
	margin: 0;
}

	section#sec05 dl dt {
		margin: 0 0 24px 0;
		padding: 0 0 0 70px;
		height: 50px;
		display: flex;
		align-items: center;
		font-size: 2.0rem;
		font-weight: bold;
		background: url(/solution/lp/data/img/sec05_01.png) 0% 50% no-repeat;
	}

	section#sec05 dl dd {
		padding: 24px 0 0 0;
		border-top: solid 1px #9abcff;
	}

section#sec06 {
	margin: 0 auto 30px auto;
	padding: 120px;
	background: #ffffff;
}

section#sec06 form dl {
	margin: 20px 0 20px 0;
	display: flex;
}

section#sec06 form dl dt {
	padding: 8px 0;
	width: 160px;
	font-weight: bold;
}

section#sec06 form dl dd {
	margin: 0;
	padding: 8px 0;
	width: 760px;
}

section#sec06 form dl dd input {
	padding: 10px;
	width: 240px;
	border: solid 1px #f5f5ff;
	background: #f5f5ff;
}

section#sec06 form dl dd textarea {
	padding: 10px;
	width: 100%;
	border: solid 1px #f5f5ff;
	background: #f5f5ff;
}

	section#sec06 form dl dd input:focus,
	section#sec06 form dl dd textarea:focus {
		outline: none;
		border: solid 1px #b0b0fb;
		background: #ffffff;
	}

section#sec06 .inputBtn {
	margin: 48px auto 10px auto;
	padding: 4px;
	width: 300px;
	height: 64px;
	position: relative;
	background: linear-gradient(
		to right,
		#0099ff 0%,
		#995bff 16%,
		#7ecbff 34%,
		#0099ff 50%,
		#995bff 66%,
		#7ecbff 84%,
		#0099ff 100%
	);
	background-size: 200% 100%;
	background-position: 0% 0%;
	border-radius: 32px;
	transition: background-position 1.5s ease-in-out;
}

	section#sec06 .inputBtn:hover {
		background-position: 100% 0%;

	}

	section#sec06 .inputBtn input[type="submit"] {
		width: 100%;
		height: 56px;
		color: #0066da;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		line-height: 54px;
		background: #ffffff;
		border-radius: 28px;
		border: none;
		cursor: pointer;
		transition: all 0.3s ease;
	}



footer {
	margin: 0 auto 20px auto;
	width: 1040px;
		color: #0066da;
}

	footer #subNavi a {
		color: #0066da;
		text-decoration: none;
	}


/* --------------------
	thanks
-------------------- */

#thanksArea #thanksMessage {
	margin: 60px auto 30px auto;
	padding: 60px;
	background: #ffffff;
}

#thanksArea #thanksMessage h1 {
	margin: 0 0 40px 0;
	font-size: 4.0rem;
}

#thanksArea #thanksMessage p {
	margin: 0 0 120px 0;
	height: 320px;
	background: url(/solution/lp/data/img/sec02_00.png) 50% 100% no-repeat;
}

#thanksArea #thanksMessage ul {
	margin: 0 auto;
	width: 1040px;
	display: grid;
	grid-template-columns: 415px 415px;
	grid-gap: 90px;
	list-style: none;
}

	#thanksArea #thanksMessage ul a {
		padding: 12px 0;
		display: block;
		color: #0066da;
		text-align: center;
		text-decoration: none;
		border: solid 1px #0066da;
	}

#thanksArea .conteinor {
	margin: 0 auto;
}


}	/* -PC- */


