@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Poppins:wght@500;600;700&display=swap");
html {
  font-size: 15px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  html {
    font-size: 11px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

#soeluLp_main a {
  text-decoration: none;
  line-height: 1.5;
}
#soeluLp_main a:hover {
  opacity: 0.7;
}

#soeluLp_main ul {
  padding: 0;
}

#soeluLp_main li {
  list-style: none;
  margin-top: 0;
  line-height: 1.5;
}
#soeluLp_main li::before {
  content: "";
}

#soeluLp_main div {
  margin-top: 0;
}

#soeluLp_main p {
  margin: 0;
  line-height: 1.5;
  color: #373737;
}

#soeluLp_main h1,
#soeluLp_main h2,
#soeluLp_main h3,
#soeluLp_main h4 {
  margin: 0;
  color: #373737;
}

#soeluLp_main img {
  vertical-align: middle;
}

#soeluLp_main button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.highlight_color {
  color: #f26b41 !important;
}

.anderline_yellow {
  background: linear-gradient(transparent 70%, #fff24d 70%) !important;
}

.hidden {
  visibility: hidden;
}

.display_side {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.display_vertical {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.display_scale {
  opacity: 1 !important;
  transform: scale(1) !important;
}

#soeluLp_main .contactButton {
  position: relative;
  z-index: 2;
  width: fit-content;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .contactButton {
    margin: 0 auto;
  }
}
#soeluLp_main .contactButton_link {
  color: #f26b41;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #f26b41;
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}
#soeluLp_main .contactButton_link > img {
  height: auto;
}
#soeluLp_main .contactButton_back {
  position: absolute;
  left: 0;
  height: auto;
  z-index: 0;
  width: 100%;
}

#soeluLp_main {
  position: relative;
}
#soeluLp_main .contact {
  padding: 0 35px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #373737;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .contact {
    padding: 0 25px 0 15px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .contact {
    padding: 15px;
  }
}
#soeluLp_main .contact_circle {
  background-color: #fff;
  border-radius: 50%;
  width: 168px;
  height: 168px;
  border: 4px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
  transform: translateY(-15px);
  margin-right: 25px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .contact_circle {
    width: 120px;
    height: 120px;
    padding: 15px;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .contact_circle {
    display: none;
  }
}
#soeluLp_main .contact_circle_text {
  font-size: 1.35rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #373737;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .contact_circle_text {
    font-size: 0.9rem;
  }
}
#soeluLp_main .contact_circle_text > span {
  color: #f26b41;
  font-size: 1.755rem;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .contact_circle_text > span {
    font-size: 1.2rem;
  }
}
#soeluLp_main .contact_text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .contact_text {
    font-size: 0.8rem;
  }
}
#soeluLp_main .contact_text > span {
  color: #f26b41;
}
#soeluLp_main .contact_link {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .contact_link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .contact_link {
    font-size: 1.8rem;
  }
}
#soeluLp_main .contact_link > span {
  margin-right: 12px;
}
#soeluLp_main .contact_link > img {
  width: 38px;
  height: auto;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .contact_link > img {
    width: 28px;
  }
}
#soeluLp_main .soeluLp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background-color: #fff;
  position: sticky;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_header {
    padding: 10px 25px;
  }
}
#soeluLp_main .soeluLp_header_logo {
  width: 200px;
  height: auto;
  padding-right: 10px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_header_logo {
    width: 150px;
  }
}
#soeluLp_main .soeluLp_header_menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_header_menu {
    display: none;
  }
}
#soeluLp_main .soeluLp_header_nav {
  padding-right: 1.4vw;
}
#soeluLp_main .soeluLp_header_lists {
  display: flex;
  align-items: center;
}
#soeluLp_main .soeluLp_header_list {
  padding: 0 1.4vw;
  border-right: 1px dashed rgba(0, 0, 0, 0.55);
}
#soeluLp_main .soeluLp_header_list:first-child {
  padding-left: 0;
}
#soeluLp_main .soeluLp_header_list:last-child {
  border-right: none;
}
#soeluLp_main .soeluLp_header_list > a {
  font-size: 1rem;
  font-weight: bold;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
}

#soeluLp_main .soeluLp_header_contact_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(https://simple-alpha.com/wp-content/themes/alpha2/img/new/soeluLp_button_back.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_header_contact_wrap::after {
    top: 12px;
  }
}

#soeluLp_main .soeluLp_header_contact {
  padding: 15px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
}
#soeluLp_main .soeluLp_header_contact:hover {
  transform: translateY(4px);
  opacity: 1;
}
#soeluLp_main .soeluLp_header_contact > img {
  width: 10px;
  margin-left: 10px;
}
#soeluLp_main .soeluLp_header_contact_back {
  bottom: -4px;
}
#soeluLp_main .soeluLp_header_bar {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #f26b41;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_header_bar {
    display: flex;
  }
}
#soeluLp_main .soeluLp_header_bar > span {
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: relative;
}
#soeluLp_main .soeluLp_header_bar > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: block;
}
#soeluLp_main .soeluLp_header_bar > span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: block;
  left: 0;
  bottom: -6px;
}
#soeluLp_main .soeluLp_back {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
#soeluLp_main .soeluLp_back.opened {
  display: block;
}
#soeluLp_main .soeluLp_menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  padding: 16px;
  transition: transform 0.5s;
  transform: translateX(100vw);
}
#soeluLp_main .soeluLp_menu.opened {
  transform: translateX(0);
}
#soeluLp_main .soeluLp_menu_close {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #f26b41;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
}
#soeluLp_main .soeluLp_menu_close > span {
  width: 15px;
  height: 2px;
  background-color: transparent;
  display: block;
  position: relative;
}
#soeluLp_main .soeluLp_menu_close > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: block;
  transform: rotate(45deg);
}
#soeluLp_main .soeluLp_menu_close > span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  display: block;
  left: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
#soeluLp_main .soeluLp_menu_nav {
  margin-bottom: 30px;
}
#soeluLp_main .soeluLp_menu_list {
  padding: 4px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.55);
  margin-bottom: 8px;
}
#soeluLp_main .soeluLp_menu_list > a {
  font-size: 1rem;
  font-weight: bold;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
}
#soeluLp_main .soeluLp_topView {
  position: relative;
  padding: 50px 20px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url(https://simple-alpha.com/wp-content/themes/alpha2/img/new/soeluLp_back.svg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_topView {
    padding: 25px 20px 40px;
    flex-direction: column;
  }
}
#soeluLp_main .soeluLp_topView_left {
  position: relative;
  z-index: 1;
  margin-right: 12px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_topView_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#soeluLp_main .soeluLp_topView_text_wrap {
  opacity: 0;
  transition: all 0.6s 0.3s;
  transform: translateX(-30px);
}
#soeluLp_main .soeluLp_topView_ask {
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
}
#soeluLp_main .soeluLp_topView_ask_text {
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  padding: 10px 20px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_topView_ask_text {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}
#soeluLp_main .soeluLp_topView_ask_text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff24d;
  transform: translate(4px, 4px);
  border-radius: 25px;
  z-index: -1;
}
#soeluLp_main .soeluLp_topView_ask > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#soeluLp_main .soeluLp_topView_title {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_topView_title {
    font-size: 2.9rem;
  }
}
#soeluLp_main .soeluLp_topView_highlight {
  color: #f26b41;
}
#soeluLp_main .soeluLp_topView_text {
  font-size: 0.9rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 440px;
  margin-bottom: 30px;
}
#soeluLp_main .soeluLp_topView_soudan {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
#soeluLp_main .soeluLp_topView_soudan_img {
  width: 15px;
  height: auto;
}
#soeluLp_main .soeluLp_topView_soudan_text {
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px;
}
#soeluLp_main .soeluLp_topView_soudan_text > span {
  color: #f26b41;
  background: linear-gradient(transparent 70%, #fff24d 70%);
  font-size: 1.43rem;
}
#soeluLp_main .soeluLp_topView_img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
#soeluLp_main .soeluLp_topView_img > img {
  width: 100%;
  height: auto;
}
#soeluLp_main .soeluLp_topView_contact {
  padding: 1em 1.4em;
  border-radius: 35px;
  font-size: 1.4rem;
}
#soeluLp_main .soeluLp_topView_contact:hover {
  transform: translateY(6px);
  opacity: 1;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_topView_contact:hover {
    transform: translateY(4px);
  }
}
#soeluLp_main .soeluLp_topView_contact > img {
  width: 15px;
  margin-left: 15px;
}
#soeluLp_main .soeluLp_topView_contact_back {
  bottom: -6px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_topView_contact_back {
    bottom: -4px;
  }
}
#soeluLp_main .soeluLp_topView_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#soeluLp_main .soeluLp_topView_triangle > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#soeluLp_main .soeluLp_intro {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background-image: url(https://simple-alpha.com/wp-content/themes/alpha2/img/new/soeluLp_pcsp.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_intro {
    padding: 40px 20px;
  }
}
#soeluLp_main .soeluLp_intro_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_intro_title > img {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_intro_title > img {
    width: 25px;
  }
}
#soeluLp_main .soeluLp_intro_title > h2 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  max-width: 400px;
  text-align: center;
  margin: 0 4px;
}
#soeluLp_main .soeluLp_intro_title span {
  color: #f26b41;
}
#soeluLp_main .soeluLp_intro_text_wrap {
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_intro_text {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_intro_text {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}
#soeluLp_main .soeluLp_intro_text:last-of-type {
  margin-bottom: 40px;
}
#soeluLp_main .soeluLp_intro_contact {
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_proposal {
  width: 100%;
  background-image: url(https://simple-alpha.com/wp-content/themes/alpha2/img/new/soeluLp_proposal_back.png);
  background-size: cover;
  background-position: center;
  padding: 90px 20px 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_proposal {
    padding: 45px 20px 30px;
  }
}
#soeluLp_main .soeluLp_proposal_left {
  width: 95px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateX(-30px);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_proposal_left {
    display: none;
  }
}
#soeluLp_main .soeluLp_proposal_left > img {
  width: 100%;
  height: auto;
}
#soeluLp_main .soeluLp_proposal_right {
  width: 120px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateX(30px);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_proposal_right {
    display: none;
  }
}
#soeluLp_main .soeluLp_proposal_right > img {
  width: 100%;
  height: auto;
}
#soeluLp_main .soeluLp_proposal_main {
  padding: 0 8px;
}
#soeluLp_main .soeluLp_proposal_title {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 25px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_proposal_title > img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_proposal_title > img {
    width: 12px;
  }
}
#soeluLp_main .soeluLp_proposal_title_text {
  padding: 0 25px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_proposal_title_text {
    font-size: 1.2rem;
  }
}
#soeluLp_main .soeluLp_proposal_title_text > span {
  color: #f26b41;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_proposal_title_text > br {
    display: none;
  }
}
#soeluLp_main .soeluLp_proposal_text {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 2;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_proposal_text {
    font-size: 0.8rem;
  }
}
#soeluLp_main .soeluLp_insideSEO {
  width: 100%;
  background-color: rgba(242, 107, 65, 0.05);
  padding: 90px 20px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_insideSEO {
    padding: 45px 20px;
  }
}
#soeluLp_main .soeluLp_insideSEO_top {
  width: 100%;
  max-width: 1100px;
  background-image: url(https://simple-alpha.com/wp-content/themes/alpha2/img/new/soeluLp_confetti.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 80%;
  margin: 0 auto 40px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_insideSEO_label {
  width: 388px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_insideSEO_label {
    width: 250px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_label {
    width: 200px;
  }
}
#soeluLp_main .soeluLp_insideSEO_label > img {
  width: 100%;
  height: auto;
}
#soeluLp_main .soeluLp_insideSEO_title {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}
#soeluLp_main .soeluLp_insideSEO_title > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  padding-right: 220px;
  background: linear-gradient(transparent 70%, #fff24d 70%);
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_insideSEO_title > h2 {
    font-size: 2.5rem;
    padding-right: 160px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_title > h2 {
    font-size: 2.2rem;
    padding-right: 120px;
  }
}
#soeluLp_main .soeluLp_insideSEO_title > h2 > span {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_insideSEO_title > h2 > span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_title > h2 > span {
    font-size: 2.6rem;
  }
}
#soeluLp_main .soeluLp_insideSEO_title > img {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 232px;
  height: auto;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_insideSEO_title > img {
    width: 172px;
    top: 60%;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_title > img {
    width: 130px;
  }
}
#soeluLp_main .soeluLp_insideSEO_text {
  font-size: 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
#soeluLp_main .soeluLp_insideSEO_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_insideSEO_contents {
    flex-direction: column;
    align-items: center;
  }
}
#soeluLp_main .soeluLp_insideSEO_content {
  position: relative;
  width: calc(100% / 2 - 12px);
  height: auto;
  display: flex;
  margin-bottom: 20px;
  transition: all 0.6s 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_insideSEO_content {
    max-width: 540px;
    width: 100%;
    margin-bottom: 30px;
  }
}
#soeluLp_main .soeluLp_insideSEO_content_inner {
  border-radius: 10px;
  width: 100%;
  padding: 30px 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_content_inner {
    padding: 20px 10px;
  }
}
#soeluLp_main .soeluLp_insideSEO_content_inner > img {
  width: 75px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_content_inner > img {
    width: 60px;
    margin-right: 12px;
  }
}
#soeluLp_main .soeluLp_insideSEO_content_main {
  width: 350px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_content_main {
    width: fit-content;
  }
}
#soeluLp_main .soeluLp_insideSEO_content_main_top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  height: 60px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_content_main_top {
    height: fit-content;
  }
}
#soeluLp_main .soeluLp_insideSEO_content_main_number {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_content_main_number {
    margin-right: 12px;
  }
}
#soeluLp_main .soeluLp_insideSEO_content_main_number > img {
  width: 53px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_insideSEO_content_main_number > img {
    width: 40px;
  }
}
#soeluLp_main .soeluLp_insideSEO_content_main_number > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  color: #f26b41;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#soeluLp_main .soeluLp_insideSEO_content_main_title {
  font-size: 1.34rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
#soeluLp_main .soeluLp_insideSEO_content_main > p {
  font-size: 0.87rem;
  font-family: "Noto Sans JP", sans-serif;
}
#soeluLp_main .soeluLp_insideSEO_content > img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  object-fit: cover;
  object-position: 100% 100%;
}
#soeluLp_main .soeluLp_outsideSEO {
  width: 100%;
  padding: 90px 20px 175px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO {
    padding: 45px 20px 88px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_label {
  width: 100%;
  max-width: 1100px;
  background-image: url(https://simple-alpha.com/wp-content/themes/alpha2/img/new/soeluLp_confetti_out.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 80%;
  margin: 0 auto 40px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_outsideSEO_label > img {
  display: block;
  width: 388px;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_label > img {
    width: 250px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_label > img {
    width: 200px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_title {
  font-size: 2.15rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 50px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_title {
    font-size: 1.75rem;
    max-width: 560px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_title {
    font-size: 1.45rem;
  }
}
#soeluLp_main .soeluLp_outsideSEO_title > span {
  color: #f26b41;
}
#soeluLp_main .soeluLp_outsideSEO_point {
  position: relative;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 65px;
  border: 2px solid #f26b41;
  border-radius: 6px;
  padding: 40px 0;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: scale(0.5);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_point {
    padding: 20px 0;
    max-width: 560px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_point {
    padding: 15px 4px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_point::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
  background-color: rgba(242, 107, 65, 0.08);
  z-index: 0;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_point::before {
    transform: translate(6px, 6px);
  }
}
#soeluLp_main .soeluLp_outsideSEO_point_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 160px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_point_top {
    width: 130px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_point_top {
    width: 100px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_point_top > img {
  width: 33px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_point_top > img {
    width: 23px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_point_top > img {
    width: 20px;
    margin-right: 4px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_point_top > p {
  font-size: 1.5rem;
  color: #f26b41;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_point_top > p {
    font-size: 1.3rem;
  }
}
#soeluLp_main .soeluLp_outsideSEO_point_text {
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_point_text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_point_text {
    font-size: 0.9rem;
  }
}
#soeluLp_main .soeluLp_outsideSEO_point_text > span {
  background: linear-gradient(transparent 70%, #fff24d 70%);
}
#soeluLp_main .soeluLp_outsideSEO_contents {
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_contents {
    margin-bottom: 40px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_content {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_content {
    flex-direction: column;
  }
}
#soeluLp_main .soeluLp_outsideSEO_content.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_content.reverse {
    flex-direction: column;
  }
}
#soeluLp_main
  .soeluLp_outsideSEO_content.reverse
  .soeluLp_outsideSEO_content_img_wrap {
  margin-right: 60px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main
    .soeluLp_outsideSEO_content.reverse
    .soeluLp_outsideSEO_content_img_wrap {
    margin-right: 0;
  }
}
#soeluLp_main
  .soeluLp_outsideSEO_content.reverse
  .soeluLp_outsideSEO_content_text_wrap {
  margin-right: 0;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateX(30px);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main
    .soeluLp_outsideSEO_content.reverse
    .soeluLp_outsideSEO_content_text_wrap {
    margin-bottom: 40px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_content:last-child {
  margin-bottom: 0;
}
#soeluLp_main .soeluLp_outsideSEO_content_text_wrap {
  max-width: 490px;
  margin-right: 60px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateX(-30px);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_content_text_wrap {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_content_hukidasi {
  position: relative;
}
#soeluLp_main .soeluLp_outsideSEO_content_hukidasi > img {
  width: 102px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_content_hukidasi > img {
    width: 70px;
  }
}
#soeluLp_main .soeluLp_outsideSEO_content_hukidasi > span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #f26b41;
  background: linear-gradient(transparent 70%, #fff24d 70%);
  line-height: 1;
}
#soeluLp_main .soeluLp_outsideSEO_content_title {
  font-size: 1.73rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_outsideSEO_content_title {
    font-size: 1.5rem;
  }
}
#soeluLp_main .soeluLp_outsideSEO_content_title > span {
  color: #f26b41;
}
#soeluLp_main .soeluLp_outsideSEO_content_text {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
#soeluLp_main .soeluLp_outsideSEO_content_img_wrap {
  flex: 1;
  position: relative;
  height: fit-content;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_outsideSEO_content_img_wrap {
    width: 440px;
    max-width: 100%;
    height: auto;
  }
}
#soeluLp_main .soeluLp_outsideSEO_content_img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
#soeluLp_main .soeluLp_outsideSEO_content_slash {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  object-fit: cover;
  object-position: 100% 100%;
}
#soeluLp_main .soeluLp_result {
  padding: 175px 20px 90px;
  background-color: rgba(242, 107, 65, 0.05);
  position: relative;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result {
    padding: 87.5px 20px 45px;
  }
}
#soeluLp_main .soeluLp_result_title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 80px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_result_title > span {
  padding: 10px 5px;
}
#soeluLp_main .soeluLp_result_title > span:first-child {
  border-bottom: 4px solid #f26b41;
  padding-left: 20px;
}
#soeluLp_main .soeluLp_result_title > span:last-child {
  border-bottom: 4px solid rgba(242, 107, 65, 0.75);
  padding-right: 20px;
}
#soeluLp_main .soeluLp_result_contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
#soeluLp_main .soeluLp_result_content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content {
    padding-bottom: 200px;
    margin-bottom: 70px;
    justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_content {
    padding-bottom: 30vw;
  }
}
#soeluLp_main .soeluLp_result_content:last-child {
  margin-bottom: 0;
}
#soeluLp_main .soeluLp_result_content.reverse {
  justify-content: flex-start;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content.reverse {
    justify-content: center;
  }
}
#soeluLp_main .soeluLp_result_content.reverse .soeluLp_result_content_img {
  right: 0;
  left: unset;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content.reverse .soeluLp_result_content_img {
    left: 50%;
  }
}
#soeluLp_main .soeluLp_result_content.reverse .soeluLp_result_content_inner {
  padding: 60px 0 50px 70px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content.reverse .soeluLp_result_content_inner {
    padding: 50px;
    padding-bottom: 150px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_content.reverse .soeluLp_result_content_inner {
    padding: 30px;
    padding-bottom: 30vw;
  }
}
#soeluLp_main .soeluLp_result_content_main {
  position: relative;
  width: 700px;
  max-width: 100%;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content_main {
    width: fit-content;
  }
}
#soeluLp_main .soeluLp_result_content_main > img {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#soeluLp_main .soeluLp_result_content_img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 630px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content_img {
    transform: translateX(-50%);
    left: 50%;
    max-width: 560px;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}
#soeluLp_main .soeluLp_result_content_img > img {
  width: 100%;
  height: auto;
}
#soeluLp_main .soeluLp_result_content_inner {
  background-color: #fff;
  padding: 60px 0 50px 250px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content_inner {
    padding: 50px;
    padding-bottom: 150px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_content_inner {
    padding: 30px;
    padding-bottom: 30vw;
  }
}
#soeluLp_main .soeluLp_result_content_title {
  font-size: 1.47rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
}
#soeluLp_main .soeluLp_result_content_link {
  font-size: 0.87rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #373737;
  margin-bottom: 25px;
  display: block;
}
#soeluLp_main .soeluLp_result_content_line {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content_line {
    justify-content: center;
  }
}
#soeluLp_main .soeluLp_result_content_line::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #f26b41;
}
#soeluLp_main .soeluLp_result_content_line::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: rgba(242, 107, 65, 0.75);
}
#soeluLp_main .soeluLp_result_content_rank {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content_rank {
    justify-content: center;
  }
}
#soeluLp_main .soeluLp_result_content_rank > img {
  width: 16px;
  height: auto;
}
#soeluLp_main .soeluLp_result_content_rank_text {
  font-size: 1.06rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
#soeluLp_main .soeluLp_result_content_rank_text > span {
  font-size: 1.46rem;
}
#soeluLp_main .soeluLp_result_content_rank:last-of-type {
  margin-bottom: 20px;
}
#soeluLp_main .soeluLp_result_content_text {
  font-size: 0.87rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  width: 370px;
  max-width: 100%;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_content_text {
    margin: 0 auto;
  }
}
#soeluLp_main .soeluLp_result_contact {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#soeluLp_main .soeluLp_result_point {
  position: relative;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 65px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: scale(0.5);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_point {
    max-width: 560px;
  }
}
#soeluLp_main .soeluLp_result_point_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 2px solid #f26b41;
  border-radius: 6px;
  padding: 40px 0;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_point_inner {
    padding: 20px 0;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_point_inner {
    padding: 15px 4px;
  }
}
#soeluLp_main .soeluLp_result_point_back {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_point_back {
    transform: translate(6px, 6px);
  }
}
#soeluLp_main .soeluLp_result_point_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 160px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_point_top {
    width: 130px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_point_top {
    width: 100px;
  }
}
#soeluLp_main .soeluLp_result_point_top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(242, 107, 65, 0.05);
  z-index: -1;
}
#soeluLp_main .soeluLp_result_point_top > img {
  width: 33px;
  height: auto;
  margin-right: 8px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_point_top > img {
    width: 23px;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_point_top > img {
    width: 20px;
    margin-right: 4px;
  }
}
#soeluLp_main .soeluLp_result_point_top > p {
  font-size: 1.5rem;
  color: #f26b41;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_point_top > p {
    font-size: 1.3rem;
  }
}
#soeluLp_main .soeluLp_result_point_text {
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_result_point_text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_result_point_text {
    font-size: 0.9rem;
  }
}
#soeluLp_main .soeluLp_result_point_text > span {
  background: linear-gradient(transparent 70%, #fff24d 70%);
}
#soeluLp_main .soeluLp_price {
  padding: 100px 20px 110px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_price {
    padding: 50px 20px 55px;
  }
}
#soeluLp_main .soeluLp_price_title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 80px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_price_title > span {
  padding: 10px 5px;
}
#soeluLp_main .soeluLp_price_title > span:first-child {
  border-bottom: 4px solid #f26b41;
  padding-left: 20px;
}
#soeluLp_main .soeluLp_price_title > span:last-child {
  border-bottom: 4px solid rgba(242, 107, 65, 0.75);
  padding-right: 20px;
}
#soeluLp_main .soeluLp_price_contents {
  display: flex;
  max-width: 1100px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 65px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_price_contents {
    flex-direction: column;
    align-items: center;
  }
}
#soeluLp_main .soeluLp_price_content {
  /* width: calc((100% -60px) / 3); */
  width: calc(33.33333% - 20px);
  transition: all 0.6s 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_price_content {
    width: 350px;
    max-width: 100%;
    margin-bottom: 40px;
    opacity: 1;
  }
}
#soeluLp_main .soeluLp_price_content_top {
  padding: 25px 0;
  border-radius: 10px 10px 0 0;
}
#soeluLp_main .soeluLp_price_content_text {
  display: flex;
  align-items: center;
  justify-content: center;
}
#soeluLp_main .soeluLp_price_content_text > img {
  width: 15px;
  height: auto;
}
#soeluLp_main .soeluLp_price_content_text > p {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 0 4px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_text > p {
    font-size: 1.5rem;
  }
}
#soeluLp_main .soeluLp_price_content_title {
  font-size: 1.73rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_title {
    font-size: 2rem;
  }
}
#soeluLp_main .soeluLp_price_content_main {
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 450px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_main {
    padding: 30px 0;
  }
}
#soeluLp_main .soeluLp_price_content_main_text {
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_main_text {
    font-size: 1.1rem;
  }
}
#soeluLp_main .soeluLp_price_content_main_big {
  font-size: 2.68rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_main_big {
    font-size: 3rem;
  }
}
#soeluLp_main .soeluLp_price_content_agreement {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_agreement {
    font-size: 1.3rem;
  }
}
#soeluLp_main .soeluLp_price_content_price {
  font-size: 1.73rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 80%;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_price {
    font-size: 2rem;
  }
}
#soeluLp_main .soeluLp_price_content_price_big {
  font-size: 3.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_price_big {
    font-size: 3.7rem;
  }
}
#soeluLp_main .soeluLp_price_content_implement {
  padding-top: 30px;
  font-size: 1.13rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_implement {
    font-size: 1.4rem;
  }
}
#soeluLp_main .soeluLp_price_content_comment {
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_comment {
    font-size: 1.1rem;
  }
}
#soeluLp_main .soeluLp_price_content_last {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: block;
  margin-top: 70px;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_price_content_last {
    font-size: 1.9rem;
  }
}
#soeluLp_main .soeluLp_price_content:first-child .soeluLp_price_content_top {
  background-color: #ff8a1d;
}
#soeluLp_main .soeluLp_price_content:first-child .soeluLp_price_content_main {
  border: 2px solid #ff8a1d;
}
#soeluLp_main
  .soeluLp_price_content:first-child
  .soeluLp_price_content_last::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  border-top: 12px solid #ff8a1d;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#soeluLp_main .soeluLp_price_content:nth-child(2) .soeluLp_price_content_top {
  background-color: #ff5a17;
}
#soeluLp_main .soeluLp_price_content:nth-child(2) .soeluLp_price_content_main {
  border: 2px solid #ff5a17;
}
#soeluLp_main
  .soeluLp_price_content:nth-child(2)
  .soeluLp_price_content_last::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  border-top: 12px solid #ff5a17;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#soeluLp_main .soeluLp_price_content:last-child .soeluLp_price_content_top {
  background-color: #f26b41;
}
#soeluLp_main .soeluLp_price_content:last-child .soeluLp_price_content_main {
  border: 2px solid #f26b41;
}
#soeluLp_main .soeluLp_compare {
  padding: 130px 20px 100px;
  background-color: rgba(242, 107, 65, 0.05);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_compare {
    padding: 65px 20px 50px;
  }
}
#soeluLp_main .soeluLp_compare_title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 60px;
  position: relative;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_compare_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 4px;
  background: linear-gradient(
    90deg,
    #f26b41 0%,
    #f26b41 50%,
    rgba(242, 107, 65, 0.75) 50%,
    rgba(242, 107, 65, 0.75) 100%
  );
}
#soeluLp_main .soeluLp_compare_text {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_compare_contents {
  display: flex;
  align-items: flex-end;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}
#soeluLp_main .soeluLp_compare_content {
  border-radius: 8px;
  background-color: #fff;
  margin-right: 10px;
}
#soeluLp_main .soeluLp_compare_content:last-child {
  margin-right: 0;
}
#soeluLp_main .soeluLp_compare_content_big {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_content_big {
    height: 100px;
  }
}
#soeluLp_main .soeluLp_compare_content_small {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_content_small {
    height: 50px;
  }
}
#soeluLp_main .soeluLp_compare_content_small:last-of-type {
  border-bottom: none;
}
#soeluLp_main .soeluLp_compare_content_small .batu {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_content_small .batu {
    width: 12px;
  }
}
#soeluLp_main .soeluLp_compare_content_small .sankaku {
  width: 17px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_content_small .sankaku {
    width: 14px;
  }
}
#soeluLp_main .soeluLp_compare_content_small .maru {
  width: 24.6px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_content_small .maru {
    width: 20px;
  }
}
#soeluLp_main .soeluLp_compare_content_small .nizyumaru {
  width: 24.6px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_content_small .nizyumaru {
    width: 20px;
  }
}
#soeluLp_main .soeluLp_compare_content_main {
  padding: 0 20px;
}
#soeluLp_main .soeluLp_compare_left {
  width: 180px;
  padding: 0 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_left {
    width: 120px;
  }
}
#soeluLp_main .soeluLp_compare_left .soeluLp_compare_content_big,
#soeluLp_main .soeluLp_compare_left .soeluLp_compare_content_small {
  color: #f26b41;
  font-size: 1.06rem;
  font-weight: bold;
}
#soeluLp_main .soeluLp_compare_middle {
  width: 197px;
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_middle {
    width: 180px;
  }
}
#soeluLp_main .soeluLp_compare_middle_head {
  background-color: #373737;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border-radius: 8px 8px 0 0;
  font-size: 1.13rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
#soeluLp_main .soeluLp_compare_top {
  width: 287px;
  flex-shrink: 0;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_top {
    width: 220px;
  }
}
#soeluLp_main .soeluLp_compare_top_head {
  background-color: #f26b41;
  color: #fff;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
#soeluLp_main .soeluLp_compare_top_head > img {
  width: 133px;
  height: auto;
}
@media screen and (max-width: 560px) {
  #soeluLp_main .soeluLp_compare_top_head > img {
    width: 120px;
  }
}
#soeluLp_main .soeluLp_compare_top .soeluLp_compare_content_big {
  font-size: 0.86rem;
  font-weight: 500;
}
#soeluLp_main .soeluLp_question {
  padding: 110px 20px 100px;
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_question {
    padding: 55px 20px 50px;
  }
}
#soeluLp_main .soeluLp_question_title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 60px;
  position: relative;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
#soeluLp_main .soeluLp_question_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 4px;
  background: linear-gradient(
    90deg,
    #f26b41 0%,
    #f26b41 50%,
    rgba(242, 107, 65, 0.75) 50%,
    rgba(242, 107, 65, 0.75) 100%
  );
}
#soeluLp_main .soeluLp_question_contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#soeluLp_main .soeluLp_question_content {
  border: 1px solid #f26b41;
  border-radius: 4px;
  padding: 25px 30px;
  margin-bottom: 10px;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 1060px) {
  #soeluLp_main .soeluLp_question_content {
    padding: 15px 20px;
  }
}
#soeluLp_main
  .soeluLp_question_content.opened
  .soeluLp_question_content_operator::after {
  display: none;
}
#soeluLp_main .soeluLp_question_content.opened .soeluLp_question_content_main {
  display: flex;
}
#soeluLp_main .soeluLp_question_content_head {
  display: flex;
  align-items: center;
  width: 100%;
}
#soeluLp_main .soeluLp_question_content_q {
  min-width: 26.6px;
  min-height: 26.6px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #f26b41;
  background-color: rgba(242, 107, 65, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}
#soeluLp_main .soeluLp_question_content_question {
  font-size: 1.13rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
#soeluLp_main .soeluLp_question_content_operator {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  position: relative;
  margin-left: auto;
  padding-left: 8px;
  cursor: pointer;
}
#soeluLp_main .soeluLp_question_content_operator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #f26b41;
}
#soeluLp_main .soeluLp_question_content_operator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #f26b41;
}
#soeluLp_main .soeluLp_question_content_main {
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #f26b41;
  align-items: flex-start;
  justify-content: flex-start;
}
#soeluLp_main .soeluLp_question_content_a {
  min-width: 26.6px;
  min-height: 26.6px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #373737;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}
#soeluLp_main .soeluLp_question_content_answer {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.soeluLp_contact {
  padding: 100px 20px;
  background-image: url(https://simple-alpha.com/wp-content/themes/alpha2/img/new/soeluLp_back_orange.svg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1060px) {
  .soeluLp_contact {
    padding: 50px 20px;
  }
}
.soeluLp_contact_main {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 100px 20px;
}
@media screen and (max-width: 1060px) {
  .soeluLp_contact_main {
    padding: 50px 20px;
  }
}
.soeluLp_contact_title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 100px;
  position: relative;
  transition: all 0.6s 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.soeluLp_contact_title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 4px;
  background: linear-gradient(
    90deg,
    #f26b41 0%,
    #f26b41 50%,
    rgba(242, 107, 65, 0.75) 50%,
    rgba(242, 107, 65, 0.75) 100%
  );
}
.soeluLp_contact_contents {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.soeluLp_contact_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .soeluLp_contact_content {
    flex-direction: column;
  }
}
.soeluLp_contact_content_label {
  font-size: 0.93rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 560px) {
  .soeluLp_contact_content_label {
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.soeluLp_contact_content_label > span {
  color: #f26b41;
}
.soeluLp_contact_content_item {
  width: 530px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .soeluLp_contact_content_item {
    width: 400px;
  }
}
@media screen and (max-width: 560px) {
  .soeluLp_contact_content_item {
    width: 100%;
  }
}
.soeluLp_contact_content_item input {
  width: 100%;
  height: 60px;
  background-color: #f5f7f7;
  margin-right: 10px;
  border: none;
  padding: 0.5em;
}
.soeluLp_contact_content_item input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Noto Sans JP",sans-serif;
}
@media screen and (max-width: 1060px) {
  .soeluLp_contact_content_item input {
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .soeluLp_contact_content_item input {
    height: 40px;
  }
}
.soeluLp_contact_content_item input:last-of-type {
  margin-right: 0;
}
.soeluLp_contact_content_item textarea {
  width: 100%;
  background-color: #f5f7f7;
  border: none;
  padding: 0.5em;
  height: 205px;
}
.soeluLp_contact_content_item textarea::placeholder {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Noto Sans JP",sans-serif;
}
.soeluLp_contact_submit {
  margin: 0 auto;
  width: 292px;
  height: 65px;
  border-radius: 33.3px;
  background-color: #373737;
  position: relative;
}
@media screen and (max-width: 560px) {
  .soeluLp_contact_submit {
    width: 195px;
    height: 43px;
  }
}
.soeluLp_contact_submit > input {
  color: #fff;
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 1.06rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

.soeluLp_contact_submit > input:hover {
  opacity: 0.7;
}

.soeluLp_contact_submit > img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}

.soeluLp_contact .wpcf7-form-control-wrap {
  width: 100%;
}

.l-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  max-width: 100%;
}

.l-main {
  margin: 0;
  padding: 0;
  border: none;
}

.dividerBottom {
  margin: 0;
  padding: 0;
}

#top .content {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.l-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  max-width: 100%;
}

.l-main {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.dividerBottom {
  margin: 0;
  padding: 0;
}

.content {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.l-wrapper .content > div {
  margin: 0;
  padding: 0;
}

.l-wrapper .content > br {
  display: none;
}

.l-wrapper .content > p {
  display: none;
}

.l-wrapper .content p {
  margin: 8px 0;
}

.soeluLp_info {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

#lpToTop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #f26b41;
    display: block;
    width: 40px;
    height: 40px;
}
#lpToTop:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-right: -6px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: .3s;
}


/*# sourceMappingURL=main.css.map */
