@charset "UTF-8";
/*-----------------------------------------

	moshimo.css
			Page: もしもレオナルド・サービス
			create date: 2026-05

-----------------------------------------*/
.moshimo {
  /* ---------- 共通テキスト ---------- */
}
.moshimo-lead {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fb6322;
  line-height: 1.7;
  margin-top: 50px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 840px) {
  .moshimo-lead {
    font-size: 18px;
    margin-top: 30px;
  }
}
.moshimo-txt {
  font-size: 16px;
  line-height: 2.25;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  max-width: 884px;
  margin: 30px auto 0;
}
@media screen and (max-width: 840px) {
  .moshimo-txt {
    font-size: 14px;
  }
}
.moshimo-txt.center {
  text-align: center;
}
.moshimo-txt span.mark {
  background-color: #ffd400;
  padding: 0 5px;
  font-weight: bold;
}
.moshimo-txt span.orange {
  color: #fb6322;
  font-weight: bold;
}
.moshimo {
  /* ---------- 見出し ---------- */
}
.moshimo-tit {
  margin: 100px auto 0;
  background-color: #fb6322;
  color: #fff;
  display: table;
  text-align: center;
  padding: 8px 50px;
  line-height: 46.5px;
  font-size: 28px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-family: "Rodin M", sans-serif;
}
@media screen and (max-width: 840px) {
  .moshimo-tit {
    margin-top: 60px;
    padding: 8px 15px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.moshimo-tit small {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 4px;
}
@media screen and (max-width: 840px) {
  .moshimo-tit small {
    font-size: 14px;
  }
}
.moshimo-subtit {
  color: #fb6322;
  font-size: 22px;
  border-bottom: 1px solid #fb6322;
  display: table;
  margin: 50px auto 20px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 840px) {
  .moshimo-subtit {
    font-size: 18px;
    margin: 30px auto 15px;
  }
}
.moshimo-head {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 90px;
  color: #000;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 840px) {
  .moshimo-head {
    font-size: 18px;
    margin-top: 50px;
  }
}
.moshimo {
  /* ---------- お悩み ---------- */
}
.moshimo-trouble {
  max-width: 941px;
  margin: 60px auto 0;
  text-align: center;
}
.moshimo-trouble-pic {
  max-width: 100%;
  height: auto;
}
.moshimo {
  /* ---------- サービスとは ---------- */
}
.moshimo-about {
  max-width: 941px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.moshimo-about-pic {
  max-width: 450px;
  width: 100%;
  height: auto;
}
.moshimo-about-body {
  flex: 1;
  min-width: 280px;
}
.moshimo-topimg {
  max-width: 941px;
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  display: block;
}
.moshimo {
  /* ---------- 月額3万円〜帯 ---------- */
}
.moshimo-price-band {
  max-width: 941px;
  background-color: #fff7ee;
  border: 2px solid #fb6322;
  border-radius: 12px;
  padding: 30px 24px;
  margin: 60px auto 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.moshimo-price-band-icon {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 840px) {
  .moshimo-price-band-icon {
    width: 56px;
  }
}
.moshimo-price-band-txt {
  font-size: 24px;
  font-weight: bold;
  color: #fb6322;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 840px) {
  .moshimo-price-band-txt {
    font-size: 18px;
  }
}
.moshimo-price-band-txt small {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (max-width: 840px) {
  .moshimo-price-band-txt small {
    font-size: 13px;
  }
}
.moshimo {
  /* ---------- サービス一覧 ---------- */
}
.moshimo-services {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  max-width: 941px;
  margin: 50px auto 0;
}
.moshimo-services::after {
  content: "";
  flex: auto;
}
.moshimo-service {
  width: calc((100% - 28px) / 2);
  background-color: #fff;
  border: 1px solid #fb6322;
  border-radius: 12px;
  padding: 24px 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .moshimo-service {
    width: 100%;
  }
}
.moshimo-service-tit {
  color: #fb6322;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fb6322;
  padding-bottom: 8px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.moshimo-service-txt {
  font-size: 14px;
  line-height: 1.8571428571;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.moshimo {
  /* ---------- 認定マーク ---------- */
}
.moshimo-sss {
  max-width: 941px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
  background-color: #f0f1f2;
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
}
.moshimo-sss-pic {
  max-width: 200px;
  height: auto;
}
.moshimo-sss-body {
  flex: 1;
  min-width: 280px;
  font-size: 15px;
  line-height: 2;
  font-feature-settings: "palt";
}
.moshimo {
  /* ---------- 5つのメリット ---------- */
}
.moshimo-merits {
  max-width: 941px;
  margin: 50px auto 0;
}
.moshimo-merit {
  background-color: #fff;
  border: 1px solid #fb6322;
  border-radius: 12px;
  padding: 28px 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .moshimo-merit {
    padding: 20px;
  }
}
.moshimo-merit-num {
  display: inline-block;
  background-color: #fb6322;
  color: #fff;
  font-family: "fontEnglish", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 4px 16px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.moshimo-merit-tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media screen and (max-width: 840px) {
  .moshimo-merit-tit {
    font-size: 17px;
  }
}
.moshimo-merit-txt {
  font-size: 15px;
  line-height: 2;
  font-feature-settings: "palt";
}
.moshimo-merit.summary {
  background-color: #ffd400;
  border-color: #ffd400;
  text-align: center;
}
.moshimo {
  /* ---------- 比較表 ---------- */
}
.moshimo-compare {
  max-width: 941px;
  margin: 40px auto 0;
  text-align: center;
}
.moshimo-compare-pic {
  max-width: 100%;
  height: auto;
}
.moshimo {
  /* ---------- 事例 ---------- */
}
.moshimo-examples {
  max-width: 941px;
  margin: 50px auto 0;
}
.moshimo-example {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
  background-color: #f8f8f8;
  padding: 24px;
  border-radius: 12px;
}
@media screen and (max-width: 840px) {
  .moshimo-example {
    gap: 20px;
    padding: 20px;
  }
}
.moshimo-example.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 840px) {
  .moshimo-example.reverse {
    flex-direction: column;
  }
}
.moshimo-example-pic {
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 840px) {
  .moshimo-example-pic {
    max-width: 100%;
  }
}
.moshimo-example-body {
  flex: 1;
  min-width: 260px;
}
.moshimo-example-num {
  display: inline-block;
  background-color: #84cce7;
  color: #000;
  font-family: "fontEnglish", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.moshimo-example-tit {
  font-size: 19px;
  font-weight: bold;
  color: #fb6322;
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 840px) {
  .moshimo-example-tit {
    font-size: 17px;
  }
}
.moshimo-example-txt {
  font-size: 15px;
  line-height: 1.8666666667;
  font-feature-settings: "palt";
}
.moshimo {
  /* ---------- 料金プラン ---------- */
}
.moshimo-price-image {
  max-width: 941px;
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0;
}
.moshimo-ranks {
  max-width: 941px;
  margin: 40px auto 0;
}
.moshimo-rank {
  border: 1px solid #fb6322;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 24px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .moshimo-rank {
    padding: 20px;
  }
}
.moshimo-rank-tit {
  display: inline-block;
  background-color: #fb6322;
  color: #fff;
  font-family: "Rodin M", sans-serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 6px 24px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.moshimo-rank-block {
  margin-top: 14px;
}
.moshimo-rank-block:first-of-type {
  margin-top: 0;
}
.moshimo-rank-subtit {
  font-size: 16px;
  font-weight: bold;
  color: #fb6322;
  margin-bottom: 6px;
}
.moshimo-rank-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.moshimo-rank-list li {
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  position: relative;
  padding-left: 14px;
}
.moshimo-rank-list li::before {
  content: "●";
  color: #fb6322;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 4px;
}
.moshimo {
  /* ---------- 料金事例 ---------- */
}
.moshimo-fees {
  max-width: 941px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.moshimo-fee {
  width: calc((100% - 48px) / 3);
  background-color: #fff;
  border: 2px solid #fb6322;
  border-radius: 12px;
  padding: 24px 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .moshimo-fee {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 840px) {
  .moshimo-fee {
    width: 100%;
  }
}
.moshimo-fee-head {
  background-color: #fb6322;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  border-radius: 999px;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.moshimo-fee-block {
  margin-bottom: 14px;
}
.moshimo-fee-subtit {
  font-size: 15px;
  font-weight: bold;
  color: #fb6322;
  margin-bottom: 4px;
}
.moshimo-fee-txt {
  font-size: 13px;
  line-height: 1.7;
  font-feature-settings: "palt";
}
.moshimo-fee-price {
  background-color: #ffd400;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 14px;
  border-radius: 8px;
  margin-top: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 840px) {
  .moshimo-fee-price {
    font-size: 20px;
  }
}
.moshimo-fee-price small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 4px;
}
.moshimo-fee-note {
  max-width: 941px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: "palt";
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
}
.moshimo {
  /* ---------- 注意事項 ---------- */
}
.moshimo-notes {
  max-width: 941px;
  margin: 50px auto 0;
  background-color: #f0f1f2;
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .moshimo-notes {
    padding: 24px 20px;
  }
}
.moshimo-note {
  margin-bottom: 18px;
}
.moshimo-note:last-child {
  margin-bottom: 0;
}
.moshimo-note-tit {
  font-size: 16px;
  font-weight: bold;
  color: #fb6322;
  margin-bottom: 6px;
}
.moshimo-note-txt {
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.moshimo {
  /* ---------- ご利用方法（ステップ） ---------- */
}
.moshimo-steps {
  max-width: 941px;
  margin: 50px auto 0;
}
.moshimo-step {
  background-color: #fff;
  border: 1px solid #fb6322;
  border-radius: 12px;
  padding: 28px 30px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .moshimo-step {
    padding: 24px 20px;
  }
}
.moshimo-step-num {
  display: inline-block;
  background-color: #fb6322;
  color: #fff;
  font-family: "fontEnglish", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 4px 18px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.moshimo-step-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 840px) {
  .moshimo-step-tit {
    font-size: 17px;
  }
}
.moshimo-step-txt {
  font-size: 15px;
  line-height: 2;
  font-feature-settings: "palt";
}
.moshimo-step-example {
  background-color: #fff7ee;
  border-left: 4px solid #fb6322;
  padding: 16px 20px;
  margin-top: 14px;
  border-radius: 4px;
}
.moshimo-step-example-tit {
  font-size: 14px;
  font-weight: bold;
  color: #fb6322;
  margin-bottom: 6px;
}
.moshimo-step-example-txt {
  font-size: 13px;
  line-height: 1.7;
  font-feature-settings: "palt";
}
.moshimo-step-arrow {
  text-align: center;
  font-size: 28px;
  color: #fb6322;
  margin: -10px 0 14px;
  line-height: 1;
}
.moshimo {
  /* ---------- FAQ ---------- */
}
.moshimo-faqs {
  max-width: 941px;
  margin: 50px auto 0;
}
.moshimo-faq {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}
.moshimo-faq-q {
  background-color: #fb6322;
  color: #fff;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.moshimo-faq-q::before {
  content: "Q";
  font-family: "fontEnglish", sans-serif;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.moshimo-faq-a {
  background-color: #fff;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-feature-settings: "palt";
}
.moshimo-faq-a::before {
  content: "A";
  font-family: "fontEnglish", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #fb6322;
  font-weight: bold;
  flex-shrink: 0;
}
.moshimo {
  /* ---------- お問い合わせCTA ---------- */
}
.moshimo-cta {
  max-width: 941px;
  margin: 70px auto 0;
  display: block;
  transition: opacity 0.2s;
}
.moshimo-cta:hover {
  opacity: 0.85;
}
.moshimo-cta img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}/*# sourceMappingURL=moshimo.css.map */