@charset "UTF-8";
/* ppl_reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #cacaca;
  color: #333;
}
h1 {
  line-height: 0;
}
section {
  width: 100%;
  margin: 0 auto;
}
p {
  font-size: 14px;
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
.ppl_container {
  width: 100%;
}
.ppl_form_container {
  padding: 60px 0px;
  background: url("../css/img/bg-5.jpg") center center / cover no-repeat;
}
@media (max-width: 767px) {
  .ppl_form_container {
    padding: 35px 0px 60px 0px;
    background: linear-gradient(rgb(254 203 203 / 10%), rgb(234 219 219 / 30%)), url(../css/img/bg-5.jpg) center left / cover no-repeat;
  }
}
/* ppl_header */
.ppl_header {
  margin: 0 auto;
  padding: 15px 15px 18px 15px;
  background-color: #eae3db;
}
.ppl_header_wrap {
  display: flex;
  align-items: center;
}
.ppl_logo {
  width: 240px;
  height: auto;
  margin: 0 auto 0 0;
  line-height: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .ppl_header {
    padding: 15px 10px 15px 10px;
  }
  .ppl_logo {
    width: 145px;
  }
}
/* ppl_mv */
.ppl_mv_section {
  padding-top: 20px;
  background-color: #eae3db;
}
.ppl_mv_img {
  width: 100%;
  margin: 0 auto;
}
.ppl_mv_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background: url("img/bg-1.jpg") center center / cover no-repeat;
}
@media (max-width: 767px) {
  .ppl_mv_section {
    padding-top: 15px;
  }
}
/* ppl_service */
.ppl_service_section {
  width: 100%;
  margin: 0 auto;
}
.ppl_service_inner {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem 0rem 2rem;
  background: url("img/bg-2.jpg") center center / cover no-repeat;
}
.ppl_service_ttl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ppl_service_ttl img {
  max-width: 777px;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.ppl_service_items {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.ppl_service_description_area {
  padding-right: 23%;
  padding-top: 25px;
}
.ppl_service_description {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
}
.ppl_service_description p {
  font-size: 24px;
}
.ppl_service_description_txt {
  display: block;
  margin-bottom: 35px;
  color: #fff;
}
.ppl_service_lady__right {
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 27%;
  max-width: 300px;
  height: 550px;
  background: url("../img/lady__right.png") no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 1020px) {
  .ppl_service_description {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .ppl_service_lady__right {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .ppl_service_inner {
    padding: 2rem 10px 0rem 10px;
  }
  .ppl_service_description_area {
    padding-right: 0px;
    padding-top: 0px;
  }
  .ppl_service_description p {
    font-size: 14px;
    line-height: 1.4;
  }
  .ppl_service_description_txt {
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .ppl_service_lady__right {
    display: none;
  }
  .ppl_service_items {
    padding-bottom: 20px;
  }
}
/* ppl_about */
.ppl_about_section {
  padding: 4rem 2rem;
  background: url("img/bg-1.jpg") center center / cover no-repeat;
}
.ppl_about_ttl {
  margin: 0 auto 4rem auto;
  text-align: center;
}
.ppl_about_ttl img{
  max-width: 777px;
}
.ppl_about_description {
  text-align: center;
  max-width: 912px;
  margin: 0 auto;
  line-height: 2;
}
.ppl_about_description_items {
  display: flex;
  margin-bottom: 25px;
  padding: 0 30px;
  border-radius: 12px;
  background-color: #fff;
  align-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.20);
}
.ppl_about_description_items_img {
  width: 20%;
}
.ppl_about_description_items_img img {
  width: 100%;
  max-width: 121px;
}
.ppl_about_description_items_txt {
  width: 80%;
  padding: 18px 8px;
  font-size: 18px;
  text-align: left;
}
.ppl_about_description_items_txt p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.6;
}
.ppl_about_description_items_txt h4 {
  display: inline-block;
  margin-bottom: 12px;
  border-bottom: 1px solid #9f7839;
  font-size: 30px;
}
br.ppl_br {
  display: block;
}
@media (max-width: 767px) {
  .ppl_about_section {
    padding: 2rem 10px;
  }
  .ppl_about_ttl {
    margin: 0 auto 2rem auto;
  }
  .ppl_about_description_items_txt h4 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .ppl_about_description_items_txt {
    padding: 18px 8px 18px 5px;
  }
  .ppl_about_description_items_txt p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
  .ppl_about_description_items {
    margin-bottom: 15px;
    padding: 0 0px 0 3px;
  }
  br.ppl_br {
    display: none;
  }
}
/* ppl_reward */
.ppl_reward_section {
  padding: 4rem 2rem;
  background: url("img/bg-4.jpg") center center / cover no-repeat;
}
.ppl_reward_title {
  margin: 0 auto 4rem auto;
  text-align: center;
}
.ppl_reward_title img {
  max-width: 777px;
}
.ppl_reward_inner {
  background-color: #fff;
  padding: 60px;
  border-radius: 12px;
  max-width: 90%;
  margin: 0 auto;
}
.ppl_reward_items_bg {
  display: flex;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ppl_reward_item {
  flex: 0 0 auto; 
  width: 393px;
  margin-right: 60px;
  margin-bottom: 60px;
}
.ppl_reward_item_lady {
  position: relative;
}
.ppl_reward_txt_head {
  text-align: center;
}
.ppl_reward_txt_head h5 {
  padding: 8px 0px 12px 0px;
  font-size: 16px;
}
.ppl_reward_txt p {
  font-size: 14px;
}
.ppl_reward_income {
  position: absolute;
  bottom: 15px;
  left: 50%;
  translate: -50%;
  width: 368px;
  border-radius: 6px;
  background-color: #c865e2;
}
.ppl_reward_income_average {
  width: 345px;
  margin: 0 auto 10px auto;
  border-radius: 6px;
  background-color: #fff;
  font-size: 24px;
  text-align: center;
}
.ppl_reward_income_worl-days {
  width: 345px;
  margin: 2px auto;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
span.ppl_reward_income_average__amount {
  color: #e00000;
  font-size: xxx-large;
  font-weight: 600;
}
span.ppl_reward_income_average__unit {
  color: #e00000;
  font-weight: 600;
}
.ppl_reward_item:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .ppl_reward_section {
    padding: 2rem 10px;
  }
  .ppl_reward_title {
    margin: 0 auto 2rem auto;
  }
  .ppl_reward_inner {
    padding: 20px;
    max-width: 100%;
  }
  .ppl_reward_item {
    width: 225px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .ppl_reward_income {
    width: 210px;
  }
  .ppl_reward_income_average {
    width: 195px;
    font-size: 16px;
  }
  .ppl_reward_income_worl-days {
    width: 195px;
    font-size: 14px;
  }
  span.ppl_reward_income_average__amount {
    font-size: 25px;
  }
  .ppl_reward_txt p {
    font-size: 14px;
  }
}
/* ppl_pr */
.ppl_pr_section {
  padding: 10rem 2rem 4rem 2rem;
  background: url("img/bg-5.jpg") center center / cover no-repeat;
}
.ppl_pr_inner {
  z-index: 2;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
.ppl_pr_inner::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 350px;
  height: 350px;
  top: -100px;
  left: calc(35% - 600px * .5 - 350px * .5);
  background: url(../img/deco-logo.png) center center / contain no-repeat;
}
.ppl_pr_txt_wrap {
  margin-bottom: 85px;
  font-size: 18px;
}
.ppl_pr_ttl {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3rem;
  text-align: center;
}
.ppl_pr_list {
  list-style: none;
  max-width: 600px;
  margin: 0 auto 30px auto;
  padding: 0;
}
.ppl_pr_txt {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ppl_pr_section {
    padding: 4rem 10px 4rem 10px;
  }
  .ppl_pr_ttl {
    font-size: 30px;
  }
  .ppl_pr_txt {
    margin-bottom: 25px;
  }
  .ppl_pr_inner::after {
    width: 260px;
    height: 260px;
    top: -20px;
    left: calc(80% - 80% * .5 - 260px * .5);
    opacity: 0.4;
  }
}
@media (max-width: 768px) {
  .ppl_pr_inner::after {
    width: 260px;
    height: 260px;
    top: -66px;
    left: calc(100% * .5 - 260px * .5);
    opacity: 0.4;
  }
}
/* ppl_company */
.ppl_company_section {
  background-color: #e4dfd7;
  padding: 100px 2rem 140px 2rem;
}
.ppl_company_inner {
  margin: 0 auto;
  padding: 0;
}
.ppl_company_ttl {
  font-size: 60px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3rem;
  text-align: center;
}
.ppl_company_list {
  background-color: #fff;
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 140px;
  list-style: none;
}
.ppl_company_item {
  margin-bottom: 1.2rem;
  font-size: 24px;
  border-bottom: 1px dotted #acacac;
}
.ppl_company_item strong {
  display: inline-block;
  min-width: 120px;
  font-weight: bold;
}
.ppl_company_txt {
  max-width: 860px;
  margin: 0 auto;
  padding: 132px 140px;
  border-radius: 16px;
  background-color: #fff;
}
.ppl_company_txt img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ppl_company_section {
    padding: 3rem 10px;
  }
  .ppl_company_inner {
    padding: 0px 0 50px 0;
    border-radius: 16px;
  }
  .ppl_company_ttl {
    font-size: 40px;
    margin-bottom: 1.5rem;
  }
  .ppl_pr_txt_wrap {
    font-size: 16px;
  }
  .ppl_company_item {
    font-size: 14px;
  }
  .ppl_company_list {
    margin: 0 1rem;
  }
  .ppl_company_txt {
    padding: 40px 10px 35px 10px;
  }
}
/* ppl_contact */
.ppl_contact_area {
  text-align: center;
  margin-bottom: 25px;
}
.ppl_contact_btn_link {
  position: relative;
  padding: var(--head-btn-radius_pc) 60px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #c865e2, #89b1ce);
  border: none;
  border-radius: calc(var(--head-btn-radius_pc) * 2);
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s;
}
.ppl_contact_btn_link::before {
  content: "";
  position: absolute;
  top: var(--line-margin_pc);
  left: var(--line-margin_pc);
  right: var(--line-margin_pc);
  bottom: var(--line-margin_pc);
  border: 1px solid #fff;
  border-radius: calc(var(--head-btn-radius_pc) * 2);
  pointer-events: none;
}
.ppl_contact_btn_link:hover {
  opacity: 0.8;
  color: #dddddd;
}
@media (max-width: 767px) {
  .ppl_contact_area {
    margin-bottom: 30px;
  }
  .ppl_contact_btn_link {
    padding: 5px 20px;
    font-size: 18px;
  }
  .ppl_contact_btn_link {
    padding: 20px 40px;
    font-size: 16px;
  }
  .ppl_contact_btn_link::before {
    border-radius: calc(var(--head-btn-radius_sp) * 2);
    top: var(--pr_btn_line-margin_sp);
    left: var(--pr_btn_line-margin_sp);
    right: var(--pr_btn_line-margin_sp);
    bottom: var(--pr_btn_line-margin_sp);
  }
}
/* ppl_footer */
.ppl_copy_right {
  padding: 15px 0;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
}
/* 404 */
.elp_page h1 {
  margin: 0px 0px 60px 0px;
  font-size: 25px;
  line-height: 1;
  color: #000;
}
.elp_page p {
  font-size: 16px;
  color: #202020;
  margin-bottom: 30px;
}
/* elp_page */
.elp_page {
  min-height: 88vh;
  padding: 25px 20px;
  background: url(../css/img/bg-5.jpg) center center / cover no-repeat;
}
.elp_container {
  max-width: 870px;
  margin: 0 auto;
  padding: 80px 65px;
}
.elp_ttl {
  font-size: 75px;
}
.elp_ttl_small {
  margin-left: 18px;
  font-size: 50px;
}
.elp_back_to_top {
  margin-bottom: 30px;
}
a.elp_button {
  color: #a176d8;
}
a.elp_button:hover {
  opacity: 0.8;
  color: #919191;
}
:root {
  --head-btn-radius_pc: 24px;
  --head-btn-radius_sp: 14px;
  --line-margin_pc: 4px;
  --line-margin_sp: 2px;
  --pr_btn_line-margin_sp: 3px;
}
.common_to_top_btn{
  position: relative;
  padding: var(--head-btn-radius_pc) 60px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #c865e2, #89b1ce);
  border: none;
  border-radius: calc(var(--head-btn-radius_pc)*2);
  cursor: pointer;
  overflow: hidden;
}
.common_to_top_btn:hover {
  opacity: 0.8;
  color: #dddddd;
}
.common_to_top_btn::before{
  content: "";
  position: absolute;
  top: var(--line-margin_pc);
  left: var(--line-margin_pc);
  right: var(--line-margin_pc);
  bottom: var(--line-margin_pc);
  border: 1px solid #fff;
  border-radius: calc(var(--head-btn-radius_pc)*2);
  pointer-events: none;
}
.ch_txt_pc{display: inline;}
.ch_txt_sp{display: none;}

@media (max-width: 767px) {
  .ch_txt_pc{display: none;}
  .ch_txt_sp{display: inline;}
  .common_to_top_btn{
    padding: 5px 20px;
    padding: var(--head-btn-radius_sp) 20px;
    font-size: 14px;
  }
  .common_to_top_btn::before{
    border-radius: calc(var(--head-btn-radius_sp)*2);
    top: var(--line-margin_sp);
    left: var(--line-margin_sp);
    right: var(--line-margin_sp);
    bottom: var(--line-margin_sp);
  }
}
@media (max-width: 600px) {
  .elp_page h1 {
    margin: 0px 0px 40px 0px;
    font-size: 20px;
  }
  .elp_ttl_small {
    font-size: 38px;
  }
  .elp_page p {
    font-size: 14px;
  }
  .elp_container {
    max-width: 600px;
    padding: 30px 16px;
  }
  .elp_ttl {
    font-size: 48px;
  }
}
.ppl_common_footer {
  width: 100%;
  height: auto;
}
.ppl_copy_right {
  padding: 25px 0 15px 0;
  background-color: #a88355;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .ppl_common_footer {
    position: unset;
  }
}
/* form */
.ppl_form_wrap {
  z-index: 2;
  position: relative;
  width: 80%;
  height: auto;
  max-width: 620px;
  min-height: calc(100vh - 306px);
  margin: 0px auto;
  padding: 55px 50px;
  background-color: #ffffffc2;
  border: 4px double #a176d8;
  border-radius: 5px;
  word-break: break-all;
}
.ppl_form_wrap h1 {
  margin: 0 0 24px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.ppl_input_form_txt {
  margin-bottom: 40px;
}
.ppl_input_form_txt p {
  font-size: 16px;
}
.ppl_input_form_items {
  width: 98%;
  margin: 0 auto 40px auto;
}
.ppl_form_wrap label {
  display: block;
}
.ppl_form_wrap input[type="text"],
.ppl_form_wrap input[type="email"],
.ppl_form_wrap input[type="tel"],
.ppl_form_wrap textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.ppl_form_wrap button {
  padding: 10px 20px;
  cursor: pointer;
}
.ppl_form_btn {
  text-align: center;
}
.ppl_form_submit_btn {
  background-color: #a176d8;
  border: 2px solid #9a69d8;
  box-shadow: 0 4px 0 #deeafa;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 80px;
  text-align: center;
}
.ppl_form_submit_btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.ppl_form_back_btn {
  margin-top: 25px;
}
.ppl_back_to_form_btn {
  padding: 12px 30px;
  text-align: center;
}
.ppl_form_back_to_top a {
  color: #a176d8;
}
.ppl_form_back_to_top a:hover {
  opacity: 0.8;
  color: #919191;
}
.ppl_form_back_to_top {
  margin-top: 25px;
}
.req_red {
  font-weight: 500;
  color: #e7003b;
}
.txt_bold {
  font-weight: bold;
}
.ppl_confirm_items p{
  margin-bottom: 30px;
}
.ppl_confirm_items p{
  font-size: 16px;
}
@media (max-width: 767px) {
  .ppl_form_wrap {
  width: 95%;
  height: auto;
  min-height: calc(100vh - 249px);
  max-width: none;
  margin: 0 auto;
  padding: 40px 25px 55px 25px;
  }
}
.ppl_input_form_error_text {
  width: 100%;
  border: 1px solid #e78c95;
  margin: 0px auto 20px auto;
  padding: 12px 10px;
  background-color: #ffeaec;
  font-weight: bold;
  line-height: 1.8;
  color: #e70017;
  -webkit-border-radius: 3px;
  text-align: left;
}
.ppl_form_container::after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 350px;
  height: 350px;
  top: 120px;
  left: calc( 50% - 670px*.5 - 350px*.5 );
  background: url("../img/deco-logo.png") center center / contain no-repeat;
}
@media (max-width: 767px) {
  .ppl_form_container::after {
    left: 40px;
    width: 300px;
    height: 300px;
  }
}
.grecaptcha-badge {
  z-index: 3;
}
.ppl_btn_top_head {
  margin: 0 0 0 10px;
}
.ppl_header_line_icon {
  width: 70px;
  height: auto;
  margin: 0 10px 0 auto;
}
.ppl_header_line_icon a {
  display: flex;
  height: 70px;
  border-radius: 5px;
  background: #00b900;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.ppl_header_line_icon a:hover {
  opacity: 0.8;
  color: #dddddd;
}
@media (max-width: 767px) {
  .ppl_header_line_icon {
    width: 50px;
  }
  .ppl_header_line_icon a {
    height: 48px;
    font-size: 14px;
  }
}