@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f8f6f0;
}

.title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a {
  font-family: "source-han-sans-japanese", sans-serif;
  color: #4d4b4c;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 200%;
}

img {
  height: auto;
  width: 100%;
  vertical-align: baseline;
}

@media (min-width: 1024px) {
  .sp__only {
    display: none;
  }
}

.pc__only {
  display: none;
}
@media (min-width: 1024px) {
  .pc__only {
    display: unset;
  }
}

.spacer__px {
  padding-left: calc((100vw - 343px) / 2);
  padding-right: calc((100vw - 343px) / 2);
}
@media (min-width: 1024px) {
  .spacer__px {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__px--720 {
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 1024px) {
  .spacer__px--560 {
    padding-left: calc((100vw - 560px) / 2);
    padding-right: calc((100vw - 560px) / 2);
  }
}

.spacer__pt {
  margin-top: 8rem;
}
@media (min-width: 1024px) {
  .spacer__pt {
    margin-top: 12rem;
  }
}

.spacer__y--white {
  margin-top: 12rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .spacer__y--white {
    margin-top: 18.4rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.spacer__y--pink {
  background-color: #efa59b;
  padding-top: 4rem;
  margin-top: 8rem;
  padding-bottom: 3.2rem;
  border-radius: 1.6rem;
  padding-left: calc((100vw - 343px) / 2);
  padding-right: calc((100vw - 343px) / 2);
}
@media (min-width: 1024px) {
  .spacer__y--pink {
    padding-top: 4.8rem;
    margin-top: 12rem;
  }
}

@media (min-width: 1024px) {
  .spacer__x--pinkLg {
    margin-left: calc((100vw - 960px) / 2);
    margin-right: calc((100vw - 960px) / 2);
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}

@media (min-width: 1024px) {
  .spacer__x--pinkSm {
    margin-left: calc((100vw - 720px) / 2);
    margin-right: calc((100vw - 720px) / 2);
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}

.spacer_y--pattern {
  padding-top: 8rem;
  margin-top: 8rem;
}
@media (min-width: 1024px) {
  .spacer_y--pattern {
    padding-top: 12rem;
    margin-top: 12rem;
  }
}

.hgroup {
  margin-bottom: 3.2rem;
}
@media (min-width: 1024px) {
  .hgroup {
    margin-bottom: 4.8rem;
  }
}
.hgroup h3 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 150%;
  text-align: center;
}
@media (min-width: 1024px) {
  .hgroup h3 {
    font-size: 3.2rem;
  }
}
.hgroup h3 .lg {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #efa59b;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .hgroup h3 .lg {
    font-size: 3.6rem;
  }
}

.hgroup--white h3 {
  color: white;
}
.hgroup--white h3 .lg {
  color: white;
}

.hgroup--sm h3 {
  letter-spacing: 0;
}
.hgroup--sm h3 .lg {
  letter-spacing: 0;
}

.bg__white {
  position: relative;
  background-color: white;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}

.bg__white::before {
  position: absolute;
  content: "";
  background-image: url("../img/bg/bg__white--sp.svg");
  position: absolute;
  top: 1px;
  right: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
@media (min-width: 1024px) {
  .bg__white::before {
    background-image: url("../img/bg/bg__white--pc.svg");
    height: 60px;
  }
}

.bg__pattern {
  position: relative;
}

.bg__pattern::before {
  content: "";
  background-image: url("../img/bg/bg__pattern--sp.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 36vw;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .bg__pattern::before {
    width: 70%;
    background-image: url("../img/bg/bg__pattern--pc.svg");
    background-size: cover;
  }
}

footer {
  background-color: white;
  padding: 4rem 0;
  border-top-right-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
  display: grid;
  gap: 2.4rem;
  margin-top: 8rem;
}
@media (min-width: 1024px) {
  footer {
    margin-top: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .footer__company {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
footer .footer__company--img {
  width: 48px;
  height: 48px;
}
footer .footer__company--name {
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 700;
  color: #efa59b;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
footer .footer__links {
  display: grid;
  gap: 0.8rem;
}
footer .footer__links a {
  border-bottom: 1px solid #efa59b;
  font-size: 1.4rem;
  width: max-content;
}

.cta {
  display: grid;
  gap: 2rem;
  background-color: white;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  justify-items: center;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.cta__lead {
  font-size: 2.4rem;
  color: #f88379;
  line-height: 100%;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  width: max-content;
}
.cta__lead::before,
.cta ::after {
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  content: "";
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cta__lead::before {
  left: -0.8rem;
  background-image: url("../img/icon/cta__left.svg");
}
.cta__lead::after {
  right: -0.8rem;
  transform: translate(100%, -50%);
  background-image: url("../img/icon/cta__right.svg");
}
.cta__btn {
  width: 100%;
  color: white;
  border-radius: 0.8rem;
  background-color: #f88379;
  font-size: 3.2rem;
  line-height: 125%;
  text-align: center;
  display: block;
  padding: 1.6rem;
  letter-spacing: 0.03em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cta__btn {
    padding: 3.2rem;
    position: relative;
  }
}
.cta__btn::before,
.cta ::after {
  position: absolute;
  content: "";
}
.cta__btn::before {
  display: none;
  background-image: url("../img/cta/cta__01.png");
}
@media (min-width: 1024px) {
  .cta__btn::before {
    display: block;
    width: 200px;
    height: 157px;
    background-size: cover;
    bottom: 0;
    left: -13.6rem;
    transform: translateY(2.4rem);
  }
}
.cta__btn::after {
  display: none;
  background-image: url("../img/cta/cta__02.png");
}
@media (min-width: 1024px) {
  .cta__btn::after {
    display: block;
    width: 107px;
    height: 108px;
    background-size: cover;
    bottom: 0;
    right: -6.4rem;
    transform: translate(0, -1.6rem);
  }
}

.cta__bottom {
  padding-top: 0;
  padding-bottom: 6.4rem;
}

header {
  height: 64px;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
}
@media (min-width: 1024px) {
  header {
    padding-left: 1.6rem;
  }
}
@media (min-width: 1440px) {
  header {
    padding-left: calc((100vw - 1080px) / 2);
  }
}
header .logo {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
header .logo__img {
  width: 48px;
  height: 48px;
}
header .logo__name {
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 700;
  color: #efa59b;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.item__problem {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  background-color: white;
  border: 2px solid #e5e5e5;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.item__problem--img {
  width: 28px;
  margin-top: -2.8rem;
}
.item__problem--text {
  font-size: 1.6rem;
  line-height: 180%;
}

@media (min-width: 1024px) {
  .item__problem:nth-child(1) {
    grid-area: 1/1/2/3;
  }
}

@media (min-width: 1024px) {
  .item__problem:nth-child(2) {
    grid-area: 1/3/2/5;
  }
}

@media (min-width: 1024px) {
  .item__problem:nth-child(3) {
    grid-area: 1/5/2/7;
  }
}

@media (min-width: 1024px) {
  .item__problem:nth-child(4) {
    grid-area: 2/2/3/4;
  }
}

@media (min-width: 1024px) {
  .item__problem:nth-child(5) {
    grid-area: 2/4/3/6;
  }
}

.item__solution {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .item__solution {
    grid-template-columns: 1fr 300px;
    grid-template-rows: repeat(2, max-content);
    column-gap: 5.6rem;
    row-gap: 2.4rem;
  }
}
.item__solution--header {
  display: flex;
  gap: 0.8rem;
  padding-bottom: 1.2rem;
  align-items: center;
  border-bottom: 1px dotted #4d4b4c;
}
@media (min-width: 1024px) {
  .item__solution--header {
    grid-area: 1/1/2/2;
    gap: 1.6rem;
  }
}
.item__solution--header .num {
  font-size: 4.8rem;
  line-height: 100%;
  letter-spacing: 0;
  font-family: "pauza", sans-serif;
  font-weight: 700;
}
.item__solution--header .title {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (min-width: 1024px) {
  .item__solution--header .title {
    font-size: 2.4rem;
  }
}
.item__solution--header .title .pink {
  color: #efa59b;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.item__solution--text {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .item__solution--text {
    grid-area: 2/1/3/2;
  }
}
.item__solution--img {
  margin-top: 0.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  padding-top: 66.7%;
}
@media (min-width: 1024px) {
  .item__solution--img {
    grid-area: 1/2/3/3;
  }
}
.item__solution--img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.item__method {
  display: grid;
  gap: 2.4rem;
  background-color: #f8f6f0;
  border-radius: 0.8rem;
  padding: 3.2rem 0.8rem;
}
@media (min-width: 1024px) {
  .item__method {
    grid-template-columns: 1fr 261px;
    grid-template-rows: repeat(2, max-content);
    column-gap: 3.2rem;
    padding: 3.2rem;
  }
}
.item__method--title {
  font-size: 2rem;
  line-height: 150%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .item__method--title {
    grid-area: 1/1/2/2;
    font-size: 2.4rem;
  }
}
.item__method--title .lg {
  color: #efa59b;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.item__method--text {
  font-size: 1.6rem;
  padding: 0 0.8rem;
}
@media (min-width: 1024px) {
  .item__method--text {
    grid-area: 2/1/3/2;
    padding: 0;
  }
}
.item__method--img {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  margin: 0 0.8rem;
  padding-top: 66.7%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .item__method--img {
    padding-top: 100%;
    grid-area: 1/2/3/3;
    margin: 0;
    height: 261px;
  }
}
.item__method--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .item__method--img img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  .item__method:nth-child(2) {
    grid-template-columns: 261px 1fr;
    grid-template-rows: repeat(2, max-content);
  }
}
@media (min-width: 1024px) {
  .item__method:nth-child(2) .item__method--title {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 1024px) {
  .item__method:nth-child(2) .item__method--text {
    grid-area: 2/2/3/3;
  }
}
@media (min-width: 1024px) {
  .item__method:nth-child(2) .item__method--img {
    grid-area: 1/1/3/2;
  }
}

.item__training {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .item__training {
    grid-template-rows: repeat(2, max-content);
  }
}
.item__training--title {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 150%;
  padding-bottom: 1.2rem;
  border-bottom: 1px dotted #4d4b4c;
  text-align: center;
}
.item__training--title .lg {
  color: #efa59b;
  line-height: 150%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.item__training--text {
  font-size: 1.6rem;
}
.item__training ul {
  margin-top: -1.6rem;
}
.item__training ul li {
  margin-left: 1.2rem;
  list-style: none;
  font-size: 1.6rem;
  position: relative;
}
.item__training ul li::before {
  content: "";
  position: absolute;
  left: -0.8em; /* 余白調整 */
  top: 15px; /* 行の中央に合わせて調整 */
  width: 5px;
  height: 5px;
  background: url("../img/icon/dot.svg") no-repeat center/contain;
}
@media (min-width: 1024px) {
  .item__training:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}

@media (min-width: 1024px) {
  .item__training:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}

@media (min-width: 1024px) {
  .item__training:nth-child(3) {
    grid-area: 2/1/3/3;
  }
}

.item__voice {
  display: grid;
  gap: 3.2rem;
}
.item__voice--header {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-left: 0.8rem;
}
@media (min-width: 1024px) {
  .item__voice--header {
    gap: 1.6rem;
    margin-left: 2.4rem;
  }
}
.item__voice--header .icon {
  width: 40px;
}
@media (min-width: 1024px) {
  .item__voice--header .icon {
    width: 48px;
  }
}
.item__voice--header .name {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .item__voice--header .name {
    font-size: 2rem;
  }
}
.item__voice--body {
  background-color: #f8f6f0;
  border-radius: 0.8rem;
  padding: 4rem 1.6rem;
  position: relative;
}
@media (min-width: 1024px) {
  .item__voice--body {
    padding: 3.2rem;
  }
}
.item__voice--body .body--title {
  font-size: 2.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media (min-width: 1024px) {
  .item__voice--body .body--title {
    margin-bottom: 4rem;
  }
}
.item__voice--body .body--title .lg {
  font-size: 2.8rem;
  color: #efa59b;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 150%;
  font-weight: 700;
}
.item__voice--body .body--comparison {
  display: grid;
  gap: 4.8rem;
}
@media (min-width: 1024px) {
  .item__voice--body .body--comparison {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.item__voice--body .body--comparison .item__comparison {
  display: grid;
  gap: 0.8rem;
}
@media (min-width: 1024px) {
  .item__voice--body .body--comparison .item__comparison {
    grid-template-rows: repeat(2, max-content);
  }
}
.item__voice--body .body--comparison .item__comparison--title {
  font-size: 2.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.item__voice--body .body--comparison .item__comparison--text {
  font-size: 1.6rem;
}
.item__voice--body .body--comparison .item__comparison--text .lg {
  font-weight: 700;
  color: #efa59b;
  font-size: 2rem;
}
.item__voice--body .body--comparison .item__comparison:nth-child(1) {
  border-bottom: 1px solid #4d4b4c;
  padding-bottom: 4.8rem;
  position: relative;
}
@media (min-width: 1024px) {
  .item__voice--body .body--comparison .item__comparison:nth-child(1) {
    border: 0;
    padding: 0;
    padding-right: 4.8rem;
    border-right: 1px solid #4d4b4c;
  }
}
.item__voice--body .body--comparison .item__comparison:nth-child(1)::after {
  content: "";
  background-image: url("../img/icon/arrow__down.svg");
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .item__voice--body .body--comparison .item__comparison:nth-child(1)::after {
    background-image: url("../img/icon/arrow__right.svg");
    bottom: 50%;
    right: 0;
    left: unset;
    transform: translate(50%, 50%);
  }
}
@media (min-width: 1024px) {
  .item__voice--body .body--comparison .item__comparison:nth-child(2) {
    padding-left: 4.8rem;
  }
}
.item__voice--body .body--comparison .item__comparison:nth-child(2) .item__comparison--title {
  color: #efa59b;
}
.item__voice--body::before {
  content: "";
  background-image: url("../img/icon/arrow__hukidashi.svg");
  position: absolute;
  top: 0;
  left: 1.6rem;
  transform: translateY(-100%);
  width: 24px;
  height: 24px;
}
@media (min-width: 1024px) {
  .item__voice--body::before {
    left: 3.6rem;
  }
}

.item__present--tab {
  margin-left: 1.6rem;
  padding: 0.8rem 0.4rem;
  background-color: #efa59b;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 125%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  width: max-content;
  color: white;
}
.item__present--tab .lg {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 125%;
  font-weight: 700;
  color: white;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.item__present--content {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1.2rem;
  align-items: center;
  border-radius: 0.8rem;
  border: 4px solid #efa59b;
  background-color: white;
  padding: 2.4rem 1.6rem;
}
.item__present--content .num {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background-color: #efa59b;
  border-radius: 99px;
  width: 40px;
  height: 40px;
  line-height: 100%;
  letter-spacing: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.item__present--content .name {
  font-size: 1.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.item__present--content .name .lg {
  color: #efa59b;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .item__present:nth-child(2) {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .item__present:nth-child(2) .item__present--content {
    height: 120px;
  }
}

.item__step {
  display: grid;
  gap: 1.2rem;
  position: relative;
  padding-bottom: 5.6rem;
}
.item__step--header {
  display: grid;
  grid-template-columns: 48px max-content 30px;
  gap: 0.8rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .item__step--header {
    grid-template-columns: 60px max-content 30px;
  }
}
.item__step--header .num {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 99px;
  color: #efa59b;
  font-size: 1.6rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  z-index: 3;
  padding-top: 6px;
}
@media (min-width: 1024px) {
  .item__step--header .num {
    width: 60px;
    height: 60px;
  }
}
.item__step--header .num .lg {
  font-size: 2rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 100%;
  color: #efa59b;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .item__step--header .num .lg {
    font-size: 2.4rem;
  }
}
.item__step--header .title {
  margin-left: 0.4rem;
  font-size: 2rem;
  color: white;
  line-height: 150%;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .item__step--header .title {
    font-size: 2.4rem;
    margin-left: 0.8rem;
  }
}
.item__step--header .img {
  width: 32px;
}
.item__step--content {
  font-size: 1.6rem;
  color: white;
  margin-left: 6rem;
}
@media (min-width: 1024px) {
  .item__step--content {
    margin-left: 8rem;
  }
}

.item__step::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: white;
  top: 0;
  left: 2.4rem;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1024px) {
  .item__step::before {
    left: 30px;
  }
}

.item__step:nth-child(3) {
  padding-bottom: 0;
}

.item__step:nth-child(3)::before {
  display: none;
}

.item__faq {
  display: grid;
  gap: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 1px dotted #4d4b4c;
}
.item__faq--header {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.8rem;
}
@media (min-width: 1024px) {
  .item__faq--header {
    gap: 1.6rem;
    align-items: center;
  }
}
.item__faq--header .icon {
  font-size: 2.8rem;
  color: white;
  line-height: 100%;
  background-color: #efa59b;
  border-radius: 99px;
  width: 32px;
  height: 32px;
  letter-spacing: 0;
  font-family: "pauza", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .item__faq--header .icon {
    width: 56px;
    height: 56px;
    font-size: 4rem;
  }
}
.item__faq--header .title {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 150%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.item__faq--content {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .item__faq--content {
    margin-left: 7.2rem;
  }
}

.problem__lead {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .problem__lead {
    font-size: 2rem;
  }
}
.problem__cnt {
  display: grid;
  gap: 2.4rem;
  margin-top: 4.8rem;
}
@media (min-width: 1024px) {
  .problem__cnt {
    grid-template-columns: repeat(1fr, 7);
    grid-template-rows: repeat(max-content, 2);
  }
}
.problem__summary {
  font-size: 2rem;
  margin-top: 4.8rem;
}
@media (min-width: 1024px) {
  .problem__summary {
    font-size: 2.4rem;
  }
}
.problem__summary .lg {
  color: #efa59b;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .problem__summary .lg {
    font-size: 2.8rem;
  }
}

.reason__lead {
  font-size: 1.6rem;
  color: white;
}
@media (min-width: 1024px) {
  .reason__lead {
    font-size: 2rem;
  }
}
.reason__lead .lg {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
@media (min-width: 1024px) {
  .reason__lead .lg {
    font-size: 2.4rem;
  }
}
.reason__detail {
  margin-top: 2.4rem;
  background-color: white;
  border-radius: 1.6rem;
  padding: 1.6rem;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .reason__detail {
    margin-top: 3.2rem;
    padding: 3.2rem;
  }
}
.reason__detail .lg {
  font-size: 2rem;
  color: #efa59b;
  font-weight: 700;
}

.solution__lead {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .solution__lead {
    font-size: 2rem;
  }
}
.solution__cnt {
  display: grid;
  gap: 4.8rem;
  margin-top: 3.2rem;
}
@media (min-width: 1024px) {
  .solution__cnt {
    gap: 6.4rem;
    margin-top: 8rem;
  }
}
.solution__summary {
  margin-top: 4.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .solution__summary {
    font-size: 2rem;
    margin-top: 7.2rem;
  }
}
.solution__summary .lg {
  font-size: 2rem;
  font-weight: 700;
  color: #efa59b;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  .solution__summary .lg {
    font-size: 2.4rem;
  }
}

.video {
  margin-top: 5.6rem;
}
@media (min-width: 1024px) {
  .video {
    margin-top: 8rem;
    display: grid;
    justify-content: center;
  }
}
.video__cnt {
  width: 100%;
  aspect-ratio: 16/9; /* YouTubeの標準比率 */
}
@media (min-width: 1024px) {
  .video__cnt {
    width: 512px;
  }
}
.video__cnt iframe {
  width: 100%;
  height: 100%;
}

.method {
  display: grid;
  padding-bottom: 2.4rem;
}
@media (min-width: 1024px) {
  .method {
    padding-bottom: 6.4rem;
  }
}
.method__cnt {
  display: grid;
  gap: 4.8rem;
}
@media (min-width: 1024px) {
  .method__cnt {
    gap: 4rem;
  }
}

.training__cnt {
  display: grid;
  gap: 4.8rem;
  padding: 3.2rem 1.6rem;
  background-color: white;
  border-radius: 1.6rem;
}
@media (min-width: 1024px) {
  .training__cnt {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content);
    column-gap: 2.4rem;
    row-gap: 5.6rem;
    padding: 4.8rem 3.2rem;
  }
}
.training__summary {
  display: grid;
  gap: 2.4rem;
  margin-top: 4.8rem;
}
@media (min-width: 1024px) {
  .training__summary {
    align-items: center;
    gap: 3.2rem;
    grid-template-columns: 1fr 300px;
    margin-top: 5.6rem;
  }
}
.training__summary--text {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .training__summary--text {
    font-size: 2rem;
  }
}
.training__summary--text .lg {
  color: #efa59b;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .training__summary--text .lg {
    font-size: 2.4rem;
  }
}
.training__summary--img {
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  padding-top: 66.7%;
}
.training__summary--img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.voice__cnt {
  display: grid;
  gap: 4.8rem;
}

.present__cnt {
  display: grid;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .present__cnt {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.2rem;
  }
}

.step__cnt {
  display: grid;
}
.step .room__cnt {
  margin-top: 3.2rem;
  background-color: white;
  border-radius: 1.6rem;
  padding: 2.4rem 1.6rem;
}
@media (min-width: 1024px) {
  .step .room__cnt {
    padding: 2.4rem;
  }
}
.step .room__cnt--title {
  font-size: 2.4rem;
  line-height: 150%;
  text-align: center;
  color: #efa59b;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.step .room__cnt ul {
  margin-left: 1.6rem;
  margin-top: 2.4rem;
}
.step .room__cnt ul li {
  font-size: 1.6rem;
  list-style: none;
  position: relative;
}
.step .room__cnt ul li .lg {
  color: #efa59b;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .step .room__cnt ul li .lg {
    font-size: 2rem;
  }
}
.step .room__cnt ul li::before {
  content: "";
  position: absolute;
  left: -0.8em; /* 余白調整 */
  top: 15px; /* 行の中央に合わせて調整 */
  width: 5px;
  height: 5px;
  background: url("../img/icon/dot.svg") no-repeat center/contain;
}
@media (min-width: 1024px) {
  .step .room__cnt ul li::before {
    top: 20px;
  }
}
.step .room__cnt--note {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}

.faq__cnt {
  display: grid;
  gap: 4rem;
}

.summary__text {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .summary__text {
    font-size: 2.4rem;
  }
}
.summary__text .lg {
  font-weight: 700;
  font-size: 2.4rem;
  color: #efa59b;
  line-height: 200%;
}
@media (min-width: 1024px) {
  .summary__text .lg {
    font-size: 2.8rem;
  }
}

.about__cnt {
  display: grid;
  gap: 2.4rem;
  justify-items: center;
}
@media (min-width: 1024px) {
  .about__cnt {
    grid-template-columns: 1fr 640px;
    column-gap: 4.8rem;
  }
}
.about__cnt--img {
  width: 240px;
}
@media (min-width: 1024px) {
  .about__cnt--img {
    margin-top: 4.8rem;
  }
}
.about__cnt--text {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .about__cnt--text {
    font-size: 2rem;
  }
}
.about__cnt--text .lg {
  font-size: 2rem;
  font-weight: 700;
  color: #efa59b;
}
@media (min-width: 1024px) {
  .about__cnt--text .lg {
    font-size: 2.4rem;
  }
}

.fv {
  display: grid;
  position: relative;
  padding-left: calc((100vw - 343px) / 2);
  padding-right: calc((100vw - 343px) / 2);
  overflow: hidden;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .fv {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 12rem;
    padding-top: 5.6rem;
  }
}
@media (min-width: 1440px) {
  .fv {
    padding-left: calc((100vw - 1080px) / 2);
    padding-right: calc((100vw - 1080px) / 2);
    padding-top: 7.2rem;
  }
}
.fv__title {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 175%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .fv__title {
    font-size: 6.4rem;
  }
}
.fv__title .lg {
  color: #efa59b;
  letter-spacing: 0.05em;
  line-height: 175%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
.fv__lead {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 200%;
  margin-top: 0.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (min-width: 1024px) {
  .fv__lead {
    font-size: 2rem;
    margin-top: 3.2rem;
  }
}
.fv__lead .lg {
  color: #efa59b;
  letter-spacing: 0.03em;
  line-height: 200%;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (min-width: 1024px) {
  .fv__lead .lg {
    font-size: 2.4rem;
  }
}
.fv ul {
  display: grid;
  gap: 0.8rem;
  margin-top: 4rem;
  z-index: 5;
}
@media (min-width: 1024px) {
  .fv ul {
    column-gap: 0.8rem;
    row-gap: 2.4rem;
    margin-top: 6.4rem;
    grid-template-columns: repeat(2, 343px);
  }
}
.fv ul li {
  background-color: white;
  border-radius: 0.8rem;
  padding: 0.8rem;
  text-align: center;
  line-height: 150%;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  width: 158px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  list-style: none;
  box-shadow: 0 0 4px rgba(77, 75, 76, 0.1);
}
@media (min-width: 1024px) {
  .fv ul li {
    font-size: 2rem;
    padding: 2.4rem 2rem;
    position: relative;
    width: 100%;
  }
}
.fv ul li .lg {
  line-height: 150%;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #efa59b;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .fv ul li .lg {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .fv ul li::before {
    content: "";
    position: absolute;
    background-image: url("../img/icon/spoon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 27px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.fv__img {
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-3.2rem);
  width: 280px;
  z-index: 2;
}
@media (min-width: 1024px) {
  .fv__img {
    right: calc((100vw - 1080px) / 2);
    left: unset;
    transform: unset;
    width: 336px;
    bottom: 0;
  }
}
.fv__note {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 180%;
  border-radius: 0.8rem;
  margin-top: 3.2rem;
  padding: 0.8rem;
  background: linear-gradient(to right, rgba(248, 246, 240, 0) 0%, rgb(248, 246, 240) 100%);
  width: 100%;
  z-index: 101;
}
@media (min-width: 1024px) {
  .fv__note {
    margin-top: 4rem;
    background: unset;
    font-size: 2rem;
    padding: 0;
  }
}
.fv__note .sm {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 170%;
  padding: 0.8rem;
  margin-left: -7px;
}
@media (min-width: 1024px) {
  .fv__note .sm {
    font-size: 1.6rem;
  }
}

.fv__bg::before,
.fv__bg::after {
  content: "";
  position: absolute;
  background-size: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .fv__bg::before,
  .fv__bg::after {
    width: 52.3%;
  }
}

.fv__bg::before {
  top: -4rem;
  right: 0;
  height: 63vw;
  background-image: url("../img/bg/fv__bg--topSP.svg");
}
@media (min-width: 1024px) {
  .fv__bg::before {
    background-image: url("../img/bg/fv__bg--topPC.svg");
    height: 32vw;
  }
}

.fv__bg::after {
  bottom: 0;
  right: unset;
  left: 0;
  height: 30vw;
  background-image: url("../img/bg/fv__bg--bottom.svg");
}
@media (min-width: 1024px) {
  .fv__bg::after {
    width: 64.3%;
  }
}

.legal {
  display: grid;
  gap: 4.8rem;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .legal {
    padding-top: 7.2rem;
    gap: 8rem;
  }
}
.legal__cnt {
  display: grid;
  gap: 1.6rem;
}
.legal__cnt h2 {
  font-size: 3.2rem;
  color: #efa59b;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.legal__cnt h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #efa59b;
  font-weight: 700;
}
.legal__cnt p,
.legal__cnt li {
  font-size: 1.6rem;
}
.legal__cnt ul ul {
  padding-left: 1.6rem;
}
@media (min-width: 1024px) {
  .legal__cnt ul ul {
    padding-left: 2.4rem;
  }
}
.legal__cnt ul ul ul {
  padding-left: 1.6rem;
}
@media (min-width: 1024px) {
  .legal__cnt ul ul ul {
    padding-left: 2.4rem;
  }
}
.legal__cnt li {
  list-style: none;
  position: relative;
  margin-left: 1.6rem;
}
.legal__cnt li::before {
  content: "";
  position: absolute;
  left: -0.8em; /* 余白調整 */
  top: 15px; /* 行の中央に合わせて調整 */
  width: 5px;
  height: 5px;
  background: url("../img/icon/dot.svg") no-repeat center/contain;
}
@media (min-width: 1024px) {
  .legal__cnt li::before {
    top: 15px;
  }
}/*# sourceMappingURL=main.css.map */