@charset "UTF-8";
* {
  font-family: "Noto Sans JP";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.l-container {
  width: 100%;
  padding: 80px 0;
}
.l-container--colored {
  background: #F9F9F9;
}
.l-container h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

a {
  color: #1198F2;
}

.is-pc {
  display: block;
}
.is-tb {
  display: none;
}
.is-sp {
  display: none;
}

.c-footer {
  background: #02272E;
  color: #fff;
  font-size: 12px;
  padding: 20px;
  text-align: center;
}

@media (max-width: 1023px) {
  .l-container {
    width: 100%;
    padding: 60px 20px;
  }
  .l-container--colored {
    background: #FBFAF7;
  }
  .l-container h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 auto 30px;
    width: 100%;
  }
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .l-container {
    width: 100%;
    padding: 60px 20px;
  }
  .l-container--colored {
    background: #FBFAF7;
  }
  .l-container h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 auto 30px;
    width: 100%;
  }
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: block !important;
  }
}

.w-full {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}
.radio-block {
  width: 100%;
  display: block;
}

/* ===== HEADER ===== */
.c-header {
  box-shadow: 0 3px 2px 0 rgba(204, 204, 204, 0.3);
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box;
}
.c-header a {
  background: #F29500;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 12px 16px;
  line-height: 1;
}
.c-header a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 560px) {
  .c-header {
    height: 64px;
    padding: 0 16px;
  }
  .c-header img {
    width: 100px;
  }
  .c-header a {
    font-size: 12px;
    padding: 8px 10px;
  }
}

/* ===== FV CONTAINER ===== */
.c-container {
  max-width: 1440px;
  margin: auto;
  padding: 80px 0 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 60px;
}
.c-container__catch {
  color: #373E42;
  font-size: 54px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 6vw;
  position: relative;
}
.c-container__catch p {
  padding: 0;
  margin: 0;
}
.c-container__catch p:nth-child(1) {
  position: relative;
}
.c-container__catch p:nth-child(2) {
  color: #0097AD;
}
.c-container__catch p:nth-child(2) span {
  color: #373E42;
  font-size: 42px;
  padding-left: 4px;
}
.c-container__mock {
  display: none;
}
.c-container__thumb {
  background: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/4c35ed70-76a7-013e-8e4f-0a58a9feac02/download.gif") no-repeat left center;
  background-size: auto 100%;
  height: 530px;
  flex: 1;
  position: relative;
}
.c-container__thumb img {
  width: 148px;
  position: absolute;
  left: 24px;
  top: -12px;
}
.c-container__badge {
  background: #E4F3F7;
  border-radius: 4px;
  color: #0097AD;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 16px;
  position: absolute;
  line-height: 1;
  top: 16px;
  left: 240px;
  width: max-content;
}
.c-container__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}
.c-container__btn p {
  color: #373E42;
  font-size: 24px;
  font-weight: normal;
  width: 460px;
  text-align: center;
}
.c-container__btn p span {
  font-size: 38px;
  font-weight: bold;
}
.c-container__btn a {
  background: #F29500;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 24px;
  line-height: 1;
  width: 460px;
}
.c-container__btn a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1239px) {
  .c-container { max-width: 1240px; gap: 32px; }
  .c-container__catch { font-size: 46px; margin-left: 4vw; }
  .c-container__catch p:nth-child(2) span { font-size: 32px; }
  .c-container__thumb { height: 460px; }
  .c-container__thumb img { width: 124px; }
  .c-container__badge { font-size: 18px; top: 12px; left: 200px; }
  .c-container__btn { margin-top: 32px; }
  .c-container__btn p { font-size: 20px; width: 420px; }
  .c-container__btn p span { font-size: 32px; }
  .c-container__btn a { font-size: 24px; width: 420px; }
}
@media screen and (max-width: 959px) {
  .c-container { flex-direction: column; padding: 40px 0 30px; }
  .c-container__catch { font-size: 48px; margin-left: 0; text-align: center; }
  .c-container__catch > p:nth-child(1) { position: relative; display: inline-block; left: -50px; }
  .c-container__catch p:nth-child(2) span { font-size: 26px; }
  .c-container__mock { display: block; margin: 32px auto; width: 90%; }
  .c-container__mock img { width: 100%; position: relative; left: 30px; }
  .c-container__thumb { display: none; height: 420px; }
  .c-container__thumb img { width: 112px; }
  .c-container__badge { font-size: 18px; top: 12px; right: 230px; }
  .c-container__btn { margin-top: 24px; width: 80%; margin: auto; }
  .c-container__btn p { font-size: 16px; margin: auto; }
  .c-container__btn p span { font-size: 26px; }
  .c-container__btn a { font-size: 20px; margin: auto; }
}
@media screen and (max-width: 768px) {
  .c-container { flex-direction: column; }
  .c-container__catch { font-size: 48px; margin-left: 0; text-align: center; }
  .c-container__catch > p:nth-child(1) { position: relative; left: -50px; }
  .c-container__catch p:nth-child(2) span { font-size: 32px; }
  .c-container__mock { margin: 24px auto; }
  .c-container__badge { font-size: 18px; top: 12px; right: 200px; }
  .c-container__btn { margin-top: 24px; width: 90%; margin: auto; }
  .c-container__btn p { font-size: 20px; }
  .c-container__btn p span { font-size: 32px; }
  .c-container__btn a { font-size: 24px; }
}
@media screen and (max-width: 560px) {
  .c-container__catch { font-size: 32px; margin-left: 0; text-align: center; }
  .c-container__catch > p:nth-child(1) { position: relative; left: -50px; }
  .c-container__catch p:nth-child(2) span { font-size: 24px; }
  .c-container__badge { font-size: 14px; top: 4px; right: -100px; left: initial; }
  .c-container__btn { margin-top: 24px; }
  .c-container__btn p { font-size: 20px; width: 90%; margin: auto; }
  .c-container__btn p span { font-size: 28px; }
  .c-container__btn a { font-size: 20px; width: 90%; margin: auto; }
}

/* ===== PROBLEM ===== */
.c-problem {
  background: #E4F3F7;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.c-problem__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.c-problem__title {
  text-align: center;
  color: #0C7584;
  font-weight: normal;
}
.c-problem__heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.c-problem__subtitle-main {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
.c-problem__subtitle-sub {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.c-problem__grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1040px;
}
.c-problem__card {
  max-width: 240px;
  width: 22.5vw;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-problem__card-header {
  background: #0097AD;
  padding: 20px 12px;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
}
.c-problem__card-header::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 18px solid #0097AD;
}
.c-problem__card-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-problem__card-content {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 40px 12px 20px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.c-problem__icon {
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-problem__icon-img {
  max-width: 80px;
  max-height: 80px;
}
.c-problem__text {
  font-size: 16px;
  line-height: 1.5;
  color: #373E42;
}
.c-problem__text--highlight {
  color: #0E889A;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-problem__heading { font-size: 28px; }
  .c-problem__subtitle-main { font-size: 40px; }
  .c-problem__grid { align-items: center; max-width: 750px; }
  .c-problem__card { width: 320px; max-width: 100%; }
}
@media (max-width: 768px) {
  .c-problem { padding: 40px 20px; }
  .c-problem__heading { font-size: 24px; }
  .c-problem__subtitle-main { font-size: 36px; }
  .c-problem__subtitle-sub { font-size: 24px; }
  .c-problem__card { width: 280px; max-width: 100%; }
}

/* ===== CTA ===== */
.c-cta {
  margin: 80px;
}
.c-cta p {
  color: #373E42;
  font-size: 20px;
  font-weight: normal;
  width: 460px;
  text-align: center;
  margin: 0 auto;
}
.c-cta span {
  font-size: 32px;
  font-weight: bold;
}
.c-cta a {
  background: #F29500;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 24px;
  line-height: 1;
  width: 460px;
  margin: auto;
}
.c-cta a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.c-cta--small {
  margin: 20px 0 0 0;
}
.c-cta--small a {
  font-size: 16px;
  padding: 8px;
  width: 100%;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .c-cta { margin: 40px; }
  .c-cta p { font-size: 16px; width: 100%; }
  .c-cta span { font-size: 28px; }
  .c-cta a { font-size: 20px; width: 100%; max-width: 640px; }
}

/* ===== CASE ===== */
.c-case {
  background: #F9F9F9;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  margin: auto;
  padding: 80px 0;
}
.c-case__list {
  width: 100%;
  max-width: 940px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-case__item {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  width: 95%;
  margin: auto;
}
.c-case__content {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-case__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-case__title-sub {
  color: #373E42;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
}
.c-case__title-sub span {
  border-bottom: 2px solid #383838;
  padding-bottom: 8px;
  display: block;
}
.c-case__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.c-case__lead {
  color: #373E42;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.c-case__desc {
  color: #373E42;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.c-case__media {
  width: 420px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
}
.c-case__media img {
  width: 100%;
}
@media (max-width: 1023px) {
  .c-case__title-sub { font-size: 28px; }
  .c-case__title-sub span { padding-bottom: 4px; }
  .c-case__lead { font-size: 20px; }
  .c-case__desc { font-size: 16px; }
  .c-case__media { width: 380px; }
}
@media (max-width: 768px) {
  .c-case { padding: 40px 0; }
  .c-case__content { width: 90%; margin: auto; gap: 16px; }
  .c-case__item { flex-direction: column-reverse; gap: 16px; }
  .c-case__item--reverse { flex-direction: column; }
  .c-case__title-sub { font-size: 24px; }
  .c-case__media { width: 80%; }
}

/* ===== USAGE ===== */
.c-usage { padding-bottom: 0; }
.c-usage__list {
  max-width: 1440px;
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .c-usage__list { width: 100%; flex-direction: column; gap: 20px; }
}

/* ===== MOVIE ===== */
.c-movie { padding-bottom: 0; }
.c-movie__list {
  max-width: 1440px;
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.c-movie__list li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(33.333% - 20px);
}
.c-movie__cate {
  border: 1px #373E42 solid;
  color: #373E42;
  padding: 4px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  margin: 16px 0 0;
}
.c-movie__name {
  padding: 0;
  margin: 8px 0 0;
  font-size: 16px;
}
.c-movie__exp {
  font-size: 18px;
  background: #F9F9F9;
  padding: 8px;
  margin-top: 20px;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .c-movie__list { width: 100%; flex-direction: column; gap: 20px; }
  .c-movie__list li { margin: auto; max-width: 640px; width: 640px; }
}
@media (max-width: 768px) {
  .c-movie__list { width: 90%; flex-direction: column; gap: 20px; }
  .c-movie__list li { width: 100%; }
  .c-movie__exp { font-size: 16px; }
}

/* ===== CARD USAGE ===== */
.c-card-usage {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  width: calc(33.333% - 20px);
  box-sizing: border-box;
}
.c-card-usage h3 { font-size: 20px; font-weight: 400; text-align: center; }
.c-card-usage__img { width: 100%; text-align: center; }
.c-card-usage__img img { width: 100%; margin: 0 auto; border-radius: 10px; max-width: 420px; }
.c-card-usage__item { display: flex; justify-content: center; gap: 10px; }
.c-card-usage__item p {
  background: #fff;
  width: 8vw;
  height: 8vw;
  max-width: 100px;
  max-height: 100px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-card-usage { padding: 20px 10px; width: 100%; }
  .c-card-usage h3 { font-size: 18px; }
  .c-card-usage__item { display: flex; justify-content: center; gap: 10px; }
  .c-card-usage__item p { font-size: 14px; width: 90px; height: 90px; margin: 0; }
}

/* ===== FEATURE ===== */
.c-feature__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1000px;
  margin: auto;
}
.c-feature__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.c-feature__text { flex: 1; line-height: 1.6; }
.c-feature__text h3 { font-size: 24px; margin-bottom: 16px; font-weight: 400; }
.c-feature__text p { font-size: 16px; }
.c-feature__thumb {
  width: 480px;
  height: 320px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-feature__thumb video { width: 174px; }
.c-feature__thumb img { max-height: 320px; }
@media (max-width: 1023px) {
  .c-feature__list { gap: 40px; width: 100%; }
  .c-feature__list > div:nth-child(even) { flex-direction: column-reverse; }
  .c-feature__contents { flex-direction: column; align-items: normal; gap: 20px; }
  .c-feature__text h3 { font-size: 20px; }
  .c-feature__text p { font-size: 16px; }
  .c-feature__thumb { width: 100%; padding: 12px 16px; height: 360px; }
  .c-feature__thumb img { width: inherit; max-width: fit-content; max-height: 320px; padding: 10px; }
  .c-feature__thumb video { width: 124px; }
}
@media (max-width: 768px) {
  .c-feature__thumb { height: 240px; }
  .c-feature__thumb img { max-height: 240px; }
}

/* ===== COMMISSION ===== */
.c-commission {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}
.c-commission h3 { font-size: 22px; margin-top: 60px; margin-bottom: 20px; }
.c-commission h3 span { font-size: 14px; display: block; margin-top: 8px; font-weight: normal; }
.c-commission__table { display: flex; }
.c-commission__table > div:nth-child(1) { font-size: 16px; }
.c-commission__item div { width: 250px; height: 70px; padding: 24px 30px; }
.c-commission__item div:nth-child(1) { border-bottom: 1px solid #CCCCCC; }
.c-commission__item div:nth-child(4) { font-size: 10px; height: 28px; display: flex; justify-content: center; padding: 10px; text-align: center; align-items: center; }
.c-commission__item--raksul div { color: #383838; font-size: 20px; font-weight: 600; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; }
.c-commission__item--raksul div span { font-size: 14px; font-weight: 400; }
.c-commission__item--raksul div:nth-child(1) { background: #E4F3F7; border: 1px solid #373E42; border-radius: 10px 10px 0 0; }
.c-commission__item--raksul div:nth-child(2) { background: #FBFAF7; border-left: 1px solid #373E42; border-right: 1px solid #373E42; }
.c-commission__item--raksul div:nth-child(3) { background: #F9F9F9; border: 1px solid #373E42; border-top: none; border-radius: 0 0 10px 10px; }
.c-commission__item--raksul div:nth-child(5) { background: #F9F9F9; border: 1px solid #373E42; border-radius: 10px; }
.c-commission__item--raksul .is-last { border-bottom: 1px solid #373E42; border-radius: 0 0 10px 10px; }
.c-commission__item--other div { color: #7F7F7F; font-size: 16px; font-weight: 600; text-align: center; }
.c-commission__info { margin-top: 24px; font-size: 14px; font-weight: 400; display: flex; flex-direction: column; gap: 2px; }
.c-commission__info p { padding: 0; margin: 0; }
@media (max-width: 1023px) {
  .c-commission h3 { font-size: 18px; margin-top: 60px; margin-bottom: 20px; }
  .c-commission__table { margin-bottom: 30px; }
  .c-commission__item { width: 33.333%; }
  .c-commission__item div { width: 100%; height: 68px; padding: 0; display: flex; align-items: center; justify-content: center; }
  .c-commission__item--raksul div:nth-child(1) { font-size: 16px; text-align: center; }
  .c-commission__item--raksul div:nth-child(2) { font-size: 16px; border-bottom: 1px solid #373E42; border-radius: 0 0 10px 10px; text-align: center; }
  .c-commission__item--raksul .is-larege { height: 128px; }
  .c-commission__info { font-size: 12px; }
}

/* ===== PRICE PLAN ===== */
.price_plan_inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.price_plan_content {
  flex: 1;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 8px;
  margin-right: 20px;
  text-align: center;
}
.price_plan_content:last-child { margin-right: 0; }
.price_plan_content:nth-child(2) { position: relative; border-radius: 0 0 20px 20px; }
.price_plan_content:nth-child(2)::before {
  display: block;
  content: "人気";
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0;
  padding: 4px 0;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background-color: #14C3DC;
}
.price_plan_content h1 { font-size: 24px; font-weight: 600; }
.price_plan_content p { font-size: 16px; }
.price_plan_content .price { font-weight: 600; font-size: 24px; }
.price_plan_content .price span { font-size: 12px; font-weight: normal; }
.price_plan_content .img_wrapper { margin-top: 10px; }
.price_plan_content .item { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.price_plan_content .item > div { border: 1px #ccc solid; font-size: 1.2rem; height: 30px; padding: 8px; border-radius: 30px; display: flex; align-items: center; justify-content: center; line-height: 1; }
@media screen and (min-width: 576px) and (max-width: 1023px) {
  .price_plan_inner { flex-wrap: wrap; margin: 0 20px; justify-content: space-between; }
  .price_plan_inner .price_plan_content { flex: none; width: 50%; max-width: 49%; margin: 0; }
  .price_plan_inner .price_plan_content:nth-child(3),
  .price_plan_inner .price_plan_content:last-child { margin-top: 20px; }
  .price_plan_content .img_wrapper { max-width: 300px; margin: 10px auto 0 auto; }
  .c-wrapper { padding-right: 2rem; padding-left: 2rem; }
  .price_plan_content h1 br { display: none; }
  .price_plan_content h1 { font-size: 18px; }
  .price_plan_content p { font-size: 14px; }
  .pc_only { display: none; }
  .sp_only { display: block; }
}
@media screen and (min-width: 1px) and (max-width: 575.98px) {
  .pc_only { display: none; }
  .sp_only { display: block; }
  .price_plan_inner { display: block; padding-top: 0; }
  .price_plan_content { margin: 20px; }
  .price_plan_inner .price_plan_content:first-of-type { margin-top: 0; }
  .price_plan_inner .price_plan_content:last-of-type { margin-bottom: 0; }
  .price_plan_inner .price_plan_content:nth-child(2) { margin-top: 50px; }
  .price_plan_content .img_wrapper { max-width: 300px; margin: 10px auto 0 auto; }
  #section-34 .c-bg-img--cover { padding: 20px 0; }
  .price_plan_inner .price_plan_content:last-child { margin-right: 20px; }
  .price_plan_content h1 { font-size: 18px; }
  .price_plan_content p { font-size: 14px; }
}

/* ===== MODAL ===== */
.modal-open-button {
  padding: 2px 40px;
  height: 50px;
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  background-color: #1198f2;
  border: none;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  transform: translate(50%, -50%);
}
.modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 500px;
  max-height: 70%;
  padding: 20px;
  margin: auto;
  overflow: scroll;
  background-color: #FEFEFE;
  border-radius: 5px;
}
.modal-content h1 { margin: 0; font-size: 4rem; line-height: 1.2em; letter-spacing: -0.02em; }
.modal-checkbox:checked + .modal { display: flex; }
.modal_box { margin: 20px 0; }

/* ===== SUPPORT ===== */
.c-support__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 1000px;
  margin: auto;
}
.c-support__list ul { display: flex; flex-wrap: wrap; justify-content: center; padding: 0; gap: 30px; }
.c-support__list ul:nth-child(2) { justify-content: center; }
.c-support__list li { background: #fff; border: 1px solid #ccc; border-radius: 10px; padding: 30px; list-style: none; width: calc(33.333% - 20px); text-align: center; }
.c-support__list li h3 { font-size: 20px; margin-bottom: 8px; }
.c-support__list li p { font-size: 16px; }
.c-support__list li img { height: 46px; margin-bottom: 20px; }
@media (max-width: 1023px) {
  .c-support__list { display: flex; gap: 16px; width: 100%; }
  .c-support__list ul { display: flex; flex-wrap: wrap; justify-content: left; gap: 16px; }
  .c-support__list li { padding: 20px 12px; width: calc(50% - 8px); }
  .c-support__list li h3 { font-size: 18px; }
  .c-support__list li p { display: none; }
  .c-support__list li img { height: 40px; margin-bottom: 10px; }
}

/* ===== FAQ ===== */
.c-faq__list { display: flex; flex-direction: column; gap: 16px; width: 100%; max-width: 1000px; margin: auto; }
.c-faq dl { background: #F9F9F9; border-radius: 10px; padding: 20px 30px; }
.c-faq dt { font-size: 18px; font-weight: 600; position: relative; cursor: pointer; }
.c-faq dt:after { content: "＋"; position: absolute; display: flex; align-items: center; right: 0; top: 0; bottom: 0; }
.c-faq dt.is-active:after { content: "ー"; font-size: 16px; }
.c-faq dd { border-top: 1px solid #ccc; font-size: 14px; margin-top: 20px; padding-top: 20px; display: none; }
.c-faq dd.is-open { display: block; }
@media (max-width: 768px) {
  .c-faq__list { width: 100%; }
  .c-faq dt { padding-right: 30px; }
}

/* ===== FOOTER ===== */
.p-footer__inner {
  padding: 0;
}

/* ===== FLOW ===== */
.c-flow {
  padding: 80px 20px;
  text-align: center;
}
.c-flow h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 12px;
  text-align: center;
}
.c-flow__lead {
  font-size: 16px;
  color: #555;
  margin-bottom: 48px;
  line-height: 1.8;
}
.c-flow__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.c-flow__item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 28px 20px;
  width: 240px;
}
.c-flow__step {
  display: inline-block;
  background: #0097AD;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.c-flow__icon {
  margin-bottom: 10px;
}
.c-flow__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #373E42;
}
.c-flow__desc {
  font-size: 16px;
  color: #373E42;
  line-height: 1.6;
}
.c-flow__tag {
  display: inline-block;
  background: #fff3e0;
  color: #e65100;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 8px;
}
.c-flow__arrow {
  align-self: center;
  margin-top: -20px;
  flex-shrink: 0;
}
.c-flow__demo {
  margin-top: 36px;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 20px 24px;
  display: inline-block;
}
.c-flow__demo-label {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}
.c-flow__demo-link {
  display: inline-block;
  color: #0097AD;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}
.c-flow__demo-link:hover {
  opacity: 0.75;
}
.c-flow__cta {
  margin-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.c-flow__cta-sub {
  font-size: 20px;
  font-weight: normal;
  color: #373E42;
  margin-bottom: 0;
}
.c-flow__cta-btn {
  display: inline-block;
  background: #F29500;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 24px 40px;
  border-radius: 50px;
  text-decoration: none;
  line-height: 1;
  width: 460px;
  text-align: center;
  box-sizing: border-box;
}
.c-flow__cta-btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.c-flow__cta-btn--outline {
  background: #fff;
  color: #F29500;
  border: 2px solid #F29500;
}
.c-flow__cta-btn--outline:hover {
  background: #fff8ee;
  opacity: 1;
}
@media (max-width: 1023px) {
  .c-flow h2 { font-size: 28px; }
  .c-flow__cta-sub { font-size: 16px; }
  .c-flow__cta-btn { font-size: 20px; width: 100%; max-width: 640px; }
}
@media (max-width: 600px) {
  .c-flow__list { flex-direction: column; align-items: center; }
  .c-flow__arrow { transform: rotate(90deg); margin: 0; }
  .c-flow__item { width: 100%; max-width: 320px; }
}