body.no-scroll {
  overflow: hidden;
}
.BrPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .BrPc {
    display: none;
  }
}
.BrSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .BrSp {
    display: block;
  }
}
.header {
  position: fixed;
  width: 100%;
  height: 70px;
  padding-left: 28px;
  padding-right: 28px;
  top: 0;
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 0;
    padding-right: 25px;
  }
}
.header_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
  height: 100%;
  display: flex;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
  width: 203px;
}
@media screen and (max-width: 1038px) {
  .logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    width: 191px;
  }
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav-link {
  padding: 0 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 978px) {
  .nav-link {
    font-size: 13px;
  }
}
.nav-link:hover {
  color: #00bf86;
}
.nav-actions {
  margin-left: 90px;
  display: flex;
  gap: 18px;
}
.nav-actions-LINE {
  border-radius: 9999px;
  padding-left: 22px;
  padding-right: 22px;
  height: 38px;
  line-height: 38px;
  background: #00b900;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.nav-actions-LINE:hover {
  opacity: 0.8;
  transition: all 0.8s;
}
.nav-actions-Trial {
  border-radius: 9999px;
  padding-left: 22px;
  padding-right: 22px;
  height: 38px;
  line-height: 38px;
  background: linear-gradient(270deg, #f54f44 0%, #ff6b00 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.nav-actions-Trial:hover {
  opacity: 0.8;
  transition: all 0.8s;
}
.hamburger {
  margin-left: auto;
  display: none;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: #00bf86;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.menu.menu-visible {
  opacity: 1;
  visibility: visible;
}
.menu_inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 768px;
}
.menu-head {
  height: 70px;
  display: flex;
  align-items: center;
}
.menu-head-close {
  margin-left: auto;
  width: 20px;
}
.menu-nav-link {
  border-bottom: 1px solid #fff;
  padding: 0.75em 1em 0.75em 1.5em;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.menu-nav-actions {
  margin-top: 24px;
}
.menu-nav-actions-LINE {
  border-radius: 9999px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.05em;
  background: #00b900;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.menu-nav-actions-Trial {
  border-radius: 9999px;
  margin-top: 10px;
  padding-left: 7px;
  padding-right: 16px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.05em;
  background: linear-gradient(270deg, #f54f44 0%, #ff6b00 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.Fv {
  margin-top: 70px;
}
.Tool {
  padding-left: 16px;
  padding-right: 16px;
}
.Tool_Inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  max-width: 1071px;
}
@media screen and (max-width: 768px) {
  .Tool_Inner {
    padding-top: 0;
  }
}
.Reason {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .Reason {
    padding-left: 47px;
    padding-right: 47px;
  }
}
.Reason_Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-top: 37px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .Reason_Inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.Feature {
  background: url("../images/feature-bg.png") no-repeat center;
  background-size: cover;
}
.Feature_Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .Feature_Inner {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
}
.Feature-Headline {
  margin-left: auto;
  margin-right: auto;
  max-width: 573px;
}
.Feature-Card {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .Feature-Card {
    margin-top: 50px;
  }
}
.Feature-Card-Item {
  margin-left: auto;
  width: 87.8125%;
}
@media screen and (max-width: 768px) {
  .Feature-Card-Item {
    width: 100%;
  }
}
.Feature-Card-Item:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .Feature-Card-Item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.Feature-Card-Item:nth-child(2) {
  margin-left: 0;
}
.Cta {
  background: url("../images/cta-bg.webp") no-repeat center;
  background-size: cover;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .Cta {
    background: url("../images/cta-bg-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.Cta_Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  padding-top: 60px;
  padding-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .Cta_Inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.Cta-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
.Cta-Text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .Cta-Text {
    margin-top: 15px;
  }
}
.Cta-Actions {
  margin-top: 28px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .Cta-Actions {
    flex-wrap: wrap;
  }
}
.Service {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .Service {
    margin-top: 50px;
  }
}
.Service-Bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 30px 0px 0px 30px;
  width: 85.9375%;
  height: 100%;
  background: #d7ffe8;
}
@media screen and (max-width: 768px) {
  .Service-Bg {
    width: 84.1860465116%;
  }
}
.Service-DecorationTop {
  position: absolute;
  top: -63px;
  right: 37px;
  width: 202px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .Service-DecorationTop {
    top: -32px;
    right: 0;
    width: 120px;
  }
}
.Service-DecorationBottom {
  position: absolute;
  bottom: -13px;
  left: 37px;
  width: 202px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .Service-DecorationBottom {
    bottom: -32px;
    left: 0;
    width: 97px;
  }
}
.Service_Inner {
position
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .Service_Inner {
    padding-top: 50px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 50px;
  }
}
.Service-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 448px;
}
@media screen and (max-width: 768px) {
  .Service-Headline {
    width: 100%;
  }
}
.Service-Card {
  margin-top: 40px;
}
.Plan {
  position: relative;
  margin-top: 98px;
}
@media screen and (max-width: 768px) {
  .Plan {
    margin-top: 50px;
  }
}
.Plan-Bg {
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 0px 30px 30px 0px;
  width: 85.9375%;
  height: 100%;
  background: #d7ffe8;
}
@media screen and (max-width: 768px) {
  .Plan-Bg {
    width: 84.1860465116%;
  }
}
.Plan-DecorationTop {
  position: absolute;
  top: -10px;
  left: 92px;
  width: 69px;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 768px) {
  .Plan-DecorationTop {
    display: block;
  }
}
.Plan_Inner {
position
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-top: 52px;
  padding-bottom: 81px;
}
@media screen and (max-width: 768px) {
  .Plan_Inner {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
}
.Plan-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .Plan-Headline {
    max-width: 330px;
    width: 86.8421052632%;
  }
}
.Plan-Card {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .Plan-Card {
    flex-wrap: wrap;
  }
}
.Plan-Card-Item-Label {
  border-radius: 30px 30px 0 0;
  height: 70px;
  line-height: 70px;
  background: #00a876;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .Plan-Card-Item-Label {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}
.Plan-Card-Item-Box {
  border-radius: 0 0 30px 30px;
  border-bottom: 3px solid #00a876;
  border-left: 3px solid #00a876;
  border-right: 3px solid #00a876;
  padding-top: 30px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 54px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .Plan-Card-Item-Box {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.Plan-Card-Item-Box-Text {
  line-height: 1.6;
  text-align: center;
  color: #1a1a1a;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
}
.Plan-Card-Item-Box-Price {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.Plan-Card-Item-Box-Price.price1 {
  width: 224px;
}
@media screen and (max-width: 768px) {
  .Plan-Card-Item-Box-Price.price1 {
    width: 190px;
  }
}
.Plan-Card-Item-Box-Price.price2 {
  width: 253px;
}
@media screen and (max-width: 768px) {
  .Plan-Card-Item-Box-Price.price2 {
    width: 219px;
  }
}
.Plan-Card-Item-Box-Btn {
  margin-top: 30px;
}
.Flow {
  position: relative;
}
.Flow-Bg {
  position: absolute;
  top: 156px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Flow-Bg {
    top: 11px;
  }
}
.Flow_Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 549px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .Flow_Inner {
    padding-top: 50px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 50px;
  }
}
.Flow-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .Flow-Headline {
    width: 286px;
  }
}
.Flow-List {
  margin-top: 18px;
}
.Voice {
  background: url("../images/voice-bg.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .Voice {
    background: url("../images/voice-bg-sp.png") no-repeat center;
    background-size: cover;
  }
}
.Voice_Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1034px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .Voice_Inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.Voice-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .Voice-Headline {
    width: 140px;
  }
}
.Voice-Card {
  margin-top: 44px;
}
.Faq {
  padding-left: 25px;
  padding-right: 25px;
  background: #f5f5f5;
}
.Faq_Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .Faq_Inner {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.Faq-Headline {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .Faq-Headline {
    width: 168px;
  }
}
.Faq-List {
  width: 100%;
}
.Faq-List-Item {
  border-radius: 30px;
  padding: 30px;
  background: #fff;
}
.Faq-List-Item:nth-child(n+2) {
  margin-top: 30px;
}
.Faq-List-Item-Q {
  position: relative;
  padding-left: 80px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .Faq-List-Item-Q {
    padding-left: 70px;
    height: auto;
    line-height: 1.5;
  }
}
.Faq-List-Item-Q::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../images/faq-icon-q.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Faq-List-Item-Q-Title {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .Faq-List-Item-Q-Title {
    font-size: 19px;
  }
}
.Faq-List-Item-A {
  position: relative;
  margin-top: 20px;
  padding-left: 80px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .Faq-List-Item-A {
    padding-left: 70px;
    height: auto;
  }
}
.Faq-List-Item-A::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../images/faq-icon-a.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Faq-List-Item-A-Text {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .Faq-List-Item-A-Text {
    font-size: 15px;
    line-height: 1.6;
  }
}
.Devider {
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .Devider {
    height: 50px;
  }
}
.Contact {
  position: relative;
  background: #d7ffe8;
}
.Contact-Bg {
  position: absolute;
  top: -63px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Contact-Bg {
    top: -25px;
  }
}
.Contact_Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .Contact_Inner {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 150px;
  }
}
.Contact-Headline {
  margin-left: auto;
  margin-right: auto;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .Contact-Headline {
    width: 308px;
  }
}
.Contact-Form {
  margin-top: 28px;
  width: 100%;
}
.Contact-Form_Wrapper {
  border-radius: 30px;
  margin-top: 51px;
  padding: 70px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .Contact-Form_Wrapper {
    margin-top: 30px;
    padding: 30px;
  }
}
.Contact-Form-BtnBox {
  text-align: center;
}
.Contact-Form-Btn {
  margin-top: 30px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Btn {
    display: none;
  }
}
.Contact-Form-BtnSp {
  display: none;
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Contact-Form-BtnSp {
    display: block;
  }
}
.Contact-Form-Item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item {
    flex-wrap: wrap;
  }
}
.Contact-Form-Item:nth-child(n+2) {
  margin-top: 30px;
}
.Contact-Form-Item.isMessage {
  align-items: flex-start;
}
.Contact-Form-Item-Label {
  width: 100%;
  max-width: 206px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Label {
    max-width: none;
  }
}
.Contact-Form-Item-Label span {
  border-radius: 5px;
  margin-left: 10px;
  width: 40px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.Contact-Form-Item-Label span.isRequired {
  background: #00a876;
}
.Contact-Form-Item-Input {
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
  flex: 1;
  width: 100%;
  max-width: 320px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Input {
    margin-top: 20px;
    max-width: none;
  }
}
.Contact-Form-Item-Box {
  flex: 1;
  width: 100%;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Box {
    margin-top: 16px;
  }
}
.Contact-Form-Item-Textarea {
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 150px;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Textarea {
    margin-top: 10px;
  }
}
.Contact-Thanks {
  display: none;
}
.Contact-Thanks-Title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .Contact-Thanks-Title {
    font-size: 20px;
  }
}
.Contact-Thanks-Text {
  margin-top: 40px;
  text-align: center;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .Contact-Thanks-Text {
    margin-top: 25px;
    font-size: 14px;
  }
}
.Contact-Form-Item-Label + p {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 690px;
}
@media screen and (max-width: 1023px) {
  .Contact-Form-Item-Label + p {
    flex: none;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .Contact-Form-Item-Label + p {
    flex: 1;
    width: 100%;
  }
}
.sent .Contact-Form_Content {
  display: none;
}
.sent .Contact-Thanks {
  display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.sent .Contact-Text {
  display: none;
}
input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.1);
}
input:-moz-placeholder {
  color: rgba(0,0,0,0.1);
}
input::-moz-placeholder {
  color: rgba(0,0,0,0.1);
}
input:-ms-input-placeholder {
  color: rgba(0,0,0,0.1);
}
.hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
