@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #302a28;
  color: #fff;
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
body.is-drawerActive {
  overflow: hidden;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 821px) {
  .pc {
    display: block !important;
  }
}

.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 998;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(95, 63, 46) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 821px) {
  .header-bg {
    height: 110px;
    background: linear-gradient(180deg, rgb(95, 63, 46) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  }
}

.l-header {
  background: transparent;
}

body.is-drawerActive .header-bg {
  display: none;
}

.l-header__list li:last-child a {
  padding-top: 20px;
  padding-bottom: 5px;
  border: none;
  pointer-events: none;
}
.l-header__list li:last-child a::after {
  display: none;
}

@media screen and (min-width: 821px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 40px 60px;
  }
}
@media screen and (min-width: 821px) {
  .l-header__inner .l-header__login {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }
}
@media screen and (min-width: 821px) {
  .l-header__inner .p-hamburger {
    position: relative;
    transform: none;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
  }
}
.is-drawerActive .none {
  display: none !important;
}
.is-drawerActive .l-header__nav-btns {
  background: #302a28;
}
.is-drawerActive .l-header__nav {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

@media screen and (min-width: 821px) {
  .l-header__nav-btns {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 40px;
    z-index: 4;
  }
  .l-header__nav-btns a:nth-of-type(4) img {
    height: 45px !important;
  }
  .l-header__nav-btns img {
    height: 50px !important;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.header-fixed {
  position: fixed;
  width: 100%;
  display: flex;
  background: #000;
  bottom: 0;
  left: 0;
  z-index: 100;
  border-top: 1px solid #808080;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}
@media screen and (min-width: 821px) {
  .header-fixed {
    display: none;
  }
}
.header-fixed.is-visible {
  opacity: 1;
  visibility: visible;
}
.header-fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 25%;
}
.header-fixed a img {
  height: 44px;
  width: auto;
  margin: 0 auto;
}
.header-fixed a:nth-of-type(4) {
  background: #f6a800;
  background: linear-gradient(130deg, rgb(246, 168, 0) 0%, rgb(246, 92, 0) 54%, rgb(123, 47, 0) 100%);
}

.l-main {
  padding-top: 0;
  overflow: hidden;
}

.p-mv {
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-mv {
    height: 100dvh;
  }
}
.p-mv .p-mv__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vw;
  background: #837f7e;
  background: linear-gradient(180deg, rgb(131, 127, 126) 0%, rgb(47, 41, 39) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-mv .p-mv__inner::before {
    height: 26vw;
  }
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__inner::before {
    height: 45vh;
  }
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__img img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.p-mv .p-mv__main-text {
  width: 84%;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv .p-mv__main-text {
    width: 30%;
    top: 25%;
  }
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__main-text {
    width: 76vh;
    max-width: 470px;
    top: 20vh;
    left: 51%;
  }
}
.p-mv .p-mv__sub-text {
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv .p-mv__sub-text {
    width: 100%;
  }
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__sub-text {
    width: 100%;
    bottom: 9%;
  }
}
@media screen and (max-height: 600px) {
  .p-mv .p-mv__sub-text {
    bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-mv .p-mv__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__flex {
    display: flex;
    max-width: 1000px;
  }
}
.p-mv .p-mv__sub-text__item {
  margin-bottom: 12px;
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__sub-text__item {
    width: 37vh;
    max-width: 400px;
  }
}
@media screen and (min-width: 1110px) {
  .p-mv .p-mv__sub-text__item {
    width: 57vh;
    max-width: 420px;
    margin: 0;
  }
}
.p-mv .p-mv__sub-text__hodai {
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__sub-text__hodai {
    padding-bottom: 17px;
    margin-bottom: 16px;
  }
}
.p-mv .p-mv__sub-text__monthly {
  width: 78%;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__sub-text__monthly {
    width: 77%;
    max-width: 480px;
  }
}
@media screen and (max-height: 700px) and (min-width: 821px) {
  .p-mv .p-mv__sub-text__monthly {
    width: 70%;
  }
}
.p-mv .p-mv__sub-text__monthly-text {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  margin-top: 4px;
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__sub-text__monthly-text {
    letter-spacing: 0.05em;
    font-size: 17px;
    font-weight: 600;
  }
}
@media screen and (min-width: 821px) {
  .p-mv .p-mv__sub-text__btns {
    width: 45vh;
    max-width: 380px;
    margin-top: -2%;
  }
}
.p-mv .p-mv__sub-text__btns a {
  display: block;
}
.p-mv .p-mv__sub-text__btns a:first-of-type {
  margin-bottom: 10px;
}
.p-mv .p-review-number__content {
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-mv .p-review-number__content {
    margin-bottom: 4px;
    padding-right: 17px;
  }
}
.p-mv .starRating .reviewNumber {
  font-weight: bold;
}
.p-mv .starRating .reviewNumber:last-child {
  background: #e6e6e6;
  border-radius: 4px;
  color: #1a1a1a !important;
  font-size: 1.3rem;
  padding: 4px 8px;
  margin: 0 0 0 4px !important;
  font-weight: bold;
  line-height: 1;
}

.hodai__annotation {
  margin: 10px 0 70px;
  color: #cccccc;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 0 15px;
  line-height: 1.77;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .hodai__annotation {
    font-size: 1.2rem;
    text-align: center;
  }
}
.hodai__annotation.first {
  margin: 16px 0 70px;
}
@media screen and (min-width: 821px) {
  .hodai__annotation.first {
    margin: 4% 0 60px;
    position: relative;
    z-index: 100;
  }
}
.hodai__annotation a {
  color: #29abe2;
}

.p-lead {
  text-align: center;
}
.p-lead .p-lead__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.p-lead .p-lead__ttl span {
  color: #ff8200;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__ttl {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
.p-lead .p-lead__txt {
  line-height: 2;
  margin-bottom: 17px;
  font-size: 1.5rem;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__txt {
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.p-lead .p-lead__sub-ttl {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 821px) {
  .p-lead .p-lead__sub-ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.p-course-banner {
  padding: 60px 0;
}
@media screen and (min-width: 821px) {
  .p-course-banner {
    max-width: 100%;
    position: relative;
    padding: 80px 0 80px 5.6640625%;
  }
}
.p-course-banner .p-course__inner {
  margin: 0 auto;
  padding: 0 0 0 15px;
  position: relative;
}
.p-course-banner .p-course__slider {
  margin-bottom: 36px;
}
@media screen and (min-width: 821px) {
  .p-course-banner .p-course__slider {
    margin-bottom: 50px;
  }
}
.p-course-banner .p-course__slider h2 {
  font-size: 1.9rem;
  color: #fff;
  margin-bottom: 12px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-course-banner .p-course__slider h2 {
    font-size: 2.4rem;
  }
}
.p-course-banner .course-slider {
  margin-bottom: 40px;
}
.p-course-banner .course-slider:last-child {
  margin-bottom: 0;
}

.course-slider {
  position: relative;
  touch-action: pan-y;
}
@media screen and (min-width: 821px) {
  .course-slider:hover .splide__arrow--next {
    opacity: 1;
  }
}
.course-slider .splide__track {
  padding-right: 7% !important;
}
@media screen and (min-width: 821px) {
  .course-slider .splide__track {
    padding-right: 10% !important;
  }
}
.course-slider .course-slider__link {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.course-slider .course-slider__link:hover {
  opacity: 0.8;
}
.course-slider .course-slider__link figure {
  position: relative;
  overflow: hidden;
}
.course-slider .course-slider__link figure::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.course-slider .course-slider__link figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.course-slider .course-slider__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.course-slider .course-slider__text {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  /* 横幅のMAXに達しても改行しない */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 「…」と省略 */
  -webkit-text-overflow: ellipsis;
  /* Safari用 */
  -o-text-overflow: ellipsis;
  /* Opera用 */
}
@media screen and (min-width: 821px) {
  .course-slider .course-slider__text {
    font-size: 1.8rem;
  }
}
.course-slider .splide__arrow--prev {
  display: none !important;
}
.course-slider .splide__arrow--next {
  display: none;
  position: absolute;
  right: 15px;
  top: -14%;
  transform: translateY(-50%);
  background: transparent;
  width: 14px;
  height: 14px;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 821px) {
  .course-slider .splide__arrow--next {
    display: block;
    width: 80px;
    top: 50%;
    right: 0;
    height: 100%;
    border-radius: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
}
.course-slider .splide__arrow--next svg {
  fill: #ccc;
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 821px) {
  .course-slider .splide__arrow--next svg {
    fill: #fff;
    color: #fff;
    width: 24px;
    height: 24px;
    margin-top: -40px;
    margin-left: 16px;
  }
}

.p-image {
  position: relative;
  margin-bottom: 60px;
  z-index: 10;
}
@media screen and (min-width: 821px) {
  .p-image {
    margin-bottom: 128px;
  }
}
.p-image .p-image__item {
  width: 108%;
  margin: 0 auto;
  position: absolute;
  left: 52%;
  bottom: -26%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-image .p-image__item {
    width: 45%;
  }
}
@media screen and (min-width: 821px) {
  .p-image .p-image__item {
    width: 40.489583%;
    left: 51%;
    bottom: -29%;
  }
}

.p-review {
  padding: 43px 0;
  text-align: center;
  background: url("/hodai/assets_new/img/hodai/new/bg-review-sp.webp") no-repeat top/cover;
  background-position: center;
}
@media screen and (min-width: 821px) {
  .p-review {
    padding: 60px 0 70px;
    background: url("/hodai/assets_new/img/hodai/new/bg-review.webp") no-repeat center top/cover;
    background-position: center;
  }
}
.p-review .p-review__ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-review .p-review__ttl {
    font-size: 3.6rem;
    margin-bottom: 46px;
  }
}
.p-review .p-review__ttl span {
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (min-width: 821px) {
  .p-review .p-review__ttl span {
    font-size: 4rem;
  }
}
.p-review h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  line-height: 1.1;
  margin-bottom: 14px;
}
@media screen and (min-width: 821px) {
  .p-review h3 {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.p-review h3::before {
  display: block;
  content: "";
  width: 28px;
  height: 26px;
  background: url("/hodai/assets_new/img/hodai/new/icon-review.webp") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-review h3::before {
    width: 44px;
    height: 41px;
    margin-bottom: -6px;
  }
}
.p-review .p-review__btn {
  max-width: 300px;
  margin: 0 auto 14px;
}
@media screen and (min-width: 821px) {
  .p-review .p-review__btn {
    max-width: 360px;
  }
}
.p-review .ukomistarRatingSummarySection {
  display: block;
}
.p-review .p-review__annotation {
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media screen and (min-width: 821px) {
  .p-review .p-review__annotation {
    font-size: 1.2rem;
  }
}
.p-review__slider {
  overflow: hidden;
  width: 100%;
  margin-bottom: 28px;
}
@media screen and (min-width: 821px) {
  .p-review__slider {
    margin-bottom: 60px;
  }
}
.p-review__row {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.p-review__row:last-child {
  margin-bottom: 0;
}
.p-review__track {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  gap: 20px;
  will-change: transform;
}
.p-review__card {
  flex-shrink: 0;
  width: 280px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  color: #000;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 110px;
}
@media screen and (min-width: 821px) {
  .p-review__card {
    width: 320px;
    padding: 20px;
    gap: 16px;
  }
}
.p-review__avatar {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.p-review__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-review__text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  color: #333;
  margin: 0;
}
@media screen and (min-width: 821px) {
  .p-review__text {
    font-size: 1.4rem;
  }
}
.p-review .review-sidebar {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-review .review-sidebar {
    width: 340px;
  }
}
.p-review .kuchikomi,
.p-review .review-detail-button {
  width: 100%;
  box-sizing: border-box;
}
.p-review .kuchikomi {
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}
.p-review .review-sidebar-label {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 821px) {
  .p-review .review-sidebar-label {
    font-size: 20px;
  }
}
.p-review .review-summary-container {
  display: block !important;
  flex: 1;
  min-width: 0;
}
.p-review .starRating {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.p-review .review-summary-container .starRating {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.p-review .review-summary-container .starRating span.ukmcustomfont {
  font-size: 18px !important;
  line-height: 1;
}
.p-review .review-summary-container .starRating span.reviewNumber {
  font-weight: 700;
  font-size: 12px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  white-space: nowrap;
  margin-left: 12px;
}
.p-review .review-detail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 821px) {
  .p-review .review-detail-button {
    font-size: 18px;
  }
}
.p-review .review-detail-button:hover {
  opacity: 0.92;
}
.p-review .review-detail-button .arrow {
  font-size: 18px;
  line-height: 1;
}
.p-review .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  overflow-x: hidden;
  z-index: 1000;
}
.p-review .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.p-review .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
  margin-top: 100px;
}
.p-review .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -47px;
  right: -10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.p-review .modal-content {
  background: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  border: none;
  padding: 20px;
  color: #000;
}
.p-review .review-sidebar .starRating span.highlight {
  color: rgb(252, 132, 1);
}
@media screen and (max-width: 767px) {
  .p-review .review-sidebar {
    width: 85%;
    margin: 0 auto;
  }
}

.singleReview {
  padding: 40px 16px !important;
}

.reviewWidget_title {
  font-weight: bold !important;
  margin-top: 0 !important;
}

.reviewWidget .reviewWidget_inner.swiper,
.reviewWidget_inner,
.u_komi_qa_widget_inner {
  padding: 0 !important;
}

.review-container {
  width: auto !important;
  margin-bottom: 0 !important;
}

.starRating span.highlight {
  color: #ff8200 !important;
}

@-webkit-keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes slide-left-second {
  0% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(calc(-50% + 150px));
  }
}
@keyframes slide-left-second {
  0% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(calc(-50% + 150px));
  }
}
@-webkit-keyframes slide-left-second-pc {
  0% {
    transform: translateX(170px);
  }
  100% {
    transform: translateX(calc(-50% + 170px));
  }
}
@keyframes slide-left-second-pc {
  0% {
    transform: translateX(170px);
  }
  100% {
    transform: translateX(calc(-50% + 170px));
  }
}
.p-freedom {
  position: relative;
  overflow: hidden;
  background: #190d0b;
  background: linear-gradient(210deg, rgb(25, 13, 11) 0%, rgb(38, 19, 20) 50%, rgb(25, 13, 11) 100%);
}
@media screen and (min-width: 821px) {
  .p-freedom {
    padding: 70px 0;
  }
}
@media screen and (min-width: 821px) {
  .p-freedom .p-freedom-video {
    max-width: 596px;
    margin: 0 auto;
  }
}
.p-freedom video {
  vertical-align: bottom;
}
.p-freedom .p-freedom__inner {
  padding: 36px 15px 43px;
  margin: -15% auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .p-freedom .p-freedom__inner {
    padding: 50px 10px 0;
    text-align: center;
    margin: 0 auto;
  }
}
.p-freedom .p-freedom__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 66px;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(26, 26, 26) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 821px) {
  .p-freedom .p-freedom__inner::before {
    display: none;
  }
}
.p-freedom .p-freedom-video {
  width: 100%;
}
.p-freedom h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 821px) {
  .p-freedom h2 {
    font-size: 3.2rem;
  }
}
.p-freedom p {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #f2f2f2;
}
@media screen and (min-width: 821px) {
  .p-freedom p {
    font-size: 1.7rem;
  }
}
.p-freedom p:not(:last-child) {
  margin-bottom: 18px;
}
.p-freedom__intro {
  background: linear-gradient(to bottom, rgb(204, 204, 204) 0%, rgba(68, 68, 68, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  height: 100px;
  margin-bottom: 18px;
}
@media screen and (min-width: 821px) {
  .p-freedom__intro {
    height: 124px;
  }
}
.p-freedom__intro--open {
  background: none;
  -webkit-text-fill-color: inherit;
  color: inherit;
  height: auto;
}
.p-freedom__btn {
  background: transparent;
  border: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 42px;
  height: 42px;
  color: #fff;
  background: #1a1a1a;
  width: 200px;
  text-align: center;
  border-radius: 21px;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 821px) {
  .p-freedom__btn {
    font-size: 1.6rem;
    width: 300px;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    margin: -2% auto 0;
  }
}
.p-freedom__btn.is-open {
  margin-top: 16px;
}
@media screen and (min-width: 821px) {
  .p-freedom__btn.is-open {
    margin-top: 30px;
  }
}
.p-freedom__btn.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
.p-freedom__btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.p-freedom__detail p:not(:last-child) {
  margin-bottom: 18px;
}

.p-faq {
  padding: 60px 15px;
  background: #190d0b;
  background: linear-gradient(180deg, rgb(25, 13, 11) 0%, rgb(38, 19, 20) 41%, rgb(25, 13, 11) 100%);
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-faq {
    padding: 70px 15px;
  }
}
.p-faq h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-faq h2 {
    font-size: 4rem;
    margin-bottom: 60px;
  }
}
.p-faq__inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-faq__inner {
    padding-left: 30px;
  }
}
.p-faq__section {
  margin-bottom: 50px;
}
.p-faq__section:last-child {
  margin-bottom: 0;
}
.p-faq__section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-faq__section-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.p-faq__item {
  margin-bottom: 24px;
  border-radius: 12px;
  background: #fff;
  color: #000;
}
.p-faq__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 40px 12px 14px;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
}
@media screen and (min-width: 821px) {
  .p-faq__question {
    font-size: 2rem;
    padding: 16px 36px;
    gap: 16px;
  }
}
.p-faq__label {
  color: #ff9d00;
  flex-shrink: 0;
  font-size: 2rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-faq__label {
    font-size: 2.2rem;
    margin-top: -4px;
  }
}
.p-faq__question-text {
  flex: 1;
}
.p-faq__icon {
  flex-shrink: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  width: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  background: url("/hodai/assets_new/img/hodai/new/icon-faq-open.svg") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-faq__icon {
    font-size: 2rem;
    width: 24px;
  }
}
.p-faq__answer {
  display: flex;
  gap: 12px;
  padding: 0 12px 12px 14px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  overflow: hidden;
  max-height: 1000px;
  transition:
    max-height 0.3s ease,
    padding-top 0.3s ease,
    padding-bottom 0.3s ease,
    opacity 0.3s ease;
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .p-faq__answer {
    font-size: 1.6rem;
    padding: 0 36px 24px;
    gap: 16px;
  }
}
.p-faq__answer--closed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 14px;
  opacity: 0;
}
@media screen and (min-width: 821px) {
  .p-faq__answer--closed {
    padding: 0 36px 0;
  }
}
.p-faq__answer-text {
  flex: 1;
  margin: 0;
  padding-top: 6px;
}
.p-faq__item--open {
  background: #ffffff;
}
.p-faq__item--open .p-faq__question {
  position: relative;
  color: #000000;
}
.p-faq__item--open .p-faq__question::before {
  content: "";
  display: block;
  width: 92%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .p-faq__item--open .p-faq__question::before {
    width: 91%;
    bottom: 5px;
  }
}
.p-faq__item--open .p-faq__answer-text {
  color: #000000;
}
.p-faq__item--open .p .p-faq__icon {
  transform: rotate(0deg) translateY(-50%);
  background: url("/hodai/assets_new/img/hodai/new/icon-faq-open.svg") no-repeat center top/cover;
}
.p-faq .p-faq__icon {
  position: absolute;
  transform: rotate(0deg) translateY(-50%);
  width: 14px;
  height: 7px;
  top: 50%;
  right: 12px;
}
@media screen and (min-width: 821px) {
  .p-faq .p-faq__icon {
    right: 36px;
  }
}
.p-faq .p-faq__item--closed .p-faq__icon {
  top: 45%;
  transform: rotate(180deg) translateY(-50%);
}
.p-faq .p-faq__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 821px) {
  .p-faq .p-faq__contact {
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 821px) {
  .p-faq .p-faq__contact li {
    width: calc(50% - 8px);
  }
}

.p-price {
  padding: 60px 0 0;
  background: #221a14;
  background: linear-gradient(235deg, rgb(34, 26, 20) 0%, rgb(55, 45, 40) 50%, rgb(34, 26, 20) 100%);
  background-size: 100% 1480px;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  .p-price {
    padding: 70px 0 0;
    background-size: 100% 1900px;
  }
}
.p-price .scroll-hint-icon {
  background: #666;
}
.p-price h2 {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-price h2 {
    font-size: 4rem;
  }
}
.p-price h3 {
  font-size: 2.4rem;
  font-weight: bold;
  width: 240px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto 14px;
  background: #ea3c00;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .p-price h3 {
    font-size: 2.8rem;
    width: 273px;
    height: 48px;
    border-radius: 24px;
  }
}
.p-price .p-image {
  margin-top: -36px;
  position: relative;
  z-index: 0;
}
.p-price .p-price__content h4 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 14px;
}
.p-price .p-price__content h4 span {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
@media screen and (min-width: 821px) {
  .p-price .p-price__content h4 {
    font-size: 2rem;
    margin-bottom: 28px;
  }
}
.p-price .p-price__content .p-price__price-area {
  width: 260px;
  margin: 0 auto 14px;
}
.p-price .p-price__content .p-price__price-area dl {
  margin-bottom: 10px;
}
.p-price .p-price__content .p-price__price-area dl div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 821px) {
  .p-price .p-price__content .p-price__price-area dl div {
    font-size: 1.8rem;
  }
}
.p-price .p-price__content .p-price__price-area dl div dd {
  text-align: right;
}
.p-price .p-price__content .p-price__price-area dl div dd small {
  display: block;
  margin-top: -2%;
}
.p-price .p-price__content .p-price__price-area dl div:last-child {
  padding-bottom: 0;
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.p-price .p-price__content .p-price__next-year {
  text-align: center;
  color: #cccccc;
  background: #1a1a1a;
  padding: 4px 0;
  font-size: 1.4rem;
  text-align: center;
}
.p-price__btn {
  width: 80%;
  margin: 0 auto 14px;
}
@media screen and (min-width: 821px) {
  .p-price__btn {
    width: 360px;
  }
}
.p-price__card {
  width: 180px;
  margin: 0 auto 14px;
}
@media screen and (min-width: 821px) {
  .p-price__card {
    width: 220px;
  }
}
.p-price__price-img {
  width: 270px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 821px) {
  .p-price__price-img {
    width: 325px;
  }
}
.p-price .hodai__annotation {
  margin-bottom: 0;
}
@media screen and (min-width: 821px) {
  .p-price .hodai__annotation {
    margin-top: 30px;
  }
}
.p-price__table {
  background: url("/hodai/assets_new/img/hodai/new/bg-price-sp.webp") no-repeat center top/cover;
  background-position: center;
  padding: 60px 0;
  margin-top: 47px;
}
@media screen and (min-width: 821px) {
  .p-price__table {
    background: url("/hodai/assets_new/img/hodai/new/bg-price.webp") no-repeat center top/cover;
    background-position: center;
    padding: 80px 0 80px;
    margin-top: 80px;
  }
}
.p-price__table-inner {
  width: 100%;
  padding: 20px 0;
  background: #221a14;
  background: linear-gradient(225deg, rgb(34, 26, 20) 0%, rgb(55, 45, 40) 54%, rgb(34, 26, 20) 100%);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-price__table-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
    border-radius: 30px;
  }
}
.p-price__table-header {
  margin-bottom: 0;
  padding: 0 15px;
}
@media screen and (min-width: 821px) {
  .p-price__table-header {
    width: 524px;
    margin: 0 auto 20px;
  }
}
.p-price__table-header .p-price__table-detail-text {
  width: 184px;
  margin: 10px auto 14px;
}
@media screen and (min-width: 821px) {
  .p-price__table-header .p-price__table-detail-text {
    width: 257px;
    margin: 14px 0 20px 24px;
  }
}
.p-price__table-body {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 821px) {
  .p-price__table-body {
    overflow-x: visible;
  }
}
.p-price__table-scroll {
  width: 610px;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .p-price__table-scroll {
    width: 100%;
    max-width: 860px;
  }
}
.p-price__comparison-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-price__comparison-table thead th {
  padding: 6px 8px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #666;
  border-left: none;
  border-right: none;
  font-size: 1.5rem;
}
.p-price__comparison-table thead th:first-child {
  width: 65px;
}
@media screen and (min-width: 821px) {
  .p-price__comparison-table thead th:first-child {
    width: 140px;
  }
}
.p-price__comparison-table thead th:nth-child(2) {
  width: 274px;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-price__comparison-table thead th:nth-child(2) {
    width: 410px;
    font-size: 2.2rem;
  }
}
.p-price__comparison-table thead th:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: #666;
  z-index: 1;
  height: 100%;
  transform: translateY(-50%);
  top: 50%;
}
.p-price__comparison-table thead th:nth-child(3) {
  width: 215px;
}
@media screen and (min-width: 821px) {
  .p-price__comparison-table thead th:nth-child(3) {
    width: 310px;
    font-size: 1.8rem;
  }
}
.p-price__comparison-table tbody tr {
  border-bottom: 1px solid #666;
}
.p-price__comparison-table tbody tr:last-of-type {
  border-bottom: none;
}
.p-price__comparison-table tbody td {
  padding: 12px 8px;
  border-top: 1px solid #666;
  border-left: none;
  border-right: none;
  vertical-align: top;
}
.p-price__comparison-table tbody td:first-child {
  width: 102px;
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  vertical-align: middle;
  color: #e6e6e6;
  background: #191413;
}
@media screen and (min-width: 821px) {
  .p-price__comparison-table tbody td:first-child {
    font-size: 1.7rem;
  }
}
.p-price__comparison-table tbody td:first-child.top {
  vertical-align: top;
}
.p-price__comparison-table tbody td:nth-child(2) {
  width: 240px;
  vertical-align: middle;
  position: relative;
  padding: 12px 15px;
}
@media screen and (min-width: 821px) {
  .p-price__comparison-table tbody td:nth-child(2) {
    padding: 16px 40px;
  }
}
.p-price__comparison-table tbody td:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: #666;
  z-index: 1;
  height: 100%;
  transform: translateY(-50%);
  top: 50%;
}
.p-price__comparison-table tbody td:nth-child(2).center {
  padding: 0px 15px 4px 15px;
}
.p-price__comparison-table tbody td:nth-child(2).center .p-price__table-content {
  margin-top: 31px;
}
.p-price__comparison-table tbody td:nth-child(2).center02 {
  padding: 0px 15px 4px 15px;
}
.p-price__comparison-table tbody td:nth-child(2).center02 .p-price__table-content {
  margin-top: 23px;
}
.p-price__comparison-table tbody td:nth-child(3) {
  width: 233px;
  vertical-align: middle;
}
.p-price__comparison-table tbody td:nth-child(3).vertical-align-top {
  vertical-align: top;
}
.p-price__comparison-table tbody td:nth-child(3) .p-price__table-main {
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .p-price__comparison-table tbody td:nth-child(3) {
    width: 310px;
    padding: 16px 20px;
  }
  .p-price__comparison-table tbody td:nth-child(3) .p-price__table-main {
    font-size: 1.8rem;
  }
}
.p-price__comparison-table tbody td:nth-child(3) .mt-25 {
  margin-top: -25px;
}
.p-price__table-label {
  font-weight: 500;
}
.p-price__table-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-price__table-main {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #fff;
}
.p-price__table-main--bold {
  font-size: 1.7rem;
  font-weight: bold;
}
.p-price__table-main .bolder {
  font-weight: 500;
}
.p-price__table-main .p-price__table-orange {
  color: #ff8200;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-price__table-main .p-price__table-orange {
    font-size: 2.2rem;
  }
}
.p-price__table-main .p-price__table-orange.bigger {
  font-size: 2.2rem;
}
@media screen and (min-width: 821px) {
  .p-price__table-main .p-price__table-orange.bigger {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 821px) {
  .p-price__table-main {
    font-size: 2.2rem;
  }
}
.p-price__table-note {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-price__table-note {
    font-size: 1.6rem;
  }
}
.p-price__table-note02 {
  font-size: 1.2rem;
  color: #f2f2f2;
  line-height: 1;
  background: #1e1b1a;
  padding: 4px 8px;
  line-height: 1.3;
  width: 100%;
  margin-top: 2px;
  letter-spacing: 0;
}
@media screen and (min-width: 821px) {
  .p-price__table-note02 {
    font-size: 1.4rem;
    width: 330px;
  }
}
.p-price__table-checkbox {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  gap: 2px;
  flex-direction: row;
  flex-wrap: wrap;
}
.p-price__table-checkbox span {
  width: 49%;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 821px) {
  .p-price__table-checkbox span {
    font-size: 1.8rem;
  }
}
.p-price__table-checkbox.flex-wrap {
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  transform: translateX(15px);
}
@media screen and (min-width: 821px) {
  .p-price__table-checkbox.flex-wrap {
    transform: translateX(26px);
  }
}
.p-price__table-checkbox.flex-wrap span {
  font-weight: 500;
  width: auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .p-price__table-checkbox.flex-wrap span {
    font-size: 1.8rem;
  }
}
.p-price__table-checkbox.flex-wrap span:nth-of-type(odd) {
  width: 130px;
}
@media screen and (min-width: 821px) {
  .p-price__table-checkbox.flex-wrap span:nth-of-type(odd) {
    width: 165px;
  }
}
@media screen and (min-width: 821px) {
  .p-price__table-checkbox.flex-wrap span {
    font-size: 2.2rem;
  }
  .p-price__table-checkbox.flex-wrap span::before {
    width: 19px;
    height: 18px;
  }
}
.p-price__checkbox-item {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 821px) {
  .p-price__checkbox-item {
    font-size: 2.1rem;
    letter-spacing: normal;
  }
}
.p-price__checkbox-item::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-right: 4px;
  background: url("/hodai/assets_new/img/hodai/new/icon-check.svg") no-repeat center top/cover;
}
@media screen and (min-width: 821px) {
  .p-price__checkbox-item::before {
    width: 16px;
    height: 15px;
  }
}
.p-price .p-price__table-note03 {
  font-size: 1rem;
  padding: 0 15px;
  margin-top: 14px;
}
@media screen and (min-width: 821px) {
  .p-price .p-price__table-note03 {
    max-width: 1000px;
    margin: 20px auto 0;
  }
}
.p-price .p-price__add-campaign {
  margin-top: 28px;
}
@media screen and (min-width: 821px) {
  .p-price .p-price__add-campaign {
    margin-top: 40px;
  }
}
.p-price .p-price__add-campaign-title {
  background: #f88e00;
  background: linear-gradient(235deg, rgb(248, 142, 0) 0%, rgb(246, 53, 0) 100%);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 8px 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-price .p-price__add-campaign-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding: 8px 0 14px;
  }
}
.p-price .p-price__add-campaign-title small {
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .p-price .p-price__add-campaign-title small {
    font-size: 1.8rem;
  }
}
.p-price .p-price__add-campaign-title span {
  color: #ffff00;
}
.p-price .p-price__add-campaign figure {
  padding: 0 10px;
}
@media screen and (min-width: 821px) {
  .p-price .p-price__add-campaign figure {
    width: 487px;
    margin: 0 auto 24px;
  }
}
.p-price .p-price__add-campaign .hodai__annotation {
  text-align: center;
}

.p-first {
  position: relative;
  overflow: hidden;
  background: #190d0b;
  background: linear-gradient(180deg, rgb(25, 13, 11) 0%, rgb(38, 19, 20) 41%, rgb(25, 13, 11) 100%);
}
.p-first .p-first__inner {
  padding: 43px 15px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .p-first .p-first__inner {
    padding: 70px 0;
  }
}
.p-first h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .p-first h2 {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
.p-first p {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-first p {
    font-size: 1.7rem;
  }
}
.p-first p:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 821px) {
  .p-first p:not(:last-child) {
    margin-bottom: 28px;
  }
}
.p-first .p-first__step {
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 821px) {
  .p-first .p-first__step {
    max-width: 500px;
    margin: 50px auto 40px;
  }
}
.p-first .p-first__step .p-first__step-item {
  padding: 10px;
  background: #302a28;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-first .p-first__step .p-first__step-item {
    padding: 10px 24px;
    font-size: 1.8rem;
    margin-bottom: 28px;
  }
}
.p-first .p-first__step .p-first__step-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .p-first .p-first__step .p-first__step-item::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -19px;
  }
}
.p-first .p-first__step .p-first__step-item:last-child {
  margin-bottom: 0;
}
.p-first .p-first__step .p-first__step-item:last-child::before {
  display: none;
}
.p-first .p-first__step .p-first__step-item span {
  margin-right: 8px;
}
@media screen and (min-width: 821px) {
  .p-first .p-first__step .p-first__step-item span {
    margin-right: 16px;
  }
}
@media screen and (min-width: 821px) {
  .p-first .p-first__btn {
    max-width: 360px;
    margin: 0 auto;
    display: block;
  }
}

.p-course {
  padding: 0 0 50px;
}
@media screen and (min-width: 821px) {
  .p-course {
    padding: 0 0 90px;
  }
}
.p-course h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-course h2 {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 821px) {
  .course_ctgr_list {
    max-width: 1000px;
    margin: 0 auto;
    gap: 26px;
  }
}
@media screen and (min-width: 821px) {
  .course_ctgr_list .course_ctgr_list__item {
    width: calc(50% - 13px);
    max-width: inherit;
    margin: 0;
  }
}

.course_ctgr_ttl {
  cursor: pointer;
  background-position: top;
  margin: 0 auto 2.5vw;
  padding: 18px 0 0;
  height: 62px;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 821px) {
  .course_ctgr_ttl {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    height: 74px;
    background-position: top;
  }
}
.course_ctgr_ttl.is-open {
  background-position: top;
  margin: 0 auto 7.5vw;
}
@media screen and (min-width: 821px) {
  .course_ctgr_ttl.is-open {
    margin: 0 auto 1.2vw;
  }
}
.course_ctgr_ttl.is-open::before,
.course_ctgr_ttl.is-open::after {
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  border-top: 22px solid #b3b3b3;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  position: absolute;
}
.course_ctgr_ttl.is-open::after {
  bottom: -20px;
  border-top: solid 22px #fff;
}
@media screen and (min-width: 821px) {
  .course_ctgr_ttl.is-open {
    background-position: top;
  }
}

.course_ctgr_ttl_inner {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .course_ctgr_ttl_inner {
    font-size: 2rem;
  }
}

.course_ctgr_ttl_num {
  position: absolute;
  right: 50px;
  top: 18px;
}
@media screen and (min-width: 821px) {
  .course_ctgr_ttl_num {
    font-size: 1.8rem;
    top: 22px;
    right: 60px;
  }
}

.course_ctgr_ttl_inner::after {
  background: url("/hodai/assets_new/img/hodai/new/icon-sannkaku.svg") no-repeat center top/cover;
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  border: none;
  width: 18px;
  height: 18px;
  transform: rotate(0);
}
@media screen and (min-width: 821px) {
  .course_ctgr_ttl_inner::after {
    transform: rotate(0) !important;
    width: 28px !important;
    height: 28px !important;
    top: 22px;
  }
}

.course_ctgr_ttl.is-open .course_ctgr_ttl_inner::after {
  border: none;
  width: 18px;
  height: 18px;
  top: 20px;
  transform: rotate(180deg);
}
@media screen and (min-width: 821px) {
  .course_ctgr_ttl.is-open .course_ctgr_ttl_inner::after {
    top: 22px;
    transform: rotate(180deg) !important;
    width: 28px !important;
    height: 28px !important;
  }
}

footer {
  background: #fff;
  color: #000;
  border-top: 1px solid #666;
}

.popup-content {
  color: #333;
}

.cp-area {
  position: relative;
  width: 335px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .cp-area {
    width: 98%;
  }
}
.cp-area .cp-area__img {
  position: absolute;
  left: -5px;
  width: 100%;
  height: 100%;
  width: 118px;
  height: auto;
  z-index: 10;
  overflow: hidden;
  top: 42%;
  transform: translateY(-50%);
}
@media screen and (min-width: 821px) {
  .cp-area .cp-area__img {
    width: 170px;
    height: auto;
    top: 46%;
  }
}
@media screen and (max-height: 700px) and (min-width: 821px) {
  .cp-area .cp-area__img {
    width: 130px;
    left: 20px;
  }
}
@media screen and (max-height: 550px) and (min-width: 821px) {
  .cp-area .cp-area__img {
    width: 105px;
    top: 46%;
  }
}
.cp-area .cp-area__img img {
  width: 100%;
  height: 100%;
}
.cp-area .cp-area__img .cp-area__img-animation {
  overflow: hidden;
  width: 93px;
  height: 90px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 47%;
  top: 44%;
  border-radius: 50%;
}
@media screen and (min-width: 821px) {
  .cp-area .cp-area__img .cp-area__img-animation {
    width: 120px;
    height: 120px;
    left: 47%;
    top: 42%;
  }
}
@media screen and (max-height: 700px) and (min-width: 821px) {
  .cp-area .cp-area__img .cp-area__img-animation {
    width: 90px;
    height: 90px;
    left: 48%;
    top: 45%;
  }
}
@media screen and (max-height: 550px) and (min-width: 821px) {
  .cp-area .cp-area__img .cp-area__img-animation {
    width: 80px;
    height: 80px;
    top: 45%;
  }
}
.cp-area .cp-area__img .cp-area__img-animation::after {
  -webkit-animation: 2s 0s shine linear infinite;
  animation: 2s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
.cp-area .cp-area__text {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px 0 4px 110px;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
  line-height: 1.1;
}
@media screen and (min-width: 821px) {
  .cp-area .cp-area__text {
    font-size: 31px;
    padding: 0.5vh 0 0.5vh 30%;
    margin-bottom: 3.8461538462%;
  }
}
@media screen and (max-height: 700px) and (min-width: 821px) {
  .cp-area .cp-area__text {
    font-size: 1.8rem;
  }
}
.cp-area .cp-area__text::before,
.cp-area .cp-area__text::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.cp-area .cp-area__text::before {
  top: inherit;
  bottom: 0;
}
.cp-area .cp-area__text p {
  line-height: 1.5;
}
.cp-area .cp-area__text span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .cp-area .cp-area__text span {
    font-size: 23px;
  }
}
@media screen and (max-height: 700px) {
  .cp-area .cp-area__text span {
    font-size: 1.4rem;
  }
}

.cp-mv .p-mv__main-text {
  top: 12.5vh;
}
@media screen and (min-width: 768px) {
  .cp-mv .p-mv__main-text {
    top: 8vw;
  }
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__main-text {
    top: 16vh;
  }
}
.cp-mv .p-mv__sub-text__hodai {
  border: none;
  padding-bottom: 0;
  margin-bottom: 18px;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__sub-text__hodai {
    margin: 0;
    margin-bottom: 2.7%;
    width: 100%;
  }
}
.cp-mv .p-mv__sub-text__hodai .p-mv__sub-text__hodai-img {
  width: 70%;
  margin: 0 0 0 auto;
}
.cp-mv .p-mv__inner::before {
  height: 103vw;
  max-height: 410px;
}
@media screen and (min-width: 768px) {
  .cp-mv .p-mv__inner::before {
    height: 33vw;
    max-height: 100%;
  }
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__inner::before {
    height: 50vh;
  }
}
.cp-mv .p-mv__sub-text__item {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .cp-mv .p-mv__sub-text__item {
    width: 40%;
  }
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__sub-text__item {
    width: 80vh;
    flex-shrink: 0;
    margin: 0;
    max-width: 540px;
  }
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__flex {
    align-items: center;
  }
}
.cp-mv .p-mv__sub-text {
  bottom: 1.5%;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .cp-mv .p-mv__sub-text {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__sub-text {
    bottom: 3%;
  }
}
@media screen and (max-height: 580px) {
  .cp-mv .p-mv__sub-text {
    bottom: 2%;
  }
}
.cp-mv .p-mv__sub-text__btns {
  max-width: 300px;
  margin: 0 auto;
}
.cp-mv .p-mv__sub-text__btns p {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__sub-text__btns p {
    font-size: 20px;
  }
}
@media screen and (min-width: 821px) {
  .cp-mv .p-mv__sub-text__btns {
    width: 45vh;
    max-width: 380px;
    margin: -2% 0 0 0;
  }
}

.cp-price .p-price__price-area-note {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  background: #1e1b1a;
  padding: 6px 10px;
}
@media screen and (min-width: 821px) {
  .cp-price .p-price__price-area-note {
    font-size: 20px;
    margin: 20px 0;
  }
}
.cp-price .p-price__content h4 {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .cp-price .p-price__content h4 {
    font-size: 2.8rem;
  }
}
.cp-price .p-price__content .p-price__price-area {
  width: 310px;
}
@media screen and (min-width: 821px) {
  .cp-price .p-price__content .p-price__price-area {
    width: 640px;
  }
  .cp-price .p-price__content .p-price__price-area .p-price__next-year {
    width: 260px;
    margin: 0 auto;
  }
}
.cp-price .p-price__content .p-price__price-area .cp-price__content {
  margin-bottom: 10px;
}
.cp-price .cp-text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin: 0 calc(50% - 50vw) 24px;
  background: linear-gradient(90deg, #f73b00 0%, #f87f00 100%);
}
@media screen and (min-width: 821px) {
  .cp-price .cp-text {
    font-size: 2.4rem;
    padding: 10px 0 16px;
    margin: 0 calc(50% - 50vw) 36px;
  }
}
.cp-price .cp-text p {
  line-height: 1.2;
}
.cp-price .cp-text span {
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .cp-price .cp-text span {
    font-size: 1.8rem;
  }
}

.cp-first .p-first__content {
  margin-bottom: 14px;
}
@media screen and (min-width: 821px) {
  .cp-first .p-first__content {
    width: 800px;
    margin: 0 auto 40px;
  }
}
.cp-first .p-first__content h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 821px) {
  .cp-first .p-first__content h3 {
    font-size: 1.8rem;
  }
}
.cp-first .p-first__content p {
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (min-width: 821px) {
  .cp-first .p-first__content p {
    font-size: 1.6rem;
  }
}
.cp-first .p-first__content p small {
  font-size: 1.2rem;
}
@media screen and (min-width: 821px) {
  .cp-first .p-first__content p small {
    font-size: 1.4rem;
  }
}

.course_ctgr_list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 821px) {
  .course_ctgr_list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
  }
}

.ctgr_icon {
  max-width: 5vw;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3vw;
  margin-left: 3vw;
}
@media screen and (min-width: 821px) {
  .ctgr_icon {
    max-width: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.course_ctgr_name {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.course_ctgr_name a {
  position: relative;
  color: #333;
  font-size: 15px;
  padding: 3.5vw 20px;
  display: block;
  width: 100%;
  font-weight: 500;
  border-radius: 8px;
  transition: ease 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 821px) {
  .course_ctgr_name a {
    color: #333 !important;
    font-size: 17px;
    line-height: 1.3;
    padding: 24px 20px 24px 30px;
    cursor: pointer;
    height: 70px;
  }
}
.course_ctgr_name a::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  background: url("/hodai/assets_new/img/hodai/new/course-color01.png") no-repeat center top/cover;
  width: 24px;
  height: 24px;
}
.course_ctgr_name a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.p-course__ttl {
  margin: 0 auto 5vw;
  max-width: 70vw;
}
@media screen and (min-width: 821px) {
  .p-course__ttl {
    margin: 0 auto 30px;
    max-width: 300px;
  }
}

.course_ctgr_list__item {
  width: 345px;
  margin: 0 auto;
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 6 */
  /* 7 */
  /* 8 */
  /* 9 */
  /* 10 */
  /* 11 */
}
.course_ctgr_list__item ul.course_name_list {
  display: none;
  transition: ease 0.3s;
}
@media screen and (min-width: 821px) {
  .course_ctgr_list__item:nth-of-type(1) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(3) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(5) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(7) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(9) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(11) .js-accordion-target {
    transform: translate(0%, 0%);
  }
  .course_ctgr_list__item:nth-of-type(2) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(4) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(6) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(8) .js-accordion-target,
  .course_ctgr_list__item:nth-of-type(10) .js-accordion-target {
    transform: translate(-51%, 0%);
  }
  .course_ctgr_list__item:nth-of-type(2) .course_name_list,
  .course_ctgr_list__item:nth-of-type(4) .course_name_list,
  .course_ctgr_list__item:nth-of-type(6) .course_name_list,
  .course_ctgr_list__item:nth-of-type(8) .course_name_list,
  .course_ctgr_list__item:nth-of-type(10) .course_name_list {
    transform: translate(0%, 0%);
  }
}
.course_ctgr_list__item:first-of-type .course_ctgr_name a:hover {
  background-color: rgba(125, 229, 81, 0.2);
  /* #7de551 */
}
.course_ctgr_list__item:nth-of-type(2) .course_ctgr_name a:hover {
  background-color: rgba(203, 131, 255, 0.2);
  /* #cb83ff */
}
.course_ctgr_list__item:nth-of-type(3) .course_ctgr_name a:hover {
  background-color: rgba(255, 166, 59, 0.2);
  /* #ffa63b */
}
.course_ctgr_list__item:nth-of-type(4) .course_ctgr_name a:hover {
  background-color: rgba(54, 160, 255, 0.2);
  /* #36a0ff */
}
.course_ctgr_list__item:nth-of-type(5) .course_ctgr_name a:hover {
  background-color: rgba(255, 113, 178, 0.2);
  /* #ff71b2 */
}
.course_ctgr_list__item:nth-of-type(6) .course_ctgr_name a:hover {
  background-color: rgba(69, 255, 149, 0.2);
  /* #45ff95 */
}
.course_ctgr_list__item:nth-of-type(7) .course_ctgr_name a:hover {
  background-color: rgba(183, 255, 44, 0.2);
  /* #b7ff2c */
}
.course_ctgr_list__item:nth-of-type(8) .course_ctgr_name a:hover {
  background-color: rgba(255, 119, 87, 0.2);
  /* #ff7757 */
}
.course_ctgr_list__item:nth-of-type(9) .course_ctgr_name a:hover {
  background-color: rgba(255, 90, 173, 0.2);
  /* #ff5aad */
}
.course_ctgr_list__item:nth-of-type(10) .course_ctgr_name a:hover {
  background-color: rgba(158, 74, 255, 0.2);
  /* #9e4aff */
}
.course_ctgr_list__item:nth-of-type(11) .course_ctgr_name a:hover {
  background-color: rgba(255, 223, 87, 0.2);
  /* #ffdf57 */
}

.js-accordion-target.is-open {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .js-accordion-target.is-open {
    width: 1000px;
    margin: 0 auto;
  }
}
.js-accordion-target.is-open .full-width {
  margin: -18% calc(50% - 50vw) 0;
  background: #e6e6e6;
  padding: 60px 10px 20px;
  border-radius: 14px;
}
@media screen and (min-width: 821px) {
  .js-accordion-target.is-open .full-width {
    margin: -1% calc(50% - 50vw) 0;
    padding: 30px 10px;
  }
}
.js-accordion-target.is-open .full-width .course_name_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  gap: 10px;
  transition: ease 0.3s;
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (min-width: 821px) {
  .js-accordion-target.is-open .full-width .course_name_list {
    width: 1000px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

.course_ctgr_list__item:nth-of-type(2) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color02.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(3) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color03.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(4) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color04.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(5) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color05.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(6) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color06.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(7) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color07.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(8) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color08.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(9) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color09.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(10) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color10.png") no-repeat center top/cover;
}
.course_ctgr_list__item:nth-of-type(11) .course_name_list .course_ctgr_name a::before {
  background: url("/hodai/assets_new/img/hodai/new/course-color11.png") no-repeat center top/cover;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.course-annotation {
  font-size: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 821px) {
  .course-annotation {
    font-size: 12px;
  }
}

@-webkit-keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
