@charset "utf-8";

/*rich style*/

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;400&display=swap);

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	color: #e5e5e5;
}

.color01 {
	color: #e5e5e5;
}
.color02 {
	color: #fff;
}
.color03 {
	color: #000;
}
.bg01 {
	background: #f1f1f1;
}
.bg02 {
	background: #e5e5e5;
}
.bg03 {
	background: #000;
}
.bg04{
	background: linear-gradient(to bottom right, #f4e16a, #f1be22);
}
a {
	color: #e5e5e5;
}

.headline {
	background: url("../img/theme/bg_headline.png") no-repeat center bottom;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 40px;
    color: #000;
}
.headline2 {
	background: url("../img/theme/bg_headline.png") no-repeat center bottom;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 40px;
    color: #000;
}

.bg01 .headline, .contact .headline {
	background: url("../img/theme/bg_headline.png") no-repeat center bottom;
	color: #000;
}

@media screen and (max-width: 767px) {
	.headline, .bg03 .headline, .contact .headline {
		background-size: auto 8px;
		padding-bottom: 22px;
	}
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

/*==========　ヘッダ　===========*/
#header {
	background: #e5e5e5;
}

#header .contact a {
	background: url(../img/theme/bg_btn.png);
	background-size: cover;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	.toggle {
		background: #fff;
	}
	.toggle span {
		background: #e5e5e5;
	}
	.menu {
		background: rgba(15,15,15,0.8);
	}
	.menu .gnav li a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
	}
	.menu .btnlink li a {
		color: #fff;
	}
	.menu .btnlink li:nth-child(1) a {
		background: #B41E1E;
	}
	.menu .btnlink li:nth-child(2) a {
		background: rgba(255,255,255,0.4);
	}
}
/*==========　ビフォーアフター　===========*/
.before_after .ttl {
	font-family: 'Noto Serif JP', serif;
}

.before_after .slide li .box_before {
	background: rgba(255,255,255,0.1);
}

.before_after .slide li .box_after {
	background: url(../img/theme/bg_ba_box02.png);
	background-size: cover;
}

.before_after .slide li .box .head {
	color: #fff;
}

.before_after .slide li .box p {
	color: #e5e5e5;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

.before_after .slide li .box p.num {
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}
.before_after .slide li .box_before .head,
.before_after .slide li .box_after .head {
	background: #000;
}
.before_after .slide .slick-dots li {
	background: #000;
}
.before_after .slide .slick-dots li.slick-active {
	background: #ffd700;
}
/*==========　コンセプト　===========*/
.concept p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

/*==========　こんな方におすすめ　===========*/
.target li {
	color: #fff;
}

.target .blk {
	color: #000;
}

.target li:nth-child(odd) {
	background: linear-gradient(to bottom right, #f4e16a, #f1be22) ;
}
.target li:before {
	background: url("../img/theme/ico_check.png") no-repeat;
	background-size: cover;
}

/*==========　他サービスとの比較　===========*/
.comparison .ttl {
	background: #000;
	font-family: 'Noto Serif JP', serif;	
}

.comparison .box {
	background: #E5E5E5;
}

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

.comparison_tbl th {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #000;
}

.comparison_tbl .point {
	background: linear-gradient(to bottom right, #f4e16a, #f1be22);
	color: #000;
}

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

/*==========　cv　===========*/
.cv .btn {
	background: url(../img/theme/bg_btn.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.cv .btn + p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #000;
}
.cv .blk {
	color: #000;
}

/*==========　サービスの特徴　===========*/
.feature .flex .ico {
	background: linear-gradient(to bottom right, #f4e16a, #f1be22);
	color: #000;
	font-family: 'Noto Serif JP', serif;
}
.feature .flex .txt .ttl, .feature .flex .txt p{
	color: #000;
}
.feature h3{
	color: #000;
}
.feature .flex .txt .ttl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.feature .flex .ico {
		top: -20px;
	}

}

/*==========　専門家の声　===========*/
.recommend .txt {
    color: #000;
}
.recommend .txt .ttl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #000;
}
.recommend .txt .blk{
	color: #000;
}
.recommend .expert_profile .blk{
	color: #000;
}

/*==========　お客様の声　===========*/

.voice .unit .head .txt .ttl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.voice .voice_slide .slick-dots li {
		border: 1px solid #fff;
	}
	.voice .voice_slide .slick-dots li.slick-active {
		background: #fff;
	}
}

/*==========　サービスの流れ　===========*/
.flow .unit {
	background: linear-gradient(to bottom right, #f4e16a, #f1be22);
}

.flow .unit p {
	color: #000;
}
.flow .unit:after{
	background-size: cover;
	content: '';
	display: block;
	height: 159px;
	left: -5px;
	position: absolute;
	top: -17px;
	width: 158px;
	z-index: 0;
}
.flow .unit .ico {
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0;
	z-index:1;
}

@media screen and (max-width: 767px) {
	.flow .unit:after {
		height: 81px;
		width: 80px;
		top: -5px;
	}
	.flow .unit .ico {
		font-size: 0.8rem;
		transform:scale(0.8);
	}
	.flow .unit .ico span {
		font-size: 2.6rem;
	}
}

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

/*==========　よくあるご質問　===========*/
.faq dt {
	background: #000 url("../img/theme/ico_faq01.png") no-repeat left 20px center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.faq dd {
	background: url("../img/theme/ico_faq02.png") no-repeat left 20px top 20px;
	color: #000;
}

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

@media screen and (max-width: 767px) {
	.faq dt {
		background-size: 15px 19px;
	}
	.faq dd {
		background-size: 16px 15px;
	}
}

/*==========　会社概要・アクセス ===========*/
.about .about_tbl th, .about .about_tbl td {
	color: #000;
}
.about .about_tbl td a {
	color: #000   ;
}

/*==========　お問い合わせ・オファー ===========*/
.contact .offer .unit {
	background: #fff;
}
.contact .offer .unit .ttl {
	background: linear-gradient(to bottom right, #f4e16a, #f1be22);
	color: #000;	
	font-family: 'Noto Serif JP', serif;
}
.contact .offer .unit .content p {
	color: #000;
}
.form .formwrap {
	background: #fff;
}
.contact .form .ttl {
	background: linear-gradient(to bottom right, #f4e16a, #f1be22);
	color: #000;	
	font-family: 'Noto Serif JP', serif;
}
.contact .form_tbl th {
	color: #000;
}
.contact .form_tbl td .check_wrap {
	background: #f2f2f2;
}

.form .check_wrap label input[type="checkbox"]:checked + span:after {
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.form  .btnwrap .btn {
	background: url(../img/theme/bg_btn.png) no-repeat;
	background-size:cover;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 2.2rem;
}

.form .btnwrap .btn input {
	border-radius: 0;
}

/*確認画面・完了画面*/

.contact.confirm, .contact.finish {
	background: #f1f1f1;
}
.contact.confirm .headline, .contact.finish .headline {
	color: #050532;
	background: url("../img/theme/bg_headline.png") no-repeat center bottom;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 40px;
}
.contact.confirm .form .formwrap {
	background: #fff;
}

.confirm .form .form_tbl th, .confirm .form .form_tbl td {
	color: #000;
}

.contact.finish p {
	color: #f000;
	margin-bottom: 20px;
	text-align: center;
}
.contact.finish p a {
	color: #050532;
}

.form .btnwrap .btn.back {
	background: #000;
}
@media screen and (max-width: 767px) {
	.contact.confirm .headline, .contact.finish .headline {
		background-size: auto 8px;
		padding-bottom: 22px;
	}
}

