@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 36px;
	line-height: 1.8;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

h1 {
	font-size: 62px;
	color: #035799;
	text-align: center;
	width: 1024px;
	margin: 0 auto;
	padding: 100px 12px;
}

h2 {
	background-color: #ffff00;
	font-size: 44px;
	color: #035799;
	text-align: center;
}

h2 span {
	width: 1024px;
	margin: 0 auto;
	padding: 15px 12px;
	display: block;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	h2 span {
		padding: 15px 10px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: 768px;
	}

	h1 {
		font-size: 52px;
		width: 768px;
		padding: 100px 10px;
	}

	h2 span {
		width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		font-size: 28px;
		min-width: 320px;
	}

	h1 {
		font-size: 30px;
		text-align: left;
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 80px 10px;
	}

	h2 {
		font-size: 30px;
	}

	h2 span {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

}


/* --------------------------------------------------------------
WRAP,HEADER,FOOTER
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

#headerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 30px 12px;
}

#headerArea p.logo {
	text-align: center;
	line-height: 1;
}

#headerArea p.logo img {
	width: 326px;
}

#footer {
	background-color: #323232;
}

#footerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 12px;
	color: #fff;
}

#footerArea .box {
	max-inline-size: max-content;
	margin-inline: auto;
}

#footerArea p.logo {
	float: left;
}

#footerArea p.logo img {
	width: 100px;
}

#footerArea .add {
	 margin-left: 130px;
	font-size: 14px;
	line-height: 1.6;
}

#footerArea .add *:last-child {
	margin-bottom: 0;
}

#footerArea .add p {
	margin-bottom: 10px;
}

#copy {
	background-color: #fff;
}

#copy p {
	width: 1024px;
	margin: 0 auto;
	padding: 15px 12px;
	font-size: 12px;
	text-align: center;
}

#pageTop p {
	position: fixed;
	right: 10px;
	bottom: 84px;
	margin-bottom: 0;
	z-index: 96;
	display: none;
}

#pageTop p a img {
	border: 1px solid #fff;
	background-color: #323232;
	width: 62px;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#copy p {
		padding: 15px 10px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#headerArea {
		width: 768px;
		padding: 30px 10px;
	}

	#footerArea {
		width: 768px;
		padding: 50px 10px;
	}

	#copy p {
		width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#headerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 10px;
	}

	#headerArea p.logo img {
		width: 163px;
	}

	#footerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 30px 40px;
	}

	#footerArea .box {
		max-inline-size: initial;
		margin-inline: initial;
	}

	#footerArea p.logo {
		float: none;
		text-align: center;
	}

	#footerArea .add {
		margin: 20px 0 0;
	}

	#copy p {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#pageTop p a img {
		width: 42px;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
.sentBox {
	width: 1024px;
	margin: 0 auto;
	padding: 60px 12px 100px;
	text-align: center;
}

.sentBox > *:last-child {
	margin-bottom: 0;
}

#mainVisual {
	background: linear-gradient(to right, #306ca5 0%, #55b0da 100%);
}

#mainVisualArea {
	width: 1024px;
	margin: 0 auto;
	padding: 0 12px;
	text-align: center;
	position: relative;
}

#mainVisualArea p.imgTxt {
	position: absolute;
	right: 0;
	bottom:0;
}

#mainVisualArea p.imgTxt img {
	width: 110px;
}

#mainVisualArea p.ph img {
	width: 780px;
}

#feature1 h3 {
	background-color: #035799;
	font-size: 34px;
	color: #fff;
	padding: 15px;
	margin: 80px 0 50px;
}

#feature1 .columnBox {
	display: grid;
	grid-template-columns: 350px 1fr;
	column-gap: 76px;
}

#feature1 .columnBox ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 46px;
}

#feature2 h3, 
#feature3 h3 {
	font-size: 52px;
	color: #0962a8;
	margin-bottom: 20px;
}

#feature2 ul, 
#feature3 ul {
	display: grid;
	justify-content: center;
	margin-top: 50px;
}

#feature2 ul {
	grid-template-columns: 286px 286px;
	column-gap: 100px;
}

#feature3 ul {
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
}

#utilization h2 img {
	width: 624px;
}

#utilization ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-top: 50px;
}

#contact {
	background-color: #deeffa;
	font-size: 16px;
	text-align: center;
}

#contact .contBox {
	width: 1024px;
	margin: 0 auto;
	padding: 120px 12px;
}

#contact h2 {
	background: url("../images/qlear/contactTitBg.webp") no-repeat center top / 160px 42px;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	padding-top: 60px;
	margin: 0 0 40px;
}

#contact .box {
	background-color: #fff;
	border-radius: 20px;
	text-align: left;
	padding: 50px;
	margin-top: 30px;
}

#contact .box p {
	margin-bottom: 20px;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	.sentBox {
		width: 768px;
		padding: 60px 10px 100px;
	}

	#mainVisualArea {
		width: 768px;
		padding: 0 10px;
	}

	#mainVisualArea p.imgTxt img {
		width: 82px;
	}

	#mainVisualArea p.ph img {
		width: 584px;
	}

	#feature1 .columnBox {
		grid-template-columns: 262px 1fr;
		column-gap: 60px;
	}

	#feature2 ul {
		column-gap: 60px;
	}

	#contact .contBox {
		width: 768px;
		padding: 100px 10px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	.sentBox {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 50px 10px 80px;
		text-align: left;
	}

	#mainVisualArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 20px 10px 0;
		position: static;
	}

	#mainVisualArea p.imgTxt {
		position: static;
	}

	#mainVisualArea p.imgTxt img {
		width: 76%;
	}

	#mainVisualArea p.ph img {
		width: auto;
	}

	#feature1 h3 {
		font-size: 26px;
		text-align: center;
		padding: 15px;
		margin: 50px 0 40px;
	}

	#feature1 .columnBox, 
	#feature1 .columnBox ul {
		grid-template-columns: auto;
		row-gap: 30px;
		justify-content: center;
	}

	#feature1 img {
		width: 360px;
	}

	#feature2 h3, 
	#feature3 h3 {
		font-size: 36px;
	}

	#feature2 ul, 
	#feature3 ul {
		grid-template-columns: auto;
		row-gap: 30px;
		justify-content: center;
		margin-top: 40px;
	}

	#feature2 img {
		width: 360px;
	}

	#utilization h2 img {
		width: 300px;
	}

	#utilization ul {
		grid-template-columns: auto;
		row-gap: 30px;
		margin-top: 40px;
	}

	#contact {
		text-align: left;
	}

	#contact .contBox {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 80px 10px;
	}

	#contact h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	#contact .box {
		padding: 20px;
	}

}


/* --------------------------------------------------------------
FORM
-------------------------------------------------------------- */
.req {
	background-color: #ce4739;
	/* border-radius: 6px; */
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.kome {
	color: #ce4739;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

#formTable input {
	vertical-align: baseline;
}

#formTable *:last-child {
	margin-bottom: 0;
}

#formTable table {
	width: 100%;
	margin-top: 40px;
}

#formTable table tr td {
	padding-bottom: 50px;
}

#formTable table tr td *:last-child {
	margin-bottom: 0;
}

#formTable table tr td.pdR {
	padding-right: 60px;
}

#formTable table tr td input[type="text"], 
#formTable table tr td input[type="email"], 
#formTable table tr td input[type="tel"], 
#formTable table tr td input[type="date"], 
#formTable table tr td select, 
#formTable table tr td textarea {
	border: none;
	border-bottom: 1px solid #000;
	background: none;
}

#formTable table tr td input[type="text"]:focus, 
#formTable table tr td input[type="email"]:focus, 
#formTable table tr td input[type="tel"]:focus, 
#formTable table tr td input[type="date"]:focus, 
#formTable table tr td select:focus, 
#formTable table tr td textarea:focus {
	outline: none;
}

#formTable table tr td input[type="text"], 
#formTable table tr td input[type="email"], 
#formTable table tr td input[type="tel"], 
#formTable table tr td textarea {
	padding: 20px;
	/*width: 420px;*/
	width: 100%;
}

#formTable table tr td input[type="date"] {
	padding: 10px;
}

#formTable table tr td input[type="text"].addnum {
	width: 200px;
}

#formTable table tr td input[type="text"].addnumS {
	width: 100px;
}

#formTable table tr td select {
	padding: 10px;
}

form.wpcf7-form p.submit-button {
	margin: 20px 0 0;
	text-align: center;
}

form.wpcf7-form p.submit-button .wpcf7-submit {
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 200px;
}

form.wpcf7-form p.submit-button input[type="submit"]:hover {
	background-color: #666;
}

form.wpcf7-form p.submit-button input[type="submit"][disabled] {
	background-color: #CDCDCD;
	color: #9F9F9F;
	-webkit-text-fill-color: #9F9F9F;
	cursor: not-allowed;
}

/* 
form.wpcf7-form p.submit-button input[type="button"]:hover {
	background-color: #ccc;
}

form.wpcf7-form input[type="button"]:hover, 
form.wpcf7-form input[type="submit"]:hover {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}
 */

.wpcf7-mail-sent-ok {
	border: 2px solid #60C0BD!important;
	text-align: center;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color:  #db381d;
}

.wpcf7-validation-errors {
	border: 2px solid #ce4739!important;
	text-align: center;
	margin-top: 20px;
}

.wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}

.formField {
	position: relative;
}

.label {
	position: absolute;
	left: 0;
	top: 16px;
	cursor: text;
	transition: transform .2s ease-in-out;
}

.notEmpty + .label {
	transform: translateY(-40px);
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#formTable table tr td {
		display: block;
		width: 100%!important;
	}

	#formTable table tr:last-child td {
		padding: 0;
	}

	#formTable table tr td.pdR {
		padding-right: 0;
	}

	#formTable table tr td input[type="text"], 
	#formTable table tr td input[type="email"], 
	#formTable table tr td input[type="tel"], 
	#formTable table tr td textarea, 
	#formTable table tr td select {
		width: 100%;
	}

	#formTable table tr td input[type="text"]#addnum {
		width: 100%;
		max-width: 200px;
	}

	form.wpcf7-form p.submit-button .wpcf7-submit {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 20px auto 0!important;
	}

	.wpcf7-mail-sent-ok, 
	.wpcf7-validation-errors {
		text-align: left;
	}

	div.wpcf7 .ajax-loader {
		margin: 10px auto 0;
		display: block;
		text-align: center;
	}

	div.wpcf7-response-output {
		margin: 1.5em 0.5em 1em;
	}


}


/* --------------------------------------------------------------

-------------------------------------------------------------- */
/*____________________  ____________________*/


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {}

