@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: #fff;
    font-family: 'Noto Serif JP', serif;
}

.color01 {
	color: #222222;
}
.color02 {
	color: #222222;
}
.color03 {
	color: #fff;
}
.bg01 {
	background: #fff;
}
.bg02 {
	background: #feecd2;
}
.bgimg {
	background: url("../img/img_catch01.png") no-repeat;
    background-size:contain;
    width: 100%;
}
a {
	color: #fff;
}

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

.headline2 {
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 40px;
    color: #222222;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
	.toggle {
		background: #d4987e;
	}
	.toggle span {
		background: #fff;
	}
	.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: #b9c998;
	}
	.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: #222222;
}

.before_after .slide li .box p {
	color: #222222;
	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: #0F0F0F;
}
.before_after .slide .slick-dots li {
	background: #222222;
}
.before_after .slide .slick-dots li.slick-active {
	background: #d4987e;
}
/*==========　コンセプト　===========*/
.concept p {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
/*==========　キャッチ　===========*/
.catch img {
	width: 100%;
}

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

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

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

.comparison .box {
	background: #fff;
}

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

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

.comparison_tbl .point {
	background: #0F0F0F;
	color: #fff;
}

@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: #000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

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


/*==========　サービスの特徴　===========*/
.feature .flex .ico {
	background: #d4987e;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.feature .flex .txt .ttl, .feature .flex .txt p {
	color: #222222;
}
.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: #222222;
}
.recommend .txt .ttl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}



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

.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: #fff;
}

.flow .unit p {
	color: #0F0F0F;
}
.flow .unit:after{
	background: url(../img/theme/bg_flow_ico.png);
	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 #222222;
}
.price_tbl th, .price_tbl td {
	border-bottom: 1px solid #222222;
	color: #222222;
}
.price_tbl + p {
	color: #222222;
}

/*==========　よくあるご質問　===========*/
.faq dt {
	background: rgba(255,255,255,0.5) url("../img/theme/ico_faq01.png") no-repeat left 20px center;
	color: #0F0F0F;
	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: #0F0F0F;
}

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

@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: #222222;
}
.about .about_tbl td a {
	color: #222222;
}

/*==========　お問い合わせ・オファー ===========*/
.contact .offer .unit {
	background: #fff;
}
.contact .offer .unit .ttl {
	background: #d4987e;
	color: #fff;	
	font-family: 'Noto Serif JP', serif;
}
.contact .offer .unit .content p {
	color: #222222;
}
.form .formwrap {
	background: #fff;
}
.contact .form .ttl {
	background: #d4987e;
	color: #fff;	
	font-family: 'Noto Serif JP', serif;
}
.contact .form_tbl th {
	color: #222222;
}
.contact .form_tbl td .check_wrap {
	background: #feecd2;
}

.form .check_wrap label input[type="checkbox"]:checked + span:after {
	border-left: 3px solid #0F0F0F;
	border-bottom: 3px solid #0F0F0F;
}

.form .date_time_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form .date_time_list + .date_time_list  {
  margin-top: 20px;
}

.form .date_time_list dt {
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #feecd2;
}

.form .date_time_list dt .date_time_term {
  font-size: 1.4rem;
}

.form .req {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
  width: 34px;
  padding: 1px 0 2px;
  background: #F19465;
}

.form .date_time_list dt .date_time_term + .req {
  top: 0;
  margin-left: 5px;
}

.form .date_time_list dd {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}

.form .date_time_list dd > div {
  position: relative;
  width: calc(50% - 5px);
}

.form .date_time_list dd > div::after {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 3;
  height: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-45%);
  pointer-events: none;
}

.form .date_time_list dd .date_box::after {
  width: 14px;
  background-image: url(../img/icon_calendar.svg);
}

.form .date_time_list dd .time_box::after {
  width: 15px;
  background-image: url(../img/icon_clock.svg);
}

.form .date_time_list dd .date_input,
.form .date_time_list dd select,
.form .date_time_list dd .select_label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  width: 100%;
  height: 50px;
  cursor: pointer;
}

.form .date_time_list dd .date_input {
  border: 1px solid #B5B5B6;
  border-radius: 5px;
  background: #fff;
}

.form .date_time_list dd .time_box {
  text-align: center;
  position: relative;
  border: 1px solid #B5B5B6;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.form .date_time_list dd .select_label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.form .date_time_list dd select {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.form .date_time_list dd select:focus {
  z-index: -1;
  opacity: 1;
}

.form .date_time_list dd ::placeholder {
  color: #333;
}

/* ie11 */
.form .date_time_list dd :-ms-input-placeholder {
  color: #333;
}

.form .date_time_list dd select:invalid {
  color: #333;
}

#ui-datepicker-div {
  z-index: 5!important;
  width: 100%;
  max-width: 308px;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-header {
  height: 40px;
}

#ui-datepicker-div .ui-datepicker-title {
  font-size: 2rem;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#ui-datepicker-div .ui-state-default {
  padding: 5px;
}
/* -----------------

-------------------- */

.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;
}

@media screen and (max-width: 767px) {
  .form .form_tbl th {
    width: 100%;
  }
  
  .form .date_time_list,
  .form .date_time_list dd {
    display: block;
  }

  .form .date_time_list dd > div {
    width: 100%;
  }

  .form .date_time_list dd .time_box {
    margin-top: 10px;
  }

  #ui-datepicker-div {
    left: 50%!important;
    transform: translateX(-50%)!important;
  }

  #ui-datepicker-div .ui-state-default {
    padding: 10px 5px;
  }
}

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

.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: #0F0F0F;
}

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

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



/* -----------------
form_wrap form error
-------------------- */
.form .formError {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.form .formError .formErrorContent {
  font-size: 1.2rem;
  color: #fff;
  background: #F19465;
}

.form .formError .formErrorContent::after {
  left: 50%;
  bottom: -6px;
  margin: 0;
  border-color: #F19465 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
  transform: translateX(-50%);
}

.form .check_wrap .formError .formErrorContent::after {
  left: 4px;
  transform: translateX(0);
}

.form .date_time_list .formError {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}

.form .date_time_list .formError .formErrorContent {
  text-align: center;
}