@charset "UTF-8";
.c-basic-title01 {
  color: #a5915a;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 {
    font-size: 42px;
  }
}
.c-basic-title01 .reduce {
  color: #505050;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 45%;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media screen and (min-width: 992px) {
  .c-basic-title01 .reduce {
    font-size: 35%;
  }
}

.c-button-round--black {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--black::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--black:hover {
  background-color: #4d4d4e;
}
.c-button-round--black.comingsoon {
  background-color: #d4d4d4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  color: #fcfcfc;
  pointer-events: none;
  cursor: default;
}
.c-button-round--gold {
  background-color: #a5915a;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.c-button-round--gold::after {
  background-image: url(../images/common/icon_right_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 11px;
  width: 9px;
  margin: 0 0 0 5px;
}
.c-button-round--gold:hover {
  background-color: #dbcb9c;
}

.c-itemlist--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-itemlist--wrap {
    padding: 90px 0;
  }
}
.c-itemlist-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-itemlist-list > li {
  max-width: 240px;
  margin: 0 0.8% 12px;
  width: 31.7333333333%;
}
@media screen and (min-width: 768px) {
  .c-itemlist-list > li {
    margin: 0 0.8%;
    width: 23.4%;
  }
}
@media screen and (min-width: 992px) {
  .c-itemlist-list > li {
    width: 18.4%;
  }
}
@media screen and (min-width: 992px) {
  .c-itemlist-list > li:nth-child(-n+5) {
    margin-bottom: 30px;
  }
}
.c-itemlist-list > li:last-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-itemlist-list > li:last-of-type {
    display: block;
  }
}
.c-itemlist-list > li a {
  pointer-events: none;
  cursor: default;
}
.c-itemlist-list .image {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
}
.c-itemlist-list .name {
  font-size: clamp(13px, 1.7vw, 17px);
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-itemlist-list .name {
    margin-top: 14px;
    font-size: 17px;
  }
}
.c-itemlist-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-itemlist-btn {
    width: auto;
  }
}
.c-itemlist-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-itemlist-btn a {
    font-size: 16px;
  }
}

.c-brandlist + .c-itemlist .c-itemlist--wrap {
  border-top: 2px solid #ccc;
}

.c-voice {
  border-top: 1px solid #666;
}
.c-voice--wrap {
  margin: auto;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-voice--wrap {
    padding: 90px 2%;
  }
}
.c-voice-list {
  margin-top: 40px;
}
.c-voice-list_slide {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin: 10px 20px;
  padding: 40px;
}
.c-voice-list_slide .title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .title {
    font-size: 24px;
  }
}
.c-voice-list_slide .viewer {
  font-size: clamp(13px, 21.5vw, 15px);
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .viewer {
    font-size: 15px;
  }
}
.c-voice-list_slide .comment {
  border-top: 1px solid #666666;
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  min-height: 33rem;
  margin-top: 2rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .c-voice-list_slide .comment {
    font-size: 15px;
  }
}
.c-voice .slick-list {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .c-voice .slick-list {
    overflow: visible;
  }
}
.c-voice .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.c-voice .slick-dots li {
  width: 12px;
  height: 12px;
}
.c-voice .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #333;
  text-indent: -9999px;
  cursor: pointer;
}
.c-voice .slick-dots li.slick-active button {
  background: #b59b3b;
}

.c-cta {
  background-color: #f6f6f6;
}
.c-cta--wrap {
  margin: auto;
  max-width: 1150px;
  padding: 45px 2%;
}
@media screen and (min-width: 768px) {
  .c-cta--wrap {
    padding: 90px 0;
  }
}
.c-cta-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .c-cta-list {
    max-width: none;
  }
}
.c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.line, .c-cta-list li.tel, .c-cta-list li.mail {
    margin: 0 0.5%;
    width: 32.3333333333%;
  }
}
.c-cta-list li.shop, .c-cta-list li.visit {
  margin: 0 0.5% 6px;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .c-cta-list li.shop, .c-cta-list li.visit {
    margin: 10px 0.5% 0;
  }
}
.c-cta-list li.line a {
  background-color: #00b900;
}
.c-cta-list li.line a::before {
  background-image: url(../images/common/icon_line.svg);
}
.c-cta-list li.line a:hover {
  background-color: #3fe43f;
}
.c-cta-list li.tel a::before {
  background-image: url(../images/common/icon_tel_round.svg);
}
.c-cta-list li.mail a::before {
  background-image: url(../images/common/icon_mail_round.svg);
}
.c-cta-list li.shop a::before, .c-cta-list li.shop label::before {
  background-image: url(../images/common/icon_shop_round.svg);
}
.c-cta-list li.visit a::before, .c-cta-list li.visit label::before {
  background-image: url(../images/common/icon_visit_round.svg);
}
.c-cta-list li a,
.c-cta-list li label {
  background-color: #1f1e21;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 3.8709677419vw;
  font-weight: bold;
  height: 100%;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  padding: 1.2rem 1rem;
  transition: 0.4s;
  white-space: nowrap;
  word-break: keep-all;
}
@media screen and (min-width: 620px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: 3.125vw;
    padding: 1.2rem 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: clamp(18px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-cta-list li a,
.c-cta-list li label {
    font-size: 24px;
    padding: 1.8rem 2.5rem;
  }
}
.c-cta-list li a:hover,
.c-cta-list li label:hover {
  background-color: #4d4d4e;
}
.c-cta-list li a::before,
.c-cta-list li label::before {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
  content: "";
  display: block;
  margin-right: 4%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a::before,
.c-cta-list li label::before {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a::before,
.c-cta-list li label::before {
    width: 80px;
  }
}
.c-cta-list li a .reduce,
.c-cta-list li label .reduce {
  display: none;
  font-size: 60%;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .reduce,
.c-cta-list li label .reduce {
    display: block;
  }
}
.c-cta-list li a .text,
.c-cta-list li label .text {
  color: #ffffff;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .c-cta-list li a .text,
.c-cta-list li label .text {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-cta-list li a .text,
.c-cta-list li label .text {
    width: calc(100% - 80px);
  }
}
.c-cta-list li a time,
.c-cta-list li label time {
  display: block;
  font-size: 53%;
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-cta-list li a time,
.c-cta-list li label time {
    font-size: 58%;
    margin-top: 0.4rem;
  }
}

.c-brandlist--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .c-brandlist--wrap {
    padding: 90px 0;
  }
}
.c-brandlist-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-brandlist-list > li {
  max-width: 170px;
  padding: 0 10px;
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-brandlist-list > li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .c-brandlist-list > li {
    width: 16.6666666667%;
  }
}
.c-brandlist-list > li a {
  pointer-events: none;
  cursor: default;
}
.c-brandlist-list .image {
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.c-brandlist-list .name {
  font-size: clamp(14px, 1.6vw, 16px);
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-brandlist-list .name {
    font-size: 16px;
  }
}
.c-brandlist-btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .c-brandlist-btn {
    width: auto;
  }
}
.c-brandlist-btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-brandlist-btn a {
    font-size: 16px;
  }
}

/* =========================================================
beginner
========================================================= */
.p-beginner-h1 {
  background: url(../images/beginner/img-mv.webp) no-repeat center;
  background-size: cover;
}
.p-beginner-h1_title {
  text-align: center;
  color: #ffffff;
  font-size: clamp(24px, 3.6vw, 36px);
  padding: 8vh 0 5vh;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-beginner-h1_title {
    font-size: 36px;
    padding: 15vh 0 5vh;
  }
}
.p-beginner-h1_title .main {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-bottom: 5px;
}
.p-beginner-h1_title .sub {
  display: block;
  font-size: 40%;
}
.p-beginner-message {
  padding: 40px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-message {
    padding: 80px 2%;
  }
}
.p-beginner-message_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-beginner-message_wrap {
    width: 100%;
  }
}
.p-beginner-message_title {
  color: #211815;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.p-beginner-message_title span {
  color: #a5915a;
}
.p-beginner-message p {
  color: #211815;
  line-height: 1.8;
  font-size: clamp(14px, 1.5vw, 15px);
}
@media screen and (min-width: 620px) {
  .p-beginner-message p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-beginner-message p {
    font-size: 15px;
  }
}
.p-beginner-about {
  border-top: 1px solid #E1E1E1;
  padding: 40px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-about {
    padding: 80px 2%;
  }
}
.p-beginner-about_wrap {
  max-width: 830px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-beginner-about_wrap {
    width: 100%;
  }
}
.p-beginner-about_title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-beginner-about_title {
    font-size: 24px;
  }
}
.p-beginner-about p {
  color: #211815;
  line-height: 1.8;
  font-size: clamp(14px, 1.5vw, 15px);
}
@media screen and (min-width: 620px) {
  .p-beginner-about p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-beginner-about p {
    font-size: 15px;
  }
}
.p-beginner-about figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 1em;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-beginner-about figure {
    margin-top: 20px;
  }
}
.p-beginner-about figure img {
  display: inline-block;
  margin: 0 auto;
}
.p-beginner-features {
  border-top: 1px solid #E1E1E1;
  padding: 40px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-features {
    padding: 80px 2%;
  }
}
.p-beginner-features_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-beginner-features_wrap {
    width: 100%;
  }
}
.p-beginner-features_title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-beginner-features_title {
    font-size: 24px;
  }
}
.p-beginner-features p {
  color: #211815;
  line-height: 1.8;
  font-size: clamp(14px, 1.5vw, 15px);
}
@media screen and (min-width: 620px) {
  .p-beginner-features p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-beginner-features p {
    font-size: 15px;
  }
}
.p-beginner-contact {
  background: #D7D7D6;
  padding: 20px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-contact {
    padding: 40px 2%;
  }
}
.p-beginner-contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.p-beginner-contact ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 450px;
}
@media screen and (min-width: 620px) {
  .p-beginner-contact ul {
    margin: 0;
    max-width: none;
  }
}
.p-beginner-contact ul li {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
  font-size: clamp(13px, 1.41vw, 14px);
  margin: 0 1% 15px;
  width: 48%;
}
@media screen and (min-width: 620px) {
  .p-beginner-contact ul li {
    margin: 0 1%;
    padding: 20px 0;
    width: 31.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .p-beginner-contact ul li {
    font-size: 14px;
  }
}
.p-beginner-contact ul li:last-of-type {
  width: 100%;
}
@media screen and (min-width: 620px) {
  .p-beginner-contact ul li:last-of-type {
    width: 31.3333333333%;
  }
}
.p-beginner-contact ul li figure {
  padding: 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .p-beginner-contact ul li figure {
    padding: 0 20px 10px;
  }
}
.p-beginner-contact ul li figure figcaption {
  color: #a5915a;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0;
}
@media screen and (min-width: 620px) {
  .p-beginner-contact ul li figure figcaption {
    font-size: 140%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-beginner-contact ul li figure figcaption {
    margin-bottom: 20px;
  }
}
.p-beginner-contact ul li figure img {
  display: inline-block;
  max-width: 66px;
}
@media screen and (min-width: 992px) {
  .p-beginner-contact ul li figure img {
    margin-bottom: 15px;
  }
}
.p-beginner-contact ul li a {
  background: linear-gradient(to bottom, #585656 0%, #211815 100%);
  background-color: #000000;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 10px 5px;
  transition: 0.3s;
}
.p-beginner-contact ul li a:hover {
  background: #000000;
}
.p-beginner-reason {
  background: #ffffff;
  padding: 40px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-reason {
    padding: 80px 2%;
  }
}
.p-beginner-reason_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-beginner-reason_wrap {
    width: 100%;
  }
}
.p-beginner-reason_title {
  color: #a5915a;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 40px;
}
.p-beginner-reason dl dt {
  text-align: center;
}
.p-beginner-reason dl dt .circle {
  background: #a5915a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: bold;
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .p-beginner-reason dl dt .circle {
    font-size: 30px;
  }
}
.p-beginner-reason dl dt .title {
  border-bottom: 2px solid #E1E1E1;
  color: #211815;
  display: inline-block;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .p-beginner-reason dl dt .title {
    font-size: 24px;
  }
}
.p-beginner-reason dl dt .title:before {
  content: "";
  background: #A78E60;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  z-index: 10;
}
.p-beginner-reason dl dd {
  margin-bottom: 20px;
}
@media screen and (min-width: 620px) {
  .p-beginner-reason dl dd {
    margin-bottom: 40px;
  }
}
.p-beginner-reason dl dd p {
  color: #211815;
  line-height: 1.8;
  font-size: clamp(14px, 1.5vw, 15px);
}
@media screen and (min-width: 768px) {
  .p-beginner-reason dl dd p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-beginner-reason dl dd p {
    font-size: 15px;
  }
}
.p-beginner-reason_btn {
  margin: 40px auto 0;
  max-width: 350px;
  min-width: 200px;
  width: 78%;
}
@media screen and (min-width: 768px) {
  .p-beginner-reason_btn {
    width: auto;
  }
}
.p-beginner-reason_btn a {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-beginner-reason_btn a {
    font-size: 16px;
  }
}
.p-beginner-flow {
  border-top: 1px solid #E1E1E1;
}
.p-beginner-flow--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 45px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-flow--wrap {
    padding: 90px 2%;
  }
}
.p-beginner-flow_list {
  margin-top: 40px;
}
.p-beginner-flow_list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  margin: auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .p-beginner-flow_list > li {
    flex-direction: row;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .p-beginner-flow_list > li::before {
    background-color: #a68c21;
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-beginner-flow_list > li:first-of-type::before {
  height: 50%;
}
.p-beginner-flow_list > li:last-of-type::before {
  height: 50%;
  top: 0;
  bottom: auto;
}
.p-beginner-flow_list > li .image {
  text-align: center;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-beginner-flow_list > li .image {
    max-width: none;
    width: 45%;
  }
}
.p-beginner-flow_list > li .image img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .p-beginner-flow_list > li .image img {
    max-width: 420px;
  }
}
.p-beginner-flow_list > li .number {
  text-align: center;
  width: 60px;
  position: absolute;
  top: 51.1627906977vw;
}
@media screen and (min-width: 430px) {
  .p-beginner-flow_list > li .number {
    top: 220px;
  }
}
@media screen and (min-width: 768px) {
  .p-beginner-flow_list > li .number {
    width: 10%;
    position: relative;
    top: 0;
  }
}
.p-beginner-flow_list > li .number img {
  max-width: 80px;
  position: relative;
  width: 90%;
  z-index: 2;
}
.p-beginner-flow_list > li .info {
  padding: 1rem 2rem 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-beginner-flow_list > li .info {
    padding: 2rem;
    width: 45%;
  }
}
.p-beginner-flow_list > li .info .title {
  color: #a5915a;
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-beginner-flow_list > li .info .title {
    font-size: 24px;
    margin-top: 10px;
  }
}
.p-beginner-flow_list > li .info .text {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8;
  margin-top: 0.8rem;
  padding: 0 0.8rem;
}
@media screen and (min-width: 992px) {
  .p-beginner-flow_list > li .info .text {
    font-size: 15px;
  }
}
.p-beginner-flow_list > li:nth-of-type(2n) {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-beginner-flow_list > li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-beginner-flow_list > li:nth-of-type(2n) .info {
    text-align: right;
  }
}
.p-beginner-promise {
  border-top: 1px solid #E1E1E1;
  padding: 40px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-promise {
    padding: 80px 2%;
  }
}
.p-beginner-promise_wrap {
  max-width: 750px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-beginner-promise_wrap {
    width: 100%;
  }
}
.p-beginner-promise_title {
  color: #a5915a;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 20px;
}
.p-beginner-promise ul {
  border: 3px solid #8E794E;
  background: linear-gradient(to right, #9c8c4b 0%, #f2eaa3 50%, #9c8c4b 100%);
  padding: 10px;
  position: relative;
}
.p-beginner-promise ul::before {
  content: "";
  background: #ffffff;
  border: 3px solid #8E794E;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
}
.p-beginner-promise ul li {
  position: relative;
  margin: 20px;
  padding-left: 40px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-beginner-promise ul li {
    margin: 30px 50px;
  }
}
.p-beginner-promise ul li .no {
  background: #8E794E;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 18px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .p-beginner-promise ul li .no {
    font-size: 18px;
  }
}
.p-beginner-promise ul li p {
  color: #211815;
  line-height: 1.5;
  text-align: left;
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-beginner-promise ul li p {
    font-size: 18px;
    line-height: 1.8;
  }
}
.p-beginner-need {
  background: #F5F5F5;
  padding: 40px 2%;
}
@media screen and (min-width: 992px) {
  .p-beginner-need {
    padding: 80px 2%;
  }
}
.p-beginner-need_wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 98%;
}
@media screen and (min-width: 992px) {
  .p-beginner-need_wrap {
    width: 100%;
  }
}
.p-beginner-need_title {
  color: #a5915a;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 10px;
}
.p-beginner-need_text {
  color: #211815;
  text-align: center;
  line-height: 1.8;
  font-size: clamp(14px, 1.5vw, 15px);
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-beginner-need_text {
    font-size: 15px;
  }
}
.p-beginner-need_block1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-beginner-need_block1 {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-beginner-need_block1 li {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 15px);
}
@media screen and (min-width: 992px) {
  .p-beginner-need_block1 li {
    font-size: 15px;
  }
}
.p-beginner-need_block1 li:first-of-type {
  margin-top: 0;
}
.p-beginner-need_block1 li h3 {
  background: #A78E60;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  padding: 5px 10px;
  text-align: center;
}
.p-beginner-need_block1 li img {
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .p-beginner-need_block1 li img {
    padding: 10px 20px;
  }
}
.p-beginner-need_block1 li p {
  padding: 0 10px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-beginner-need_block1 li p {
    line-height: 1.8;
    padding: 0 20px;
  }
}
.p-beginner-need_block2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 992px) {
  .p-beginner-need_block2 {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-beginner-need_block2 li {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  text-align: center;
  font-size: clamp(13px, 1.41vw, 14px);
}
@media screen and (min-width: 992px) {
  .p-beginner-need_block2 li {
    font-size: 14px;
  }
}
.p-beginner-need_block2 li:first-of-type {
  margin-top: 0;
}
.p-beginner-need_block2 li h3 {
  background: #B2826F;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  padding: 5px 10px;
  text-align: center;
}
.p-beginner-need_block2 li p {
  padding: 10px 10px 0;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-beginner-need_block2 li p {
    padding: 20px 20px 0;
  }
}
.p-beginner-need_block2 li p .red {
  color: #FF1600;
}
.p-beginner-need aside {
  margin: 50px auto 0;
  max-width: 750px;
}
.p-beginner-need aside h3 {
  border-bottom: 2px solid #ffffff;
  color: #211815;
  display: block;
  font-size: clamp(15px, 1.61vw, 16px);
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .p-beginner-need aside h3 {
    font-size: 16px;
  }
}
.p-beginner-need aside h3:before {
  content: "";
  background: #A78E60;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  z-index: 10;
}
.p-beginner-need aside ul {
  margin-top: 20px;
}
.p-beginner-need aside ul li {
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: clamp(13px, 1.41vw, 14px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-beginner-need aside ul li {
    font-size: 14px;
  }
}
.p-beginner-need aside ul li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=style-beginner.css.map */