@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

#price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-bottom: 0;
  padding-top: 108px !important;
}
@media screen and (max-width: 1100px) {
  #price {
    padding-top: 51px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  #price {
    padding-top: calc(31px + 6vw) !important;
  }
}

.side-conversion a {
  color: #fff !important;
}

.ly_pricefv {
  padding-top: 3px;
  background-color: #f9f8f3;
}
.ly_pricefv .price-mv {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .ly_pricefv .price-mv {
    padding-block: 40px;
  }
}
.ly_pricefv .price-mv h2 {
  color: var(--main, #F09502);
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .ly_pricefv .price-mv h2 {
    font-size: 32px !important;
    margin-bottom: 16px !important;
  }
}
.ly_pricefv .price-mv h2 .u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ly_pricefv .price-mv h2 .u-sp {
    display: block;
  }
}
.ly_pricefv .price-mv .price-mv__sub-title {
  background-color: #fff;
  width: fit-content;
  margin-inline: auto;
  color: var(--main, #F09502);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding-inline: 18px;
  border-radius: 30px;
  border: 1px solid #f09502;
  margin-bottom: 12px;
}

.price-nav {
  border-radius: 16px;
  background: var(--base, #f9f8f3);
  padding-inline: 40px;
  padding-block: 30px;
}

.price-nav__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  column-gap: 47px;
  row-gap: 32px;
}
.price-nav__items .price-nav__link {
  display: grid;
  grid-template-columns: 1fr 26px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--black, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.3px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E4E4E4;
}
.price-nav__items .price-nav__link .price-nav__link_txt {
  display: block;
  text-align: left;
}
.price-nav__items .price-nav__link .el_price-icon {
  display: grid;
  grid-template-columns: 9px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #f09502;
  border-radius: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #fff;
}

.price-tabs__inner {
  position: relative;
  z-index: 0;
}

.price-top {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 80px;
}

.price__inner {
  padding-inline: 20px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .price__inner {
    max-width: 960px;
    padding-inline: 30px;
    margin: 0 auto;
  }
}

.price-title {
  color: var(--main, #f09502);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .price-title {
    font-size: 26px !important;
  }
}

.price-plan-text {
  margin-top: 30px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .price-plan-text {
    font-size: 16px;
  }
}

.price-tabs {
  margin-top: 30px;
}

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

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.bl_planTabList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  z-index: 100;
  bottom: -2px;
  gap: 4px;
}
.bl_planTabList .bl_planTabList_item {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.bl_planTabList .bl_planTabList_item_pop {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: grid;
  grid-template-columns: 8px auto;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding-block: 3px;
  width: fit-content;
  padding-inline: 6px;
  margin-inline: auto;
  margin-bottom: -3px;
  z-index: 4;
  border-radius: 100px;
  background-color: #fff;
  max-width: 70px;
  width: 100%;
  border: 2px solid #999;
}
.bl_planTabList .bl_planTabList_item_pop svg path {
  fill: #999;
}
.bl_planTabList .bl_planTabList_item_pop .el_planTabList_item_pop_txt {
  color: #999;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
}
.bl_planTabList .bl_planTabList_item_btn {
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2px;
  min-height: 78px;
  background-color: #fff;
}
.bl_planTabList .bl_planTabList_item_btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 2px);
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.bl_planTabList .bl_planTabList_item_btn .el_planTabList_item_btn_subtxt {
  display: block;
  width: 100%;
  padding-block: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bl_planTabList .bl_planTabList_item_btn .el_planTabList_item_btn_txt {
  display: block;
  padding-block: 6px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.bl_planTabList .is_active {
  height: calc(100% + 2px);
  margin-bottom: 0;
  position: relative;
}
.bl_planTabList .is_active .el_planTabList_item_btn_txt {
  padding-bottom: 8px;
}
.bl_planTabList .is_active::after {
  opacity: 1;
  transition: all 0.3s ease;
}
.bl_planTabList .is_regular .bl_planTabList_item_btn {
  border: 2px solid #999;
  border-bottom: none;
}
.bl_planTabList .is_regular .el_planTabList_item_btn_subtxt {
  background-color: #999;
}
.bl_planTabList .is_regular .el_planTabList_item_btn_txt {
  color: #999;
}
.bl_planTabList .is_regular .is_active {
  border-color: #ee7e28;
}
.bl_planTabList .is_regular .is_active .bl_planTabList_item_btn {
  border-color: #ee7e28;
}
.bl_planTabList .is_regular .is_active .el_planTabList_item_btn_subtxt {
  background-color: #ee7e28;
}
.bl_planTabList .is_regular .is_active .el_planTabList_item_btn_txt {
  color: #ee7e28;
}
.bl_planTabList .is_regular:has(.is_active) .bl_planTabList_item_pop {
  border-color: #ee7e28;
}
.bl_planTabList .is_regular:has(.is_active) .bl_planTabList_item_pop .el_planTabList_item_pop_txt {
  color: #ee7e28;
}
.bl_planTabList .is_regular:has(.is_active) .bl_planTabList_item_pop svg path {
  fill: #ee7e28;
}
.bl_planTabList .is_light .bl_planTabList_item_btn {
  border: 2px solid #999;
  border-bottom: none;
}
.bl_planTabList .is_light .el_planTabList_item_btn_subtxt {
  background-color: #999;
}
.bl_planTabList .is_light .el_planTabList_item_btn_txt {
  color: #999;
}
.bl_planTabList .is_light .is_active {
  border-color: #7aaa0d;
}
.bl_planTabList .is_light .is_active .bl_planTabList_item_btn {
  border-color: #7aaa0d;
}
.bl_planTabList .is_light .is_active .el_planTabList_item_btn_subtxt {
  background-color: #7aaa0d;
}
.bl_planTabList .is_light .is_active .el_planTabList_item_btn_txt {
  color: #7aaa0d;
}
.bl_planTabList .is_light:has(.is_active) .bl_planTabList_item_pop {
  border-color: #7aaa0d;
}
.bl_planTabList .is_light:has(.is_active) .bl_planTabList_item_pop .el_planTabList_item_pop_txt {
  color: #7aaa0d;
}
.bl_planTabList .is_light:has(.is_active) .bl_planTabList_item_pop svg path {
  fill: #7aaa0d;
}
.bl_planTabList .is_spot .bl_planTabList_item_btn {
  border: 2px solid #999;
  border-bottom: none;
}
.bl_planTabList .is_spot .el_planTabList_item_btn_subtxt {
  background-color: #999;
}
.bl_planTabList .is_spot .el_planTabList_item_btn_txt {
  color: #999;
}
.bl_planTabList .is_spot .is_active {
  border-color: #3391AB;
}
.bl_planTabList .is_spot .is_active .bl_planTabList_item_btn {
  border-color: #3391AB;
}
.bl_planTabList .is_spot .is_active .el_planTabList_item_btn_subtxt {
  background-color: #3391AB;
}
.bl_planTabList .is_spot .is_active .el_planTabList_item_btn_txt {
  color: #3391AB;
}
.bl_planTabList .is_spot:has(.is_active) .bl_planTabList_item_pop {
  border-color: #3391AB;
}
.bl_planTabList .is_spot:has(.is_active) .bl_planTabList_item_pop .el_planTabList_item_pop_txt {
  color: #3391AB;
}
.bl_planTabList .is_spot:has(.is_active) .bl_planTabList_item_pop svg path {
  fill: #3391AB;
}
.bl_planTabList .is_express .bl_planTabList_item_btn {
  border: 2px solid #999;
  border-bottom: none;
}
.bl_planTabList .is_express .el_planTabList_item_btn_subtxt {
  background-color: #999;
}
.bl_planTabList .is_express .el_planTabList_item_btn_txt {
  color: #999;
}
.bl_planTabList .is_express .is_active {
  border-color: #E15330;
}
.bl_planTabList .is_express .is_active .bl_planTabList_item_btn {
  border-color: #E15330;
}
.bl_planTabList .is_express .is_active .el_planTabList_item_btn_subtxt {
  background-color: #E15330;
}
.bl_planTabList .is_express .is_active .el_planTabList_item_btn_txt {
  color: #E15330;
}
.bl_planTabList .is_express:has(.is_active) .bl_planTabList_item_pop {
  border-color: #E15330;
}
.bl_planTabList .is_express:has(.is_active) .bl_planTabList_item_pop .el_planTabList_item_pop_txt {
  color: #E15330;
}
.bl_planTabList .is_express:has(.is_active) .bl_planTabList_item_pop svg path {
  fill: #E15330;
}

.price-tabs__item {
  border-radius: 10px 10px 0px 0px;
  border-top: 2px solid #ee7e28;
  border-right: 2px solid #ee7e28;
  border-left: 2px solid #ee7e28;
  background: #fff;
  width: 25%;
  position: relative;
}
.price-tabs__item.--2 {
  border-top: 2px solid #7aaa0d;
  border-right: 2px solid #7aaa0d;
  border-left: 2px solid #7aaa0d;
}
.price-tabs__item.--3 {
  border-top: 2px solid #3391ab;
  border-right: 2px solid #3391ab;
  border-left: 2px solid #3391ab;
}
.price-tabs__item.--4 {
  border-top: 2px solid #e15330;
  border-right: 2px solid #e15330;
  border-left: 2px solid #e15330;
}

.price-tabs__list-try {
  position: absolute;
  font-size: 10px;
  letter-spacing: -0.2px;
  line-height: 100%;
  color: #ee7e28;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #f09502;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: 6.64px;
  padding-right: 6.64px;
  display: flex;
  align-items: center;
  left: 50%;
  translate: -50%;
  top: -14px;
}
@media screen and (min-width: 768px) {
  .price-tabs__list-try {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    padding-left: 35px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 6px;
    top: -20px;
  }
}
.price-tabs__list-try.--2 {
  color: #7aaa0d;
  border: 1px solid #7aaa0d;
}

.price-tabs__list-try--icon {
  width: 9px;
  aspect-ratio: 7.72/7.29;
}
@media screen and (min-width: 768px) {
  .price-tabs__list-try--icon {
    width: 14px;
    height: 13px;
    aspect-ratio: 14/13;
  }
}

.price-tabs__list-try--text {
  white-space: nowrap;
}

.price-tabs__item-cate {
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 6px 6px 0px 0px;
}
.price-tabs__item-cate.--1 {
  background: #ee7e28;
}
.price-tabs__item-cate.--2 {
  background: #7aaa0d;
}
.price-tabs__item-cate.--3 {
  background: #3391ab;
}
.price-tabs__item-cate.--4 {
  background: #e15330;
}

.price-tabs__item-name {
  padding-block: 10.5px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 130%;
}
.price-tabs__item-name.--1 {
  color: #ee7e28;
}
.price-tabs__item-name.--2 {
  color: #7aaa0d;
}
.price-tabs__item-name.--3 {
  color: #3391ab;
}
.price-tabs__item-name.--4 {
  color: #e15330;
}

.price-tabs__contents {
  position: relative;
  z-index: 0;
}

.price-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.price-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: fit-content;
  translate: 0;
}

.price-tabs__content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline: 8px;
  border: 2px solid #ee7e28;
  border-radius: 0px 10px 10px 10px;
}
.price-tabs__content.--content1 .price-tabs__content-title {
  color: #ee7e28;
}
.price-tabs__content.--content1 .price-tabs__content-title--sub {
  color: #ee7e28;
}
.price-tabs__content.--content2 {
  border: 2px solid #7aaa0d;
  border-radius: 10px 10px 10px 10px;
}
.price-tabs__content.--content2 .price-tabs__content-title-wrap {
  border-top: 2px dashed #7aaa0d;
  border-bottom: 2px dashed #7aaa0d;
}
.price-tabs__content.--content2 .price-tabs__content-title {
  color: #7aaa0d;
}
.price-tabs__content.--content2 .price-tabs__content-title--sub {
  color: #7aaa0d;
  margin-left: -10px;
}
.price-tabs__content.--content2 .price-tabs__content-btn {
  background: #7aaa0d;
}
.price-tabs__content.--content3 {
  border: 2px solid #3391ab;
  border-radius: 10px 10px 10px 10px;
}
.price-tabs__content.--content3 .price-tabs__content-title-wrap {
  border-top: 2px dashed #3391ab;
  border-bottom: 2px dashed #3391ab;
}
.price-tabs__content.--content3 .price-tabs__content-title {
  color: #3391ab;
}
.price-tabs__content.--content3 .price-tabs__content-title--sub {
  color: #3391ab;
}
.price-tabs__content.--content3 .price-tabs__content-btn {
  background: #3391ab;
}
.price-tabs__content.--content4 {
  border: 2px solid #e15330;
  border-radius: 10px 0 10px 10px;
}
.price-tabs__content.--content4 .price-tabs__content-title-wrap {
  border-top: 2px dashed #e15330;
  border-bottom: 2px dashed #e15330;
}
.price-tabs__content.--content4 .price-tabs__content-title {
  color: #e15330;
}
.price-tabs__content.--content4 .price-tabs__content-title--sub {
  color: #e15330;
}
.price-tabs__content.--content4 .price-tabs__content-btn {
  background: #e15330;
}

.price-tabs__content-title-wrap {
  text-align: center;
  padding-block: 16px;
  position: relative;
  border-top: 2px dashed #EE7E28;
  border-bottom: 2px dashed #EE7E28;
  width: 260px;
  margin: 0 auto;
}

.price-tabs__content-title {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.52px;
}

.price-tabs__content-title--sub {
  margin-top: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
}

.price-tabs__content-text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: -0.84px;
}

.price-tabs__content-table {
  margin-top: 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}
.price-tabs__content-table tr {
  height: 68px;
}
.price-tabs__content-table th,
.price-tabs__content-table td {
  border: 1px solid var(--black-line, #e4e4e4);
  width: 50%;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
.price-tabs__content-table th span,
.price-tabs__content-table td span {
  font-size: 10px;
}
.price-tabs__content-table th {
  background: var(--black-sub, #f2f2f2);
}
.price-tabs__content-table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.price-tabs__content-table tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.price-tabs__content-table tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.price-tabs__content-table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.price-tabs__content-attention {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-align: right;
}

.price-tabs__content-btn-wrap {
  margin-top: 20px;
}

.price-tabs__content-btn {
  width: 240px;
  padding-block: 12px;
  background: #ee7e28;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #fff !important;
  border-radius: 6px;
  display: block;
  margin-inline: auto;
}

.price-table-wrap {
  margin-top: 46px;
}
.price-table-wrap table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
  border: 1px solid var(--black-line, #e4e4e4);
  border-spacing: 0;
  border-radius: 10px;
}
.price-table-wrap th,
.price-table-wrap td {
  border: 1px solid var(--black-line, #e4e4e4);
  padding-block: 13.5px;
  text-align: center;
  vertical-align: middle;
}
.price-table-wrap th.plan,
.price-table-wrap td.plan {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.34px;
  padding-inline: 6px;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 768px) and (max-width: 950px) {
  .price-table-wrap th.plan,
  .price-table-wrap td.plan {
    font-size: 14px;
  }
}
.price-table-wrap th.plan1,
.price-table-wrap td.plan1 {
  color: #f09502;
}
.price-table-wrap th.plan1 .open,
.price-table-wrap th.plan1 .close,
.price-table-wrap td.plan1 .open,
.price-table-wrap td.plan1 .close {
  background: #ee7e28;
}
.price-table-wrap th.plan1 .price-table__detail-text,
.price-table-wrap td.plan1 .price-table__detail-text {
  border-color: #f09502;
}
.price-table-wrap th.plan2,
.price-table-wrap td.plan2 {
  color: #7aaa0d;
}
.price-table-wrap th.plan2 .open,
.price-table-wrap th.plan2 .close,
.price-table-wrap td.plan2 .open,
.price-table-wrap td.plan2 .close {
  background: #7aaa0d;
}
.price-table-wrap th.plan2 .price-table__detail-text,
.price-table-wrap td.plan2 .price-table__detail-text {
  border-color: #7aaa0d;
}
.price-table-wrap th.plan3,
.price-table-wrap td.plan3 {
  color: #3391ab;
}
.price-table-wrap th.plan3 .open,
.price-table-wrap th.plan3 .close,
.price-table-wrap td.plan3 .open,
.price-table-wrap td.plan3 .close {
  background: #3391ab;
}
.price-table-wrap th.plan3 .price-table__detail-text,
.price-table-wrap td.plan3 .price-table__detail-text {
  border-color: #3391ab;
}
.price-table-wrap th.plan4,
.price-table-wrap td.plan4 {
  color: #e15330;
}
.price-table-wrap th.plan4 .open,
.price-table-wrap th.plan4 .close,
.price-table-wrap td.plan4 .open,
.price-table-wrap td.plan4 .close {
  background: #e15330;
}
.price-table-wrap th.plan4 .price-table__detail-text,
.price-table-wrap td.plan4 .price-table__detail-text {
  border-color: #e15330;
}
.price-table-wrap td {
  width: 19.44%;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
.price-table-wrap td span {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 950px) {
  .price-table-wrap td {
    width: 20.5%;
  }
}
.price-table-wrap .th-1 {
  padding-block: 13.5px;
  background: #f09502;
  color: var(--white, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.price-table-wrap .th--l {
  color: var(--white, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  width: 21%;
  background: #f09502;
}
@media (min-width: 768px) and (max-width: 950px) {
  .price-table-wrap .th--l {
    width: 18%;
  }
}
.price-table-wrap .th-2 {
  background: var(--black-sub, #f2f2f2);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  height: 70px;
}
.price-table-wrap .th-2 span {
  font-size: 10px;
}
.price-table-wrap .th-2-td {
  color: var(--black, #333);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.price-table-wrap .th_2-large {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.price-table-wrap .--try {
  position: relative;
}
.price-table-wrap .price-table-btn {
  display: block;
  color: #fff !important;
  padding-block: 12px;
  border-radius: 6px;
  width: 84%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  width: 90%;
  margin-inline: auto;
}
.price-table-wrap .btn--1 {
  background: #ee7e28;
}
@media (any-hover: hover) {
  .price-table-wrap .btn--1:hover {
    color: #ee7e28 !important;
    background: #fff;
    border: 2px solid #ee7e28;
  }
}
.price-table-wrap .btn--2 {
  background: #7aaa0d;
}
@media (any-hover: hover) {
  .price-table-wrap .btn--2:hover {
    color: #7aaa0d !important;
    background: #fff;
    border: 2px solid #7aaa0d;
  }
}
.price-table-wrap .btn--3 {
  background: #3391ab;
}
@media (any-hover: hover) {
  .price-table-wrap .btn--3:hover {
    color: #3391ab !important;
    background: #fff;
    border: 2px solid #3391ab;
  }
}
.price-table-wrap .btn--4 {
  background: #e15330;
}
@media (any-hover: hover) {
  .price-table-wrap .btn--4:hover {
    color: #e15330 !important;
    background: #fff;
    border: 2px solid #e15330;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

/* 左上（1行目・1列目） */
.price-table-wrap table tr:first-child th:first-child {
  border-top-left-radius: 9px;
}

/* 右上（1行目・最後の列） */
.price-table-wrap table tr:first-child th:last-child {
  border-top-right-radius: 9px;
}

/* 左下（最後の行・1列目） */
.price-table-wrap table tr:last-child th:first-child,
.price-table-wrap table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

/* 右下（最後の行・最後の列） */
.price-table-wrap table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.price-table__detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-top: 0;
}

/* 表示時にクラスを追加する */
.price-table__detail.is-open {
  max-height: 500px;
  /* 十分な高さにする（必要に応じて調整） */
  padding-top: 10px;
}

.open,
.close {
  float: right;
  text-decoration: none;
  color: #fff !important;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  position: relative;
  margin-top: 2px;
}

.close {
  display: none;
}

.price-table__detail-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 10px;
}

.price-table__detail-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: -0.72px;
  color: #333;
  padding-inline: 5.5px;
  padding-top: 10px;
  border-top: 1px solid;
}

.price-table-attention {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.price__banner-area {
  margin-top: 40px;
  padding-top: 20px;
}
.price__banner-area ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.price__banner-area img {
  display: block;
  width: 100%;
}
.price__banner-area a {
  display: block;
  width: 100%;
}

.price__banner-area-text {
  color: var(--main, #f09502);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 16px */
  letter-spacing: 0.8px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 34.2px;
}
@media screen and (min-width: 768px) {
  .price__banner-area-text {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.price__banner-area-text::before {
  content: "";
  position: absolute;
  width: 26.2px;
  height: 19.2px;
  background: url(../img/left.png) no-repeat center/contain;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.price__banner-area-text::after {
  content: "";
  position: absolute;
  width: 26.2px;
  height: 19.2px;
  background: url(../img/rihgt.png) no-repeat center/contain;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.price-top__btn-wrap {
  margin-top: 60px;
}

.price__contact-btn {
  width: 100%;
  border-radius: 5px;
  background: #d41300;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 10px 20px;
  height: 65px;
  box-sizing: border-box;
}
.price__contact-btn .price__contact-btn-icon {
  display: contents;
}
@media screen and (min-width: 768px) {
  .price__contact-btn {
    max-width: 460px;
    margin-inline: auto;
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .price__contact-btn:hover {
    opacity: 0.8;
  }
}

.price__contact-btn-text {
  color: var(--white, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.price__contact-btn--text--s {
  font-size: 11px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .price__contact-btn--text--s {
    font-size: 18px;
    padding-left: 0;
  }
}

.plan {
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--base, #f9f8f3);
}

.plan-title-aria {
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 2px dashed #f09502;
  border-bottom: 2px dashed #f09502;
}

.plan-regular__title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .plan-regular__title-area {
    justify-content: center;
    gap: 22px;
  }
}

.plan-regular__title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  max-width: 60px;
  border-radius: 100%;
  background: linear-gradient(217deg, #F09502 5.71%, #E4741E 82.71%);
}
.plan-regular__title-icon .plan-regular__title-icon-text {
  display: block;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.plan-title {
  color: var(--main, #f09502);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  line-height: 200%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-title {
    text-align: center;
    font-size: 30px;
  }
}

.plan-regular__title {
  display: block;
}

.plan-regular__title-sub {
  display: block;
}

.plan-title-sub {
  color: var(--main, #f09502);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  /* 22.5px */
}
@media screen and (min-width: 768px) {
  .plan-title-sub {
    font-size: 18px;
  }
}

.plan-text {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
}
@media screen and (min-width: 768px) {
  .plan-text {
    font-size: 16px;
  }
}

.plan-tabs {
  margin-top: 30px;
}

.plan-tabs__list {
  display: flex;
  justify-content: space-between;
}
.plan-tabs__list.--light {
  gap: 3px;
}

.plan-tabs__item {
  width: 32%;
  background: var(--black-font, #999);
  border-radius: 10px 10px 0px 0px;
  padding-block: 11px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  border: none;
  /* 18px */
  margin-bottom: 4px;
}
.plan-tabs__item span {
  font-size: 12px;
}
.plan-tabs__item.light-plan-tabs__item {
  width: 50%;
  padding-block: 16.5px;
}

.plan-tabs__item[aria-selected=true] {
  /* ここにスタイルを記述 */
  background-color: #f09502;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #f09502;
  margin-bottom: 0;
}

.light-plan-tabs__item[aria-selected=true] {
  /* ここにスタイルを記述 */
  background-color: #7aaa0d;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #7aaa0d;
  margin-bottom: 0;
}

.plan-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.plan-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: fit-content;
  translate: 0;
}

.plan-tabs__content {
  border-radius: 0px 10px 10px 10px;
  border: 2px solid #ee7e28;
  background: #fff;
  padding-top: 20px;
}
.plan-tabs__content.--2 {
  border-radius: 10px 0px 10px 10px;
}
.plan-tabs__content.--3 {
  border-radius: 10px 0px 10px 10px;
}

.light-plan-tabs__content {
  border: 2px solid #7aaa0d;
}

.plan-tabs__content-title {
  width: fit-content;
  margin-inline: auto;
  color: #ee7e28;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  padding-inline: 50px;
  margin-bottom: 4px;
  position: relative;
}
.plan-tabs__content-title span {
  font-size: 16px;
  letter-spacing: -0.32px;
}
.plan-tabs__content-title::before {
  content: "";
  position: absolute;
  background: url(../img/icon-dush-line.svg) no-repeat center/contain;
  width: 40px;
  height: 2px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.plan-tabs__content-title::after {
  content: "";
  position: absolute;
  background: url(../img/icon-dush-line.svg) no-repeat center/contain;
  width: 40px;
  height: 2px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.light-plan-tabs__content-title {
  color: #7aaa0d;
}
.light-plan-tabs__content-title::before {
  background: url(../../../../images/icon-line-green.png) no-repeat center/contain;
}
.light-plan-tabs__content-title::after {
  background: url(../../../../images/icon-line-green.png) no-repeat center/contain;
}

.plan-tabs__content-item-wrap {
  margin-top: 16px;
  padding-inline: 10px;
}

.plan-tabs__content-item-top {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  background: var(--black-sub, #f2f2f2);
  padding-block: 13.5px;
}
.plan-tabs__content-item-top span {
  font-size: 12px;
}

.plan-tabs__content-item-bottom {
  display: flex;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
}

.plan-tabs__content-item-bottom-left {
  width: 50%;
  border-right: 1px solid #e4e4e4;
  padding-block: 17px;
}
.plan-tabs__content-item-bottom-left.--tag {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-tabs__content-item-bottom-right {
  width: 50%;
  padding-block: 17px;
}
.plan-tabs__content-item-bottom-right.--tag {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-tabs__content-item-bottom-tag {
  color: #ee7e28;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 10px;
  border-radius: 100px;
  border: 1px solid #ee7e28;
  width: fit-content;
  margin-inline: auto;
}

.plan-tabs__content-image {
  width: 100%;
  margin-top: 16px;
}
.plan-tabs__content-image img {
  width: 100%;
}

.plan-tabs__content-image-link {
  width: 100%;
  display: block;
}
.plan-tabs__content-image-link img {
  width: 100%;
  display: block;
}
@media (any-hover: hover) {
  .plan-tabs__content-image-link:hover {
    opacity: 0.7;
  }
}

.plan-tabs__content-more {
  background: #ee7e28;
  border-radius: 0px 0px 7px 7px;
  padding-block: 4px;
  text-align: center;
}
.plan-tabs__content-more span {
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  position: relative;
}
.plan-tabs__content-more span::before {
  content: "";
  position: absolute;
  background: url(../../../../images/plan-arrow.png) no-repeat center/contain;
  width: 6px;
  height: 10px;
  top: 5px;
  right: -14px;
}

.light-plan-tabs__content-more {
  background: #7aaa0d;
}

.plan-attnention-text {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .plan-attnention-text {
    font-size: 14px;
  }
}

.plan-lists {
  margin-top: 10px;
}

.plan-list {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.13px;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .plan-list {
    font-size: 14px;
  }
}
.plan-list::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  left: 6px;
  top: 6px;
}

.plan-table-wrap {
  margin-top: 30px;
}
.plan-table-wrap table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
  border: 1px solid var(--black-line, #e4e4e4);
  border-spacing: 0;
  border-radius: 10px;
}
.plan-table-wrap th,
.plan-table-wrap td {
  border: 0.5px solid var(--black-line, #e4e4e4);
  padding-block: 13.5px;
  text-align: center;
  vertical-align: middle;
}
.plan-table-wrap td {
  background: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.plan-table-wrap .el_sessionTxt {
  color: var(--black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.plan-table-wrap .th-1 {
  background: #ee7e28;
  color: #fff;
}
.plan-table-wrap .th-1 span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.plan-table-wrap .th-2 {
  background: var(--black-sub, #f2f2f2);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
.plan-table-wrap .th-2 span {
  font-size: 13px;
}
.plan-table-wrap .th-l {
  width: 22.2%;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.plan-table-wrap .th-s {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 950px) {
  .plan-table-wrap .th-s {
    font-size: 12px;
  }
}

.plan-light-table-wrap .th-1 {
  background: #7aaa0d;
  width: 200px;
  padding-block: 23px;
}
.plan-light-table-wrap .th-2 {
  padding-block: 23.5px;
}

.plan-table-wrap table tr:first-child th:first-child {
  border-top-left-radius: 9px;
}

/* 右上（1行目・最後の列） */
.plan-table-wrap table tr:first-child th:last-child {
  border-top-right-radius: 9px;
}

.plan-table-link {
  margin-top: -2px;
}
.plan-table-link img {
  width: 100%;
}
@media (any-hover: hover) {
  .plan-table-link:hover {
    opacity: 0.7;
  }
}

.plan-table-image img {
  border-radius: 0px 0px 10px 10px;
}

/*
後藤記述
--------------------------------*/
.bl_pricetableContainer {
  margin-top: 30px;
  margin-bottom: 16px;
}
.bl_pricetableContainer table {
  width: 100%;
}
.bl_pricetableContainer tr {
  width: 100%;
  max-width: 100%;
}
.bl_pricetableContainer .bl_pricetable {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E4E4E4;
}
@media screen and (max-width: 768px) {
  .bl_pricetableContainer .bl_pricetable {
    display: none;
  }
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_grayTh {
  background: #f2f2f2;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
  min-width: 200px;
  box-sizing: border-box;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_grayTh .el_pricetable_grayTh_caution {
  display: block;
  color: var(--black, #333);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_grayline {
  border: 1px solid #e4e4e4;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh {
  width: 350px;
  padding-inline: 30px;
  padding-block: 13px;
  vertical-align: baseline;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_btn {
  position: relative;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  box-sizing: border-box;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_btn .el_pricetable_btn_icon {
  position: absolute;
  right: 3px;
  top: 50%;
  translate: 0 -50%;
  background-color: #fff;
  border-radius: 100%;
  max-width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease-in-out;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_btn .el_pricetable_btn_icon::after, .bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_btn .el_pricetable_btn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2px;
  border-radius: 10px;
  height: 8px;
  transition: rotate 0.3s ease-in-out;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_btn .el_pricetable_btn_icon::before {
  rotate: 90deg;
  transition: rotate 0.3s ease-in-out;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_btn .el_pricetable_btn_subTxt {
  display: block;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_btn.is-active .el_pricetable_btn_icon::after {
  rotate: 90deg;
  transition: rotate 0.3s ease-in-out;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .is-open .el_pricetable_btn_icon::after {
  rotate: -90deg;
  transition: rotate 0.3s ease-in-out;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_slideTxtConteainer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_contentsTh .bl_pricetable_slideTxtConteainer .el_pricetable_slideTxtConteainer_txt {
  color: var(--white, #FFF);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: -0.78px;
  padding-block: 10px;
  margin-top: 10px;
  border-top: 1px solid #fff;
}
.bl_pricetableContainer .bl_pricetable .is_expressPlan {
  background-color: #E15330;
}
.bl_pricetableContainer .bl_pricetable .is_expressPlan .el_pricetable_btn_icon::after, .bl_pricetableContainer .bl_pricetable .is_expressPlan .el_pricetable_btn_icon::before {
  background-color: #E15330;
}
.bl_pricetableContainer .bl_pricetable .is_spotPlan {
  background-color: #3391AB;
  border-right: 1px solid #fff;
}
.bl_pricetableContainer .bl_pricetable .is_spotPlan .el_pricetable_btn_icon::after, .bl_pricetableContainer .bl_pricetable .is_spotPlan .el_pricetable_btn_icon::before {
  background-color: #3391AB;
}
.bl_pricetableContainer .bl_pricetable .bl_pricetable_td {
  color: var(--black, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 13px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
}

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

/*モバイル--------------------------------*/
.bl_pricetableContainer_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_pricetableContainer_sp {
    display: block;
  }
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  align-items: flex-start;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .bl_pricetableContainer_tabBtn {
  position: relative;
  align-items: center;
  border-radius: 10px 10px 0 0;
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-block: 19px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  background: none;
  height: calc(100% - 2px);
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .bl_pricetableContainer_tabBtn .bl_pricetableContainer_tabBtn_subTxt {
  display: block;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .bl_pricetableContainer_tabBtn::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 2px);
  height: 6px;
  opacity: 0;
  transition: all 0.3s ease;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .bl_pricetableContainer_tabBtn.is_active {
  margin-bottom: 0;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .bl_pricetableContainer_tabBtn.is_active::after {
  content: "";
  opacity: 1;
  transition: all 0.3s ease;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .is_pricetableContainer_tabBtn_spot {
  background-color: #3391AB;
  border: 1px solid #3391AB;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .is_pricetableContainer_tabBtn_spot.is_active::after {
  content: "";
  background-color: #3391AB;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .is_pricetableContainer_tabBtn_express {
  background-color: #E15330;
  border: 1px solid #E15330;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabBtnWrapper .is_pricetableContainer_tabBtn_express.is_active::after {
  content: "";
  background-color: #E15330;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabContentWrapper {
  position: relative;
  overflow: hidden;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabContentWrapper .bl_pricetableContainer_tabContentWrapper_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabContentWrapper .bl_pricetableContainer_tabContentWrapper_item.is_active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}
.bl_pricetableContainer_sp .bl_pricetableContainer_tabContentWrapper .bl_pricetableContainer_tabContentWrapper_item img {
  width: 100%;
  height: auto;
  display: block;
}

.bl_cautionContainer {
  padding-block: 14px;
  border-block: 1px solid #E4E4E4;
}
.bl_cautionContainer .bl_cautionSlideBtn {
  background: none;
  border: none;
  display: grid;
  grid-template-columns: auto 12px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  color: var(--black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.bl_cautionContainer .bl_cautionSlideBtn .el_cautionSlideBtn_icon {
  position: relative;
}
.bl_cautionContainer .bl_cautionSlideBtn .el_cautionSlideBtn_icon::after, .bl_cautionContainer .bl_cautionSlideBtn .el_cautionSlideBtn_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background-color: #333;
}
.bl_cautionContainer .bl_cautionSlideBtn .el_cautionSlideBtn_icon::before {
  rotate: 90deg;
  transition: rotate 0.3s ease-in-out;
}
.bl_cautionContainer .is-open .el_cautionSlideBtn_icon::before {
  rotate: 0deg;
  transition: rotate 0.3s ease-in-out;
}
.bl_cautionContainer .bl_cautionSlideContainer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in-out;
}
.bl_cautionContainer .bl_cautionSlideContainer .bl_cautionSlideContainer_inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 14px;
  color: var(--black, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bl_cautionContainer .bl_cautionSlideContainer .bl_cautionSlideContainer_inner .el_cautionSlideContainer_ttl {
  font-weight: 700;
}

/*
サービス提供日・時間
--------------------------------*/
.ly_serviceTime h2 {
  color: var(--main, #F09502);
  text-align: center;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ly_serviceTime h2 {
    font-size: 26px !important;
  }
}
.ly_serviceTime .bl_seviceTimeContainer {
  color: var(--black, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 7px;
}
.ly_serviceTime .bl_seviceTimeContainer .el_seviceTimeContainer_txt {
  margin-bottom: 12px;
}
.ly_serviceTime .bl_seviceTimeContainer .bl_seviceTimeContainer_copyTxt .bl_seviceTimeContainer_copyTxt_txt {
  color: #333;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .ly_serviceTime .bl_seviceTimeContainer .bl_seviceTimeContainer_copyTxt .bl_seviceTimeContainer_copyTxt_txt {
    font-size: 18px !important;
  }
}
.ly_serviceTime .bl_seviceTimeContainer .bl_seviceTimeContainer_copyTxt .el_seviceTimeContainer_copyTxt_txt_key {
  color: #f09502;
}
.ly_serviceTime .bl_seviceTimeContainer .bl_seviceTimeContainer_copyTxt .el_seviceTimeContainer_copyTxt_subtxt {
  color: var(--black-font, #999);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.ly_serviceTime .el_serviceTime_aboutTxt {
  color: var(--black, #333);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}
.ly_serviceTime .bl_serviceTime_tableContainer {
  max-width: 600px;
  margin-inline: auto;
}
.ly_serviceTime .bl_serviceTime_tableContainer .bl_serviceTime_tableContainer_table {
  border-radius: 10px;
  border: 1px solid var(--black-line, #E4E4E4) !important;
  overflow: hidden;
}
.ly_serviceTime .bl_serviceTime_tableContainer .bl_serviceTime_tableContainer_table .bl_serviceTime_tableContainer_table_th {
  padding: 13px;
  background-color: #F09502;
  color: var(--white, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #E4E4E4;
  width: 300px;
}
.ly_serviceTime .bl_serviceTime_tableContainer .bl_serviceTime_tableContainer_table .bl_serviceTime_tableContainer_table_th:first-child {
  border-right: 1px solid #E4E4E4;
  width: 60%;
}
.ly_serviceTime .bl_serviceTime_tableContainer .bl_serviceTime_tableContainer_table .bl_serviceTime_tableContainer_table_th:last-child {
  width: 40%;
}
.ly_serviceTime .bl_serviceTime_tableContainer .bl_serviceTime_tableContainer_table .bl_serviceTime_tableContainer_table_td {
  color: var(--black, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid var(--black-line, #E4E4E4);
  background-color: #fff;
  width: 300px;
  padding: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ly_serviceTime .bl_serviceTime_tableContainer .bl_serviceTime_tableContainer_table .bl_serviceTime_tableContainer_table_td .td_small {
    display: block;
    font-size: 12px;
  }
}

/*
サービス提供エリア
--------------------------------*/
.ly_serviceArea h2 {
  color: var(--main, #F09502);
  text-align: center;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ly_serviceArea h2 {
    font-size: 26px !important;
  }
}
.ly_serviceArea .el_serviceArea_txt {
  color: var(--black, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
.ly_serviceArea .bl_serviceArea_tableContainer {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ly_serviceArea .bl_serviceArea_tableContainer .bl_serviceArea_tableContainer_table {
    display: block;
  }
}
.ly_serviceArea .bl_serviceArea_tableContainer .bl_serviceArea_tableContainer_table .bl_serviceArea_tableContainer_table_th {
  color: var(--black, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #F2F2F2;
  padding: 18px;
  width: 150px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid var(--black-line, #E4E4E4);
}
@media screen and (max-width: 768px) {
  .ly_serviceArea .bl_serviceArea_tableContainer .bl_serviceArea_tableContainer_table .bl_serviceArea_tableContainer_table_th {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.ly_serviceArea .bl_serviceArea_tableContainer .bl_serviceArea_tableContainer_table .bl_serviceArea_tableContainer_table_td {
  padding: 18px;
  color: var(--black, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--black-line, #E4E4E4);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ly_serviceArea .bl_serviceArea_tableContainer .bl_serviceArea_tableContainer_table .bl_serviceArea_tableContainer_table_td {
    display: block;
  }
}
.ly_serviceArea .bl_serviceArea_list {
  color: var(--black-font, #999);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: -0.12px;
}
.ly_serviceArea .bl_serviceArea_list .el_serviceArea_list_item {
  position: relative;
  padding-left: 18px;
}
.ly_serviceArea .bl_serviceArea_list .el_serviceArea_list_item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--black-font, #999);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.12px;
}

.ly_ctaContainer {
  padding-block: 20px;
  padding-inline: 20px;
  background-color: #F9F8F3;
}

.ly_faqSec h2 {
  color: var(--main, #F09502);
  text-align: center;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ly_faqSec h2 {
    font-size: 26px !important;
  }
}
.ly_faqSec .bl_faqListContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item {
  background-color: #fff;
  border-radius: 6px;
  padding-block: 26px;
  padding-inline: 32px;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary {
  display: grid;
  grid-template-columns: 30px 1fr 21px;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  outline: none;
  user-select: none;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary::-webkit-details-marker {
  display: none;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary::marker {
  display: none;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary .el_faqListContainer_item_summary_q {
  display: grid;
  place-items: center;
  min-height: 30px;
  width: 100%;
  color: var(--white, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  background-color: #F09502;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary .el_faqListContainer_item_summary_ttl {
  color: var(--black, #333);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary .el_faqListContainer_item_summary_icon {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary .el_faqListContainer_item_summary_icon::after, .ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary .el_faqListContainer_item_summary_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 1px;
  background-color: #F09502;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary .el_faqListContainer_item_summary_icon::before {
  rotate: 90deg;
  transition: rotate 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .ly_faqSec .bl_faqListContainer .bl_faqListContainer_item {
    padding-inline: 15px;
  }
  .ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_summary {
    gap: 10px;
  }
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item[open] .el_faqListContainer_item_summary_icon::before {
  rotate: 0deg;
  transition: rotate 0.3s ease-in-out;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_content {
  padding-top: 16px;
  transition: max-block-size 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_content .bl_faqListContainer_item_content_inner {
  border-top: 1px dashed #EE7E28;
  padding-top: 25px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_content .bl_faqListContainer_item_content_inner {
    padding-left: 0;
  }
}
.ly_faqSec .bl_faqListContainer .bl_faqListContainer_item .bl_faqListContainer_item_content .el_faqListContainer_item_content_inner_txt {
  color: var(--black, #333);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

.ly_contactContainer {
  background-color: #F9F8F3;
  padding-inline: 20px;
  padding-block: 50px;
}
.ly_contactContainer .contact-txt-line {
  margin-block: 0;
  max-width: 900px;
  margin-inline: auto;
}
.ly_contactContainer .btn {
  display: block;
  margin-inline: auto;
}
.ly_contactContainer .contact-btn-area-txt {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.4px;
}