@charset "UTF-8";
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.add_header_content .head02, .add_header_content .head03 {
  float: none;
}
.add_header_inner {
  float: none;
  max-width: none;
  margin: auto;
  width: 92.5%;
}
.add_header_inner .head01 {
  float: none;
  width: auto;
}
.add_header_title {
  width: 18%;
  max-width: 250px;
  padding: 15px 0;
}
.add_header_texts {
  margin-left: 1%;
  padding: 10px 0;
}
.add_header_texts:hover {
  opacity: 0.8;
}
.add_header_coution {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 13px;
}
.add_header_link {
  gap: 5px;
}
.add_header_text {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.add_header_text .small {
  font-size: 12px;
}
.add_header_text-tel {
  color: #9f247d;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.add_header_img-icon {
  display: block;
  width: 25px !important;
}
.add_header_item {
  background: #B40F0F;
}
.add_header_list {
  padding-top: 0;
}
.add_header_menu {
  height: calc(100vh - 200px);
  position: fixed;
  overflow-y: scroll;
}
.add_contact_inner {
  margin: 0 auto;
  max-width: 725px;
  width: 92.5%;
}
.add_contact_input, .add_contact_textarea {
  width: 100% !important;
  border: #DDDDDD solid 2px !important;
  border-radius: 10px !important;
  padding: 0.75rem 1em !important;
  font-size: 16px !important;
}
.add_contact_input::-webkit-input-placeholder, .add_contact_textarea::-webkit-input-placeholder {
  color: #DDDDDD !important;
}
.add_contact_input::-moz-placeholder, .add_contact_textarea::-moz-placeholder {
  color: #DDDDDD !important;
}
.add_contact_input:-ms-input-placeholder, .add_contact_textarea:-ms-input-placeholder {
  color: #DDDDDD !important;
}
.add_contact_input::-ms-input-placeholder, .add_contact_textarea::-ms-input-placeholder {
  color: #DDDDDD !important;
}
.add_contact_input::placeholder, .add_contact_textarea::placeholder {
  color: #DDDDDD !important;
}
.add_contact_input-50 {
  width: 45% !important;
}
.add_contact_select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.add_contact_dt {
  margin: 0 auto 0 0 !important;
  width: 20% !important;
  text-align: left !important;
}
.add_contact_dt-mt3 {
  margin-top: 3% !important;
}
.add_contact_dd {
  margin: 0 auto 0 0 !important;
}
.add_contact_texts {
  margin: auto;
}
.add_contact_btn {
  margin: auto;
  display: block;
}
.add_contact_title {
  font-size: 27.5px;
  font-weight: bold;
}
.add_contact_title-mt {
  margin-top: 25px;
}
.add_btn {
  max-width: 425px;
  width: 100%;
  border-radius: 50px;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 7.5px auto 0;
  position: relative;
  line-height: 1.4;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.add_btn:hover {
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translates(0, -3px);
}
.add_btn::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 7.5px;
  height: 10px;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.add_btn-white {
  background: white;
}
.add_btn-white::before {
  background: #9f247d;
}
.add_btn-red {
  background: #b40f0f;
  color: white;
}
.add_btn-red:hover {
  color: white !important;
}
.add_btn-red::before {
  background: white;
}
.add_btn_wrap {
  margin: 0 auto;
}
.add_btn_wrap-plan {
  width: 88%;
  padding-bottom: 60px;
}
.add_btn_wrap-performance, .add_btn_wrap-sweet {
  width: 100%;
  padding: 15px 0 25px;
}

@media (max-width: 768px) {
  .add_contact {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .add_contact_inner {
    width: 100%;
  }
  .add_contact_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .add_contact_dt {
    margin-top: 3% !important;
    width: 100% !important;
  }
  .add_contact_title {
    font-size: 22.5px;
  }
  .add_plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .add_plan_item {
    margin: 1.5rem auto !important;
  }
  .add_btn {
    font-size: 105% !important;
  }
  .add_btn_wrap-performance {
    width: 100%;
    padding: 10px 0 15px;
  }
}
@media (min-width: 1140px) {
  .add_header_content {
    width: 80%;
  }
  .add_header_inner {
    gap: 50px;
    max-width: 1440px;
  }
  .head02 {
    width: 14% !important;
  }
  .head03 {
    width: 100% !important;
  }
  .head03 ul {
    width: 100%;
  }
  .head03 ul li .w_100 img {
    width: 80% !important;
  }
}
.cta {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: calc(100vh - 90px);
}
.cta_list {
  max-height: 484px;
  height: 100%;
}
.cta_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  height: 175px;
}
.cta_item:hover {
  opacity: 0.8;
}
.cta_item:not(:last-child) {
  margin-bottom: 10px;
}
.cta_item-1 {
  background: #8500B2;
}
.cta_item-2 {
  background: #B8129F;
}
.cta_item-3 {
  background: #DB317D;
}
.cta_link {
  gap: 10px;
  padding: 0 7.5px;
}
.cta_icon {
  width: 27.5px !important;
}
.cta_icon-2 {
  width: 32.5px !important;
  padding-left: 2.5px;
}
.cta_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: white;
  font-size: 16px;
}
.cta_text-lowHeight {
  display: none;
}

@media (max-width: 768px) {
  .cta {
    width: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 0;
    height: auto;
    max-height: auto;
  }
  .cta_list {
    width: 100%;
  }
  .cta_item {
    width: 100%;
    height: auto;
  }
  .cta_item:not(:last-child) {
    margin-bottom: 0px;
  }
  .cta_item-1 {
    display: none;
  }
  .cta_link {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 17.5px 0;
  }
  .cta_icon {
    width: 35px !important;
  }
  .cta_text {
    font-size: 18px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .cta_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.otherCta {
  max-width: 1000px;
  margin: 0 auto 100px;
  width: 92.5%;
}
.otherCta_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.otherCta_item {
  width: calc(50% - 25px);
  padding: 15px 0;
}
.otherCta_item-left {
  border: 2px solid #9f247d;
}
.otherCta_item-right {
  border: 2px solid #8500B2;
}
.otherCta_list {
  gap: 50px;
}
.otherCta_link {
  gap: 7.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.otherCta_tel, .otherCta_mail {
  font-size: 30px;
  font-weight: bold;
}
.otherCta_tel {
  color: #9f247d;
}
.otherCta_mail {
  color: #8500B2;
}
.otherCta_icon {
  width: 35px !important;
}
.otherCta_text {
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .otherCta {
    width: 95%;
  }
  .otherCta_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .otherCta_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .otherCta_icon {
    width: 30px !important;
  }
  .otherCta_tel, .otherCta_mail {
    font-size: 27.5px;
  }
  .otherCta_text {
    font-size: 15px;
  }
}
.pan > ul > li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pan {
  padding: 2.5px 0;
}
.pan ul {
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.pan ul::-webkit-scrollbar {
  display: none;
}

.sub00_100:has(.pan) {
  max-width: 1600px !important;
}