@charset "utf-8";

/*simple style*/

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wghtwght@500;700;900&display=swap);

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	color: #000;
}
.color0 {
	color: #fff;
}
.color01 {
	color: #82c8dc;
}
.color02 {
	color: #fcc800;
}
.colorbl {
	color: #3C6FB9;
}
.bg01 {
	background:  #82c8dc;
}
.bg02 {
	background: #fff;
}
.bg03 {
	background: #e1f1fa;
}

.bgimg{
    background:url("../img/bgimg.jpg") no-repeat ;
    background-size:cover;
    width: auto;
    
}

.bgimg2{
    background:url("../img/bgimg2.jpg") no-repeat ;
    background-size:cover;
    width: auto;
    
}

a {
	color: #82c8dc;;
}

.headline {
    
	background: url("../img/theme/bg_headline.png") no-repeat center bottom;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.headline {
		background-size: auto 3px;
		padding-bottom: 22px;
	}
}
/*==========　ヘッダ　===========*/
#header {
	background: #fff;
}

#header .contact a {
	background: #fcc800;
	border-radius: 20px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.toggle {
		background: #fff;
	}
	.toggle span {
		background: #82c8dc;
	}
	.menu .btnlink li a {
		color: #fff;
	}
	.menu .btnlink li:nth-child(1) a {
		background: #fcc800;
	}
	.menu .btnlink li:nth-child(2) a {
		background: #82c8dc;
	}
}
/*==========　ビフォーアフター　===========*/

.before_after .slide li .box .head {
	border-radius: 50px;
	color: #fff;
}
.before_after .slide li .box p.num span {
}
.before_after .slide li .box_before .head {
	background: #82c8dc;
	
}
.before_after .slide li .box_after .head {
	background: #fcc800;
}

.before_after .slide .slick-dots li {
	border: 1px solid #fff;
}
.before_after .slide .slick-dots li.slick-active {
	background: #fff;
}
/*==========　キャッチ　===========*/
.catch img {
	width: 100%;
}
/*==========　こんな方におすすめ　===========*/
.target li {
	border-radius: 100px;
}

.target li:nth-child(odd) {
	background: #fff;
}
.target li:before {
	background: url("../img/theme/ico_check.png") no-repeat;
	background-size: cover;
}

/*==========　こんな方におすすめ　===========*/
.comparison .ttl {
	background: #82c8dc;
}

.comparison .box {
	background: #fff;
}

.comparison_tbl th, .comparison_tbl td {
	background: #e1f1fa;
	border: 5px solid #fff;
}

.comparison_tbl .point {
	background: #fcc800;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.comparison_tbl th, .comparison_tbl td {
		border: 3px solid #fff;
	}
}

/*==========　cv　===========*/
.cv .btn {
	background: #fcc800;
	border-radius: 40px;
	color: #fff;
}

/*==========　サービスの特徴　===========*/
.feature .flex .ico {
	background: #fcc800;
	border-radius: 100px;
	color: #fff;
}

/*==========　お客様の声　===========*/
@media screen and (max-width: 767px) {
	.voice .voice_slide .slick-dots li {
		border: 1px solid #82c8dc;
	}
	.voice .voice_slide .slick-dots li.slick-active {
		background: #82c8dc;
	}
}

/*==========　サービスの流れ　===========*/
.flow .unit {
	background: #e1f1fa;
}

.flow .unit .ico {
	background: #82c8dc;
	border-radius: 100px;
}
.flow .unit .ico2 {
	background: #fcc800;
	border-radius: 100px;
}

/*==========　料金について　===========*/
.price .headline{
	color: #fff;
}
.price_tbl {
	border-top: 1px solid #fff;
}
.price_tbl th, .price_tbl td {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.price p{
	color: #fff;
}

/*==========　よくあるご質問　===========*/
.faq dt {
	background: #e1f1fa url("../img/theme/ico_faq01.png") no-repeat left 10px center;
	border-radius: 100px;
}
.faq dd {
	background: url("../img/theme/ico_faq02.png") no-repeat left 10px top 10px;
}

.faq dt:before {	
	border-top: 1px solid #82c8dc;
}
.faq dt:after {
	border-top: 1px solid #82c8dc;
}

@media screen and (max-width: 767px) {
	.faq dt, .faq dd {
		background-size: 30px 31px;
	}
}


/*==========　お問い合わせ・オファー ===========*/


.contact .offer .unit {
	background: #fff;
}
.contact .offer .unit .ttl {
	color: #fff;
	background: #3C6FB9;
}

.contact .form .ttl {
	color: #fff;
	background: #3C6FB9;
}

.contact .form_tbl td .check_wrap {
	background: #f2f2f2;
}

.form .check_wrap label input[type="checkbox"]:checked + span:after {
	border-left: 3px solid #fcc800;
	border-bottom: 3px solid #fcc800;
}
.form  .btnwrap .btn {
	background: #fcc800;
	border-radius: 100px;
	color: #fff;
	font-size: 2.2rem;
}

/*確認画面・完了画面*/
.contact.confirm .headline, .contact.finish .headline {
	color: #82c8dc;
}
.contact.finish p {
	margin-bottom: 20px;
	text-align: center;
}

.form .btnwrap .btn.back {
	background: #82c8dc;
}

