@charset "UTF-8";

* {
  font-family: 'Rounded Mplus 1c';
}

img {
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  display: inline-block;
  color: #592C08;
  text-decoration: none;
}

li {
  list-style: none;
}

.mainvisual .sp {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 16px;
}

.step {
  background-color: #FAF7F2;
  padding: 48px 0;
}

.step .heading {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, #DD630B, #D4AF37);
}

.heading .free {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.step .free img {
  width: 27px;
  height: 27px;
}

.step .heading h3 {
  color: white;
  font-size: 32px;
  text-align: center;
}

.heading .free p {
  font-size: 28px;
  color: #592C08;
  font-weight: bold;
}

.step-badge {
  width: 80px;
  height: 80px;
  background-color: #DD630B;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.step-badge .label {
  font-size: 16px;
  line-height: 1;
}

.step-badge .number {
  font-size: 36px;
  line-height: 1;
}

.step-title {
  color: #DD630B;
  margin: 8px 0;
  font-size: 28px;
}

.step-title::after {
  content: "";
  background-color: #DD630B;
  width: 40px;
  height: 3px;
  margin: 12px auto 24px;
  display: block;
}

.step-cards {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.step-card {
  position: relative;
  width: 31%;
  background: #fff;
  border: 2px solid #DD630B;
  border-radius: 6px;
  padding: 44px 20px 18px;
  text-align: center;
  height: 377px;
}

.step-arrow {
  width: 0;
  height: 0;
  margin-top: 170px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #DD630B;
}

.icon1 img {
  width: 67px;
}

.icon2 img {
  width: 87px;
}

.icon3 img {
  width: 160px;
}

.step-icon {
  width: 100%;
  display: flex;
  justify-content: center;
}

.step-text {
  font-size: 18px;
  padding-top: 12px;
}

.step-mark {
  font-size: 18px;
  border-bottom: 5px solid #F5EB27
}

/* CTA button */
.step-cta {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.step-button {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #00B900;
  color: #fff;
  padding: 16px 48px;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.step-button:active {
  transform: scale(0.98);
}

.step-button img {
  width: 36px;
  height: 36px;
}

.step-button span {
  color: #FBFF00;
}

.step-button .text {
  font-size: 18px;
  text-align: left;
}

.step-cta-text {
  margin: 16px auto 0;
  max-width: 480px;
  font-size: 16px;
  color: #444;
}

.problem .sp {
  display: none;
}

.seminar {
  text-align: center;
  position: relative;
  padding: 30px 0 56px;
  color: #592C08;
}

.seminar::before {
  position: absolute;
  content: "";
  left: 0;
  top: -120px;
  background-image: url("../img/セミナー背景（SP）.png");
  background-size: cover;
  width: 100%;
  height: 2500px;
  z-index: -5;
}

.truth-message {
  font-size: 28px;
  line-height: 56px;
  display: inline;
  padding: 0 4px 13px 4px;
  background-image: repeating-linear-gradient(to right, #592C08 0, #592C08 2px, transparent 2px, transparent 4px);
  /* 点の大きさ、間隔を指定 */
  background-size: 100% 1px;
  /* 線を太さ */
  background-position: 0px 90%;
  /* 線の位置 */
  box-decoration-break: clone;
  /* 改行されたとき別の箱になるようにする */
}

.truth-message span {
  background-color: #FAF7F2;
  padding: 4px 8px;
  color: #DD630B;
  font-weight: 550;
}

.seminar-detail {
  border: 3px solid #D4AF37;
  border-radius: 0 0 6px 6px;
  padding: 64px 30px 0;
  background-color: white;
}

.seminar h3 {
  font-size: 36px;
  background-color: #D4AF37;
  padding: 12px;
  border-radius: 6px 6px 0 0;
  position: relative;
  margin-top: 32px;
}

.seminar h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35%;
  right: 50%;
  transform: translate(50%, 0);
  width: 50px;
  height: 50px;
  background-color: #D4AF37;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.seminar-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}

.seminar-item figure {
  width: 34%;
}

.seminar-content {
  width: 60%;
  text-align: center;
}

.seminar-badge {
  width: 75px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 75px;
  background-color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #DD630B;
  border: 1px solid #DD630B;
}

.seminar-badge .label {
  font-size: 14px;
  margin: 0;
  padding-top: 5px;

}

.seminar-badge .number {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
}

.seminar-content .heading {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #592C08;
}

.seminar-headline {
  text-align: left;
  font-size: 22px;
}

.seminar-text {
  text-align: left;
  padding: 0 16px;
  line-height: 30px;
  font-size: 18px;
}

.seminar-text .mark {
  color: #DD630B;
}

.why {
  z-index: 5;
}

.why .sp {
  display: none;
}

.message {
  text-align: center;
  padding: 30px 0;
  color: #592C08;
}

.message-detail {
  border: 3px solid #D4AF37;
  border-radius: 0 0 6px 6px;
  padding: 64px 0 36px;
  background-color: white;
}

.message h3 {
  font-size: 36px;
  background-color: #D4AF37;
  padding: 12px;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.message h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50%;
  right: 50%;
  transform: translate(50%, 0);
  width: 50px;
  height: 50px;
  background-color: #D4AF37;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.message-detail p {
  font-size: 28px;
}

.message-detail .line {
  background-color: #DD630B;
  border-radius: 6px;
  color: white;
  padding: 6px 24px;
  display: inline-block;
  margin: 14px 0 36px;
  font-size: 36px;
}

.message-detail span {
  color: #DD630B;
}

.message-img {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.message-img img {
  width: calc((100% - 48px) / 3);
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.yourturn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.yourturn p {
  font-size: 40px;
  background: radial-gradient(circle at center,
      #D4AF37 0%,
      #DD630B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.message-detail .next {
  margin-top: 24px;
}

.yourturn img {
  width: 42px;
  height: 42px;
}

.voices {
  text-align: center;
  padding: 48px 0;
  color: #592C08;
  background: linear-gradient(to top, #E7D293, #FAF7F2);
}

.voices-title {
  font-size: 32px;
  margin-bottom: 8px;
}

.voice {
  border: 3px solid #DD630B;
  border-radius: 6px;
  padding: 36px 48px;
  margin: 24px 0;
  background-color: white;
}

.voice-header {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid;
}

.voice-title {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}

.voice-text {
  text-align: left;
  margin: 30px auto 24px;
  width: 85%;
  font-size: 20px;
  line-height: 34px;
}

.voice-text span {
  color: #DD630B;
  font-weight: bold;
}

.voice-name {
  display: flex;
  justify-content: end;
  gap: 16px;
}

.tutor {
  text-align: center;
  padding: 60px 0;
  color: #592C08;
  background-color: #FAF7F2;
}

.tutor-detail {
  border: 3px solid #D4AF37;
  border-radius: 0 0 6px 6px;
  padding: 64px 36px 36px;
}

.tutor h3 {
  font-size: 36px;
  background-color: #D4AF37;
  padding: 12px 0;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.tutor h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50%;
  right: 50%;
  transform: translate(50%, 0);
  width: 50px;
  height: 50px;
  background-color: #D4AF37;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.tutor-detail h4 {
  font-size: 36px;
  text-align: left;
  margin: 30px 0;
}

.tutor-detail p {
  font-size: 24px;
  text-align: left;
  padding: 0 40px;
  margin-bottom: 24px;
}

.tutor-detail span {
  border-bottom: 5px solid #F5EB27
}

.about-message {
  margin: 24px 0;
}

.about-message p {
  font-size: 26px;
}

.anxiety li {
  background-color: #828282;
  color: white;
  margin: 24px 0;
  font-size: 28px;
}

.about-message h4 {
  margin: 12px 0;
  font-weight: bold;
  font-size: 36px;
}

.results {
  position: relative;
  max-width: 740px;
  margin: 90px auto 0;
  padding: 80px 28px 32px;
  border: 2px solid #DD630B;
  border-radius: 6px;
  background: #fff;
  text-align: left;
}

.results-badge {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #DD630B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.results-list {
  padding-left: 32px;
}

.results-list li {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.9;
  color: #592C08;
  list-style: disc;
}

footer {
  background-color: #DD630B;
  text-align: center;
}

footer p {
  color: white;
  font-size: 16px;
  padding: 20px 0;
}

/* responsive */
@media (max-width: 768px) {
  .mainvisual .sp {
    display: block;
  }

  .mainvisual .pc {
    display: none;
  }

  .step .container {
    padding: 0 6px;
  }

  .step .heading {
    height: 130px;
  }

  .heading .free {
    gap: 6px;
  }

  .step .free img {
    width: 20px;
    height: 20px;
  }

  .step .heading h3 {
    font-size: 20px;
  }

  .heading .free p {
    font-size: 20px;
  }

  .step-cta {
    margin-top: 40px;
  }

  .step-button {
    gap: 14px;
    padding: 16px 32px;
  }

  .step-button img {
    width: 28px;
    height: 28px;
  }

  .step-button .text {
    font-size: 14px;
  }

  .step-cta-text {
    max-width: 400px;
    font-size: 12px;
  }

  .step-title {
    font-size: 18px;
    margin: 6px 0;
  }

  .step-title::after {
    width: 28px;
    height: 2px;
    margin: 4px auto 20px;
    display: block;
  }

  .step-text {
    padding-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .line-text {
    padding-top: 24px;
  }

  .step-mark {
    font-size: 12px;
  }

  .step-card {
    padding: 22px 6px 10px;
    text-align: center;
    height: 290px;
  }

  .step-arrow {
    margin-top: 140px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #DD630B;
  }

  .icon1 img {
    width: 40px;
  }

  .icon2 img {
    width: 52px;
  }

  .icon3 img {
    width: 105px;
  }

  .step-badge {
    width: 50px;
    height: 50px;
    top: -25px;
  }

  .step-badge .label {
    font-size: 10px;
  }

  .step-badge .number {
    font-size: 24px;
  }

  .problem .sp {
    display: block;
  }

  .problem .pc {
    display: none;
  }

  .seminar::before {
    background-image: url("../img/セミナー背景（SP）.png");
    height: 4000px;
    top: -200px;
  }

  .truth-message {
    font-size: 18px;
  }

  .seminar-detail {
    padding-top: 48px;
  }

  .seminar h3 {
    font-size: 24px;
  }

  .seminar h3::after {
    width: 30px;
    height: 30px;
    bottom: -30%;
  }

  .seminar-item {
    gap: 24px;
  }

  .left-item {
    flex-direction: column-reverse;
    margin-bottom: 48px;
  }

  .right-item {
    flex-direction: column;
  }

  .seminar-item figure {
    width: 70%;
  }

  .seminar-content {
    width: 100%;
  }

  .seminar-content .heading {
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .seminar-headline {
    font-size: 20px;
  }

  .seminar-text {
    font-size: 16px;
  }

  .why .sp {
    display: block;
  }

  .why .pc {
    display: none;
  }

  .message-detail {
    padding: 36px 24px;
  }

  .message h3 {
    font-size: 24px;
    padding: 12px;
  }

  .message h3::after {
    width: 30px;
    height: 30px;
  }

  .message-detail p {
    font-size: 16px;
  }

  .message-detail .line {
    font-size: 24px;
    padding: 6px 18px;
    margin: 10px 0 18px;
  }

  .message-img {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .message-img img {
    width: 100%;
    max-width: 260px;
  }

  .yourturn p {
    font-size: 24px;
  }

  .yourturn img {
    width: 24px;
    height: 24px;
  }

  .triangle {
    width: 14px;
  }

  .voices {
    padding: 32px 0;
  }

  .voices-title {
    font-size: 16px;
  }

  .voice {
    padding: 24px;
  }

  .voice-header {
    flex-direction: column;
    gap: 16px;
  }

  .voice-title {
    font-size: 18px;
    padding-bottom: 12px;
  }


  .voice-text {
    font-size: 16px;
    margin: 12px auto;
    width: 95%;
    line-height: 26px;
  }

  .voice-name {
    flex-direction: column;
    align-items: end;
    gap: 6px;
    font-size: 14px;
  }

  .tutor {
    padding: 48px 0 12px;
  }

  .tutor-detail {
    padding: 36px 24px 24px;
  }

  .tutor h3 {
    font-size: 24px;
    padding: 12px;
  }

  .tutor h3::after {
    width: 30px;
    height: 30px;
  }

  .tutor-detail h4 {
    font-size: 20px;
    margin: 30px 0;
  }

  .tutor-detail p {
    font-size: 16px;
    padding: 0 12px;
    margin-bottom: 16px;
    line-height: 28px;
  }

  .tutor-detail span {
    border-bottom: 4px solid #F5EB27
  }

  .about-message {
    margin: 20px 0;
  }

  .about-message p {
    font-size: 14px;
  }

  .anxiety li {
    margin: 12px 0;
    font-size: 16px;
    padding: 6px 0;
  }

  .about-message h4 {
    font-size: 20px;
  }

  .results {
    max-width: 400px;
    margin: 64px auto 0;
    padding: 48px 20px 20px;
  }

  .results-badge {
    top: -45px;
    width: 85px;
    height: 85px;
    font-size: 20px;
  }

  .results-list {
    padding-left: 24px;
  }

  .results-list li {
    font-size: 16px;
  }

  footer p {
    color: white;
    font-size: 12px;
    padding: 16px 0;
  }
}