@charset "utf-8";
.bg_gray { background-color: #efefec; }
.flex_tri, .flex_do { display: flex; justify-content: space-between; flex-wrap: wrap;}
.c_white { color: #FFF!important;}
.notes { font-size: 1rem; padding-left: 1em; text-indent: -1em; }
#main_page .main_cont .ttl { white-space: nowrap;}
#main_page .main_cont .ttl::after { margin-left: auto; margin-right: auto;}
.sec_head .ttl::after { margin-top: clamp(15px, 1.4880952380952380952vw, 25px); }
.sec_head .icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 60px;
	margin-bottom: 30px;
}
.sec_head .icons > span {
	color: rgba(69, 99, 81, 0.8);
	display: block;
	width: 100%;
}
.sec_head .icons > img { width: 165px; }
.sec_head .ttl02 {
	color: #4a655b;
	display: flex;
	flex-direction: column;
	font-size: clamp(2rem, 1.54761905vw, 2.6rem);
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.sec_head .ttl02 .sm { font-size: 53.8461538%; }
@media screen and (max-width:767px) {
	.sec_head .icons > img { width: 120px; }
}
.sec_conomi {
	overflow: hidden;
	padding: clamp(80px, 10vw, 160px) 0 0;
}
.overall_flow {
  background: #ddd8cc;
  color: #767572;
  margin: 30px 0 150px;
  padding: 40px;
  text-align: center;
}
.overall_flow .ttl {
  font-size: 2.6rem;
  margin: 0 0 10px;
}
.overall_flow .txt {
  font-size: 2rem;
}
.overall_flow .line {
  background: #fff;
  padding: 5px;
  font-size: 2rem;
}
.overall_flow .list_step {
  margin: 40px 0 0;
}
.overall_flow .list_step li {
  position: relative;
  margin: 0 0 50px;
}
.overall_flow .list_step li:last-child { margin: 0 0 30px; }
.overall_flow .list_step li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #9e9991 transparent transparent transparent;
}
.overall_flow .list_step .bg {
  background-color: #9e9991;
  padding: 20px 50px;
}
.overall_flow .list_step .ttl {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 20px;
}
.overall_flow .list_step .txt {
  color: #fff;
  font-size: 1.6rem;
  margin-top: 20px;
}
.overall_flow .list_step li .img img {
  max-width: 112px;
  margin: 0 30px;
}
.overall_flow .notes li { text-align: left; }
.select_overall { margin: 120px 0 0; }
.select_overall .txt02 {
  text-align: center;
}
.select_overall .txt02 > p {
  border: 1px solid #191b28;
  color: #191b28;
  font-size: 1.2rem;
  letter-spacing: 0.25em;
  padding: 10px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width:1000px) {
  .select_overall .txt02 > p {
    letter-spacing: 0.1em;
    padding: 10px;
  }
}
@media screen and (max-width:767px) {
  .select_overall {
    margin: 20px 0 0;
  }
  .overall_flow {
	margin: 50px 0;
    padding: 20px;
  }
  .overall_flow .ttl {
    font-size: 1.8rem;
  }
  .overall_flow .txt {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
  .overall_flow .line {
    font-size: 1.6rem;
  }
  .overall_flow .list_step .ttl {
    font-size: 1.6rem;
  }
  .overall_flow .list_step .txt {
    font-size: 1.4rem;
  }
  .overall_flow .list_step .bg {
    padding: 20px;
  }
  .overall_flow .list_step li .img img {
    max-width: 80px;
    margin: 0 15px;
  }
  .select_overall .txt02 {
    text-align: left;
  }
  .select_overall .txt02 > p {
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
}
.sec_select {
	overflow: hidden;
	padding: clamp(60px, 7.1428571428571428571vw, 120px) 0;
}
.sec_select .slick-dots { bottom: -40px; }
.sec_select .slick-dots li button {
	background-color: rgba(106, 128, 121, 0.3);
	box-shadow: none;
	margin: 0;
	width: 10px;
	height: 10px;
}
.sec_select .slick-dots li.slick-active button,
.sec_select .slick-dots li button:hover { background-color: rgba(106, 128, 121, 1); }
.sec_select .slick-dots li button:before { content: none;}
.sec_basecolor .slick-dots li button { background-color: rgba(255, 255, 255, 0.3); }
.sec_basecolor .slick-dots li.slick-active button,
.sec_basecolor .slick-dots li button:hover { background-color: rgba(255, 255, 255, 1); }
@media screen and (max-width:767px) {
	.sec_select .slick-dots { bottom: -20px; }
}
.sec_select .item_small_ttl {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 15px;
  padding-left: 1.5em;
  text-indent: -1.4em;
}
.sec_select .item_small_ttl:before {
	background-color: #6a8079;
	content: "";
	display: inline-block;
	height: 1em;
	width: 1em;
	margin-right: 0.5em;
	position: relative;
	top: 2px;
}
.sec_select .ttl_jp_02 {
  font-size: 2rem;
  margin-bottom: 50px;
  text-align: center;
}
.sec_select .ttl_jp_02.hasLine { margin-bottom: 65px; }
.sec_select .ttl_jp_02.hasLine:after {
	background-color: #333;
	content: "";
	height: 1px;
	width: 30px;
	display: block;
	margin: 40px auto 0;
}
.sec_select .ttl_jp_02.c_white.hasLine:after { background-color: #ffffff; }

@media screen and (max-width:1000px) {
  .sec_select .item_small_ttl { font-size: 1.4rem;}
}
@media screen and (max-width:767px) {
  .sec_select .ttl_jp_02 { font-size: 1.6rem; margin-bottom: 20px;}
  .sec_select .ttl_jp_02.hasLine { margin-bottom: 45px;}
  .sec_select .ttl_jp_02.hasLine:after { margin-top: 20px;}
}
.sec_select .kitchen_block { padding: 115px 0 0; }
.sec_select .kitchen_img05 {
  background-color: #fff;
  padding: 6% 10% 3%;
}
@media screen and (max-width:767px) {
  .sec_select .kitchen_img05 { padding: 15px;}
}

.mb120 { margin-bottom: 120px;}
@media screen and (max-width: 767px) {
	.mtSP00 { margin-top: 0px!important; }
	.mtSP20 { margin-top: 20px!important; }
	.mtSP50 { margin-top: 50px!important; }
	.mbSP30 { margin-bottom: 30px!important; }
	.mbSP60 { margin-bottom: 60px!important; }
}