@charset "UTF-8";
@import url('https:///fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-align: left;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
.sp_show {
  display: block !important;
}
@media screen and (min-width: 480px) {
  .sp_show {
    display: none !important;
  }
}
.sp_none {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sp_none {
    display: block !important;
  }
}
.tab_show {
  display: block !important;
}
@media screen and (min-width: 824px) {
  .tab_show {
    display: none !important;
  }
}
.tab_none {
  display: none !important;
}
@media screen and (min-width: 824px) {
  .tab_none {
    display: block !important;
  }
}
* {
  box-sizing: border-box;
}
p {
  margin: 0;
}
ul {
  list-style-type: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}
a {
  color: #1941c6;
}
html {
  font-size: 10px;
}
img {
  width: 100%;
}
body {
  color: #333;
  font-family:
    'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
    sans-serif;
}
main {
  overflow: hidden;
}
.bg-secondary {
  background-color: #f2f1ef;
}
.bg-secondary.top-page {
  background-color: #fff;
}
.hover01:hover {
  transform: scale(1.1);
  opacity: 1;
  transition: 0.3s;
}
.hover02:hover {
  opacity: 0.6;
}
@keyframes slideIn {
  0% {
    transform: translateX(300px);
    opacity: 0;

    @media screen and (min-width: 480px) {
      transform: translateX(0px);
    }
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}
.matrix .bg-wrap .inn.small {
  font-size: 15px;
}
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
header {
  padding: 17px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
header.header-news {
  background: #fff;
}
@media screen and (min-width: 824px) {
  header {
    padding: 10px 39px;
  }
}
.logo {
  width: 155px;
  margin: 0;
  display: block;
}
@media screen and (min-width: 824px) {
  .logo {
    margin: 0;
  }
}
@media screen and (min-width: 824px) {
  .logo img {
    width: 178px;
    height: 45px;
  }
}
.contact-btn-red {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 329px;
  max-width: 329px;
  height: 59px;
  border-radius: 100vh;
  background: var(--unnamed, linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%));
  text-decoration: none;
  position: relative;
}
.contact-btn-red img {
  width: 131px;
  height: auto;
}
.contact-btn-red-01 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  height: 59px;
  border-radius: 2em;
  background: var(--unnamed, linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%));
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 824px) {
  .contact-btn-red-01 {
    max-width: 365px;
  }
}
@media screen and (min-width: 824px) {
  .contact-btn-red-01.-works {
    width: 329px;
  }
}
.contact-btn-red-01.-border-none {
  border: none;
}
.contact-btn-red-01.-submit {
  max-width: 256px;
  height: 56px;
}
.contact-btn-red-01:disabled {
  box-shadow: none;
  background-color: #949497;
}
.contact-btn-red-01:disabled:hover {
  transform: none;
}
.contact-btn-red-border {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 78px;
  border-radius: 100vh;
  background: var(--unnamed, linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%));
  text-decoration: none;
  position: relative;
  border: 2px solid #ffffff;
}
.contact-btn-red-border img {
  width: 131px;
  height: auto;
}
.contact-btn-red-border._thin {
  height: 60px;
}
.contact-btn-white {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 339px;
  height: 80px;
  border-radius: 100vh;
  border: 2px solid;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  border: 2px solid var(--Primary-color, #ff7c1f);
  color: #ff7c1f;
}
@media screen and (min-width: 824px) {
  .contact-btn-white {
    max-width: 230px;
    height: 78px;
    width: 270px;
  }
  .contact-btn-white.-hamburger {
    width: 100%;
    max-width: 339px;
  }
}
.contact-btn-white img {
  width: 203px;
  height: auto;
}
@media screen and (min-width: 824px) {
  .contact-btn-white img {
    width: 167px;
  }
}
.contact-btn-white.-contactus img {
  width: 159px;
}
@media screen and (min-width: 824px) {
  .contact-btn-white.-contactus img {
    width: 138px;
  }
}
.contact-btn-white.-sp01 {
  font-size: 2.2rem;
}
.contact-btn-white._thin {
  height: 60px;
}
.contact-btn-white._purpose {
  max-width: 360px;
}
.contact-btn-white-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 339px;
  height: 100px;
  background: #ffffff;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 32px;
  color: #ff7c1f;
  font-weight: 700;
}
@media screen and (min-width: 824px) {
  .contact-btn-white-01 {
    width: 400px;
    height: 170px;
    border-radius: 20px;
    max-width: none;
    font-size: 2.5rem;
    line-height: 36px;
  }
}
.contact-btn-white-01 img {
  width: 203px;
  height: auto;
}
@media screen and (min-width: 824px) {
  .contact-btn-white-01 img {
    width: 231px;
  }
}
.contact-btn-white-01.-contactus img {
  width: 181px;
}
.contact-btn-white-text {
  font-size: 14px;
  line-height: 175%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333;
  margin-top: 8px;
  font-weight: normal;
}
@media screen and (min-width: 824px) {
  .contact-btn-white-text {
    font-size: 1.6rem;
    margin-top: 19px;
  }
}
.btn-block {
  margin: 2rem auto 2.8rem;
}
.btn-block-01 {
  margin: 0 20px 0 50px;
}
.btn-block-02 {
  margin: 0;
}
.btn-block-03 {
  width: 100%;
  margin: 4px 20px 0;
  width: calc(100% - 40px);
}
.btn-block-08 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 824px) {
  .btn-block-08 {
    margin-top: 60px;
  }
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1080px) {
  .m-left-tab {
    margin-left: 0 !important;
  }
}
.title-leval1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 120%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 824px) {
  .title-leval1 {
    font-size: 5.9rem;
    line-height: 120%;
    margin-top: 77px;
  }
}
@media screen and (min-width: 1080px) {
  .title-leval1 {
    text-align: left;
  }
}
.title-level2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 824px) {
  .title-level2 {
    font-size: 4.2rem;
    line-height: 120%;
  }
  .title-level2.-small {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.28px;
  }
}
.title-level2.-white {
  color: #fff;
}
@media screen and (min-width: 824px) {
  .title-level2.-ml50 {
    margin-left: 50px;
  }
}
.title-level2.-prl21 {
  padding: 0 21px;
}
@media screen and (min-width: 824px) {
  .title-level3.-center {
    text-align: center;
  }
}
.title-level4.-center {
  text-align: center;
}
@media screen and (min-width: 824px) {
  .title-level4.-center.-blog {
    margin: 0;
    font-size: 2.4rem;
  }
}
.hamburger {
  display: block;
  position: fixed;
  z-index: 1;
  right: 20px;
  top: 10px;
  width: 57px;
  height: 57px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 1517px) {
  .hamburger {
    display: none;
  }
}
.batsu {
  cursor: pointer;
  text-align: center;
  display: block;
  width: 57px;
  height: 57px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #797979;
  position: absolute;
  right: 20px;
  top: 23px;
  transform: translateY(-1.3rem);
}
.batsu:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.batsu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #bbbbbb;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: none;
  background-color: #f2f1ef;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}
@media screen and (min-width: 1518px) {
  nav.globalMenuSp {
    display: none;
  }
}
@media screen and (min-width: 1518px) {
  nav.globalMenuSp .batsu-block {
    display: none;
  }
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 13px 20px 20px 20px;
  width: 100%;
}
@media screen and (min-width: 824px) {
  nav.globalMenuSp ul {
    padding: 13px 39px 20px 39px;
  }
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1518px) {
  nav.globalMenuSp.active {
    display: none;
  }
}
.globalMenuSp__body {
  flex-grow: 1;
  overflow: scroll;
}
.header-sp__logo-block {
  background-color: #fff;
  padding: 17px 19px;
}
@media screen and (min-width: 824px) {
  .header-sp__logo-block {
    padding: 17px 39px;
  }
}
.globalMenuPc {
  display: none;
}
@media screen and (min-width: 1518px) {
  .globalMenuPc {
    display: block;
  }
}
.globalMenuPc__block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scene {
  padding: 60px 20px;
  background: var(--beige2, #f2f1ef);
}
.scene__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
}
.scene__feature-item {
  background-color: white;
  padding: 25px 10px 17px;
  text-align: center;
  border-radius: 12px;
  background: var(--fff, #fff);
  border-radius: 12px;
  border-top: 2px solid var(--Primary-color, #ff7c1f);
  background: var(--fff, #fff);
}
.scene__feature-image {
  margin: 0 auto 10px;
  object-fit: contain;
}
.scene_feature-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.6px;
  margin: 3px 0 0 0;
}
.scene__feature-grid-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.72px;
  position: relative;
  padding-left: 16px;
}
.scene__feature-grid-container {
  padding: 20px;
  border-radius: 8px;
  background: var(--beige2, #eae4d7);
  margin-top: 32px;
}
.scene__feature-grid-title::before {
  content: '';
  display: block;
  width: 7px;
  height: 100%;
  background: #ff7c1f;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.scene__cta {
  border-radius: 12px;
  background: var(--paleyellow, #fffae2);
  padding: 20px;
  margin: 36px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 824px) {
  .scene__feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
  }
  .scene__feature-item {
    box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.1);
  }
  .scene__feature-grid-container {
    margin-top: 76px;
    padding: 20px 40px;
  }
  .scene__feature-grid-title {
    font-size: 26px;
  }
  .scene {
    background: var(--beige2, #eae4d7);
    padding: 113px 20px;
  }
  .scene_feature-title {
    font-size: 18px;
  }
  .scene__feature-image {
    width: 121px;
  }
  .scene__cta {
    margin: 64px 0 0 0;
    padding: 20px 20px 20px 100px;
  }
}
.price-section {
  background: var(--beige, #f2f1ef);
  padding: 40px 20px 60px 20px;
}
@media screen and (min-width: 824px) {
  .price-section {
    padding: 120px 0;
  }
}
.to-be-chosen-card .to-be-chosen__l img {
  width: 100px;
}
@media screen and (min-width: 824px) {
  .to-be-chosen-card .to-be-chosen__l img {
    width: 123px;
  }
}
.oyakudachi-card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 824px) {
  .oyakudachi-card img {
    border-radius: 30px 30px 0 0;
    aspect-ratio: 350 / 197;
    flex: 0 0 min-content;
    aspect-ratio: 1201 / 631;
  }
}
.news-card img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 824px) {
  .news-card img {
    border-radius: 30px 30px 0 0;
    aspect-ratio: 350 / 197;
  }
}
.faq-block {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (min-width: 824px) {
  .faq-block {
    border-radius: 12px;
    padding: 30px;
  }
}
.faq-block .faq-question {
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding-left: 34px;
  background-image: url(../images/icon-top-q.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 1px top;
}
@media screen and (min-width: 824px) {
  .faq-block .faq-question {
    font-size: 2.2rem;
    padding-left: 48px;
    background-size: 29px;
  }
}
.faq-block .faq-answer {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  padding-left: 39px;
  background-image: url(../images/icon-top-a.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 1px top;
  margin-top: 15px;
}
.faq-block .faq-answer a {
  color: #333;
}
@media screen and (min-width: 824px) {
  .faq-block .faq-answer {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-left: 48px;
  }
}
.footer {
  background-color: #404040;
  padding: 41px 20px 200px;
}
@media screen and (min-width: 824px) {
  .footer {
    padding: 81px 20px 90px;
    position: relative;
  }
}
@media screen and (min-width: 824px) {
  .footer .footer__block {
    max-width: 1120px;
    margin: auto;
    display: grid;
    grid-template: 'left right' 'under01 under01' 'under02 under02';
  }
}
@media screen and (min-width: 824px) {
  .footer .footer__block .footer__block-l {
    grid-area: left;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (min-width: 824px) {
  .footer .footer__block .footer__block-r {
    grid-area: right;
  }
}
@media screen and (min-width: 824px) {
  .footer .footer__block .footer__block-r.footer__block-r-02 {
    display: flex;
    justify-content: end;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
.footer .back-to-top {
  width: 76px;
  height: 76px;
  margin: auto;
  opacity: 0;
  transition: all 0.3s ease;
}
.footer .back-to-top.fixed {
  position: fixed;
  bottom: 50px;
  top: unset;
  opacity: 1;
  z-index: 9;
  right: 0;
}
@media screen and (min-width: 824px) {
  .footer .back-to-top {
    position: fixed;
    position: absolute;
    top: 30px;
    right: 10px;
  }
  .footer .back-to-top.fixed {
    right: 50px;
    bottom: 20px;
  }
}
.footer .footer__logo {
  width: 200px;
  margin: 19px auto 0;
}
@media screen and (min-width: 824px) {
  .footer .footer__logo {
    width: 251px;
    margin-left: 0;
  }
}
.footer .footer__logo a {
  display: block;
}
.footer .footer__phone {
  text-align: center;
  margin-top: 38px;
}
@media screen and (min-width: 824px) {
  .footer .footer__phone {
    margin-top: 38px;
  }
}
.footer .footer__phone .footer__phone__number {
  font-size: 2.2rem;
  line-height: 157.4%;
  color: #f2f1ef;
  text-decoration: none;
  padding-left: 42px;
  background-image: url(../images/icon-phone-call.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 1px 50%;
}
.footer .footer__phone_text {
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 18px auto 0;
  text-align: center;
  width: 252px;
}
@media screen and (min-width: 824px) {
  .footer .footer__phone_text {
    margin: 18px 0 0 0;
    text-align: left;
  }
}
.footer .footer__email {
  text-align: center;
  margin-top: 38px;
}
.footer .footer__email .footer__email__address {
  font-size: 2.2rem;
  line-height: 157.4%;
  color: #f2f1ef;
  text-decoration: none;
  padding-left: 42px;
  background-image: url(../images/icon-phone-email.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 1px 50%;
}
.footer .footer__pmark {
  width: 136px;
  margin: 36px auto 0;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 824px) {
  .footer .footer__pmark {
    margin-left: 0;
  }
}
.footer .footer__pmark .footer__pmark_text {
  font-size: 1.4rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
.footer .footer__pmark img {
  width: 100px;
}
.footer .footer-menu {
  padding-left: 0;
  text-align: center;
  margin-top: 36px;
}
@media screen and (min-width: 824px) {
  .footer .footer-menu {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    height: 200px;
    align-items: start;
    -moz-column-gap: 0px;
    column-gap: 0px;
    width: 416px;
    float: right;
    margin-top: 20px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 824px) {
  .footer .footer-menu.footer-menu-v01 {
    height: 275px;
  }
}
.footer .footer-menu__item {
  font-size: 1.8rem;
  line-height: 350%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #f2f1ef;
  text-decoration: none;
}
@media screen and (min-width: 824px) {
  .footer .footer-menu__item {
    font-size: 1.6rem;
    line-height: 285%;
  }
}
.footer .footer__text01 {
  font-size: 1.3rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #797979;
  margin-top: 58px;
}
@media screen and (min-width: 824px) {
  .footer .footer__text01 {
    font-size: 1.3rem;
    line-height: 157.4%;
    grid-area: under01;
    margin-top: 38px;
  }
}
.footer .footer_copylight-list {
  padding-left: 0;
  margin-top: 30px;
}
.footer .footer__bottom-block {
  border-top: 1px solid rgba(121, 121, 121, 0.5);
  margin-top: 42px;
  padding-top: 20px;
}
@media screen and (min-width: 824px) {
  .footer .footer__bottom-block {
    grid-area: under02;
    display: flex;
    justify-content: space-between;
    padding-left: calc(50% - 560px);
    padding-right: calc(50% - 560px);
    margin-top: 37px;
  }
}
.footer .footer__company {
  font-size: 1.4rem;
  line-height: 157.4%;
  color: #797979;
  background-image: url(../images/icon-footer-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 92%;
  display: inline-block;
  padding-right: 25px;
  text-decoration: none;
}
@media screen and (min-width: 824px) {
  .footer .footer__company {
    font-size: 1.6rem;
  }
}
.footer .footer__copyright {
  font-size: 1.4rem;
  line-height: 157.4%;
  color: #797979;
  margin-top: 20px;
}
@media screen and (min-width: 824px) {
  .footer .footer__copyright {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
a {
  color: #797979;
}
.topic-path {
  background-color: #fff;
}
.breadCrumb {
  padding: 16px 20px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1376px;
  list-style: none;
  background-color: #fff;
}
@media screen and (min-width: 824px) {
  .breadCrumb {
    padding: 26px 20px;
  }
}
.breadCrumb__list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 824px) {
  .breadCrumb__list {
    max-width: 1120px;
    margin: auto;
  }
}
.breadCrumb__list__item {
  float: left;
}
.breadCrumb__list__item:after {
  display: inline-block;
  content: '';
  margin: -2px 10px 0 12px;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 13px;
  border-color: transparent transparent transparent #d9d9d9;
  vertical-align: middle;
}
.breadCrumb__list__item:last-of-type::after {
  display: none;
}
.breadCrumb__list__item a {
  text-decoration: none;
  color: #333;
}
.breadCrumb__list__item a:hover {
  opacity: 0.6;
}
.breadCrumb__list__text {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
}
.breadCrumb__list__link {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #333;
}
.breadCrumb__list__link:hover {
  opacity: 0.6;
}
.btn_are {
  background: var(--unnamed, linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%));
  padding: 60px 25.5px;
}
@media screen and (min-width: 824px) {
  .btn_are {
    padding: 65px 25.5px;
  }
}
.btn_are .btn_area_block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 824px) {
  .btn_are .btn_area_block {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 70px;
    align-items: unset;
  }
}
.headline {
  padding: 150px 20px 70px;
  background-color: #fff;
}
.headline.-news {
  background: var(--unnamed, linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%));
  padding-top: 100px;
  padding-bottom: 24px;
}
.headline.-blog {
  background: var(--unnamed, linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%));
  padding-top: 100px;
  padding-bottom: 70px;
}
.headline.-news.-plan {
  padding-bottom: 60px;
}
@media screen and (min-width: 824px) {
  .headline {
    padding: 220px 20px 98px;
  }
  .headline.-news {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .headline.-news.-plan {
    padding-bottom: 100px;
  }
  .headline.-blog {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
.headline .headline__description {
  margin-top: 20px;
}
.headline .headline__description.-news {
  color: #fff;
}
.headline .headline__description.-news a {
  color: #fff;
}
@media screen and (min-width: 480px) {
  .headline .headline__description {
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .page__description {
    text-align: center;
  }
}
.nav-page-01 ul {
  margin: 0;
  padding: 0 1px;
  letter-spacing: -0.4em;
  display: flex;
  justify-content: center;
  text-align: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  flex-wrap: wrap;
}
@media screen and (min-width: 824px) {
  .nav-page-01 ul {
    margin-left: -46px;
  }
}
.nav-page-01 ul > li {
  display: inline-block;
  position: relative;
  margin: 0 -1px;
  letter-spacing: normal;
}
.nav-page-01 ul > li .page-numbers {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  color: #333;
  padding: 10px;
}
@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers {
    font-size: 2.6rem;
  }
}
.nav-page-01 ul > li .page-numbers:hover {
  opacity: 0.6;
}
.nav-page-01 ul > li .page-numbers.current {
  color: #ff7c1f;
  text-decoration: underline;
}
.nav-page-01 ul > li .page-numbers.current:hover {
  opacity: 1;
}
.nav-page-01 ul > li .page-numbers.dots {
  color: #333;
  display: inline-block;
  position: relative;
  margin: 0 -1px;
  margin-bottom: 15px;
}
.nav-page-01 ul > li .page-numbers.dots:hover {
  opacity: 1;
}
.nav-page-01 ul > li .page-numbers.next {
  position: relative;
}
.nav-page-01 ul > li .page-numbers.next:before {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background: #ff7c1f;
  border-radius: 50%;
}
@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.next:before {
    width: 48px;
    height: 48px;
    top: 5px;
  }
}
.nav-page-01 ul > li .page-numbers.next:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(150%, -3px) rotate(-45deg);
}
@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.next:after {
    width: 12px;
    height: 12px;
    transform: translate(150%, 0px) rotate(-45deg);
    right: 12px;
    top: 42%;
  }
}
.nav-page-01 ul > li .page-numbers.prev {
  position: relative;
}
.nav-page-01 ul > li .page-numbers.prev:before {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background: #ff7c1f;
  border-radius: 50%;
}
@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.prev:before {
    width: 48px;
    height: 48px;
    top: 5px;
  }
}
.nav-page-01 ul > li .page-numbers.prev:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(150%, -3px) rotate(135deg);
}
@media screen and (min-width: 824px) {
  .nav-page-01 ul > li .page-numbers.prev:after {
    width: 12px;
    height: 12px;
    transform: translate(150%, 0px) rotate(135deg);
    right: 12px;
    top: 42%;
  }
}
.nav-page-01.-wp ul > li .page-numbers.next:after {
  transform: translate(0px, -3px) rotate(-45deg);
  right: 50%;
}
@media screen and (min-width: 824px) {
  .nav-page-01.-wp ul > li .page-numbers.next:after {
    transform: translate(50%, 0px) rotate(-45deg);
    right: 50%;
  }
}
.nav-page-01.-wp ul > li .page-numbers.prev:after {
  transform: translate(50%, -3px) rotate(135deg);
  right: 50%;
}
@media screen and (min-width: 824px) {
  .nav-page-01.-wp ul > li .page-numbers.prev:after {
    transform: translate(80%, 0px) rotate(135deg);
    right: 50%;
  }
}
.description-text {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
}
.description-text.-white {
  color: #fff;
}
@media screen and (min-width: 480px) {
  .description-text.-center {
    text-align: center;
  }
}
@media screen and (min-width: 824px) {
  .main-visual__block {
    display: flex;
    flex-direction: column;
    margin-left: 82px;
    justify-content: flex-start;
    gap: 41px;
    position: relative;
  }
}
@media screen and (min-width: 1080px) {
  .main-visual__block {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  .main-visual__block {
    margin-left: calc(50% - 635px);
  }
}
.main-visual {
  padding-top: 112px;
  background:
    url('../images/bg-mv-top-right-mb.png') top right no-repeat,
    url('../images/bg-mv-bottom-left-mb.png') bottom left no-repeat,
    linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%);
  border-radius: 0px 0px 50px 0px;
  padding-bottom: 40px;
}
@media screen and (min-width: 824px) {
  .main-visual {
    background:
      url('../images/bg-mv-top-right-pc.png') top right no-repeat,
      url('../images/bg-mv-bottom-left-pc.png') bottom left no-repeat,
      linear-gradient(135deg, #ff7c1f 2.88%, #ffc38f 100%);
  }
}
.main-visual__text01 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;

  letter-spacing: 0.88px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}
.main-visual__text02 {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.bg-wrap {
  padding: 0 20px;
}
.main-visual.bg-01 {
  background-color: #fff;
}
@media screen and (min-width: 824px) {
  .main-visual {
    position: relative;
  }
  .main-visual__text01 {
    text-align: left;
  }
  .main-visual__text02 {
    text-align: left;
    margin-top: 27px;
  }
  .bg-wrap {
    margin: 0;
    padding-left: 0;
  }
}
.main-visual-l {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
@media screen and (min-width: 824px) {
  .main-visual-l {
    align-items: center;
    row-gap: 13px;
  }
}
@media screen and (min-width: 1080px) {
  .main-visual-l {
    align-items: start;
    margin-right: -110px;
    row-gap: 12px;
    margin-bottom: 150px;
  }
}
.main-visual-l .main-visual__catch01 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 824px) {
  .main-visual-l .main-visual__catch01 {
    font-size: 2.2rem;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 10px;
  }
}
.main-visual-l .main-visual__catch02 {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffda1e 50%);
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 824px) {
  .main-visual-l .main-visual__catch02 {
    font-size: 2.3rem;
    line-height: 33px;
    text-align: left;
    margin-top: 0;
  }
}
.main-visual-l .about_animation01 {
  margin-bottom: -30px;
}
@media screen and (min-width: 824px) {
  .main-visual-l .about_animation01 {
    margin-top: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1080px) {
  .main-visual-r {
    margin-top: 56px;
    flex: 0 0 auto;
  }
}
.title-level2__sub {
  color: #9b9b9b;
  text-align: center;
  font-feature-settings: 'pwid' on;
  font-family: 'Roboto Condensed';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
.title-level2.-about {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 824px) {
  .title-level2.-about {
    gap: 10px;
  }
  .title-level2.-about.-start {
    align-items: start;
    flex: 0 0 auto;
    justify-content: center;
  }
  .title-level2__sub {
    font-size: 19px;
    text-transform: uppercase;
  }
  .title-level2__sub.-sub02 {
    font-size: 22px;
  }
  .title-level2__wrap {
    display: flex;
    gap: 20px;
  }
  .title-level2__wrap__line {
    width: 2px;
    height: auto;
    background-color: #dbd5c8;
    display: block;
  }
}
.title-level2.-news {
  color: #fff;
}
.about {
  position: relative;
  background-color: transparent;
}
.about::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #fe9e56;
  z-index: -1;
}
.about-wrap {
  border-radius: 50px 0px 0px 0px;
  background-color: #fff;
  padding: 60px 20px 40px;
  background:
    url(../images/bg-top-service-right-mb.png) top 47% right no-repeat,
    url(../images/bg-top-service-left-mb.png) bottom 16% left no-repeat,
    #fff;
}
.about-us {
  background-color: #f2f1ef;
  padding-bottom: 57px;
}
.about-spacer {
  background: #f2f1ef;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
  margin-bottom: -41px;
}
.digital-eikaiwa-spacer-container-up {
  background-color: #f2f1ef;
}
.digital-eikaiwa-spacer-container-down {
  background-color: #eae4d7;
  margin-top: -64px;
}
.digital-eikaiwa-spacer-up {
  background: #fff;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 50% 100px;
}
.digital-eikaiwa-spacer-down {
  background: #fff;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
}
.about-us__logo {
  width: 140px;
  margin: auto;
  display: block;
}
.digital-eikaiwa {
  padding: 0 20px 60px;
  background: #fff;
}
@media screen and (min-width: 824px) {
  .about .about__block {
    margin: auto;
    max-width: 992px;
    padding: 0 40px;
  }
  .digital-eikaiwa__container {
    max-width: 1120px;
    margin: auto;
  }
  .digital-eikaiwa__container.-price {
    max-width: 904px;
  }
  .about {
    background-color: #fe9e56;
  }
  .about-wrap {
    border-radius: 100px 0px 0px 0px;
    background: #fff;
    padding: 100px 0px 0px 0px;
  }
  .about-spacer {
    height: 300px;
    margin-left: -140px;
    margin-right: -150px;
    border-top-left-radius: 3000px 1000px;
    border-top-right-radius: 3000px 1000px;
    margin-bottom: -164px;
    margin-top: 90px;
  }
  .about-us__logo {
    width: 182px;
    margin-top: 12px;
  }
  .about-us {
    padding-bottom: 120px;
    /* background: url(../images/bg-top-service-right-pc.png) top 7% right no-repeat,
      url(../images/bg-top-service-left-pc.png) top 36% left no-repeat, #f2f1ef; */
  }
  .digital-eikaiwa-spacer-up {
    height: 300px;
    margin-left: -140px;
    margin-right: -150px;
    border-top-left-radius: 3000px 1000px;
    border-top-right-radius: 3000px 1000px;
    margin-bottom: -34px;
  }
  .digital-eikaiwa-spacer-down {
    background: #fff;
    height: 300px;
    margin-left: -140px;
    margin-right: -150px;
    border-bottom-left-radius: 3000px 1000px;
    border-bottom-right-radius: 3000px 1000px;
    margin-top: -96px;
  }
}
.about .about__lottie {
  margin-top: 120px;
  padding-top: 289px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .about .about__lottie {
    width: 500px;
    margin: 218px auto 0;
    padding-top: 329px;
  }
}
.about .about__lottie .about_animation01 {
  position: absolute;
  top: 0;
  z-index: 9;
}
.about__description {
  margin-top: 11px;
  text-align: center;
}
.about__description.-m01 {
  margin-top: 32px;
}
.about__description.-center {
  text-align: center;
}
.about__description.-left {
  text-align: left;
}
.about__description.-left-center {
  text-align: left;
}
.about__description.-justify-center {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (min-width: 824px) {
  .about__description.-left-center {
    text-align: center;
  }
  .about__description.-m02 {
    display: flex;
    align-items: center;
    margin-top: 0;
    letter-spacing: 0.64px;
  }
  .about__description.-m03 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 824px) {
  .about__description {
    margin-top: 26px;
  }
}
.download-description02 {
  margin-top: 30px;
}
@media screen and (min-width: 824px) {
  .download-description02 {
    margin-top: 53px;
  }
}
@media screen and (min-width: 824px) {
  .about__card .-about {
    grid-area: title;
  }
}
@media screen and (min-width: 824px) {
  .works__list .works__list__item_block > div {
    max-width: 440px;
    background-size: 120px 120px;
    background-position: -2px 20px;
    background-image: url(../images/icon-top-kadai_pc.png);
  }
}
.achievement {
  background: #ffffff;
  padding: 60px 20px;
}
@media screen and (min-width: 824px) {
  .achievement {
    padding: 112px 0 127px;
  }
}
.achievement__list {
  list-style-type: none;
  padding-left: 0;

  margin-top: 50px;
}
@media screen and (min-width: 824px) {
  .achievement__list {
    margin: 63px auto 0;
    padding: 0 !important;
  }
}
.achievement__list img {
  width: 91px;
  height: 48px;
}
@media screen and (min-width: 824px) {
  .achievement__list img {
    width: 188px;
    height: 117px;
  }
}
.oyakudachi__list.-top {
  margin-top: 20px;
}
@media screen and (min-width: 824px) {
  .oyakudachi__list.-top {
    margin: 40px 0 0;
  }
}
.faq__block {
  background: #eae4d7;
  padding: 60px 20px 68px;
}
@media screen and (min-width: 824px) {
  .faq__block {
    border-radius: 0;
    padding-top: 130px;
    padding-bottom: 136px;
  }
}
.faq__list {
  padding-left: 0;
  margin-top: 50px;
}
@media screen and (min-width: 824px) {
  .faq__list {
    max-width: 1120px;
    margin: 47px auto 0;
  }
}
.faq__list .faq__list__item:not(:first-child) {
  margin-top: 20px;
}
.form-area {
  padding-top: 0;
  margin: auto;
  background-color: #fff;
  padding-bottom: 100px;
}
.form-area.thanks {
  padding-left: 20px;
  padding-right: 20px;
}
.form-area.-download {
  padding-bottom: 40px;
}
@media screen and (min-width: 824px) {
  .form-area.-download {
    width: calc(48% - 30px);
  }
}
@media screen and (min-width: 824px) {
  .form-area {
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: transparent;
  }
}
.form-area .form-area__title-block {
  background-color: #fff;
  padding: 40px 20px 0;
}
@media screen and (min-width: 824px) {
  .form-area .form-area__title-block {
    padding: 40px;
    border-radius: 30px;
  }
}
.form__items__body .-border-none {
  border: none;
}
.-border-none {
  border: none;
}
.form__agree-block.-download {
  margin-top: 43px;
}
@media screen and (min-width: 824px) {
  .form__agree-block.-download {
    margin-top: 33px;
  }
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: #ff7c1f;
}
.thanks-area {
  padding: 60px 20px 100px;
  margin: auto;
}
@media screen and (min-width: 824px) {
  .thanks-area {
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: transparent;
  }
}
.btn-block-thanks {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}
.check_btn input[type='checkbox'].check_btn_item {
  display: none;
}
.check_btn label {
  display: inline-block;
}
.check_btn .check_btn_item + span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
  padding-bottom: 10px;
}
.check_btn .check_btn_item + span::after,
.check_btn .check_btn_item + span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.check_btn .check_btn_item + span::before {
  top: 5px;
  left: -30px;
  display: block;
  width: 13px;
  height: 13px;
  border: solid 2px #1a1a1c;
}
.check_btn .check_btn_item + span::after {
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 9px;
  left: -25px;
  opacity: 0;
  top: 5px;
  transform: rotate(45deg);
  width: 4px;
}
.check_btn .check_btn_item:checked + span::after {
  opacity: 1;
}
.check_btn .check_btn_item:checked + span::before {
  background: #ff7c1f;
}
@media screen and (min-width: 824px) {
  .download {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1160px;
    margin: 0 auto;
    gap: 78px;
    padding: 0 20px 60px;
  }
}
.download-about {
  padding: 50px 20px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 824px) {
  .download-about {
    padding: 100px 0 0 0;
    width: calc(62% - 80px);
  }
}
.download-about .download-about__img {
  width: 354px;
}
@media screen and (min-width: 824px) {
  .download-about .download-about__img {
    width: 558px;
  }
}
.download-about .download-about__description {
  background: #fffae2;
  border-radius: 30px;
  max-width: 562px;
  padding: 30px 30px 16px;
  width: 100%;
  margin-top: 28px;
}
@media screen and (min-width: 824px) {
  .download-about .download-about__description {
    margin-top: 51px;
  }
}
.download-about .download-about__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 824px) {
  .download-about .download-about__text {
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: 0.04em;
  }
}
.download-about .download-about__list {
  list-style-type: disc;
  padding-left: 30px;
}
.download-about .download-about__list__item {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.005em;
}
.contents-area cite a {
  font-style: italic;
}
.contents-area h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  padding-left: 20px;
  position: relative;
  margin-top: 70px;
}
@media screen and (min-width: 824px) {
  .contents-area h2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 150%;
    padding-left: 27px;
  }
}
.contents-area p {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.08px;
  font-style: normal;
  font-weight: 400;
  margin: 40px 0 0 0;
  padding: 0 !important;
}
@media screen and (min-width: 824px) {
  .contents-area p {
    letter-spacing: 0.04em;
  }
}
.contents-area blockquote p {
  margin-top: 0;
}
.contents-area blockquote.wp-block-quote p {
  margin-top: 0;
  padding: 84px 30px 24px;
  position: relative;
  letter-spacing: 0.04em;
}
.contents-area blockquote.wp-block-quote ul {
  margin: 0 0 20px 0;
}
.contents-area blockquote.wp-block-quote ul li:not(:first-child) {
  margin: 20px 0 0 0;
  padding-left: 26px;
}
.contents-area h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 40px 0 0 0;
}
.contents-area ul {
  margin: 40px 0 0 0;
  padding-left: 30px;
}
.contents-area ul li {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 26px;
}
.contents-area ul li:not(:first-child) {
  margin: 20px 0 0 0;
  padding-left: 26px;
}
.contents-area ul li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #ff7c1f;
  border-radius: 5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-5px);
}
.contents-area ol {
  counter-reset: li;
  margin: 40px 0 0 0;
  padding-left: 30px;
}
.contents-area ol li {
  font-size: 1.6rem;
  line-height: 175%;
  letter-spacing: 0.04em;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.contents-area ol li:not(:first-child) {
  margin: 20px 0 0 0;
}
.contents-area ol li:before {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 0;
  color: #ff7c1f;
  counter-increment: li;
  content: counter(li);
  transform: translateY(-1rem);
}
.contents-area figure img {
  border-radius: 30px;
}
.contents-area ul.toc_list li {
  line-height: 2;
}
.nav-page-02 ul {
  display: flex;
  flex-direction: revert;
  padding: 0px 20px;
  justify-content: space-between;
}
@media screen and (min-width: 824px) {
  .nav-page-02 ul {
    max-width: 475px;
    margin: auto;
  }
}
.nav-page-02 li a {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #333;
  position: relative;
}
@media screen and (min-width: 824px) {
  .nav-page-02 li a {
    font-size: 2rem;
  }
}
.nav-page-02 li a:hover {
  opacity: 0.6;
}
.nav-page-02 li:last-child a {
  padding-right: 44px;
}
.nav-page-02 li:first-child a {
  padding-left: 44px;
}
.contents-area .img-type-01 img {
  height: auto;
}
@media screen and (min-width: 824px) {
  .contents-area .img-type-01 img {
    border-radius: 30px 30px 0px 0px;
  }
  .contents-area .img-type-01.-news img {
    border-radius: 30px;
  }
}
.contents-area ul li.affiliation__list__item:after {
  display: none;
}
.contents-area h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 824px) {
  .contents-area h4 {
    font-size: 2.2rem;
  }
}
.purpose-title .title-level2.-purpose {
  font-weight: 900;
  font-size: 4.3rem;
  letter-spacing: 0.21em;
}
@media screen and (min-width: 824px) {
  .purpose-title .title-level2.-purpose {
    font-weight: 900;
    font-size: 53px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.21em;
  }
}
@media screen and (min-width: 824px) {
  .contents-area.-purpose .purpose__list__item__b-box img {
    max-width: 250px;
  }
}
.headline.-eikaiwa-list {
  padding-bottom: 0;
}
@media screen and (min-width: 824px) {
  .headline.-eikaiwa-list {
    padding: 220px 20px 98px;
  }
}
.eikaiwa__list .eikaiwa__list__item__img img {
  border-radius: 16px 16px 0 0;
}
.not-found .description-text.-not-found {
  margin: 30px 0 0 0;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 824px) {
  .not-found .description-text.-not-found {
    margin: 20px 0 0 0;
  }
}
.not-found .btn-block-thanks.-not-found {
  margin: 30px auto 0;
}
@media screen and (min-width: 824px) {
  .not-found .btn-block-thanks.-not-found {
    margin: 50px auto 0;
  }
}
.main-visual-l .about_animation01 {
  margin-bottom: 0;
  margin-top: 16px;
}
@media screen and (min-width: 824px) {
  .main-visual__block {
    margin-left: 0;
  }
  .main-visual-r {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .main-visual__block {
    margin-left: calc(50% - 635px);
    max-width: 1310px;
    margin: 0 auto;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    gap: 0;
  }
  .main-visual-r {
    max-width: 600px;
    margin: unset;
    margin-top: 20px;
  }
  .main-visual-l {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.achievement__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 440px) {
  .achievement__list {
    grid-template-columns: repeat(auto-fill, 118px);
    max-width: 1160px;
  }
  .achievement__list.-top {
    margin-top: 40px;
  }
}
@media screen and (min-width: 824px) {
  .achievement__list {
    grid-template-columns: repeat(auto-fill, 188px);
    gap: 40px 45px;
  }
}
.achievement__list .achievement__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.achievement__list img {
  width: 100%;
  height: auto;
}
.contents-area.-terms ol {
  margin-top: 0;
}
.contents-area.-terms ol li {
  list-style: auto;
  padding-left: 0;
  margin-top: 0;
}
.contents-area.-terms ol li:before {
  display: none;
}
.footer .footer__bottom-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .footer__company.-hide {
  background: none;
}
.terms-menu-container {
  position: relative;
}
.terms-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  width: auto;
}
.terms-menu {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #f2f1ef;
  padding: 15px;
  min-width: 200px;
  border-radius: 2px;
  z-index: 1000;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.terms-menu.active {
  display: flex;
}
.terms-menu a:hover {
  color: #666;
}
.overlay.active {
  display: block;
}
.terms-menu__item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%;

  display: block;
  line-height: 157.4%;

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.purpose-menu.active {
  display: flex;
}
@media screen and (min-width: 1080px) {
  .footer .footer__bottom-block {
    flex-direction: row;
    justify-content: flex-start;
  }
  .terms-menu {
    right: -90%;
  }
}
.main-visual-l .main-visual__catch02 {
  display: inline !important;
}
.matrix .bg-wrap.-align-center {
  text-align: center;
}
.btn-block-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
}
.contact-btn-white.-mv {
  max-width: 329px;
}
@media screen and (min-width: 1080px) {
  .btn-block-03 {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 50px;
    width: auto;
    margin-top: 30px;
    margin-left: 0;
  }
  .m-left-tab {
    margin-left: 0 !important;
    margin-right: 0;
    width: 270px;
  }
}
.eikaiwa-modal.active {
  opacity: 1;
  z-index: 1999999999;
}
.eikaiwa-modal-body img {
  width: 180px;
  height: 180px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 824px) {
  .eikaiwa-modal-body img {
    width: 252px;
    height: 252px;
  }
  .eikaiwa-modal-body h2 {
    font-size: 22px !important;
  }
  .eikaiwa-modal-info h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .eikaiwa-modal-info ul {
    margin-top: 12px;
  }
}
.eikaiwa-modal-body h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  margin: 20px 0 0 0;
}
.eikaiwa-modal-info h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.eikaiwa-modal-info ul {
  list-style: disc;
  padding-left: 20px;
}
.eikaiwa-modal-info li {
  margin-bottom: 8px;
}
.eikaiwa-modal-info a {
  color: #0066cc;
  text-decoration: none;
}
@media (min-width: 824px) {
  .plan-table-cell.-left {
    text-align: left;
  }
}
.plans-area__list__img.-img01 {
  width: 80px;
  height: auto;
}
.plans-area__list__img.-img02 {
  width: 80px;
  height: auto;
}
.plans-area__list__img.-img03 {
  width: 60px;
}
.plans-area__list__img.-img01.-top {
  width: 60px;
  height: auto;
}
.plans-area__list__img.-img02.-top {
  width: 60px;
}
.plans-area__list__img.-img03.-top {
  width: 60px;
}
.plans-area__listt__item__text__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.8px;
  margin-top: 8px;
}
@media (min-width: 824px) {
  .plans-area__listt__item__text__title {
    font-size: 26px;
  }
  .plans-area__list__img.-img01.-top {
    width: 80px;
  }
  .plans-area__list.-top {
    margin: 40px 0;
  }
}
.plans-area__list {
  margin-top: 20px;
  padding-left: 0;
}
.plans-area__list.-top {
  margin-top: 33px;
}
@media (min-width: 824px) {
  .plans-area__list {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}
.plans-area__list__item {
  display: flex;
  justify-content: center;
}
.plans-area__list__item__text__note {
  color: var(--glay, #797979);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;

  letter-spacing: 0.08px;
  margin-top: 8px;
}
.plans-area__list__item__text {
  display: flex;
  width: 275px;
  height: 280px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 138px;
  background: var(--fff, #fff);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
.plans-area__list__item__text.-top {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  width: 220px;
  height: 220px;
}
.plans-area__list__item:not(:first-child) {
  margin-top: 20px;
}
.plan-detail-value.-left {
  text-align: left;
}
@media (min-width: 824px) {
  .plans-area__list__item:not(:first-child) {
    margin-top: 0;
  }
  .plan-detail-value.-left {
    text-align: left;
  }
  .plans-area__list__item__text.-top {
    width: 280px;
    height: 280px;
  }
}
.plan-eikaiwa-list__item img {
  width: 117px;
  height: auto;
}
.contact-btn-white.-plan {
  height: 42px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.56px;
  width: 162px;
}
.plan-campaign-list__item img {
  width: 121px;
}
.plan-flow-list__item img {
  width: 270px;
}
.contact-btn-red-01.-plan {
  font-size: 16px;
}
.contact-btn-red-01._purpose {
  max-width: 360px;
}
.img-about-headline-container {
  width: calc(100% - 20px);
  display: block;
  margin: 34px auto 0;
  max-width: 300px;
}
.img-about-service-container {
  margin-top: 3px;
  width: 169px;
}
.about-merit__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 40px 0 0 0;
  text-align: center;
}
.about-merit__title.-top {
  margin-top: 10px;
}
.about-merit__container {
  padding: 20px 15px 72px;
  background-color: #fff;
  border-radius: 16px 16px 0px 0px;
  margin-top: 20px;
}
.about-merit__container.-top {
  padding-bottom: 32px;
  border-radius: 16px;
}
.about-merit__item-title01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin: 12px 0 0 0;
}
.about-merit__item-title02 {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.88px;
  margin: 0;
}
.about-merit__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
}
.about-merit__item {
  background-color: #f2f1ef;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.about-merit__item:not(:first-child) {
  margin-top: 17px;
}
.about-merit__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;

  letter-spacing: 0.08px;
  margin-top: 15px;
  text-align: left;
}
.about-merit__additional {
  background-color: #eae4d7;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 87px;
  position: relative;
}
.about-merit__additional-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.6px;
  text-align: center;
  position: absolute;
  top: -50px;
  background-color: #f5f5f5;
  width: 147.5px;
  height: 55.702px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 12px;
  background: url(../images/about/bg-about-merit-more.webp) no-repeat center center;
}
.about-merit__additional-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-merit__additional-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.72px;
  display: flex;
  gap: 8px;
}
.about-merit__additional-icon {
  margin-right: 5px;
}
.about-merit__additional-icon {
  width: 40px;
}
@media (min-width: 824px) {
  .about-merit__title.-top {
    margin: 0;
    font-size: 42px;
  }
  .about-merit__title.-title02 {
    font-size: 26px;
  }
  .about-merit__container.-top {
    background-color: #fff;
    border-radius: 32px;
    background: #fff;
    margin-top: 47px;
    padding: 60px 40px;
    max-width: 1120px;
  }
  .img-about-headline-container {
    max-width: 800px;
    margin: 40px auto 0;
    display: block;
  }
  .img-about-headline-container.-top {
  }
  .about-merit__item:not(:first-child) {
    margin-top: 0;
  }
  .about-merit__container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 77px 16px 108px;
    background: none;
  }
  .about-merit__title {
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: 1.28px;
  }
  .about-merit__item-title01 {
    font-size: 20px;
    margin: 18px 0 0 0;
  }
  .about-merit__item-title02 {
    font-size: 26px;
  }
  .about-merit__items {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    margin-top: 43px;
  }
  .about-merit__items.-top {
    margin-top: 32px;
  }
  .about-merit__item {
    flex: 1;
    padding: 23px 20px 27px;
  }
  .about-merit__additional {
    margin-top: 95px;
    padding: 32px 16px;
  }
  .about-merit__additional-items {
    flex-direction: row;
    justify-content: space-around;
    gap: 40px;
  }
  .about-merit__additional-item {
    font-size: 20px;
    gap: 4px;
  }
  .contact-btn-red-01._purpose {
    width: 270px;
  }
}
.about-service__images {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: 7px 0 20px;
}
.about-service__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: flex-start;
  margin: 20px 0;
}
.about-service__brands.-top {
  padding: 20px;
}
.about-service__cta-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  text-align: left;
}
.about-service__cta-image {
  width: 80px;
  height: auto;
  margin: 10px auto;
  position: absolute;
  bottom: 0;
  right: -15px;
  display: block;
  width: 118px;
  margin: 0;
  z-index: -1;
}
@media (min-width: 824px) {
  .about-service__brands.-top {
    justify-content: space-around;
    padding: 0;
    margin-top: 40px;
  }
  .about-service__images {
    flex-direction: row;
  }
  .img-about-service-container {
    width: 100%;
    margin-top: 20px;
  }
  .img-about-service-container.-top {
    margin-top: 0;
  }
  .about-service__images {
    margin: 21px 0 30px 0;
  }
  .about-service__brands {
    gap: 27px 10px;
    justify-content: center;
  }
  .about-service__subsection-title.-title02 {
    text-align: center;
  }
  .about-service__cta-image {
    width: 164px;
    right: 9px;
  }
  .about-service__cta-text {
    font-size: 22px;
  }
}
.step-image img {
  max-width: 90px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.step-preview:hover .step-image img {
  transform: scale(1.1);
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}
.solution-image img {
  max-width: 180px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.solution-item:hover .solution-image img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .solution-image img {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .solution-image img {
    max-width: 120px;
  }
}
@media screen and (min-width: 1518px) {
  .purpose-dropdown li + li {
    margin-top: 20px;
  }
  .purpose-dropdown a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    letter-spacing: 0.64px;
    text-decoration: none;
  }
}
@media screen and (max-width: 1517px) {
  .has-submenu > .submenu-toggle {
    position: relative;
    padding-right: 32px;
  }
  .has-submenu.open > .submenu-toggle {
    border: none;
  }
  .has-submenu > .submenu-toggle::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 3px;
    background: #ff7c1f;
    border: none;
    transform: translateY(-50%);
  }
  .has-submenu > .submenu-toggle::after {
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    width: 3px;
    height: 20px;
    background: #ff7c1f;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
    transition: transform 0.25s ease;
  }
  .has-submenu.open > .submenu-toggle::after {
    transform: translateY(-50%) rotate(90deg);
  }
  nav.globalMenuSp ul.submenu {
    margin: 0;
    padding: 16px 24px;
    background: #fff;
    border-radius: 20px;
    list-style: none;
  }
}
.contents-area.contents-area-blog-single-new .comparison-table__cell p {
  margin-top: 0;
}
.contents-area .comparison-table__list li {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 12px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.contents-area.contents-area-blog-single-new .img-type-01 img {
  height: 168px;
  object-fit: cover;
}
.contents-area.contents-area-blog-single-new p {
  margin-top: 12px;
}
.contents-area.contents-area-blog-single-new p .red-text {
  color: #ff7c1f;
  font-weight: 700;
}
.contents-area.contents-area.contents-area-blog-single-new .contact-btn-red-01 {
  max-width: 275px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;

  letter-spacing: 1px;
}
.contents-area.contents-area.contents-area-blog-single-new .contact-btn-red-01.-mt01 {
  margin-top: 24px;
  margin: 24px auto 0;
  height: 48px;
}
.contents-area.contents-area.contents-area-blog-single-new h2 {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.88px;
  border-bottom: 2px solid var(--Primary-color, #ff7c1f);
  padding-left: 0;
  margin-top: 35px;
  padding-bottom: 5px;
}
.contents-area.contents-area.contents-area-blog-single-new h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;

  letter-spacing: 0.72px;
  margin-top: 28px;
  position: relative;
  padding-left: 12px;
}
.contents-area.contents-area-blog-single-new ol li:before {
  font-weight: 900;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 8px;
  left: 0;
  color: #fff;
  counter-increment: li;
  content: counter(li);
  transform: translateY(0px);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #ff7c1f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-area.contents-area.contents-area-blog-single-new ol li.list-item {
  padding-left: 21px;
}
@media screen and (min-width: 823px) {
  .contents-area.contents-area-blog-single-new .img-type-01 img {
    border-radius: unset;
  }
  .contents-area.contents-area-blog-single-new p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  .contents-area.contents-area.contents-area-blog-single-new h2 {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .contents-area.contents-area.contents-area-blog-single-new h3 {
    font-size: 2.2rem;
  }
  .contents-area.contents-area-blog-single-new .img-type-01 img {
    height: unset;
  }
  .contents-area.contents-area.contents-area-blog-single-new ol li.list-item {
    padding-left: 21px;
  }
}
#toc_container li a {
  color: #1941c6;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;

  letter-spacing: 0.08px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d5d8dd;
  display: block;
  text-decoration: none;
}
#toc_container ul {
  margin-top: 14px;
  padding-left: 0;
}
#toc_container ul li {
  padding-left: 0;
  margin-top: 10px;
}
#toc_container li a .toc_number {
  color: #333;
}
@media screen and (min-width: 823px) {
  #toc_container ul li {
    margin-top: 5px;
  }
  #toc_container li a {
    font-size: 1.4rem;
    line-height: 21px;
  }
  #toc_container ul {
    margin-top: 5px;
  }
}
.tel-box {
  margin: 40px auto 0;
  text-align: center;
}
.tel-btn {
  display: inline-flex;
  align-items: center;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  color: #ff7c1f;
  background: #f9f9f9;
  border: 3px solid #ff7c1f;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tel-icon {
  color: #ff7c1f;
  margin-right: 8px;
  transition: color 0.3s ease;
}
.tel-btn:hover {
  background: #ff7c1f;
  color: #fff;
}
.tel-btn:hover .tel-icon {
  color: #fff;
}
.sticky-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(1.2) blur(6px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}
.sticky-cta__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px calc(16px + env(safe-area-inset-right, 0px)) calc(10px + env(safe-area-inset-bottom, 0px))
    calc(16px + env(safe-area-inset-left, 0px));
}
.sticky-cta .btn-block-03 {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0 0 20px;
}
@media (max-width: 480px) {
  .sticky-cta .btn-block-03 {
    flex-direction: column;
  }
  .sticky-cta .btn-block-03 a {
    width: 100%;
    text-align: center;
  }
}
.sticky-cta.is-hidden {
  transform: translateX(-50%) translateY(110%);
  opacity: 0;
}

.center {
  text-align: center;
  font-size: 18px;
}

.plan-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  max-width: 1040px;
  margin: 24px auto 0;
}
@media (min-width: 900px) {
  .plan-cards {
    grid-template-columns: 1fr 1fr;
  }
}
.plan-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
.plan-card__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 4px;
}
.plan-card__note {
  color: #666;
  margin: 0 0 16px;
}
.plan-card__badge {
  display: inline-block;
  background: #ff7c1f;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.plan-card__price {
  font-size: 16px;
  margin: 10px 0 16px;
}
.plan-card__price__num {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.plan-card__cta {
  display: inline-block;
  text-decoration: none;
  background: #ff7400;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 24px;
}
.plan-card__cta:hover {
  opacity: 0.9;
}
.plan-card__tiers {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
  font-size: 16px;
}
.plan-card__tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #eee;
}
.plan-card__tier__label {
  font-weight: 700;
}
.plan-card__taxnote {
  text-align: center;
  color: #666;
  margin-top: 16px;
}

.price-example {
  padding: 40px 0;
}
.price-example__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.price-example__title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin: 30pxx 0 20px;
}
.price-example__box {
  background: #f3f4f5;
  border-radius: 12px;
  padding: 24px 20px;
}
.price-example__lead {
  margin: 0 0 12px;
  color: #444;
  text-align: center;
  font-size: 18px;
}
.price-example__formula {
  margin: 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.price-example__formula span {
  display: inline-block;
}
.price-example__unit,
.price-example__count,
.price-example__months {
  font-size: 24px;
}
.price-example__times,
.price-example__equal {
  font-size: 22px;
  margin: 0 8px;
}
.price-example__total {
  font-size: 36px;
}
@media (min-width: 768px) {
  .price-example__unit,
  .price-example__count,
  .price-example__months {
    font-size: 28px;
  }
  .price-example__total {
    font-size: 44px;
  }
}
/* テーマ色（合計を強調） */
.price-example__total {
  color: var(--Primary-color, #ff7c1f);
}

/* 料金セクション */
/* カード全体のスタイル調整 */
.plan-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1120px;
  margin: 40px auto 0;
}

.plan-card {
  flex: 1;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center; /* 中央揃え */
  padding-bottom: 30px;
}

/* プランタイトルの強弱 */
.plan-card__title {
  padding: 20px;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.-native .plan-card__title {
  background: #3366ff;
}
.-standard .plan-card__title {
  background: #e6007e;
}

/* 金額部分の強弱 */
.plan-card__price-box {
  margin-top: 25px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}
.plan-card__price-label {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.plan-card__price-num {
  font-size: 5.2rem;
  font-weight: 900;
  color: #333;
  letter-spacing: -1px;
}
.plan-card__price-unit {
  font-size: 1.8rem;
  font-weight: 700;
  color: #666;
}

.plan-card__sub-text {
  font-size: 1.4rem;
  color: #888;
  margin-top: 10px;
}

/* チェックリスト */
.plan-card__features {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  display: inline-block;
  text-align: left;
}
.plan-card__features li {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
}
.plan-card__features li.is-checked::before {
  content: '✔';
  position: absolute;
  left: 0;
  font-size: 2.2rem;
  color: #3366ff;
}
.plan-card__features li.is-checked.-orange::before {
  color: #ff6600;
}
.plan-card__features li.is-unchecked {
  color: #ccc;
}
.plan-card__features li.is-unchecked::before {
  color: #ccc;
}

/* 吹き出しセクション */
.recommend-box {
  padding: 0 25px;
  margin-top: 30px;
}
.recommend-box__title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #3366ff;
  margin-bottom: 15px;
}
.recommend-box__title.-orange {
  color: #ff6600;
}

.recommend-box__bubble {
  border: 2px solid #3366ff;
  border-radius: 12px;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  background: #fff;
}
.recommend-box__bubble.-orange {
  border-color: #ff6600;
}

/* 計算式の強調 */
.price-example__total {
  color: #ff7400;
  font-size: 4.8rem !important;
}

/* SPレスポンシブ */
@media screen and (max-width: 824px) {
  .plan-cards {
    flex-direction: column;
    padding: 0 20px;
  }
  .plan-card__price-num {
    font-size: 4.2rem;
  }
}
