.line-mv {
  padding: 57px 0 40px;
}
.line-mv__subttl {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 0 18px;
}
.line-mv__subttl::before, .line-mv__subttl::after {
  position: absolute;
  content: "";
  bottom: 7px;
  width: 2px;
  height: 19px;
  background: #fff;
}
.line-mv__subttl::before {
  left: 0;
  transform: rotate(-30deg);
}
.line-mv__subttl::after {
  right: 0;
  transform: rotate(30deg);
}
.line-mv .mv-sub__ttl {
  font-size: 42px;
  margin: -2px 4px 0 0;
}
.line-mv .mv-sub__ttl span {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: 0.1em;
}
.line-mv .mv-sub__ttl::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 42px;
  background: url(../img/common/icon-line.svg) center/cover no-repeat;
  margin: 0 8px -6px 0;
}

.line-support {
  padding: 57px 0 80px;
}
.line-support__wrap {
  position: relative;
  max-width: 1080px;
  width: 100%;
  background: #39cd00;
  margin: auto;
  padding: 14px 40px 32px;
  z-index: 1;
}
.line-support__wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/pattern.png) -9px 0/40px 40px repeat;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  z-index: -1;
}
.line-support__read {
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.06em;
  background: #fff;
  border: 4px solid #004490;
  border-radius: 10px;
  padding: 44px 11% 39px 12%;
  margin-top: 20px;
}
.line-support__read::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 18px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/clip.svg) center/cover no-repeat;
}
.line-support__read::after {
  position: absolute;
  content: "";
  width: 225px;
  height: 227px;
  top: -2px;
  right: 33px;
  transform: translateY(-100%);
  background: url(../img/line/support-qr.png) center/cover no-repeat;
}
.line-support__read span {
  color: #e60012;
  font-weight: 500;
}

.line-support-ttl {
  display: flex;
  gap: 16px;
}
.line-support-ttl__img {
  width: 36.2%;
  margin-top: 12px;
}
.line-support-ttl__text {
  position: relative;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  padding-right: 15.7%;
}
.line-support-ttl__text::after {
  position: absolute;
  content: "";
  top: -29px;
  right: 0;
  width: 121px;
  height: 147px;
  background: url(../img/common/kujira03.png) center/cover no-repeat;
  transform: scale(-1, 1);
  z-index: 1;
}
.line-support-ttl__text span {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 0.12em;
}

.line-support-bonus {
  width: calc(100% - 290px);
  margin-top: 3px;
}
.line-support-bonus__wrap {
  display: flex;
  align-items: center;
  gap: 19px;
  background: #fff;
  border-radius: 10px;
  padding: 23px 5.6338028169% 27px 6.7605633803%;
}
.line-support-bonus__ttl {
  flex: 0 0 168px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1538461538;
  letter-spacing: 0;
  color: #fff;
  background: #e60012;
  padding: 9px 10px 17px;
}
.line-support-bonus__ttl .big {
  font-size: 40px;
  line-height: 1;
}
.line-support-bonus__ttl .middle {
  align-self: flex-end;
  font-size: 30px;
  line-height: 1;
}
.line-support-bonus__list {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.line-support-bonus__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
.line-support-bonus__item span {
  font-size: 20px;
  color: #e60012;
}
.line-support-bonus__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  margin: 9px 0 0 20px;
}

.line-point {
  text-align: center;
  background: #e7f7eb;
  padding: 80px 0 77px;
}
.line-point__subttl {
  width: 262px;
  margin: auto;
}
.line-point__ttl {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 6px;
}
.line-point__ttl span {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  color: #06c755;
  letter-spacing: 0.08em;
}
.line-point__ttl span::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 42px;
  background: url(../img/common/icon-line.svg) center/cover no-repeat;
  margin: 0 4px -10px 2px;
}

.line-point-list {
  display: flex;
  gap: 3.7037037037%;
  max-width: 1080px;
  width: 100%;
  margin: 31px auto 0;
}

.line-point-item {
  width: 48.1481481481%;
}
.line-point-item__img img {
  border-radius: 10px;
  outline: 4px solid #f5f5f5;
  outline-offset: -4px;
}
.line-point-item__ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #06c755;
  margin: 16px 0 0 16px;
}
.line-point-item__desc {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 21px;
  text-align: left;
}

.line-bnr {
  text-align: center;
  padding: 80px 0;
}
.line-bnr a {
  transition: opacity 0.2s ease;
}
.line-bnr a:hover {
  opacity: 0.75;
}
.line-bnr img {
  max-width: 870px;
  width: 100%;
  margin: auto;
}

.line-start {
  position: relative;
  text-align: center;
  background: #009de0;
  padding: 80px 0;
  z-index: 1;
}
.line-start::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/pattern.png) -2px 0/40px 40px repeat;
  opacity: 0.05;
  z-index: -1;
}
.line-start__wrap {
  display: flex;
  flex-flow: column;
  border-radius: 10px;
  background: #fff;
  padding: 59px 60px 78px;
}
.line-start__ttl {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004490;
  padding: 0 26px;
}
.line-start__ttl::before, .line-start__ttl::after {
  position: absolute;
  content: "";
  bottom: 7px;
  width: 2px;
  height: 34px;
  background: #004490;
}
.line-start__ttl::before {
  left: 0;
  transform: rotate(-22deg);
}
.line-start__ttl::after {
  right: 0;
  transform: rotate(22deg);
}
.line-start__ttl span {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
}
.line-start__box {
  position: relative;
  display: flex;
  gap: 4%;
  background: #e7f7eb;
  border-radius: 10px;
  padding: 0 40px 15px;
  margin-top: 40px;
}
.line-start__subttl {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.line-start__subttl img {
  width: 335px;
}
.line-start__caution {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-align: left;
  margin-top: 17px;
}
.line-start__content--02 .line-start__box {
  gap: 3.2480314961%;
  padding: 0 32px 25px;
}
.line-start__content--02 {
  margin-top: 37px;
}
.line-start__content--02 .line-start-item {
  margin-top: 52px;
}
.line-start__content--02 .line-start-item--01 {
  width: auto;
}
.line-start__content--02 .line-start-item--02 {
  max-width: 503px;
  width: 100%;
}
.line-start__content--02 .line-start-item__img {
  min-height: auto;
  background: transparent;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
  padding: 0;
}

.line-start-item {
  width: 48%;
  margin-top: 56px;
}
.line-start-item__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #004490;
}
.line-start-item__ttl::before {
  content: "";
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 82px;
  letter-spacing: 0.02em;
  color: #004490;
  width: 77px;
  height: 73px;
  background: url(../img/common/star.svg) center/cover no-repeat;
  margin: -4px 13px 0 0;
}
.line-start-item__img {
  min-height: 364px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  padding: 14px 10px;
}
.line-start-item__desc {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 13px;
}
.line-start-item__bubble {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  margin-top: 18px;
  padding: 21px 33px 23px;
}
.line-start-item__bubble::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 60px;
  height: 50px;
  background: #fff;
  clip-path: polygon(0 0, calc(100% - 21px) 0, 100% 100%);
}
.line-start-item__bubble::after {
  position: absolute;
  content: "";
  bottom: 46px;
  right: 54px;
  transform: translateY(100%);
  width: 132px;
  height: 172px;
  background: url(../img/line/start02-model.png) center/cover no-repeat;
}
.line-start-item__bubble span {
  display: inline-block;
}
.line-start-item--01 .line-start-item__ttl::before {
  content: "01";
}
.line-start-item--01 .line-start-item__ttl img {
  margin: 4px 2px 0;
}
.line-start-item--02 .line-start-item__ttl::before {
  content: "02";
}
@media screen and (max-width: 1200px) {
  .line-support-ttl__text {
    font-size: 38px;
  }
  .line-support-ttl__text span {
    font-size: 40px;
  }
  .line-start-item__ttl {
    font-size: 20px;
  }
  .line-start-item__bubble::after {
    bottom: 20px;
    right: 5px;
  }
}
@media screen and (max-width: 959px) {
  .line-support__read::after {
    width: 158px;
    height: 159px;
    right: 20px;
  }
  .line-support-ttl__text {
    font-size: 29px;
    padding-right: 80px;
  }
  .line-support-ttl__text::after {
    width: 85px;
    height: 103px;
  }
  .line-support-ttl__text span {
    font-size: 30px;
  }
  .line-support-bonus {
    width: calc(100% - 200px);
  }
  .line-support-bonus__wrap {
    flex-wrap: wrap;
  }
  .line-support-bonus__ttl {
    flex: auto;
    align-items: baseline;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 13px;
  }
  .line-support-bonus__ttl .big {
    font-size: 30px;
  }
  .line-support-bonus__ttl .middle {
    font-size: 22px;
  }
  .line-point-item__ttl {
    font-size: 20px;
    margin-left: 0;
  }
  .line-point-item__desc {
    font-size: 16px;
  }
  .line-start-item__ttl {
    flex-wrap: wrap;
    align-items: baseline;
  }
  .line-start-item__ttl::before {
    margin: 0 80px 5px;
  }
  .line-start-item--01 .line-start-item__ttl img {
    transform: translateY(6px);
  }
}
@media screen and (max-width: 750px) {
  .line-mv {
    padding: 28px 0 31px;
  }
  .line-mv__subttl {
    font-size: 16px;
    padding: 0 8px;
    margin-right: 8px;
  }
  .line-mv__subttl::before, .line-mv__subttl::after {
    bottom: 5px;
    width: 1px;
    height: 13px;
  }
  .line-mv .mv-sub__ttl {
    font-size: 27px;
    line-height: 1.5185185185;
    margin: -3px 0 0 11px;
  }
  .line-mv .mv-sub__ttl span {
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .line-mv .mv-sub__ttl::before {
    width: 25px;
    height: 24px;
    margin: 0 5px -2px 0;
  }
  .line-support {
    padding: 30px 0 40px;
  }
  .line-support .inner {
    padding: 0;
  }
  .line-support__wrap {
    padding: 21px 20px 30px;
  }
  .line-support__wrap::before {
    background-position: -5px 0;
    background-size: 20px 20px;
  }
  .line-support__link {
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  .line-support__link .c-btn {
    max-width: 335px;
    background: #e60012;
    border-color: #e60012;
    padding: 12px 10px 13px;
  }
  .line-support__link .c-btn span {
    font-size: 17px;
    line-height: 1.5294117647;
  }
  .line-support__read {
    font-size: 14px;
    line-height: 1.5;
    border-width: 2px;
    border-radius: 5px;
    padding: 31px 16px 28px 18px;
    margin-top: 25px;
  }
  .line-support__read::before {
    width: 77px;
    height: 12px;
    top: -5px;
  }
  .line-support__read::after {
    content: none;
  }
  .line-support-ttl {
    flex-flow: column;
    gap: 0;
    max-width: 335px;
    margin: auto;
  }
  .line-support-ttl__img {
    width: 67.1641791045%;
    margin-top: 0;
  }
  .line-support-ttl__text {
    font-size: 29px;
    line-height: 1;
    padding-right: 0;
  }
  .line-support-ttl__text::after {
    top: -45px;
    width: 61px;
    height: 73px;
  }
  .line-support-ttl__text span {
    font-size: 30px;
    letter-spacing: 0.06em;
  }
  .line-support-bonus {
    width: 100%;
    margin-top: 10px;
  }
  .line-support-bonus__wrap {
    flex-flow: column;
    gap: 6px;
    border-radius: 5px;
    padding: 13px 9px 16px;
  }
  .line-support-bonus__ttl {
    flex: auto;
    align-items: flex-end;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #e60012;
    color: #e60012;
    background: #fff;
    padding: 5px 10px 9px;
  }
  .line-support-bonus__ttl .big {
    font-size: 25px;
  }
  .line-support-bonus__ttl .middle {
    font-size: 18px;
  }
  .line-support-bonus__list {
    gap: 4px;
    margin-right: -4px;
  }
  .line-support-bonus__item {
    font-size: 14px;
  }
  .line-support-bonus__item span {
    font-size: 14px;
  }
  .line-support-bonus__text {
    font-size: 17px;
    margin: 10px 0 0 21px;
  }
  .line-point {
    padding: 40px 0;
  }
  .line-point__subttl {
    width: 184px;
    height: 42px;
  }
  .line-point__ttl {
    font-size: 24px;
    margin-top: 3px;
  }
  .line-point__ttl span {
    font-size: 26px;
  }
  .line-point__ttl span::before {
    width: 34px;
    height: 32px;
    margin: 0 3px -9px 1px;
  }
  .line-point-list {
    flex-flow: column;
    gap: 30px;
    margin-top: 15px;
  }
  .line-point-item {
    width: 100%;
  }
  .line-point-item__img img {
    outline: 2px solid #f5f5f5;
    outline-offset: -2px;
  }
  .line-point-item__ttl {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
  .line-point-item__desc {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 10px;
  }
  .line-bnr {
    padding: 30px 0 40px;
  }
  .line-bnr img {
    max-width: 335px;
  }
  .line-start {
    padding: 40px 0;
  }
  .line-start::before {
    background-size: 20px 20px;
  }
  .line-start__wrap {
    padding: 20px 20px 30px;
  }
  .line-start__ttl {
    font-size: 24px;
    padding: 0 0 19px 0;
  }
  .line-start__ttl::before {
    content: none;
  }
  .line-start__ttl::after {
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .line-start__ttl span {
    font-size: 25px;
  }
  .line-start__box {
    flex-flow: column;
    gap: 0;
    padding: 0 20px 10px;
  }
  .line-start__subttl {
    top: -15px;
  }
  .line-start__subttl img {
    width: 235px;
    height: 35px;
  }
  .line-start__caution {
    font-size: 14px;
    text-underline-offset: 4px;
    margin-top: 10px;
  }
  .line-start__content--02 .line-start__box {
    gap: 0;
    padding: 0 20px 80px;
  }
  .line-start__content--02 .line-start-item {
    margin-top: 40px;
  }
  .line-start__content--02 .line-start-item--01 {
    width: 100%;
  }
  .line-start__content--02 .line-start-item--02 {
    max-width: none;
    margin-top: 30px;
  }
  .line-start__content--02 .line-start-item__img {
    justify-content: center;
    gap: 5px;
  }
  .line-start-item {
    width: 100%;
    margin-top: 40px;
  }
  .line-start-item__ttl {
    align-items: center;
    font-size: 18px;
  }
  .line-start-item__ttl::before {
    font-size: 16px;
    line-height: 42px;
    width: 39px;
    height: 37px;
    margin: -4px 4px 0 0;
  }
  .line-start-item__img {
    min-height: auto;
    margin-top: 10px;
    padding: 7px 5px;
  }
  .line-start-item__desc {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 10px;
  }
  .line-start-item__bubble {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 0;
    padding: 10px 15px;
  }
  .line-start-item__bubble::before {
    width: 30px;
    height: 25px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%);
  }
  .line-start-item__bubble::after {
    bottom: 7px;
    right: 27px;
    width: 61px;
    height: 86px;
  }
  .line-start-item--01 .line-start-item__ttl img {
    width: 24px;
    height: 24px;
    margin: 3px 2px 0;
    transform: none;
  }
  .line-start-item--02 {
    margin-top: 30px;
  }
}
