.main {
  overflow: hidden;
  padding-bottom: 12.9rem;
}
@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 7rem;
  }
}

.co-lp-mv {
  overflow: hidden;
  height: 72.8rem;
  background: url(../images/lp/kv-co.webp) no-repeat right top/auto 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .co-lp-mv {
    background: url(../images/lp/kv-co-sp.webp) no-repeat center top/cover;
    height: 52rem;
  }
}
.co-lp-mv-inner {
  position: relative;
  margin-top: 28rem;
  height: 25rem;
  width: 81.3rem;
  padding-left: 12%;
  background-color: rgba(255, 103, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .co-lp-mv-inner {
    display: none;
  }
}
.co-lp-mv-inner::before {
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 103, 0, 0.3);
}
.co-lp-mv-inner::after {
  top: 0;
  z-index: -1;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 103, 0, 0.8);
}
.co-lp-mv-title {
  position: relative;
  padding-top: 6rem;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}
.co-lp-mv-sub {
  position: relative;
  margin-top: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.8rem;
  height: 4rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FF6700;
}

.sp-bnr {
  display: none;
  height: 11rem;
  background-color: #FF6700;
}
@media screen and (max-width: 768px) {
  .sp-bnr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
  }
}
.sp-bnr .sp-bnr-1,
.sp-bnr .sp-bnr-2 {
  width: 18.4rem;
}
.sp-bnr .sp-bnr-1 img,
.sp-bnr .sp-bnr-2 img {
  width: 100%;
}

.reason {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  .reason {
    margin-top: 13.5rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
.reason-inner {
  position: relative;
  background-color: #FFF2E9;
  padding-bottom: 14.6rem;
}
@media screen and (max-width: 768px) {
  .reason-inner {
    padding-bottom: 7.5rem;
  }
}
.reason-wrap {
  width: 100%;
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .reason-wrap {
    top: -4.8rem;
  }
}
.reason-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF6700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason-title {
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
}
.reason-title span {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF6700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason-title span {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.reason-subt {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .reason-subt {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: -0.4rem;
  }
}
.reason-items {
  padding-top: 20rem;
  gap: 10.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .reason-items {
    padding-top: 11.6rem;
    gap: 8.7rem;
  }
}
.reason-item {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .reason-item {
    flex-direction: column;
    gap: 3.4rem;
  }
}
.reason-item::before {
  margin-left: -12.4rem;
  content: "";
  display: block;
  min-width: 57rem;
  width: 57rem;
  height: 35rem;
  background: url(../images/lp/reason-co-1.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .reason-item::before {
    height: 22.9rem;
    width: 34.4rem;
    min-width: 34.3rem;
    margin-left: -5rem;
    background: url(../images/lp/reason-co-sp-1.webp) no-repeat center center/contain;
  }
}
.reason-item:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reason-item:nth-child(2) {
    flex-direction: column;
  }
}
.reason-item:nth-child(2)::before {
  margin-left: 0;
  margin-right: -12.4rem;
  background: url(../images/lp/reason-co-2.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .reason-item:nth-child(2)::before {
    margin-right: -5rem;
    background: url(../images/lp/reason-co-sp-2.webp) no-repeat center center/contain;
  }
}
.reason-item:nth-child(3)::before {
  margin-left: -12.4rem;
  background: url(../images/lp/reason-co-3.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .reason-item:nth-child(3)::before {
    margin-left: -5rem;
    background: url(../images/lp/reason-co-sp-3.webp) no-repeat center center/contain;
  }
}
.reason-p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 64rem;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .reason-p {
    width: 29.3rem;
    gap: 0.9rem;
  }
}
.reason-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FF6700;
}
@media screen and (max-width: 768px) {
  .reason-ttl {
    font-size: 2.2rem;
    line-height: 3.2rem;
    text-align: center;
  }
}
.reason-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
}
@media screen and (max-width: 768px) {
  .reason-txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.sv {
  margin-top: 22rem;
  background: url(../images/lp/sv-co.webp) no-repeat center center/cover;
  width: 100%;
  height: 42rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sv {
    margin-top: 41.3rem;
    height: 30rem;
    background: url(../images/lp/sv-co-sp.webp) no-repeat center center/cover;
  }
}
.sv-2 {
  background: url(../images/lp/tv-co.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sv-2 {
    background: url(../images/lp/tv-co-sp.webp) no-repeat center center/cover;
    margin-top: 31.5rem;
  }
  .sv-2 .sv-title {
    height: 6.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sv-2 .sv-title {
    height: 9.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sv-2 .sv-subt {
    margin-top: 2.9rem;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .sv-2 .sv-txt {
    margin-top: 1rem;
  }
}
.sv-inner {
  top: -6.8rem;
  position: absolute;
  background-color: rgba(255, 103, 0, 0.9);
  width: 83.7rem;
  height: 42rem;
  padding-right: 2.4rem;
  padding-left: clamp(2.4rem, 10%, 15rem);
}
@media screen and (max-width: 768px) {
  .sv-inner {
    top: -28.4rem;
    margin-right: 2.5rem;
    margin-left: 2.5rem;
    width: 34.3rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    height: auto;
    padding-top: 2.7rem;
    padding-bottom: 4.5rem;
  }
}
.sv-inner-2 {
  width: 73.5rem;
}
@media screen and (max-width: 768px) {
  .sv-inner-2 {
    width: 34.3rem;
    top: -22rem;
  }
}
.sv-title {
  margin-top: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  height: 6.4rem;
  width: 61.5rem;
  letter-spacing: -0.03em;
  text-align: center;
  border: 2px solid #fff;
  background-color: #FF2A00;
}
.sv-title-2 {
  width: 43.3rem;
}
@media screen and (max-width: 768px) {
  .sv-title {
    text-align: left;
    justify-content: flex-start;
    padding-left: 3rem;
    line-height: 1.26;
    height: 12.2rem;
    font-size: 2.6rem;
    margin-top: 0;
    width: 100%;
  }
}
.sv-subt {
  margin-top: 3.3rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sv-subt {
    margin-top: 2.5rem;
    font-size: 2.4rem;
    line-height: 1.45;
  }
}
.sv-txt {
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
  color: #fff;
  width: 61.5rem;
}
@media screen and (max-width: 768px) {
  .sv-txt {
    margin-top: 0.4rem;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.sv-txt-2 {
  width: 53.5rem;
}
@media screen and (max-width: 768px) {
  .sv-txt-2 {
    width: 100%;
  }
}
.sv-desc {
  margin-top: 3.3rem;
  font-size: 1.8rem;
  line-height: 1.9;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sv-desc {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }
}

.curriculum {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .curriculum {
    margin-top: 8.4rem;
  }
}
.curriculum-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 5rem;
  color: #FF6700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .curriculum-ttl {
    font-size: 2.6rem;
  }
}
.curriculum-disc {
  margin-top: 0.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .curriculum-disc {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.curriculum-wrap {
  margin-top: 6.5rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  overflow: hidden;
}
.curriculum-list {
  width: 64.8rem;
  min-width: 64.8rem;
}
@media screen and (max-width: 768px) {
  .curriculum-list {
    width: 100%;
    min-width: unset;
  }
}
.curriculum-list li {
  margin-left: 5.5rem;
  width: 91.5%;
  height: 17.9rem;
  border: 0.3rem solid #FF6700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 9.7rem;
  padding-right: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .curriculum-list li {
    margin-left: 4rem;
    width: calc(100% - 4rem);
    padding-right: 2.5rem;
    padding-left: 6.5rem;
    padding-top: 3.2rem;
    padding-bottom: 3.6rem;
    height: auto;
    min-height: 17.5rem;
  }
}
.curriculum-list li:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .curriculum-list li:not(:first-child) {
    margin-top: 2rem;
  }
}
.curriculum-list li::before {
  content: "";
  display: block;
  width: 10.7rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: -5.5rem;
}
@media screen and (max-width: 768px) {
  .curriculum-list li::before {
    width: 8.3rem;
    left: -4rem;
  }
}
.curriculum-list li:nth-child(1)::before {
  background: url(../images/lp/curr-icon1.webp) no-repeat center center/cover;
}
.curriculum-list li:nth-child(2)::before {
  background: url(../images/lp/curr-icon2.webp) no-repeat center center/cover;
}
.curriculum-list li:nth-child(3)::before {
  background: url(../images/lp/curr-icon3.webp) no-repeat center center/cover;
}
.curriculum-list li:nth-child(4)::before {
  background: url(../images/lp/curr-icon4.webp) no-repeat center center/cover;
}
.curriculum-list li:nth-child(5)::before {
  background: url(../images/lp/curr-icon5.webp) no-repeat center center/cover;
}
.curriculum-list li:nth-child(6)::before {
  background: url(../images/lp/curr-icon6.webp) no-repeat center center/cover;
}
.curriculum-list li:nth-child(7)::before {
  background: url(../images/lp/curr-icon7.webp) no-repeat center center/cover;
}
.curriculum-list li div {
  font-size: 2.8rem;
  color: #FF6700;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .curriculum-list li div {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.45;
  }
}
.curriculum-list li p {
  font-size: 1.8rem;
  line-height: 1.94;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .curriculum-list li p {
    margin-top: 0.7rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.curriculum-items {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .curriculum-items {
    display: none;
  }
}
.curriculum-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 44.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.curriculum-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tv {
  margin-top: 14.2rem;
  width: 100%;
  background: url(../images/lp/co-bg.webp) no-repeat center center/cover;
  height: 55.6rem;
}
@media screen and (max-width: 768px) {
  .tv {
    margin-top: 10rem;
    height: 49.1rem;
    background: url(../images/lp/co-bg-sp.webp) no-repeat center center/cover;
  }
}
.tv-2 {
  height: 62.9rem;
}
.tv-inner {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .tv-inner {
    padding-top: 7.6rem;
  }
}
.tv .sec-title {
  color: #fff;
}
.tv .sec-title__main {
  color: #fff;
}
.tv .sec-title__sub {
  color: #fff;
}
.tv .case-items {
  margin-top: 7.9rem;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .tv .case-items {
    margin-top: 4.9rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
.tv .case-ttl {
  margin-top: -3.4rem;
  background-color: rgba(0, 65, 159, 0.9);
}
@media screen and (max-width: 768px) {
  .tv .case-ttl {
    margin-top: -2rem;
  }
}
.tv .bnr-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10.3rem;
  background-color: #FFF2E9;
  border: 0.3rem solid #FF6700;
  padding-top: 4.4rem;
  padding-right: 10rem;
  padding-left: 10rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 768px) {
  .tv .bnr-content {
    width: 34.3rem;
    margin-top: 5.1rem;
    padding-top: 3.4rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    padding-bottom: 5.6rem;
  }
}
.tv .bnr-content-2 {
  padding-right: min(6.8%, 10rem);
  padding-left: min(6.8%, 10rem);
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 768px) {
  .tv .bnr-content-2 {
    height: 47rem;
  }
}
.tv .bnr-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #FF6700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.tv .bnr-ttl span {
  font-size: 3.6rem;
  font-weight: 700;
  color: #FF6700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tv .bnr-ttl span {
    font-size: 2rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .tv .bnr-ttl {
    padding-left: 0.8rem;
    font-size: 2.4rem;
    line-height: 1.45;
    width: 100%;
  }
}
.tv .bnr-flex {
  margin-top: 1.4rem;
  padding-top: 3.8rem;
  border-top: 0.3rem solid #FF6700;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 6.7rem;
       column-gap: 6.7rem;
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .tv .bnr-flex {
    margin-top: 1rem;
    padding-top: 3.5rem;
    gap: 1rem;
    width: 100%;
  }
}
.tv .bnr-flex-2 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1255px) {
  .tv .bnr-flex-2 {
    flex-wrap: wrap;
  }
}
.tv .bnr-flex-3 {
  border: none;
  padding-top: 4.4rem;
  gap: 5.9rem;
  justify-content: flex-start;
}
.tv .bnr-flex-3 .bnr-img {
  width: 45.6rem;
}
@media screen and (max-width: 1255px) {
  .tv .bnr-flex-3 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .tv .bnr-flex-3 {
    width: 100%;
    flex-direction: row;
    padding-top: 0;
    gap: 1.9rem;
    justify-content: center;
  }
  .tv .bnr-flex-3 .bnr-button {
    width: 100%;
  }
  .tv .bnr-flex-3 .bnr-img {
    width: 26.6rem;
  }
}
.tv .bnr-flex-4 {
  border-color: #FF6700;
  border: none;
  margin-top: 4.3rem;
  margin-top: 0;
  padding-top: 6.3rem;
  justify-content: flex-start;
  gap: 5.9rem;
}
.tv .bnr-flex-4 .bnr-img {
  width: 51.3rem;
}
@media screen and (max-width: 1255px) {
  .tv .bnr-flex-4 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .tv .bnr-flex-4 {
    width: 100%;
    margin-top: 3.3rem;
    padding-top: 2.8rem;
    flex-direction: row;
    gap: 1.9rem;
    justify-content: center;
  }
  .tv .bnr-flex-4 .bnr-button {
    width: 100%;
  }
  .tv .bnr-flex-4 .bnr-img {
    width: 29.3rem;
  }
}
.tv .bnr-button {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  width: 45.8rem;
  height: 13.4rem;
  border-radius: 8rem;
  background-color: #FF6700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .tv .bnr-button {
    font-size: 2rem;
    height: 5.9rem;
  }
}
.tv .bnr-button-2 {
  width: 32rem;
}
.tv .bnr-img {
  width: 36.1rem;
}
@media screen and (max-width: 768px) {
  .tv .bnr-img {
    width: 22.7rem;
    margin-top: 1rem;
  }
}
.tv .bnr-img img {
  width: 100%;
}
.tv .bnr-desc {
  margin-top: 1.7rem;
  background-color: #fff;
  width: 100%;
  min-height: 6.9rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 6.9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tv .bnr-desc {
    font-size: 2rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.tv .bnr-desc span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 6.9rem;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .tv .bnr-desc span {
    line-height: 1.2;
  }
}
.tv .bnr-p {
  margin-top: 1.8rem;
  text-align: center;
  color: #FF6700;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .tv .bnr-p {
    width: 100%;
    margin-top: 1.8rem;
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
  }
}
.tv .bnr-p-2 {
  color: #000;
}

.step {
  margin-top: 14.7rem;
}
@media screen and (max-width: 768px) {
  .step {
    margin-top: 8.5rem;
  }
}
.step-head {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #FF6700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .step-head {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.step-sub {
  margin-top: 0.6rem;
  font-size: 2.2rem;
  line-height: 2.3;
  font-weight: 700;
  text-align: center;
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .step-sub {
    font-size: 1.8rem;
    line-height: 1.46;
    margin-top: 1.5rem;
  }
}
.step-items {
  margin-top: 6.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4.7rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  max-width: 127.4rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .step-items {
    gap: 2.9rem;
    margin-bottom: 10rem;
    margin-top: 5.8rem;
  }
}
.step-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 6.3rem;
  width: 100%;
  background-color: #FFF2E9;
  padding-left: 2.1rem;
}
@media screen and (max-width: 768px) {
  .step-item {
    gap: 1.5rem;
    align-items: flex-start;
  }
}
.step-item::before {
  content: "";
  width: 13.6rem;
  min-width: 13.6rem;
  aspect-ratio: 1/1;
  display: block;
}
@media screen and (max-width: 768px) {
  .step-item::before {
    margin-top: 3.5rem;
    width: 8rem;
    min-width: 8rem;
  }
}
.step-item:nth-child(1)::before {
  background: url(../images/lp/co-step-1.webp) no-repeat center center/cover;
}
.step-item:nth-child(2)::before {
  background: url(../images/lp/co-step-2.webp) no-repeat center center/cover;
}
.step-item:nth-child(3)::before {
  background: url(../images/lp/co-step-3.webp) no-repeat center center/cover;
}
.step-item:nth-child(4)::before {
  background: url(../images/lp/co-step-4.webp) no-repeat center center/cover;
}
.step-item:nth-child(4)::after {
  display: none;
}
.step-item::after {
  position: absolute;
  z-index: 100;
  bottom: -6.3rem;
  left: 8.7rem;
  content: "";
  width: 0.3rem;
  height: 8rem;
  background: url(../images/lp/line2.svg) center top/3px auto;
}
@media screen and (max-width: 768px) {
  .step-item::after {
    bottom: -6.6rem;
    left: 6.2rem;
    height: 16.3rem;
    background: url(../images/lp/line2-sp.png) center top/3px auto;
  }
}
.step-p {
  padding-right: 3.1rem;
  width: 100%;
  max-width: 105.7rem;
  min-height: 16.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .step-p {
    justify-content: flex-start;
    height: 21.3rem;
    padding-top: 3.2rem;
    padding-right: 2.5rem;
    padding-bottom: 2.7rem;
  }
}
.step-ttl {
  line-height: 1.8;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FF6700;
}
@media screen and (max-width: 768px) {
  .step-ttl {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.step-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.step-txt br {
  display: block;
}
@media screen and (max-width: 1255px) {
  .step-txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .step-txt {
    margin-top: 1.1rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.faq {
  margin-top: 15.1rem;
  background-color: #FFF2E9;
  padding-top: 10.6rem;
  padding-left: 10.5rem;
  padding-right: 9.5rem;
  padding-bottom: 15.2rem;
}
@media screen and (max-width: 768px) {
  .faq {
    margin-top: 10rem;
    padding-top: 7.6rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    padding-bottom: 7.8rem;
  }
}
.faq .sec-title__main {
  color: #FF6700;
}
@media screen and (max-width: 768px) {
  .faq .sec-title__main {
    letter-spacing: -0.03em;
  }
}
.faq-head {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF6700;
  margin-top: 5.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq-head {
    margin-top: 5rem;
    font-size: 2rem;
  }
}
.faq-items {
  margin-top: 4.3rem;
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
}
@media screen and (max-width: 768px) {
  .faq-items {
    gap: 4.3rem;
  }
}
.faq-items + .faq-head {
  margin-top: 13.2rem;
}
@media screen and (max-width: 768px) {
  .faq-items + .faq-head {
    margin-top: 11.9rem;
  }
}
.faq-item {
  padding: 2.5rem;
  min-height: 23.5rem;
  width: 100%;
  background-color: #FF6700;
}
@media screen and (max-width: 768px) {
  .faq-item {
    padding: 2.9rem 2.4rem 3.4rem;
  }
}
.faq-q {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 2.1rem;
  padding-left: 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-q {
    font-size: 1.8rem;
    padding-left: 4.3rem;
    padding-bottom: 2.5rem;
  }
}
.faq-q::before {
  position: absolute;
  left: 1.9rem;
  top: -3.6rem;
  content: "";
  width: 8.1rem;
  aspect-ratio: 1/1;
  display: block;
  background: url(../images/lp/q-co.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .faq-q::before {
    top: -0.3rem;
    left: 0;
    width: 3.5rem;
    background: url(../images/lp/q-co-sp.webp) no-repeat center center/contain;
  }
}
.faq-a {
  background-color: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  padding-top: 2.7rem;
  padding-bottom: 3.2rem;
  min-height: 12.8rem;
  padding-left: 12rem;
  padding-right: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq-a {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    line-height: 1.6;
    font-size: 1.5rem;
  }
}
.faq-a::before {
  position: absolute;
  left: 1.9rem;
  top: 2rem;
  content: "";
  width: 8.1rem;
  aspect-ratio: 1/1;
  display: block;
  background: url(../images/lp/a-co.webp) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .faq-a::before {
    width: 3.5rem;
    left: -0.2rem;
    top: -0.8rem;
    background: url(../images/lp/a-co-sp.webp) no-repeat center center/contain;
  }
}

@media screen and (max-width: 1255px) {
  .bnr-content {
    width: 94%;
  }
}
.sec-flex3 {
  margin-top: 28.8rem;
}
@media screen and (max-width: 1255px) {
  .sec-flex3 {
    margin-top: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-flex3 {
    margin-top: 11.2rem;
  }
}
/*# sourceMappingURL=co-lp.css.map */