.button__lp {
  width: 49%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 2.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 26, 56;
  letter-spacing: 0.1em;
  border-radius: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button__lp {
    width: 100%;
    height: 60px;
    font-size: 1.8rem;
  }
}
.button__lp:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  .button__lp:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.button__lp--white {
  color: #00519c;
  background-color: #fff;
  border: 5px solid #00519c;
}
@media screen and (max-width: 767px) {
  .button__lp--white {
    margin-bottom: 10px;
    border: 4px solid #00519c;
  }
}
.button__lp--white:hover {
  color: #fff;
  background-color: #00519c;
  border: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  .button__lp--white:hover {
    color: #00519c;
    background-color: #fff;
    border: 5px solid #00519c;
  }
}
.button__lp--blue {
  color: #fff;
  background-color: #00519c;
  border: 5px solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button__lp--blue {
    border: 4px solid #fff;
  }
}
.button__lp--blue::before {
  content: "";
  width: 32px;
  height: 26px;
  background: url("./public/img/icon/icon-message-white.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 52%;
  left: 23%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .button__lp--blue::before {
    display: none;
  }
}
.button__lp--blue:hover {
  color: #00519c;
  background-color: #fff;
  border: 5px solid #00519c;
}
.button__lp--blue:hover::before {
  background: url("./public/img/icon/icon-message-blue.svg") no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .button__lp--blue:hover {
    color: #fff;
    background-color: #00519c;
    border: 5px solid #fff;
  }
}
.button__lp-icon {
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button__lp-icon {
    padding-left: 32px;
  }
  .button__lp-icon::before {
    content: "";
    width: 24px;
    height: 20px;
    background: url("./public/img/icon/icon-message-white.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 54%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #181818;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
.header__logo {
  width: 11.45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.04% 0;
  background-color: #fff;
  border-bottom-right-radius: 18px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 24.27%;
    height: 75px;
  }
}
.header__logo-img {
  max-width: 135px;
  width: 61.36%;
}
.header__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.52%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .header__button-container {
    position: fixed;
    bottom: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 1;
  }
}
.header__button-container.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 180px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.59%;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 0;
  border: 3px solid #00519c;
  background-color: #fff;
  border-radius: 48px;
  max-height: 60px;
  color: #00519c;
  letter-spacing: 0.1em;
  line-height: 2.25em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header__button {
    max-width: 50%;
    border-radius: 0;
    margin: 0;
  }
}
.header__button:hover {
  background-color: #00519c;
  color: #fff;
  border-color: #00519c;
}
.header__button--blue {
  background-color: #00519c;
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .header__button--blue {
    border-color: #00519c;
  }
}
.header__button--blue:hover {
  background-color: #fff;
  color: #00519c;
  border-color: #00519c;
}
.header__button--contact::before {
  content: "";
  background-image: url("./public/img//mail-icon.svg");
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 14px;
  margin-right: 6.66%;
}
.header__button--contact:hover::before {
  background-image: url("./public/img//mail-icon-blue.svg");
}

.footer {
  text-align: center;
  padding: 20px 0;
  background-color: #64b72f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer__links {
  font-size: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__link-item {
  padding: 0 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__link-item {
    margin-bottom: 15px;
  }
}
.footer__bottom {
  padding-top: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.lp__banner {
  background-color: #65b72e;
  width: 94.79%;
  margin: 2.6% auto 0;
  border-radius: 48px;
  padding: 5.76% 3% 4.39%;
}
@media screen and (max-width: 767px) {
  .lp__banner {
    margin: 4% auto 0;
    border-radius: 16px;
    padding: 2.67% 0 8%;
  }
}
.lp__banner-wrap {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.lp__banner-buttons {
  width: 100%;
  padding-top: 4.21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__banner-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 4.21% 4% 0;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-text {
    padding: 0 4%;
  }
}
.lp__banner-text > span {
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff100;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .lp__banner-text > span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-text > span {
    font-size: 0.8rem;
  }
}
.lp__banner-text-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.lp__banner-text-upper .lp__banner-text {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper .lp__banner-text {
    text-align: right;
    padding-right: 13.33%;
  }
}
.lp__banner-text-upper .lp__banner-text::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #fff100;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper .lp__banner-text::before {
    display: none;
  }
}
.lp__banner-text-upper .lp__banner-text::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background-color: #fff100;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper .lp__banner-text::after {
    display: none;
  }
}
.lp__banner-text-upper p {
  color: #fff100;
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .lp__banner-text-upper p {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper p {
    font-size: 1.5rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper p::before {
    content: "";
    width: 3px;
    height: 20px;
    background-color: #fff100;
    left: -15px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper p::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #fff100;
    right: -15px;
    top: 0;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
.lp__banner-text-upper .big {
  font-size: 4.3rem;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .lp__banner-text-upper .big {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-text-upper .big {
    font-size: 2.3rem;
  }
}
.lp__banner-circle {
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 9.8% 10.5%;
  border-radius: 50%;
  background-color: #fff100;
  color: #65b72e;
}
@media screen and (max-width: 1440px) {
  .lp__banner-circle {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-circle {
    font-size: 2.1rem;
    border-radius: 0;
    margin-top: 10px;
    padding: 2.67% 17.3%;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}
.lp__banner-circle span {
  font-size: 3.12rem;
}
@media screen and (max-width: 1440px) {
  .lp__banner-circle span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-circle span {
    font-size: 1.5rem;
  }
}
.lp__banner-text-lower {
  padding-top: 3.5rem;
}
.lp__banner-text-lower p {
  color: #fff;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  line-height: 1.7692307692em;
}
@media screen and (max-width: 767px) {
  .lp__banner-text-lower p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-text-container {
    width: 100%;
  }
}
.lp__banner-highlight {
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #65b72e;
  background-color: #fff;
  line-height: 1em;
  padding: 15px 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .lp__banner-highlight {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-highlight {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 4% 25px;
  }
}
.lp__banner-graphics {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__banner-graphics {
    width: 80%;
    margin: 0 auto;
    padding-top: 32.5px;
  }
}
.lp__banner-graphics img {
  width: 100%;
}
.lp__banner-graphic-badge {
  position: absolute;
  right: 0;
  font-size: 3.1rem;
  text-align: center;
  font-weight: 700;
  color: #fff100;
  border: 3px solid;
  border-radius: 50%;
  width: 19rem;
  height: 19rem;
  background-color: #65b72e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -4.45%;
}
@media screen and (max-width: 767px) {
  .lp__banner-graphic-badge {
    font-size: 1.5rem;
    width: 95px;
    height: 95px;
    top: 0;
  }
}
.lp__banner-graphic-badge span {
  font-size: 4.3rem;
}
@media screen and (max-width: 767px) {
  .lp__banner-graphic-badge span {
    font-size: 2.15rem;
  }
}
.lp__banner-button {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00519c;
  background-color: #fff;
  border: 3px solid;
  border-radius: 40px;
  line-height: 1em;
  padding: 20px 100px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .lp__banner-button {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__banner-button {
    font-size: 1.8rem;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}
.lp__banner-button:hover {
  color: #fff;
  background-color: #00519c;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  .lp__banner-button:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lp__banner-button--contact {
  background-color: #00519c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp__banner-button--contact::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("./public/img/mail-icon.svg");
  background-position: center;
  background-size: cover;
  width: 3rem;
  height: 2.5rem;
  margin-right: 2rem;
  margin-top: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .lp__banner-button--contact::before {
    width: 2rem;
    height: 1.6rem;
    margin-right: 1rem;
  }
}
.lp__banner-button--contact:hover {
  color: #00519c;
  background-color: #fff;
}
.lp__banner-button--contact:hover::before {
  background-image: url("./public/img/mail-icon-blue.svg");
}
.lp__service-provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.56%;
}
@media screen and (max-width: 767px) {
  .lp__service-provider {
    padding: 5.33% 4%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.lp__service-provider .smbc-logo {
  width: 7.08%;
}
@media screen and (max-width: 767px) {
  .lp__service-provider .smbc-logo {
    padding-top: 5.6%;
    width: 24%;
    margin-right: 3.6rem;
  }
}
.lp__service-provider .gmo-payment-logo {
  width: 19.22%;
}
@media screen and (max-width: 767px) {
  .lp__service-provider .gmo-payment-logo {
    padding-top: 5.6%;
    width: 61.33%;
  }
}
.lp__service-provider span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp__service-provider span {
    width: 100%;
  }
}
.lp__service-provider > * {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .lp__service-provider > * {
    margin: 0;
  }
}
.lp__problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6.77% 3% 0;
}
@media screen and (max-width: 767px) {
  .lp__problem {
    padding: 21.33% 4% 0;
  }
}
.lp__problem-title-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 6.25%;
  padding-bottom: 3.33%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__problem-title-wrap {
    padding-bottom: 2.67%;
    margin-bottom: 18.67%;
  }
}
.lp__problem-title-wrap::before {
  content: "";
  width: 45%;
  height: 3px;
  bottom: 0;
  background-color: #181818;
  position: absolute;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .lp__problem-title-wrap::before {
    width: 70%;
  }
}
.lp__problem-title-wrap::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -7.5%;
  border: 3px solid #181818;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__problem-title-wrap::after {
    bottom: -8px;
    width: 15.5px;
    height: 15.5px;
  }
}
.lp__problem-title {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp__problem-title {
    font-size: 2.8rem;
  }
}
.lp__problem-title span {
  position: relative;
  color: #00519c;
}
.lp__problem-title span::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #00519c;
  border-radius: 50%;
  left: 35%;
  top: -20%;
}
@media screen and (max-width: 767px) {
  .lp__problem-title span::before {
    width: 0.4rem;
    height: 0.4rem;
    top: -10%;
  }
}
.lp__problem-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5%;
  margin-bottom: 9.58%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__problem-column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 9.33%;
    gap: 50px;
  }
}
.lp__problem-column-wrap::before {
  content: "";
  background-image: url("./public/img/problem-bg-graphic.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 445px;
  height: 223px;
  position: absolute;
  bottom: -20.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .lp__problem-column-wrap::before {
    width: 222.5px;
    height: 111.5px;
    bottom: -85px;
  }
}
.lp__problem-column {
  width: 49.17%;
  background-color: #f7f8f8;
  position: relative;
  padding: 6.25% 0 10px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .lp__problem-column {
    width: 100%;
    padding: 13.33% 0 16px;
  }
  .lp__problem-column:first-child {
    margin-bottom: 50px;
  }
}
.lp__problem-column-title {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -8.55%;
}
.lp__problem-column-title h3 {
  width: 93.22%;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 6.78% 0;
  background-color: #557d3a;
  border-radius: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp__problem-column-title h3 {
    font-size: 1.8rem;
    padding: 5.12% 0;
  }
}
.lp__problem-column-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #557d3a;
  bottom: -14px;
}
.lp__problem-column-graphic {
  width: 66.1%;
  height: 275px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__problem-column-graphic {
    height: auto;
  }
}
.lp__problem-list {
  width: 93.22%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp__problem-list {
    padding-top: 20px;
  }
}
.lp__problem-item {
  margin-bottom: 10px;
  background-color: #e3efdd;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding: 3px 9.09% 3px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .lp__problem-item {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__problem-item {
    font-size: 1.8rem;
    height: 75px;
    padding-right: 3%;
  }
}
.lp__problem-item p {
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp__problem-item .single {
  padding: 27px 0;
}
.lp__problem-checkmark {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 14.9%;
  width: 100%;
  margin-right: 5%;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lp__problem-checkmark {
    margin-right: 3%;
  }
}
.lp__problem-checkmark::before {
  content: "";
  width: 7px;
  height: 16px;
  color: #64b72f;
  border-right: 5px solid;
  border-bottom: 5px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .lp__problem-checkmark::before {
    width: 4px;
    height: 10px;
    border-right: 3px solid;
    border-bottom: 3px solid;
  }
}
.lp__solution {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .lp__solution {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__solution {
    max-width: 100%;
    padding: 0 5%;
  }
}
.lp__solution-title-wrap {
  padding-bottom: 8.33%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lp__solution-title-wrap {
    padding-bottom: 27.33%;
  }
}
.lp__solution-title-wrap::before {
  content: "";
  background-image: url("./public/img/solution-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 10%;
}
@media screen and (max-width: 767px) {
  .lp__solution-title-wrap::before {
    width: 34px;
    height: 16.5px;
    bottom: 13%;
  }
}
.lp__solution-title-wrap::after {
  content: "";
  background-image: url("./public/img/solution-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 5%;
}
@media screen and (max-width: 767px) {
  .lp__solution-title-wrap::after {
    width: 34px;
    height: 16.5px;
    bottom: 8%;
  }
}
.lp__solution-title-wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp__solution-title-wrap h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 2.3rem;
  }
}
.lp__solution-title-wrap h3 img {
  width: 30%;
  margin-left: 4.17%;
}
@media screen and (max-width: 767px) {
  .lp__solution-title-wrap h3 img {
    margin-left: 0;
    width: 41.6%;
    margin-top: 4%;
  }
}
.lp__solution-title-wrap h3 span {
  width: 100%;
  text-align: center;
  padding-top: 12.92%;
}
@media screen and (max-width: 767px) {
  .lp__solution-title-wrap h3 span {
    width: 70%;
    max-width: 255px;
    padding-top: 20%;
  }
}
.lp__solution-title-wrap h3 span.green {
  color: #63b62f;
}
.lp__solution-column-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lp__solution-column-wrap {
    margin-bottom: 60px;
  }
}
.lp__solution-column {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp__solution-column {
    width: 100%;
    margin-bottom: 4.67%;
  }
}
.lp__solution-column img {
  width: 100%;
}
.lp__solution-column p {
  padding-top: 6.03%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__solution-column p {
    padding-top: 2.67%;
    font-size: 1.3rem;
    width: 100%;
    min-width: 285px;
  }
}
.lp__tips {
  max-width: 1200px;
  width: 100%;
  margin: 9.58% auto 0;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .lp__tips {
    padding: 0 4%;
  }
}
.lp__tips-wrap {
  padding: 1.82% 4.95%;
  border-radius: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp__tips-wrap {
    padding: 8% 4%;
  }
}
.lp__tips-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lp__tips-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__tips-icon {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #64b72f;
  width: 170px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  padding-right: 20px;
  background-image: url("./public/img/tips-speech-bubble.svg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .lp__tips-icon {
    margin-right: 0;
    padding: 0 0 10px;
    width: 75px;
    height: 85px;
    font-size: 1.3rem;
    background-image: url("./public/img/tips-speech-bubble-sp.svg");
  }
}
.lp__tips-title {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp__tips-title {
    font-size: 2.8rem;
  }
}
.lp__tips-description {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.99% 0 2.49%;
}
@media screen and (max-width: 767px) {
  .lp__tips-description {
    font-size: 1.8rem;
    padding: 5.33% 0 8.7%;
  }
}
.lp__tips-illustration {
  width: 100%;
}
.lp__tips-illustration img {
  width: 100%;
}
.lp__intro-movie {
  background-color: #f7f8f8;
  margin-top: 6.25%;
  padding: 6.25% 0;
}
@media screen and (max-width: 767px) {
  .lp__intro-movie {
    margin-top: 12.53%;
    padding: 13.33% 0;
  }
}
.lp__intro-movie-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .lp__intro-movie-wrap {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-wrap {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-wrap {
    padding: 0 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__intro-movie-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background: #64b72f;
  padding: 20px 80px 25px 60px;
  max-height: 6rem;
  border-radius: 48px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-bubble {
    font-size: 1.8rem;
    padding: 10px 47.5px;
  }
}
.lp__intro-movie-bubble img {
  margin-right: 15px;
  width: 8%;
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-bubble img {
    width: 11%;
    margin-right: 10px;
  }
}
.lp__intro-movie-bubble::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 14px solid #64b72f;
  bottom: -14px;
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-bubble::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #64b72f;
    bottom: -7px;
  }
}
.lp__intro-movie-subheading {
  padding-top: 8%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-subheading {
    font-size: 1.3rem;
    padding-top: 17.5px;
  }
}
.lp__intro-movie-heading {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-heading {
    font-size: 2.8rem;
  }
}
.lp__intro-movie-media {
  width: 60.83%;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lp__intro-movie-media {
    margin-top: 60px;
    width: 100%;
    border: 2px solid #64b72f;
  }
}
.lp__intro-movie-media img {
  width: 100%;
}
.lp__point {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 120px auto;
}
@media screen and (max-width: 1200px) {
  .lp__point {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__point {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  .lp__point {
    margin: 80px auto;
  }
}
@media screen and (max-width: 767px) {
  .lp__point {
    margin: 50px auto;
  }
}
.lp__point-container:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lp__point-container:not(:last-child) {
    margin-bottom: 60px;
  }
}
.lp__point-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .lp__point-title-wrap {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__point-title-wrap--two {
  margin: 120px 0 45px;
}
@media screen and (max-width: 1200px) {
  .lp__point-title-wrap--two {
    margin: 80px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .lp__point-title-wrap--two {
    margin: 50px 0 36px;
  }
}
.lp__point-title {
  font: 4.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-left: 60px;
  letter-spacing: 0.1em;
  line-height: 1.4347826087em;
}
@media screen and (max-width: 1024px) {
  .lp__point-title {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lp__point-title {
    padding: 0;
    font-size: 2.8rem;
    text-align: center;
    margin-top: 30px;
  }
}
.lp__point-bubble {
  width: 150px;
  height: 150px;
  background: #64b72f;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__point-bubble {
    width: 75px;
    height: 75px;
  }
}
.lp__point-bubble::after {
  content: "";
  width: 34px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("./public/img/icon/icon-triangle-green.svg") no-repeat center;
}
@media screen and (max-width: 767px) {
  .lp__point-bubble::after {
    width: 17px;
    height: 12px;
    top: unset;
    right: 50%;
    bottom: -8px;
    background-size: 100%;
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
  }
}
.lp__point-bubble-text {
  color: #fff;
  font: 1.6rem "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .lp__point-bubble-text {
    font-size: 0.8rem;
  }
}
.lp__point-bubble-text--big {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .lp__point-bubble-text--big {
    font-size: 2.3rem;
  }
}
.lp__point-content-wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__point-content-wrap {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}
.lp__point-content-wrap .lp__point-content:first-child {
  width: 34%;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .lp__point-content-wrap .lp__point-content:first-child {
    width: 100%;
    padding: 0 0 23px;
  }
}
.lp__point-content-wrap .lp__point-content:nth-child(2) {
  width: 36%;
  padding: 0 30px;
  border-left: 5px dotted #557d3a;
  border-right: 5px dotted #557d3a;
}
@media screen and (max-width: 767px) {
  .lp__point-content-wrap .lp__point-content:nth-child(2) {
    width: 100%;
    padding: 23px 0;
    border: none;
    border-top: 5px dotted #557d3a;
    border-bottom: 5px dotted #557d3a;
  }
}
.lp__point-content-wrap .lp__point-content:last-child {
  width: 34%;
  padding: 0 50px;
}
@media screen and (max-width: 1200px) {
  .lp__point-content-wrap .lp__point-content:last-child {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .lp__point-content-wrap .lp__point-content:last-child {
    width: 100%;
    padding: 23px 0 0;
  }
}
.lp__point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp__point-content-star {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 30px;
  border: 2px solid #557d3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp__point-content-star {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .lp__point-content-icon {
    width: 16px;
    height: 16px;
  }
}
.lp__point-content-text {
  font: 2.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3846153846em;
}
@media screen and (max-width: 767px) {
  .lp__point-content-text {
    font-size: 1.8rem;
  }
}
.lp__point-content-text--green {
  color: #64b72f;
}
.lp__point-content-note {
  font: 1.6rem "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.25em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp__point-content-note {
    font-size: 1.3rem;
  }
}
.lp__point-content-note--bold {
  font-weight: 700;
}
.lp__point-diagram-container {
  padding: 40px 60px;
  border-radius: 20px;
  background-color: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-container {
    padding: 20px 5%;
    border-radius: 10px;
  }
}
.lp__point-diagram-container.mt22 {
  margin-top: 22px;
}
.lp__point-diagram-title {
  font: 2.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3846153846em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-title {
    font-size: 1.8rem;
  }
}
.lp__point-diagram-title--lg {
  font-size: 4.6rem;
  margin-bottom: 30px;
}
.lp__point-diagram-subtitle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.lp__point-diagram-case {
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 80px;
  width: 100%;
  height: 30px;
  color: #fff;
  padding: 2.5px 0;
  background-color: #64b72f;
  border-radius: 15px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp__point-diagram-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__point-diagram-wrapper {
  max-width: 780px;
  margin: 0 auto;
}
.lp__point-diagram-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__point-diagram-flex--salary {
  margin-top: unset;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-flex--salary {
    gap: 22.5px;
  }
}
.lp__point-diagram-img {
  max-width: 400px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-img {
    max-width: 100%;
  }
}
.lp__point-diagram-flow {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.lp__point-diagram {
  width: 49%;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 54px 40px 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram {
    width: 100%;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.lp__point-diagram-subtitle {
  color: #64b72f;
  font: 2.4rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5384615385em;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-subtitle {
    font-size: 1.6rem;
    line-height: unset;
  }
}
.lp__point-diagram-subtitle--lh {
  line-height: unset;
}
.lp__point-diagram-text {
  font: 1.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-text {
    font-size: 1.3rem;
  }
}
.lp__point-diagram-text--start {
  width: 100%;
  text-align: start;
  margin-bottom: unset;
}
.lp__point-diagram-precautions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-precautions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__point-diagram-head {
  width: 18%;
  font: 1.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625em;
}
@media screen and (max-width: 1200px) {
  .lp__point-diagram-head {
    width: 22%;
  }
}
@media screen and (max-width: 980px) {
  .lp__point-diagram-head {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-head {
    width: 100%;
    font-size: 1.3rem;
    margin: 10px 0 20px;
  }
}
.lp__point-diagram-list {
  width: 85%;
  padding-left: 30px;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-list {
    width: 100%;
    padding-left: 12px;
  }
}
.lp__point-diagram-item {
  font: 1.6rem "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-item {
    font-size: 1.3rem;
    padding-left: 18px;
  }
}
.lp__point-diagram-item::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #64b72f;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-item::before {
    top: 4px;
    width: 13px;
    height: 13px;
  }
}
.lp__point-diagram-salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp__point-diagram-salary:last-of-type {
  padding-left: 45px;
  border-left: 5px dotted #557d3a;
}
@media screen and (max-width: 767px) {
  .lp__point-diagram-salary:last-of-type {
    border-left: unset;
    border-top: 5px dotted #557d3a;
    padding-left: 0;
    padding-top: 22.5px;
  }
}
.lp__point-salary-icon {
  width: 87px;
  height: 75px;
}
.lp__point-salary-title {
  font: 700 2.6rem "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.3846153846em;
  letter-spacing: 0.1em;
  margin: 37px 0;
}
@media screen and (max-width: 767px) {
  .lp__point-salary-title {
    font-size: 18px;
  }
}
.lp__point-salary-title--salary-2 {
  margin: 20px 0;
}
.lp__point-salary-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp__point-salary-desc {
    font-size: 13px;
  }
}
.lp__point-step-content {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .lp__point-step-content {
    margin-top: 60px;
  }
}
.lp__point-step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp__point-step-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__point-step-wrap {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .lp__point-step-wrap {
    width: 100%;
  }
}
.lp__point-step-wrap--two {
  padding-left: 25px;
  border-left: 4px dotted #557d3a;
}
@media screen and (max-width: 767px) {
  .lp__point-step-wrap--two {
    border: none;
    margin-top: 30px;
    padding: 45px 0 0;
    border-top: 4px dotted #557d3a;
  }
}
.lp__point-step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.lp__point-step-title {
  font: 2.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp__point-step-title {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
.lp__point-step-title span {
  position: relative;
}
.lp__point-step-title span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp__point-step-title span::before {
    width: 4px;
    height: 4px;
    top: -6px;
  }
}
.lp__point-step-subtitle {
  color: #64b72f;
  font: 1.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__point-step-subtitle {
    font-size: 1.3rem;
  }
}
.lp__point-step-subtitle::before, .lp__point-step-subtitle::after {
  content: "";
  width: 3px;
  height: 24px;
  border-radius: 10px;
  top: 3%;
  left: -15px;
  background-color: #64b72f;
  position: absolute;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .lp__point-step-subtitle::before, .lp__point-step-subtitle::after {
    width: 2px;
    height: 20px;
  }
}
.lp__point-step-subtitle::after {
  left: unset;
  right: -15px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.lp__point-step {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  background-color: #f7f8f8;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .lp__point-step {
    padding: 3px;
    border-radius: 10px;
  }
}
.lp__point-step-text {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .lp__point-step-text {
    padding: 12px;
  }
}
.lp__point-step-text--white {
  background-color: #fff;
}
.lp__point-step-text--curve {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 767px) {
  .lp__point-step-text--curve {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.lp__point-step-no {
  color: #64b72f;
  font: 1.6rem "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp__point-step-no {
    font-size: 1.3rem;
    margin-right: 15px;
  }
}
.lp__point-step-desc {
  font: 1.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lp__point-step-desc {
    font-size: 1.3rem;
  }
}
.lp__common-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #64b72f;
}
@media screen and (max-width: 767px) {
  .lp__common-div {
    padding: 50px 5%;
  }
}
.lp__common-div--footer {
  padding-bottom: 0;
}
.lp__common-div-title {
  color: #fff;
  font: 2.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7692307692em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp__common-div-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.lp__button-wrap {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp__button-wrap {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__button-icon {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp__button-icon {
    width: 25px;
    height: 20px;
    margin-right: 10px;
  }
}
.lp__comparison {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 120px auto;
}
@media screen and (max-width: 1200px) {
  .lp__comparison {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__comparison {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  .lp__comparison {
    margin: 80px auto;
  }
}
@media screen and (max-width: 767px) {
  .lp__comparison {
    margin: 50px auto;
  }
}
.lp__comparison-title {
  font: 4.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2173913043em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lp__comparison-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.lp__comparison-title--green {
  color: #64b72f;
}
.lp__faq {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .lp__faq {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__faq {
    max-width: 100%;
    padding: 0 5%;
  }
}
.lp__faq-box {
  border-radius: 20px;
  margin-bottom: 120px;
  border: 4px solid #64b72f;
  padding: 120px 100px 70px;
}
@media screen and (max-width: 1200px) {
  .lp__faq-box {
    margin-bottom: 80px;
    padding: 100px 70px 60px;
  }
}
@media screen and (max-width: 767px) {
  .lp__faq-box {
    margin-bottom: 50px;
    padding: 50px 5% 45px;
  }
}
.lp__section-title {
  font: 4.6rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4347826087em;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__section-title {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}
.lp__section-title::after {
  content: "";
  height: 5px;
  width: 40px;
  background-color: #64b72f;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp__section-title::after {
    width: 60px;
    height: 7.5px;
  }
}
.lp__faq-container .lp__faq-wrap:last-child {
  border-bottom: 1px solid #e0e2e2;
}
.lp__faq-wrap {
  padding: 20px 0;
  border-top: 1px solid #e0e2e2;
}
.lp__faq-question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.lp__faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lp__faq-question-symbol {
  color: #557d3a;
  font: 1.6rem "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 1px 2px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #557d3a;
}
@media screen and (max-width: 1200px) {
  .lp__faq-question-symbol {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .lp__faq-question-symbol {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    margin: 2px 10px 0;
    padding: 0 0 1px 1px;
    border: 2px solid #557d3a;
  }
}
.lp__faq-question-title {
  width: 90%;
  font: 2.7rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 1200px) {
  .lp__faq-question-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lp__faq-question-title {
    font-size: 1.8rem;
  }
}
.lp__faq-answer-wrap {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp__faq-answer {
  font: 1.6rem "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.625em;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0 0 60px;
  background-color: #e3efdd;
}
@media screen and (max-width: 767px) {
  .lp__faq-answer {
    padding: 10px;
    font-size: 1.3rem;
    border-radius: 8px;
    margin: 8px 25px 0 30px;
  }
}
.lp__faq-question-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.lp__faq-question-caret.active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.lp__article {
  background-color: #fff;
}
.lp__article-wrap {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .lp__article-wrap {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__article-wrap {
    max-width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  .lp__article-wrap {
    padding: 70px 3%;
  }
}
@media screen and (max-width: 767px) {
  .lp__article-wrap {
    padding: 50px 5%;
  }
}
.lp__article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__article-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__article-content:hover {
  opacity: 0.6;
}


@media screen and (max-width: 767px) {
  .lp__article-content:hover {
    opacity: 1;
  }
}
.lp__article-thumbnail {
  width: 34%;
  height: 225px;
  border: 1px solid #9e9e9f;
}
@media screen and (max-width: 767px) {
  .lp__article-thumbnail {
    width: 100%;
    height: 195px;
    margin-bottom: 20px;
  }
}
.lp__article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp__article-desc {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .lp__article-desc {
    width: 100%;
  }
}
.lp__article-date {
  color: #9e9e9f;
  font: 1.6rem "Oswald", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .lp__article-date {
    font-size: 1.3rem;
    line-height: 1.5384615385em;
  }
}
.lp__article-title {
  font: 2rem "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .lp__article-title {
    font-size: 1.3rem;
  }
}
.lp__footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lp__footer-link-wrap {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp__footer-text {
  color: #fff;
  font: 1.2rem "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  padding: 0 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .lp__footer-text {
    font-size: 1.1rem;
  }
}
.lp__footer-text:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .lp__footer-text:hover {
    opacity: 1;
  }
}
.lp__footer-text--mid {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .lp__footer-text--mid {
    border: none;
  }
}
.lp__footer-text--copyright {
  line-height: 4.6666666667em;
}
@media screen and (max-width: 767px) {
  .lp__footer-text--copyright {
    padding: 0 4%;
    margin: 40px 0 20px;
    text-align: center;
    line-height: 1.4545454545em;
  }
}
.lp__footer-text--copyright:hover {
  opacity: 1;
}
.lp__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lp__modal.active {
  opacity: 1;
  visibility: visible;
}
.lp__modal-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp__modal-wrapper {
    width: 85%;
    height: 48vw;
  }
}
@media screen and (max-width: 767px) {
  .lp__modal-wrapper iframe {
    width: 100%;
    height: 100%;
  }
}
.lp__modal-wrapper .close {
  position: absolute;
  right: -2.5%;
  top: -6%;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lp__modal-wrapper .close {
    top: -25%;
  }
}

.bounce {
  position: relative;
  -webkit-animation: bounce;
          animation: bounce;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-100px);
            transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-7px);
            transform: scale(1, 1) translateY(-7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-100px);
            transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-7px);
            transform: scale(1, 1) translateY(-7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #557d3a;
}

.primary-bg {
  background: #557d3a;
}

.regular {
  font-weight: 400;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.br1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .br1200 {
    display: none;
  }
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}




/*-------------------------- ウェビナー追記 */
/* PC: 左下カード固定 */
.webinar-banner {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 300px;
  /* height: 200px; */
  /* border-radius: 5px; */
  background: #00519c;
  z-index: 1000;
  overflow: hidden;
  font-family: "Hiragino Sans", "Yu Gothic", "游ゴシック体", sans-serif;
}

.webinar-close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  color: white;
  line-height: 1;
}

.webinar-content {
  padding: 16px 14px 14px;
  text-align: center;
}

.webinar-text {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 12px;
  font-weight: 700;
  color: #ffffff;
}

.webinar-thumbnail {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  /* padding: 10px 20px; */
}

.webinar-thumbnail img {
  height: 100px;
  width: auto;
}

.webinar-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #64b72f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: opacity .2s ease;
}
.webinar-btn:hover { opacity: .9; }

/* モーション控えめ */
@media (prefers-reduced-motion: reduce) {
  .webinar-btn { transition: none; }
}

/* スマホ: 画面下にスリム固定バー（フル幅） */
@media (max-width: 767px) {
  .webinar-banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 240px;
    border-radius: 12px 12px 0 0;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-bottom: calc(env(safe-area-inset-bottom, 0) + 0px);
  }


  .webinar-text {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
  }

  /* サムネイルはスマホでは非表示（省スペース） */
  .webinar-thumbnail { display: none; }

  /* ボタンは小さめ＆親指タップ想定で高さは確保 */
  .webinar-btn {
    margin-left: auto;
    flex: 0 0 auto;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 8px;
  }

  .webinar-close {
    position: static;
    order: 3;
    margin-left: 6px;
    font-size: 20px;
  }
}

/* iOS等のセーフエリア考慮 */
@supports (padding: max(0px)) {
  @media (max-width: 767px) {
    .webinar-banner {
      padding-bottom: max(env(safe-area-inset-bottom), 0px);
    }
  }
}


/* 追記 */
.lp__article-content.media:hover {
  opacity: 1;
}

.lp__article-date.media {
  color: #181818;
  font-weight: 700;
}

.lp__article-title.media {
  font-size: 12px; font-weight: 500;
}

.lp__common-div.about {
  background-color: #ffffff;
  font-size: 16px;
}

.lp__common-div.about h2 {
  color: #181818;
}
.lp__common-div.about dl {
  max-width: 600px;
  width: 100%;
}

.lp__common-div.about dl dt,.lp__common-div.about dl dd{
  display: inline-block;
}

.lp__common-div.about dl dt {
  width: 30%;
  font-weight: 700;
}

.lp__common-div.about dl div{
  display:flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

@media (max-width: 767px) {
  .lp__common-div.about dl div,.lp__common-div.about dl dt,.lp__common-div.about dl dd{
    display: block;
  }
}

.lp__article-desc ul.media li {
  margin-left: 1.2rem;
  padding: 20px 0;
  border-bottom: 1px solid #9e9e9f;
  position: relative;
}

.lp__article-desc ul.media li:first-child {
  border-top: 1px solid #9e9e9f;
}

.lp__article-desc ul.media li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #64b72f;
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .lp__article-desc ul.media li::before {
    top: 24px;
    width: 13px;
    height: 13px;
  }
}

.lp__article-desc ul.media li dl {
  margin-left: 20px;
}

.lp__article-date.media .lp__article-thumbnail {
  width: 45%;
  height: auto;
}

.lp__article-date.media .lp__article-desc {
  width: 55%;
}

