
/* -------------------------
 共通
------------------------- */
.beginner-section-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 54px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.beginner-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 20px 32px;
  border-radius: 9999px;
  background: #ef7f2d;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  transition: opacity .3s ease;
}

.beginner-button:hover {
  opacity: .8;
}

.beginner-button::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

/* -------------------------
 intro
------------------------- */
.beginner-intro__title{
	font-size: 2.3rem!important;
}
.beginner-intro {
  padding: 78px 0 120px;
}

.beginner-intro__inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  position: relative;
}

.beginner-intro__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.beginner-intro__title {
  margin: 0 0 42px;
  font-size: 58px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.beginner-intro__text p {
  margin: 0 0 28px;
  line-height: 2.3;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}

.beginner-intro__contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  height: 112px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #222;
  text-align: center;
  transition: opacity .3s ease;
}

.beginner-intro__contact:hover {
  opacity: .8;
}

.beginner-intro__contact-small {
  font-size: 10px;
  line-height: 1.4;
  color: #777;
}

.beginner-intro__contact-main {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #ef7f2d;
  margin: 4px 0 2px;
}

.beginner-intro__contact-last {
  font-size: 14px;
  line-height: 1.4;
}

/* -------------------------
 target
------------------------- */
.beginner-target {
  background: #F8F5F1;
  padding: 100px 0 110px;
}

.beginner-target__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  text-align: center;
}

.beginner-target__lead {
  margin: 0 0 48px;
  font-size: 18px;
  line-height: 2.1;
  color: #333;
}

.beginner-target__box {
  background: #f5e7cb;
  padding: 2rem 4rem 2rem;
  text-align: left;
  margin-top: 2rem;
}

.beginner-target__box-title {
  margin: 0 0 28px;
  text-align: center;
  color: #ef7f2d;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.beginner-target__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.beginner-target__lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.beginner-target__lists li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 14px;
  font-size: 1.1rem;
  font-weight:500;
  line-height: 2;
  color: #333;
}

.beginner-target__lists li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.beginner-target__note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  color: #333;
}

/* -------------------------
 anxiety
------------------------- */
.beginner-anxiety {
  padding: 110px 0 120px;
}

.beginner-anxiety__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
}

.beginner-anxiety__lead {
  margin: 0 0 52px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.1;
  color: #333;
}

.beginner-qa {
  border-top: 1px solid #ddd;
  margin-top: 3rem;
}

.beginner-qa__item {
  padding: 28px 0 30px;
  border-bottom: 1px solid #ddd;
}

.beginner-qa__q,
.beginner-qa__a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  align-items: start;
}

.beginner-qa__q + .beginner-qa__a {
  margin-top: 12px;
}

.beginner-qa__label {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #ef7f2d;
}
.beginner-qa__a .beginner-qa__label {
  margin-top: .3rem;
}
.beginner-qa__q p,
.beginner-qa__a p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2;
  color: #333;
}

.beginner-qa__q p {
  font-weight: 700;
}

.beginner-anxiety__button-wrap {
  margin-top: 48px;
  text-align: center;
}

/* -------------------------
 flow
------------------------- */
.beginner-flow {
  background: #F8F5F1;
  padding: 100px 0 120px;
}

.beginner-flow__inner {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

.beginner-flow__lead {
  margin: 0 0 58px;
  text-align: center;
  font-size: 18px;
  line-height: 2.1;
  color: #333;
}

.beginner-flow__steps {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 3rem;
  overflow-x: auto;
}

.beginner-flow__step {
  text-align: center;
}

.beginner-flow__circle {
  width: 220px;
  height: 220px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #f7ebd1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.beginner-flow__step-no {
  display: block;
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #ef7f2d;
}

.beginner-flow__step-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}

.beginner-flow__desc {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: left;
}

.beginner-flow__arrow {
  align-self: center;
  text-align: center;
  font-size: 46px;
  line-height: 1;
  color: #666;
  transform: translateY(-26px);
}

/* -------------------------
 SP
------------------------- */
@media screen and (max-width: 767px) {
  .beginner-section-title {
    margin-bottom: 20px;
    font-size: 1.6rem !important;
    line-height: 1.5;
  }

  .beginner-button {
    min-width: 100%;
    padding: 16px 22px;
    font-size: 14px;
  }

  .beginner-button::after {
    right: 18px;
  }

  .beginner-intro {
    padding: 32px 0 56px;
  }

  .beginner-intro__inner {
    width: calc(100% - 28px);
  }

  .beginner-intro__content {
    max-width: 100%;
  }

  .beginner-intro__title {
    margin-bottom: 28px;
   font-size: 1.6rem !important;
    line-height: 1.6;
  }

  .beginner-intro__text p {
    margin-bottom: 18px;
    font-size: 1.1rem;
    line-height: 2;
    text-align: left;
  }

  .beginner-intro__contact {
    display: none;
  }

  .beginner-target {
    padding: 48px 0 56px;
  }

  .beginner-target__inner {
    width: calc(100% - 28px);
  }

  .beginner-target__lead {
    margin-bottom: 24px;
    font-size: 1.1rem;
    line-height: 2;
    text-align: left;
  }

  .beginner-target__box {
    padding: 20px 16px 18px;
  }

  .beginner-target__box-title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .beginner-target__lists {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .beginner-target__lists li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.9;
  }

  .beginner-target__note {
    margin-top: 14px;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
  }

  .beginner-anxiety {
    padding: 52px 0 56px;
  }

  .beginner-anxiety__inner {
    width: calc(100% - 28px);
  }

  .beginner-anxiety__lead {
    margin-bottom: 28px;
    font-size: 1.1rem;
    line-height: 2;
    text-align: left;
  }

  .beginner-qa__item {
    padding: 18px 0 20px;
  }

  .beginner-qa__q,
  .beginner-qa__a {
    grid-template-columns: 18px 1fr;
    gap: 10px;
  }

  .beginner-qa__q + .beginner-qa__a {
    margin-top: 8px;
  }

  .beginner-qa__label {
    font-size: 1.1rem;
  }

  .beginner-qa__q p,
  .beginner-qa__a p {
    font-size: 1rem;
    line-height: 1.9;
  }

  .beginner-anxiety__button-wrap {
    margin-top: 28px;
  }

  .beginner-flow {
    padding: 48px 0 60px;
  }

  .beginner-flow__inner {
    width: calc(100% - 28px);
  }

  .beginner-flow__lead {
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }

  .beginner-flow__steps {
    display: block;
  }

  .beginner-flow__step + .beginner-flow__step {
    margin-top: 1erm;
  }

  .beginner-flow__circle {
    width: 160px;
    height: 160px;
    margin-bottom: 18px;
  }

  .beginner-flow__step-no {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .beginner-flow__step-title {
    font-size: 1.3rem;
  }

  .beginner-flow__desc {
    font-size: 1rem;
    line-height: 1.9;
    text-align: left;
    max-width: 240px;
    margin: 0 auto;
  }

  .beginner-flow__arrow {
    margin: 10px 0;
    transform: none;
    font-size: 28px;
  }
}
.beginner-flow__arrow img{
	margin:1rem auto;
}