 


body{
	background: #EFF5FB;
}



 /*--------- catch_top ------------*/
#top_wrapper{
	background: url("../img/top/bg_top.png") no-repeat;
	background-size: cover;
	padding-bottom: 450px;	
}


#catch_top {
	background: url("../img/top/bg_catch_copy.png") no-repeat center;
	background-size: 100% auto;
	position: relative;
	height: 150vh;
	min-height: 1100px;
	width: 100%;	
}


.catch_copy {
  text-align: center;
  position: absolute;
  max-width: 620px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60vh;
}

.catch_copy strong{
	font-family: "Zen Maru Gothic";
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 86.4px */
	letter-spacing: 3px;
	display: block;
	margin-bottom: 30px;	
}



/*------- cont_about --------*/

#cont_about {
	margin: 0 auto 300px;
}

.inner_title {
	margin-bottom: 80px;
	line-height: 3;
}

.inner_title.center{
	text-align: center;
}


.inner_title strong{
	color: #096FCA;
	font-family: Poppins;
	font-size: 8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: block;
}

.about_concept{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 90px;
}

.concept_img{
	max-width: 585px;
}


.concept_intro{
	padding-top: 140px;
	line-height:1.6;
}


/*--- cont_feature ---*/

#cont_feature {
	padding-bottom: 130px;
	background: #fff;
}

.feature_intro{
	margin-bottom: 90px;
	text-align: center;
}


.feature_inner{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto 90px;
	gap: 140px;
	max-width: 1200px;
	width: 100%;
}

.feature_inner_figure{
	max-width: 450px;
	width: 100%;
}

.feature_inner_intro{
	max-width: 580px;
	width: 100%;
}

.feature_inner_intro dt{
	color: #096FCA;
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 40px;
}

.feature_inner_intro dd{
	line-height: 1.6;
}



/*--- cont_plan ---*/
#cont_plan {
	background: #EFF5FB;
	padding: 120px 0 100px;
	margin-bottom: 140px;
}


.plan_ballnoon {
  position: relative;
  display: flex;
  width: 424px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 3px;
  background: #FACA44;
  border-radius: 32px;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.plan_ballnoon::before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 90%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 30px solid #FACA44;
  z-index: 0;
  transform: rotate(-20deg);
}


.plan_ballnoon strong{
	font-size: 8rem;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 80px */
letter-spacing: 3px;
margin-left: 6px;
}

.plan_list_box{
	max-width: 1000px;
	margin: 0 auto 50px;
}

#cont_plan .intro{
max-width: 1000px;
padding: 48px;
justify-content: center;
align-items: center;
gap: 8px;
border-radius: 24px;
background: var(--white, #FFF);
margin: 0 auto;	
}

#cont_plan .intro .btn_common{
	margin-top: 20px;
	max-width: 250px;
}

/*------- cont_gallery ---------*/

#cont_gallery{
	margin: 160px auto 0;
}

.catch_slider_wrap {
	position: relative;
	background: #F6FBFF;
	padding-bottom: 140px;
}	
.catch_slider {
  width: 100vw;
}

.catch_slider .slider-item {
  width: 100vw;
}

.catch_slider img {
  width: 100%;
  height: auto;        /* 比率維持 */
  display: block;     /* 下の余白対策 */
}


.slick-nav {
  margin: 40px auto 0;
  display: flex !important;
  align-items: center;
  left: 0;
  justify-content: center;
}

.slick-prev,
.slick-next {
	position: static !important;
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}

.slick-prev::before,
.slick-next::before {
	display: none;
}

.dots_box {
	display: flex !important;
	gap: 20px;
	align-items: center;
	margin: 0 20px;
}

.dots_box li {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	cursor: pointer;
	position: relative;
	background: #b6b6b5;
}

.dots_box li.slick-active,
.dots_box li:hover {
	background: #004EA2;
}


.dots_box li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

.dots_box li.prev,
.dots_box li.next {
	width: 24px;
	height: 24px;
	background-color: transparent;
}


/*------- cont_flow ---------*/
#cont_flow_wrap {
	background: #EFF5FB;
	padding: 100px 0;
}

.flow_list {
	margin: 0 auto;
	display: flex;
	gap: 50px;
	position: relative;
	justify-content: space-between;
}

.flow_list.first_child{
	margin-bottom: 120px;
}

.flow_list li {
	width: 270px;
	padding: 50px 20px;
	border-radius: 16px;
	background: var(--white, #FFF);
	position: relative;
}

.flow_list li::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  border-top: 2px dotted #000;
  right: -64px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.flow_list li:last-child::after {
	display: none;
}

.flow_list li.last_child::before,
.flow_list li.first_child::before {
	content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  border-left: 2px dotted #000;
	right: 0;
	left: 0;
  margin: auto;  
}	

.flow_list li.last_child::before{
	bottom: -50px;
}

.flow_list li.first_child::before{
	top: -72px;
}

.flow_list.first_child::after {
  content: "";
  position: absolute;
  width: 78%;
  height: 1px;
  border-top: 2px dotted #000;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
}



.flow_list li img {
	width: auto;
	height: 82px;
	display: block;
	margin: 0 auto 10px;
}


.list_step {
	display: flex;
	padding: 2px 14px 3px 14px;
	width: 75px;
	height: 75px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #fff;
	border-radius: 1000px;
	border: 5px solid #EFF5FB;
	background: var(--green, #096FCA);
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	flex-wrap: wrap;
	padding: 10px 0 20px;
}

.list_step strong {
  font-size: 2.4rem;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.flow_list li dt{
	font-size: 2rem;
	font-weight: bold;
	color: #096FCA;
	text-align: center;
	margin-bottom: 10px;
	min-height: 50px;
}

.flow_list li dt img{
	display: none;
}

.flow_list li dd{
	line-height: 1.5;
}





/*------- cont_faq ---------*/
#cont_faq_wrap {
	background: #F6FBFF;
	padding: 130px;
}

#cont_faq{
	margin-bottom: 140px;
}

.faq_box{
	max-width: 1000px;
	margin: 0 auto 80px;
}

.faq_box dt,
.faq_box dd{
	display: flex;
	gap: 40px;
	align-items: center;
}	

.faq_box dt{
	margin-bottom: 50px;
	justify-content: left;
}

.faq_box dd{
	justify-content: right;
}

.qa_icon{
	max-width: 100px;
}

.faq_box dt p,
.faq_box dd p {
  position: relative;
  display: flex;
  background: #fff;
  border: 2px solid #096FCA;
  border-radius: 5px;
  width: 72%;
  align-items: center;
  padding: 20px;
}  
  

.faq_box dt p:before,
.faq_box dd p:before
 {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border: 12px solid transparent;
  z-index: 2;
}

.faq_box dt p:before{
	left: -24px;
	border-right: 12px solid #FFF;
}

.faq_box dd p:before{
	right: -24px;
	border-left: 12px solid #FFF;
}


.faq_box dt p:after, 
.faq_box dd p:after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border: 14px solid transparent;
  z-index: 1;
}

.faq_box dt p:after{
	left: -28px;
	 border-right: 14px solid #096FCA;
}

.faq_box dd p:after{
	right: -28px;
	border-left: 14px solid #096FCA;
}




#cont_works {
  /*padding: 100px 0;*/
}


.inner_title {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  color: #333;
  margin-bottom: 24px;
}


.works_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 48px;
	max-width: 1200px;
	margin: 40px auto 80px;
}

.works_list li {
	width: 40%;
}

.works_list li a {
	display: block;
}

.works_list li img {
	display: block;
	margin-bottom: 20px;
}

.works_list li p {
	display: flex;
	justify-content: space-between;
}












/* Media Queries ================================================== */
/*1280*/

@media screen and (max-width: 1300px) {
	.catch_top_inner {
		width: calc(100% - 40px);
	}
}

/* Media Queries ================================================== */
/*1200*/

@media screen and (max-width: 1200px) {
	.sticky {
		position: sticky;
		top: 0;
		left: 0;
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
		z-index: 2;
	}

	.sticky::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #DDD;
		border-right: 1px solid #DDD;
		z-index: -1;
	}

	.plan_table_wrap {
		overflow: auto;
		width: 100%;
	}

	#cont_faq_wrap .contact_box{
		width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;		
	}
}




/* Media Queries ================================================== */
@media screen and (max-width: 1080px) {


	/*--------- catch_top ------------*/
  #catch_top {
    height: 100vh;
  }


	/*------- cont_about --------*/

	#cont_about {
		padding: 0px 24px;
		margin: 0 auto 100px;
	}

	.inner_title {
		margin-bottom: 30px;
		line-height: 1.5;
	}

	.inner_title strong {
		font-size: 3.2rem;
		display: block;
		margin-bottom: 20px;
	}

	.about_concept {
	  display: block;
	}

	.concept_img{
		margin-bottom: 30px;
		max-width: 100%;
	}

	.concept_intro {
	  padding-top: 0;
	}

	/*--- cont_feature ---*/

	#cont_feature {
		padding: 60px 0;
	}

	.feature_intro {
		margin-bottom: 50px!important;
	}

	.feature_inner {
	  display: block;
	  margin-bottom: 60px;
	}

	.feature_inner_figure {
	  max-width: 300px;
	  width: 100%;
      margin: 0 auto 20px;
      display: block;
	}

	.feature_inner_intro{
		margin: 0 auto;
	}

	.feature_inner_intro dt {
	  font-size: 2.4rem;
	  margin-bottom: 20px;
	}

	/*------- cont_plan ---------*/

	#cont_plan {
	  padding: 60px 0 50px;
	  margin-bottom: 70px;
	}


	.plan_ballnoon {
	  width: 80%;
	  height: 90px;
	  font-size: 2.4rem;
	  align-items: baseline;
	  letter-spacing: 3px;
	}

	.plan_ballnoon strong {
  	font-size: 6rem;
  	margin-left: 4px;
  }
  
  .plan_ballnoon::before {
  	transform: rotate(0);
  	bottom: -32px;
	  left: 50%;
	  margin-left: 0;
  }	

	.plan_list_box {
	  margin: 60px auto 50px;
	  padding: 0 20px;
	}

	#cont_plan .intro {
	  padding: 24px;
	  width: calc(100% - 40px);
	}

	.plan_list_box img{
		margin: auto;
	}

	/*------- cont_gallery ---------*/
	#cont_gallery {
	  margin: 60px auto 0;
	  padding-bottom: 60px;
	}

	#cont_gallery .slick-slide {
	  height: auto;
	}

	.catch_slider_wrap {
	  padding-bottom: 70px;
	}


	/*------- cont_flow ---------*/
	#cont_flow_wrap {
	  padding: 70px 0;
	}

	.flow_list {
		padding: 0 25px;
		margin: 30px auto 0;
		display: block;
	}

	.flow_list li {
		width: 50%;
		padding: 50px 16px 24px;
		margin: 0 auto 80px;
		gap: 10px;
	}

	.flow_list.first_child {
	  margin: 60px 0;
	}

	/*.flow_list li img{
		width: 50%;
	}	*/

	.flow_list li:last-child{
		margin-bottom: 0;
	}

	.flow_list li::after {
		transform: rotate(90deg);
		right: 0;
		top: 0;
		bottom: calc(-100% - 70px);
		left: 0;
	}

	.flow_list li img{
		display: none;
	}

  .flow_list li dt {
    display: flex;
    gap: 12px;
    font-size: 2rem;
    align-items: center;
    justify-content:center;
  }


  .flow_list li dt img {
    display: block;
    max-width: 20%;
    height: auto;
    margin: 0;
  }

  .flow_list.first_child::after {
  	display: none;
  }	


  	/*------- cont_faq-----*/
	#cont_faq_wrap {
	  padding: 60px 20px;
	}

	#cont_faq_wrap .contact_box{
	}	

	/*------- cont_maintenance ---------*/

	#cont_maintenance,
	.table_sp {
		padding: 60px 10px !important;
	}

	.plan_table.maintenance {
		margin: 60px auto 0;
	}


	.plan_table.maintenance td {
		color: #2163D9;
	}

	.plan_table.maintenance th,
	.plan_table.maintenance td {
		min-width: 190px;
		height: 80px;
	}

	.plan_table.maintenance .normal td {
		color: #111;
		font-size: 1.2rem;
	}

	.plan_table.maintenance .normal td span {
		font-size: 1rem;
	}

	.special_item {
		border-left: 4px solid #2163D9 !important;
		border-right: 4px solid #2163D9 !important;
		position: relative;
	}

	.special_item.last {
		border-bottom: 4px solid #2163D9 !important;
	}






	/*------- cont_works ---------*/

	  .inner_title {
	    font-size: 2.8rem;
	  }


	#cont_works {
		padding: 0 24px;
	}

	.works_list {
		display: block;
		margin: 24px auto 0;
	}

	.works_list li {
		width: 100%;
		margin-bottom: 24px;
	}

	.works_list li a {
		display: block;
	}

	.list_catch {
		width: 100%;
	}

	/*------- cont_faq ---------*/
	#cont_faq {
		background: url("../img/top/faq-bg.png") repeat;
		background-size: cover;
		padding: 40px 24px;
		margin-bottom: 60px;
	}

	.faq_intro {
		text-align: left;
		margin: 30px auto 60px;
	}




	/*----- plan_secs_item ----------*/
	.plan_secs_item_wrap {
		margin: 32px -24px 0;
		padding: 50px 24px 24px;
		overflow: auto;
	}

	.plan_secs_item {
		width: 62.4rem;
		grid-template-columns: 14rem 16rem 16rem 16rem;
	}

	.plan_secs_item.sp_fix {
		grid-template-columns: 20rem 20rem 20rem 20rem;
	}

	.plan_secs_item_group:first-child {
		width: 14rem;
		position: sticky;
		left: 0;
		top: 0;
		z-index: 4;
	}

	.plan_secs_item.sp_fix .plan_secs_item_group:first-child {
		width: 20rem;
	}


	.secs_item {
		min-height: initial;
		height: 70px;
		padding: 0;
		font-size: 1.4rem;
	}

	.plan_secs_item.sp_fix .secs_item.normal {
		min-height: initial;
		height: auto;
		font-size: 1.2rem;
	}


	.secs_item span {
		font-size: 1.2rem;
	}

	.plan_secs_item_wrap.wrap_add_top {
		margin: 50px auto 0 !important;
	}

}


@media screen and (max-width: 896px) {

	#top_wrapper {
	  background: url("../img/top/bg_top_06.png") no-repeat top center;
	  background-size: 100% auto;
	  padding-bottom: 0;
	}


	#catch_top {
  	background: url("../img/top/bg_catch_copy.png") no-repeat top center;
  	background-size: 100% auto;
  	min-height: inherit;
    height: 80vw;
	}

 .catch_copy {
    height: 50%;
    padding: 0 20px;
  }

	.catch_copy strong {
		font-size: 2.6rem;
		letter-spacing: 0;
	}

	.catch_copy p{
		line-height: 2;
	}

	.qa_icon{
		max-width: 60px;
	}

	#cont_faq {
	padding: 40px 0px;		
	}

	.flow_list li {
		width: 100%;
	}

	.feature_inner_figure {
        max-width: 280px;
    }



}	

@media screen and (max-width: 414px) {

	#top_wrapper{
		background: url("../img/top/bg_top_sp.png") no-repeat;
		background-size: 100% auto;
	}


  #catch_top {
    background: url("../img/top/bg_catch_copy_sp.png") no-repeat center center;
    background-size: auto;
    background-size: 100% auto;
    min-height: inherit;
    height: 90vh;
  }

	.catch_copy {
    height: 40%;
  }

  .flow_list li dt {
    justify-content:flex-start;
  }

}	




