html {
  font-size: 5px;
}

.Lpc {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .Lpc {
    display: none;
  }
}

.L-inform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 6rem 0;
  gap: 7rem;
}

.L-inform.m0 {
  margin: 0;
  /* width: 100%; */
}

.L-inform .L-inform-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 8rem;
}

.L-inform-inner-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  margin-top: 32px;
}

@media screen and (max-width: 1000px) {
  .L-inform {
    margin: 6rem 4rem;
    flex-direction: column;
  }

  .L-inform .L-inform-box {
    flex-direction: column;
  }

  .L-inform-inner-row {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.L-inform .L-inform-title {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}

.L-inform .L-inform-title.w100 {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .L-inform .L-inform-title {
    width: 100%;
  }
}

.L-inform .L-inform-title h2 {
  font-size: 8rem;
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .L-inform .L-inform-title h2 {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    white-space: initial;
  }
}

.L-inform .L-inform-title h2 span {
  font-size: 5rem;
  font-weight: 700;
  margin: 0 3rem;
}

@media screen and (max-width: 1000px) {
  .L-inform .L-inform-title h3 {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
}

.L-inform .L-inform-title img {
  margin-left: 10rem;
  margin-bottom: 0;
  width: 66%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}

.L-inform .L-inform-title.w100 img {
  width: 100%;
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1000px) {
  .L-inform .L-inform-title img {
    width: 100%;
    margin-left: 0;
  }
}

.L-inform .L-inform-title p {
  font-size: 3rem;
  font-weight: 700;
  position: absolute;
  right: 0%;
  bottom: 0%;
}

.L-inform .L-inform-txt {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 1000px) {
  .L-inform .L-inform-txt {
    width: 100%;
  }
}

.L-inform .L-inform-txt h3 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 7rem;
}

.L-inform .L-inform-txt p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 7rem;
}

.L-inform-link-wrapper {
  width: 100%;
  padding: 24px;
  background-color: #ffecdd;
  border-radius: 8px;
}

.L-inform .L-inform-txt .L-inform-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  width: 90rem;
}

@media screen and (max-width: 1000px) {
  .L-inform .L-inform-txt .L-inform-link {
    width: auto;
  }
}

.L-inform .L-inform-txt .L-inform-link a {
  font-size: 3rem;
  font-weight: 700;
  background-color: #D9D9D9;
  border-radius: 4rem;
  padding: 1.5rem;
}

.L-step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 16rem 10rem;
}

@media screen and (max-width: 1000px) {
  .L-step {
    margin: 0;
  }
}

.L-step h2 {
  border: 14px solid #E7873C;
  font-size: 6rem;
  font-weight: 700;
  padding: 0 4rem;
}

@media screen and (max-width: 1000px) {
  .L-step h2 {
    font-size: 5rem;
    border: 7px solid #E7873C;
  }
}

.L-step h2 span {
  font-size: 14.5rem;
  font-weight: 900;
  color: #E7873C;
}

@media screen and (max-width: 1000px) {
  .L-step h2 span {
    font-size: 10rem;
  }
}

.L-step .L-step-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 15rem;
}

@media screen and (max-width: 1000px) {
  .L-step .L-step-box {
    flex-direction: column;
    gap: 6rem;
    margin-top: 0;
  }
}

.L-step .L-step-box .L-step-subtitle {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .L-step .L-step-box .L-step-subtitle {
    width: 100%;
  }
}

.L-step .L-step-box .L-step-subtitle .L-step-leftbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 1000px) {
  .L-step .L-step-box .L-step-subtitle .L-step-leftbox {
    flex-direction: row;
  }
}

.L-step .L-step-box .L-step-subtitle .L-step-leftbox p {
  font-size: 6rem;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .L-step .L-step-box .L-step-subtitle .L-step-leftbox p {
    flex-direction: row;
    font-size: 22px;
  }
}

.L-step .L-step-box .L-step-text {
  width: 55%;
  font-size: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5rem;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .L-step .L-step-box .L-step-text {
    width: 100%;
    gap: 16px;
  }
}

.L-step .L-step-box .L-step-text p {
  line-height: 4rem;
}

.L-step .L-step-box .L-step-text a {
  color: rgb(28, 160, 213);
}

.L-plan {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 6rem;
  padding: 0 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1000px) {
  .L-plan {
    padding: 0;
    margin-top: 3rem;
  }

  .L-plan.mt32 {
    margin-top: 32px;
    padding: 0 10px;
  }
}

.L-plan .L-plan-title {
  font-size: 6rem;
  font-weight: 700;
}

.L-plan .L-plan-cnt {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: solid 1px gray;
  border-radius: 4px;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt {
    overflow-x: auto;
    align-items: flex-start;
    padding: 0;
    margin-top: 4rem;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid gray;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox {
    width: 100%;
    justify-content: flex-start;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 {
  width: 33.3333333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  white-space: nowrap;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 {
    width: 40%;
    padding: 8px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25:first-child {
  align-items: flex-start;
}

/* サンプルボタン */
.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .btn_sumple {
  display: block;
  height: fit-content;
  font-size: 11px;
  width: fit-content;
  border-radius: 2px;
  background-color: antiquewhite;
  padding: 2px 4px;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .btn_sumple {
    display: block;
    height: fit-content;
    font-size: 11px;
    width: fit-content;
    border-radius: 2px;
    background-color: antiquewhite;
    padding: 2px 4px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 h3 {
    font-size: 13px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 p span {
  font-size: 3.6rem;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 p span {
    font-size: 13px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-noimg {
  width: 3rem;
  height: 3rem;
  padding: 3px;
  border-radius: 2px;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-noimg {
    width: 16px;
    height: 16px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-new {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fd3737;
  color: #fff;
  padding: 1px 3px;
  border-radius: 16px;
  position: absolute;
  top: -8px;
  left: -8px;
  font-size: 10px;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-new {
    left: 0;
  }
}

/* サンプル記事と注釈の横並び */
.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .LBlockInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .LBlockInner {}
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .LBlockInner span {
  white-space: nowrap;
  font-size: 11px;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .LBlockInner span {
    font-size: 9px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-plan-left {
  width: 100%;
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-plan-left {
    font-size: 11px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-gray {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 1rem;
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-gray img {
  width: 3rem;
  height: 3rem;
  padding: 3px;
  border-radius: 2px;
  background-color: rgba(147, 144, 144, 0.5019607843);
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-gray img {
    width: 16px;
    height: 16px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-blue {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 1rem;
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-blue img {
  width: 3rem;
  height: 3rem;
  padding: 3px;
  border-radius: 2px;
  background-color: #15BECE;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-blue img {
    width: 16px;
    height: 16px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-green {
  width: auto;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  gap: 1rem;
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-green img {
  width: 3rem;
  height: 3rem;
  padding: 3px;
  border-radius: 2px;
  background-color: #2CB573;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-green img {
    width: 16px;
    height: 16px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-gray-text {
  width: auto;
  padding: 6px 2rem 0;
  border-radius: 6px;
  background-color: rgba(147, 144, 144, 0.5019607843);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-gray-text {
    padding: 7px 4px 0 4px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-blue-text {
  width: auto;
  padding: 6px 2rem 0;
  border-radius: 6px;
  background-color: #15BECE;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-blue-text {
    padding: 7px 4px 0 4px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-green-text {
  width: auto;
  padding: 6px 2rem 0;
  border-radius: 6px;
  background-color: #2CB573;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .L-block25 .L-ckeck-green-text {
    padding: 7px 4px 0 4px;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .Lnormal {
  height: 25rem;
  padding-bottom: 4rem;
  padding-top: 8rem;
}

@media screen and (max-width: 1000px) {
  .L-plan .L-plan-cnt .L-plan-linebox .Lnormal {
    padding-top: 11rem;
  }
}

.L-plan .L-plan-cnt .L-plan-linebox .Lnormal p {
  font-size: 3rem;
  font-weight: 700;
}

.L-plan .L-plan-cnt .L-plan-linebox .Lgray {
  background-color: #D9D9D9;
  height: 25rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.L-plan .L-plan-cnt .L-plan-linebox .Lblue {
  background-color: #15BECE;
  height: 25rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  color: white;
}

.L-plan .L-plan-cnt .L-plan-linebox .Lgreen {
  background-color: #2CB573;
  height: 25rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  color: white;
}

.L-plan .L-plan-cnt .lcol {
  border-bottom: 2px solid gray;
}