/* Initial Setup */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.front-page {
  padding: 32px 0 0;
}

.main-content {
  background-color: #F2F2F2;
  padding: 0 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .main-content {
    padding: 0;
  }
}

.max-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  min-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .max-content-header {
    min-width: 100%;
    justify-content: flex-start;
  }
}

.max-content {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 126px;
}
@media screen and (max-width: 768px) {
  .max-content {
    min-width: 100%;
    padding-top: 59px;
  }
}

.common-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.common-container.branch-registration-page-content {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .common-container.branch-registration-page-content {
    margin-bottom: 35px;
  }
}

.common-left-content {
  max-width: 830px;
}
@media screen and (max-width: 768px) {
  .common-left-content {
    max-width: 100%;
    width: 100%;
  }
}

.common-bunner-image {
  width: 100%;
  height: 100%;
}
.common-bunner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-titlebox-underline {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 13px;
  width: 100%;
}
.common-titlebox-underline .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
.common-titlebox-underline .title .icon {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .common-titlebox-underline .title .icon {
    width: 16px;
    height: 16px;
  }
}
.common-titlebox-underline .title .text {
  font-size: 20px;
  line-height: 20px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #E21C43;
}
@media screen and (max-width: 768px) {
  .common-titlebox-underline .title .text {
    font-size: 16px;
    line-height: 16px;
  }
}
.common-titlebox-underline .underline {
  width: 100%;
  height: 2px;
  background-color: #E21C43;
}

.common-titlebox-label {
  display: flex;
  align-items: center;
  padding: 10px 22px;
  background-color: #E21C43;
  border-radius: 4px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .common-titlebox-label {
    height: 40px;
  }
}
.common-titlebox-label .title {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.025px;
  color: #FFFFFF;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .common-titlebox-label .title {
    font-size: 16px;
    line-height: 16px;
  }
}

.accordion-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.common-accordion-button {
  container-type: inline-size;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFAFB;
  border: 1px solid #E21C43;
  border-radius: 4px;
  padding: 11px 0;
  font-size: 15px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  color: #E21C43;
  width: calc((100% - 42px) / 3);
  transition: all 0.3s ease;
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .common-accordion-button {
    font-size: 14px;
  }
}
.common-accordion-button img {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-accordion-button {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
    width: 100%;
  }
}
.common-accordion-button:hover {
  background-color: #E21C43;
  border: 1px solid #E21C43;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.common-accordion-button.selected {
  background-color: #E21C43;
  color: #FFFFFF;
  transition: all 0.3s ease;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .common-accordion-button.selected {
    font-size: 14px;
  }
}
.common-accordion-button.selected::before {
  position: absolute;
  content: "";
  z-index: 10;
  width: 16px;
  height: 11px;
  background-image: url("/wp-content/themes/origintheme/assets/img/top/check-svgrepo-com.svg");
  background-size: cover;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.common-sub-titlebox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 13px;
}
.common-sub-titlebox .title {
  font-size: 18px;
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .common-sub-titlebox .title {
    font-size: 16px;
  }
}
.common-sub-titlebox .underline {
  width: 23px;
  height: 2px;
  background-color: #E21C43;
}

.common-text {
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .common-text {
    font-size: 13px;
  }
}

.common-popularity-button {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.common-popularity-button.half-width {
  width: calc(100% / 2 - 24px * (2 - 1) / 2);
  justify-content: flex-start;
  padding: 0 28px;
}
@media screen and (max-width: 768px) {
  .common-popularity-button.half-width {
    width: calc(100% / 1 - 24px * (1 - 1) / 1);
    justify-content: center;
  }
}
.common-popularity-button .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 15px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  color: #E21C43;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .common-popularity-button .text {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.025em;
  }
}
.common-popularity-button .icon {
  width: 8px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.common-popularity-button:hover {
  background-color: #E21C43;
  border: 1px solid #E21C43;
  transition: all 0.3s ease;
  opacity: 1;
}
.common-popularity-button:hover .text {
  color: #FFFFFF;
}
.common-popularity-button:hover .icon {
  filter: brightness(0) invert(1);
}
.common-popularity-button.type2:hover {
  background-color: #E33435;
}

.common-center-button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.common-button {
  height: 38px;
  width: 135px;
  background-color: #FFFFFF;
  border: 1px solid #E21C43;
  border-radius: 3px;
  color: #E21C43;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-button:hover {
  background-color: #E21C43;
  border: 1px solid #E21C43;
  transition: all 0.3s ease;
  opacity: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .common-button.sp-button {
    height: 40px;
  }
}

.common-button-pink {
  height: 38px;
  width: 135px;
  background-color: #E21C43;
  border: 1px solid #E21C43;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-button-pink:hover {
  background-color: #FFFFFF;
  border: 1px solid #E21C43;
  transition: all 0.3s ease;
  opacity: 1;
  color: #E21C43;
}
.common-button-pink input {
  all: unset;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .common-button-pink.sp-button {
    height: 40px;
  }
}

.common-search-accordion-content {
  width: calc(100% / 3 - 24.5px * (3 - 1) / 3);
}
@media screen and (max-width: 768px) {
  .common-search-accordion-content {
    width: calc(100% / 1 - 20px * (1 - 1) / 1);
  }
}
.common-search-accordion-content .button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  transition: border-color 0.2s;
  outline: none;
}
.common-search-accordion-content .button .text {
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.common-search-accordion-content .button .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.common-search-accordion-content .button .content ul li {
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}
.common-search-accordion-content .button.is-open .icon {
  transform: rotate(180deg);
}
.common-search-accordion-content .content {
  display: none;
  padding: 12px 16px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
.common-search-accordion-content .accordion-option {
  cursor: pointer;
  padding: 5px;
  margin-bottom: 4px;
  transition: background-color 0.2s;
}
.common-search-accordion-content .accordion-option:hover {
  background-color: #f7f7f7;
}
.common-search-accordion-content .accordion-option.active {
  background-color: #e2e2f4;
  border-color: #999;
}

.custom-select-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  padding: 8px 13px;
}
.custom-select-container .custom-select {
  border: none;
  background: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  outline: none;
  color: #333333;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.custom-select-container .icon {
  margin-left: 8px;
  width: 16px;
  height: auto;
  transition: transform 0.2s;
}
.custom-select-container .custom-select:focus + .icon,
.custom-select-container .custom-select:active + .icon {
  transform: rotate(180deg);
}

.common-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  transition: box-shadow 0.4s;
}
.common-card__image {
  width: 100%;
  aspect-ratio: 16/10;
  background: #e0e0e0;
  border-radius: 0px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .common-card__image {
    aspect-ratio: 145/95.46;
  }
}
.common-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-card__title {
  color: #E21C43;
  font-size: 16px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 20px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .common-card__title {
    font-size: 14px;
    line-height: 17px;
  }
}
.common-card__title.center {
  text-align: center;
}
.common-card__tag-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 14px;
}
.common-card__tag-list .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.common-card__tag-list .item .square {
  font-size: 6px;
}
.common-card__tag-list .item .title {
  font-size: 13px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  color: #333333;
}
.common-card__tag-list .item .text {
  font-size: 13px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  color: #333333;
}
.common-card__desc {
  color: #333;
  font-size: 13px;
  line-height: 13px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.025em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .common-card__desc {
    font-size: 12px;
    line-height: 15px;
  }
}

.common-flexbox-list {
  position: relative;
}
.common-flexbox-list .swiper-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}
.common-flexbox-list .swiper-wrapper.wrapper-flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .common-flexbox-list .swiper-wrapper.wrapper-flex {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .common-flexbox-list .swiper-wrapper.no-swiper {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .common-flexbox-list .swiper-wrapper.no-swiper::-webkit-scrollbar {
    display: none;
  }
}
.common-flexbox-list .swiper-wrapper .swiper-slide {
  width: calc(100% / 3 - 24px * (3 - 1) / 3);
  height: auto;
  display: flex;
  align-items: stretch;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .common-flexbox-list .swiper-wrapper .swiper-slide {
    width: calc(100% / 1.5 - 24px * (1.5 - 1) / 1.5);
  }
}
.common-flexbox-list .swiper-wrapper .swiper-slide.attention {
  max-height: none;
}
@media screen and (max-width: 768px) {
  .common-flexbox-list .swiper-wrapper .swiper-slide.attention .common-card__title {
    line-height: 17px;
  }
}
.common-flexbox-list .swiper-wrapper .swiper-slide.newpost {
  max-height: none;
}
.common-flexbox-list .swiper-wrapper .swiper-slide.advertisement {
  max-height: none;
}
.common-flexbox-list .swiper .swiper-wrapper {
  gap: 0px;
}
.common-flexbox-list .swiper-button-next,
.common-flexbox-list .swiper-button-prev {
  top: 50%;
  background: #E21D1E;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.common-flexbox-list .swiper-button-next:after,
.common-flexbox-list .swiper-button-prev:after {
  font-size: 14px;
}
.common-flexbox-list .swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .common-flexbox-list .swiper-button-prev {
    left: 25px;
  }
}
.common-flexbox-list .swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 768px) {
  .common-flexbox-list .swiper-button-next {
    right: 25px;
  }
}

.common-form-step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
  overflow: hidden;
}
.common-form-step .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  height: 42px;
  position: relative;
  background-color: #FFFFFF;
}
.common-form-step .step-item .step-num {
  position: relative;
  z-index: 1;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #797979;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-form-step .step-item .step-label {
  position: relative;
  z-index: 1;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #606060;
}
.common-form-step .step-item.step1 {
  z-index: 7;
  background-image: url(../img/signup/stepgray.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.common-form-step .step-item.step1 .step-img {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0%;
  width: 259px;
  min-width: 259px;
  height: 100%;
}
.common-form-step .step-item.step1 .step-img-gray {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0%;
  width: 259px;
  min-width: 259px;
  height: 100%;
}
.common-form-step .step-item.step1 .border-box {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-radius: 4px 0 0 4px;
}
.common-form-step .step-item.step1.non-gray {
  background-image: none;
}
.common-form-step .step-item.step2 {
  z-index: 6;
  background-image: url(../img/signup/stepgray2.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.common-form-step .step-item.step2 .step-img {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0%;
  width: 259px;
  min-width: 259px;
  height: 100%;
}
.common-form-step .step-item.step2 .step-img-gray {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0%;
  width: 259px;
  min-width: 259px;
  height: 100%;
  display: none;
}
.common-form-step .step-item.step2 .border-box {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.common-form-step .step-item.step2.non-gray {
  background-image: none;
}
.common-form-step .step-item.step3 {
  z-index: 5;
}
.common-form-step .step-item.step3 .border-box {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
@media screen and (max-width: 768px) {
  .common-form-step .step-item.step3 .border-box {
    border-radius: 0 4px 4px 0;
  }
}
.common-form-step .step-item.active {
  overflow: hidden;
}
.common-form-step .step-item.active .step-img {
  opacity: 1;
}
.common-form-step .step-item.active .step-img-gray {
  opacity: 0;
}
.common-form-step .step-item.active .step-num {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #E21C43;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-form-step .step-item.active .step-label {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #E21C43;
}
.common-form-step .step-item.active.step1 {
  border-left: 1px solid #E21C43;
  border-radius: 4px 0 0 4px;
}
.common-form-step .step-item.active.step1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  height: 95%;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  z-index: 1;
}
.common-form-step .step-item.active.step1 .border-box {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  border-left: 1px solid rgba(211, 211, 211, 0);
  background-image: url(../img/signup/step.svg);
  background-repeat: no-repeat;
  background-position: right;
  border-top: 0px solid #d3d3d3;
  border-bottom: 0px solid #d3d3d3;
  border-radius: 0px;
  z-index: 2;
}
.common-form-step .step-item.active.step1 .step-num {
  z-index: 3;
}
.common-form-step .step-item.active.step1 .step-label {
  z-index: 3;
}
.common-form-step .step-item.active.step2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  height: 97%;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  z-index: 1;
}
.common-form-step .step-item.active.step2 .border-box {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  border-left: 1px solid rgba(211, 211, 211, 0);
  background-image: url(../img/signup/step.svg);
  background-repeat: no-repeat;
  background-position: right;
  border-top: 0px solid #d3d3d3;
  border-bottom: 0px solid #d3d3d3;
  border-left: 1px solid #E21C43;
  z-index: 2;
}
.common-form-step .step-item.active.step2 .step-num {
  z-index: 3;
}
.common-form-step .step-item.active.step2 .step-label {
  z-index: 3;
}
.common-form-step .step-item.active.step3 .border-box {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  border: 1px solid #E21C43;
}

.common-step-main-content {
  width: 100%;
  border: 1px solid #E21C43;
  border-radius: 2px;
  padding: 40px;
}
.common-step-main-content .cont {
  width: 100%;
  display: none;
  position: relative;
}
.common-step-main-content .cont.active {
  display: flex;
  flex-direction: column;
}

.preview-button {
  position: fixed;
  top: 570px;
  right: 50%;
  transform: translate(265%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .preview-button {
    top: 100%;
    right: 0;
    transform: translate(0%, -100%);
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
.preview-button__icon {
  width: 15.55px;
  height: 15.63px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E21C43;
}
.preview-button__icon:hover {
  opacity: 0.7;
  background-color: #E21C43;
}
.preview-button__icon img {
  width: 100%;
  height: 100%;
}
.preview-button__text {
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 19px;
}

.common-required-tag-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.common-required-tag-box .tag {
  border: 2px solid #E21C43;
  border-radius: 2px;
  background-color: #E21C43;
  color: #ffffff;
  display: inline-flex;
  width: auto;
  padding: 1px 1px;
  height: 16px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 11px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 15px;
}
.common-required-tag-box .title {
  margin-left: 8px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 19px;
}
.common-required-tag-box .text {
  font-size: 13px;
}
.common-required-tag-box p {
  width: 100%;
}
.common-required-tag-box p .error {
  margin: 0;
  color: #E21C43;
  font-size: 13px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .common-required-tag-box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 0;
  }
  .common-required-tag-box .title-box .tag {
    margin-right: 8px;
    flex-shrink: 0;
  }
  .common-required-tag-box .title-box .title {
    flex-shrink: 1;
    margin-left: 0;
  }
}
.common-option-tag-box {
  display: flex;
  align-items: center;
}
.common-option-tag-box .tag {
  border: 2px solid #333333;
  border-radius: 2px;
  background-color: #333333;
  color: #ffffff;
  display: inline-flex;
  width: auto;
  padding: 1px 1px;
  height: 16px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 11px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 15px;
}
.common-option-tag-box .title {
  margin-left: 8px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 19px;
}
.common-option-tag-box .text {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .common-option-tag-box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 0;
  }
  .common-option-tag-box .tag {
    margin-right: 8px;
    flex-shrink: 0;
  }
  .common-option-tag-box .title {
    flex-shrink: 1;
    margin-left: 0;
  }
}
.common-radio-selection-box {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .common-radio-selection-box {
    gap: 0;
  }
}
.common-radio-selection-box.gap-sp {
  gap: 22px;
}
.common-radio-selection-box .radio-box {
  position: relative;
  align-content: center;
  margin-top: 17PX;
  padding-left: 26px;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.common-radio-selection-box .radio-box.mn {
  padding-left: 0;
  align-items: center;
  justify-content: center;
}
.common-radio-selection-box .radio-box .input {
  display: none;
}
.common-radio-selection-box .radio-box .my-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: solid 1px #E21D1E;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.common-radio-selection-box .radio-box .my-radio::after {
  content: "";
  position: absolute;
  background: #E21D1E;
  border-radius: 50%;
  transition: opacity 0.2s;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.common-radio-selection-box .radio-box .my-radio.check {
  border-radius: 0;
}
.common-radio-selection-box .radio-box .my-radio.check::after {
  border-radius: 0;
}
.common-radio-selection-box .radio-box input:checked + .my-radio::after {
  opacity: 1;
}

.common-text-input-box {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: solid 1px #DBDBDB;
  border-radius: 3px;
  padding: 0 12px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}
.common-text-input-box input[type=text],
.common-text-input-box input[type=email],
.common-text-input-box input[type=number],
.common-text-input-box input[type=password],
.common-text-input-box input[type=tel] {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.common-text-input-box input::-moz-placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.common-text-input-box input::placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

textarea::-moz-placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

textarea::placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

textarea {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.common-post-num-box {
  display: flex;
  align-items: center;
  gap: 19px;
  justify-content: flex-start !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .common-post-num-box {
    gap: 12px;
  }
}

.common-post-num-box .common-button-post-pink {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.common-bt-line {
  width: 14px;
  height: 2px;
  background-color: #333333;
  display: block;
}

.common-mini-bt-line {
  width: 14px;
  height: 2px;
  background-color: #333333;
}

.common-button-post-pink {
  height: 31px;
  width: 182px;
  background-color: #E21C43;
  border: 1px solid #E21C43;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-button-post-pink {
    height: 32px;
  }
}
.common-button-post-pink:hover {
  background-color: #FFFFFF;
  border: 1px solid #E21C43;
  transition: all 0.3s ease;
  opacity: 1;
  color: #E21C43;
}
@media screen and (max-width: 768px) {
  .common-button-post-pink .common-button-post-pink {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .common-post-num-box {
    flex-wrap: wrap;
  }
}
.common-vor-num-input-box {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: solid 1px #DBDBDB;
  border-radius: 3px;
  padding: 10px 12px;
  width: 62px;
  height: 40px;
}
.common-vor-num-input-box input[type=text],
.common-vor-num-input-box input[type=email],
.common-vor-num-input-box input[type=number],
.common-vor-num-input-box input[type=password],
.common-vor-num-input-box input[type=tel] {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.common-vor-num-input-box input::-moz-placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.common-vor-num-input-box input::placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.common-nach-num-input-box {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: solid 1px #DBDBDB;
  border-radius: 4px;
  padding: 10px 12px;
  width: 78px;
  height: 40px;
}
.common-nach-num-input-box input[type=text],
.common-nach-num-input-box input[type=email],
.common-nach-num-input-box input[type=number],
.common-nach-num-input-box input[type=password],
.common-nach-num-input-box input[type=tel] {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
.common-nach-num-input-box input::-moz-placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.common-nach-num-input-box input::placeholder {
  color: #DBDBDB;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.common-agreement-box {
  display: flex;
  justify-content: center;
}
.common-agreement-box label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #333333;
}
.common-agreement-box label a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
  margin: 0 4px;
}
.common-agreement-box label input[type=checkbox] {
  margin-right: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #E21C43;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
}
.common-agreement-box label input[type=checkbox]:checked {
  background-color: #FFFFFF;
}
.common-agreement-box label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5.5px;
  width: 4px;
  height: 7px;
  border: solid #E21C43;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.common-pagination-button-box {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .common-pagination-button-box {
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.common-pagination-button-box .common-pagination-button,
.common-pagination-button-box .common-pagination-pc-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #333333;
  height: 32px;
  padding: 6px 12px;
  font-size: 15px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  border-radius: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .common-pagination-button-box .common-pagination-button,
  .common-pagination-button-box .common-pagination-pc-button {
    font-size: 13px;
  }
}
.common-pagination-button-box .common-pagination-button.long,
.common-pagination-button-box .common-pagination-pc-button.long {
  display: flex;
  width: 72px;
  gap: 7px;
}
.common-pagination-button-box .common-pagination-button.long .arrow-box,
.common-pagination-button-box .common-pagination-pc-button.long .arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-pagination-button-box .common-pagination-button:hover,
.common-pagination-button-box .common-pagination-pc-button:hover {
  background-color: #DBDBDB;
  color: #FFFFFF;
}
.common-pagination-button-box .common-now-button,
.common-pagination-button-box .common-other-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DBDBDB;
  color: #333333;
  height: 32px;
  width: 32px;
  padding: 6px 12px;
  font-size: 15px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  border-radius: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .common-pagination-button-box .common-now-button,
  .common-pagination-button-box .common-other-button {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .common-pagination-button-box .common-pagination-pc-button {
    display: none;
  }
}

.common-addjust-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}

.common-long-card {
  min-height: 132px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .common-long-card {
    min-height: 134px;
    padding: 24px;
  }
}
.common-long-card__titlebox {
  display: flex;
  align-items: center;
  gap: 11px;
}
.common-long-card__titlebox .numbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
  background-color: #E21C43;
}
.common-long-card__titlebox .numbox .num {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #FFFFFF;
}
.common-long-card__titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
.common-long-card__textbox {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025px;
}

.common-ContactUs-box {
  width: 100%;
  height: 158px;
  background-color: #E21C43;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.common-ContactUs-box .textbox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8.5px;
}
.common-ContactUs-box .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .common-ContactUs-box .textbox .text {
    display: none;
  }
}
.common-ContactUs-box .textbox .text-sp {
  display: none;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .common-ContactUs-box .textbox .text-sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .common-ContactUs-box .textbox .icon-l,
  .common-ContactUs-box .textbox .icon-r {
    display: none;
  }
}
.common-ContactUs-box .button-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 39px;
  gap: 7px;
}
.common-ContactUs-box .button-box .button .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-message {
  color: #E21C43;
  font-size: 13px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
}
.error-message.center {
  text-align: center;
}

.mwform-checkbox-field-text {
  display: none;
}

/* CSS Document */
/*
  ------------------------------------
  ####################################
   #Common style
  ####################################
  ------------------------------------
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* {
  box-sizing: border-box;
  word-break: break-word;
  font-family: "YakuHanJP", sans-serif;
}

html {
  background: #fff;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #222222;
  letter-spacing: 1px;
  touch-action: manipulation;
  touch-action: pan-x pan-y;
}
body.is-hidden {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    width: 100%;
  }
}

.error {
  color: red;
  margin: 10px 0;
}

.wrap {
  overflow: hidden;
  width: 100%;
  transition: opacity 0.3s;
}
.wrap.js-load {
  opacity: 1;
}

.single-head {
  width: 100%;
  transition: opacity 0.3s;
}
.single-head.js-load {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #222222;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

small {
  font-size: 85%;
}

.no_post {
  text-align: center;
  width: 100%;
}

.is-pc {
  display: block;
}

.is-pc-flex {
  display: flex;
}

.is-pc-ib {
  display: inline-block;
}

.is-sp,
.is-sp-flex,
.is-sp-flex,
.is-sp-ib {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
  .is-sp-flex {
    display: flex !important;
  }
  .is-sp-ib {
    display: inline-block !important;
  }
  .is-pc,
  .is-pc-flex,
  .is-pc-ib {
    display: none !important;
  }
}
#wpadminbar {
  position: fixed !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  font-family: inherit;
}

html {
  background-color: #F2F2F2;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button],
input[type=text],
input[type=submit] {
  border-radius: 0;
}

textarea {
  resize: none;
  border-radius: 0;
}

th,
td {
  border-collapse: collapse;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #E21D43;
}

* {
  box-sizing: border-box;
}

/* Layout Components */
.banner-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 230px;
  min-width: 230px;
}
.banner-list a {
  max-height: 120px;
  min-width: 230px;
  display: flex;
  justify-content: flex-end;
}
.banner-list a img {
  width: auto;
  height: 120px;
  aspect-ratio: 70/39;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-item img {
  width: 100%;
  max-width: 230px;
  display: block;
}

.content-header-nav {
  display: flex;
  width: 100%;
  height: 48px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .content-header-nav {
    height: 88px;
    flex-wrap: wrap;
    gap: 0;
  }
}

.nav-item {
  flex: 1;
  background: #E21D43;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  text-decoration: none;
  border-right: 1px solid #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px;
  width: calc(100% / 4 - 0px * (4 - 1) / 4);
  min-width: 25%;
}
@media (max-width: 1100px) {
  .nav-item {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .nav-item {
    height: 44px;
    width: calc(100% / 3 - 0px * (3 - 1) / 3);
    border-right: 0px;
    min-width: 30%;
    border-radius: 0;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .nav-item.bottom-border {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .nav-item.right-border {
    border-right: 1px solid #fff;
  }
}
.nav-item.nav-about {
  background: #E21D43;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border: solid 1px #DC4344;
  border-right: solid 1px #DC4344;
}
@media (max-width: 768px) {
  .nav-item.nav-about {
    min-width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .nav-item.nav-search {
    min-width: 40%;
  }
}
.nav-item.none-border-pc {
  border: none;
}
@media (max-width: 768px) {
  .nav-itemborder-left {
    border-radius: 0;
  }
}

.nav-item:last-child {
  background: #fff;
  color: #e53950;
}

.nav-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nav-icon {
    display: none;
  }
}
.nav-icon img {
  width: 100%;
  height: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: fixed;
  z-index: 2000;
  background: #fff;
  height: 94px;
  top: 0;
  left: 0;
  box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}
@media (max-width: 1080px) {
  .header {
    overflow-x: scroll;
  }
}
@media (max-width: 1080px) {
  .header {
    overflow-x: hidden;
    height: 59px;
  }
}
.header .header__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1080px) {
  .header .header__container {
    max-width: 100%;
    justify-content: flex-start;
  }
}
.header .header--logo {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
}
@media (max-width: 1080px) {
  .header .header--logo {
    margin-right: 14px;
    display: flex;
    align-items: center;
  }
}
.header .header--logo .site-title {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .header .header--logo .site-title {
    display: flex;
    align-items: center;
  }
}
.header .header--logo .site-title img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 300px;
  min-width: 300px;
}
@media (max-width: 425px) {
  .header .header--logo .site-title img {
    max-width: 210px;
    min-width: 210px;
  }
}
.header .header--center {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 25px;
}
@media (max-width: 1080px) {
  .header .header--center {
    height: auto;
  }
}
.header .header--center .total-shops {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
  display: flex;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  height: 19px;
}
@media (max-width: 1080px) {
  .header .header--center .total-shops {
    display: flex;
    align-items: center;
    font-size: 10px;
    height: 16px;
  }
}
.header .header--center .total-shops .count {
  color: #e60033;
  font-weight: bold;
  font-size: 18px;
  margin: 0 3px 0 1px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 700;
}
.header .header--center .header-search {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 10px 12px 9px 13.9px;
  width: 258px;
  height: 38px;
}
@media (max-width: 1080px) {
  .header .header--center .header-search {
    display: none;
  }
}
.header .header--center .header-search input[type=text] {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  width: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.header .header--center .header-search .submit {
  background: none;
  border: none;
  color: #888;
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header--center .header-search .submit img {
  width: 11.47px;
  height: 11.51px;
}
.header .header--right {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media (max-width: 1080px) {
  .header .header--right {
    display: none;
  }
}
.header .header--right button {
  display: flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}
.header .header--right button i {
  font-size: 15px;
}
.header .header--right .favorite-btn {
  color: #333333;
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.header .header--right .favorite-btn img {
  width: 18.791px;
  height: 16.358px;
  margin-right: 7.8px;
}
.header .header--right .login-btn {
  color: #333333;
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.header .header--right .login-btn img {
  width: 18.592px;
  height: 18.592px;
  margin-right: 7.8px;
}
.header .header--right .mypage-btn {
  color: #333333;
  align-items: center;
  display: none;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.header .header--right .mypage-btn img {
  width: 18.592px;
  height: 18.592px;
  margin-right: 7.2px;
}
.header .header--right .mypage-btn.visible {
  display: flex;
}
.header .header--right .register-btn {
  background: #e60033;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.2s;
  margin-left: 11px;
  display: none;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  height: 38px;
  width: 124px;
  align-items: center;
  justify-content: center;
}
.header .header--right .register-btn:hover {
  background: #b80028;
}
.header .header--right .register-btn.visible {
  display: flex;
}

.SP-header {
  display: none;
}
@media (max-width: 1080px) {
  .SP-header {
    position: fixed;
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    top: 20px;
    right: 20px;
    z-index: 2100;
    cursor: pointer;
  }
  .SP-header span {
    width: 100%;
    height: 2px;
    min-height: 2px;
    background-color: #E21D1D;
    display: block;
    transition: 0.3s;
  }
  .SP-header.open {
    z-index: 2101;
  }
  .SP-header.open .line1 {
    rotate: 45deg;
    transition: 0.3s;
    transform: translate(6.5px, 6px);
    background-color: #E21D1D;
  }
  .SP-header.open .line2 {
    width: 0;
    transition: 0.3s;
    background-color: #E21D1D;
  }
  .SP-header.open .line3 {
    rotate: -45deg;
    transition: 0.3s;
    transform: translate(6.5px, -6px);
    background-color: #E21D1D;
  }
}

.SP-header-content {
  display: none;
}
@media (max-width: 1080px) {
  .SP-header-content {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1999;
    transition: all 0.3s ease;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    pointer-events: none;
  }
}
.SP-header-content .sp-header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 20px 40px 37px;
  top: -100%;
  position: relative;
}
.SP-header-content .sp-header-inner .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 200px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #E21C43;
  margin-bottom: 20px;
}
.SP-header-content .sp-header-inner .header-search {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 10px 12px 9px 13.9px;
  width: 100%;
  margin-bottom: 20px;
}
.SP-header-content .sp-header-inner .header-search input[type=text] {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  width: 100%;
}
.SP-header-content .sp-header-inner .header-search .submit {
  background: none;
  border: none;
  color: #888;
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SP-header-content .sp-header-inner .header-search .submit img {
  width: 11.47px;
  height: 11.51px;
}
.SP-header-content .sp-header-inner .sp-header-text-link-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin-bottom: 41px;
}
.SP-header-content .sp-header-inner .sp-header-text-link-nav .text-link {
  font-size: 16px;
  color: #333333;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 22px;
  border-bottom: 1px solid #D3D3D3;
  width: 100%;
  padding: 18px 0 14px 0;
  text-align: left;
}
.SP-header-content .sp-header-inner .sp-header-text-link-nav .text-link:hover {
  color: #E21C43;
}
.SP-header-content .sp-header-inner .sp-header-text-link-nav .text-link.pink-text {
  color: #E21C43;
}
.SP-header-content .sp-header-inner .sp-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  margin-bottom: 27px;
  width: 100%;
}
.SP-header-content .sp-header-inner .sp-header-nav .favorite-btn {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: calc(100% / 2 - 22px * (2 - 1) / 2);
  height: 108px;
  border-radius: 3px;
  border: 1px solid #E21C43;
  background-color: #FFFAFB;
}
.SP-header-content .sp-header-inner .sp-header-nav .favorite-btn img {
  width: 18.791px;
  height: 16.358px;
  margin-right: 7.2px;
}
.SP-header-content .sp-header-inner .sp-header-nav .login-btn {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: calc(100% / 2 - 22px * (2 - 1) / 2);
  height: 108px;
  border-radius: 3px;
  border: 1px solid #E21C43;
  background-color: #FFFAFB;
}
.SP-header-content .sp-header-inner .sp-header-nav .login-btn img {
  width: 18.592px;
  height: 18.592px;
  margin-right: 7.2px;
}
.SP-header-content .sp-header-inner .register-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 200px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #E21C43;
  transition: background 0.2s;
}
.SP-header-content .sp-header-inner .register-btn:hover {
  background: #b80028;
}
.SP-header-content.open {
  background-color: #1C1C1C;
  top: 0;
  transition: all 0.3s ease;
  pointer-events: auto;
}
.SP-header-content.open .sp-header-inner {
  top: 0;
  transition: all 0.3s ease;
}

.modal-search-condition .search-conditions-mainbox__search-box {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 20px;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  padding: 41px 30px 41px;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-toggle,
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: relative;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-toggle .text,
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .list-title .text {
  font-size: 18px;
  color: #222;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-toggle .icon,
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .list-title .icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-toggle .icon,
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .list-title .icon {
    margin: 0 30px;
    margin-left: 8px;
  }
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-toggle .icon img,
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .list-title .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
  transition: 0.3s;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-toggle.is-open .icon img,
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .list-title.is-open .icon img {
  transform: rotate(0deg);
  transition: 0.3s;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-content {
  width: 100%;
  box-sizing: border-box;
  animation: fadeInAccordion 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 21px;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-content .sc-button {
  width: calc(33.333% - 14px);
  margin-bottom: 6px;
  height: 45px;
  background-color: #fff8f8;
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .js-accordion-content .sc-button {
    width: 100%;
    margin: 0 10px;
  }
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search {
  width: 100%;
  display: contents;
  align-items: center;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .options {
  width: 75%;
  margin: 21px 0 25px 0;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .options {
    display: contents;
  }
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .options .s-button {
  height: 45px;
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .options .s-button__text {
  color: #888;
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .options .s-button {
    width: 100%;
    height: 45px;
    margin: 10px 0;
  }
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .options .bt-line {
  margin: 0 18px 0 18px;
  width: 45px;
  height: 3px;
  background-color: #b2b2b2;
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .options .bt-line {
    display: none;
  }
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .pink-button {
  width: 200px;
  height: 45px;
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list__date-search .pink-button {
    margin-top: 15px;
  }
}
.modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .addjust-line {
  margin: 40px 0 37px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox__search-box .flexbox-list .addjust-line {
    margin: 10px 0 10px;
    width: 100%;
    height: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .modal-search-condition .search-conditions-mainbox {
    padding: 0 20px;
  }
}

.modal-content {
  overflow-y: auto;
  max-height: 100vh;
  padding: 0 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 20px;
  }
}

.search-conditions-page-content {
  width: 100%;
  padding-left: 20px;
}
.search-conditions-page-content__left .search-mainbox {
  position: relative;
  padding-top: 61px;
}
.search-conditions-page-content__left .search-mainbox .close-button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 30px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.search-conditions-page-content__left .search-mainbox__search-box {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 10px;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 41px 30px 41px;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__text {
  padding-top: 12px;
  font-size: 16px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__text {
    font-size: 14px;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box {
  padding-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle,
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: relative;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .text,
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .text {
  font-size: 18px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .text,
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .text.p-b,
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .text.p-b {
    padding-bottom: 16px;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .icon,
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .icon,
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .icon {
    margin: 0 30px;
    margin-left: 8px;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .icon img,
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
  transition: 0.3s;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle.is-open .icon img,
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title.is-open .icon img {
  transform: rotate(0deg);
  transition: 0.3s;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__list-box .flexbox-list__date-search .options .common-search-accordion-content {
  width: 100%;
  max-width: 528px;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list .js-accordion-content {
  width: 100%;
  box-sizing: border-box;
  animation: fadeInAccordion 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 21px;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search {
  width: 100%;
  display: contents;
  align-items: center;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options {
  width: 75%;
  margin: 21px 0 25px 0;
  display: flex;
  align-items: flex-start;
  justify-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .ac-size {
    height: 40px;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion {
    width: 100%;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .s-button {
  height: 45px;
  width: 100%;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .s-button__text {
  color: #888;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .s-button {
    width: 100%;
    height: 45px;
    margin: 10px 0;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .content {
  width: 100%;
  z-index: 5;
  padding: 0;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .content.ac-list {
  left: 0;
  padding: 12px 16px;
  height: 200px;
  overflow-y: auto;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .content.ac-list .accordion-option {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .content.ac-list .accordion-option:hover {
  background-color: #f5f5f5;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .content.ac-list .accordion-option.selected {
  background-color: #E21C43;
  color: white;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .content.ac-list .accordion-option:last-child {
  border-bottom: none;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .bt-line {
  margin: 0 18px 0 18px;
  width: 24px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .bt-line {
    height: 20px;
    opacity: 0;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .bt-line::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #b2b2b2;
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .pink-button {
  width: 200px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list__date-search .pink-button {
    margin-top: 15px;
    height: 40px;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list .addjust-line {
  margin: 40px 0 37px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}
@media screen and (max-width: 768px) {
  .search-conditions-page-content__left .search-mainbox__search-box .flexbox-list .addjust-line {
    margin: 10px 0 10px;
    width: 100%;
    height: 0px;
  }
}
.search-conditions-page-content__left .search-mainbox__search-box .flexbox-list .addjust-line.transparency {
  background-color: transparent;
  margin: 40.45px 0 40.45px;
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
#Modal-Search-Condition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#Modal-Search-Condition.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  overflow-y: auto;
  max-height: 100vh;
  padding: 0 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 20px;
  }
}

.search-freeword-page-content {
  width: 100%;
  padding-left: 20px;
}
.search-freeword-page-content__left .search-mainbox {
  position: relative;
  padding-top: 80px;
}
.search-freeword-page-content__left .search-mainbox .close-button {
  position: absolute;
  top: 30px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
.search-freeword-page-content__left .search-mainbox__search-box {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 10px;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 45px 25px 59px;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__text {
  padding-top: 12px;
  font-size: 16px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  line-height: 22px;
  font-weight: 600;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__text2 {
  padding-top: 33px;
  font-size: 16px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  line-height: 22px;
  font-weight: 600;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box {
  padding-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .freeword-search {
  margin-top: 11px;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 10px 12px 9px 13.9px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .freeword-search .sc-button {
    width: 100%;
    margin: 0 10px;
  }
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .freeword-search input[type=text] {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  width: 100%;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .freeword-search .submit {
  background: none;
  border: none;
  color: #888;
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .freeword-search .submit img {
  width: 11.47px;
  height: 11.51px;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle,
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: relative;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .text,
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .text {
  font-size: 18px;
  color: #222;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .icon,
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .icon,
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .icon {
    margin: 0 30px;
    margin-left: 8px;
  }
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle .icon img,
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
  transition: 0.3s;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .js-accordion-toggle.is-open .icon img,
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__list-box .list-title.is-open .icon img {
  transform: rotate(0deg);
  transition: 0.3s;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list .js-accordion-content {
  width: 100%;
  box-sizing: border-box;
  animation: fadeInAccordion 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 21px;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search {
  width: 100%;
  display: contents;
  align-items: center;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options {
  width: 75%;
  margin: 21px 0 25px 0;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options {
    display: contents;
  }
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion {
    width: 100%;
  }
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .s-button {
  height: 45px;
  width: 100%;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .s-button__text {
  color: #888;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .s-button {
    width: 100%;
    height: 45px;
    margin: 10px 0;
  }
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .modal-accordion .content {
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .bt-line {
  margin: 0 18px 0 18px;
  width: 24px;
  height: 3px;
  background-color: #b2b2b2;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .options .bt-line {
    display: none;
  }
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .pink-button {
  width: 200px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list__date-search .pink-button {
    margin-top: 15px;
  }
}
.search-freeword-page-content__left .search-mainbox__search-box .flexbox-list .addjust-line {
  margin: 40px 0 37px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}
@media screen and (max-width: 768px) {
  .search-freeword-page-content__left .search-mainbox__search-box .flexbox-list .addjust-line {
    margin: 10px 0 10px;
    width: 100%;
    height: 0px;
  }
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
#Modal-Search-Freeword {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#Modal-Search-Freeword.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.sidebar {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 6px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
    bottom: 80px;
  }
}
.sidebar.close {
  display: none;
}
.sidebar__close {
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.sidebar__close .icon {
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.sidebar__content {
  width: 100%;
  height: 61px;
  display: flex;
  border: 1px solid #E21C43;
  cursor: pointer;
}
.sidebar__content .text {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #E21C43;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 18px 13px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sidebar__content .text br {
    display: none;
  }
}
.sidebar__content .button {
  min-width: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E21C43;
}
.sidebar__content .button .icon {
  width: 4.43px;
  height: 7.74px;
}

@media screen and (max-width: 768px) {
  .front-page-content__left {
    padding-bottom: 60px;
  }
}
.front-page-content__left .common-card__image {
  height: 126px;
}
.front-page-content__left .front-swiper-box {
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
.front-page-content__left .front-swiper-box .swiper {
  width: 100%;
}
.front-page-content__left .front-swiper-box .swiper .swiper-slide-prev {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-swiper-box .swiper .swiper-slide-prev {
    height: 90%;
  }
}
.front-page-content__left .front-swiper-box .swiper .swiper-slide-next {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-swiper-box .swiper .swiper-slide-next {
    height: 90%;
  }
}
.front-page-content__left .front-swiper-box .swiper .swiper-slide {
  width: 100%;
}
.front-page-content__left .front-swiper-box .swiper .swiper-slide img {
  aspect-ratio: 335/340;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-swiper-box .swiper .swiper-slide img {
    height: 200px;
  }
}
.front-page-content__left .front-swiper-box .swiper .swiper-slide a {
  height: 100%;
  display: block;
}
.front-page-content__left .front-swiper-box .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 24px;
}
.front-page-content__left .front-swiper-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #D0D0D0;
  width: 40px;
  border-radius: 0;
  height: 4px;
}
.front-page-content__left .front-swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E21C43;
}
.front-page-content__left .front-swiper-box .swiper-button-next,
.front-page-content__left .front-swiper-box .swiper-button-prev {
  top: 46%;
  background: #E21D1E;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.front-page-content__left .front-swiper-box .swiper-button-next:after,
.front-page-content__left .front-swiper-box .swiper-button-prev:after {
  font-size: 14px;
}
.front-page-content__left .front-swiper-box .swiper-button-prev {
  left: 15%;
}
@media screen and (max-width: 1024px) {
  .front-page-content__left .front-swiper-box .swiper-button-prev {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-swiper-box .swiper-button-prev {
    left: 10px;
  }
}
.front-page-content__left .front-swiper-box .swiper-button-next {
  right: 15%;
}
@media screen and (max-width: 1024px) {
  .front-page-content__left .front-swiper-box .swiper-button-next {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-swiper-box .swiper-button-next {
    right: 10px;
  }
}
.front-page-content__left .front-swiper-box #frontSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page-content__left .front-explane-text {
  margin: 21px 0 23px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-explane-text {
    margin: 17px 0px 22px;
  }
}
.front-page-content__left .front-explane-text-label {
  margin: 16px 24px 22px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-explane-text-label {
    margin: 11px 0 20px 15px;
    letter-spacing: 0;
  }
}
.front-page-content__left .front-explane-text-label-nomargin {
  margin: 16px 0 18px;
}
.front-page-content__left .front-bunner-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-bunner-box {
    gap: 12px;
    padding: 0 20px;
  }
}
.front-page-content__left .front-bunner-box.front-bunner-box-bottom {
  padding: 0;
}
.front-page-content__left .front-bunner-box__sides {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-bunner-box__sides {
    gap: 12px;
    flex-direction: column;
  }
}
.front-page-content__left .front-bunner-box__sides .common-bunner-image {
  width: calc(100% / 2 - 30px * (2 - 1) / 2);
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-bunner-box__sides .common-bunner-image {
    width: calc(100% / 1 - 12px * (1 - 1) / 1);
  }
}
.front-page-content__left .front-bunner-box__sides .common-bunner-image img {
  width: 100%;
  aspect-ratio: 335/200;
}
.front-page-content__left .front-bunner-box--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-bunner-box--sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 40px 0px 40px;
  }
}
.front-page-content__left .front-bunner-box--sp.bottom {
  padding: 0 20px;
}
.front-page-content__left .front-bunner-box--sp .bunner-image {
  width: 100%;
}
.front-page-content__left .front-bunner-box--sp .bunner-image img {
  width: 100%;
  aspect-ratio: 350/194;
}
.front-page-content__left .front-bunner-box--sp .sp-bunner-list {
  width: 100%;
}
.front-page-content__left .front-bunner-box--sp .sp-bunner-list .swiper {
  width: 100%;
}
.front-page-content__left .front-bunner-box--sp .sp-bunner-list .swiper .swiper-slide {
  width: 100%;
}
.front-page-content__left .front-bunner-box--sp .sp-bunner-list .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 350/194;
}
.front-page-content__left .front-bunner-box--sp .sp-bunner-list .swiper-button-next-sp-banner {
  right: 7px;
}
.front-page-content__left .front-bunner-box--sp .sp-bunner-list .swiper-button-prev-sp-banner {
  left: 7px;
}
.front-page-content__left .front-search-box {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-search-box {
    padding: 0 20px;
  }
}
.front-page-content__left .front-search-box__flexbox-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  padding: 41px 30px 60px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-search-box__flexbox-list {
    border-radius: 6px;
  }
}
.front-page-content__left .front-search-box__flexbox-list .js-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: relative;
}
.front-page-content__left .front-search-box__flexbox-list .js-accordion-toggle .text {
  font-size: 18px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #222;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-search-box__flexbox-list .js-accordion-toggle .text {
    font-size: 15px;
    line-height: 15px;
  }
}
.front-page-content__left .front-search-box__flexbox-list .js-accordion-toggle .icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page-content__left .front-search-box__flexbox-list .js-accordion-toggle .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
  transition: 0.3s;
  margin-right: 28.5px;
}
.front-page-content__left .front-search-box__flexbox-list .js-accordion-toggle.is-open .icon img {
  transform: rotate(0deg);
  transition: 0.3s;
}
.front-page-content__left .front-search-box__flexbox-list .js-accordion-content {
  width: 100%;
  box-sizing: border-box;
  animation: fadeInAccordion 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 21px;
}
.front-page-content__left .front-search-box__flexbox-list .addjust-line {
  margin: 40px 0 37px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}
.front-page-content__left .front-search-box__flexbox-list .button-box {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  z-index: 10;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.front-page-content__left .front-search-box__flexbox-list .button-box .max-cont {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page-content__left .front-search-box__flexbox-list .button-box .max-cont .box {
  width: 100%;
  max-width: 780px;
  min-width: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page-content__left .front-search-box__flexbox-list .button-box .max-cont .box .common-button-pink {
  width: 187px;
  font-size: 14px;
}
.front-page-content__left .front-search-box__flexbox-list .button-box .max-cont .adjust {
  width: 100%;
  height: 0px;
  background-color: #DBDBDB;
}
.front-page-content__left .front-search-box__flexbox-list.active {
  padding: 44px 30px 60px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-search-box__flexbox-list.active {
    padding: 33px 35px 35px;
  }
}
.front-page-content__left .front-search-box__flexbox-list.active .button-box {
  display: flex;
}
.front-page-content__left .front-popularity-box {
  margin-bottom: 36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-popularity-box {
    padding: 0 20px;
  }
}
.front-page-content__left .front-popularity-box__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 24px;
}
.front-page-content__left .front-newitem-box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-newitem-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-newitem-box__flexbox-list {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.front-page-content__left .front-attention-box {
  width: 100%;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-attention-box {
    padding: 0 20px;
  }
}
.front-page-content__left .front-attention-box__button {
  margin: 22px 0;
}
.front-page-content__left .front-attention-box__flexbox-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-attention-box__flexbox-list {
    margin: 0 -20px;
    width: calc(100% + 40px);
    margin-bottom: 20px;
  }
}
.front-page-content__left .front-attention-box__sub-titlebox {
  margin-top: 29px;
  margin-bottom: 17px;
}
.front-page-content__left .front-attention-box__accordion-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24.5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-attention-box__accordion-list {
    gap: 20px;
    flex-direction: column;
  }
}
.front-page-content__left .front-attention-box__accordion-list .ac-cont .ac-button {
  height: 38px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-attention-box__accordion-list .ac-cont .ac-button {
    height: 40px;
  }
}
.front-page-content__left .front-thisweek-headquarters-box {
  width: 100%;
}
.front-page-content__left .front-senior-owner-voice-box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-senior-owner-voice-box {
    padding: 0 20px;
  }
}
.front-page-content__left .front-senior-owner-voice-box__button {
  margin: 28px 0 40px;
}
.front-page-content__left .front-learn-about-franchising-box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-learn-about-franchising-box {
    padding: 0 20px;
  }
}
.front-page-content__left .front-learn-about-franchising-box__button {
  margin: 28px 0 40px;
}
.front-page-content__left .front-learn-about-franchising-box .common-button {
  width: 204px;
}
.front-page-content__left .front-thisweek-headquarters-box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-thisweek-headquarters-box {
    padding: 0 20px;
  }
}
.front-page-content__left .front-Message-from-FC-Headquarters-box {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-Message-from-FC-Headquarters-box {
    padding: 0 20px;
  }
}
.front-page-content__left .front-Message-from-FC-Headquarters-box .common-center-button-box {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-Message-from-FC-Headquarters-box .common-center-button-box {
    margin-top: 20px;
  }
}
.front-page-content__left .front-media-achievement-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-media-achievement-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .front-page-content__left .front-media-achievement-box__flexbox-list {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.front-page-content .common-card__title {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .front-page-content .common-card__title {
    font-size: 14px;
    line-height: 17px;
  }
}
.front-page-content .checked-title {
  font-size: 15px;
  line-height: 20px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .front-page-content .checked-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
}

.post-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.post-content .inner {
  width: 100%;
  max-width: 1100px;
  background-color: #FFF;
  transform: translateY(-120px);
  padding: 50px 50px 0;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 425px) {
  .post-content .inner {
    padding: 50px 24px;
  }
}
.post-content__title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.post-content__date {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #999999;
}
.post-content p {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.post-content h2 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding: 40px 0 31px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-bottom: 26px;
}
.post-content h3 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content h4 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content h5 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content h6 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 31px 0;
}
.post-content ul {
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.post-content ul li {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.post-content ol {
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.post-content ol li {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.post-content .wp-block-image {
  display: flex;
  justify-content: center;
}
.post-content .wp-block-image img {
  max-width: 600px;
  margin: 40px 0;
}
.post-content .wp-block-table {
  margin-bottom: 30px;
}
.post-content .wp-block-table .has-fixed-layout {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #333333;
  overflow-x: auto;
}
.post-content .wp-block-table .has-fixed-layout th {
  border: 1px solid #CCCCCC;
}
.post-content .wp-block-table thead {
  background-color: #ebfbff;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.post-content .wp-block-table td {
  border: 1px solid #CCCCCC;
}
.post-content .wp-block-table .wp-element-caption {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.post-content .wp-block-quote p {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  position: relative;
}
.post-content .wp-block-quote p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  background-image: url(../../img/newsdetail/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.post-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
.post-buttons .inner {
  width: 100%;
  max-width: 1100px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 425px) {
  .post-buttons .inner {
    padding: 50px 24px;
  }
}
.post-buttons .line {
  border-top: 3px solid #333333;
  width: 100%;
  margin-bottom: 50px;
}
.post-buttons .button {
  width: 252px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFF;
  padding: 16px 10px 16px 0;
  border-radius: 34px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.post-buttons .button img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}

.policy-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.policy-content .inner {
  width: 100%;
  max-width: 1100px;
  background-color: #FFF;
  transform: translateY(-120px);
  padding: 50px 50px 0;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 425px) {
  .policy-content .inner {
    padding: 50px 24px;
  }
}
.policy-content p {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.policy-content .day {
  width: 100%;
  text-align: right;
}
.policy-content strong {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.policy-content__title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 70px;
}
.policy-content__cont {
  width: 100%;
  margin-bottom: 70px;
}
.policy-content h2 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 700;
  padding: 0px 0 21px;
  border-bottom: 1px solid #707070;
  margin-bottom: 16px;
}
.policy-content h3 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content h4 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content h5 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content h6 {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 31px 0;
}
.policy-content ul {
  width: 100%;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.policy-content ul li {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  list-style-type: disc;
}
.policy-content ol {
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
  margin: 20px 0;
  border-radius: 6px;
}
.policy-content ol li {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.policy-content .wp-block-image {
  display: flex;
  justify-content: center;
}
.policy-content .wp-block-image img {
  max-width: 600px;
  margin: 40px 0;
}
.policy-content .wp-block-table {
  margin-bottom: 30px;
}
.policy-content .wp-block-table .has-fixed-layout {
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #333333;
  overflow-x: auto;
}
.policy-content .wp-block-table .has-fixed-layout th {
  border: 1px solid #CCCCCC;
}
.policy-content .wp-block-table thead {
  background-color: #ebfbff;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.policy-content .wp-block-table td {
  border: 1px solid #CCCCCC;
}
.policy-content .wp-block-table .wp-element-caption {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.policy-content .wp-block-quote p {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  width: 100%;
  background-color: #ebfbff;
  padding: 32px 50px;
  position: relative;
}
.policy-content .wp-block-quote p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 24px;
  height: 24px;
  background-image: url(../../img/newsdetail/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 900px) {
  .front-newitem-box__list #SwiperNewItem .swiper-slide {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .front-newitem-box__list #SwiperNewItem .swiper-slide {
    max-width: 90vw;
  }
  .front-newitem-box__list #SwiperNewItem .swiper-button-next,
  .front-newitem-box__list #SwiperNewItem .swiper-button-prev {
    display: none;
  }
}
@keyframes fadeInAccordion {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.favorites-page-content__left .favorites-mainbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .favorites-page-content__left .favorites-mainbox__title .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.favorites-page-content__left .favorites-mainbox__text {
  margin: 12px 0 0 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .favorites-page-content__left .favorites-mainbox__text {
    margin: 8px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.favorites-page-content__left .favorites-mainbox__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 18px;
}
.favorites-page-content__left .favorites-mainbox__list .addjust-line {
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}
.favorites-page-content__left .favorites-mainbox__list .fc-box {
  margin: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .favorites-page-content__left .favorites-mainbox__list .fc-box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 19px 0;
  }
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__check-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__check-box input[type=checkbox] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E21C43;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__check-box input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 5.5px;
  width: 4px;
  height: 10px;
  border: solid #E21C43;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__logo-box {
  margin-left: 15px;
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #DBDBDB;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 16px;
  font-size: 13px;
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__fc-link {
  display: flex;
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__fc-link .link {
  margin-left: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__fc-link .link__text {
  height: 33px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  color: #333333;
  line-height: 17px;
  font-size: 14px;
}
.favorites-page-content__left .favorites-mainbox__list .fc-box__button {
  height: 30px;
  width: 125px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .favorites-page-content__left .favorites-mainbox__list .fc-box__button {
    width: 100%;
    height: 32px;
    margin: 0 0 0 39px;
  }
}
.favorites-page-content__left .favorites-mainbox__button {
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  .favorites-page-content__left .favorites-mainbox__button {
    padding-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .favorites-page-content__left .favorites-mainbox {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .signup-page-content__left {
    margin: 20px;
  }
}
.signup-page-content__left .step-main-box {
  padding: 39px 50px 45px;
}
@media screen and (max-width: 768px) {
  .signup-page-content__left .step-main-box {
    padding: 32px 25px 41px;
  }
}
.signup-page-content__left .fc-main-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.025px;
  font-family: "YakuHanJP", "Inter", sans-serif;
}
.signup-page-content__left .fc-main-text a {
  color: #E21C43;
  text-decoration: underline;
  letter-spacing: 0.025px;
}
.signup-page-content__left .fc-main-text.cont-1 {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.025px;
}
.signup-page-content__left .cont-2-title .title-2 {
  font-size: 14px;
  line-height: 19px;
}
.signup-page-content__left .cont-3-title .title-3 {
  font-size: 14px;
  line-height: 24px;
}
.signup-page-content__left .sign-up-form {
  width: 100%;
}
.signup-page-content__left .sign-up-form__margin-8 {
  margin: 8px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-10 {
  margin: 10px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-11 {
  margin: 11px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-12 {
  margin: 12px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-14 {
  margin: 14px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-16 {
  margin: 16px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-18 {
  margin: 18px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-20 {
  margin: 20px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-21 {
  margin: 21px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-22 {
  margin: 22px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-23 {
  margin: 23px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-24 {
  margin: 24px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-25 {
  margin: 25px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-26 {
  margin: 26px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-28 {
  margin: 28px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-30 {
  margin: 30px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-30.sp-margin-27 {
  margin: 27px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-31 {
  margin: 31px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-34 {
  margin: 34px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-42 {
  margin: 42px 0 0 0;
}
.signup-page-content__left .sign-up-form__margin-42.sp-margin-33 {
  margin: 33px 0 0 0;
}
.signup-page-content__left .sign-up-form__columm-title-box {
  font-size: 13px;
}
.signup-page-content__left .sign-up-form__columm-title-box .title {
  font-weight: 600;
  line-height: 13px;
}
.signup-page-content__left .sign-up-form__title-box .sign-title {
  font-size: 14px;
  line-height: 19px;
}
.signup-page-content__left .sign-up-form__password-align {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .signup-page-content__left .sign-up-form__password-align {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.signup-page-content__left .sign-up-form__password-align .password-box {
  display: flex;
  align-items: center;
}
.signup-page-content__left .sign-up-form__password-align .password-box .title {
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .signup-page-content__left .sign-up-form__password-align .password-box {
    margin-bottom: 8px;
  }
}
.signup-page-content__left .sign-up-form__password-align .password-text {
  font-size: 10px;
  letter-spacing: 0.025em;
}
.signup-page-content__left .sign-up-form__accordion {
  width: 100%;
}
.signup-page-content__left .common-agreement-box {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .signin-page-content__left {
    margin: 20px;
  }
}
.signin-page-content__left .signin-mainbox {
  width: 100%;
  max-width: 780px;
}
.signin-page-content__left .signin-mainbox__title {
  padding: 0 0 18px 0;
}
@media screen and (max-width: 768px) {
  .signin-page-content__left .signin-mainbox__title {
    padding-bottom: 12px;
  }
}
.signin-page-content__left .signin-mainbox__form {
  border-radius: 3px;
  border: 1px solid #E21C43;
  width: 100%;
}
.signin-page-content__left .signin-mainbox__form__innerbox {
  padding: 39px 50px 45px;
}
@media screen and (max-width: 768px) {
  .signin-page-content__left .signin-mainbox__form__innerbox {
    padding: 29px 25px 42px;
  }
}
.signin-page-content__left .signin-mainbox__form__innerbox input {
  width: 100%;
}
.signin-page-content__left .signin-mainbox__form__innerbox .inner-text-1 {
  color: #E21C43;
  padding-bottom: 32px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .signin-page-content__left .signin-mainbox__form__innerbox .inner-text-1 {
    padding-bottom: 28px;
  }
}
.signin-page-content__left .signin-mainbox__form__innerbox .inner-text-2 {
  color: #E21C43;
  padding-bottom: 10px;
  font-size: 12px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.signin-page-content__left .signin-mainbox__form__innerbox .inner-black {
  color: #333333;
  padding-bottom: 11px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
.signin-page-content__left .signin-mainbox__form__innerbox .input-text {
  display: flex;
}
.signin-page-content__left .signin-mainbox__form__innerbox .input-text .password-forget {
  margin: 0 0 0 auto;
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
}
.signin-page-content__left .signin-mainbox__form__innerbox .input-box {
  padding-bottom: 25px;
  border: none;
}
@media screen and (max-width: 768px) {
  .signin-page-content__left .signin-mainbox__form__innerbox .input-box {
    padding-bottom: 24px;
  }
}
.signin-page-content__left .signin-mainbox__form__innerbox .input-box input {
  width: 100%;
  border: 1px solid #DBDBDB;
  outline: none;
  height: 40px;
  border-radius: 3px;
  padding: 0 12px;
}
.signin-page-content__left .signin-mainbox__form__innerbox .button-signin-box {
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .signin-page-content__left .signin-mainbox__form__innerbox .button-signin-box {
    padding-bottom: px;
  }
}
.signin-page-content__left .signin-mainbox__form__innerbox .button-signin-box .button-signin {
  width: 135px;
  height: 38px;
}

@media screen and (max-width: 768px) {
  .column-cate-page-content__left {
    padding: 0 20px;
  }
}
.column-cate-page-content__left .useful-title {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .column-cate-page-content__left .useful-title {
    margin: 15px 0;
  }
}
.column-cate-page-content__left .useful-text {
  font-size: 16px;
  font-weight: 600;
}
.column-cate-page-content__left .useful-columm {
  width: 100%;
  padding: 15px 0;
}
.column-cate-page-content__left .useful-columm .common-text {
  margin: 10px 0;
}
.column-cate-page-content__left .useful-columm .more-button {
  display: none;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .column-cate-page-content__left .useful-columm .more-button {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .column-cate-page-content__left .useful-columm .fr-flexbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
  }
  .column-cate-page-content__left .useful-columm .fr-flexbox-list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20.4px;
  }
  .column-cate-page-content__left .useful-columm .fr-flexbox-list .swiper-slide {
    width: calc(50% - 17.5px);
  }
  .column-cate-page-content__left .useful-columm .fr-flexbox-list .swiper-slide .common-card {
    padding: 10px 10px;
  }
  .column-cate-page-content__left .useful-columm .fr-flexbox-list .swiper-slide .common-card .common-card__title {
    font-size: 12px;
  }
}
.column-cate-page-content__left .useful-columm .fr-pagenation {
  margin-top: 35px;
}
.column-cate-page-content__left .useful-columm .center-text-box {
  display: none;
}
@media screen and (max-width: 768px) {
  .column-cate-page-content__left .useful-columm .center-text-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
.column-cate-page-content__left .common-card__title {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
.franchise-page-content {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left {
    padding: 0 20px;
  }
}
.franchise-page-content__left .list-mainbox {
  width: 100%;
}
.franchise-page-content__left .list-mainbox__title {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__title {
    padding-bottom: 30px;
  }
}
.franchise-page-content__left .list-mainbox__pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__pagenation {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.franchise-page-content__left .list-mainbox__pagenation .text-box {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  line-height: 16px;
  gap: 13.3px;
}
.franchise-page-content__left .list-mainbox__whiteback-box {
  position: relative;
  padding-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box {
    padding-top: 23.9px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback {
  margin-bottom: 54px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 40px 40px 56px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback {
    padding: 20px 20px 40px;
    margin-bottom: 30px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback .common-card__image {
  max-height: 394px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback .common-card__image {
    max-height: 174px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback.last {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback.last {
    margin-bottom: 36px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__image {
  background-color: #D3D3D3;
  width: 100%;
  height: 100%;
  aspect-ratio: 350/197;
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__text {
  margin-top: 19px;
  font-size: 14px;
  letter-spacing: 0.025em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback__text {
    margin-top: 17px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__sub-text {
  margin-top: 10px;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 18px;
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__useful-title .title {
  margin-top: 22px;
  line-height: 28px;
  letter-spacing: 0.025em;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback__useful-title .title {
    margin-top: 18px;
    line-height: 28px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__button-box {
  margin-top: 39px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback__button-box {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .button {
  width: 135px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .button {
    height: 48px;
  }
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__sub-titlebox {
  margin-top: 18px;
  border: 1px solid #E21C43;
  display: inline-flex;
  width: auto;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback__sub-titlebox .sub-title {
  padding: 0 11px;
  color: #E21C43;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.0025px;
  text-align: center;
}
.franchise-page-content__left .list-mainbox__whiteback-box .whiteback .adjust-line {
  display: block;
  margin-top: 38px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}
@media screen and (max-width: 768px) {
  .franchise-page-content__left .list-mainbox__whiteback-box .whiteback .adjust-line {
    margin: 30px 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left {
    padding: 0 20px;
  }
}
.request-material-page-content__left .main-cont {
  padding: 40px 50px 60px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .main-cont {
    padding: 32px 25px 54px;
  }
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .fc-main-titlebox .main-title {
    font-size: 16px;
  }
}
.request-material-page-content__left .fc-main-text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
.request-material-page-content__left .fc-main-text.done {
  color: #E21C43;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .fc-main-text.done {
    font-size: 13px;
    line-height: 20px;
  }
}
.request-material-page-content__left .fc-main-2-text {
  margin-top: 20px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: -3px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .fc-main-2-text {
    margin-top: 11px;
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.request-material-page-content__left .fc-sub-text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #E21C43;
}
.request-material-page-content__left .edit-prof {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 25px;
}
.request-material-page-content__left .edit-prof a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .edit-prof a {
    margin-top: -2px;
  }
}
.request-material-page-content__left .radio-select-form {
  display: none;
}
.request-material-page-content__left .radio-select-form.active {
  display: block;
}
.request-material-page-content__left .margin-button {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .margin-button {
    margin-top: 43px;
  }
}
.request-material-page-content__left .confirm-box {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .confirm-box {
    margin: 13px 0 0 0;
  }
}
.request-material-page-content__left .confirm-box .text {
  font-size: 14px;
  letter-spacing: 0.025em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .confirm-box .text {
    font-size: 12px;
    line-height: 20px;
  }
}
.request-material-page-content__left .confirm-box .text a {
  color: #E21C43;
  text-decoration: underline;
  margin: 0 4px;
}
.request-material-page-content__left .check-button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .check-button {
    margin-top: 33px;
  }
}
.request-material-page-content__left .check-button .button-more-2-width {
  width: 153px;
  height: 38px;
  font-size: 14px;
}
.request-material-page-content__left .rm-form-box .request-form {
  width: 100%;
}
.request-material-page-content__left .rm-form-box .request-form__fc-sub-titlebox .sub-title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__fc-sub-titlebox .sub-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-8 {
  margin: 8px 0 0 0;
}
.request-material-page-content__left .rm-form-box .request-form__margin-10 {
  margin: 10px 0 0 0;
}
.request-material-page-content__left .rm-form-box .request-form__margin-11 {
  margin: 11px 0 0 0;
}
.request-material-page-content__left .rm-form-box .request-form__margin-14 {
  margin: 14px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-14.sp-16 {
    margin: 16px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-16 {
  margin: 16px 0 0 0;
}
.request-material-page-content__left .rm-form-box .request-form__margin-18 {
  margin: 18px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-18.sp-14 {
    margin: 14px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-18.sp-23 {
    margin: 23px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-20 {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-20.sp-16 {
    margin: 16px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-22 {
  margin: 22px 0 0 0;
}
.request-material-page-content__left .rm-form-box .request-form__margin-23 {
  margin: 23px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-23.sp-16 {
    margin: 16px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-24 {
  margin: 24px 0 0 0;
}
.request-material-page-content__left .rm-form-box .request-form__margin-26 {
  margin: 26px 0 0 0;
}
.request-material-page-content__left .rm-form-box .request-form__margin-28 {
  margin: 28px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-28.sp-40 {
    margin: 40px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-28 .button-more-2-width {
  width: 153px;
  height: 38px;
  font-size: 14px;
}
.request-material-page-content__left .rm-form-box .request-form__margin-30 {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-30.sp-27 {
    margin: 27px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-30 .button-more-width {
  width: 227px;
  height: 38px;
  font-size: 14px;
}
.request-material-page-content__left .rm-form-box .request-form__margin-34 {
  margin: 34px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-34.sp-44 {
    margin: 44px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-43 {
  margin: 43px 0 0 0;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-43.sp-33 {
    margin: 33px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-43.sp-38 {
    margin: 38px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__margin-43.sp-40 {
    margin: 40px 0 0 0;
  }
}
.request-material-page-content__left .rm-form-box .request-form__margin-43 .button-more-width {
  width: 136px;
  height: 38px;
  font-size: 13px;
}
.request-material-page-content__left .rm-form-box .request-form__password-align {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__password-align {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.request-material-page-content__left .rm-form-box .request-form__password-align .password-box {
  display: flex;
  align-items: center;
}
.request-material-page-content__left .rm-form-box .request-form__password-align .password-box .title {
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__password-align .password-box {
    margin-bottom: 8px;
  }
}
.request-material-page-content__left .rm-form-box .request-form__password-align .password-text {
  font-size: 12px;
  letter-spacing: 0.01em;
}
.request-material-page-content__left .rm-form-box .request-form__left-box {
  display: flex;
  align-items: center;
}
.request-material-page-content__left .rm-form-box .request-form__left-box .left {
  position: relative;
  width: 196px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__left-box .left {
    width: 137px;
  }
}
.request-material-page-content__left .rm-form-box .request-form__left-box .left label.unit-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  pointer-events: none;
}
.request-material-page-content__left .rm-form-box .request-form__left-box .left input.unit-placeholder {
  margin-left: auto;
  display: block;
  text-align: right;
  color: #333333;
  font-size: 14px;
}
.request-material-page-content__left .rm-form-box .request-form__left-box .unit {
  margin-left: 10px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
.request-material-page-content__left .rm-form-box .request-form__corporations-form {
  display: none;
}
.request-material-page-content__left .rm-form-box .request-form__corporations-form.active {
  display: block;
}
.request-material-page-content__left .rm-form-box .request-form__columm-title-box {
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  line-height: 18px;
  font-weight: 600;
}
.request-material-page-content__left .rm-form-box .request-form__input-box {
  padding: 0 12px;
  height: 138px;
  align-items: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .request-material-page-content__left .rm-form-box .request-form__input-box {
    height: 105px;
  }
}
.request-material-page-content__left .rm-form-box .request-form__input-box.corp-input {
  height: 92px;
}
.request-material-page-content__left .rm-form-box .request-form__input-box .text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.request-material-page-content__left .rm-form-box .request-form__accordion {
  width: 100%;
}
.request-material-page-content__left .rm-form-box .request-form__accordion .ac-height {
  width: 100%;
  height: 40px;
}
.request-material-page-content__left .rm-form-box .request-form__accordion .request-button {
  padding: 13.5px;
}
.request-material-page-content__left .rm-form-box .request-form__accordion .text {
  color: #333333;
  font-size: 18px;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list {
  margin-top: 14px;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper {
  display: flex;
  gap: 34px;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide {
  width: calc(100% / 3 - 34px * (3 - 1) / 3);
  flex-shrink: 0;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .fc-image {
  width: 204px;
  height: 126px;
  margin-bottom: 12px;
  background-color: #dfdfdf;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .fc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .fc-name {
  color: #E21C43;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 8px;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .desc {
  display: flex;
  flex-direction: column;
  gap: 14.4px;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .desc .text .text-title {
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .desc .text .text-title .square {
  font-size: 6px;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .desc .text .text-text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .desc .text .text-text a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .checkbox {
  margin-top: 20.4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .checkbox input[type=checkbox] {
  margin: 0 8px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #E21C43;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .checkbox input[type=checkbox]:checked {
  background-color: #FFFFFF;
}
.request-material-page-content__left .rm-form-box .request-form__fc-card-list .fc-wrapper .fc-slide .fc-card .checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5.5px;
  width: 4px;
  height: 7px;
  border: solid #E21C43;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

/* === Global utilities for fc-regist-form === */
.fc-regist-form__margin-8 {
  margin: 8px 0 0 0;
}

.fc-regist-form__margin-11 {
  margin: 11px 0 0 0;
}

.fc-regist-form__margin-14 {
  margin: 14px 0 0 0;
}

.fc-regist-form__margin-16 {
  margin: 16px 0 0 0;
}

.fc-regist-form__margin-18 {
  margin: 18px 0 0 0;
}

.fc-regist-form__margin-22 {
  margin: 22px 0 0 0;
}

.fc-regist-form__margin-28 {
  margin: 28px 0 0 0;
}

.fc-regist-form__margin-34 {
  margin: 34px 0 0 0;
}
.fc-regist-form__margin-34 .resist-button {
  width: 227px;
  height: 38px;
}

.fc-regist-form__margin-43 {
  margin: 43px 0 0 0;
}

.confirm-box .element__text {
  font-size: 14px;
  line-height: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.done-box .title {
  font-size: 14px;
  line-height: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #E21C43;
}
@media screen and (max-width: 768px) {
  .done-box .title {
    font-size: 13px;
    line-height: 13px;
  }
}

@media screen and (max-width: 768px) {
  .branch-registration-page-content__left {
    margin: 20px;
  }
}
.branch-registration-page-content__left .radio-select-form.active {
  display: block;
}
.branch-registration-page-content__left .brf-form .fc-regist-form {
  width: 100%;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-8 {
  margin: 8px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-11 {
  margin: 11px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-14 {
  margin: 14px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-16 {
  margin: 16px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-18 {
  margin: 18px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-22 {
  margin: 22px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-28 {
  margin: 28px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-28 .button-more-width {
  width: 227px;
  height: 38px;
  font-size: 14px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-28 .button-more-2-width {
  width: 153px;
  height: 38px;
  font-size: 14px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-34 {
  margin: 34px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-43 {
  margin: 43px 0 0 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__margin-43 .button-more-width {
  width: 136px;
  height: 38px;
  font-size: 13px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align .desc-text-box {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align .desc-text-box .title {
  padding-right: 8px;
  width: auto;
  overflow: visible;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align .desc-text-box .text {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align .desc-text-box .text {
    display: none;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align .desc-text-text {
  font-size: 12px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align .desc-text-text {
    font-size: 10px;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__desc-text-align .desc-text-text-pink {
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #E21C43;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__select-img {
  display: flex;
  align-items: center;
  gap: 10px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__select-img .sp-password-text {
  display: none;
  font-size: 12px;
  line-height: 12px;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__select-img .sp-password-text {
    display: block;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__password-align {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__password-align {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__password-align .password-box {
  display: flex;
  align-items: center;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__password-align .password-box .title {
  padding-right: 8px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__password-align .password-box {
    margin-bottom: 8px;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__password-align .password-text {
  font-size: 12px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__password-align .password-text {
    display: none;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__limits-text {
  font-size: 12px;
  letter-spacing: 0.01em;
  margin-top: 8px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__img-opt {
  width: 100px;
  height: 31px;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__img-opt {
    width: 102px;
    height: 32px;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__img-opt br {
  display: none;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__img-opt .mwform-file-delete {
  display: none;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__file-opt {
  width: 100px;
  height: 31px;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__file-opt {
    width: 102px;
    height: 32px;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__file-opt br {
  display: none;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__file-opt .mwform-file-delete {
  display: none;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__more-section {
  width: 198px;
  height: 38px;
  font-size: 14px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__more-section br {
  display: none;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__input-box {
  padding: 0 12px;
  height: 147px;
  align-items: flex-start;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__input-box {
    height: 66px;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__input-box.normal-input {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__input-box.normal-input {
    height: 66px;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__input-box .text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__accordion {
  width: 100%;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__accordion .ac-height {
  width: 100%;
  height: 40px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__accordion .request-button {
  padding: 13.5px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__accordion .text {
  color: #333333;
  font-size: 18px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__Period {
  display: flex;
  align-items: center;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__Period .Period-input-box {
  width: 62px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__Period .Period-text {
  font-size: 14px;
  padding: 0 7px;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content__left .brf-form .fc-regist-form__radio-box {
    display: flex;
    flex-direction: column;
  }
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .sp-radio-box {
  margin-top: 15px;
  line-height: 20px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .sp-radio-box br {
  display: none;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .radio-box .my-radio.selected::after {
  opacity: 1;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .mwform-radio-field.horizontal-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .mwform-radio-field.horizontal-item label {
  position: relative;
  align-content: center;
  margin-top: 15px;
  padding-left: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .mwform-radio-field.horizontal-item label input[type=radio] {
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: solid 1px #E21D1E;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .mwform-radio-field.horizontal-item label input[type=radio]:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .mwform-radio-field.horizontal-item label input[type=radio]:checked:before {
  background: #E21D1E;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__radio-box .mwform-radio-field.horizontal-item label .mwform-radio-field-text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 20px;
  color: #333333;
  margin-left: 5px;
}
.branch-registration-page-content__left .brf-form .fc-regist-form__none-anti-gap {
  gap: 14px;
}
.branch-registration-page-content__left .margin-34 {
  margin: 34px 0 0 0;
}
.branch-registration-page-content__left .margin-37 {
  margin: 37px 0 0 0;
}
.branch-registration-page-content br {
  display: none;
}
.branch-registration-page-content .contact-Button1 {
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .branch-registration-page-content .contact-Button1 {
    margin: 27px auto 0;
  }
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .custom-select-container {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 10px 13px 10px 0;
  border-bottom: 1px solid #D3D3D3;
  border-radius: 0;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .custom-select-container img {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-text-input-box {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 10px 13px 10px 0;
  border-bottom: 1px solid #D3D3D3;
  border-radius: 0;
  height: auto;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-button-post-pink {
  width: 100%;
  background-color: rgba(226, 28, 68, 0);
  border: 0px solid #E21C43;
  color: #333333;
  justify-content: flex-start;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .address {
  padding: 3px 13px 10px 0;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box {
  border-bottom: 1px solid #D3D3D3;
  border-radius: 0;
  gap: 9px;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box .common-vor-num-input-box {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 0;
  width: auto;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box .common-nach-num-input-box {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 10px 13px 10px 0;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box .common-button-post-pink {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .preview-button {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .fc-regist-form__limits-text {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .desc-text-text-pink {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .fc-regist-form__limits-text {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview #add-charm {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .desc-text-text {
  display: none;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .fc-regist-form__Period {
  border-bottom: 1px solid #D3D3D3;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .fc-regist-form__Period .Period-input-box {
  border-bottom: 0;
  width: auto;
  padding: 0;
}
.branch-registration-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview p {
  white-space: pre-line;
  word-break: break-word;
  text-align: left;
}

input[type=radio] + .my-check::before {
  content: "";
  display: inline-block;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #E21C43;
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
  margin-right: 6px;
  background-color: #fff;
  margin-bottom: 2px;
}

[type=file] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-17%, -50%);
}

input[type=radio]:checked + .my-check::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7.5px;
  width: 4px;
  height: 8px;
  border: solid #E21C43;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .contact-page-content__left {
    margin: 20px;
  }
}
.contact-page-content__left .fc-main-text {
  font-size: 14px;
}
.contact-page-content__left .fc-main-2-text {
  font-size: 16px;
  margin-top: 20px;
}
.contact-page-content__left .fc-sub-text {
  font-size: 14px;
  color: #E21C43;
}
.contact-page-content__left .edit-prof {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.contact-page-content__left .edit-prof a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
}
.contact-page-content__left .request-form {
  width: 100%;
}
.contact-page-content__left .request-form__margin-8 {
  margin: 8px 0 0 0;
}
.contact-page-content__left .request-form__margin-11 {
  margin: 11px 0 0 0;
}
.contact-page-content__left .request-form__margin-14 {
  margin: 14px 0 0 0;
}
.contact-page-content__left .request-form__margin-16 {
  margin: 16px 0 0 0;
}
.contact-page-content__left .request-form__margin-18 {
  margin: 18px 0 0 0;
}
.contact-page-content__left .request-form__margin-22 {
  margin: 22px 0 0 0;
}
.contact-page-content__left .request-form__margin-28 {
  margin: 28px 0 0 0;
}
.contact-page-content__left .request-form__margin-28 .button-more-width {
  width: 227px;
  height: 38px;
  font-size: 14px;
}
.contact-page-content__left .request-form__margin-28 .button-more-2-width {
  width: 153px;
  height: 38px;
  font-size: 14px;
}
.contact-page-content__left .request-form__margin-34 {
  margin: 34px 0 0 0;
}
.contact-page-content__left .request-form__margin-43 {
  margin: 43px 0 0 0;
}
.contact-page-content__left .request-form__margin-43 .button-more-width {
  width: 136px;
  height: 38px;
  font-size: 13px;
}
.contact-page-content__left .request-form__password-align {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-page-content__left .request-form__password-align {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-page-content__left .request-form__password-align .password-box {
  display: flex;
  align-items: center;
}
.contact-page-content__left .request-form__password-align .password-box .title {
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact-page-content__left .request-form__password-align .password-box {
    margin-bottom: 8px;
  }
}
.contact-page-content__left .request-form__password-align .password-text {
  font-size: 12px;
  letter-spacing: 0.01em;
}
.contact-page-content__left .request-form__left-box {
  display: flex;
  align-items: center;
}
.contact-page-content__left .request-form__left-box .left {
  position: relative;
  width: 196px;
}
.contact-page-content__left .request-form__left-box .left label.unit-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
  pointer-events: none;
}
.contact-page-content__left .request-form__left-box .left input.unit-placeholder {
  margin-left: auto;
  display: block;
  text-align: right;
  color: #333333;
  font-size: 14px;
}
.contact-page-content__left .request-form__left-box .unit {
  margin-left: 8px;
  font-size: 14px;
}
.contact-page-content__left .request-form__corporations-form {
  display: none;
}
.contact-page-content__left .request-form__corporations-form.active {
  display: block;
}
.contact-page-content__left .request-form__columm-title-box {
  font-size: 13px;
}
.contact-page-content__left .request-form__columm-title-box p {
  width: 100%;
}
.contact-page-content__left .request-form__columm-title-box p .error {
  margin: 0;
  color: #E21C43;
}
.contact-page-content__left .request-form__confirm-box .text {
  font-size: 14px;
}
.contact-page-content__left .request-form__confirm-box .text a {
  color: #E21C43;
  text-decoration: underline;
  margin: 0 4px;
}
.contact-page-content__left .request-form__input-box {
  padding: 0 12px;
  height: 138px;
  align-items: flex-start;
  padding-top: 10px;
}
.contact-page-content__left .request-form__input-box .text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.contact-page-content__left .request-form__accordion {
  width: 100%;
}
.contact-page-content__left .request-form__accordion .ac-height {
  width: 100%;
  height: 40px;
}
.contact-page-content__left .request-form__accordion .request-button {
  padding: 13.5px;
}
.contact-page-content__left .request-form__accordion .text {
  color: #333333;
  font-size: 18px;
}
.contact-page-content__left .request-form__fc-card-list {
  margin-top: 20px;
  width: 100%;
  max-width: 680px;
  height: 342px;
}
.contact-page-content__left .request-form__fc-card-list .fc-card {
  width: 100%;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .fc-image {
  width: 100%;
  height: 100%;
  max-width: 204px;
  max-height: 126px;
  margin-bottom: 12px;
  background-color: #dfdfdf;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .fc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .fc-name {
  color: #E21C43;
  font-size: 18px;
  margin-bottom: 8px;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .desc {
  font-size: 13px;
  color: #333333;
  margin-bottom: 12px;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .desc p {
  margin-bottom: 4px;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .checkbox input[type=checkbox] {
  margin: 0 8px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #E21C43;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .checkbox input[type=checkbox]:checked {
  background-color: #FFFFFF;
}
.contact-page-content__left .request-form__fc-card-list .fc-card .checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #E21C43;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.contact-page-content__left .request-form .contact-Button1 {
  margin: 30px auto 0;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .custom-select-container {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 10px 13px 10px 0;
  border-bottom: 1px solid #D3D3D3;
  border-radius: 0;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .custom-select-container img {
  display: none;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-text-input-box {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 10px 13px 10px 0;
  border-bottom: 1px solid #D3D3D3;
  border-radius: 0;
  height: auto;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .address {
  padding: 3px 13px 10px 0;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box {
  border-bottom: 1px solid #D3D3D3;
  border-radius: 0;
  gap: 9px;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box .common-vor-num-input-box {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 0;
  width: auto;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box .common-nach-num-input-box {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #DBDBDB;
  padding: 10px 13px 10px 0;
}
.contact-page-content .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .common-post-num-box .common-button-post-pink {
  display: none;
}

.event-reservation-page-content__left {
  margin: 0 0 50px 0;
}
.event-reservation-page-content__left .info-table {
  width: 780px;
  margin-top: 16px;
  margin-bottom: 4px;
  border: 1px solid #E58396;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .info-table {
    margin: 14px 20px 10px 20px;
  }
}
.event-reservation-page-content__left .info-table__flex {
  width: 100%;
  height: 42px;
  display: flex;
  border-bottom: 1px solid #E58396;
}
.event-reservation-page-content__left .info-table__flex .left {
  align-content: center;
  width: 146px;
  margin-left: 41px;
  border-right: 1px solid #E58396;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14PX;
  line-height: 17px;
  font-weight: 600;
}
.event-reservation-page-content__left .info-table__flex .right {
  align-content: center;
  width: 634px;
  margin-left: 37px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14PX;
  line-height: 17px;
  font-weight: 600;
}
.event-reservation-page-content__left .info-table__flex.last {
  border-bottom: none;
}
.event-reservation-page-content__left .form-title-box .title-box__title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18PX;
  line-height: 24px;
  font-weight: 600;
}
.event-reservation-page-content__left .form-title-box .fc-main-2-text {
  margin-top: 24px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16PX;
  line-height: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-title-box .fc-main-2-text {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-title-box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-mainbox {
    margin: 20px;
  }
}
.event-reservation-page-content__left .form-mainbox .form-maincont {
  margin-top: 24px;
  padding: 40px 50px 70px;
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-mainbox .form-maincont {
    margin-top: 26px;
    padding: 32px 25px 50px;
  }
}
.event-reservation-page-content__left .form-mainbox .fc-main-text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14PX;
  line-height: 19px;
  font-weight: 600;
}
.event-reservation-page-content__left .form-mainbox .fc-main-2-text {
  font-size: 16px;
  margin-top: 20px;
}
.event-reservation-page-content__left .form-mainbox .fc-sub-text {
  font-size: 14px;
  color: #E21C43;
}
.event-reservation-page-content__left .form-mainbox .edit-prof {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-mainbox .edit-prof {
    margin-top: 17px;
  }
}
.event-reservation-page-content__left .form-mainbox .edit-prof a {
  color: #E21C43;
  text-decoration-line: underline;
}
.event-reservation-page-content__left .form-mainbox .request-form {
  width: 100%;
}
.event-reservation-page-content__left .form-mainbox .request-form__titlebox .form-title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16PX;
  line-height: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-mainbox .request-form__titlebox .form-title {
    font-size: 14px;
    line-height: 14px;
  }
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-8 {
  margin: 8px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-10 {
  margin: 10px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-10.sp-11 {
  margin: 11px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-10.sp-8 {
  margin: 8px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-11 {
  margin: 11px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-11.sp-13 {
  margin: 13px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-11.sp-8 {
  margin: 8px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-14 {
  margin: 14px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-14.sp-24 {
  margin: 24px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-14.sp-16 {
  margin: 16px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-16 {
  margin: 16px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-18 {
  margin: 18px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-18.sp-14 {
  margin: 14px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-18.sp-10 {
  margin: 10px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-18.sp-14 {
  margin: 14px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-20 {
  margin: 20px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-20.sp-16 {
  margin: 16px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-20.sp-13 {
  margin: 13px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-21 {
  margin: 21px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-21.sp-10 {
  margin: 10px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-22 {
  margin: 22px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-22.sp-24 {
  margin: 24px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-23 {
  margin: 23px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-23.sp-16 {
  margin: 16px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-23.sp-24 {
  margin: 24px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-24 {
  margin: 24px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-24.sp-13 {
  margin: 13px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-24.sp-16 {
  margin: 16px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-24.sp-10 {
  margin: 10px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-25 {
  margin: 25px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-25.sp-13 {
  margin: 13px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-25.sp-24 {
  margin: 24px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-28 {
  margin: 28px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-28.sp-24 {
  margin: 24px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-28 .button-more-width {
  width: 227px;
  height: 38px;
  font-size: 14px;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-28 .button-more-2-width {
  width: 153px;
  height: 38px;
  font-size: 14px;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-30 {
  margin: 30px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-30 .button-more-width {
  width: 136px;
  height: 38px;
  font-size: 13px;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-30.sp-27 {
  margin: 27px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-34 {
  margin: 34px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-35 {
  margin: 35px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-35.sp-27 {
  margin: 27px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-43 {
  margin: 43px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-43.sp-33 {
  margin: 33px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-44 {
  margin: 44px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-44.sp-40 {
  margin: 40px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-53 {
  margin: 53px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__margin-53.sp-33 {
  margin: 33px 0 0 0;
}
.event-reservation-page-content__left .form-mainbox .request-form__password-align {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-mainbox .request-form__password-align {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.event-reservation-page-content__left .form-mainbox .request-form__password-align .password-box {
  display: flex;
  align-items: center;
}
.event-reservation-page-content__left .form-mainbox .request-form__password-align .password-box .title {
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .event-reservation-page-content__left .form-mainbox .request-form__password-align .password-box {
    margin-bottom: 8px;
  }
}
.event-reservation-page-content__left .form-mainbox .request-form__password-align .password-text {
  letter-spacing: 0.0025em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 12PX;
  line-height: 17px;
  font-weight: 600;
}
.event-reservation-page-content__left .form-mainbox .request-form__cont-2-more .button-pink {
  width: 202px;
}
.event-reservation-page-content__left .form-mainbox .request-form__left-box {
  display: flex;
  align-items: center;
}
.event-reservation-page-content__left .form-mainbox .request-form__left-box .left {
  position: relative;
  width: 196px;
}
.event-reservation-page-content__left .form-mainbox .request-form__left-box .left label.unit-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 14px;
  pointer-events: none;
}
.event-reservation-page-content__left .form-mainbox .request-form__left-box .left input.unit-placeholder {
  margin-left: auto;
  display: block;
  text-align: right;
  color: #333333;
  font-size: 14px;
}
.event-reservation-page-content__left .form-mainbox .request-form__left-box .unit {
  margin-left: 8px;
  font-size: 14px;
}
.event-reservation-page-content__left .form-mainbox .request-form__corporations-form {
  display: none;
}
.event-reservation-page-content__left .form-mainbox .request-form__corporations-form.active {
  display: block;
}
.event-reservation-page-content__left .form-mainbox .request-form__columm-title-box {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 13PX;
  line-height: 19px;
  font-weight: 600;
}
.event-reservation-page-content__left .form-mainbox .request-form__confirm-box .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 12PX;
  line-height: 20px;
  font-weight: 600;
}
.event-reservation-page-content__left .form-mainbox .request-form__confirm-box .text a {
  color: #E21C43;
  text-decoration: underline;
  margin: 0 4px;
}
.event-reservation-page-content__left .form-mainbox .request-form__input-box {
  padding: 0 12px;
  height: 147px;
  align-items: flex-start;
  padding-top: 10px;
}
.event-reservation-page-content__left .form-mainbox .request-form__input-box .text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.event-reservation-page-content__left .form-mainbox .request-form__accordion {
  width: 100%;
}
.event-reservation-page-content__left .form-mainbox .request-form__accordion .ac-height {
  width: 100%;
  height: 40px;
}
.event-reservation-page-content__left .form-mainbox .request-form__accordion .request-button {
  padding: 13.5px;
}
.event-reservation-page-content__left .form-mainbox .request-form__accordion .text {
  color: #333333;
  font-size: 18px;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list {
  margin-top: 20px;
  width: 100%;
  max-width: 680px;
  height: 342px;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card {
  width: 100%;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .fc-image {
  width: 100%;
  height: 100%;
  max-width: 204px;
  max-height: 126px;
  margin-bottom: 12px;
  background-color: #dfdfdf;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .fc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .fc-name {
  color: #E21C43;
  font-size: 18px;
  margin-bottom: 8px;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .desc {
  font-size: 13px;
  color: #333333;
  margin-bottom: 12px;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .desc p {
  margin-bottom: 4px;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .checkbox input[type=checkbox] {
  margin: 0 8px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #E21C43;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-color: #FFFFFF;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .checkbox input[type=checkbox]:checked {
  background-color: #FFFFFF;
}
.event-reservation-page-content__left .form-mainbox .request-form__fc-card-list .fc-card .checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #E21C43;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.event-reservation-page-content__left .form-mainbox .cont-3-titlebox .cont-3-title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14PX;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 769px) {
  .mypage-page-content__left {
    width: 100%;
  }
}

.mypage-mainbox {
  width: 100%;
  display: none;
}
.mypage-mainbox.active {
  display: block;
}
@media (max-width: 768px) {
  .mypage-mainbox {
    padding: 0 20px;
  }
}
.mypage-mainbox .mypage-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: none;
  margin-top: 27px;
  height: auto;
  min-width: 830px;
}
.mypage-mainbox .mypage-header__link {
  color: #333333;
  font-size: 14px;
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 15px;
}
.mypage-mainbox .mypage-header__link .text {
  background-color: #FFFFFF;
  border-radius: 120px;
  padding: 6px 24px 7px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.mypage-mainbox .mypage-header__link.active {
  border-bottom: 1px solid #E21C43;
  color: #E21C43;
}
.mypage-mainbox .mypage-header__link.active .text {
  background-color: rgba(226, 28, 68, 0);
}
.mypage-mainbox .mypage-header__link::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #D3D3D3;
  margin-left: auto;
}
.mypage-mainbox .mypage-header__link::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #D3D3D3;
  margin-right: auto;
}
.mypage-mainbox .mypage-header .center-1 {
  min-width: 231px;
}
@media (max-width: 768px) {
  .mypage-mainbox .mypage-header .center-1 {
    min-width: 183px;
  }
}
.mypage-mainbox .mypage-header .center-1.active::after {
  background-color: #E21C43;
}
.mypage-mainbox .mypage-header .center-1.active::before {
  background-color: #E21C43;
}
.mypage-mainbox .mypage-header .center {
  min-width: 170px;
}
@media (max-width: 768px) {
  .mypage-mainbox .mypage-header .center {
    min-width: 133px;
  }
}
.mypage-mainbox .mypage-header .center.active::after {
  background-color: #E21C43;
}
.mypage-mainbox .mypage-header .center.active::before {
  background-color: #E21C43;
}
.mypage-mainbox .mypage-header .left {
  min-width: 228px;
}
@media (max-width: 768px) {
  .mypage-mainbox .mypage-header .left {
    min-width: 159px;
  }
}
.mypage-mainbox .mypage-header .left::after {
  background-color: rgba(211, 211, 211, 0);
}
.mypage-mainbox .mypage-header .left.active::before {
  background-color: #E21C43;
}
.mypage-mainbox .mypage-header .right {
  min-width: 156px;
}
@media (max-width: 768px) {
  .mypage-mainbox .mypage-header .right {
    min-width: 110px;
  }
}
.mypage-mainbox .mypage-header .right::before {
  background-color: rgba(211, 211, 211, 0);
}
.mypage-mainbox .mypage-header .right.active::after {
  background-color: #E21C43;
}

.request-history-mainbox {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 35px;
}
.request-history-mainbox::-webkit-scrollbar {
  display: none;
}
.request-history-mainbox__text {
  display: flex;
  justify-content: center;
  margin-top: 46px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 768px) {
  .request-history-mainbox__text {
    margin-top: 31px;
  }
}
.request-history-mainbox .info-table {
  width: 780px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.request-history-mainbox .info-table__flex {
  width: 100%;
  height: 74px;
  display: flex;
  border-bottom: 1px solid #D3D3D3;
}
.request-history-mainbox .info-table__flex .left-1 {
  align-content: center;
  width: 212px;
  font-size: 14px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  line-height: 17px;
}
@media (max-width: 768px) {
  .request-history-mainbox .info-table__flex .left-1 {
    width: 150px;
  }
}
.request-history-mainbox .info-table__flex .left-1__title {
  margin-top: auto;
  margin-bottom: 15px;
  width: 212px;
  font-size: 14px;
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 768px) {
  .request-history-mainbox .info-table__flex .left-1__title {
    width: 150px;
  }
}
.request-history-mainbox .info-table__flex .left-2 {
  align-content: center;
  width: 210px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 768px) {
  .request-history-mainbox .info-table__flex .left-2 {
    width: 150px;
  }
}
.request-history-mainbox .info-table__flex .left-2__title {
  margin-top: auto;
  margin-bottom: 15px;
  width: 210px;
  font-size: 14px;
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 768px) {
  .request-history-mainbox .info-table__flex .left-2__title {
    width: 150px;
  }
}
.request-history-mainbox .info-table__flex .left-2 a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
.request-history-mainbox .info-table__flex .right-1 {
  align-content: center;
  width: 221px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 768px) {
  .request-history-mainbox .info-table__flex .right-1 {
    width: 127px;
  }
}
.request-history-mainbox .info-table__flex .right-1 a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
.request-history-mainbox .info-table__flex .right-1__title {
  margin-top: auto;
  margin-bottom: 15px;
  width: 221px;
  font-size: 14px;
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 768px) {
  .request-history-mainbox .info-table__flex .right-1__title {
    width: 127px;
  }
}
.request-history-mainbox .info-table__flex .right-2 {
  align-content: center;
  width: 142px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
.request-history-mainbox .info-table__flex .right-2 .download-button {
  height: 30px;
  width: 115px;
  align-content: center;
}
.request-history-mainbox .info-table__flex .right-2 .mail-taxt {
  padding-left: 6px;
}
.request-history-mainbox .info-table__flex .right-2__title {
  margin-top: auto;
  margin-bottom: 15px;
  width: 142px;
  font-size: 14px;
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}
.request-history-mainbox .info-table__flex .right-2.black-text {
  color: #333333;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 19px;
}

@media (max-width: 768px) {
  .withdrawal-mainbox {
    padding: 0 20px;
  }
}
.withdrawal-mainbox .message-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-top: 36px;
  width: 100%;
  height: 176px;
  border: 1px solid #E21C43;
  border-radius: 3px;
}
.withdrawal-mainbox .message-box__text-pc {
  padding-top: 34px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #E21C43;
  text-align: center;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 768px) {
  .withdrawal-mainbox .message-box__text-pc {
    display: none;
  }
}
.withdrawal-mainbox .message-box__text-sp {
  padding: 34px 25px 0px 25px;
  padding-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #E21C43;
  display: none;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 768px) {
  .withdrawal-mainbox .message-box__text-sp {
    display: block;
  }
}
.withdrawal-mainbox .message-box__button-box {
  margin-top: 22px;
}
.withdrawal-mainbox .message-box__button-box .button {
  height: 40px;
  width: 135px;
  align-content: center;
}

@media (max-width: 768px) {
  .user-info-mainbox {
    padding: 0 20px;
  }
}
.user-info-mainbox .my-info-list {
  padding-top: 32px;
  gap: 22px;
  display: none;
}
.user-info-mainbox .my-info-list.active {
  display: flex;
  flex-direction: column;
}
.user-info-mainbox .my-info-list .info-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-info-mainbox .my-info-list .info-cont .post-num-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.user-info-mainbox .my-info-list .info-cont .post-num-box .num-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-info-mainbox .my-info-list .info-cont .title {
  height: 14px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 19px;
  color: #E21C43;
}
.user-info-mainbox .my-info-list .info-cont .min-title {
  height: 13px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 19px;
  color: #E21C43;
}
.user-info-mainbox .my-info-list .info-cont .text {
  height: 14px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 19px;
  color: #333333;
}
.user-info-mainbox .my-info-list .change-button-box {
  padding-top: 39px;
}
@media (max-width: 768px) {
  .user-info-mainbox .my-info-list .change-button-box {
    padding-top: 10px;
  }
}
.user-info-mainbox .my-info-list .change-button-box .button-width {
  width: 138px;
}
@media (max-width: 768px) {
  .user-info-mainbox .my-info-list .change-button-box .button-width {
    height: 40px;
  }
}
.user-info-mainbox .change-form {
  display: none;
}
.user-info-mainbox .change-form.active {
  display: flex;
  flex-direction: column;
}
.user-info-mainbox .change-form .done-box .title {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 24px;
}
.user-info-mainbox .change-form .sign-up-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.user-info-mainbox .change-form .sign-up-form .form-title {
  margin-bottom: 7px;
}
.user-info-mainbox .change-form .sign-up-form .form-title .title-free {
  font-size: 14px;
  line-height: 19px;
  height: 14px;
}
.user-info-mainbox .change-form .sign-up-form .agreement-box {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .user-info-mainbox .change-form .sign-up-form .agreement-box {
    margin-top: 11px;
  }
}
.user-info-mainbox .change-form .sign-up-form .input-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-info-mainbox .change-form .sign-up-form .input-box.confirm-box {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media (max-width: 768px) {
  .user-info-mainbox .change-form .sign-up-form .input-box.confirm-box {
    gap: 10px;
  }
}
.user-info-mainbox .change-form .sign-up-form .input-box.confirm-box .element {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-info-mainbox .change-form .sign-up-form .input-box.confirm-box .element__text {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 19px;
  height: 14px;
}
.user-info-mainbox .change-form .sign-up-form .input-box.none-gap {
  gap: 0;
}
.user-info-mainbox .change-form .sign-up-form .input-box__adress-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.user-info-mainbox .change-form .sign-up-form .input-box__adress-list .adress-input-box {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.user-info-mainbox .change-form .sign-up-form .input-box__adress-list .adress-input-box.confirm-post {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.user-info-mainbox .change-form .sign-up-form .input-box__adress-list .adress-input-box__columm-title-box .title {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 18px;
  height: 13px;
}
.user-info-mainbox .change-form .sign-up-form .input-box .pasword-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .user-info-mainbox .change-form .sign-up-form .input-box .pasword-input {
    gap: 11px;
  }
}
.user-info-mainbox .change-form .sign-up-form .input-box .pasword-input__password-align {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .user-info-mainbox .change-form .sign-up-form .input-box .pasword-input__password-align {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: auto;
  }
}
.user-info-mainbox .change-form .sign-up-form .input-box .pasword-input__password-align .password-box {
  display: flex;
  align-items: center;
}
.user-info-mainbox .change-form .sign-up-form .input-box .pasword-input__password-align .password-box .title {
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .user-info-mainbox .change-form .sign-up-form .input-box .pasword-input__password-align .password-box {
    margin-bottom: 8px;
  }
}
.user-info-mainbox .change-form .sign-up-form .input-box .pasword-input__password-align .password-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 17px;
}
.user-info-mainbox .change-form .checked-button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .user-info-mainbox .change-form .checked-button {
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left {
    padding: 0 20px;
  }
}
.useful-column-detail-page-content__left .card-title-uci {
  font-size: 15px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .card-title-uci {
    font-size: 14px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box {
    gap: 32px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box__useful-title .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 24px;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content h2.wp-block-heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E21C43;
  margin-bottom: 42px;
  font-family: "YakuHanJP", "Noto Sans", sans-serif;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box .column-content h2.wp-block-heading {
    padding-bottom: 13px;
    margin-bottom: 32px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box .column-content h3.wp-block-heading {
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 22px;
  margin-bottom: 12px;
  font-family: "YakuHanJP", "Noto Sans", sans-serif;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 22px;
  font-family: "YakuHanJP", "Inter", sans-serif;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content ul {
  margin-top: 38px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box .column-content ul {
    margin-top: 28px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box .column-content ul li {
  list-style: disc;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 24px;
  font-family: "YakuHanJP", "Noto Sans", sans-serif;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content ul li::marker {
  font-size: 16px;
  color: #E21C43;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content ol {
  margin-top: 38px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box .column-content ol {
    margin-top: 28px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box .column-content ol li {
  list-style: disc;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 24px;
  font-family: "YakuHanJP", "Noto Sans", sans-serif;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content ol li::marker {
  font-size: 16px;
  color: #E21C43;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content .has-fixed-layout {
  min-width: 780px;
  margin-top: 34px;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content .has-fixed-layout tr td {
  text-align: center;
  border: 1px solid #E21C43;
  font-family: "YakuHanJP", "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content .wp-block-image.size-full {
  margin-top: 38px;
  width: 100%;
  height: 100%;
  aspect-ratio: 780/390;
  background-color: #D3D3D3;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content .wp-block-image.size-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content .wp-block-group-is-layout-flex {
  gap: 40px;
  margin-top: 65px;
  align-items: flex-start;
}
.useful-column-detail-page-content__left .column-page-title-box .column-content .wp-block-group-is-layout-flex p {
  height: 100%;
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
}
.useful-column-detail-page-content__left .column-page-title-box .column-content .wp-block-group-is-layout-flex .wp-block-image {
  margin-top: 0;
  aspect-ratio: 360/240;
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E21C43;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box__list-box .useful-text {
    padding-bottom: 13px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box {
    margin-top: 32px;
    gap: 34.2px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-detail {
    gap: 12.8px;
  }
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-detail .title {
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 22px;
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-detail .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-detail .text {
    font-weight: 600;
  }
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-list .list-1 {
  display: flex;
  flex-direction: column;
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-list .list-1 .list-cont {
  display: flex;
  align-content: center;
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-list .list-1 .list-cont .dot {
  height: 6px;
  width: 6px;
  background-color: #E21C43;
  border-radius: 100%;
  margin: 9px 11px 9px 0px;
}
.useful-column-detail-page-content__left .column-page-title-box__list-box .useful-columm-box .list-list .list-1 .list-cont .text {
  display: flex;
  align-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 24px;
}
.useful-column-detail-page-content__left .info-table {
  width: 780px;
  margin-top: 34px;
  border: 1px solid #E58396;
  border-radius: 4px;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.useful-column-detail-page-content__left .info-table__flex {
  width: 780px;
  height: 42px;
  display: flex;
  border-bottom: 1px solid #E58396;
}
.useful-column-detail-page-content__left .info-table__flex .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 14px;
  border-right: 1px solid #E58396;
}
.useful-column-detail-page-content__left .info-table__flex .cont.last {
  border-right: none;
}
.useful-column-detail-page-content__left .info-table__flex.last {
  border-bottom: none;
}
.useful-column-detail-page-content__left .img-box {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .img-box {
    gap: 32px;
    margin-top: 32px;
  }
}
.useful-column-detail-page-content__left .img-box__big-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 390/197;
  background-color: #D3D3D3;
}
.useful-column-detail-page-content__left .img-box__img-detail {
  width: 100%;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .img-box__img-detail {
    gap: 23px;
  }
}
.useful-column-detail-page-content__left .img-box__img-detail .img-text {
  width: 51%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .img-box__img-detail .img-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
}
.useful-column-detail-page-content__left .img-box__img-detail .mini-img {
  width: 49%;
  height: 100%;
  aspect-ratio: 3/2;
  background-color: #D3D3D3;
}
.useful-column-detail-page-content__left .noteworthy-box {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .useful-column-detail-page-content__left .noteworthy-box {
    margin-top: 75px;
  }
}
.useful-column-detail-page-content__left .noteworthy-box .uc-list .uc-swiper {
  display: flex;
  gap: 24px;
}
.useful-column-detail-page-content__left .noteworthy-box .uc-list .uc-swiper .uc-slide {
  width: 244px;
}
.useful-column-detail-page-content__left .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card {
  width: 244px;
  height: 195px;
}
.useful-column-detail-page-content__left .noteworthy-box .button-box {
  margin: 14px 0 70px 0;
}
.useful-column-detail-page-content__left .noteworthy-box .button-box .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 40px;
}

.franchise-info-page-content__left .fc-title-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  gap: 24px;
}
.franchise-info-page-content__left .fc-title-box .fc-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  background-color: #D1D1D1;
  border-radius: 3px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 16px;
  overflow: hidden;
}
.franchise-info-page-content__left .fc-title-box .fc-name {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 14px;
}
.franchise-info-page-content__left .mypage-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: none;
  margin-top: 26px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: auto;
}
@media (max-width: 768px) {
  .franchise-info-page-content__left .mypage-header {
    overflow-x: auto;
  }
}
.franchise-info-page-content__left .mypage-header::-webkit-scrollbar {
  display: none;
}
.franchise-info-page-content__left .mypage-header__link {
  color: #333333;
  font-size: 14px;
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 15px;
  min-width: 259.98px;
}
.franchise-info-page-content__left .mypage-header__link .text {
  background-color: #FFFFFF;
  border-radius: 120px;
  padding: 6px 24px 7px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}
.franchise-info-page-content__left .mypage-header__link.active {
  border-bottom: 1px solid #E21C43;
  color: #E21C43;
}
.franchise-info-page-content__left .mypage-header__link.active .text {
  background-color: rgba(226, 28, 68, 0);
}
.franchise-info-page-content__left .mypage-header__link::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #D3D3D3;
  margin-left: auto;
}
.franchise-info-page-content__left .mypage-header__link::before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #D3D3D3;
  margin-right: auto;
}
@media (max-width: 768px) {
  .franchise-info-page-content__left .mypage-header .center {
    min-width: 110px;
  }
}
.franchise-info-page-content__left .mypage-header .center.active::after {
  background-color: #E21C43;
}
.franchise-info-page-content__left .mypage-header .center.active::before {
  background-color: #E21C43;
}
@media (max-width: 768px) {
  .franchise-info-page-content__left .mypage-header .left {
    min-width: 133px;
  }
}
.franchise-info-page-content__left .mypage-header .left::after {
  background-color: rgba(211, 211, 211, 0);
}
.franchise-info-page-content__left .mypage-header .left.active::before {
  background-color: #E21C43;
}
@media (max-width: 768px) {
  .franchise-info-page-content__left .mypage-header .right {
    min-width: 133px;
  }
}
.franchise-info-page-content__left .mypage-header .right::before {
  background-color: rgba(211, 211, 211, 0);
}
.franchise-info-page-content__left .mypage-header .right.active::after {
  background-color: #E21C43;
}

.fc-info-mainbox {
  width: 100%;
  display: none;
}
.fc-info-mainbox.active {
  display: block;
}
@media (max-width: 768px) {
  .fc-info-mainbox {
    padding: 0 20px;
  }
}

.basic-info-mainbox .whiteback-box {
  position: relative;
  padding-top: 35px;
  width: 100%;
}
.basic-info-mainbox .whiteback-box .whiteback {
  margin-bottom: 55px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 41px 30px 41px;
}
.basic-info-mainbox .whiteback-box .whiteback__text {
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.basic-info-mainbox .whiteback-box .whiteback__text.wo1 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__text.wo1 {
    margin-top: 28px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__title-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__title-box {
    gap: 18px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__title-box .useful-title .title {
  line-height: 28px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.basic-info-mainbox .whiteback-box .whiteback__title-box .keyword-box {
  width: 100%;
  height: auto;
}
.basic-info-mainbox .whiteback-box .whiteback__title-box .keyword-box .keyword {
  display: flex;
  flex-wrap: wrap;
}
.basic-info-mainbox .whiteback-box .whiteback__title-box .keyword-box .keyword .text {
  line-height: 17px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  justify-content: center;
  color: #707070;
  border-bottom: 1px solid #707070;
}
.basic-info-mainbox .whiteback-box .whiteback__title-box .keyword-box .keyword .border {
  border-left: 1px solid #B4B4B4;
  height: 14px;
  margin: 0 7px;
}
.basic-info-mainbox .whiteback-box .whiteback__title-box .big-img {
  aspect-ratio: 350/197;
  margin-top: 3px;
  border-radius: 0;
  margin-bottom: 0;
  max-height: 394px;
}
@media screen and (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__title-box .big-img {
    margin-top: 2px;
    max-height: 174px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__title-box .big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__title-box .big-img img {
    border-radius: 3px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__button-box {
  display: flex;
  gap: 20px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__button-box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__button-box .favorite-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.2px;
}
.basic-info-mainbox .whiteback-box .whiteback__button-box .favorite-button .after {
  display: none;
}
.basic-info-mainbox .whiteback-box .whiteback__button-box .favorite-button:hover {
  background-color: #FFF0F3;
  transition: all 0.3s ease;
  opacity: 1;
  color: #E21C43;
}
.basic-info-mainbox .whiteback-box .whiteback__button-box .favorite-button:hover .before {
  display: none;
}
.basic-info-mainbox .whiteback-box .whiteback__button-box .favorite-button:hover .after {
  display: block;
}
.basic-info-mainbox .whiteback-box .whiteback__button-box .favorite-button .none {
  background-color: #FFFFFF;
  border: 1px solid #E21C43;
  color: #E21C43;
}
.basic-info-mainbox .whiteback-box .whiteback__button-box .favorite-button .active {
  background-color: #E21C43;
  border: 1px solid #E21C43;
  color: #FFFFFF;
}
.basic-info-mainbox .whiteback-box .whiteback__button-box.last {
  margin-bottom: 26px;
}
.basic-info-mainbox .whiteback-box .whiteback__detail-list {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__detail-list {
    margin-top: 20px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__detail-list .list-cont .sub-titlebox {
  border: 1px solid #E21C43;
  display: inline-flex;
  width: auto;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.basic-info-mainbox .whiteback-box .whiteback__detail-list .list-cont .sub-titlebox .sub-title {
  padding: 0 11px;
  color: #E21C43;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
}
.basic-info-mainbox .whiteback-box .whiteback__detail-list .list-cont .text {
  padding-top: 10px;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 13px;
}
.basic-info-mainbox .whiteback-box .whiteback__appeal-cont {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__appeal-cont {
    margin-top: 34px;
  }
  .basic-info-mainbox .whiteback-box .whiteback__appeal-cont.last {
    margin-top: 30px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__appeal-cont .cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__appeal-cont .cont {
    gap: 18px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__appeal-cont .cont .title-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.basic-info-mainbox .whiteback-box .whiteback__appeal-cont .cont .title-box .appeal-title {
  display: flex;
  align-items: center;
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  font-size: 16px;
  border-left: 2px solid #E21C43;
  padding-left: 11px;
}
.basic-info-mainbox .whiteback-box .whiteback__appeal-cont .cont .big-img {
  aspect-ratio: 350/197;
  border-radius: 0;
  max-height: 394px;
}
@media screen and (max-width: 768px) {
  .basic-info-mainbox .whiteback-box .whiteback__appeal-cont .cont .big-img {
    max-height: 174px;
  }
}
.basic-info-mainbox .whiteback-box .whiteback__appeal-cont .cont .big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.basic-info-mainbox .card-box {
  padding-bottom: 193px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .basic-info-mainbox .card-box {
    padding-bottom: 130px;
    padding-top: -3px;
  }
}
.basic-info-mainbox .card-box .card-b-title {
  padding-bottom: 20px;
}

.session-mainbox .whiteback-box {
  position: relative;
  padding-top: 35px;
  width: 100%;
}
.session-mainbox .whiteback-box .whiteback {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 55px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 41px 30px 75px;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback {
    gap: 40px;
    padding: 41px 30px 35px;
  }
}
.session-mainbox .whiteback-box .whiteback__search-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont {
  max-width: 244px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont {
    max-width: 298.3px;
  }
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont .ac-size {
  height: 38px;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont .ac-size {
    height: 40px;
  }
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont .ac-size .ac-text {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont .ac-size .icon {
  transition: transform 0.3s ease;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list {
  max-width: 244px;
  position: absolute;
  max-height: 420px;
  padding-bottom: 15px;
  overflow-y: scroll;
  display: none;
  background-color: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list {
    max-width: 298.3px;
  }
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list .accordion-option {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list .accordion-option:hover {
  background-color: #f5f5f5;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list .accordion-option.selected {
  background-color: #E21C43;
  color: white;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list .accordion-option:last-child {
  border-bottom: none;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box.active .ac-list {
  display: block;
}
.session-mainbox .whiteback-box .whiteback__search-box .search-main .button-search-box__button-search {
  width: 135px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.session-mainbox .whiteback-box .whiteback__session-cont {
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: opacity 0.3s ease;
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont {
  display: flex;
  flex-direction: column;
  gap: 18.9px;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__session-cont .text-cont {
    gap: 14px;
  }
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-text {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-text .title-box .title-cont {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-text .text-box {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box {
    gap: 14.4px;
  }
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box .text .text-title {
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box .text .text-title .square {
  font-size: 6px;
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box .text .text-text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.session-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box .text .text-text a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
}
.session-mainbox .whiteback-box .whiteback__session-cont .button-search-box {
  margin-top: 22px;
}
.session-mainbox .whiteback-box .whiteback__session-cont .button-search-box__button-search {
  width: 175px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__line.sp-none {
    display: none;
  }
}
.session-mainbox .whiteback-box .whiteback__done-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .session-mainbox .whiteback-box .whiteback__done-text {
    gap: 25px;
  }
}
.session-mainbox .whiteback-box .whiteback__done-text .text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.session-mainbox .whiteback-box .whiteback__done-text .text a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
}

.company-profile-mainbox .whiteback-box {
  position: relative;
  padding-top: 35px;
  width: 100%;
}
.company-profile-mainbox .whiteback-box .whiteback {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 55px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 41px 30px 57px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback {
    gap: 34px;
    padding: 41px 30px 35px;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__search-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.company-profile-mainbox .whiteback-box .whiteback__search-box .search-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont {
  max-width: 244px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont {
    max-width: 298.3px;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont .ac-size {
  height: 38px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont .ac-size {
    height: 40px;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-cont .ac-size .ac-text {
  color: #707070;
  font-size: 14px;
  line-height: 19px;
}
.company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list {
  max-width: 244px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback__search-box .search-main__accordion-box .ac-list {
    max-width: 298.3px;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__search-box .search-main .button-search-box__button-search {
  width: 135px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont {
  display: flex;
  flex-direction: column;
  gap: 18.9px;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-text {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-text .title-box .title-cont {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-text .text-box {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box .text .text-title {
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box .text .text-title .square {
  font-size: 6px;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .text-cont .detail-list-box .text .text-text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box {
    display: flex;
    flex-direction: column;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box .favorite-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.2px;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box .favorite-button .after {
  display: none;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box .favorite-button:hover {
  background-color: #FFF0F3;
  transition: all 0.3s ease;
  opacity: 1;
  color: #E21C43;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box .favorite-button:hover .before {
  display: none;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box .favorite-button:hover .after {
  display: block;
}
.company-profile-mainbox .whiteback-box .whiteback__session-cont .button-search-box.last {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback__line {
    display: none;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__done-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .company-profile-mainbox .whiteback-box .whiteback__done-text {
    gap: 25px;
  }
}
.company-profile-mainbox .whiteback-box .whiteback__done-text .text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.company-profile-mainbox .whiteback-box .whiteback__done-text .text a {
  color: #E21C43;
  border-bottom: 1px solid #E21C43;
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
.session-list-page-content {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left {
    padding: 0 20px;
  }
}
.session-list-page-content__left .list-mainbox {
  width: 100%;
}
.session-list-page-content__left .list-mainbox__title {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__title {
    padding-bottom: 30px;
  }
}
.session-list-page-content__left .list-mainbox__pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__pagenation {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.session-list-page-content__left .list-mainbox__pagenation .text-box {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 500;
  line-height: 16px;
  gap: 13.3px;
}
.session-list-page-content__left .list-mainbox__whiteback-box {
  position: relative;
  padding-top: 30px;
  width: 100%;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback {
  margin-bottom: 54px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 42px 40px 63px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback {
    padding: 22px 20px 40px;
    margin-bottom: 30px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback.last {
  margin-top: 54px;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback.last {
    margin-top: 30.4px;
    margin-bottom: 36px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__img-title {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback__img-title {
    margin-bottom: 14px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/197;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__text {
  margin-top: 15px;
  font-size: 14px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.025px;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__text-list {
  margin-top: 20.6px;
  display: flex;
  flex-direction: column;
  gap: 11.4px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback__text-list {
    gap: 14.4px;
    margin-top: 24px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__text-list .text .text-title {
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__text-list .text .text-title .square {
  font-size: 6px;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__text-list .text .text-text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback .text .text-title {
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback .text .text-title .square {
  font-size: 6px;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback .text .text-text {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__sub-text {
  margin-top: 10px;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 18px;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__useful-title .title {
  margin-top: 34px;
  line-height: 28px;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.025px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback__useful-title .title {
    margin-top: 24.9px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .button {
  width: 212px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .button {
    width: 223px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .ac-button {
  width: 212px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .ac-button {
    width: 223px;
  }
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .ac-button .ac-height {
  border: solid 1px #E21C43;
  height: 38px;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__button-box .ac-button .ac-text {
  margin: 0 auto;
  text-align: center;
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__sub-titlebox {
  margin-top: 18px;
  border: 1px solid #E21C43;
  display: inline-flex;
  width: auto;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback__sub-titlebox .sub-title {
  padding: 0 11px;
  color: #E21C43;
  font-size: 13px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.0025px;
  text-align: center;
}
.session-list-page-content__left .list-mainbox__whiteback-box .whiteback .adjust-line {
  display: block;
  margin-top: 38px;
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
}
@media screen and (max-width: 768px) {
  .session-list-page-content__left .list-mainbox__whiteback-box .whiteback .adjust-line {
    margin: 30px 0;
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left {
    padding: 0 20px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox {
    gap: 28px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont {
    gap: 26px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .what-is-franchise {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .what-is-franchise {
    gap: 14px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .what-is-franchise__titlebox {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .what-is-franchise__titlebox {
    font-size: 16px;
    line-height: 22px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .what-is-franchise__textbox {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox {
    gap: 44px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox {
    gap: 20px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 273px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox {
    width: 253px;
    height: 33px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox {
  display: flex;
  flex-direction: column;
  gap: 47px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox {
    margin-top: 0px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .scroll-container {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .scroll-container::-webkit-scrollbar {
  display: none;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .scroll-container .figure {
  width: 780px;
  flex-shrink: 0;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox {
    gap: 31px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1 {
    gap: 29.5px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 306px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox {
    width: 284px;
    height: 33px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .text a {
  color: #E21C43;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__img-box-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__img-box-sp {
    display: block;
    aspect-ratio: 174/81;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__img-box-pc {
  aspect-ratio: 13/6;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__img-box-pc {
    display: none;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2 {
    gap: 29.5px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 290px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox .titlebox {
    width: 284px;
    height: 33px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__textcontbox .text a {
  color: #E21C43;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box {
    gap: 16px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper {
  display: flex;
  gap: 24px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide {
  width: 244px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card {
  width: 244px;
  padding: 20px 20px 22px 20px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card .uc-cont .uc-title {
  margin: 0;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025px;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .button-box {
  margin: 14px 0 70px 0;
}
.franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .button-box .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .franchise-guide-page-content__left .franchise-guide-mainbox__sub-cont .noteworthy-box .button-box .more-button {
    width: 233px;
  }
}

@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left {
    padding: 0 20px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox {
    gap: 28px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont {
    gap: 26px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .what-is-franchise {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .what-is-franchise {
    gap: 14px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .what-is-franchise__titlebox {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .what-is-franchise__titlebox {
    font-size: 16px;
    line-height: 22px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .what-is-franchise__textbox {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox {
    gap: 33px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox {
    gap: 20px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 290px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox {
    width: 270px;
    height: 33px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox {
    margin-top: 13px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .titlebox {
  width: 299px;
  height: 41px;
  position: relative;
  z-index: 1;
  background-color: #E21C43;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox {
  width: 100%;
  transform: translate(0, -12px);
  position: relative;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc {
    display: none;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc .cont-box-top {
  width: 100%;
  display: flex;
  border-bottom: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc .cont-box-top .cont {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  background-color: #FFFAFB;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc .cont-box-top .cont.mid {
  border-left: solid 1px #E0E0E0;
  border-right: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc .cont-box-bottom {
  width: 100%;
  display: flex;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc .cont-box-bottom .cont {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  background-color: #FFFAFB;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-pc .cont-box-bottom .cont.mid {
  border-left: solid 1px #E0E0E0;
  border-right: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp {
    display: block;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-top {
  width: 100%;
  display: flex;
  border-bottom: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-top .cont {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  background-color: #FFFAFB;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-top .cont.right {
  border-left: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-mid {
  width: 100%;
  display: flex;
  border-bottom: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-mid .cont {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  background-color: #FFFAFB;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-mid .cont.right {
  border-left: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-bottom {
  width: 100%;
  display: flex;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-bottom .cont {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  background-color: #FFFAFB;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .features-listbox__figurebox .listbox .list-sp .cont-box-bottom .cont.right {
  border-left: solid 1px #E0E0E0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox {
    gap: 31px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1 {
    gap: 24px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 306px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox {
    width: 284px;
    height: 33px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .text a {
  color: #E21C43;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-2__card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box {
    gap: 16px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper {
  display: flex;
  gap: 24px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide {
  width: 244px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card {
  width: 244px;
  padding: 20px 20px 22px 20px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card .uc-cont .uc-title {
  margin: 0;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025px;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .button-box {
  margin: 14px 0 70px 0;
}
.franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .button-box .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .franchise-benefits-page-content__left .franchise-benefits-mainbox__sub-cont .noteworthy-box .button-box .more-button {
    width: 233px;
  }
}

@media screen and (max-width: 768px) {
  .usage-guide-page-content__left {
    padding: 0 20px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox {
    gap: 28px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont {
    gap: 30px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .what-is-franchise {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .what-is-franchise {
    gap: 14px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .what-is-franchise__titlebox {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .what-is-franchise__titlebox {
    font-size: 16px;
    line-height: 22px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .what-is-franchise__imgbox .img {
  aspect-ratio: 13/4;
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox {
    gap: 28px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox {
    gap: 16px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 241px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox {
    width: 223px;
    height: 33px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__text {
    font-size: 15px;
    line-height: 20px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__text a {
  color: #E21C43;
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__cautionbox {
  margin-top: 20px;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #E21C43;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .features-listbox__cautionbox {
    margin-top: -6px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox {
    gap: 31px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1 {
    gap: 24px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 126px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox {
    width: 116px;
    height: 33px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .flow-listbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .flow-listbox {
    gap: 20px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .flow-listbox .list-cont {
  display: flex;
  gap: 10px;
  align-items: center;
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .flow-listbox .list-cont .numbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  background-color: #E21C43;
  border-radius: 3px;
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .flow-listbox .list-cont .numbox .num {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .flow-listbox .list-cont .text-cont .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.025px;
  color: #E21C43;
}
.usage-guide-page-content__left .usage-guide-mainbox__main-cont .columun-cont-mainbox .other-columnbox .cont-1__textcontbox .flow-listbox .list-cont .text-cont .sub-text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.025px;
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box {
    gap: 16px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper {
  display: flex;
  gap: 24px;
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide {
  width: 244px;
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card {
  width: 244px;
  padding: 20px 20px 22px 20px;
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card .uc-cont .uc-title {
  margin: 0;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025px;
  color: #E11D43;
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .button-box {
  margin: 14px 0 70px 0;
}
.usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .button-box .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .usage-guide-page-content__left .usage-guide-mainbox__sub-cont .noteworthy-box .button-box .more-button {
    width: 233px;
  }
}

@media screen and (max-width: 768px) {
  .about-capital-page-content__left {
    padding: 0 20px;
  }
}
.about-capital-page-content__left .about-capital-mainbox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont {
    gap: 28px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half {
    gap: 37px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont {
    gap: 26px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox {
    gap: 15px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox {
    gap: 27px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .titlebox .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-pc {
  width: 100%;
  aspect-ratio: 780/329;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-pc {
    display: none;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-sp {
  display: none;
  width: 100%;
  aspect-ratio: 350/443;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-sp {
    display: block;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox {
    gap: 16px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 456px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox {
    width: 249px;
    height: 58px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__First-cont .card-list {
    gap: 20px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box {
    gap: 29.9px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .fiagure-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .fiagure-box .img-pc {
    display: none;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .fiagure-box .img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .fiagure-box .img-sp {
    display: block;
    width: 100%;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox {
    gap: 22.9px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox__titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 272px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox__titlebox {
    width: 252px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox__titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox__titlebox .title {
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox__card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .First-box .tile-contbox__card-list {
    gap: 20px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box {
    gap: 24px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox {
    gap: 18.2px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 125px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox {
    width: 115px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .bulletlist {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .bulletlist .contbox {
  display: flex;
  align-items: center;
  gap: 11px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .bulletlist .contbox .bullet {
  background-color: #E21C43;
  border-radius: 100%;
  height: 6px;
  width: 6px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .bulletlist .contbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .textcont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .textcont {
    gap: 12px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .textcont .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .textcont .title {
    display: none;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .textcont .title-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .textcont .title-sp {
    display: block;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #E21C43;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .First-half__Back-cont .Back-box .textcont .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half {
    gap: 28px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont {
    gap: 28px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox {
    gap: 20px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 272px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox {
    width: 252px;
    height: 33px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox {
    display: none;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .titlecont {
  height: 44px;
  background-color: #E21C43;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .titlecont .title {
  color: #FFFFFF;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont {
  width: 100%;
  display: flex;
  height: 48px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .leftbox {
  background-color: #FFFFFF;
  border-right: solid 1px #DDDDDD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .leftbox .inner {
  width: 205px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .leftbox .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .leftbox .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .rightbox {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .rightbox .inner {
  width: 205px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .rightbox .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .secondcont .rightbox .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont {
  border-top: solid 1px #DDDDDD;
  width: 100%;
  display: flex;
  height: 48px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .leftbox {
  background-color: #FFFFFF;
  border-right: solid 1px #DDDDDD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .leftbox .inner {
  width: 205px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .leftbox .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .leftbox .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .rightbox {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .rightbox .inner {
  width: 205px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .rightbox .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .thirdcont .rightbox .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .lastcont {
  border-top: solid 1px #DDDDDD;
  height: 54px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .lastcont .inner {
  width: 154px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .lastcont .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .lastcont .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .titlecont {
  height: 44px;
  background-color: #E21C43;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .titlecont .title {
  color: #FFFFFF;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .listcont {
  height: 48px;
  border-top: solid 1px #DDDDDD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .listcont .inner {
  width: 270px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .listcont .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .listcont .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .listcont.first {
  border: none;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .listcont.last {
  height: 55px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox-sp .listcont.last .inner {
  width: 160px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox {
    gap: 28px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .titlebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox {
    display: none;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .titlecont {
  height: 44px;
  background-color: #E21C43;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .titlecont .title {
  color: #FFFFFF;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont {
  width: 100%;
  display: flex;
  height: 48px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .leftbox {
  background-color: #FFFFFF;
  border-right: solid 1px #DDDDDD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .leftbox .inner {
  width: 205px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .leftbox .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .leftbox .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .rightbox {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .rightbox .inner {
  width: 205px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .rightbox .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .secondcont .rightbox .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .thirdcont {
  border-top: solid 1px #DDDDDD;
  height: 54px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .thirdcont .inner {
  width: 154px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .thirdcont .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .thirdcont .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .lastcont {
  border-top: solid 1px #DDDDDD;
  height: 54px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .lastcont .inner {
  width: 187px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .lastcont .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox .lastcont .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .titlecont {
  height: 44px;
  background-color: #E21C43;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .titlecont .title {
  color: #FFFFFF;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont {
  height: 48px;
  border-top: solid 1px #DDDDDD;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont .inner {
  width: 270px;
  display: flex;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont .inner .left,
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont .inner .right {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont.first {
  border: none;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont.last {
  height: 55px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont.last .inner {
  width: 185px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .graphbox-sp .listcont.mid .inner {
  width: 160px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: center;
  height: 109px;
  gap: 10px;
  border-radius: 3px;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 374px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top {
    flex-direction: column;
    gap: 13px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top .leftcont {
  width: 205px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top .leftcont .left {
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.025px;
  color: #E21C43;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top .leftcont .right {
  display: flex;
  align-items: center;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top .rightcont {
  width: 153px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top .rightcont {
    width: 165px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top .rightcont .left {
  display: flex;
  align-items: center;
  align-items: center;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.025px;
  color: #E21C43;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .top .rightcont .right {
  display: flex;
  align-items: center;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.025px;
  color: #E21C43;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .bottom .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.025px;
  color: #E21C43;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__Back-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__Back-cont {
    gap: 28px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__Back-cont .top-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__Back-cont .top-cont {
    gap: 12px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__Back-cont .top-cont .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.about-capital-page-content__left .about-capital-mainbox__main-cont .Back-half__Back-cont .top-cont .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box {
    gap: 16px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper {
  display: flex;
  gap: 24px;
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide {
  width: 244px;
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card {
  width: 244px;
  padding: 20px 20px 22px 20px;
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card .uc-cont .uc-title {
  margin: 0;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025px;
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .button-box {
  margin: 14px 0 70px 0;
}
.about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .button-box .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .about-capital-page-content__left .about-capital-mainbox__sub-cont .noteworthy-box .button-box .more-button {
    width: 233px;
  }
}

@media screen and (max-width: 768px) {
  .support-opening-page-content__left {
    padding: 0 20px;
  }
}
.support-opening-page-content__left .support-opening-mainbox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont {
    gap: 28px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half {
    gap: 37px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox {
    gap: 28px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox {
    gap: 27px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .titlebox .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-pc {
  width: 100%;
  aspect-ratio: 780/329;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-pc {
    display: none;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-sp {
  display: none;
  width: 100%;
  aspect-ratio: 350/361;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__big-bannerbox .img-contbox .img-sp {
    display: block;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox {
    gap: 16px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 338px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox {
    width: 315px;
    height: 33px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .detail-contbox__textbox .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .card-list {
    gap: 20px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .card-list .text {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__First-cont .card-list .text a {
  color: #E21C43;
  border-bottom: solid 1px #E21C43;
  letter-spacing: 0.025px;
  width: 99px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont {
    gap: 28px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box {
    gap: 20px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .textcont-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .textcont-box .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 175px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .textcont-box .titlebox {
    width: 162px;
    height: 33px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .textcont-box .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .textcont-box .titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .textcont-box .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .flow-listbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .flow-listbox {
    gap: 20px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .flow-listbox .list-cont {
  display: flex;
  gap: 10px;
  align-items: center;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .flow-listbox .list-cont .numbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  background-color: #E21C43;
  border-radius: 3px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .flow-listbox .list-cont .numbox .num {
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .flow-listbox .list-cont .text-cont .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.025px;
  color: #E21C43;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .First-box .flow-listbox .list-cont .text-cont .sub-text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.025px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox {
    gap: 16px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 175px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox {
    width: 162px;
    height: 33px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .bulletbox .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .tile-contbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .tile-contbox {
    gap: 22.9px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .tile-contbox__card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .First-half__Back-cont .Back-box .tile-contbox__card-list {
    gap: 20px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half {
    gap: 28px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont {
    gap: 28px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont {
    gap: 21px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 175px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox {
    width: 162px;
    height: 33px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox {
    gap: 12px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .titlecont {
  display: flex;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .titlecont .title {
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .titlecont .title {
    font-size: 15px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .detailbox .graphbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .titlecont {
  display: flex;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .titlecont .title {
  color: #E21C43;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .titlecont .title {
    font-size: 15px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box {
    gap: 28px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont {
  display: flex;
  flex-direction: column;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .grf-box .grf-cont-box .grf-cont .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .textbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .textbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 240px;
  height: 34px;
  border: solid 1px #E21C43;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .textbox .titlebox {
    width: 222px;
    height: 33px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .textbox .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .textbox .titlebox .title {
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__First-cont .bottom-cont .grf-contbox .last-grf .textbox .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont {
    gap: 28px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont .top-cont {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont .top-cont {
    gap: 24px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont .top-cont .textcont {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont .top-cont .textcont {
    gap: 12px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont .top-cont .textcont .titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #E21C43;
}
.support-opening-page-content__left .support-opening-mainbox__main-cont .Back-half__Back-cont .top-cont .textcont .text {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box {
    gap: 16px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #E11D43;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .uc-titlebox .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper {
  display: flex;
  gap: 24px;
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide {
  width: 244px;
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card {
  width: 244px;
  padding: 20px 20px 22px 20px;
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .uc-list .uc-swiper .uc-slide .uc-card .uc-cont .uc-title {
  margin: 0;
  font-family: "YakuHanJP", "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025px;
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .button-box {
  margin: 14px 0 70px 0;
}
.support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .button-box .more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .support-opening-page-content__left .support-opening-mainbox__sub-cont .noteworthy-box .button-box .more-button {
    width: 233px;
  }
}

.site-map-page-content__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.site-map-page-content__left .underline {
  display: block;
  width: 100%;
  border-bottom: 1px solid #E11D43;
}
.site-map-page-content__left .site-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-map-page-content__left .site-list__site-btn .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.agreement-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  gap: 20px;
}
.agreement-page-content .agreement-cont {
  max-width: 80%;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .agreement-page-content .agreement-cont {
    max-width: 90%;
    margin: 20px;
  }
}
.agreement-page-content .agreement-cont .inner {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .agreement-page-content .agreement-cont .inner {
    padding: 20px;
  }
}
.agreement-page-content .agreement-cont .inner h1 {
  font-size: 25px;
  color: #E21C43;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.agreement-page-content .agreement-cont .inner h2 {
  font-size: 18px;
  color: #E21C43;
  font-weight: 600;
  margin-bottom: 15px;
}
.agreement-page-content .agreement-cont .inner h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.agreement-page-content .agreement-cont .inner p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.agreement-page-content .agreement-cont .privacy {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .agreement-page-content .agreement-cont .privacy {
    padding: 20px;
  }
}
.agreement-page-content .agreement-cont .privacy h1 {
  font-size: 25px;
  color: #E21C43;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.agreement-page-content .agreement-cont .privacy h2 {
  font-size: 18px;
  color: #E21C43;
  font-weight: 600;
  margin-bottom: 15px;
}
.agreement-page-content .agreement-cont .privacy h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.agreement-page-content .agreement-cont .privacy p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.agreement-page-content .agreement-cont .privacy .policy-table-wrap {
  margin: 1rem 0;
  overflow-x: auto;
}
.agreement-page-content .agreement-cont .privacy .policy-table-wrap .policy-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  line-height: 1.5;
  font-size: 0.9em;
  word-wrap: break-word;
  border: 3px solid #d7d7d7;
}
.agreement-page-content .agreement-cont .privacy .policy-table-wrap th,
.agreement-page-content .agreement-cont .privacy .policy-table-wrap td {
  display: table-cell;
  border: solid 1px #d7d7d7;
  vertical-align: middle;
  padding: 0.5em 0.75em;
}
.agreement-page-content .agreement-cont .privacy .policy-table-wrap th {
  text-align: center;
  background-color: #f0f0f0;
  font-weight: bold;
}
.agreement-page-content .agreement-cont .privacy .thats-all {
  text-align: end;
}
@media screen and (max-width: 768px) {
  .agreement-page-content .agreement-cont .privacy .policy-table-wrap .policy-table {
    width: 1020px;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .colmun-page-content__left {
    padding: 0 20px;
  }
}
.colmun-page-content__left .useful-title {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .colmun-page-content__left .useful-title {
    margin: 15px 0;
  }
}
.colmun-page-content__left .useful-text {
  font-size: 16px;
  font-weight: 600;
}
.colmun-page-content__left .useful-columm {
  width: 100%;
  padding: 15px 0;
}
.colmun-page-content__left .useful-columm .common-text {
  margin: 10px 0;
}
.colmun-page-content__left .useful-columm .more-button {
  margin: 30px 0;
}
.colmun-page-content__left .useful-columm .big-flexbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.colmun-page-content__left .useful-columm .big-flexbox-list .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .big-flexbox-list .swiper-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .big-flexbox-list .swiper-wrapper .as-swiper .as-img .img-aspect {
    aspect-ratio: 145/95.46;
  }
}
.colmun-page-content__left .useful-columm .big-flexbox-list .swiper-wrapper .as-swiper .as-img .img-aspect img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.colmun-page-content__left .useful-columm .big-flexbox-list .swiper-slide {
  width: calc(100% / 2 - 35px * (2 - 1) / 2);
}
@media screen and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .big-flexbox-list .swiper-slide {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  .colmun-page-content__left .useful-columm .big-flexbox-list .swiper-slide .common-card {
    padding: 10px 10px;
  }
  .colmun-page-content__left .useful-columm .big-flexbox-list .swiper-slide .common-card .common-card__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .fr-flexbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
  }
  .colmun-page-content__left .useful-columm .fr-flexbox-list .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .fr-flexbox-list .swiper-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .fr-flexbox-list .swiper-slide {
    width: calc(100% / 2 - 35px * (2 - 1) / 2);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .fr-flexbox-list .swiper-slide {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .fr-flexbox-list .swiper-slide .common-card {
    padding: 10px 10px;
  }
  .colmun-page-content__left .useful-columm .fr-flexbox-list .swiper-slide .common-card .common-card__title {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .colmun-page-content__left .useful-columm .fr-flexbox-list .swiper-slide .common-card .common-card__title {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .banner-list {
    display: none;
  }
}
.notfound404 .Phero {
  height: auto;
  padding: 0 32px 225px;
}
@media (max-width: 425px) {
  .notfound404 .Phero {
    padding: 0 24px 94px;
  }
}
.notfound404 .Phero--textbox {
  width: 70%;
  justify-content: flex-start;
}
@media (max-width: 425px) {
  .notfound404 .Phero--textbox .common-titlebox {
    gap: 24px;
  }
}
.notfound404 .Phero--textbox .Phero--textbox--list {
  margin-top: 120px;
  gap: 64px;
}
.notfound404 .Phero--textbox .Phero--textbox--list .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
}
@media (max-width: 425px) {
  .notfound404 .Phero--textbox .Phero--textbox--list .text {
    font-size: 14px;
  }
}
.notfound404 .Phero--imgbox {
  width: 30%;
}

/* Module Components */
/* CSS Document */
.fi,
.fi-mult > * {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}

.single,
.mult > * {
  opacity: 0.9;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}

.s-left,
.m-left > *:nth-child(odd) {
  transform: translate3d(-15%, 0, 0);
}

.s-right,
.m-right > *:nth-child(even) {
  transform: translate3d(15%, 0, 0);
}

.s-top,
.m-top > * {
  transform: translate3d(0, -20px, 0);
}

.s-under,
.m-under > * {
  transform: translate3d(0, 20px, 0);
}

.s-rt {
  transform: translate3d(50px, -50px, 0);
}

.s-ru {
  transform: translate3d(50px, 50px, 0);
}

.s-lt {
  transform: translate3d(-50px, -50px, 0);
}

.s-lu {
  transform: translate3d(-50px, 50px, 0);
}

.s-block {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: transparent;
  transition: color 0.6s 0.3s;
}
.s-block .c-ttlMid__service--icon {
  transition: opacity;
  opacity: 0;
}
.s-block:before {
  content: "";
  position: absolute;
  background: #222222;
  width: 100%;
  height: 100%;
  left: -100%;
  z-index: 1;
}
.s-block.pActive {
  color: unset;
}
.s-block.pActive:before {
  animation: blockAnimation 1s forwards ease;
}
.s-block.pActive .c-ttlMid__service--icon {
  opacity: 1;
}

@keyframes blockAnimation {
  0% {
    left: calc(-100% - 1px);
  }
  100% {
    left: calc(100% + 1px);
  }
}
.rotate {
  transform: rotate(30deg);
}
.rotate.pActive {
  transform: rotate(0deg);
}

.scale {
  transform: scale(0.3);
}
.scale.pActive {
  transform: scale(1);
}

.bound {
  animation: key1 0.3s ease infinite alternate;
}

@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.single.pActive,
.mult > .pActive,
.fi.pActive,
.fi-mult > .pActive {
  opacity: 1;
  --webkit-transform: translate3d(0,0,0);
  transform: translate3d(0, 0, 0);
}

.delay2sec {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay4sec {
  transition: all 4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 4s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay6sec {
  transition: all 6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 6s cubic-bezier(0.4, 0, 0.2, 1);
}

.lg-backdrop {
  background: #181818 !important;
}

.lg-toolbar {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
}

.lg-prev, .lg-next {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1200px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: calc(100% - 40px);
  }
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #222222;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    right: 10px;
    top: 3px;
  }
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  content: "";
  position: absolute;
  background: #222222;
  width: 80%;
  height: 2px;
}
.modaal-close:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg) scale(1);
}
.modaal-close:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}/*# sourceMappingURL=app.css.map */