@charset "utf-8";
/* 文字コード対応 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600&display=swap');

html {
	font-size: 62.5%;
	position: relative;
	min-height: 100%;
	background: #fff;
	min-width: 1032px;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 1.6rem;
	height: 100%;
	background: #fff;
	line-height: 1.4;
	min-width: 1200px;
}

#conteiner {
	min-height: 100vh;
	position: relative;
	padding-bottom: 198px;
	box-sizing: border-box;
}

section {
	overflow: hidden;
}

.spOnly ,
#spNavi {
	display: none;
}

a {
	text-decoration: none;
	color: #000;
}
a.btns {
	background: #FFA950;
	color: #fff;
	border-radius: 40px;
	padding: .4em 1em;
	display: inline-block;
}

#wrapper {
	background: #fff;
}

#container {
	background: #ddd;
}

.InnerWrap {
	width: 1032px;
	margin: 0 auto;
}

.flexWrap {
	display: flex;
}


.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.txtCenter { text-align: center; }
.txtRed { color: #d90000; }

.indent01 {
	margin-left: 1em;
	text-indent: -1em;
}

.mgt1em { margin-top: 1em; }
.mgt2em { margin-top: 2em; }
.mgt3em { margin-top: 3em; }
.mgt5em { margin-top: 5em; }
.mgt4em { margin-top: 4em; }
.mgb1em { margin-bottom: 1em; }
.mgb2em { margin-bottom: 2em; }
.mgb3em { margin-bottom: 3em; }
.mgb5em { margin-bottom: 3em; }
.mgh2em { margin-top: 2em; margin-bottom: 2em; }
.pdb3em { padding-bottom: 3em; }

#toTop {
	position: fixed;
	bottom: 5%;
	right: 5%;
	z-index: 100;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: url("../images/totop.svg") no-repeat;
	background-size: cover;
}

/* content */
#mainImg{
	background: url("../images/head_bg.jpg")no-repeat;
	background-size: cover;
	background-position-x: center;
	height: 810px;
}

.hearoBtns {
	justify-content: center;	
	margin: 2em auto;
}
.hearoBtns p {
	font-size: 3.8rem;
	font-weight: 800;
	color: #FFAF50;
	background: #fff;
	border-radius: 10px;
	margin: .5em;
	padding: .2em 1em;
	flex-basis: 30%;
	text-align :center;
}
#mainImg h1 {
	font-size: 10rem;
	color: #fff;
	text-align: center;
	position: relative;
}
#mainImg h1 strong {
	font-size: 8.4rem;
}
#mainImg h1 span {
	background: url("../images/deco_01.png") no-repeat;
	background-position: 50% 0%;
}
#mainImg h1 span:before {
}
#mainImg h1:before {
	position: absolute;
	left: -205px;
	bottom: -89px;
	content: "";
	display: inline-block;
	width: 279px;
	height: 437px;
	background: url("../images/head_p1.svg") no-repeat;
	background-size: contain;
}
#mainImg h1:after{
	position: absolute;
	right: -230px;
	bottom: -224px;
	content: "";
	display: inline-block;
	width: 312px;
	height: 577px;
	background: url("../images/head_p2.svg") no-repeat;
	background-size: contain;
}

#problem {
	padding-bottom: 3em;
}

#problem .ttl {
	margin: 5em 0 3em
}
#problem .lead {
	font-size: 2.7rem;
}
#problem .msg {
	color: #FFAF50;
	font-size: 5.3rem;
	font-weight: 800;
}
#problem .msg:before {
	content: "　";
	background: url("../images/deco_02.svg") no-repeat;
	display: inline-block;
	width: 42px;
	height:67px;
	vertical-align: middle;
}
#problem .msg:after{
	content: "　";
	background: url("../images/deco_02.svg") no-repeat;
	display: inline-block;
	width: 42px;
	height:67px;
	vertical-align: middle;
	transform: scale(-1, 1);
}
.fukidasi {
	position: relative;
	text-align: center;
	padding-top: 230px;
	margin: 5em 0;
}
.fukidasi p {
	position:absolute;
	transition: all 0.8s ease-out;
	opacity: 0;
	top: 0;
}
.fukidasi p.active {
	opacity: 1;
}
.fukidasi .bbl02 {
	transition-delay: 1s;
}
.fukidasi .bbl03 {
	transition-delay: 2s;
}
.fukidasi p:nth-child(1) {
}
.fukidasi p:nth-child(2) {
	left: 60px;
}
.fukidasi p:nth-child(3) {
	left: 360px;
	top: -20px;
}
.fukidasi p:nth-child(4) {
	left: 690px;
}

#solution {
	background: #EEE8E0;
	padding: 1em 0 3em;
}
.solutionBase {
	position: relative;
	background: #fc2;
	width: 100%;
	height: 0;
}
.solImg {
	transition: all 0.5s ease-out;
	position: absolute;
	opacity: 0;
}
.sol_01 {
	top: 80px;
	left: -600px;
}
.sol_01.active {
	opacity: 1;
	left: -506px;
}
.sol_02 {
	top: 850px;
	right: -600px;
}
.sol_02.active {
	opacity: 1;
	right: -540px;
}
.sol_03 {
	top: 1570px;
	left: -600px;
}
.sol_03.active {
	opacity: 1;
	left: -510px;
}
.sol_04 {
	top: 2240px;
	right: -600px;
}
.sol_04.active {
	opacity: 1;
	right: -540px;
}
#solution h2 {
	font-size: 4.8rem;
	font-weight: 800;
	color: #044195;
	padding-left: 4.4em;
	line-height: 1.2;
}
.solutionBlock {
	background: rgba(255,255,255, .7 );
	border-radius: 20px;
	padding: 2em 3em;
	position: relative;
	margin: 5em 0 3em;
}
.solutionBlock .flexWrap {
	justify-content: space-between;
}
.solutionBlock .flexWrap > div {
	flex-basis: 47%;
	margin: 2em 0;
}
.solutionBlock .marker {
	background: #FFAF50;
	border-radius: 200px;
	width: 185px;
	height:185px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	text-align: center;
	font-size: 3.1rem;
	font-weight: 800;
	line-height: 1;
	top: -1.4em;
}
.solutionBlock .marker span {
	font-size: 7.8rem;
}
.solutionBlock .marker span.new {
	font-size: 5.3rem;
}

.solutionBlock .lead {
	line-height: 1.9;
	font-size: 1.9rem;
}

#solution .tblTtl {
	font-size: 1.9rem;
	color: #044195;
	font-weight: 600;
}
#solution table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: .5em 0;
}
#solution td {
	padding: .3em .4em;
	text-align: center;
	border: none;
	border: 1px solid #333;
	border-right: none;
}
#solution td:first-child {
	border-left:none;
}

.solutionBlock.dammy {
	padding: 0;
}
/*
.solutionBlock:nth-child(1):before {
	content: "";
	position: absolute;
	background: url("../images/sol_img1.png") no-repeat;
	width: 600px;
	height: 701px;
	top: 0;
	left: -500px;
}

.solutionBlock:nth-child(1):after{
	content: "";
	position: absolute;
	background: url("../images/sol_img2.png") no-repeat;
	width: 600px;
	height: 701px;
	top: 770px;
	right: -540px;
}

.solutionBlock:nth-child(2):before {
	content: "";
	position: absolute;
	background: url("../images/sol_img3.png") no-repeat;
	width: 600px;
	height: 701px;
	top: 1490px;
	left: -510px;
}
.solutionBlock:nth-child(2):after{
	content: "";
	position: absolute;
	background: url("../images/sol_img4.png") no-repeat;
	width: 600px;
	height: 701px;
	top: 2150px;
	right: -540px;
}
*/

/*  見積もり依頼帯  */
.iraiObi {
	background: #044195;	
	color: #fff;
	text-align: center;
	padding: 3em 0;
}
.iraiObi .msg {
	font-size: 4.4rem;
	font-weight: 900;
}
.iraiObi .msg span:before {
	content: "　";
	background: url("../images/deco_03.svg") no-repeat;
	display: inline-block;
	width: 42px;
	height:67px;
	vertical-align: middle;
}
.iraiObi .msg span:after{
	content: "　";
	background: url("../images/deco_03.svg") no-repeat;
	display: inline-block;
	width: 42px;
	height:67px;
	vertical-align: middle;
	transform: scale(-1, 1);
}
a.btn_contact {
	color: #fff;
	font-size: 3.0rem;
	font-weight: 600;
	margin-top: 1em;
	padding: .4em 1em .4em 2em;
}
.btn_marker span:after ,
.btn_contact span:after {
}
.btn_next span:after {
	content: "　";
	display: inline-block;
	background: url("../images/deco_04.svg") no-repeat;
	margin-left: 1em;
	background-size: 20px 20px;
	background-position: center;
}

/*  選ばれる理由 */
#reason {
	text-align: center;
	padding:  3em 0;
}
#reason .ttl {
	font-size: 5.6rem;
	color: #FFAF50;
	font-weight: 700;
	margin-bottom: 1em;
}
#reason .flexWrap > div {
	background: #E8E8E8;
	border-radius: 16px;
	position: relative;
	padding: 0em 1em 3em;
}
#reason .flexWrap > div:nth-child(2) {
	margin: 0 2em;
}
#reason .flexWrap  p.img {
	width: 185px;
	height: 160px;
	background-size: cover;
	background-position: 50% ;
	background-repeat: no-repeat;
	margin: 2em auto;;
}
#reason .flexWrap > div:nth-child(1) p.img {
	background-image: url("../images/reason_01.svg");
}
#reason .flexWrap > div:nth-child(2) p.img {
	background-image: url("../images/reason_02.svg");
}
#reason .flexWrap > div:nth-child(3) p.img {
	background-image: url("../images/reason_03.svg");
}
#reason .points {
	font-size: 2.6rem;
	font-weight: 600;
	background: #FFAF50;
	color: #fff;
	border-radius: 30px;
	padding: .4em 2em;
	display: inline-block;
	position: relative;
	top: -1em;
}
#reason .lead {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.1;
	color: #044195;
}
#reason .txtCenter{
	text-align: left;
}

/* */
#spec {
	background: #EEE8E0;
	text-align: center;
	padding: 3em 0 5em;
}
#spec h3 ,
#faq h3 ,
#contact h3 ,
#about h3 {
	font-size: 3.2rem;
	font-weight: 800;
	color: #044195;
	border-bottom: 2px solid;
	width: 450px;
	margin: 1em auto;
	text-align: center;
	padding-bottom: .7em;
}
#spec p {
	font-size: 2.0rem;
	font-weight: 500;
}

/* about us */
#about {
}

#about .txt {
	text-align: center;
	line-height: 1.8;
}

#about .links {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3em 0 5em;
}
#about .links p:nth-child(2){
	width: 1px;
	background: #ccc;
	margin: 0 3em;
	box-sizing: border-box;
	height: 66px;
}

/*  よくあるご質問  */
#faq {
	background: #E8E8E8;
	padding: 3em 0 5em;
}
dl.faqBlock {
	background: #fff;
	border-radius: 20px;
	margin: 1em 0;
	padding: 2em 4em;
	position: relative;
}
dl.faqBlock dt ,
dl.faqBlock dd {
	display: flex;
}
dl.faqBlock dt {
	color : #044195;
	font-size: 1.9rem;
	font-weight: 600;
	align-items: center;
	cursor:pointer;
}
dl.faqBlock dt::before {
	content: "　";
	width: 37px;
	height: 37px;
	margin-right: 1em;
	background: url("../images/marker_q.svg") no-repeat;
	background-position: center;
	flex-shrink: 0;
}
dl.faqBlock dd {
	margin: 1em 0 0 0;
}
dl.faqBlock dd::before {
	content: "　";
	width: 37px;
	height: 37px;
	margin-right: 1em;
	background: url("../images/marker_a.svg") no-repeat;
	background-position: center;
	flex-shrink: 0;
}
.fqSw span{
	position: absolute;
	top: 30px;
	right: 30px;
	content: "　";
	width: 37px;
	height: 37px;
	margin-right: 1em;
	background: url("../images/marker_up.svg") no-repeat;
	background-position: center;
	transform: scale(1, -1);
}
.open .fqSw span {
	transform: scale(1, 1);
}


/* お問い合わせ */
dl.formList {
	overflow: hidden;
}
.formList dt ,
.formList dd {
	float: left;
	padding: .5em;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.formList dt {
	width: 16em;
	clear: both;
}
.formList dd {
	width: calc(100% - 16em);
}
.formList textarea,
.formList select,
.formList input[type="text"],
.formList input[type="email"] {
	display: inline-block;
	width: 90%;
	padding: .5em;
	font-size: 1.8rem;
	border: 1px solid #cbcbcb;
	background-color: #fff;
}
.harf input[type="text"] {
	width: 50%;
}
.must {
	color: #f00;
}

input[type="submit"] {
	background: #044195 url("../images/deco_04.svg") no-repeat;
	background-size: 12px;
	background-position: 90% 50%;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	border-radius: 30px;
	border:none;
	padding: .4em  4em;
	cursor: pointer;
	margin: 3em 0;
}


/* Navi */
header {
	display: flex;
	justify-content: space-between;
	padding: 1.5em 2.5em;
}
nav#gNavi {
	justify-content: flex-end;
	margin-top: 2em;
	align-items: center;
}
nav#gNavi a {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	margin-left: 2em;
}


footer {
	padding: 2em 0;
	background: #044195;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.contactMail ,
.contactMail span ,
.contactMail img {
	vertical-align: middle;
}
.contactMail span {
	padding-right: 2em;
	display: inline-block;
}

footer .address {
	margin: 2.6em 0 1em;
	font-size: 1.4rem;
}
footer .address span {
	font-size: 1.8rem;
	font-weight: 600;
}




/* フォーム */

header.conflrmation {
	background: #044193;
}
header.conflrmation nav#gNavi {
	margin-top: 0;
}
h4 {
	margin: 2em auto;
}
.formMsg {
	text-align: center;
	margin: 4em 0  5em;
}
.submits {
	justify-content: center;
}
.submits p {
	margin: 1em;
}
 input[type="button"] {
	/*background: #FFA950 url("../images/deco_04.svg") no-repeat;*/
	background-size: 12px;
	background-position: 90% 50%;
	margin: 3em 0;

	background-color: #FFA950;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	border-radius: 30px;
	border:none;
	padding: .4em  4em;
	cursor: pointer;
}
.formList.conflrmation {
	width: 800px;
	margin: 0 auto;
}

table.formTable {
	width: 800px;
	margin: 1em auto;
}
table.formTable th ,
table.formTable td {
	padding: .8em;
}
span.submit {
	margin-left: 1em;
}

body#thanks #contact h3 {
	border-color: #FFA950;
}
