/*
Theme Name: Konkatsu Mental Coaching LP
Theme URI: https://datsukon-coaching.jp/
Author: mlinkdesign Corporation
Author URI: https://mlinkdesign.co.jp/
Description: 婚活メンタルコーチングのランディングページ用WordPressテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konkatsu-mental-coaching
*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #4d4d4d;
  background-color: #FFFCF3;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.page-wrapper {
  max-width: 430px;
  margin: 0 auto;
  background-color: #FFFCF3;
  min-height: 100vh;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.container {
  padding: 0 30px;
}

.hero {
  background-color: #FFFCF3;
  padding-bottom: 50px;
}
.hero__image {
  width: 100%;
}
.hero__img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 350px;
  height: 80px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 16px 20px;
  background: linear-gradient(to right, #4CAF50 0%, #8BC34A 100%);
  border-radius: 50px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.cta-button__badge {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4CAF50;
  background-color: #FFFFFF;
  padding: 0 10px;
  border-radius: 4px;
  margin-top: 2px;
}
.cta-button__text {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
}
.cta-button__arrow {
  position: relative;
  width: 10px;
  height: 10px;
}
.cta-button__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}

.ctacta--final {
  background-color: #ffffff;
  padding-bottom: 50px;
}

.cta-button--red {
  background: linear-gradient(to right, #D64A5B 0%, #F5A0A8 100%);
}
.cta-button--red .cta-button__badge {
  color: #D64A5B;
}
.cta-button--red .cta-button__text {
  font-size: 1.7rem;
}

.problems {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: #f2f2f2;
}
.problems__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.3;
}
.problems__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 252, 243, 0) 0%, rgba(255, 252, 243, 0.3) 50%, rgb(255, 252, 243) 100%);
}
.problems__bg-img {
  width: 100%;
  height: auto;
}
.problems__card {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 40px 25px;
  padding: 32px 20px 25px;
  border-radius: 16px;
  box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.2);
}
.problems__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.problems__header-label {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #ce777d;
  border-radius: 12px;
  font-size: 2.2rem;
  font-weight: 400;
  color: #ce777d;
  letter-spacing: 0.05em;
  background-color: transparent;
}
.problems__header-line {
  width: 1px;
  height: 12px;
  background-color: #C4A882;
}
.problems__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.problems__title-em {
  font-size: 5rem;
  color: #693e16;
  font-weight: 700;
}
.problems__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.problems__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 0;
  background-image: linear-gradient(to right, #D0D0D0 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.problems__item:first-child {
  padding-top: 0;
}
.problems__check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1.5px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}
.problems__check svg {
  width: 12px;
  height: 12px;
  color: #C4A882;
}
.problems__text {
  font-size: 2rem;
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 400;
}
.problems__text-em {
  color: #693e16;
  font-weight: 500;
}

.survey {
  position: relative;
  padding: 40px 0 50px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}
.survey .container {
  padding: 0 20px;
}
.survey__header {
  text-align: center;
}
.survey__header-img {
  max-width: 200px;
  margin: 0 auto;
}
.survey__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #4d4d4d;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.survey__subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #4d4d4d;
  margin-bottom: 30px;
}
.survey__chart {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.survey__item {
  display: flex;
  flex-direction: column;
}
.survey__label {
  font-size: 1.8rem;
  color: #4d4d4d;
  font-weight: 400;
}
.survey__bar {
  position: relative;
  height: 44px;
  border-radius: 0;
}
.survey__bar--brown-1 {
  background-color: #693e16;
}
.survey__bar--brown-2 {
  background-color: #693e16;
}
.survey__bar--brown-3 {
  background-color: #693e16;
}
.survey__bar--brown-4 {
  background-color: #693e16;
}
.survey__bar--gray-1 {
  background-color: #b3b3b3;
}
.survey__bar--gray-2 {
  background-color: #b3b3b3;
}
.survey__bar--gray-3 {
  background-color: #b3b3b3;
}
.survey__bar--gray-4 {
  background-color: #b3b3b3;
}
.survey__percent {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: baseline;
  color: #FFFFFF;
}
.survey__percent-num {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.survey__percent-unit {
  font-size: 1.4rem;
  font-weight: 400;
}
.survey__note {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #4d4d4d;
  margin: 10px 0;
}
.survey__source {
  padding-top: 16px;
}
.survey__source-title {
  font-size: 1.1rem;
  color: #999999;
  margin-bottom: 6px;
}
.survey__source-text {
  font-size: 1rem;
  color: #666666;
  line-height: 1.8;
}

.section-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(35%);
  z-index: 10;
}
.section-arrow__icon {
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  background-color: #999999;
}
.section-arrow__icon::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -2px;
  width: 15px;
  height: 15px;
  border-right: 1px solid #999999;
  transform: translateX(-50%) rotate(30deg);
  transform-origin: center;
}

.benefits {
  padding: 50px 0 60px;
}
.benefits__header {
  text-align: center;
  margin-bottom: 40px;
}
.benefits__lead {
  font-size: 1.8rem;
  color: #4d4d4d;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.benefits__title {
  position: relative;
  display: inline-block;
  font-size: 3.8rem;
  line-height: 1.5;
  color: #ffba72;
  margin-bottom: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.benefits__title::before, .benefits__title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #ffba72;
  top: 50%;
  transform: translateY(-50%);
}
.benefits__title::before {
  left: -10px;
  transform: translateY(-50%) rotate(-18deg);
}
.benefits__title::after {
  right: -10px;
  transform: translateY(-50%) rotate(18deg);
}
.benefits__title-sm {
  font-size: 2.8rem;
}
.benefits__subtitle {
  font-size: 2rem;
  color: #4d4d4d;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.benefits__text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #4d4d4d;
  text-align: center;
}
.benefits__text-em {
  color: #ce777d;
  font-weight: 500;
}
.benefits__img {
  width: 100%;
}
.benefits__img-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.presents__header {
  text-align: center;
}
.presents__header-img {
  width: 100%;
  height: auto;
}
.presents__body {
  background-color: #FFFCF3;
  padding: 50px 20px 30px;
}
.presents__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.presents__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px 20px 20px;
}
.presents__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #ffba72;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.presents__item-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.presents__icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.presents__icon-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.presents__item-text {
  flex: 1;
}
.presents__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffba72;
  margin-bottom: 8px;
}
.presents__item-desc {
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.7;
}

.features {
  padding: 50px 0;
}
.features__header-img {
  width: 100%;
  height: auto;
}

.feature {
  margin-bottom: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
.feature--right {
  padding-left: 40px;
}
.feature--right .feature__card {
  border-radius: 20px 0 0 20px;
}
.feature--left {
  padding-right: 40px;
}
.feature--left .feature__card {
  border-radius: 0 20px 20px 0;
}
.feature__card {
  background-color: #FFFFFF;
  padding: 24px 20px 30px;
}
.feature__number {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.feature__label {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  color: #4d4d4d;
  background-color: #FFFFFF;
  letter-spacing: 0.1em;
  margin-right: -20px;
  padding-right: 4px;
}
.feature__num {
  font-size: 7rem;
  color: #ce777d;
  line-height: 1;
}
.feature__title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.6;
  margin-bottom: 20px;
}
.feature__title-em {
  color: #ce777d;
  font-weight: 700;
}
.feature__content {
  margin-bottom: 20px;
}
.feature__text {
  font-size: 1.8rem;
  color: #4d4d4d;
  line-height: 1.8;
}

.feature__point-text {
 font-size: 1.8rem;
}

.feature__result-text {
 font-size: 1.8rem;
}

.feature__point-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ce777d;
  text-decoration: underline;
  text-decoration-color: #ce777d;
  text-underline-offset: 4px;
  margin-bottom: 8px;
  text-align: center;
}
.feature__point-label-plain {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ce777d;
  margin-bottom: 8px;
  text-align: center;
}
.feature__point-underline {
  width: 250px;
  height: auto;
}
.feature__result-label {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ce777d;
  background-color: #fdf0d0;
  padding: 6px 40px;
  border-radius: 20px;
  text-align: center;
}
.feature__photo {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.feature__photo-img {
  width: 100%;
  height: auto;
}

.features-summary {
  position: relative;
  padding: 50px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
.features-summary__header {
  text-align: center;
  margin-bottom: 30px;
}
.features-summary__label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
.features-summary__title {
  line-height: 1.2em;
  font-size: 3.5rem;
  color: #4d4d4d;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.features-summary__title-large {
  font-size: 4rem;
}
.features-summary__accent {
  font-size: 4.5rem;
  color: #ffba72;
}
.features-summary__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.features-summary__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-summary__img {
  width: 100%;
  height: auto;
}

.testimonials {
  padding: 60px 0;
  background-color: #FFFFFF;
}
.testimonials__header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 40px;
  padding-bottom: 20px;
  overflow: hidden;
}
.testimonials__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  height: 1500px;
  background-color: #fdfbf4;
  border-radius: 50%;
  z-index: 0;
}
.testimonials__lead {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  color: #4d4d4d;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.testimonials__title {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  line-height: 1.2em;
  color: #ffba72;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.testimonial {
  background-color: #FFFCF3;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.testimonial__image {
  padding: 20px 20px 0;
}
.testimonial__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.testimonial__content {
  padding: 20px;
}
.testimonial__heading {
  font-size: 2rem;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}
.testimonial__heading-em {
  color: #ffba72;
}
.testimonial__text {
  font-size: 1.8rem;
  color: #4d4d4d;
  line-height: 1.8;
  margin-top: 5px;
}
.testimonial__em {
  color: #ffba72;
}

/* Accordion detail section */
.testimonial__detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.testimonial--expanded .testimonial__detail {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

/* Toggle button styles */
.testimonial__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  background-color: #ffba72;
  border: none;
  border-radius: 0 0 16px 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.testimonial__toggle:hover {
  background-color: #ffa94d;
}
.testimonial__toggle-text {
  font-size: 1.8rem;
  font-weight: 500;
}
.testimonial__toggle-icon {
  font-size: 1.8rem;
  font-weight: 500;
}

/* Legacy more button (keeping for backward compatibility) */
.testimonial__more {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background-color: #ffba72;
  border: none;
  border-radius: 0 0 16px 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  cursor: pointer;
}

.coach {
  padding: 30px 0;
  background-color: #FFFCF3;
}
.coach .container {
  padding: 0 40px;
}
.coach__label {
  display: block;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2em;
  color: #ffba72;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 5px;
}
.coach__profile {
  margin-bottom: 15px;
}
.coach__image {
  border-radius: 12px;
  overflow: hidden;
}
.coach__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coach__content {
  margin-bottom: 24px;
}
.coach__quote {
  font-size: 2.1rem;
  color: #ce777d;
  line-height: 1.8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.coach__text {
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.9;
}
.coach__text--highlight {
  color: #ffba72;
  font-weight: 800;
}

.summary{
  background-color: #fff;
  padding-bottom: 30px;
}

.coach__photo {
  margin-top: 20px;
  margin-left: -40px;
  margin-right: -40px;
}
.coach__photo-img {
  width: 100%;
  height: auto;
  display: block;
}
.coach__cta {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
.coach__cta-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.7rem;
  color: #4d4d4d;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-image: linear-gradient(to right, rgba(232, 160, 160, 0.5) 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.coach__cta-text {
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.8;
}

.session {
  padding: 50px 0;
  background-color: #FFFFFF;
}
.session__header {
  text-align: center;
  margin-bottom: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.session__lead {
  font-size: 2rem;
  color: #ce777d;
  line-height: 1.6;
  margin-bottom: 8px;
}
.session__lead-highlight {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.8rem;
  color: #ffba72;
}
.session__lead-underline {
  width: 340px;
  height: auto;
}
.session__lead-num {
  font-size: 2.5rem;
  font-weight: 700;
}
.session__title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #693e16;
  line-height: 1.4;
}
.session__image {
  margin-bottom: 20px;
}
.session__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.session__desc {
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.8;
  margin-bottom: 30px;
}
.session__effects {
  position: relative;
  background-color: #ce777d;
  border-radius: 12px;
  padding: 10px 20px 0;
  margin-bottom: 24px;
  overflow: hidden;
}
.session__effects::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  height: 800px;
  background-color: #fffcf3;
  border-radius: 50%;
  z-index: 0;
}
.session__effects-title {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.session__effects-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.session__effects-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 0;
  background-image: linear-gradient(to right, #D0D0D0 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.session__effects-item:first-child {
  padding-top: 0;
}
.session__effects-item:last-child {
  background-image: none;
}
.session__effects-check {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1.5px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  position: relative;
}
.session__effects-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 8px;
  border-right: 2px solid #C4A882;
  border-bottom: 2px solid #C4A882;
}
.session__effects-text {
  font-size: 2rem;
  color: #4d4d4d;
  line-height: 1.7;
}
.session__effects-em {
  color: #ce777d;
  font-weight: 500;
}
.session__bottom {
  position: relative;
  margin-bottom: 10px;
}
.session__method {
  display: flex;
  align-items: center;
  justify-content: center;
}
.session__method-icon {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 90px;
  margin-bottom: -5px;
}
.session__method-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.session__method-time {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 20px;
  z-index: 10;
  background-color: #ffe3c7;
  border-radius: 50%;
  padding: 12px 16px;
  text-align: center;
}
.session__method-time::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px dashed #ffba72;
  border-radius: 50%;
}
.session__method-time-label {
  font-size: 1.7rem;
  color: #4d4d4d;
  line-height: 1.2em;
}
.session__method-time-value {
  font-size: 1.8rem;
  color: #ce777d;
  line-height: 1.2em;
}
.session__info {
  text-align: center;
  background-color: #ffba72;
  padding: 5px 20px;
  border-radius: 50px;
}
.session__info-label {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.session__info-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 10px;
}
.session__note {
  background-color: #fffcf3;
  border-radius: 8px;
  padding: 16px 20px;
}
.session__note-text {
  font-size: 1.2rem;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.8;
}

.footer {
  background: linear-gradient(to bottom, #ffba72 0%, #ffcf73 100%);
  padding: 24px 20px;
  text-align: center;
}
.footer__privacy {
  display: inline-block;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 5px;
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.8);
}
.recaptcha-note {
 color: rgba(255, 255, 255, 0.8);
}

/* nakagawa追加 */
/* まずはデフォルトで非表示 */
.br-375 {
  display: none;
}

@media (min-width: 375px) {
 .problems__text{
  font-size: 1.7rem;
}
 .survey__title{
 font-size: 2.0rem;
}
 .survey__label{
 font-size: 1.7rem;
}

 .survey__source{
 font-size: 0.8rem;
}

 .benefits__title{
 font-size: 3.3rem;
}

 .benefits__text {
  font-size: 1.7rem;
}

 .presents__item-desc{
 font-size: 1.2rem;
}

 .feature__title{
 font-size: 2.0rem;
}
 .feature__result-label{
  font-size: 1.4rem;
}

 .cta-button__badge{
 font-size: 1.7rem;
}
 .cta-button__text{
  font-size: 2.0rem;
}
 .cta-button{
 max-width: 100%;
}

.features-summary__title{
font-size: 3.1rem;
}

.testimonial__heading{
font-size: 1.8rem;
}

.coach__quote {
font-size: 1.8rem;
}

.coach__cta-title{
font-size: 3.2rem;
}

.session__lead-highlight{
font-size: 2.5rem;
}

}

/* 画面幅375px以下のときだけ改行させる */
@media screen and (max-width: 375px) {
  .br-375 {
    display: block;
  }
}

