/* ここに配布されたCSSを貼り付けるか、読み込む先として使ってください */
/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  scrollbar-color: #E4CFBE #364035;
}
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}


/* 使用フォント
'Arial', Helvetica, sans-serif;
'Noto Serif JP', serif;
 */
html {
  font-size: calc(100vw / 144);
}
@media (max-width: 849px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

body {
  color: #364035;
  background-color: #364035;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 2rem;
}
@media (max-width: 849px) {
  body {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.u-mobile {
  display: none;
}
@media (max-width: 849px) {
  .u-mobile {
    display: block;
  }
}
.u-desktop {
  display: block;
}
@media (max-width: 849px) {
  .u-desktop {
    display: none;
  }
}
.text-align-center {
  text-align: center;
}
.list-center {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media (max-width: 849px) {
  .list-center {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
@media (max-width: 849px) {
  .fz-13-sp {
    font-size: 1.3rem;
  }
  .fz-14-sp {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .fz-15-sp {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .fz-16-sp {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .fz-18-sp {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .fz-20-sp {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .fz-24-sp {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .lh-15-sp {
    line-height: 1.5;
  }
  .ls-sp {
    letter-spacing: 0;
  }
  .ls--sp {
    letter-spacing: -0.03em;
  }
  .ls---sp {
    letter-spacing: -0.05em;
  }
}
@media (min-width: 850px) {
  .fz-20-pc {
    font-size: 2rem;
    font-weight: 700;
  }
  .fz-24-pc {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .fz-28-pc {
    font-size: 2.8rem;
    font-weight: 700;
  }
  .fz-32-pc {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .fz-40-pc {
    font-size: 4rem;
    font-weight: 700;
  }
  .lh-16-pc {
    line-height: 1.6;
  }
  .ls-pc {
    letter-spacing: 0;
  }
  .ls--pc {
    letter-spacing: -0.02em;
  }
}
.text-accent {
  color: #FFFF00;
}
.bg {
  background-image: url(http://soumoukukkilp.click/wp-content/uploads/2025/09/bg_pc-scaled.jpg);
  background-size: 144rem 170rem;
  background-repeat: round;
}
@media (max-width: 849px) {
  .bg {
    background-image: url(http://soumoukukkilp.click/wp-content/uploads/2025/09/bg_sp-scaled.jpg);
    background-size: 37.5rem 133.6rem;
  }
}
.section__inner {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}
.section__title {
  line-height: 1.4;
  font-weight: 700;
  background: radial-gradient(circle, #717171 50%, #364035 100%);
  text-align: center;
  padding: 2rem 0;
  color: #fffff5;
}
.section-img {
  margin-top: 1.6rem;
}
@media (max-width: 849px) {
  .section__inner {
    max-width: 34.5rem;
  }
  .section__title {
    padding: 0.8rem 0;
  }
  .section-img {
    margin-top: 0.8rem;
  }
}
.contents__inner {
  max-width: 80rem;
  padding-top: 8rem;
  padding-bottom: 16rem;
  margin-right: auto;
  margin-left: auto;
}
.contents__inner > p:nth-child(n + 2) {
  margin-top: 9.8rem;
}
.contents__img {
  margin-top: 10rem;
  width: 100%;
  font-size: 4.8rem;
  font-weight: 700;
}
.contents__img p {
  margin-bottom: 1.6rem;
}
.contents__img img {
  width: 100%;
}
@media (max-width: 849px) {
  .contents__inner {
    max-width: 31.5rem;
    padding-top: 3.2rem;
    padding-bottom: 6.4rem;
  }
  .contents__inner > p:nth-child(n + 2) {
    margin-top: 3.2rem;
  }
  .contents__img {
    margin-top: 3.2rem;
    font-size: 2rem;
  }
  .contents__img p {
    margin-bottom: 0.8rem;
  }
  .contents__img img {
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
.text__inner {
  max-width: 80rem;
  padding-top: 8rem;
  padding-bottom: 16rem;
  margin-right: auto;
  margin-left: auto;
}
.sub__inner {
  max-width: 80rem;
  padding-top: 4.8rem;
  padding-bottom: 16rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 849px) {
  .text__inner {
    max-width: 31.5rem;
    padding-top: 3.2rem;
    padding-bottom: 6.4rem;
  }
  .sub__inner {
    max-width: 31.5rem;
    padding-top: 3.2rem;
    padding-bottom: 6.4rem;
  }
}
.card__title {
  padding: 1rem 3rem;
  background-color: FFF0EB;
  width: fit-content;
  font-size: 4rem;
  font-weight: 700;
  box-shadow: 0px 4px 4px rgba(54, 64, 43, 0.25);
  color: #364035;
  line-height: 1.5;
}
.title__inner {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 849px) {
  .card__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.text-center {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: start;
}

/* mv */
.mv {
  position: relative;
  width: 100%;  /* 100vw */
  height: 85rem;
}
.mv__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 5rem 5.5rem 3.8rem 5rem;
}
.mv-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 6.4rem;
  line-height: 1.4;
}
.mv-title--lg {
  font-size: 8rem;
  letter-spacing: 0.03em;
}
.mv-title--sm {
  font-size: 5.6rem;
}
.mv-title--margin-left--pc {
  margin-left: 7rem;
}
.mv-title--color {
  background: radial-gradient(circle, #717171 50%, #364035 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv__contents {
  margin-top: 8rem;
  margin-left: 7rem;
  display: flex;
  justify-content: center;
  align-items: end;
}
.mv-text {
  line-height: 1.4;
}
.mv-text__block {
  font-weight: 700;
  line-height: 1.4;
}
.mv-text__block:nth-child(n + 2) {
  margin-top: 6.4rem;
}
.mv-text__content {
  color: #717171;
  font-size: 2rem;
}
.mv-text--margin-top {
  margin-top: 3.2rem;
}
.mv-text__highlight {
  font-size: 2.6rem;
}
.mv-text-sm {
  font-size: 1.8rem;
}
.mv-message {
  width: 52rem;
  margin-bottom: -1rem;
  margin-left: 1rem;
}
.mv__profile {
  margin-top: 4rem;
  width: fit-content;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0 2rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fffff5;
  background-color: rgba(54, 64, 53, 0.8);
}
.mv__profile p:nth-child(n + 2) {
  margin-left: 4.4rem;
}
.mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 849px) {
  .mv {
    height: auto;
  }
  .mv__wrapper {
    padding: 1.5rem 0 0;
  }
  .mv-title {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
	font-size: 3.2rem;
    padding-left: 2.3rem;
  }
  .mv-title--lg {
    font-size: 4rem;
  }
  .mv-title--sm {
    font-size: 2.4rem;
  }
  .mv-title--margin-left--pc {
    margin-left: 0rem;
  }
  .mv-title--margin-left--sp {
    margin-left: 5rem;
  }
  .mv__contents {
    position: relative;
    text-align: center;
    width: fit-content;
    margin-top: 1.6rem;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
  .mv-text__block:nth-child(n + 2) {
    margin-top: 1.2rem;
  }
  .mv-text__content {
    font-size: 1.3rem;
    margin-right: 0.4rem;
  }
  .mv-text__content p:nth-child(n+2) {
    margin-top: 1rem;
  }
  .mv-text--margin-top {
    margin-top: 0rem;
  }
  .mv-text--margin-right-sp {
    margin-right: -0.5rem;
  }
  .mv-text--margin-right--sp {
    margin-right: -2.4rem;
  }
  .mv-text__highlight {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #fffff5;
    background-color: rgba(54, 64, 53, 0.6);
    border-radius: 4px 0 0 4px;
  }
  .mv-text-sm {
    font-size: 1.6rem;
  }
  .mv-message {
    position: absolute;
    width: 21rem;
    margin-bottom: 0;
    margin-left: 0;
    top: -16.75rem;
    right: -1.25rem;
    transform: rotate(-45deg);
  }
  .mv__profile {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;    margin-top: 2.2rem;
    width: 100%;
    border-radius: 0;
    padding: 0 2rem;
    font-size: 1.4rem;
  }
  .mv__profile p:nth-child(n + 2) {
    margin-left: 3.2rem;
  }
}



/* first-message */
.first-message {
  background: linear-gradient(180deg, #364035 14%, #f7f2ed 100%);
  padding: 9.6rem 0;
}
.first-message p {
  margin: auto;
  width: fit-content;
  line-height: 1.4;
  letter-spacing: 0.03em;
  background-color: #364035;
  padding: 0 0.6rem;
  color: #fffff5;
  font-size: 2rem;
  font-weight: 700;
}
.first-message p:nth-child(n + 2) {
  margin-top: 1.2rem;
}
@media (max-width: 849px) {
  .first-message p {
    padding: 0 0.4rem;
    font-size: 1.4rem;
  }
  .first-message p:nth-child(n + 2) {
    margin-top: 0.8rem;
  }
}

/* wrong */
.wrong__title {
  font-size: 4.8rem;
  width: 100vw;
}
.wrong__title span {
  font-size: 5.6rem;
}

/* behind */
.behind__title {
  font-size: 5.6rem;
}
.behind__title span {
  font-size: 6.4rem;
}

/* no-anxiety */
.no-anxiety__title {
  font-size: 4rem;
}
.no-anxiety__title span {
  font-size: 5.6rem;
}
.news-img {
  padding: 0.6rem;
  border: 0.1rem solid #364035;
  border-radius: 0.4rem;
}

/* guard */
.guard__title {
  font-size: 4.6rem;
}
.list {
  font-size: 2.4rem;
  line-height: 1.6;
}
.guard__item {
  margin: 0 0 -9.8rem !important;
}
@media (max-width: 849px) {
  /* wrong */
  .wrong__title {
    font-size: 2rem;
    width: 100vw;
  }
  .wrong__title span {
    font-size: 2.4rem;
  }

  /* behind */
  .behind__title {
    font-size: 2rem;
    margin: 0 -1.5rem;
  }
  .behind__title span {
    font-size: 2.4rem;
  }

  /* no-anxiety */
  .no-anxiety__title {
    font-size: 1.6rem;
    margin: 0 -1.5rem;
  }
  .no-anxiety__title span {
    font-size: 2rem;
  }

  /* guard */
  .guard__title {
    font-size: 2rem;
    margin: 0 -1.5rem;
    padding-left: 2.3rem;
    text-align: start;
  }
  .list {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .guard__item {
    margin: 0 0 -3.2rem !important;
    text-align: center !important;
  }
}


/* column */
.column__title {
  font-size: 5rem;
  width: 100vw;
}
.column__title span {
  font-size: 6rem;
}
.column-list {
  margin: 6.3rem 0 5.6rem;
}
.column__item:nth-child(n+2) {
  margin-top: 4.3rem;
}
.column-item__title {
  text-wrap: nowrap;
  width: fit-content;
  line-height: 1.5;
  font-size: 4rem;
  margin-bottom: 2.4rem;
  border-bottom: 2px solid #364035;
}
.column-item__title span {
  font-size: 6.4rem;
}
.column-item__topic {
  margin: 4.8rem 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.topic__title {
  padding: 0 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  border: 2px solid #364035;
  border-radius: 4px;
  width: fit-content;
}
.topic__contents {
  width: fit-content;
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (max-width: 849px) {
  .column__title {
    font-size: 2.4rem;
    width: 100vw;
  }
  .column__title span {
    font-size: 2.8rem;
  }
  .column-list {
    margin: 4.8rem 0;
  }
  .column__item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
  .column-item__title {
    margin-left: -1.5rem;
    line-height: 1.4;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .column-item__title span {
    font-size: 2.8rem;
  }
  .column-item__topic {
    margin: 1.6rem 0;
  }
  .topic__title {
    font-size: 1.4rem;
  }
  .topic__contents {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* future */
.future__title {
  font-size: 5rem;
}
.future__list {
  margin: 5.6rem 0;
}
.future__list {
  margin: 5.6rem 0;
}
.future__list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}
.future__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media (max-width: 849px) {
  .future__title {
    font-size: 2.2rem;
  }
  .future__list {
    margin: 2.4rem 0;
  }
  .future__list li {
    line-height: 1.5;
  }
}

/* price */
.price-amount {
  font-size: 4rem;
  margin: 3.5rem 0;
}
@media (max-width: 849px) {
.price-amount {
  font-size: 2rem;
  margin: 2rem 0;
}
}

/* flow-step */
.flow-step {
  margin-bottom: 16rem;
}
.flow-step__contents{
  margin: 4.8rem auto;
  max-width: 80rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta__block {
  margin: auto;
  display: flex;
  align-items: end;
}
.cta__block span {
  margin-left: 1.6rem;
}
.cta__box {
  text-align: center;
}
.cta__box span {
  margin-bottom: 0.4rem;
}
.flow-step__btn {
  font-size: 2.4rem;
  font-weight: 700;
  width: fit-content;
  border-radius: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  box-shadow: 0px 4px 2px rgba(54, 64, 43, 0.25);
  padding: 0.8rem 10rem;
  color: #fffff5;
  background: linear-gradient(
    to bottom,
    rgba(0, 85, 46, 0.8) 0%,
    rgba(0, 85, 46, 1) 50%,
    rgba(0, 85, 46, 0.8) 100%
  );
}
.flow-step__btn p:nth-child(n+2) {
  margin-left: 2.4rem;
}
.arrow {
  margin: 3rem 0;
}
@media (max-width: 849px) {
  .flow-step {
    margin-bottom: 6.4rem;
  }
  .flow-step__contents{
    margin: 2.4rem auto 4rem;
    max-width: 31.5rem;
  }
  .arrow {
    margin: 2rem 0;
  }
  .flow-step__btn {
    width: 22.5rem;
    font-size: 1.4rem;
    border-radius: 1rem;
    justify-content: center;
    padding: 0.4rem 0;
  }
  .flow-step__btn p:nth-child(n+2) {
    margin-left: 1.6rem;
  }
}

/* btn */
.btn__inner {
  display: flex;
  justify-content: center;
  padding: 0 0 16rem;
}
.cta__btn {
  font-size: 2.4rem;
  font-weight: 700;
  width: fit-content;
  border-radius: 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  box-shadow: 0px 4px 2px rgba(54, 64, 43, 0.25);
  padding: 0.8rem 15rem;
  color: #fffff5;
  background: linear-gradient(
    to bottom,
    rgba(0, 85, 46, 0.8) 0%,
    rgba(0, 85, 46, 1) 50%,
    rgba(0, 85, 46, 0.8) 100%
  );
}
.triangle {
  margin-left: 2.5rem;
  width: 0;
  height: 0;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 1.8rem solid #fffff5;
}
.triangle-accent {
  margin-left: 2.5rem;
  width: 0;
  height: 0;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  border-left: 1.8rem solid #ffff00;
}
a {
  text-decoration: none;
  transition: .3s;
}
a:hover {
  opacity: 0.7;
}
@media (max-width: 849px) {
  .btn__inner {
    padding: 0 0 6.4rem;
  }
  .cta__btn {
    width: 31.5rem;
    font-size: 1.4rem;
    border-radius: 1rem;
    justify-content: center;
    padding: 0.4rem 0;
  }
  .triangle {
    margin-left: 2.5rem;
    margin-right: -1rem;
    width: 0;
    height: 0;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1rem solid #fffff5;
  }
  .triangle-accent {
    margin-left: 2.5rem;
    width: 0;
    height: 0;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1rem solid #ffff00;
  }
}

/* voice */
.voice-item__title {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.voice__item:nth-child(n+2) {
  margin-top: 5.6rem;
}
@media (max-width: 849px) {
  .voice-item__title {
    font-size: 1.6rem;
  }
  .voice__item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}

/* Attention */
.Attention__title {
  font-size: 5rem;
}
.Attention__title::before {
  content: "⚠️";
}
.Attention__sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 849px) {
  .Attention__title {
    font-size: 2rem;
  }
  .Attention__sub-title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* qa */
.qa__item:nth-child(n+2) {
  margin-top: 3.5rem;
}
.qa-item__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-wrap: nowrap;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.q-number {
  display: block;
  font-size: 4rem;
  color: #717171;
}
.answer__box {
  margin-top: 1.6rem;
  display: flex;
}
.answer__title {
  margin-right: 1.5rem;
  font-size: 3.2rem;
  text-align: end;
  color: #DF6649;
  width: 6.7rem;
}
.answer__contents {
  width: 71.8rem;
}
@media (max-width: 849px) {
  .qa__item:nth-child(n+2) {
    margin-top: 2.4rem;
  }
  .qa-item__title {
    margin-left: -1.5rem;
    font-size: 1.6rem;
  }
  .q-number {
    font-size: 2.8rem;
    padding-right: 1rem;
  }
  .answer__box {
    margin-top: 0.8rem;
  }
  .answer__title {
    width: 2.2rem;
    font-size: 2rem;
  }
  .answer__contents {
    width: 29.2rem;
  }
}

/* profile */
.profile__title {
  padding: 0.8rem 9.6rem;
  width: fit-content;
  font-size: 4rem;
  font-weight: 700;
  background: radial-gradient(ellipse at center, #ffffff 35%, #DCCDB8 100%);
  text-align: center;
  border-left: 8px solid #364035;
  color: #364035;
  line-height: 1.5;
}
.profile__contents {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16rem;
}
.profile__img {
  width: fit-content;
  position: relative;
}
.profile__img img {
  width: 80rem;
}
.profile__box {
  position: absolute;
  top: 4rem;
  right: 3rem;
  text-align: end;
}
.profile__name {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  margin-right: -3rem;
}
.profile__text {
  margin-top: 1.5rem;
  font-size: 2.4rem;
}
.profile__contents > p {
  margin-top: 4.8rem;
  font-size: 3.6rem;
}
@media (max-width: 849px) {
  .profile__title {
    padding: 0.6rem 9.6rem;
    margin: auto;
    font-size: 2rem;
    border-left: 4px solid #364035;
  }
  .profile__contents {
    padding-bottom: 6.4rem;
  }
  .profile__img img {
    width: 100%;
  }
  .profile__box {
    position: absolute;
    top: 2rem;
    right: 2.4rem;
    text-align: end;
  }
  .profile__name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    margin-right: -1.4rem;
  }
  .profile__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  .profile__contents > p {
    margin-top: 2.3rem;
    font-size: 1.4rem;
  }
}

/* end-message */
.title__box {
  background: radial-gradient(circle, #717171 50%, #364035 100%);
}
.end-message__title {
  width: fit-content;
  line-height: 1.5;
  font-weight: 700;
  font-size: 5rem;
  padding: 2rem 0;
  color: #fffff5;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 849px) {
.end-message__title {
  font-size: 2rem;
  padding: 1rem 0;
  color: #fffff5;
}
}

/* footer */
.footer {
  background-color: #364035;
}
.copyright {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.4rem;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #fffff5;
}
@media (max-width: 849px) {
  .copyright {
    font-size: 0.8rem;
  }
}
