@charset "UTF-8";
#nagoya .mv .mv-catch__txt .mv-catch-logo,
#osaka .mv .mv-catch__txt .mv-catch-logo {
  max-width: 350px;
}

@media screen and (max-width: 1280px) {
  #nagoya .mv .mv-catch__txt .mv-catch-logo,
  #osaka .mv .mv-catch__txt .mv-catch-logo {
    max-width: 280px;
  }
}

@media screen and (max-width: 520px) {
  #nagoya .mv .mv-catch__txt .mv-catch-logo,
  #osaka .mv .mv-catch__txt .mv-catch-logo {
    max-width: 220px;
  }
}

#nagoya .mv .mv-catch__txt .mv-catch-logo::before,
#osaka .mv .mv-catch__txt .mv-catch-logo::before {
  position: absolute;
  top: -48px;
  right: 0;
  content: "";
  background: url("/wp-content/themes/bones/dist/img/lp-b/nagoya/open-txt.svg") center/contain no-repeat;
  width: 200px;
  height: 40px;
}

@media screen and (max-width: 1280px) {
  #nagoya .mv .mv-catch__txt .mv-catch-logo::before,
  #osaka .mv .mv-catch__txt .mv-catch-logo::before {
    top: -36px;
    width: 180px;
    height: 35px;
  }
}

@media screen and (max-width: 520px) {
  #nagoya .mv .mv-catch__txt .mv-catch-logo::before,
  #osaka .mv .mv-catch__txt .mv-catch-logo::before {
    top: -28px;
    width: 140px;
    height: 27px;
  }
}

#nagoya .access .access-list,
#osaka .access .access-list {
  display: block;
  max-width: none;
}

#nagoya .access .access-list__item,
#osaka .access .access-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: calc(8px * 3);
  padding: 0;
  background: none;
  border-radius: 0;
}

@media screen and (max-width: 960px) {
  #nagoya .access .access-list__item,
  #osaka .access .access-list__item {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #nagoya .access .access-list__item,
  #osaka .access .access-list__item {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #nagoya .access .access-list__item,
  #osaka .access .access-list__item {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  #nagoya .access .access-list__item,
  #osaka .access .access-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#nagoya .access .access-list__item .access-vsl,
#osaka .access .access-list__item .access-vsl {
  max-width: 277px;
}

@media screen and (max-width: 960px) {
  #nagoya .access .access-list__item .access-vsl,
  #osaka .access .access-list__item .access-vsl {
    max-width: 220px;
  }
}

#nagoya .access .access-list__item .access-dtl,
#osaka .access .access-list__item .access-dtl {
  width: calc(100% - 309px);
}

@media screen and (max-width: 768px) {
  #nagoya .access .access-list__item .access-dtl,
  #osaka .access .access-list__item .access-dtl {
    width: 100%;
  }
}

#nagoya .access .access-list__item .access-dtl--add,
#osaka .access .access-list__item .access-dtl--add {
  margin-bottom: 0;
}

#nagoya .access .access-list__item .access-dtl--add .access-add-item dt,
#osaka .access .access-list__item .access-dtl--add .access-add-item dt {
  display: block;
  margin-bottom: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #nagoya .access .access-list__item .access-dtl--add .access-add-item dt,
  #osaka .access .access-list__item .access-dtl--add .access-add-item dt {
    font-size: 1.4rem;
  }
}

#nagoya .access .parking-list,
#osaka .access .parking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list,
  #osaka .access .parking-list {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #nagoya .access .parking-list,
  #osaka .access .parking-list {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list,
  #osaka .access .parking-list {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#nagoya .access .parking-list__item,
#osaka .access .parking-list__item {
  position: relative;
  z-index: 0;
  width: 400px;
  padding: calc(8px * 4);
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list__item,
  #osaka .access .parking-list__item {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #nagoya .access .parking-list__item,
  #osaka .access .parking-list__item {
    padding: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list__item,
  #osaka .access .parking-list__item {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #nagoya .access .parking-list__item,
  #osaka .access .parking-list__item {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list__item,
  #osaka .access .parking-list__item {
    width: 100%;
    max-width: 528px;
  }
}

#nagoya .access .parking-list__item::before,
#osaka .access .parking-list__item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  aspect-ratio: 5.17 / 1;
  width: 528px;
  background: linear-gradient(-191deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%);
}

@media screen and (max-width: 1280px) {
  #nagoya .access .parking-list__item::before,
  #osaka .access .parking-list__item::before {
    width: 100%;
  }
}

#nagoya .access .parking-list__item dt,
#osaka .access .parking-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list__item dt,
  #osaka .access .parking-list__item dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #nagoya .access .parking-list__item dt,
  #osaka .access .parking-list__item dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list__item dt,
  #osaka .access .parking-list__item dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #nagoya .access .parking-list__item dt,
  #osaka .access .parking-list__item dt {
    font-size: 1.8rem;
  }
}

#nagoya .access .parking-list__item dt .ico-bus,
#nagoya .access .parking-list__item dt .ico-car,
#osaka .access .parking-list__item dt .ico-bus,
#osaka .access .parking-list__item dt .ico-car {
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
  fill: #43A77A;
}

@media screen and (max-width: 960px) {
  #nagoya .access .parking-list__item dt .ico-bus,
  #nagoya .access .parking-list__item dt .ico-car,
  #osaka .access .parking-list__item dt .ico-bus,
  #osaka .access .parking-list__item dt .ico-car {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  #nagoya .access .parking-list__item dt .ico-bus,
  #nagoya .access .parking-list__item dt .ico-car,
  #osaka .access .parking-list__item dt .ico-bus,
  #osaka .access .parking-list__item dt .ico-car {
    width: 28px;
    height: 28px;
  }
}

#nagoya .access .parking-list__item dd a,
#osaka .access .parking-list__item dd a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  #nagoya .access .parking-list__item dd a,
  #osaka .access .parking-list__item dd a {
    padding-left: 18px;
  }
}

#nagoya .access .parking-list__item dd a svg,
#osaka .access .parking-list__item dd a svg {
  fill: #43A77A;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #nagoya .access .parking-list__item dd a svg,
  #osaka .access .parking-list__item dd a svg {
    width: 14px;
    height: 14px;
  }
}

#nagoya .access .access-gmap,
#osaka .access .access-gmap {
  position: relative;
  width: calc(100% - 424px);
}

@media screen and (max-width: 960px) {
  #nagoya .access .access-gmap,
  #osaka .access .access-gmap {
    width: 100%;
  }
}

#nagoya .access .access-gmap__inner,
#nagoya .access .access-gmap iframe,
#osaka .access .access-gmap__inner,
#osaka .access .access-gmap iframe {
  position: relative;
  height: 480px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #nagoya .access .access-gmap__inner,
  #nagoya .access .access-gmap iframe,
  #osaka .access .access-gmap__inner,
  #osaka .access .access-gmap iframe {
    height: 360px;
  }
}

#nagoya .access .access-gmap .btn,
#osaka .access .access-gmap .btn {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 240px);
}

@media screen and (max-width: 768px) {
  #nagoya .access .access-gmap .btn,
  #osaka .access .access-gmap .btn {
    margin: 20px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
  }
}

#nagoya .footer-info,
#osaka .footer-info {
  width: 100%;
  max-width: none;
}

#nagoya .footer-info .footer-info-btnlist,
#osaka .footer-info .footer-info-btnlist {
  margin-inline: auto;
  max-width: 512px;
}

@media screen and (max-width: 520px) {
  #nagoya .footer-info .footer-co .footer-co-row dt,
  #osaka .footer-info .footer-co .footer-co-row dt {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  #nagoya .footer-info .footer-co .footer-co-row dd,
  #osaka .footer-info .footer-co .footer-co-row dd {
    padding: 0;
  }
}

#sendai .ex .ex-txt {
  font-size: 2rem;
  text-align: center;
}

#sendai .case .case-copy {
  margin-bottom: calc(8px * 4);
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #sendai .case .case-copy {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  #sendai .case .case-copy {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #sendai .case .case-copy {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #sendai .case .case-copy {
    font-size: 2rem;
  }
}

#sendai .case .case-unit {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#sendai .modal-content--case img {
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  #sendai .modal-content--case img {
    max-width: 350px;
  }
}

#sendai .access .access-list__item .btn a {
  padding-left: 40px;
  border-color: #E88A31;
}

#sendai .access .access-list__item .btn a::after {
  top: calc(50% - 1px);
  left: calc( 50% - 120px);
  translate: -50% 0;
  width: 24px;
  height: 26px;
  border: none;
  -webkit-mask-image: url("/wp-content/themes/bones/dist/img/icon/pdf.svg");
  mask-image: url("/wp-content/themes/bones/dist/img/icon/pdf.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #E88A31;
}

@media screen and (max-width: 768px) {
  #sendai .access .access-list__item .btn a::after {
    left: calc( 50% - 114px);
    width: 22px;
    height: 24px;
  }
}

@media screen and (max-width: 520px) {
  #sendai .access .access-list__item .btn a::after {
    left: calc( 50% - 74px);
  }
}

#sendai .access .access-list__item .btn a:hover {
  background: #E88A31;
}

#sendai .access .access-list__item .btn a:hover::after {
  background: #fff;
}

#sendai .lp-faq .faq .lp-faq-item--parking dd .btn a {
  padding-left: 40px;
  border-color: #E88A31;
}

#sendai .lp-faq .faq .lp-faq-item--parking dd .btn a::after {
  top: calc(50% - 1px);
  left: calc( 50% - 120px);
  translate: -50% 0;
  width: 24px;
  height: 26px;
  border: none;
  -webkit-mask-image: url("/wp-content/themes/bones/dist/img/icon/pdf.svg");
  mask-image: url("/wp-content/themes/bones/dist/img/icon/pdf.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #E88A31;
}

@media screen and (max-width: 768px) {
  #sendai .lp-faq .faq .lp-faq-item--parking dd .btn a::after {
    left: calc( 50% - 114px);
    width: 22px;
    height: 24px;
  }
}

@media screen and (max-width: 520px) {
  #sendai .lp-faq .faq .lp-faq-item--parking dd .btn a::after {
    left: calc( 50% - 74px);
  }
}

#sendai .lp-faq .faq .lp-faq-item--parking dd .btn a:hover {
  background: #E88A31;
}

#sendai .lp-faq .faq .lp-faq-item--parking dd .btn a:hover::after {
  background: #fff;
}

#sendai .lp-faq .faq .lp-faq-item--parking iframe {
  padding: 0 0 0 48px;
}

@media screen and (max-width: 768px) {
  #sendai .lp-faq .faq .lp-faq-item--parking iframe {
    padding: 0 0 0 40px;
  }
}

html,
body {
  background: #FAF6F3;
}

.lower-page {
  padding-bottom: 0;
}

.fc-d-yel {
  color: #E2C10D;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

.lp-navi {
  z-index: 999;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}

.lp-navi .navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: auto;
}

.lp-navi .navi-list__item {
  position: relative;
  width: 14.2%;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .lp-navi .navi-list__item a {
    font-size: 1.4rem;
  }
}

.lp-navi .navi-list__item a:hover {
  padding-bottom: 4px;
  border-bottom: 2px solid #999;
}

.lp-navi .navi-list__item:before {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 2px;
  height: 60%;
  background: #999;
}

.lp-drawer .lp-drawer-hamburger {
  display: none;
}

@media screen and (max-width: 960px) {
  .lp-drawer .lp-drawer-hamburger {
    display: block;
    top: initial;
    right: 48px;
    bottom: 147px;
  }
  .lp-drawer .lp-drawer-hamburger:before {
    content: "メニュー";
    font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 768px) {
  .lp-drawer .lp-drawer-hamburger {
    top: initial;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 58px;
  }
}

.lp-drawer .lp-drawer-content {
  padding: 0;
}

.lp-drawer .lp-menu {
  margin-bottom: calc(8px * 4);
  padding: 160px 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .lp-drawer .lp-menu {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-drawer .lp-menu {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.lp-drawer .lp-menu__item {
  width: calc( 50% - 8px);
}

@media screen and (max-width: 768px) {
  .lp-drawer .lp-menu__item {
    width: 100%;
  }
}

.lp-drawer .lp-menu__item a {
  display: block;
  position: relative;
  height: 48px;
  padding: 0 0 0 16px;
  border-bottom: solid 1px #ccc;
  line-height: 48px;
}

.lp-drawer .lp-menu__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 9px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/deco.svg") center/cover no-repeat;
}

.lp-drawer .lp-drawer-switch {
  display: none;
}

.lp-drawer .lp-drawer-content .menu {
  padding-top: 16px;
}

.lp-drawer .drawer-tel .drawer-tel-info {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .lp-drawer .drawer-tel .drawer-tel-info {
    max-width: 480px;
  }
}

@media screen and (max-width: 520px) {
  .lp-drawer .drawer-tel .drawer-tel-info {
    max-width: 360px;
  }
}

.lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-ttl {
  display: block;
  margin-bottom: calc(8px * 2);
  background: #fff;
  border-radius: 4px;
  font-size: 2rem;
  color: #E88A31;
}

@media screen and (max-width: 960px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-ttl {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-ttl {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-ttl {
    font-size: 1.6rem;
    padding: 2px 4px;
  }
}

.lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num {
  margin: 0 0 4px 0;
  font-size: 4.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 520px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num {
    font-size: 3.4rem;
  }
}

.lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num .ico-tel {
  fill: #fff;
  width: 36px;
  height: 36px;
  margin-right: calc(8px * 1);
}

@media screen and (max-width: 960px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num .ico-tel {
    margin-right: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num .ico-tel {
    margin-right: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num .ico-tel {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 520px) {
  .lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-num .ico-tel {
    width: 24px;
    height: 24px;
  }
}

.lp-drawer .drawer-tel .drawer-tel-info .drawer-tel-hours {
  display: inline-block;
  font-size: 1.4rem;
  background: transparent;
  border-radius: 24px;
  color: #fff;
  padding: 0;
}

.lp-drawer .drawer-tel a {
  position: relative;
  display: block;
  padding: 16px 16px 12px;
  background: #E88A31;
  border-radius: 6px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .lp-drawer .drawer-tel a {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lp-drawer .drawer-tel a {
    border-radius: calc(6px * 0.5);
  }
}

.lp-drawer .drawer-tel a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
}

.footer-inner {
  position: relative;
  padding-top: calc(8px * 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 114px;
  text-align: center;
  z-index: 1;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .footer-inner {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .footer-inner {
    padding-top: calc((8px * 10) * 0.5);
  }
}

.footer-info {
  width: calc( 100% - 500px);
  max-width: 514px;
}

@media screen and (max-width: 960px) {
  .footer-info {
    margin-bottom: calc(8px * 6);
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .footer-info {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .footer-info {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .footer-info {
    padding: 0 20px;
  }
}

.footer-info .footer-info-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .footer-info .footer-info-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .footer-info .footer-info-unit {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info-unit {
    gap: 20px;
  }
}

.footer-info .footer-info-unit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-info .footer-info-unit .footer-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.footer-info .footer-info-unit .footer-add .footer-co-row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-info .footer-info-logo {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .footer-info .footer-info-logo {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info-logo {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.footer-info .footer-info-logo a {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .footer-info .footer-info-logo a {
    width: 90%;
  }
}

@media screen and (max-width: 520px) {
  .footer-info .footer-info-logo a {
    width: 100%;
  }
}

.footer-info .footer-co .footer-co-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info .footer-co .footer-co-row dt {
  padding-right: 12px;
  border-right: 1px solid #4A4A4A;
}

@media screen and (max-width: 520px) {
  .footer-info .footer-co .footer-co-row dt {
    border-right: 0;
  }
}

.footer-info .footer-co .footer-co-row dd {
  padding: 0 0 0 12px;
  text-align: left;
}

.footer-info .footer-co .footer-co-row dd a {
  text-decoration: underline;
}

.footer-info .footer-co .footer-co-row dd a:hover {
  text-decoration: none;
}

.footer-info .footer-add {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .footer-info .footer-add {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .footer-info .footer-add {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.footer-info .footer-info-btnlist {
  margin-bottom: calc(8px * 8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer-info .footer-info-btnlist {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info-btnlist {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.footer-info .footer-info-btnlist__item {
  height: 56px;
  width: calc(50% - 8px);
}

@media screen and (max-width: 520px) {
  .footer-info .footer-info-btnlist__item {
    width: 100%;
  }
}

.footer-info .footer-info-btnlist__item a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
}

.footer-info .footer-info-btnlist__item .ico-tel,
.footer-info .footer-info-btnlist__item .ico-mail {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
  fill: #fff;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
}

@media screen and (max-width: 520px) {
  .footer-info .footer-info-btnlist__item--tel {
    margin: 0 0 16px 0;
  }
}

.footer-info .footer-info-btnlist__item--tel a {
  background: #E88A31;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}

.footer-info .footer-info-btnlist__item--mail a {
  background: #43A77A;
  border: solid 2px #43A77A;
  font-size: 2rem;
}

.footer-info .footer-info-btnlist__item--mail a:hover {
  background: #fff;
  color: #43A77A;
}

.footer-info .footer-info-btnlist__item--mail a:hover .ico-mail {
  fill: #43A77A;
}

.copy {
  background: #43A77A;
}

.lp-fixed-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
  position: fixed;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr {
    width: 100%;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-top: 3px solid #FAF6F3;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.8rem;
  height: 104px;
  width: 420px;
  background: #E88A31;
  border-radius: 6px 6px 0 0;
  position: relative;
  padding-top: 24px;
  margin-right: 8px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel {
    width: calc(50% - 29px);
    height: 58px;
    border-radius: 0;
    margin-right: 0;
    border-left: 3px solid #FAF6F3;
    padding-top: 0;
    font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel:before {
  content: "【受付時間】9:00〜17:30　【休み】日曜";
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: pre;
  font-size: 1.6rem;
  font-weight: bold;
  color: #E88A31;
  text-align: center;
  line-height: 1.2;
  background: #fff;
  border-radius: 4px;
  border: 3px solid #E88A31;
  padding: 8px;
  width: calc(100% - 40px);
  font-family: "Montserrat", "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel:before {
    content: "9:00〜17:30受付\A日曜休み";
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: 2;
    white-space: pre;
    border: 1px solid #E88A31;
    padding: 8px;
    width: calc(100% - 16px);
    font-size: 1.2rem;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel:after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel .lp-footer-panel {
  text-align: center;
  z-index: 1;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel .lp-footer-panel .tel-pc {
    display: none;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel .lp-footer-panel .tel-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel .lp-footer-panel .tel-sp {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel .ico-tel {
  margin: 0 8px 0 0;
  width: 36px;
  height: 36px;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-tel .ico-tel {
    width: 16px;
    height: 16px;
    translate: 0 3px;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 104px;
  width: 160px;
  background: #43A77A;
  border-radius: 6px 0 0;
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail {
    border-radius: 0;
    width: calc(50% - 29px);
    height: 58px;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    padding-top: 0;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail a {
  color: #fff;
  font-weight: bold;
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail:before {
  content: "24時間受付中";
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: pre;
  font-size: 1.6rem;
  font-weight: bold;
  color: #43A77A;
  text-align: center;
  line-height: 1.2;
  background: #fff;
  border-radius: 4px;
  border: 3px solid #43A77A;
  padding: 8px;
  width: calc(100% - 16px);
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail:before {
    content: "24時間365日\A受付中";
    white-space: pre;
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: 2;
    white-space: pre;
    border: 1px solid #43A77A;
    padding: 8px;
    width: calc(100% - 16px);
    font-size: 1.2rem;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail:after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .lp-footer-panel-mail {
  text-align: center;
  line-height: 1;
  width: 100%;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .lp-footer-panel-mail .mail-pc {
    display: none;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .lp-footer-panel-mail .mail-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .lp-footer-panel-mail .mail-sp {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .ico-mail {
  width: 36px;
  height: 36px;
  fill: #fff;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .ico-mail {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    translate: 0 2px;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .mail-txt {
  font-size: 1.4rem;
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .mail-txt {
    display: inline-block;
  }
}

.lp-fixed-bnr .lp-fixed-btnlist .lp-footer-mail .mail-txt em {
  font-size: 2rem;
}

.lp-fixed-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
  position: fixed;
  right: 48px;
  bottom: 147px;
}

.lp-fixed-pagetop .pagetop {
  position: initial;
  padding: 16px 14px;
  margin: 16px 0 0 auto;
  width: 64px;
  height: 64px;
  background: #d5c2b5;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .lp-fixed-pagetop {
    display: none;
  }
}

.lp-fixed-pagetop-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp-fixed-pagetop-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    position: fixed;
    right: 0;
    bottom: 0;
  }
  .lp-fixed-pagetop-sp .pagetop {
    padding: 16px 14px;
    margin: 16px 0 0 auto;
    width: 58px;
    height: 58px;
    background: rgba(170, 170, 170, 0.9);
    cursor: pointer;
  }
}

.lp-headline {
  position: relative;
  margin-bottom: calc(8px * 6);
  padding-left: 42px;
}

@media screen and (max-width: 960px) {
  .lp-headline {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-headline {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .lp-headline {
    padding-left: 32px;
  }
}

.lp-headline::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 26px;
  height: 42px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/headline-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .lp-headline::before {
    width: 20px;
    height: 32px;
  }
}

.lp-headline__main {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .lp-headline__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-headline__main {
    font-size: 2.8rem;
  }
}

.lp-headline__sub {
  color: #43A77A;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

.lp-ttl-l {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-left: 48px;
  border-bottom: 2px solid #43A77A;
  color: #43A77A;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .lp-ttl-l {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-ttl-l {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .lp-ttl-l {
    font-size: 2rem;
  }
}

.lp-ttl-l::before {
  position: absolute;
  bottom: 0;
  left: 8px;
  content: "";
  width: 27px;
  height: 32px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/ttl-deco.svg") center/contain no-repeat;
}

.btn a {
  max-width: 400px;
  border: solid 3px #E2C10D;
  border-radius: 64px;
}

.btn a::before {
  display: none;
}

.btn a::after {
  right: 32px;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #E2C10D;
}

.btn a:hover {
  background: #E2C10D;
}

.btn a:hover::after {
  border-color: transparent transparent transparent #fff;
}

.list__item::before {
  background-image: url("/wp-content/themes/bones/dist/img/common-lp-b/deco.svg");
}

@media screen and (max-width: 960px) {
  .more-content {
    margin-top: 8px;
  }
}

.more-content.is-hide {
  overflow: hidden;
  height: 0;
  margin-top: 0;
}

.more-content .publish-list--more {
  border-top: 1px solid #eee;
}

.more-link {
  position: absolute;
  bottom: -48px;
  left: calc(50% - 100px);
  z-index: 1;
  font-size: 1.8rem;
  font-weight: bold;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/qa-btn-bg.svg") center/cover no-repeat;
  width: 240px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .more-link {
    bottom: -40px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .more-link {
    bottom: -36px;
    height: 36px;
    line-height: 36px;
    width: 180px;
  }
}

.more-link::before {
  position: absolute;
  left: calc(50% + 16px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: 'もっと見る';
}

.more-link.is-show::before {
  content: '閉じる';
}

.more-link::after {
  content: '+';
  display: block;
  position: absolute;
  top: calc(50% - 19px);
  left: 62px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #43A77A;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .more-link::after {
    left: 48px;
  }
}

@media screen and (max-width: 768px) {
  .more-link::after {
    left: 40px;
    top: calc(50% - 15px);
    font-size: 2.6rem;
  }
}

.more-link.is-show::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 62px;
  width: 18px;
  height: 4px;
  background: #43A77A;
}

@media screen and (max-width: 960px) {
  .more-link.is-show::after {
    left: 48px;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .more-link.is-show::after {
    left: 40px;
  }
}

.trial-info {
  position: relative;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/trial-bg.jpg") center/cover no-repeat #fff;
}

.trial-info::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(255, 255, 255, 0.7)), color-stop(#fff), color-stop(80%, rgba(255, 255, 255, 0.7)), to(transparent));
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.7) 20%, #fff, rgba(255, 255, 255, 0.7) 80%, transparent);
}

@media screen and (max-width: 520px) {
  .trial-info .info-frame {
    translate: 0 -4px;
  }
}

.trial-info .info-frame:last-of-type {
  translate: 0px 8px;
  scale: -1 -1;
}

.trial-info .trial-info-inner {
  padding: 40px 0;
}

@media screen and (max-width: 960px) {
  .trial-info .trial-info-inner {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .trial-info .trial-info-inner {
    padding: 20px 0;
  }
}

.trial-info .trial-info-inner::before, .trial-info .trial-info-inner::after {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/trial-texture.png") no-repeat;
  background-size: cover;
  width: 640px;
  height: 53px;
}

@media screen and (max-width: 1040px) {
  .trial-info .trial-info-inner::before, .trial-info .trial-info-inner::after {
    display: none;
  }
}

.trial-info .trial-info-inner::before {
  top: 0;
  right: 0;
  background-position: right;
}

.trial-info .trial-info-inner::after {
  bottom: 0;
  left: 0;
  z-index: 1;
  scale: -1 -1;
  background-position: left;
}

.trial-info .trial-info-unit {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.trial-info .trial-ttl {
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .trial-info .trial-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .trial-info .trial-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .trial-info .trial-ttl {
    font-size: 2rem;
  }
}

.trial-info .trial-ttl em {
  font-size: 4rem;
  color: #43A77A;
}

@media screen and (max-width: 960px) {
  .trial-info .trial-ttl em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .trial-info .trial-ttl em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 520px) {
  .trial-info .trial-ttl em {
    font-size: 2.4rem;
  }
}

.trial-info .trial-ttl small {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .trial-info .trial-ttl small {
    font-size: 1.6rem;
  }
}

.trial-info .trial-hotline .trial-tel-col {
  margin: 0 0 8px;
}

.trial-info .trial-hotline .trial-tel-col a {
  position: relative;
  display: block;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-tel-col a {
    padding: 16px;
    max-width: 480px;
    background: #E88A31;
    border-radius: 6px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (max-width: 960px) {
  .trial-info .trial-hotline .trial-tel-col a {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 768px) and (max-width: 520px) {
  .trial-info .trial-hotline .trial-tel-col a {
    border-radius: calc(6px * 0.5);
  }
}

.trial-info .trial-hotline .trial-tel-col a:after {
  display: none;
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-tel-col a:after {
    display: block;
  }
}

.trial-info .trial-hotline .trial-tel-col a .trial-tel {
  position: relative;
  margin-bottom: 4px;
  color: #E88A31;
  font-size: 6.0rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-tel {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-tel {
    color: #fff;
    font-size: 3.2rem;
  }
}

.trial-info .trial-hotline .trial-tel-col a .trial-tel .ico-tel {
  display: inline-block;
  margin-right: 8px;
  width: 38px;
  height: 38px;
  fill: #E88A31;
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-tel .ico-tel {
    width: 22px;
    height: 22px;
    fill: #fff;
  }
}

.trial-info .trial-hotline .trial-tel-col a .trial-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-date {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-date {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-date {
    gap: 20px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-date {
    font-size: 1.4rem;
  }
}

.trial-info .trial-hotline .trial-tel-col a .trial-date__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trial-info .trial-hotline .trial-tel-col a .trial-date__item dt {
  position: relative;
  padding-right: 20px;
}

.trial-info .trial-hotline .trial-tel-col a .trial-date__item dt::after {
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  content: "";
  width: 5px;
  height: 9px;
  background: #43A77A;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-tel-col a .trial-date__item dt::after {
    background: #fff;
  }
}

.trial-info .trial-hotline .trial-mail {
  position: relative;
  margin: 0 auto;
}

.trial-info .trial-hotline .trial-mail a {
  position: relative;
  background: #57B38A;
  border: #57B38A solid 3px;
  border-radius: 6px;
  display: block;
  padding: 12px 40px;
  margin: 0 auto;
  max-width: 532px;
  width: 100%;
  -webkit-transition: .15s ease-in;
  transition: .15s ease-in;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .trial-info .trial-hotline .trial-mail a {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .trial-info .trial-hotline .trial-mail a {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-mail a {
    max-width: 480px;
    padding: 16px;
  }
}

@media screen and (max-width: 520px) {
  .trial-info .trial-hotline .trial-mail a {
    max-width: 100%;
    padding: 16px 8px;
  }
}

.trial-info .trial-hotline .trial-mail a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-mail a:after {
    bottom: 5px;
    right: 4px;
    width: 12px;
    height: 12px;
  }
}

.trial-info .trial-hotline .trial-mail a .ico-mail {
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  width: 34px;
  height: 36px;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-mail a .ico-mail {
    left: 16px;
    width: 24px;
  }
}

@media screen and (max-width: 520px) {
  .trial-info .trial-hotline .trial-mail a .ico-mail {
    width: 20px;
  }
}

.trial-info .trial-hotline .trial-mail a .trial-mail-dtl {
  padding-left: 48px;
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-mail a .trial-mail-dtl {
    padding-left: 36px;
  }
}

.trial-info .trial-hotline .trial-mail a .trial-mail-dtl__ttl {
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .trial-info .trial-hotline .trial-mail a .trial-mail-dtl__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .trial-info .trial-hotline .trial-mail a .trial-mail-dtl__ttl {
    font-size: 1.6rem;
  }
}

.trial-info .trial-hotline .trial-mail a .trial-mail-dtl__txt {
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 520px) {
  .trial-info .trial-hotline .trial-mail a .trial-mail-dtl__txt {
    font-size: 1.4rem;
  }
}

.trial-info .trial-hotline .trial-mail a:hover {
  -webkit-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  background: #fff;
}

.trial-info .trial-hotline .trial-mail a:hover .ico-mail {
  fill: #57B38A;
}

.trial-info .trial-hotline .trial-mail a:hover .trial-mail-dtl__ttl, .trial-info .trial-hotline .trial-mail a:hover .trial-mail-dtl__txt {
  color: #57B38A;
}

.trial-info .trial-hotline .trial-mail a:hover::after {
  background: #57B38A;
}

.mv {
  position: relative;
}

@media screen and (max-width: 960px) {
  .mv {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    height: 480px;
  }
}

@media screen and (max-width: 520px) {
  .mv {
    height: 420px;
  }
}

.mv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1188px;
  height: 180px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/mv-deco-upper.svg") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .mv::before {
    width: 858px;
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .mv::before {
    width: 660px;
    height: 100px;
  }
}

@media screen and (max-width: 520px) {
  .mv::before {
    width: 400px;
    height: 60px;
  }
}

.mv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 624px;
  height: 300px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/mv-deco-bottom.svg") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .mv::after {
    width: 480px;
    height: 230px;
  }
}

@media screen and (max-width: 768px) {
  .mv::after {
    width: 380px;
    height: 182px;
  }
}

@media screen and (max-width: 520px) {
  .mv::after {
    width: 250px;
    height: 120px;
  }
}

.mv .mv-img {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .mv .mv-img {
    height: 100%;
  }
}

.mv .mv-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mv .mv-img img {
    -o-object-position: 65% 50%;
    object-position: 65% 50%;
  }
}

.mv .mv-catch {
  position: absolute;
  top: 50%;
  left: calc( 50% - 220px);
  z-index: 1;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media screen and (max-width: 1280px) {
  .mv .mv-catch {
    left: 40px;
    translate: 0 -50%;
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-catch {
    left: calc(50% - 120px);
    translate: -50% -50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-catch {
    left: 32px;
    translate: 0 -50%;
  }
}

.mv .mv-catch__txt .mv-catch-logo {
  position: relative;
  width: 100%;
  max-width: 310px;
}

@media screen and (max-width: 1280px) {
  .mv .mv-catch__txt .mv-catch-logo {
    max-width: 280px;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-catch__txt .mv-catch-logo {
    max-width: 250px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-catch__txt .mv-catch-logo {
    margin-bottom: 4px;
    max-width: 180px;
  }
}

.mv .mv-catch__txt .mv-catch-ttl {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 7.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .mv .mv-catch__txt .mv-catch-ttl {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-catch__txt .mv-catch-ttl {
    font-size: 4.8rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-catch__txt .mv-catch-ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-catch__txt .mv-catch-ttl {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

.mv .mv-catch__txt .mv-catch-ttl em {
  color: #43A77A;
}

@media screen and (max-width: 960px) {
  .mv .mv-catch__txt .mv-catch-ttl .catch-br {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-catch__txt .mv-catch-ttl .catch-br {
    display: block;
  }
}

.mv .mv-catch__figure {
  width: 268px;
}

@media screen and (max-width: 960px) {
  .mv .mv-catch__figure {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-catch__figure {
    width: 180px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-catch__figure {
    width: 150px;
  }
}

.mv .mv-scroll {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 3;
}

@media screen and (max-width: 960px) {
  .mv .mv-scroll {
    display: none;
  }
}

.mv .mv-scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43A77A;
  -webkit-animation: circlemove 1.6s ease-in-out infinite,cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite,cirlemovehide 1.6s ease-out infinite;
}

.mv .mv-scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 32px;
  background: #43A77A;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 28px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 28px;
  }
  100% {
    bottom: -5px;
  }
}

@-webkit-keyframes circlemove-sp {
  0% {
    bottom: 18px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove-sp {
  0% {
    bottom: 18px;
  }
  100% {
    bottom: -5px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.mv .mv-scroll span {
  position: absolute;
  bottom: 10px;
  left: -22px;
  display: block;
  width: 100%;
  height: 52px;
  color: #43A77A;
  font-size: 1.6rem;
}

.mv .mv-scroll span:after {
  content: "";
  top: 28px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #43A77A;
  -webkit-animation: wheel-tb 1.5s;
  animation: wheel-tb 1.5s;
}

.facility {
  position: relative;
  margin-bottom: calc(8px * 10);
  padding-top: calc(8px * 13);
}

@media screen and (max-width: 960px) {
  .facility {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .facility {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .facility {
    padding-top: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .facility {
    padding-top: calc((8px * 13) * 0.5);
  }
}

.facility::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/facility-texture.png") center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .facility::before {
    height: 80px;
  }
}

.facility .facility-inner {
  position: relative;
  z-index: 1;
}

.facility .facility-inner::before, .facility .facility-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 720px;
  height: 113px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/facility-line-half.svg") center/contain no-repeat;
}

@media screen and (max-width: 1400px) {
  .facility .facility-inner::before {
    width: 100%;
    background-image: url("/wp-content/themes/bones/dist/img/common-lp-b/facility-line.svg");
    background-size: cover;
  }
}

@media screen and (max-width: 960px) {
  .facility .facility-inner::before {
    background-size: contain;
  }
}

.facility .facility-inner::after {
  left: auto;
  right: 0;
  scale: -1 -1;
}

@media screen and (max-width: 1400px) {
  .facility .facility-inner::after {
    display: none;
  }
}

.facility .facility-headline {
  text-align: center;
  margin-bottom: calc(8px * 5);
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .facility .facility-headline {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-headline {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .facility .facility-headline {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-headline {
    font-size: 2.8rem;
  }
}

.facility .facility-headline em {
  color: #43A77A;
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
  -webkit-text-emphasis-color: #E2C10D;
  text-emphasis-color: #E2C10D;
}

.facility .facility-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 1280px) {
  .facility .facility-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .facility .facility-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.facility .facility-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  max-width: 530px;
  height: 306px;
}

@media screen and (max-width: 1280px) {
  .facility .facility-list {
    max-width: 470px;
  }
}

@media screen and (max-width: 960px) {
  .facility .facility-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 530px;
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr;
    height: auto;
  }
}

.facility .facility-list__item {
  position: relative;
}

.facility .facility-list__item img {
  aspect-ratio: 1.8 / 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .facility .facility-list__item img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .facility .facility-list__item img {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-list__item img {
    aspect-ratio: 3 / 2;
  }
}

.facility .facility-list__item:nth-of-type(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

@media screen and (max-width: 768px) {
  .facility .facility-list__item:nth-of-type(1) {
    grid-row: 1 / 2;
  }
}

.facility .facility-list__item:nth-of-type(3) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

@media screen and (max-width: 768px) {
  .facility .facility-list__item:nth-of-type(3) {
    grid-column: 2 / 3;
  }
}

.facility .facility-list .facility-name {
  position: absolute;
  top: 10px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc( 100% - 12px);
  padding: 8px 4px;
  background: #fff;
  border-radius: 4px;
  color: #43A77A;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .facility .facility-list .facility-name {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .facility .facility-list .facility-name {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-list .facility-name {
    top: 5px;
    left: 5px;
    padding: 4px;
    font-size: 1.2rem;
  }
}

.facility .facility-list .facility-name::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  translate: -50% 0;
  width: 8px;
  height: 5px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 960px) {
  .facility .facility-movie {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-movie {
    width: 100%;
  }
}

.facility .facility-movie iframe {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .facility .facility-movie iframe {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .facility .facility-movie iframe {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .facility .facility-movie iframe {
    width: 396px;
  }
}

@media screen and (max-width: 960px) {
  .facility .facility-movie iframe {
    width: 530px;
    height: auto;
    aspect-ratio: 3/2;
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-movie iframe {
    max-width: 530px;
    width: 100%;
    display: block;
    margin: auto;
  }
}

.advantage {
  counter-reset: advantage-num;
}

.advantage .advantage-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 40px;
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .advantage .advantage-content {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .advantage .advantage-content {
    gap: 48px;
    padding-top: 35px;
  }
}

.advantage .advantage-content__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #fff;
  background-image: linear-gradient(to right, #E2C10D 3px, transparent 3px), linear-gradient(to bottom, #E2C10D 3px, transparent 3px), linear-gradient(to left, #E2C10D 3px, transparent 3px), linear-gradient(to top, #E2C10D 3px, transparent 3px);
  background-size: 6px 3px,3px 6px,6px 3px,3px 6px;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position: left top,right top,right bottom,left bottom;
  border-radius: 0 6px 6px 6px;
}

@media screen and (max-width: 960px) {
  .advantage .advantage-content__item {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .advantage .advantage-content__item {
    gap: 16px;
    padding: 16px;
  }
}

.advantage .advantage-content__item .advantage-point {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 0 28px;
  background: #F2DC6D;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .advantage .advantage-content__item .advantage-point {
    top: -35px;
    padding: 0 20px;
    border-radius: 3px 3px 0 0;
    font-size: 1.6rem;
  }
}

.advantage .advantage-content__item .advantage-point::after {
  counter-increment: advantage-num;
  content: counter(advantage-num, decimal-leading-zero);
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .advantage .advantage-content__item .advantage-point::after {
    font-size: 2.2rem;
  }
}

.advantage .advantage-content__item .advantage-img {
  width: 100%;
  max-width: 157px;
}

@media screen and (max-width: 520px) {
  .advantage .advantage-content__item .advantage-img {
    width: calc(100% - 212px);
  }
}

.advantage .advantage-content__item .advantage-txt {
  width: calc( 100% - 181px);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .advantage .advantage-content__item .advantage-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .advantage .advantage-content__item .advantage-txt {
    width: 196px;
    font-size: 1.6rem;
  }
}

.advantage .advantage-content__item .advantage-txt em {
  display: inline-block;
  padding-bottom: 4px;
  color: #43A77A;
  font-size: 4rem;
}

@media screen and (max-width: 1280px) {
  .advantage .advantage-content__item .advantage-txt em {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .advantage .advantage-content__item .advantage-txt em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .advantage .advantage-content__item .advantage-txt em {
    font-size: 2.4rem;
  }
}

.comparison {
  padding-top: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .comparison {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .comparison {
    padding-top: calc((8px * 10) * 0.5);
  }
}

.comparison .tbl {
  padding-top: 40px;
}

.comparison .tbl table thead tr th {
  position: relative;
}

.comparison .tbl table thead tr th:not(:first-of-type) {
  background: #d5c2b5;
  border-right: 3px solid #FAF6F3;
  color: #fff;
}

.comparison .tbl table thead tr th:nth-of-type(2) {
  background: #43A77A;
  border-style: solid;
  border-width: 0 5px;
  border-color: #E88A31;
}

.comparison .tbl table thead tr th:nth-of-type(2)::before {
  position: absolute;
  top: -40px;
  left: -5px;
  content: "";
  width: calc( 100% + 10px);
  height: 40px;
  background: #43A77A;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #E88A31;
}

.comparison .tbl table thead tr th:last-of-type {
  border-radius: 0 6px 0 0;
}

.comparison .tbl table thead tr th .logo {
  position: absolute;
  top: calc( 50% - 20px);
  left: 50%;
  translate: -50% -50%;
  margin-inline: auto;
  width: 100%;
  max-width: 280px;
}

.comparison .tbl table tbody tr:first-of-type th {
  border-radius: 6px 0 0;
}

.comparison .tbl table tbody tr:first-of-type td img {
  margin-inline: auto;
  max-width: 182px;
}

.comparison .tbl table tbody tr:last-of-type th {
  border-radius: 0 0 0 6px;
}

.comparison .tbl table tbody tr:last-of-type td {
  text-align: left;
  vertical-align: initial;
}

.comparison .tbl table tbody tr:last-of-type td:first-of-type {
  border-width: 0 5px 5px 5px;
}

.comparison .tbl table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 6px 0;
}

.comparison .tbl table tbody tr:not(:last-of-type) {
  border-bottom: solid 3px #FAF6F3;
}

.comparison .tbl table tbody tr th,
.comparison .tbl table tbody tr td {
  background: #fff;
}

.comparison .tbl table tbody tr th::before {
  display: none;
}

.comparison .tbl table tbody tr th {
  width: 156px;
  border-color: #FAF6F3;
  border-width: 3px;
}

.comparison .tbl table tbody tr th .logo {
  margin-inline: auto;
  max-width: 150px;
}

.comparison .tbl table tbody tr td:not(:last-of-type) {
  border-width: 0 3px 0 0;
  border-color: #FAF6F3;
}

.comparison .tbl table tbody tr td:first-of-type {
  width: 355px;
  border-style: solid;
  border-width: 0 5px;
  border-color: #E88A31;
}

@media screen and (max-width: 1280px) {
  .comparison .tbl table tbody tr td:first-of-type {
    width: 318px;
  }
}

.comparison .tbl table tbody tr td .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.comparison .tbl table tbody tr td .normal-txt {
  position: relative;
  padding-bottom: 68px;
}

.comparison .tbl table tbody tr td .normal-txt::before {
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 36px;
  height: 24px;
  background: #E88A31;
}

.comparison .tbl table tbody tr td .normal-txt::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  content: "";
  width: 88px;
  height: 26px;
  background: #E88A31;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.comparison .tbl table tbody tr td .special-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.comparison .tbl table tbody tr td .special-txt .price {
  font-size: 2.6rem;
}

.comparison .tbl table tbody tr td .special-txt .price em {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
}

.comparison .comparison-box {
  position: relative;
  margin-inline: auto;
  margin-bottom: calc(8px * 5);
  padding: 40px 0;
  max-width: 1080px;
  background: url("/wp-content/themes/bones/dist/img/lp-b/sendai/comparison-img.png") center/cover no-repeat #fff;
  background-position: right;
  border: solid 3px #e6e6e6;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .comparison .comparison-box {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .comparison .comparison-box {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .comparison .comparison-box {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .comparison .comparison-box {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .comparison .comparison-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    gap: 16px;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .comparison .comparison-box {
    padding: 20px;
    gap: 8px;
  }
}

.comparison .comparison-box::before, .comparison .comparison-box::after {
  position: absolute;
  left: 240px;
  content: "";
  aspect-ratio: 1/cos(30deg);
  width: 40px;
}

@media screen and (max-width: 960px) {
  .comparison .comparison-box::before, .comparison .comparison-box::after {
    display: none;
  }
}

.comparison .comparison-box::before {
  top: -36px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b)* cos(30deg)) calc(100% - var(--b) / 2), calc(100% - var(--b)* cos(30deg)) calc(100% - var(--b) / 2), 50% var(--b));
  background: #e6e6e6;
  --b: 6px;
}

.comparison .comparison-box::after {
  top: -30px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
}

.comparison .comparison-box__txt {
  width: calc( 100% - 383px);
  padding: 0 0 0 48px;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media screen and (max-width: 1280px) {
  .comparison .comparison-box__txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .comparison .comparison-box__txt {
    width: calc( 100% - 296px);
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .comparison .comparison-box__txt {
    width: 100%;
    font-size: 1.6rem;
  }
}

.comparison .comparison-box__vsl {
  width: 280px;
}

.modal {
  display: block;
}

.modal .modal-switch {
  display: none;
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #4A4A4A;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.modal-switch:checked ~ .modal-overlay {
  opacity: 0.3;
  visibility: visible;
}

.modal-content {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: calc(100% - 24px);
  max-width: 900px;
  max-height: calc(100% - 80px);
  padding: 40px 12px 12px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s,  -webkit-transform 0s;
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal .modal-close {
    right: 20px;
    font-size: 2.8rem;
    line-height: 28px;
  }
}

.modal .modal-close:hover {
  opacity: 0.8;
}

.comparison-tbl {
  position: relative;
}

.comparison-tbl .vsl-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 36px;
  padding: 0 36px 0 16px;
  background: #E88A31;
  border: solid 2px #E88A31;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.comparison-tbl .vsl-zoom::before {
  position: absolute;
  top: calc( 50% + 6px);
  right: 8px;
  translate: 0 -50%;
  content: "";
  width: 24px;
  height: 26px;
  background: url("/wp-content/themes/bones/dist/img/icon/tap.svg") center/cover no-repeat;
}

.comparison-tbl:hover .vsl-zoom {
  background: #fff;
  color: #E88A31;
}

.recommend {
  padding-top: calc(8px * 10);
  padding-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .recommend {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .recommend {
    padding-top: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .recommend {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .recommend {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

.recommend .recommend-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .recommend .recommend-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit {
    grid-template-columns: initial;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommend .recommend-unit {
    gap: 16px;
  }
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card {
    display: grid;
    grid-template-columns: 40% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recommend .recommend-unit .recommend-card {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}

.recommend .recommend-unit .recommend-card .recommend-vsl {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card .recommend-vsl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .recommend .recommend-unit .recommend-card .recommend-vsl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card .recommend-vsl {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .recommend .recommend-unit .recommend-card .recommend-vsl {
    height: 100%;
  }
}

.recommend .recommend-unit .recommend-card .recommend-vsl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card .recommend-vsl img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .recommend .recommend-unit .recommend-card .recommend-vsl img {
    border-radius: calc(6px * 0.5);
  }
}

.recommend .recommend-unit .recommend-card .recommend-dtl__name {
  margin-bottom: calc(8px * 3);
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card .recommend-dtl__name {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .recommend .recommend-unit .recommend-card .recommend-dtl__name {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card .recommend-dtl__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .recommend .recommend-unit .recommend-card .recommend-dtl__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.6rem;
  }
}

.recommend .recommend-unit .recommend-card .recommend-dtl__name span {
  display: block;
  color: #43A77A;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card .recommend-dtl__name span {
    padding: 0 8px 0 0;
  }
}

.recommend .recommend-unit .recommend-card .recommend-dtl__txt {
  position: relative;
  padding: 18px 24px;
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
  .recommend .recommend-unit .recommend-card .recommend-dtl__txt {
    padding: 16px;
  }
}

@media screen and (max-width: 960px) {
  .recommend .recommend-unit .recommend-card .recommend-dtl__txt {
    padding: 12px;
    font-size: 1.6rem;
  }
}

.recommend .recommend-unit .recommend-card .recommend-dtl__txt::before, .recommend .recommend-unit .recommend-card .recommend-dtl__txt::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #43A77A;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.recommend .recommend-unit .recommend-card .recommend-dtl__txt::before {
  top: 0;
  left: 0;
}

.recommend .recommend-unit .recommend-card .recommend-dtl__txt::after {
  bottom: 0;
  right: 0;
  scale: -1 -1;
}

.recommend .recommend-unit .recommend-card:nth-of-type(2) .recommend-dtl__name span {
  color: #E2C10D;
}

.recommend .recommend-unit .recommend-card:nth-of-type(2) .recommend-dtl__txt::before, .recommend .recommend-unit .recommend-card:nth-of-type(2) .recommend-dtl__txt::after {
  background: #E2C10D;
}

.case {
  padding-top: calc(8px * 10);
  padding-bottom: calc(8px * 10);
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .case {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .case {
    padding-top: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .case {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .case {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .case {
    padding: 60px 0 72px 0;
  }
}

@media screen and (max-width: 768px) {
  .case {
    padding: 40px 0 48px 0;
  }
}

.case .case-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .case .case-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .case .case-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.case .case-unit .case-movie {
  width: 100%;
  max-width: 568px;
  margin-right: 32px;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 1280px) {
  .case .case-unit .case-movie {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
}

@media screen and (max-width: 960px) {
  .case .case-unit .case-movie {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 32px;
  }
}

.case .case-unit .case-movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .case .case-unit .case-movie iframe {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .case .case-unit .case-movie iframe {
    border-radius: calc(6px * 0.5);
  }
}

.case .case-unit .case-profile {
  width: calc(100% - 600px);
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .case .case-unit .case-profile {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .case .case-unit .case-profile {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .case .case-unit .case-profile {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .case .case-unit .case-profile {
    width: 100%;
  }
}

.case .case-unit .case-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .case .case-unit .case-profile__item {
    padding: 16px 0;
  }
}

.case .case-unit .case-profile__item dt {
  text-align: center;
  padding: 0 16px;
  width: 133px;
  background-image: linear-gradient(to right, #43A77A 3px, transparent 3px), linear-gradient(to bottom, #43A77A 3px, transparent 3px), linear-gradient(to left, #43A77A 3px, transparent 3px), linear-gradient(to top, #43A77A 3px, transparent 3px);
  background-size: 0,3px 6px,0,0;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position: left top,right top,right bottom,left bottom;
}

@media screen and (max-width: 768px) {
  .case .case-unit .case-profile__item dt {
    padding: 0 12px;
    width: 118px;
  }
}

.case .case-unit .case-profile__item dd {
  width: calc(100% - 133px);
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .case .case-unit .case-profile__item dd {
    width: calc(100% - 118px);
    padding: 0 12px;
  }
}

.case .case-unit .case-profile__item:nth-of-type(2n) dt {
  background-image: linear-gradient(to right, #C3D978 3px, transparent 3px), linear-gradient(to bottom, #C3D978 3px, transparent 3px), linear-gradient(to left, #C3D978 3px, transparent 3px), linear-gradient(to top, #C3D978 3px, transparent 3px);
}

.case .case-unit .case-profile__item:last-of-type {
  margin-bottom: 0;
}

.case .case-unit .case-profile__item:not(:last-of-type) {
  border-bottom: solid 3px #FAF6F3;
}

.case .thought-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  .case .thought-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .case .thought-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .case .thought-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.case .thought-unit .txt {
  width: calc(100% - 476px);
}

@media screen and (max-width: 1280px) {
  .case .thought-unit .txt {
    width: calc(100% - 416px);
  }
}

@media screen and (max-width: 960px) {
  .case .thought-unit .txt {
    width: 100%;
  }
}

.case .thought-unit .thought-movie {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 1280px) {
  .case .thought-unit .thought-movie {
    max-width: 400px;
  }
}

@media screen and (max-width: 960px) {
  .case .thought-unit .thought-movie {
    width: 100%;
    max-width: 440px;
    margin-right: auto;
  }
}

.case .thought-unit .thought-movie iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .case .thought-unit .thought-movie iframe {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .case .thought-unit .thought-movie iframe {
    border-radius: calc(6px * 0.5);
  }
}

.case .comment-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.case .comment-unit__vsl {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-right: 24px;
  border: 1px solid #eee;
}

@media screen and (max-width: 768px) {
  .case .comment-unit__vsl {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 24px;
  }
}

.case .comment-unit__dtl {
  width: calc(100% - 224px);
}

@media screen and (max-width: 768px) {
  .case .comment-unit__dtl {
    width: 100%;
  }
}

.case .comment-unit--name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
  border-radius: 4px;
  color: #43A77A;
  font-weight: bold;
  padding: 4px 8px;
}

@media screen and (max-width: 960px) {
  .case .comment-unit--name {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .case .comment-unit--name {
    border-radius: calc(4px * 0.5);
  }
}

.voice {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .voice {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.voice .voice-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  .voice .voice-unit {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-unit {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.voice .voice-unit:last-child {
  margin-bottom: 0;
}

.voice .voice-vsl {
  position: relative;
  width: 320px;
}

@media screen and (max-width: 960px) {
  .voice .voice-vsl {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 16px auto;
  }
}

.voice .voice-vsl img {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .voice .voice-vsl img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-vsl img {
    border-radius: calc(6px * 0.5);
  }
}

.voice .voice-vsl--txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 8px;
  background: #fff;
  border-radius: 4px;
  color: #43A77A;
}

@media screen and (max-width: 960px) {
  .voice .voice-vsl--txt {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-vsl--txt {
    border-radius: calc(4px * 0.5);
  }
}

.voice .voice-vsl--txt .voice-name {
  margin-right: 8px;
  padding-right: 8px;
  background-image: linear-gradient(to right, #EAE2DC 3px, transparent 3px), linear-gradient(to bottom, #EAE2DC 3px, transparent 3px), linear-gradient(to left, #EAE2DC 3px, transparent 3px), linear-gradient(to top, #EAE2DC 3px, transparent 3px);
  background-size: 0,3px 6px,0,0;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position: left top,right top,right bottom,left bottom;
  font-weight: bold;
  white-space: nowrap;
}

.voice .voice-vsl--txt .voice-profile {
  font-size: 1.2rem;
  line-height: 1.2;
}

.voice .voice-dtl {
  width: calc(100% - 352px);
}

@media screen and (max-width: 960px) {
  .voice .voice-dtl {
    width: 100%;
  }
}

.voice .voice-dtl__txt {
  position: relative;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .voice .voice-dtl__txt {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-dtl__txt {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-dtl__txt {
    padding: 16px;
  }
}

.voice .voice-dtl__txt:before, .voice .voice-dtl__txt:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(242, 220, 109, 0.4);
}

@media screen and (max-width: 768px) {
  .voice .voice-dtl__txt:before, .voice .voice-dtl__txt:after {
    width: 10px;
    height: 10px;
  }
}

.voice .voice-dtl__txt::before {
  top: 8px;
  left: 8px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.voice .voice-dtl__txt::after {
  bottom: 8px;
  right: 8px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.voice .voice-dtl__txt em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(242, 220, 109, 0.25)));
  background: linear-gradient(transparent 80%, rgba(242, 220, 109, 0.25) 80%);
  font-weight: bold;
}

.voice .voice-dtl__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: calc(8px * 2);
  line-height: 1.2;
  color: #E2C10D;
}

@media screen and (max-width: 960px) {
  .voice .voice-dtl__ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-dtl__ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .voice .voice-dtl__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-dtl__ttl {
    font-size: 1.6rem;
  }
}

.voice .voice-dtl--grn .voice-dtl__txt::before, .voice .voice-dtl--grn .voice-dtl__txt::after {
  background: rgba(67, 167, 122, 0.4);
}

.voice .voice-dtl--grn .voice-dtl__ttl {
  color: #43A77A;
}

.voice .voice-catch {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .voice .voice-catch {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-catch {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .voice .voice-catch {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-catch {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-catch {
    font-size: 1.6rem;
  }
}

.voice .voice-catch em {
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  .voice .voice-catch em {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-catch em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-catch em {
    font-size: 2rem;
  }
}

.ex {
  margin-bottom: calc(8px * 10);
  padding-top: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .ex {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .ex {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .ex {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .ex {
    padding-top: calc((8px * 10) * 0.5);
  }
}

.ex .ex-catch {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .ex .ex-catch {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .ex .ex-catch {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .ex .ex-catch {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .ex .ex-catch {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .ex .ex-catch {
    font-size: 1.6rem;
  }
}

.ex .ex-list-area {
  background: #fff;
  border-radius: 6px;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .ex .ex-list-area {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .ex .ex-list-area {
    border-radius: calc(6px * 0.5);
  }
}

.ex .ex-list-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px;
}

.ex .ex-list-area__item:not(:last-of-type) {
  border-bottom: 3px solid #FAF6F3;
}

.ex .ex-list-area__cate {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 100px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ex .ex-list-area__cate {
    max-width: 100%;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.ex .ex-list-area .ex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 100px);
  padding: 0 0 0 24px;
  background-image: linear-gradient(to right, #C3D978 3px, transparent 3px), linear-gradient(to bottom, #C3D978 3px, transparent 3px), linear-gradient(to left, #C3D978 3px, transparent 3px), linear-gradient(to top, #C3D978 3px, transparent 3px);
  background-size: 0,0,0,3px 6px;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position: left top,right top,right bottom,left bottom;
}

@media screen and (max-width: 768px) {
  .ex .ex-list-area .ex-list {
    max-width: 100%;
    width: 100%;
    padding: 8px 0 0;
    background-image: linear-gradient(to right, #C3D978 3px, transparent 3px);
    background-size: 6px 3px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}

.ex .ex-list-area .ex-list__item {
  margin: 0 20px 0 0;
}

.merit {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .merit {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .merit {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.merit .merit-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.merit .merit-dtl {
  counter-reset: numttl;
  width: calc( 100% - 432px);
}

@media screen and (max-width: 960px) {
  .merit .merit-dtl {
    margin-bottom: calc(8px * 5);
    width: 100%;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .merit .merit-dtl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .merit .merit-dtl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.merit .merit-dtl__item:not(:last-of-type) {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  .merit .merit-dtl__item:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .merit .merit-dtl__item:not(:last-of-type) {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .merit .merit-dtl__item:not(:last-of-type) {
    margin: 32px 0 56px 0;
  }
}

@media screen and (max-width: 960px) {
  .merit .merit-vsl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 960px) {
  .merit .merit-vsl__item {
    width: calc( 50% - 12px);
  }
}

@media screen and (max-width: 520px) {
  .merit .merit-vsl__item {
    width: 100%;
  }
}

.merit .merit-vsl__item:not(:last-of-type) {
  margin: 0 0 24px 0;
}

@media screen and (max-width: 960px) {
  .merit .merit-vsl__item:not(:last-of-type) {
    margin: 0;
  }
}

@media screen and (max-width: 520px) {
  .merit .merit-vsl__item:not(:last-of-type) {
    margin: 0 0 16px 0;
  }
}

.merit .merit-vsl__inner {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 960px) {
  .merit .merit-vsl__inner {
    width: 100%;
  }
}

.merit .merit-vsl__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #C92116;
  border-style: solid;
}

.merit .merit-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .merit .merit-col {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .merit .merit-col {
    gap: 8px;
    margin-top: 40px;
  }
}

.merit .merit-col__txt {
  width: calc( 100% - 332px);
}

@media screen and (max-width: 960px) {
  .merit .merit-col__txt {
    width: 100%;
  }
}

.merit .merit-col__txt dt {
  position: relative;
  margin-bottom: calc(8px * 4);
  padding: 0 0 4px 80px;
  border-bottom: 3px solid #E2C10D;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .merit .merit-col__txt dt {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .merit .merit-col__txt dt {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .merit .merit-col__txt dt {
    margin-bottom: 8px;
    padding: 8px;
    background: rgba(226, 193, 13, 0.08);
    border-top: 3px solid #E2C10D;
    border-bottom: none;
    font-size: 1.6rem;
  }
}

.merit .merit-col__txt dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/newest.svg") center/contain no-repeat;
  width: 60px;
  height: 48px;
}

@media screen and (max-width: 768px) {
  .merit .merit-col__txt dt::before {
    bottom: 100%;
    left: 3px;
    width: 40px;
    height: 32px;
  }
}

.merit .merit-col__txt dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 48px;
  background: #fff;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #E2C10D;
  border-radius: 4px 4px 0 0;
}

@media screen and (max-width: 768px) {
  .merit .merit-col__txt dt::after {
    bottom: 100%;
    width: 48px;
    height: 32px;
    padding: 0 6px;
    font-size: 2rem;
  }
}

.merit .merit-col__vsl {
  width: 300px;
}

@media screen and (max-width: 960px) {
  .merit .merit-col__vsl {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

.merit .merit-col__vsl .vsl-inner {
  position: relative;
  width: 300px;
}

@media screen and (max-width: 960px) {
  .merit .merit-col__vsl .vsl-inner {
    width: 100%;
  }
}

.merit .merit-col__vsl .vsl-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #43A77A;
  border-style: solid;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .merit .merit-col__vsl .vsl-inner::before {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .merit .merit-col__vsl .vsl-inner::before {
    border-radius: calc(6px * 0.5);
  }
}

.merit .merit-col__vsl .vsl-inner img {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .merit .merit-col__vsl .vsl-inner img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .merit .merit-col__vsl .vsl-inner img {
    border-radius: calc(6px * 0.5);
  }
}

.merit .merit-col:nth-child(4) .merit-col__txt dt::before {
  background-image: url("/wp-content/themes/bones/dist/img/common-lp-b/experience.svg");
}

.merit .merit-col:nth-child(5) .merit-col__txt dt::before {
  background-image: url("/wp-content/themes/bones/dist/img/common-lp-b/period.svg");
}

.merit .merit-col:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .merit .merit-col:not(:last-child) {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  .merit .merit-col:not(:last-child) {
    margin-bottom: 64px;
  }
}

.flow {
  counter-reset: flow-num;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .flow {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .flow {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.flow .flow-step {
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .flow .flow-step {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .flow .flow-step {
    border-radius: calc(6px * 0.5);
  }
}

.flow .flow-step__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
}

@media screen and (max-width: 960px) {
  .flow .flow-step__item {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .flow .flow-step__item {
    padding: 20px;
  }
}

.flow .flow-step__item:not(:last-of-type)::before {
  position: absolute;
  bottom: -20px;
  left: 180px;
  content: "";
  width: 40px;
  height: 20px;
  background: #43A77A;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .flow .flow-step__item:not(:last-of-type)::before {
    left: 50%;
    bottom: -10px;
    translate: -50% 0;
    width: 20px;
    height: 10px;
  }
}

.flow .flow-step__item:not(:last-of-type)::after {
  position: absolute;
  bottom: 0;
  left: -40px;
  content: "";
  width: calc( 100% + 80px);
  border-bottom: solid 3px #FAF6F3;
}

@media screen and (max-width: 960px) {
  .flow .flow-step__item:not(:last-of-type)::after {
    left: -30px;
    width: calc( 100% + 60px);
  }
}

@media screen and (max-width: 960px) {
  .flow .flow-step__item:not(:last-of-type)::after {
    left: -20px;
    width: calc( 100% + 40px);
  }
}

.flow .flow-step__item .flow-ttl {
  position: relative;
  padding-left: 64px;
  width: 327px;
  color: #43A77A;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .flow .flow-step__item .flow-ttl {
    width: 258px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .flow .flow-step__item .flow-ttl {
    padding-left: 40px;
    width: 100%;
  }
}

.flow .flow-step__item .flow-ttl::before {
  position: absolute;
  top: calc( 50% - 16px);
  left: 0;
  translate: 0 -50%;
  content: "STEP";
  color: #E2C10D;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow .flow-step__item .flow-ttl::before {
    top: calc(50% - 12px);
    font-size: 1.2rem;
  }
}

.flow .flow-step__item .flow-ttl::after {
  counter-increment: flow-num;
  content: counter(flow-num, decimal-leading-zero);
  position: absolute;
  top: calc( 50% + 8px);
  left: 0;
  translate: 0 -50%;
  color: #E2C10D;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .flow .flow-step__item .flow-ttl::after {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .flow .flow-step__item .flow-ttl::after {
    top: calc(50% + 5px);
    font-size: 2.4rem;
  }
}

.flow .flow-step__item .txt {
  margin-left: 24px;
  padding-left: 24px;
  width: calc( 100% - 351px);
  background-image: linear-gradient(to right, #EAE2DC 3px, transparent 3px), linear-gradient(to bottom, #EAE2DC 3px, transparent 3px), linear-gradient(to left, #EAE2DC 3px, transparent 3px), linear-gradient(to top, #EAE2DC 3px, transparent 3px);
  background-size: 0,0,0,3px 6px;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position: left top,right top,right bottom,left bottom;
}

@media screen and (max-width: 960px) {
  .flow .flow-step__item .txt {
    margin-left: 20px;
    padding-left: 20px;
    width: calc(100% - 278px);
  }
}

@media screen and (max-width: 768px) {
  .flow .flow-step__item .txt {
    margin: 12px 0 0;
    padding: 12px 0 0;
    width: 100%;
    background-image: linear-gradient(to right, #EAE2DC 3px, transparent 3px);
    background-size: 6px 3px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}

.robot {
  padding-top: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .robot {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .robot {
    padding-top: calc((8px * 10) * 0.5);
  }
}

.robot .robot-unit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 960px) {
  .robot .robot-unit {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .robot .robot-unit {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .robot .robot-unit {
    grid-template-columns: 1fr;
  }
}

.robot .robot-unit__item--vsl {
  margin-bottom: 24px;
}

.robot .robot-unit__item--dtl .lp-ttl-l {
  border-bottom: none;
  color: #4A4A4A;
  line-height: 1;
}

.robot .robot-unit .robot-vsl__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .robot .robot-unit .robot-vsl__inner {
    max-width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .robot .robot-unit .robot-vsl__inner {
    max-width: 480px;
  }
}

@media screen and (max-width: 520px) {
  .robot .robot-unit .robot-vsl__inner {
    max-width: 100%;
  }
}

.robot .robot-unit .robot-vsl__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 2px #43A77A solid;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .robot .robot-unit .robot-vsl__inner:before {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .robot .robot-unit .robot-vsl__inner:before {
    border-radius: calc(6px * 0.5);
  }
}

.robot .robot-unit .robot-vsl__inner img {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .robot .robot-unit .robot-vsl__inner img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .robot .robot-unit .robot-vsl__inner img {
    border-radius: calc(6px * 0.5);
  }
}

.comment .comment-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .comment .comment-unit {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .comment .comment-unit {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.comment .comment-unit .comment-dtl {
  width: calc(100% - 360px);
}

.comment .comment-unit .comment-dtl--rev {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-dtl {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.comment .comment-unit .comment-dtl .comment-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-dtl .comment-profile {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .comment .comment-unit .comment-dtl .comment-profile {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.comment .comment-unit .comment-dtl .comment-profile--name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-dtl .comment-profile--name {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .comment .comment-unit .comment-dtl .comment-profile--name {
    margin-right: calc((8px * 2) * 0.5);
  }
}

.comment .comment-unit .comment-dtl .comment-profile--jobtype {
  font-size: 1.6rem;
  color: #43A77A;
  font-weight: bold;
}

.comment .comment-unit .comment-dtl .comment-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 2px solid #E88A31;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-dtl .comment-headline {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .comment .comment-unit .comment-dtl .comment-headline {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.comment .comment-unit .comment-dtl .comment-headline__main {
  position: relative;
  width: 160px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px 0 20px;
  background: #E88A31;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .comment .comment-unit .comment-dtl .comment-headline__main {
    width: 120px;
    height: 24px;
    line-height: 24px;
    font-size: 1.6rem;
  }
}

.comment .comment-unit .comment-dtl .comment-headline__main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 0 12px;
  left: 100%;
  border-color: transparent transparent transparent #E88A31;
}

@media screen and (max-width: 768px) {
  .comment .comment-unit .comment-dtl .comment-headline__main::before {
    border-width: 24px 0 0 10px;
  }
}

.comment .comment-unit .comment-dtl .comment-headline--grn {
  border-bottom: 2px solid #43A77A;
}

.comment .comment-unit .comment-dtl .comment-headline--grn .comment-headline__main {
  background: #43A77A;
}

.comment .comment-unit .comment-dtl .comment-headline--grn .comment-headline__main::before {
  border-color: transparent transparent transparent #43A77A;
}

.comment .comment-unit .comment-dtl .comment-txt {
  position: relative;
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-dtl .comment-txt {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .comment .comment-unit .comment-dtl .comment-txt {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-dtl .comment-txt {
    font-size: 1.6rem;
    padding: 16px;
  }
}

.comment .comment-unit .comment-dtl .comment-txt:before, .comment .comment-unit .comment-dtl .comment-txt:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(67, 167, 122, 0.4);
}

@media screen and (max-width: 768px) {
  .comment .comment-unit .comment-dtl .comment-txt:before, .comment .comment-unit .comment-dtl .comment-txt:after {
    width: 10px;
    height: 10px;
  }
}

.comment .comment-unit .comment-dtl .comment-txt::before {
  top: 8px;
  left: 8px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.comment .comment-unit .comment-dtl .comment-txt::after {
  bottom: 8px;
  right: 8px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.comment .comment-unit .comment-vsl {
  max-width: 320px;
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-vsl {
    max-width: 480px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 24px;
  }
}

.comment .comment-unit .comment-vsl img {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .comment .comment-unit .comment-vsl img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .comment .comment-unit .comment-vsl img {
    border-radius: calc(6px * 0.5);
  }
}

.access {
  padding-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .access {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  .access .access-unit {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.access .access-dtl {
  width: calc(100% - 648px);
}

@media screen and (max-width: 1280px) {
  .access .access-dtl {
    width: calc(100% - 504px);
  }
}

@media screen and (max-width: 960px) {
  .access .access-dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
}

.access .access-dtl--ttl {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .access .access-dtl--ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-dtl--ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .access .access-dtl--ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 960px) {
  .access .access-dtl--ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .access .access-dtl--ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .access .access-dtl--ttl {
    font-size: 2rem;
  }
}

.access .access-dtl--add {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .access .access-dtl--add {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .access .access-dtl--add {
    border-radius: calc(6px * 0.5);
  }
}

.access .access-dtl--add .access-add-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 16px;
}

.access .access-dtl--add .access-add-item dt {
  text-align: center;
  margin-right: 16px;
  padding-right: 16px;
  background-image: linear-gradient(to right, #43A77A 3px, transparent 3px), linear-gradient(to bottom, #43A77A 3px, transparent 3px), linear-gradient(to left, #43A77A 3px, transparent 3px), linear-gradient(to top, #43A77A 3px, transparent 3px);
  background-size: 0,3px 6px,0,0;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position: left top,right top,right bottom,left bottom;
  width: 84px;
  font-weight: bold;
}

.access .access-dtl--add .access-add-item dd {
  width: calc( 100% - 100px);
}

.access .access-dtl--add .access-add-item:not(:last-of-type) {
  border-bottom: solid 3px #FAF6F3;
}

.access .access-vsl {
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 1280px) {
  .access .access-vsl {
    max-width: 480px;
  }
}

@media screen and (max-width: 960px) {
  .access .access-vsl {
    width: 100%;
    margin: 0 auto 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.access .access-vsl img {
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .access .access-vsl img {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .access .access-vsl img {
    border-radius: calc(6px * 0.5);
  }
}

.access .access-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.access .access-tel--no {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 16px;
  padding-bottom: calc(8px * 2);
  background-image: linear-gradient(to right, #E2D4CA 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-weight: bold;
  width: 100%;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .access .access-tel--no {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-tel--no {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .access .access-tel--no {
    font-size: 1.6rem;
  }
}

.access .access-tel--no .ico-tel {
  width: 32px;
  height: 32px;
  fill: #E88A31;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .access .access-tel--no .ico-tel {
    width: 24px;
    height: 24px;
  }
}

.access .access-tel--no a {
  font-size: 4rem;
  margin-left: 16px;
  font-family: "Montserrat", sans-serif;
  color: #E88A31;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .access .access-tel--no a {
    font-size: 3.2rem;
  }
}

.access .access-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .access .access-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.access .access-time dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 16px 0 auto;
  padding: 6px 12px;
  background: #fff;
  border-radius: 4px;
  color: #E88A31;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .access .access-time dt {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .access .access-time dt {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .access .access-time dt {
    width: 92px;
    margin: 0 8px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .access .access-time dt {
    font-size: 1.4rem;
  }
}

.access .access-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .access .access-time__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.access .access-time__item:not(:nth-of-type(2)) {
  margin-right: 40px;
}

@media screen and (max-width: 1280px) {
  .access .access-time__item:not(:nth-of-type(2)) {
    margin-right: 16px;
  }
}

@media screen and (max-width: 520px) {
  .access .access-time__item:not(:nth-of-type(2)) {
    margin-bottom: 16px;
  }
}

.access .gmap {
  position: relative;
}

.access .gmap .btn {
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.access .access-gmap {
  position: relative;
}

.access .access-gmap__inner {
  margin-bottom: calc(8px * 3);
  position: relative;
  height: 480px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .access .access-gmap__inner {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-gmap__inner {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.access .access-gmap .access-btn {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 240px);
}

.access .branch-ttll span {
  color: #43A77A;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}

.access .access-list {
  display: grid;
  gap: 24px;
  margin-inline: auto;
  margin-bottom: calc(8px * 6);
  width: 100%;
  max-width: 528px;
}

@media screen and (max-width: 960px) {
  .access .access-list {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-list {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.access .access-list__item {
  position: relative;
  z-index: 0;
  padding: calc(8px * 4);
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .access .access-list__item {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-list__item {
    padding: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .access .access-list__item {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .access .access-list__item {
    border-radius: calc(6px * 0.5);
  }
}

.access .access-list__item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  aspect-ratio: 5.17 / 1;
  width: 528px;
  background: linear-gradient(-191deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.6) 50%);
}

@media screen and (max-width: 1280px) {
  .access .access-list__item::before {
    width: 100%;
  }
}

.access .access-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .access .access-list__item dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-list__item dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .access .access-list__item dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .access .access-list__item dt {
    font-size: 1.8rem;
  }
}

.access .access-list__item dt .ico-bus,
.access .access-list__item dt .ico-car {
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
  fill: #43A77A;
}

@media screen and (max-width: 960px) {
  .access .access-list__item dt .ico-bus,
  .access .access-list__item dt .ico-car {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .access .access-list__item dt .ico-bus,
  .access .access-list__item dt .ico-car {
    width: 28px;
    height: 28px;
  }
}

.access .access-list__item dd a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .access .access-list__item dd a {
    padding-left: 18px;
  }
}

.access .access-list__item dd a svg {
  fill: #43A77A;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .access .access-list__item dd a svg {
    width: 14px;
    height: 14px;
  }
}

.access .access-gmap {
  position: relative;
}

.access .access-gmap__inner,
.access .access-gmap iframe {
  position: relative;
  height: 480px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access .access-gmap__inner,
  .access .access-gmap iframe {
    height: 360px;
  }
}

.access .access-gmap .btn {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 240px);
}

@media screen and (max-width: 768px) {
  .access .access-gmap .btn {
    margin: 20px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
  }
}

.contact {
  padding-top: calc(8px * 10);
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .contact {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .contact {
    padding-top: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .contact {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.contact .contact-form {
  margin: 0 auto 16px auto;
  max-width: 640px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .contact .contact-form {
    font-size: 1.6rem;
  }
}

.contact--link {
  color: #4A4A4A;
  text-decoration: underline;
}

.contact--link:hover {
  text-decoration: none;
}

.contact .lp-form input::-webkit-input-placeholder {
  color: #8B8B8B;
  line-height: 1.3;
}

.contact .lp-form textarea::-webkit-input-placeholder {
  color: #8B8B8B;
  line-height: 1.3;
}

.contact .lp-form .must input, .contact .lp-form .must textarea {
  background-color: rgba(232, 138, 49, 0.1);
}

.contact .lp-form .form-item dt span {
  color: #E88A31;
}

.contact .contact-pp {
  background: #fff;
}

.contact .contact-pp .ttl-l {
  padding-left: 40px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .contact .contact-pp .ttl-l {
    padding-left: 32px;
    font-size: 2rem;
  }
}

.contact .contact-pp .ttl-l::after {
  width: 27px;
  height: 32px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .contact .contact-pp .ttl-l::after {
    width: 22px;
    height: 26px;
  }
}

.contact .contact-pp .num-ttl-pp {
  padding-left: 48px;
}

@media screen and (max-width: 960px) {
  .contact .contact-pp .num-ttl-pp {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-pp .num-ttl-pp {
    padding-left: 36px;
  }
}

.contact .contact-pp .num-ttl-pp::before {
  text-align: center;
  padding: 2px 8px 0;
  background: #43A77A;
  border-radius: 2px 2px 0 0;
}

@media screen and (max-width: 768px) {
  .contact .contact-pp .num-ttl-pp::before {
    padding: 1px 7px 0;
    width: 28px;
    height: 28px;
  }
}

.contact .contact-pp .num-ttl-pp::after {
  display: none;
}

.contact .contact-pp .num-ttl-pp span {
  padding-left: 0;
}

.contact .contact-pp .num-ttl-pp span::after {
  background: #43A77A;
  height: 3px;
}

.contact .contact-pp .num-list__item {
  padding: 0 0 0 36px;
}

.contact .contact-pp .num-list__item::before {
  width: auto;
  height: auto;
  background: none;
  color: #E2C10D;
}

.lp-faq .lp-faq-ttl {
  position: relative;
  margin: 0 auto 30px;
  line-height: 1.3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .lp-faq .lp-faq-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .lp-faq-ttl {
    font-size: 2.4rem;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .lp-faq-ttl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.lp-faq .lp-faq-ttl::before, .lp-faq .lp-faq-ttl::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 21px;
  height: 3px;
  translate: -50% -50%;
  background-image: linear-gradient(to right, #C3D978 3px, transparent 3px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 768px) {
  .lp-faq .lp-faq-ttl::before, .lp-faq .lp-faq-ttl::after {
    width: 15px;
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .lp-faq-ttl::before, .lp-faq .lp-faq-ttl::after {
    display: none;
  }
}

.lp-faq .lp-faq-ttl::before {
  left: calc( 50% - 320px);
}

@media screen and (max-width: 768px) {
  .lp-faq .lp-faq-ttl::before {
    left: calc(50% - 204px);
  }
}

.lp-faq .lp-faq-ttl::after {
  left: calc(50% + 320px);
}

@media screen and (max-width: 768px) {
  .lp-faq .lp-faq-ttl::after {
    left: calc(50% + 204px);
  }
}

.lp-faq .lp-faq-ttl__inner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 668px;
}

@media screen and (max-width: 768px) {
  .lp-faq .lp-faq-ttl__inner {
    padding: 0 16px;
    max-width: 380px;
  }
}

.lp-faq .lp-faq-ttl__inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -50% -50%;
  content: "";
  width: 600px;
  height: 3px;
  background: #43A77A;
}

@media screen and (max-width: 768px) {
  .lp-faq .lp-faq-ttl__inner::before {
    width: 380px;
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .lp-faq-ttl__inner::before {
    width: 100%;
  }
}

.lp-faq .lp-faq-ttl__inner span {
  padding: 0 24px;
  background: #FAF6F3;
}

@media screen and (max-width: 768px) {
  .lp-faq .lp-faq-ttl__inner span {
    padding: 0 8px;
  }
}

.lp-faq .faq {
  position: relative;
  padding: 32px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 126px;
}

@media screen and (max-width: 960px) {
  .lp-faq .faq {
    border-radius: calc(6px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .faq {
    border-radius: calc(6px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .lp-faq .faq {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 960px) {
  .lp-faq .faq {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq {
    margin-bottom: 96px;
    padding: 24px;
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .faq {
    margin-bottom: 80px;
    padding: 16px;
  }
}

.lp-faq .faq .lp-faq-item {
  padding-bottom: calc(8px * 4);
  padding-top: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  .lp-faq .faq .lp-faq-item {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq .lp-faq-item {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .lp-faq .faq .lp-faq-item {
    padding-top: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq .lp-faq-item {
    padding-top: calc((8px * 4) * 0.5);
  }
}

.lp-faq .faq .lp-faq-item:not(:first-of-type) {
  padding-bottom: calc(8px * 4);
  border-top: 1px solid #E2D4CA;
}

@media screen and (max-width: 960px) {
  .lp-faq .faq .lp-faq-item:not(:first-of-type) {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq .lp-faq-item:not(:first-of-type) {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.lp-faq .faq .lp-faq-item:nth-child(2) {
  padding-bottom: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  .lp-faq .faq .lp-faq-item:nth-child(2) {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq .lp-faq-item:nth-child(2) {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.lp-faq .faq .lp-faq-item iframe {
  width: 100%;
  height: 430px;
}

.lp-faq .faq .lp-faq-item--parking dd {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .lp-faq .faq .lp-faq-item--parking dd {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq .lp-faq-item--parking dd {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.lp-faq .faq dt,
.lp-faq .faq dd {
  position: relative;
  padding: 0 0 0 48px;
}

@media screen and (max-width: 768px) {
  .lp-faq .faq dt,
  .lp-faq .faq dd {
    padding: 0 0 0 40px;
  }
}

.lp-faq .faq dt::before,
.lp-faq .faq dd::before {
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-faq .faq dt::before,
  .lp-faq .faq dd::before {
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 1.6rem;
  }
}

.lp-faq .faq dt {
  margin: 0 0 16px 0;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .lp-faq .faq dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq dt {
    font-size: 1.6rem;
  }
}

.lp-faq .faq dt::before {
  content: "Q";
  top: 3px;
  background: #43A77A;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .lp-faq .faq dt::before {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .faq dt::before {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .lp-faq .faq dt::before {
    top: -2px;
  }
}

.lp-faq .faq dt::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/faq-deco.svg") center/contain no-repeat;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .lp-faq .faq dt::after {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .faq dt::after {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq dt::after {
    top: -2px;
    width: 28px;
    height: 28px;
  }
}

.lp-faq .faq dd::before {
  content: "A";
  top: -4px;
  background: #E88A31;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .lp-faq .faq dd::before {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .faq dd::before {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .lp-faq .faq dd::before {
    top: -2px;
  }
}

.lp-faq .faq dd::after {
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/bones/dist/img/common-lp-b/faq-deco.svg") center/contain no-repeat;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .lp-faq .faq dd::after {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .lp-faq .faq dd::after {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .lp-faq .faq dd::after {
    top: -2px;
    width: 28px;
    height: 28px;
  }
}

/*# sourceMappingURL=../../maps/pages/lp-b.css.map */
