@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap");
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  margin: 0 auto;
  background-color: #fff4f4;
  overflow-x: hidden;
  max-width: 1366px;
}

img,
picture {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
span {
  display: inline-block;
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
}

h1,
h2,
h3,
h4,
a,
p {
  color: #333;
}

section {
  margin: 0 auto;
}

p,
img,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.lazy_bottom {
  transform: translateY(80px);
}

.on {
  opacity: 1;
  transform: none;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.section-heading {
  background-color: #ffb2bc;
  padding: 28px 0;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section-heading {
    padding: 40px 0;
  }
}

.content-container-s {
  margin-left: 33px;
  margin-right: 33px;
}
@media screen and (min-width: 768px) {
  .content-container-s {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 866px) {
  .content-container-s {
    max-width: 800px;
  }
}
.content-container-m {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 1112px) {
  .content-container-m {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
  }
}
@media screen and (min-width: 1366px) {
  .content-container-m {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}
.content-container-l {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 1312px) {
  .content-container-l {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1462px) {
  .content-container-l {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}

.fv {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-image: url("../img/lp01/fv-bg-sp.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .fv {
    background-image: url("../img/lp01/fv-bg-pc.png");
    padding: 20px 0 60px;
  }
}
.fv .fv-bg {
  width: 100%;
}
.fv .fv-textWrapper .fv-text {
  width: 100%;
}
.fv .fv-textWrapper .fv-ctaWrapper {
  margin-top: min(10.2564102564vw, 40px);
  margin-left: min(6.1538461538vw, 24px);
  margin-right: min(6.1538461538vw, 24px);
  border-radius: 10px;
  border: 3px solid #00b900;
  background-color: #fff;
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv .fv-textWrapper .fv-ctaWrapper {
    border: none;
    background-color: transparent;
    text-align: start;
    margin-top: 0;
    margin-left: min(4.0995607613vw, 56px);
    margin-right: min(4.0995607613vw, 56px);
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv-textWrapper .fv-ctaWrapper {
    width: 500px;
  }
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta-subtext {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  margin: 0 auto 13px;
  width: -moz-fit-content;
  width: fit-content;
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta-subtext:before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 27px;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) rotate(-20deg);
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta-subtext:after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 27px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(20deg);
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta {
  margin: 0 auto;
  width: 300px;
  padding: 13px 0;
  text-align: center;
  border-radius: 8px;
  background-color: #00b900;
  box-shadow: 0px 4px 0px 0px rgba(27, 137, 27, 0.5);
  position: relative;
  transition: 0.3s all ease;
}
@media screen and (max-width: 374px) {
  .fv .fv-textWrapper .fv-ctaWrapper .fv-cta {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv-textWrapper .fv-ctaWrapper .fv-cta {
    width: 100%;
    padding: 20px 0;
  }
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta:hover {
  box-shadow: none;
  opacity: 0.7;
  margin-bottom: -4px;
  margin-top: 4px;
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta:hover .arrow {
  right: 27px;
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta .line-icon {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #00b900;
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta .line-icon:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.fv .fv-textWrapper .fv-ctaWrapper .fv-cta .arrow {
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
  transition: 0.3s all ease;
}

.worry {
  overflow-x: hidden;
}
.worry .worry-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .worry .worry-heading {
    font-size: 48px;
  }
}
.worry .worry-content {
  padding: 76px 0 212px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/lp01/worry-bg-sp.png");
}
@media screen and (min-width: 768px) {
  .worry .worry-content {
    background-image: url("../img/lp01/worry-bg-pc.png");
  }
}
.worry .worry-content ul {
  margin-left: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worry .worry-content ul {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.worry .worry-content ul:before {
  position: absolute;
  content: "";
  width: 301px;
  height: 345px;
  background-image: url("../img/lp01/worry-list-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  filter: blur(15px);
}
.worry .worry-content ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  color: #371a15;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-bottom: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worry .worry-content ul li {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.worry .worry-content ul li:before {
  position: absolute;
  content: "\f00c";
  font-size: 24px;
  color: #ffb2bc;
  top: 0;
  left: -30px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .worry .worry-content ul li:before {
    font-size: 32px;
    left: -40px;
  }
}
.worry .worry-content ul li span {
  color: #ffb2bc;
}

.solution .solution-heading {
  line-height: 1.5;
}
.solution .solution-heading ruby {
  font-family: "Jost", sans-serif;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .solution .solution-heading ruby {
    font-size: 36px;
  }
}
.solution .solution-heading ruby rt {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .solution .solution-heading ruby rt {
    font-size: 16px;
  }
}
.solution .solution-heading .solution-heading-text01 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .solution .solution-heading .solution-heading-text01 {
    font-size: 30px;
  }
}
.solution .solution-heading .solution-heading-text01 span {
  font-family: "Jost", sans-serif;
}
.solution .solution-heading .solution-heading-text02 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .solution .solution-heading .solution-heading-text02 {
    font-size: 30px;
  }
}
.solution .solution-heading .solution-heading-text02 .underline {
  font-size: 36px;
  background: linear-gradient(transparent 70%, #ffe1a7 30%);
}
@media screen and (min-width: 768px) {
  .solution .solution-heading .solution-heading-text02 .underline {
    font-size: 43px;
  }
}
.solution .solution-heading .solution-heading-text03 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .solution .solution-heading .solution-heading-text03 {
    font-size: 34px;
  }
}
.solution .solution-content {
  padding: 50px 0 244px;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/lp01/solution-bg-sp.png");
}
@media screen and (min-width: 768px) {
  .solution .solution-content {
    background-image: url("../img/lp01/solution-bg-pc.png");
  }
}
.solution .solution-content ul {
  margin-left: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution .solution-content ul {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.solution .solution-content ul:before {
  position: absolute;
  content: "";
  width: 301px;
  height: 345px;
  background-image: url("../img/lp01/solution-list-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  filter: blur(50px);
}
.solution .solution-content ul li {
  font-size: 22px;
  color: #8d655f;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution .solution-content ul li {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.solution .solution-content ul li:nth-of-type(1):before {
  background-image: url("../img/lp01/cat-num01.png");
}
.solution .solution-content ul li:nth-of-type(2):before {
  background-image: url("../img/lp01/cat-num02.png");
}
.solution .solution-content ul li:nth-of-type(3):before {
  background-image: url("../img/lp01/cat-num03.png");
}
.solution .solution-content ul li:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 27px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: -50px;
}
@media screen and (min-width: 768px) {
  .solution .solution-content ul li:before {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 33px;
    left: -60px;
  }
}
.solution .solution-content ul li span {
  color: #ffb2bc;
}

.section-cta {
  margin: 80px auto;
}
.section-cta .ctaWrapper {
  margin: 0 auto;
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-cta .ctaWrapper {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .section-cta .ctaWrapper {
    width: 600px;
  }
}
.section-cta .ctaWrapper .cta-subtext {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  margin: 0 auto 13px;
  width: -moz-fit-content;
  width: fit-content;
}
.section-cta .ctaWrapper .cta-subtext:before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 27px;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) rotate(-20deg);
}
.section-cta .ctaWrapper .cta-subtext:after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 27px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(20deg);
}
.section-cta .ctaWrapper .cta {
  margin: 0 auto;
  width: 300px;
  padding: 13px 0;
  text-align: center;
  border-radius: 8px;
  background-color: #00b900;
  box-shadow: 0px 4px 0px 0px rgba(27, 137, 27, 0.5);
  position: relative;
  transition: 0.3s all ease;
}
@media screen and (max-width: 374px) {
  .section-cta .ctaWrapper .cta {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .section-cta .ctaWrapper .cta {
    width: 100%;
    padding: 20px 0;
  }
}
.section-cta .ctaWrapper .cta:hover {
  box-shadow: none;
  opacity: 0.7;
  margin-bottom: -4px;
  margin-top: 4px;
}
.section-cta .ctaWrapper .cta:hover .arrow {
  right: 27px;
}
.section-cta .ctaWrapper .cta p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.section-cta .ctaWrapper .cta .line-icon {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #00b900;
}
.section-cta .ctaWrapper .cta .line-icon:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 80%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-cta .ctaWrapper .cta .arrow {
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
  transition: 0.3s all ease;
}

.section-feature .feature {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .section-feature .feature {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) {
  .section-feature .feature:nth-child(odd) .feature-content {
    flex-direction: row-reverse;
  }
}
.section-feature .feature .feature-heading {
  color: #8d655f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateX(20px);
}
@media screen and (min-width: 768px) {
  .section-feature .feature .feature-heading {
    margin-left: 80px;
    font-size: 36px;
    transform: translateX(0);
  }
}
.section-feature .feature .feature-heading:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 34px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .section-feature .feature .feature-heading:before {
    width: 60px;
    height: 51px;
    left: -80px;
  }
}
.section-feature .feature .feature-heading-01:before {
  background-image: url("../img/lp01/cat-num01.png");
}
.section-feature .feature .feature-heading-02:before {
  background-image: url("../img/lp01/cat-num02.png");
}
.section-feature .feature .feature-heading-02 span {
  font-size: 36px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .section-feature .feature .feature-heading-02 span {
    font-size: 48px;
    line-height: 24px;
  }
}
.section-feature .feature .feature-heading-03:before {
  background-image: url("../img/lp01/cat-num03.png");
}
.section-feature .feature .feature-heading-03 span {
  font-size: 48px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .section-feature .feature .feature-heading-03 span {
    font-size: 48px;
    line-height: 32px;
  }
}
.section-feature .feature .feature-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .section-feature .feature .feature-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }
}
.section-feature .feature .feature-content .feature-img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .section-feature .feature .feature-content .feature-img {
    width: 400px;
  }
}
.section-feature .feature .feature-content .feature-paragraph {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .section-feature .feature .feature-content .feature-paragraph {
    font-size: 20px;
  }
}

.section-faq .faq-heading {
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section-faq .faq-heading {
    font-size: 48px;
  }
}
.section-faq .faq {
  margin-top: 40px;
}
.section-faq .faq:last-child {
  margin-bottom: 60px;
}
.section-faq .faq .question {
  width: 100%;
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 10px 70px 10px 50px;
  border-bottom: 1px solid #ffb2bc;
}
@media screen and (min-width: 768px) {
  .section-faq .faq .question {
    padding: 22px 70px 22px 45px;
  }
}
.section-faq .faq .question:before {
  position: absolute;
  content: "";
  width: 38px;
  height: 26px;
  background-image: url("../img/lp01/icon-cat.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.section-faq .faq .question h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #8d655f;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .section-faq .faq .question h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  .section-faq .faq .question h3 {
    font-size: 14px;
  }
}
.section-faq .faq .question .icon-closed, .section-faq .faq .question .icon-opened {
  position: absolute;
  color: #ffb2bc;
  font-size: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .section-faq .faq .question .icon-closed, .section-faq .faq .question .icon-opened {
    right: 40px;
    font-size: 24px;
  }
}
.section-faq .faq .question .icon-opened {
  transform: translateY(-50%) rotate(180deg);
}
.section-faq .faq .answer {
  display: none;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 10px 16px 12px;
}
@media screen and (min-width: 768px) {
  .section-faq .faq .answer {
    font-size: 20px;
    line-height: 2;
    padding: 20px 60px 30px;
  }
}
@media screen and (max-width: 374px) {
  .section-faq .faq .answer {
    font-size: 14px;
  }
}

.section-result .result-heading {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .section-result .result-heading {
    font-size: 48px;
  }
}
.section-result .voice-wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .section-result .voice-wrapper .voice {
    width: 60%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-result .voice-wrapper .voice:first-child {
  margin-bottom: 20px;
}
.section-result .result-text {
  color: #ffb2bc;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 20px auto 0px;
}
@media screen and (min-width: 768px) {
  .section-result .result-text {
    font-size: 28px;
    margin: 50px auto 0px;
  }
}
.section-result .result {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.section-result .note {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .section-result .note {
    font-size: 14px;
  }
}

.recommend {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .recommend {
    margin-top: 120px;
  }
}
.recommend .recommend-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 374px) {
  .recommend .recommend-heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .recommend .recommend-heading {
    font-size: 36px;
  }
}
.recommend .recommend-heading span {
  position: relative;
}
.recommend .recommend-heading span:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  background-image: url("../img/lp01/cat-palm.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .recommend .recommend-heading span:before {
    width: 30px;
    height: 25px;
    left: -40px;
  }
}
.recommend .recommend-heading span:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  background-image: url("../img/lp01/cat-palm.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .recommend .recommend-heading span:after {
    width: 30px;
    height: 25px;
    right: -30px;
  }
}
.recommend .recommend-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recommend .recommend-wrapper {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    margin-top: 60px;
    gap: 30px;
  }
}
.recommend .recommend-wrapper .recommend-inner {
  width: 200px;
  flex-shrink: 0;
}
.recommend .recommend-wrapper .recommend-inner .recommend-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ffb2bc;
  margin-top: 13px;
  text-align: center;
}
.recommend .recommend-wrapper .recommend-inner .recommend-name {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 4px;
  text-align: center;
}
.recommend .recommend-wrapper .recommend-paragraph {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #333;
}

.footer {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
.footer .f-logo {
  width: 150px;
  margin: 0 auto;
  transition: 0.3s all ease;
}
@media screen and (min-width: 768px) {
  .footer .f-logo {
    width: 200px;
  }
}
.footer .f-logo:hover {
  opacity: 0.7s;
}
.footer .f-info {
  margin: 20px auto 0;
  width: 200px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer .f-info {
    width: 300px;
  }
}
.footer .f-info .f-info-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.footer .f-info .f-info-row:last-child {
  margin-top: 6px;
}
.footer .f-info .f-info-row p,
.footer .f-info .f-info-row a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .footer .f-info .f-info-row p,
  .footer .f-info .f-info-row a {
    font-size: 16px;
  }
}
.footer .f-privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .f-privacy {
    font-size: 16px;
  }
}
.footer .f-copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .f-copy {
    font-size: 16px;
  }
}/*# sourceMappingURL=style-lp01.css.map */