





html {
  -webkit-font-smoothing: antialiased; /* フォントスムージングをオフ */
}

.fs-16{
font-size: 16px;
}

.fs-17{
font-size: 17px;
}

.fs-18{
font-size: 18px;
}

.fs-19{
font-size: 17px;
}

.fs-20{
font-size: 20px;
}

.fs-22{
font-size: 22px;
}

.button.button-3d-2 {
  border-radius: 0.25rem;
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 1.0);
  background-color: #5397AC;
  transition: none;
  font-weight: bold;
  font-size: 140%;
  padding: 20px 50px;
}
.button.button-3d-2:hover {
  background-color: #3D707C;
  opacity: 0.9;
}


.formWrap{
	display: flex;
	justify-content: center;
}

.form-contents{
	max-width: 600px;
	padding: 50px 30px 100px 30px;
	border: 3px solid #222;
	border-radius: 22px;
	margin-bottom: 150px;
	position: relative; 

}


.noto-sans-jp-900 {
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.noto-sans-jp-800 {
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-jp-600 {
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}



.toprefer-font{
	font-family: メイリオ;
}

.footer-logo{
	padding-top: 50px;
	width: 300px;
	margin: 0 auto;
	opacity: 0.3;
}

.toprefer-img{
	padding-top: 55px;
	padding-bottom: 50px;
}

.toprefer-img02{
	padding-top: 35px;
	padding-bottom: 20px;
}




.button_top a {
    background: #fadf4b;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    padding: 25px 35px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 22px;
    border: 1px solid #000;
    z-index: 1;
    border-radius: 16px;
}
.button_top a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
    border-radius: 16px;
}
.button_top a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101%;
    height: 105%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #E7693B;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_top a i {
    position: absolute;
    right: 9px;
}
.button_top a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_top a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}


.button_top2 a {
    background: #fadf4b;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    padding: 25px 35px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 22px;
    border: 1px solid #000;
    z-index: 1;
    border-radius: 16px;
}
.button_top2 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
    border-radius: 16px;
}
.button_top2 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101%;
    height: 105%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #9abed8;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_top2 a i {
    position: absolute;
    right: 9px;
}
.button_top2 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_top2 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
   
}


.button_top3 a {
    background: #fadf4b;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    padding: 25px 35px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 22px;
    border: 1px solid #000;
    z-index: 1;
    border-radius: 16px;
}
.button_top3 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
    border-radius: 16px;
}
.button_top3 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101%;
    height: 105%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #D4D400;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_top3 a i {
    position: absolute;
    right: 9px;
}
.button_top3 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_top3 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}



.button_top4 a {
    background: #fadf4b;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    padding: 25px 35px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 22px;
    border: 1px solid #000;
    z-index: 1;
    border-radius: 16px;
}
.button_top4 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
    border-radius: 16px;
}
.button_top4 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101%;
    height: 105%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #e7693c;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_top4 a i {
    position: absolute;
    right: 9px;
}
.button_top4 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_top4 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}


.button_top5 a {
    background: #fadf4b;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    padding: 25px 35px;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 22px;
    border: 1px solid #000;
    z-index: 1;
    border-radius: 16px;
}
.button_top5 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    border: 1px solid #000;
    border-radius: 16px;
}
.button_top5 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101%;
    height: 105%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #ffe000;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_top5 a i {
    position: absolute;
    right: 9px;
}
.button_top5 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_top5 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}




.disp-mobile{
	display: none;
	
}


.top-container-mobile{
	display: none;
}


@media (max-width: 600px) {
	
.top-container-pc{
	display: none;
}

.top-container-mobile{
	display: block;
}

.top-mobieBg{
      background-image:url(/img/top/topBg05.svg);
	background-repeat: no-repeat !important;
	background-position-x: center;
	background-size:cover;

}

.disp-pc{
	display: none;
}

.disp-mobile{
	display: block;
	
}

.center-m{
	text-align: center !important;
}

}









.footer-btn{
	width: 360px;
}


.contact-title{
	position:absolute;
	top:-120px;
	left: 0;		
	}



 .faq-contents{
	 max-width: 800px;
	 margin: 0 auto;
	 background-color: #fff;
	 border: 3px solid #293A4D;
	 border-radius: 22px;
	 padding: 50px 50px 30px 90px;
	 position: relative; 
 }


/*質問と答えテキスト*/
.faq-contents dl {
  position: relative;
  margin: 0;
  line-height: 1.6;
  font-size: 140%;
   margin-bottom: 60px;
}

.faq-contents dt{
	color:#EF973F;
}
/*QAアイコン*/
.faq-contents dt::before,
.faq-contents dd::before {
  font-size: 1.3em;
  margin: 0 0.5em 0 -1.5em;
}
.faq-contents dt::before {
  content: 'Q:';
  font-weight: bold;
  color: #677186;
}
.faq-contents dd::before {
  content: 'A:';
  font-weight: bold;
  color: #677186;
}



.faq01-1{
	position:absolute;
	top:160px;
	left: -80px;
}

.faq01-1 img{

width: 200px;
}

.faq01-2{
	position:absolute;
	top:180px;
	right: -80px;
}

.faq01-2 img{

width: 200px;
}




.faq02-1{
	position:absolute;
	top:130px;
	right: -80px;
}

.faq02-1 img{
width: 200px;
}

.faq02-2{
	position:absolute;
	top:360px;
	left: -120px;
}

.faq02-2 img{

width: 210px;
}





.faq03-1{
	position:absolute;
	top:880px;
	left: -80px;
}

.faq03-1 img{
width: 200px;
}




.faq04-1{
	position:absolute;
	top:550px;
	right: -80px;
}

.faq04-1 img{
width: 240px;
}




.faq05-1{
	position:absolute;
	top:550px;
	right: -80px;
}

.faq05-1 img{
width: 240px;
}

.mobileImg{
	display: none;
}

@media (max-width: 1200px) {
	
.faq-contents{
	 padding: 20px 20px 10px 50px;
 }
 
 .faq-contents dl {
  line-height: 1.6;
  font-size: 100%;
}
	
	.mobileImg{
	display: block;
}
	
.faq01-1{
	display: none;
}

.faq01-2{
	display: none;
}

.faq02-1{
	display: none;
}

.faq02-2{
	display: none;
}

.faq03-1{
	display: none;
}

.faq04-1{
	display: none;
}


}

/* ソリューション */

.solution01{
	max-width:800px;
	margin: 0 auto;
}

.solution01m{
	max-width:70%;
	margin: 0 auto;
	display: none;
}

.solutionWrap{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 200px;
}


.step-wrap1 {
 counter-reset:count;
 margin: 2em 0;
 position: relative;
}
.step-content1 {
 padding: 0 0 2em 2em;
 margin: 0;
 position: relative;
}
.step-content1::before {
 content: "";
 display: block;
 width: 13px;
 height: 13px;
 position: absolute;
 top: 10px;
 left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
}

.step-content1::after {
 content: "";
 display: block;
 height: calc(100% - 0px);
 border-left: solid 3px #222;
 position: absolute;
 top: 15px;
 left: 10px;
}

.step-content2 {
 padding: 0 0 1.3em 2em;
 margin: 0;
 position: relative;
}
.step-content2::before {
 content: "";
 display: block;
 width: 13px;
 height: 13px;
 position: absolute;
 top: 10px;
 left: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
}


.step-body1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.8em;
}




.soltion-grid { 
display: grid; 
grid-template-columns: 17% 1fr;
grid-template-rows: repeat(4, 1fr); 
grid-column-gap: 0px;
grid-row-gap: 20px; 
max-width: 800px;
margin: 0 auto;
padding-bottom: 100px;
}
.sg01 { 
	margin: auto 0;
	grid-area: 1 / 1 / 2 / 2; 
	} 
.sg01c 
{ 
grid-area: 1 / 2 / 2 / 3; 
font-size: 18px;
padding-left: 20px;
line-height: 1.6em;
font-weight: 600;
margin: auto 0;
} 
.sg02  { 
	margin: auto 0;
grid-area: 2 / 1 / 3 / 2; } 


.sg02c  { 
grid-area: 2 / 2 / 3 / 3; 
font-size: 18px;
padding-left: 20px;
line-height: 1.6em;
font-weight: 600;
margin: auto 0;
} 
.sg03  { margin: auto 0;
	grid-area: 3 / 1 / 4 / 2; } 
.sg03c { 
	grid-area: 3 / 2 / 4 / 3; 
	font-size: 18px;
padding-left: 20px;
line-height: 1.6em;
font-weight: 600;
margin: auto 0;
} 
.sg04  { margin: auto 0;
	grid-area: 4 / 1 / 5 / 2; } 
.sg04c { 
	grid-area: 4 / 2 / 5 / 3; 
font-size: 18px;
padding-left: 20px;
line-height: 1.6em;
font-weight: 600;
margin: auto 0;
} 

.kaigyo{
	display: none;
}



.cycleWrap { 
display: grid; 
grid-template-columns: 1fr 8fr; 
grid-template-rows: 4fr; 
grid-column-gap: 0px;
grid-row-gap: 0px; 
}
.cycle01 { grid-area: 1 / 1 / 2 / 3; } 
.cycle02 { 
	background:#000000;
width:3px;
height:100%;
margin: 0 auto;
grid-area: 2 / 1 / 4 / 2; } 
.cycle03{ 
	padding: 15px 0px;
	font-weight: 600;
	grid-area: 2 / 2 / 3 / 3; } 
.cycle04 { grid-area: 3 / 2 / 4 / 3; } 
.cycle05{

	 grid-area: 4 / 1 / 5 / 2; } 
.cycle06 { 
grid-area: 4 / 2 / 5 / 3; } 

.dod{
background-image: url(/img/solution/dod.svg);
width:5px;
height:40px;	
margin: 0 auto;
}


.sw02m{
		display: none;
	}
	
	
.rounded30{
	 border-radius: 30px;
	 }

.font120-m{
	font-size: 120%;
	line-height: 1.8em;
}

.onsiteStep{
	display: block;
}

.onsiteStep-m{
	display: none;
}

.onsitetTitle{
	display: block;
}

.onsitetTitle-m{
	display: none;
}


.onsite-schedule{
	display: block;	
}	

.onsite-schedule-m{
	display: none;
}

.onsite-more{
	width: 300px;
}
.mobile-br{
	display: none;
}



.mensetsu-archive-m{
	display: none;
}

@media (max-width: 900px) {
	
.mobile40{
	margin-top: 40px
}

.mobile80{
	margin-top: 80px
}

.mobile150{
	margin-top: 150px
}

.mobile170{
	margin-top: 170px
}
	
.mensetsu-archive{
	display: none;
}
	
.mensetsu-archive-m{
	display: block;
}

	.mobile-br{
	display: block;
}
	
	.onsite-more{
	width: 230px;
}
	
	.onsite-schedule{
	display: none;	
}	

.onsite-schedule-m{
	display: block;
}

	.onsitetTitle{
	display: none;
}

.onsitetTitle-m{
	display: block;
}



	.onsiteStep{
	display: none;
}

.onsiteStep-m{
	display: block;
}
	
	.font120-m{
	font-size: 100%;
	line-height: 1.8em;
}

	
	.m-center{
		text-align: center;
		
	}
	
	.sw02{
		display: none;
	}
	
	.sw02m{
		display: block;
	}
	

	.step-body1 {
	font-size: 20px;
	}
	
.step-content1::before {
		top:0px !important;
	}

.step-content2::before {
		top:0px !important;
	}

.solutionWrap{
	padding-top: 100px;
	padding-bottom: 100px;
}	

.kaigyo{
	display: block;
}	

.solution-mtext{
	font-size: 2.8vw;
}
	
	}
	

.serviceWrap{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}


	.serviceWrap01m{
		display: none;
	}


ul.sevice-list{
  list-style:none;
  margin: 0px;
  padding: 0px;
}

ul.sevice-list li{
  background:url(/img/service/check.svg) no-repeat;
  background-size:auto 45px;
  padding-left: 55px;
   font-family: "Noto Sans JP", sans-serif;
   font-size: 30px;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 30px;

}



.seviceTitle-m{
	display: none;
}

.sc01m{
	display: none;
}

.underline {
  text-decoration-color: #d4d400;
  text-decoration-line: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -5px;
  color: #222 !important;
}

.underline2 {
  text-decoration-color: rgba(231,105,70,0.56);
  text-decoration-line: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -5px;
  color: #222 !important;
}

.underline3 {
  text-decoration-color: rgba(225,223,0,0.59);
  text-decoration-line: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -5px;
  color: #fff !important;
}

.underline4 {
  text-decoration-color: rgba(225,223,0,0.59);
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
  text-underline-offset: -2px;
  color: #fff !important;
}

.underline5 {
  text-decoration-color: #fff;
  text-decoration-line: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -5px;
  color: #222 !important;
}



.container2 {
  width: min(90%, 800px);
  padding: 40px 0;
  margin-inline: auto;
  /* カウンターをリセット */
  counter-reset: step-index;
}

.step {
  position: relative;
  padding-bottom: 10px;
  /* カウンターを増やす */
  counter-increment: step-index;
}

/* 縦線の描画 */
.step:not(:last-child)::before {
  position: absolute;
  top: 10px;
  left: 18px;
  width: 3px;
  height: 140%;
  content: "";
  background-color: #222;
}

.step-comment {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.step-comment::before {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  content: counter(step-index);
  background-color: #e7e000;
  border: 3px solid #222;
  border-radius: 50%;
}

.step-comment2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.step-comment2::before {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  content: counter(step-index);
  background-color: #e7693c;
  border: 3px solid #222;
  border-radius: 50%;
}


.endWrap02{
	display: none;
}

#top01{
	display: block;
	
}

#top01m{
	display: none;
	
}
@media (max-width: 1200px) {
	
	#top01{
	display: none;
	
}

#top01m{
	display: block;
	
}

	}

@media (max-width: 768px) {
	
	.endWrap01{
		display: none;
	}
	
		.endWrap02{
		display: block;
	}
	
	.sc01{
	display: none;
}

	.sc01m{
	display: block;
}

}


@media (max-width: 900px) {
	
	
	.serviceWrap01{
		display: none;
	}
	
	.serviceWrap01m{
		display: block;
	}
	
	.serviceWrap{
	padding-top: 20px;
	padding-bottom: 0px;
}

.seviceTitle{
	display:none;
}

.seviceTitle-m{
	display: block;
}


	}
	
blockquote {
    position: relative;
    padding: 10px 15px 10px 40px;
    color: #555;
    margin: 0px;
    border: none !important;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 12px;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
    color: #d4d400;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 2.2;
    font-size: 15px;
    font-weight: 600;
}




	
@media (max-width: 600px) {
	.step-body1 {
	font-size: 16px;
	}
	}


.step-wrap1 > :last-of-type::after {
 display: none;
}




@media (max-width: 900px) {
	.solution01{
		display: none;
}

.solution01m{
	display: block;
}

.solutionWrap02{
	display: none;
}
	
}


@media (max-width: 1100px) {


.solutionWrap02{
	display: none;
}
	
}


/* ソリューション */







@media (max-width: 1400px) {
	.toprefer-img{
	padding-top: 155px;
}

}

@media (max-width: 1200px) {
	.toprefer-img{
	padding-top: 455px;
}


	
}




@media (max-width: 900px) {
.footer-logo{width: 160px !important;
}

.contact-title{
	position:absolute;
	top:-70px;
	left: 0;		
	}



}


@media (max-width: 767.98px) {
		.toprefer-img{
	padding-top: 355px;

	}
	
	.footer-btn{
	width: 260px;
}

}
	





	
	
	