body {
  margin: 0;
}

main {
  margin-bottom: 0;
}

h1 {
  margin: 0;
}

/* ==========================================================================
   kv-01
========================================================================== */

/* ---- PC ---- */

@media screen and (min-width: 1366px) {
  .kv-01 {
    display: none;
  }
  .kv-01__wide {
    position: relative;
    width: 100%;
    height: 616px;
    overflow: hidden;
    background: linear-gradient(to bottom, #f8f2ec 0%, #f8f2ec 87%, #fff 96%, #fff 100%);
  }

  .kv-01__pc-frame {
    margin: 0 auto;
    width: 100%;
    max-width: 1365px;
  }

  .kv-01__pc-bg {
    display: block;
    position: absolute;
    width: auto;
    height: 616px;
    margin: 0 auto;
  }

  .kv-01__pc-catch {
    position: absolute;
    width: 728px;
    height: auto;
  }
}

/* 1020px~1366px */
@media screen and (min-width: 1020px) and (max-width: 1365px) {
  .kv-01__wide {
    display: none;
  }
  .kv-01_photo {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* ---- SP ---- */
@media screen and (max-width: 1020px) {
  .kv-01_photo {
    display: block;
    width: 100%;
    height: auto;
  }
  .kv-01 p {
    color: #000;
    font-family: "BIZ UDMincho";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0 15px;
  }

  .sp-kv-text {
    margin-top: 40px;
  }
}

/* ==========================================================================
   program1-02
   ========================================================================== */

.program1-02 {
  background-color: #fff;
}

/* ---- PC ---- */
.program1-02 {
  /* padding: 60px 0; */
  overflow-x: auto;
}

.program-card {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 23px;
  box-sizing: border-box;
}

.program__head {
  display: flex;
  align-items: flex-start;
  padding-right: 32px;
}
.program1-02__badge-sp {
  display: none;
}
.program1-02__badge-pc {
  position: relative;
  flex-shrink: 0;
  width: 153px;
  height: 153px;
  margin-top: 3px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #b10000;
}

.program1-02__badge-label {
  position: absolute;
  left: 26px;
  top: 38px;
  margin: 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
}

.program1-02__badge-num {
  position: absolute;
  left: 61px;
  top: 58px;
  margin: 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #fff;
}

.program-head-body {
  flex: 1;
  padding-top: 28px;
}

.program-head-title {
  margin: 0 0 16px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.1;
  color: #b10000;
}

.program-head-desc {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: #000;
}

.program1-02__head-icon {
  flex-shrink: 0;
  width: 190px;
  height: 142px;
  margin-left: 58px;
}

.program1-02__box {
  margin-top: 36px;
}

.program1-02__head + .program1-02__box {
  margin-top: 38px;
}

.program1-02__box-tab {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 282px;
  height: 38px;
  margin: 0;
  padding: 0 25px;
  border-radius: 16px 16px 0 0;
  background-color: #ad8220;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
}

.program1-02__box-body {
  border: 1px solid #ad8220;
  box-sizing: border-box;
}

.program1-02__icon-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px;
  gap: 24px;
}

.program1-02__icon-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
  box-sizing: border-box;
  width: calc(100% - (18px * 2 + 24px * 8));
}

.program1-02__icon-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

hr.program1-02__icon-item-line {
  width: 1px;
  border: none;
  background-color: #ad8220;
  margin: 0;
  height: stretch;
}

.program1-02__icon-item-img {
  flex-shrink: 0;
  width: 104px;
  height: 104px;
}

.program1-02__icon-item-body {
  flex: 1;
  min-width: 0;
}

.program1-02__icon-item-title {
  margin: 0 0 10px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: #ad8220;
}

.program1-02__icon-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.program1-02__compare-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 64px;
}

.program1-02__compare-item {
  justify-content: space-between;
  width: calc(100% - (40px * 2 + 24px * 2));
  display: flex;
}
.program1-02__compare-badge {
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 120px;
  height: 36px;
  background-color: #ad8220;
  font-family: "BIZ UDMincho", serif;
}

.program1-02__compare-badge p {
  text-align: center;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  white-space: nowrap;
}

.program1-02__compare-title {
  margin: 12px 0 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #ad8220;
}

.program1-02__compare-img {
  height: 152px;
  max-width: none;
}


.program1-02__feature-row {
  display: flex;
  align-items: flex-start;
  padding: 18px 80px;
  gap: 40px;
}

.program1-02__feature-item {
  flex: 1;
  position: relative;
  min-height: 150px;
  width: calc(100% - (40px * 2 + 24px * 2));
  box-sizing: border-box;
  display: flex;
  gap: 24px;
}

.program1-02__feature-item-img {
  width: 30%;
}

.program1-02__feature-item-text {
  width: 70%;
}

.program1-02__feature-icon {
  width: 140px;
  height: 150px;
}

.program1-02__feature-title {
  margin: 0 0 16px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #ad8220;
}

.program1-02__feature-link {
  font-size: 18px;
}

.program1-02__feature-desc {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.program1-02__feature-note {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}

.program1-02__foot {
  margin-top: 40px;
  padding: 40px 60px;
  border-radius: 16px;
  background-color: #fffaef;
  text-align: center;
}

.program1-02__foot-title {
  margin: 0 0 40px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: #b10000;
}

.program1-02__foot-btn {
  display: block;
  width: 393px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ad8220;
  box-shadow: inset 3px 4px 4px 0 #daab41;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.program1-02__foot-list {
  list-style: none;
  margin: 40px 0 0 !important;
  padding: 0;
  text-align: left;
}

.program1-02__foot-item {
  position: relative;
  margin: 0 0 4px;
  padding-left: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: #000;
}

.program1-02__foot-item:last-child {
  margin-bottom: 0;
}

.program1-02__foot-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #b10000;
}

@media screen and (min-width: 1020px) and (max-width: 1300px) {
  .program1-02 {
    padding: 60px 25px;
  }
}

/* ---- SP ---- */

@media screen and (max-width: 1299px) {
  .program1-02 {
    width: 100%;
    box-sizing: border-box;
  }

  .program-card {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 23px;
    box-sizing: border-box;
  }

  .program-card-content {
    padding: 30px 20px;
  }

  .program__head {
    position: relative;
    text-align: center;
    display: block;
    padding-right: 0;
  }

  .program1-02__badge-pc {
    display: none;
  }

  .program1-02__badge-sp {
    display: block;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-radius: 23px;
    background-color: #b10000;
    align-content: center;
    margin-bottom: 20px;
  }

  .program1-02__badge-label-sp {
    position: relative;
    margin: 0;
    font-family: "BIZ UDMincho", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    white-space: nowrap;
  }

  .program1-02__badge-num-sp {
    font-size: 30px;
    line-height: 1;
  }

  .program1-02__title {
    max-width: 320px;
    margin: 20px auto 0;
    font-family: "BIZ UDMincho", serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #b10000;
  }
  .program-head-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .program-head-desc {
    text-align: left;
    width: fit-content;
    margin: auto;
  }

  .program1-02__desc {
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    text-align: left;
  }

  .program1-02__head-icon {
    display: block;
    height: auto;
    margin: 24px auto 0;
  }

  .program1-02__box {
    margin: 40px auto 0;
    max-width: 500px;
  }

  .program1-02__box-tab {
    font-size: 20px;
  }

  .program1-02__icon-row {
    display: block;
  }

  .program1-02__box-body {
    padding: 36px 14px;
  }

  .program1-02__icon-item {
    gap: 16px;
    padding: 24px 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }

  .program1-02__icon-item-inner {
    margin: 0 auto;
    width: 355px;
    display: inline-flex;
  }

  hr.program1-02__icon-item-line {
    width: 100%;
    height: 1px;
  }

  .program1-02__icon-item:first-child {
    padding-top: 0;
    border-top: none;
  }

  .program1-02__icon-item:last-child {
    padding-bottom: 0;
  }

  .program1-02__icon-item-img {
    width: 80px;
    height: 80px;
  }
  .program1-02__icon-item-title {
    font-size: 18px;
  }

  .program1-02__icon-item-desc {
    font-size: 15px;
  }

  .program1-02__box-body--compare {
    padding: 36px 20px;
    text-align: center;
  }

  .program1-02__compare-row {
    display: grid;
  }

  .program1-02__compare-badge {
    display: inline-flex;
    width: 76px;
    height: 37px;
    background-color: #ad8220;
    font-family: "BIZ UDMincho", serif;
  }

  .program1-02__compare-badge p {
    font-size: 18px;
  }

  .program1-02__compare-title {
    max-width: 286px;
    margin: 8px auto 0;
    font-size: 20px;
    text-align: center;
  }
  .program1-02__compare-item {
    display: block;
    width: 100%;
  }

  .program1-02__compare-item-text,
  .program1-02__compare-item-img {
    width: 100%;
  }

  .program1-02__compare-item-img {
    text-align: center;
  }

  .program1-02__compare-img {
    height: auto;
    margin: 24px auto 0;
    max-width: none;
    text-align: center;
  }

  .program1-02__box-body--feature {
    padding: 40px 20px;
    text-align: center;
  }

  .program1-02__feature-row {
    display: grid;
  }

  .program1-02__feature-item {
    display: block;
    width: 100%;
  }

  .program1-02__feature-item-img,
  .program1-02__feature-item-text {
    width: 100%;
    text-align: center;
  }

  .program1-02__feature-icon {
    display: block;
    width: 140px;
    height: 150px;
    margin: 0 auto;
  }

  .program1-02__feature-title {
    margin: 12px auto 0;
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  .program1-02__feature-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    text-align: center;
  }

  .program1-02__feature-desc {
    margin: 8px 0 0;
    font-size: 15px;
  }

  .program1-02__feature-note {
    font-size: 13px;
  }

  .program1-02__foot {
    padding: 40px 15px;
    background-color: #fffaef;
    text-align: center;
    border-radius: 0%;
  }

  .program1-02__foot-title {
    font-size: 22px;
  }

  .program1-02__foot-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    padding: 24px;
    line-height: 24px;
  }

  .program1-02__foot-item {
    margin: 0 0 8px;
    font-size: 15px;
  }
}

/* ==========================================================================
   program2-03
   ========================================================================== */

.program2-03 {
  background-color: #fff;
}

/* ---- PC ---- */

.program2-03__pc {
  padding: 60px 0;
  overflow-x: auto;
}

.program2-03__card {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 23px;
  box-sizing: border-box;
}

.program-head-body {
  flex: 1;
  padding-top: 8px;
}

.program2-03__head-icon {
  flex-shrink: 0;
  width: 190px;
  height: 142px;
}

.program2-03__tab-wrap {
  margin-top: 24px;
}

.program2-03__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 41px;
  margin: 0;
  border-radius: 20px 20px 0 0;
  background-color: #ad8220;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 23.62px;
  line-height: 1.1;
  color: #fff;
}

.program2-03__cards {
  display: flex;
  gap: 3.27%;
  margin-top: 17px;
}

.program2-03__card-item {
  flex: 1 1 0%;
  min-width: 0;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 40px;
  border: 2px solid #ad8220;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.program2-03__card-label {
  margin: 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: #b10000;
}

.program2-03__card-divider {
  width: 100%;
  max-width: 430px;
  height: 1px;
  margin: 12px auto 0;
  background-color: #b10000;
}

.program2-03__card-heading-zone {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 16px;
}

.program2-03__card-heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #b10000;
}

.program2-03__card-heading__line--lg {
  font-size: 22px;
}

.program2-03__card-heading__line--sm {
  font-size: 18px;
}

.program2-03__card-img {
  margin: 0 20px;
}

.program2-03__card-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.program2-03__card-caption {
  margin: 20px 18px;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.program2-03__card-btn {
  display: block;
  width: 393px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ad8220;
  box-shadow: inset 3px 4px 4px 0 #daab41;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.program2-03__card-body-zone {
  margin-top: auto;
}

.program2-03__bottom {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 20px 0;
  border: 2px solid #ad8220;
  text-align: center;
}

.program2-03__bottom-title {
  margin: 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: #b10000;
}

.program2-03__bottom-divider {
  width: 100%;
  max-width: 888px;
  height: 1px;
  margin: 12px auto 0;
  background-color: #b10000;
}

.program2-03__bottom-sub {
  margin: 32px 0 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  color: #b10000;
}

.program2-03__bottom-desc {
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.program2-03__note {
  margin: 8px 0 0;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

@media screen and (min-width: 1020px) and (max-width: 1300px) {
  .program2-03__pc {
    padding: 60px 25px;
  }
}

/* ---- SP ---- */

@media screen and (max-width: 1299px) {
  .program2-03__pc {
    width: 100%;
    padding: 40px 15px 0;
    box-sizing: border-box;
    text-align: center;
  }


  .program2-03__badge {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-radius: 23px;
  }

  .program2-03__title {
    margin: 20px 0 0;
    font-size: 32px;
    line-height: 46px;
  }

  .program2-03__desc {
    margin: 24px 0 0;
    text-align: left;
  }

  .program2-03__head-icon {
    display: block;
    width: 190px;
    margin: 24px auto 0;
  }

  .program2-card-content {
    max-width: 500px;
    margin: 30px auto;
  }

  .program2-03__tab-wrap {
    margin-top: 40px;
  }

  .program2-03__tab {
    height: 38px;
    border-radius: 16px 16px 0 0;
  }

  .program2-03__card {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    border: 2px solid #ad8220;
    text-align: center;
  }

  .program2-03__cards {
    display: block;
  }

  .program2-03__card-item {
    margin-bottom: 20px;
  }
  .program2-03__card-divider {
    width: 315px;
  }

  .program2-03__card-heading-zone {
    height: 112px;
    padding: 0 15px;
  }

  .program2-03__card-img {
    margin: 0 20px;
  }

  .program2-03__card-caption {
    margin: 16px 15px 0;
  }

  .program2-03__card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 315px;
    margin: 24px auto 0;
    padding: 24px;
    line-height: 24px;
  }

  .program2-03__bottom-divider {
    width: 315px;
  }

  .program2-03__bottom-sub {
    margin: 22px 0 0;
  }

  .program2-03__note {
    margin: 12px 0 0;
  }
}

/* ==========================================================================
   cvArea-04
   ========================================================================== */

.cvarea-04 {
  background-color: #fff;
}

/* ---- PC ---- */

.cvarea-04 {
  padding: 0 0 60px;
  overflow-x: auto;
}

.cvarea-04__box {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 34px 46px 35px;
  background-color: #fffaef;
  text-align: center;
}

.cvarea-04__title {
  margin: 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: #b10000;
}

.cvarea-04__btn {
  display: block;
  width: 476px;
  margin: 36px auto 0;
  padding: 24px 0;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #b10000;
  box-shadow: inset 3px 4px 4px 0 #d75050;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.cvarea-04__links-subhead {
  text-align: center;
  margin: 0;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
}

.cvarea-04__btn-sub {
  display: block;
  width: 476px;
  margin: 24px auto;
  padding: 24px 0;
  box-sizing: border-box;
  border-radius: 8px;
  border: 3px solid #b10000;
  background-color: #fffaef;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #b10000;
  text-align: center;
  text-decoration: none;
}

.cvarea-04__divider {
  width: 100%;
  max-width: 1195px;
  height: 1px;
  margin: 40px auto 0;
  background-color: #ad8220;
}

.cvarea-04__links {
  width: 100%;
  margin: 40px auto 0;
}

.cvarea-04-link--sm {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

/* ---- SP ---- */
@media screen and (max-width: 1299px) {
  .cvarea-04 {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 15px;
    background-color: #fffaef;
    text-align: center;
  }

  .cvarea-04__box {
    padding: 0;
  }

  .cvarea-04__title {
    font-size: 24px;
    line-height: 32px;
  }

  .cvarea-04__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-decoration: none;
    max-width: 476px;
    width: 100%;
  }

  .cvarea-04__btn-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
    text-decoration: none;
    max-width: 476px;
    width: 100%;
  }

  .cvarea-04__divider {
    margin: 40px 0 0;
  }
}


.disc-area {
  margin: 40px auto;
  max-width: 1264px;
}

@media screen and (max-width: 1299px) {
  .disc-area {
    padding: 0 20px;
    margin: 40px auto 80px;
  }
}


