/* -------------- ownedlp style -------------- */
.page-id-2729 {
  font-family: 'Noto Sans JP';
  line-height: 1.8;
}

.page-id-2729 .head {
  display: none;
}

@media (max-width: 768px) {
  .ownedlp_sp_none {
    display: none;
  }
}

.ownedlp_button a {
  padding: 2rem;
}

.ownedlp_h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ownedlp_h2 {
    font-size: 1rem;
  }
}

.ownedlp_h2_big {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .ownedlp_h2_big {
    font-size: 1.5rem;
  }
}

.ownedlp_h2_small {
  font-size: 1.25rem;
  color: #E7380D;
  margin-bottom: 0.1rem;
}

.ownedlp_h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

.ownedlp_h3_small {
  font-size: 1rem;
  color: #E7380D;
  margin-bottom: 0.1rem;
}

p .ownedlp_line {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

p .ownedlp_strong {
  color: #E7380D;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  p .ownedlp_strong {
    font-size: 2rem;
  }
}

@media (max-width: 420px) {
  p .ownedlp_strong {
    font-size: 1.5rem;
  }
}

.ownedlp_arrow {
  margin: -40px 0 1em;
}

@media (min-width: 1200px) {
  .ownedlp_feature_content {
    max-width: 1140px;
  }
}

.page-id-2729 header {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5%;
  position: fixed;
  z-index: 1;
}

.ownedlp_header_img {
  width: 20%
}

.ownedlp_header_menu {
  width: 80%;
}

.ownedlp_header_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.ownedlp_header_menu a {
  padding: 1rem 2rem;
  text-decoration: none;
  color: #333333 !important;
  font-weight: bold;
}

.ownedlp_header_menu_btn a {
  font-size: 1.12rem;
  color: #fff !important;
  background: linear-gradient(90deg, #E7380D 0%, #FF5A03 100%) 0% 0%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  margin-left: 3rem;
  padding: 1rem 3rem;
}


.page-id-2729 .wp-block-cover {
  padding: 0;
  background: transparent linear-gradient(316deg, #FF8888 0%, #E7380D 100%) 0% 0% no-repeat padding-box;
  display: flex;
  height: 90vh;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .page-id-2729 .wp-block-cover {
    display: block;
    height: 60vh !important;
    font-size: 1.5rem;
  }
}

@media (max-width: 420px) {
  .page-id-2729 .wp-block-cover {
    height: 80vh !important;
    font-size: 1.5rem;
  }
}

.ownedlp_firstview_strong {
  font-size: 3.45rem;
}

@media (max-width: 768px) {
  .ownedlp_firstview_strong {
    font-size: 2.25rem !important;
  }
}

@media (max-width: 420px) {
  .ownedlp_firstview_strong {
    font-size: 2rem !important;
  }
}

.ownedlp_firstview_left {
  margin: 5%;
  width: 50%;
}

@media (max-width: 768px) {
  .ownedlp_firstview_left {
    width: 100%;
    margin: 10% 5%;
  }
}

@media (max-width: 420px) {
  .ownedlp_firstview_left {
    width: auto;
  }
}

.ownedlp_firstview_left_btn a {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  padding: 1rem 3rem;
  margin: 3rem 0 0;
}

@media (max-width: 768px) {
  .ownedlp_firstview_left_btn a {
    margin: 1rem 0 0;
  }
}

@media (max-width: 420px) {
  .ownedlp_firstview_left_btn a {
    font-size: 1rem;
  }
}

.ownedlp_firstview_right {
  width: 50%;
}

.ownedlp_firstview_right::before {
  content: '';
  width: 50%;
  height: 100%;
  background: url(https://www.proposal.pin-japan.com/wp-content/uploads/2021/10/ownedlp_top.jpg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
}

@media (max-width: 768px) {
  .ownedlp_firstview_right::before {
    width: 100%;
    top: auto;
    right: auto;
  }
}



.ownedlp_problem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ownedlp_problem img {
  width: 23%;
}

@media (max-width: 768px) {
  .ownedlp_problem img {
    width: 24%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 420px) {
  .ownedlp_problem img {
    width: 46%;
    margin-bottom: 2rem;
  }
}

.ownedlp_resolve_wrapper {
  padding: 2rem;
}

@media (max-width: 420px) {
  .ownedlp_resolve_wrapper {
    padding: 1rem;
  }
}

.ownedlp_resolve {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .ownedlp_resolve {
    display: block;
  }
}

@media (max-width: 768px) {
  .ownedlp_resolve {
    padding: 1rem 0;
  }
}

.ownedlp_resolve_content {
  width: 48%;
  padding: 1rem;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .ownedlp_resolve_content {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .ownedlp_resolve_content {
    padding: 0;
    font-size: 1rem;
  }
}

.ownedlp_content_role {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ownedlp_content_role_text {
  width: 48%;
}

@media (max-width: 768px) {
  .ownedlp_content_role_text {
    width: 100%;
  }
}

.ownedlp_content_role_img {
  width: 48%;
}

@media (max-width: 768px) {
  .ownedlp_content_role_img {
    width: 100%;
  }
}

.ownedlp_content_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .ownedlp_content_point {
    display: block;
    margin-bottom: 3rem;
  }
}

.ownedlp_content_point:nth-child(2n+1) {
  flex-direction: row;
}

.ownedlp_content_point:nth-child(2n) {
  flex-direction: row-reverse;
}

.ownedlp_content_point_content {
  width: 48%;
}

@media (max-width: 768px) {
  .ownedlp_content_point_content {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.ownedlp_content_point_card {
  padding: 1rem;
  background: #fff;
  border: 2px solid #C6C6C6;
}

.ownedlp_content_point_img {
  width: 48%;
}

@media (max-width: 768px) {
  .ownedlp_content_point_img {
    width: 100%;
  }
}

.ownedlp_content_point_text {
  margin-left: 1em;
  text-indent: -1em;
}

.ownedlp_contentlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.ownedlp_contentlist_content {
  width: 30%;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 7px #0000001A;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .ownedlp_contentlist_content {
    width: 46%;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 420px) {
  .ownedlp_contentlist_content {
    padding: 1rem;
    font-size: 1rem;
  }
}

.ownedlp_contentlist_content img {
  width: 150px;
  margin-bottom: 2rem;
}

.ownedlp_case_card {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #0000001A;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.ownedlp_case_number {
  background: #E7380D;
  padding: 0 2rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

.ownedlp_case_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 1.5rem 2rem;
}

@media (max-width: 768px) {
  .ownedlp_case_content {
    display: block;
  }

  .ownedlp_case_content p {
    margin: 0;
  }
}

.ownedlp_case_content_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .ownedlp_case_content_title {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 420px) {
  .ownedlp_case_content_title {
    font-size: 1.25rem;
  }
}

.ownedlp_case_content_title img {
  width: 100px;
  height: fit-content;
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .ownedlp_case_content_title img {
    width: 80px;
  }
}

.ownedlp_case_content_text {
  width: 50%;
  border-left: 1px solid #C6C6C6;
}

@media (max-width: 768px) {
  .ownedlp_case_content_text {
    width: 100%;
    border-left: none;
    border-top: 1px solid #C6C6C6;
  }
}

.ownedlp_case_content_text p {
  padding: 1rem 2rem;
  margin: 0;
}

@media (max-width: 768px) {
  .ownedlp_case_content_text p {
    padding: 1rem 0rem;
  }
}

.ownedlp_companylist {
  padding: 0rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .ownedlp_companylist {
    padding: 0rem 3rem;
  }
}

@media (max-width: 420px) {
  .ownedlp_companylist {
    display: block;
    padding: 0rem 2rem;
  }
}

.ownedlp_companylist_content {
  width: 33%;
}

@media (max-width: 768px) {
  .ownedlp_companylist_content {
    width: 30%;
  }
}

@media (max-width: 420px) {
  .ownedlp_companylist_content {
    width: 100%;
  }
}

.ownedlp_companylist_top {
  font-size: 0.8rem;
  color: #E7380D;
  vertical-align: text-bottom;
}

.ownedlp_feature_card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}

.ownedlp_feature_card:nth-child(2n+1) {
  flex-direction: row;
}

@media (max-width: 420px) {
  .ownedlp_feature_card:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
}

.ownedlp_feature_card:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 420px) {
  .ownedlp_feature_card:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.ownedlp_feature_content {
  width: 46%;
}

@media (max-width: 420px) {
  .ownedlp_feature_content {
    width: 100%;
  }
}

.ownedlp_feature_content_point {
  font-size: 1.25rem;
  color: #E01F06;
  margin: 0;
}

.ownedlp_feature_content_title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .ownedlp_feature_content_title {
    font-size: 2rem;
  }
}

@media (max-width: 420px) {
  .ownedlp_feature_content_title {
    font-size: 1.8rem;
  }
}

.ownedlp_feature_content_text {
  font-size: 1.25rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .ownedlp_feature_content_text {
    font-size: 1rem;
  }
}

.ownedlp_feature_content_img {
  width: 46%;
}

@media (max-width: 420px) {
  .ownedlp_feature_content_img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.ownedlp_feature_content_img img {
  width: auto;
  height: 380px;
}

@media (max-width: 768px) {
  .ownedlp_feature_content_img img {
    height: 240px;
  }
}

.ownedlp_qa_q_content {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.45rem;
  color: #333333;
  margin-left: 1.5em;
  text-indent: -1.45em;
}

@media (max-width: 768px) {
  .ownedlp_qa_q_content {
    font-size: 1rem;
  }
}

.ownedlp_qa_a_content {
  font-size: 1.3rem;
  margin-left: 1.5em;
  text-indent: -1.45em;
}

@media (max-width: 768px) {
  .ownedlp_qa_a_content {
    font-size: 1rem;
  }
}

.ownedlp_qa_q {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #E7380D;
}

@media (max-width: 768px) {
  .ownedlp_qa_q {
    font-size: 1.25rem;
  }
}

.ownedlp_qa_a {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #C6C6C6;
}

@media (max-width: 768px) {
  .ownedlp_qa_a {
    font-size: 1.25rem;
  }
}

@media (max-width: 420px) {
  .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    font-size: 1rem;
    width: 100%;
  }
}
