p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

body {
  font-family: Hiragino Kaku Gothic ProN W6;
}


/* ============================================================= */
/* lp-main */
/* ============================================================= */
.lp-main {
    margin-top: -25px;
}

@media (max-width: 767px) {
  .lp-main {
     margin-top: 0px;
  }
}

/* ============================================================= */
/* fv */
/* ============================================================= */
.fv {
  padding: 0 2%;
  min-height: 810px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../lp/img/image_fv-bg.png);
  overflow: hidden;
}

@media (max-width: 767px) {
  .fv {
    padding: 30px 4% 0;
    min-height: 500px;
    background-image: url(../lp/img/image_fv-bg@sp.png);
  }
}

.fv__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 1335px;
  min-height: 810px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .fv__content {
    display: block;
    max-width: 100%;
    min-height: 500px;
  }
}

.fv__box {
  position: relative;
  z-index: 10;
}

.fv-box__label {
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 15px 35px;
  margin-bottom: 20px;
  border-radius: 35px;
  background-color: #0086f7;
}

@media (max-width: 767px) {
  .fv-box__label {
    font-size: 1.4rem;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 35px;
  }
}

.fv-box__copy {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .fv-box__copy {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.fv-box__copy .fv-box__accent-copy {
  font-size: 54px;
  font-weight: 600;
  color: #c70029;
}

@media (max-width: 767px) {
  .fv-box__copy .fv-box__accent-copy {
    font-size: 32px;
  }
}

.fv-box__copy .spacing {
  font-size: 54px;
  font-weight: 600;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .fv-box__copy .spacing {
    font-size: 32px;
    margin-left: -10px;
  }
}

.fv-box__text {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .fv-box__text {
    font-size: 14px;
    margin-bottom: 80px;
  }
}

.fv-box__btn {
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  width: 460px;
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #c70029;
}

@media (max-width: 767px) {
  .fv-box__btn {
    font-size: 14px;
    width: 100%;
    max-width: 280px;
    border-radius: 16px;
    padding: 20px 20px;
    margin: 0 auto;
  }
}

.fv__image {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 32vw;
  max-width: 612px;
  z-index: 1;
}

@media (max-width: 1268px) {
  .fv__image {
    top: auto;
    bottom: -5px;
    right: 0;
    width: 400px;
  }
}

@media (max-width: 767px) {
  .fv__image {
    top: auto;
    bottom: -5px;
    right: 0;
    width: 200px;
  }
}

.fv__image img {
  width: 100%;
}

/* ============================================================= */
/* lead */
/* ============================================================= */
.lead {
  padding: 80px 2% 70px;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .lead {
    padding: 30px 4% 20px;
  }
}

.lead__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15%;
}

@media (max-width: 1268px) {
  .lead__content {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .lead__content {
    display: block;
    margin-right: 0;
  }
}

.lead-box__title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 4px dotted #c70029;
}

@media (max-width: 767px) {
  .lead-box__title {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 4px dotted #c70029;
  }
}

.lead-box__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
}

@media (max-width: 767px) {
  .lead-box__text {
    font-size: 12px;
  }
}

.lead__box {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .lead__box {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.lead__image img {
  width: 100%;
}

.lead__image01 {
  width: 476px;
}

.lead__image02 {
  width: 211px;
}

@media (max-width: 767px) {
  .lead__image01 {
    display: none;
  }

  .lead__image02 {
    width: 215px;
    margin: 0 auto;
  }
}

/* ============================================================= */
/* plan */
/* ============================================================= */
.plan {
  padding: 80px 2% 75px;
}

@media (max-width: 767px) {
  .plan {
    padding: 35px 4% 50px;
  }
}

.plan__content {
  max-width: 1265px;
  margin: 0 auto;
}

@media (max-width: 1268px) {
  .plan__content {
    max-width: 100%;
  }
}

.plan__main-grid-wrap {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .plan__main-grid-wrap {
    margin-bottom: 90px;
  }
}

.plan__main-title {
  max-width: 700px;
  margin: 0 auto 50px;
}

.plan__main-title img {
  width: 100%;
}

@media (max-width: 767px) {
  .plan__main-title {
    max-width: 230px;
    margin: 0 auto 40px;
  }
}

.plan__main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

@media (max-width: 1268px) {
  .plan__main-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media (max-width: 767px) {
  .plan__main-grid {
    display: block;
  }
}

.plan-card__medal {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -15px;
  width: 90px;
  height: 90px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  background-color: #0086f7;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .plan-card__medal {
    top: -15px;
    right: 5px;
    width: 64px;
    height: 64px;
    font-size: 15px;
  }
}

.plan-card__premium-medal {
  background-color: #c70029;
}

.plan__card {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding-bottom: 55px;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .plan__card {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding-bottom: 40px;
    margin-bottom: 30px;
  }

  .plan__card:last-of-type {
    margin-bottom: 0;
  }
}

.plan-card__title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 767px) {
  .plan-card__title {
    font-size: 16px;
    padding: 16px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.basic-plan {
  background-color: #e6e6df;
}

.premium-plan {
  color: #fff;
  background-color: #e86d66;
}

.premium-year-plan {
  background-color: #e6e6df;
}

.plan-card__header-row {
  padding: 25px 15px;
  border-bottom: 1px solid #e6e6df;
}

@media (max-width: 767px) {
  .plan-card__header-row {
    padding: 25px 15px;
    border-bottom: 1px solid #e6e6df;
  }
}

.plan-card__row {
  padding: 25px 25px;
  border-bottom: 1px solid #e6e6df;
}

@media (max-width: 767px) {
  .plan-card__row {
    padding: 18px 10px;
    border-bottom: 1px solid #e6e6df;
  }
}

.plan-card__row:last-of-type {
  border-bottom: 0;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .plan-card__row:last-of-type {
    margin-bottom: 40px;
  }
}

.plan-card-row__price {
  text-align: center;
  font-size: 55px;
  font-weight: 600;
  color: #c70029;
}

@media (max-width: 767px) {
  .plan-card-row__price {
    font-size: 39px;
  }
}

.plan-card-row__price span {
  font-size: 25px;
  font-weight: 600;
  color: #c70029;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .plan-card-row__price span {
    font-size: 17px;
    margin: 0 5px;
  }
}

.plan-card-row__price .unique {
  display: inline-block;
  width: 50px;
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .plan-card-row__price .unique {
    width: 35px;
    font-size: 13px;
  }
}

.plan-card-row__mini-note {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .plan-card-row__mini-note {
    font-size: 10px;
  }
}


.plan-card-row__red-note {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #c70029;
}

@media (max-width: 767px) {
  .plan-card-row__red-note {
    font-size: 14px;
  }
}


.plan-card-row__note {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .plan-card-row__note {
    font-size: 14px;
  }
}

.plan-card-row__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .plan-card-row__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.plan-card-row__text {
  font-size: 18px;
  font-weight: 300;
}

.plan-card-row__text.price span.red {
  font-weight: 600;
  color: #c70029;
}
.plan-card-row__text.price span.bold {
  font-weight: 600;
}

@media (max-width: 767px) {
  .plan-card-row__text {
    font-size: 14px;
  }
}

.plan-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 360px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: #c70029;
  border-radius: 35px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .plan-card__btn {
    width: 100%;
    max-width: 257px;
    height: 50px;
    font-size: 12px;
    border-radius: 35px;
  }
}

.plan__sub-grid-wrap {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .plan__sub-grid-wrap {
    margin-bottom: 55px;
  }
}

.plan__sub-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .plan__sub-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.plan__sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
}

@media (max-width: 767px) {
  .plan__sub-grid {
    display: block;
  }
}

.paper-plan,
.company-plan {
  background-color: #e6e6df;
}

.company-price {
  font-size: 36px;
  line-height: 2.3;
}

@media (max-width: 767px) {
  .company-price {
    font-size: 25px;
  }
}

.plan__table-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .plan__table-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

thead {
  background-color: #e6e6df;
}

thead td {
  padding: 20px 18px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

thead td:first-of-type {
  border-top-left-radius: 10px;
}

thead td:last-of-type {
  border-top-right-radius: 10px;
}

@media (max-width: 767px) {
  thead td {
    padding: 15px 0 15px 10px;
    font-size: 13px;
  }
}

thead td:first-of-type {
  text-align: left;
}

tbody td {
  padding: 35px 18px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  tbody td {
    padding: 15px 5px;
    font-size: 12px;
  }
}

tbody td:first-of-type {
  text-align: left;
}

tbody tr {
  border-bottom: 1px solid #e6e6df;
}

tbody td.circle {
  font-size: 30px;
  color: #3361ad;
}

@media (max-width: 767px) {
  tbody td.circle {
    font-size: 12px;
  }
}

tbody td.triangle {
  font-size: 30px;
  color: #c70029;
}

@media (max-width: 767px) {
  tbody td.triangle {
    font-size: 21px;
  }
}

tbody td.line {
  font-size: 30px;
  color: #c70029;
}

@media (max-width: 767px) {
  tbody td.line {
    font-size: 21px;
  }
}

/* ============================================================= */
/* merit */
/* ============================================================= */
.merit {
  padding: 90px 2%;
  background-color: #e8f5fe;
}

@media (max-width: 767px) {
  .merit {
    padding: 45px 4% 50px;
  }
}

.merit__title {
  max-width: 727px;
  margin: 0 auto 30px;
}

.merit__title img {
  width: 100%;
}

@media (max-width: 767px) {
  .merit-box__title {
    max-width: 100%;
    margin: 0 auto 40px;
  }
}

.merit__box {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
}

@media (max-width: 767px) {
  .merit__box {
    display: block;
  }
}

@media (max-width: 767px) {
  .merit__list {
    padding: 0 4%;
    margin-bottom: 50px;
  }
}

.merit__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.merit__item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .merit__item {
    column-gap: 6px;
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.merit-item__check-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
}

@media (max-width: 767px) {
  .merit-item__check-mark {
    width: 22px;
  }
}

.merit-item__check-mark img {
  width: 100%;
}

.merit_image {
  max-width: 500px;
}

@media (max-width: 767px) {
  .merit_image {
    max-width: 275px;
    margin: 0 auto;
  }
}

/* ============================================================= */
/* cta */
/* ============================================================= */
.cta {
  padding: 100px 2% 80px;
}

@media (max-width: 767px) {
  .cta {
    padding: 70px 4%;
  }
}

.cta__title {
  max-width: 1055px;
  margin: 0 auto 60px;
}

.cta__title img {
  width: 100%;
}

@media (max-width: 767px) {
  .cta__title {
    max-width: 100%;
    margin: 0 auto 40px;
  }
}

.cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 360px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: #c70029;
  border-radius: 35px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cta__btn {
    width: 100%;
    max-width: 258px;
    height: 50px;
    font-size: 12px;
    border-radius: 35px;
  }
}
