.tp_outer {
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp_outer {
    padding: 0 0 60px;
  }
}
.tp_outer .about_area {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border-radius: 20px;
  background: #ffffff url("/common/img/pw_bd.png") repeat-x center top;
  padding: 60px 60px 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp_outer .about_area {
    width: 90%;
    border-radius: 16px;
    padding: 40px 20px 0;
  }
}
.tp_outer .about_area .lead_copy {
  text-align: center;
}
.tp_outer .about_area .lead_copy span {
  font-size: 1.6rem;
  display: table;
  margin: 0 auto;
  padding: 15px 0;
  background: url("/common/img/bd_dot.png") repeat-x center bottom;
}
@media screen and (max-width: 768px) {
  .tp_outer .about_area .lead_copy span {
    font-size: 1.4rem;
    padding: 8px 0 0;
  }
}
.tp_outer .img1 {
  position: absolute;
  width: 240px;
  height: 240px;
  top: 34px;
  left: -90px;
}
@media screen and (max-width: 768px) {
  .tp_outer .img1 {
    display: none;
  }
}
.tp_outer .img2 {
  position: absolute;
  width: 316px;
  height: 256px;
  bottom: -34px;
  left: -60px;
}
@media screen and (max-width: 768px) {
  .tp_outer .img2 {
    display: none;
  }
}
.tp_outer .img3 {
  position: absolute;
  width: 260px;
  height: 180px;
  bottom: -34px;
  left: calc(50% - 130px);
}
@media screen and (max-width: 768px) {
  .tp_outer .img3 {
    position: relative;
    width: 100%;
    bottom: -15px;
    left: 0;
    height: inherit;
  }
}
.tp_outer .img4 {
  position: absolute;
  width: 250px;
  height: 270px;
  bottom: -30px;
  right: -46px;
}
@media screen and (max-width: 768px) {
  .tp_outer .img4 {
    display: none;
  }
}
.tp_outer .poptxt {
  position: absolute;
  width: 380px;
  height: 170px;
  top: -60px;
  right: -126px;
}
@media screen and (max-width: 768px) {
  .tp_outer .poptxt {
    display: none;
  }
}

.psp_area .lead_copy {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .psp_area .lead_copy {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.psp_area .psp_list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.psp_area .psp_list > li {
  margin-bottom: 60px;
  width: 31%;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li {
    margin-bottom: 30px;
    width: 48%;
  }
}
.psp_area .psp_list > li.psp_menu {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li.psp_menu {
    border-radius: 16px;
    padding: 3px;
  }
}
.psp_area .psp_list > li.psp_menu .box_inner {
  border: #8d6c59 1px solid;
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li.psp_menu .box_inner {
    border-radius: 12px;
    padding: 10px 10px;
  }
}
.psp_area .psp_list > li.psp_menu .lead_txt {
  text-align: center;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li.psp_menu .lead_txt {
    font-size: 1.5rem;
  }
}
.psp_area .psp_list > li.psp_menu ol {
  background: url("/common/img/bd_dot.png") repeat-x center top;
}
.psp_area .psp_list > li.psp_menu ol > li {
  display: flex;
  padding: 10px 0;
  background: url("/common/img/bd_dot.png") repeat-x center bottom;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li.psp_menu ol > li {
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
  }
}
.psp_area .psp_list > li.psp_menu ol > li:before {
  display: inline-block;
  content: '';
  width: 4px;
  min-height: 30px;
  border-radius: 2px;
  background-color: #c29517;
  margin-right: 10px;
  min-width: 4px;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li.psp_menu ol > li:before {
    width: 3px;
    min-width: 3px;
    margin-right: 5px;
  }
}
.psp_area .psp_list > li.psp_menu ol > li em {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li.psp_menu ol > li em {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.psp_area .psp_list > li.psp_menu ol > li em span {
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li.psp_menu ol > li em span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.psp_area .psp_list > li h3 {
  display: flex;
  position: relative;
  margin: 0 25px 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li h3 {
    margin: 0 3% 8px;
  }
}
.psp_area .psp_list > li h3:before {
  display: inline-block;
  content: '';
  width: 4px;
  min-height: 30px;
  border-radius: 2px;
  background-color: #c29517;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li h3:before {
    width: 3px;
    min-width: 3px;
    margin-right: 5px;
  }
}
.psp_area .psp_list > li h3 em {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li h3 em {
    font-size: 1.4rem;
  }
}
.psp_area .psp_list > li h3 em span {
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li h3 em span {
    font-size: 1.8rem;
  }
}
.psp_area .psp_list > li .txt {
  margin: 0 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li .txt {
    margin: 0 3%;
    font-size: 1.4rem;
  }
}
.psp_area .psp_list > li figure {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.psp_area .psp_list > li figure img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li figure img {
    border-radius: 16px;
  }
}
.psp_area .psp_list > li figure:after {
  position: absolute;
  font-size: 1.6rem;
  bottom: -22px;
  right: 0px;
  display: inline-block;
  font-family: 'Pacifico', cursive;
  color: #c19414;
  line-height: 1.3;
  transform: rotate(-4deg);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .psp_area .psp_list > li figure:after {
    font-size: 1.4rem;
  }
}
.psp_area .psp_list > li:nth-child(2) figure:after {
  content: 'Delicious!';
}
.psp_area .psp_list > li:nth-child(3) figure:after {
  content: 'Happy!';
}
.psp_area .psp_list > li:nth-child(4) figure:after {
  content: 'Fun!';
}
.psp_area .psp_list > li:nth-child(5) figure:after {
  content: 'Clean!';
}
.psp_area .psp_list > li:nth-child(6) figure:after {
  content: 'Happiness!';
}

.prof_area {
  background-color: #f5eac6;
  padding: 50px 30px 50px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .prof_area {
    border-radius: 16px;
    padding: 30px 8% 50px;
  }
}
.prof_area .prof_tbl {
  width: 100%;
  border-collapse: collapse;
  max-width: 850px;
  margin: 0 auto;
}
.prof_area .prof_tbl tr {
  background: url("/common/img/bd_dot.png") repeat-x center bottom;
}
.prof_area .prof_tbl th {
  padding: 22px 0;
  text-align: left;
  max-width: 240px;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .prof_area .prof_tbl th {
    padding: 10px 0 3px;
    font-size: 1.4rem;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.prof_area .prof_tbl td {
  padding: 22px 0;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .prof_area .prof_tbl td {
    display: block;
    padding: 3px 0 10px;
    font-size: 1.4rem;
    width: 100%;
  }
}
.prof_area .prof_tbl td a {
  text-decoration: underline;
  color: #5d2e13;
}
.prof_area .prof_tbl td a:hover {
  opacity: 0.5;
}
