@charset "UTF-8";
@media screen and (max-width: 768px) {
  .mv {
    background-position: center top;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    background: linear-gradient(0deg, #e5f2f8, rgba(229, 242, 248, 0) 50%), url("../images/cta/bg.webp") no-repeat center top/100%;
  }
}
.cta .txt p {
  text-align: left;
  padding-left: 0.36rem;
  font-size: 0.13rem;
  transform: translateY(0.64em);
}
@media screen and (max-width: 768px) {
  .cta .txt p {
    padding-left: 0.2rem;
    font-size: 0.1rem;
  }
}

.btn_hide :is(.fixed_area, .fixed_btn) a[href="#anchor03"]:not(.js-menu_link) {
  opacity: 0;
  pointer-events: none;
}
.btn_moved :is(.fixed_area, .fixed_btn) a[href="#anchor03"]:not(.js-menu_link) {
  display: none;
}

.btn_hide .fixed_btn {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .btn_hide .cmn_footer {
    padding-bottom: 0.08rem;
  }
}

@media screen and (max-width: 768px) {
  #chatplusview.closed.headless #outline #eye_catcher {
    transition: 0.4s;
  }
  .fixed_btn_show #chatplusview.closed.headless #outline #eye_catcher {
    transform: translateY(-0.72rem);
  }
  .btn_hide #chatplusview.closed.headless #outline #eye_catcher {
    transform: translateY(0);
  }
}

.sec09 .ac_child .desc small {
  display: block;
  font-size: 72%;
}

.menu_btn {
  width: 0.24rem;
}
.menu_btn img {
  width: 100%;
  height: 100%;
}

.menu_close {
  width: 0.32rem;
  height: -moz-fit-content;
  height: fit-content;
}
.menu_close img {
  width: 100%;
}

.menu_dialog {
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  max-width: none;
  max-height: 100dvh;
  height: fit-content;
  width: 88%;
}
.menu_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu_dialog .menu_content {
  padding: 0;
  min-width: 3rem;
  min-height: 2rem;
  background-image: url("../images/cmn/menu_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #54b0f1;
  position: relative;
}
.menu_dialog .menu_close {
  background: none;
  border: none;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.menu_dialog .menu_body {
  padding: 0.6rem 0.32rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.menu_dialog .lists {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.menu_dialog .lists a {
  font-size: 0.14rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.03em;
}
.menu_dialog .lists .check_wrap {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.13rem;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.4s;
}
.menu_dialog .lists .check_wrap svg {
  width: 0.15rem;
  height: 100%;
  stroke: #fbf971;
}
.menu_dialog .btn_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.15rem;
}
.menu_dialog .btn_wrap img {
  width: 3.2rem;
  transition: transform 0.4s;
}
.menu_dialog .menu_btn_call img {
  width: 2.6rem;
}
.menu_dialog a,
.menu_dialog button {
  outline: none;
}
.menu_dialog a:focus,
.menu_dialog button:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  /* --------------------------------------------------------------
    共通
   -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* --------------------------------------------------------------
    共通
   -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.13rem;
  }
  .pconly {
    display: none !important;
  }
  .fixed_btn {
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(1.72rem);
    transition: 0.4s;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background-color: #d9eeff;
  }
  .fixed_btn img {
    width: 3.52rem;
  }
  .fixed_btn.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    position: fixed;
    bottom: -1px;
  }
  .content_area {
    width: 100%;
    padding-top: 0.5rem;
  }
  .cmn_header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 0.5rem;
    z-index: 20;
    gap: 3.125vw;
    padding: 0 5.208vw 0 3.906vw;
  }
  .cmn_header .logo-wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
  .cmn_header .logo img {
    width: 20.313vw;
  }
  .cmn_header .sm img {
    width: 28.776vw;
  }
  .cmn_header .menu {
    display: inline-block;
    width: 0.3rem;
  }
  .cmn_header .menu img {
    width: 100%;
  }
  .mv {
    position: relative;
  }
  .mv .cat {
    margin: 0;
  }
  .mv .cat img {
    width: 1.93rem;
  }
  .mv .cat02 {
    padding: 0 5.208vw 0 4.167vw;
  }
  .mv .cat02_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.563vw;
  }
  .mv .cat02_list_item {
    flex: 1;
  }
  .mv .cat02_list_item img {
    width: 100%;
    height: auto;
  }
  .mv .cat02_notes {
    margin-top: 1.953vw;
    margin-left: 1.042vw;
  }
  .mv .cat02_notes_item {
    font-size: 1.693vw;
  }
  .mv .tit {
    padding: 32.552vw 0 0 0;
  }
  .mv .notes {
    position: absolute;
    top: 39.063vw;
    right: 1.302vw;
  }
  .mv .notes img {
    width: 100%;
  }
  .mv .subtit {
    width: 78.125vw;
    margin: -6.38vw 0 2.995vw 10.156vw;
  }
  .mv .details {
    width: 75vw;
    margin: 0 auto 9.375vw;
  }
  .mv .box_notice {
    font-size: 2.344vw;
  }
  .mv .campaign {
    margin-top: 15.625vw;
    padding: 0 0 10.938vw;
    text-align: center;
  }
  .mv .campaign_deco {
    width: 46.615vw;
    height: auto;
  }
  .mv .campaign_header {
    width: 98.958vw;
    margin-top: -13.932vw;
    margin-bottom: -8.724vw;
  }
  .mv .campaign_banner {
    width: 89.583vw;
    margin-bottom: 5.078vw;
    margin: 13.021vw 0 4.167vw;
  }
  .mv .campaign_details {
    width: 89.583vw;
  }
  .mv .box {
    padding: 4.167vw 0;
  }
  .sec02 {
    padding: 0.5rem 0.2rem;
  }
  .sec02 .tit {
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .sec02 .tit .strong {
    font-size: 0.36rem;
  }
  .sec02 .txt {
    margin-top: 0.13rem;
  }
  .sec02 .lists {
    margin-top: 0.4rem;
  }
  .sec02 .lists li {
    border: 1px solid #34475e;
  }
  .sec02 .lists li:not(:last-of-type) {
    margin-bottom: 0.33rem;
  }
  .sec02 .lists .num {
    padding: 0.13rem 0;
    font-size: 0.19rem;
  }
  .sec02 .lists .img {
    padding: 0.15rem 0.18rem 0.22rem;
  }
  .sec02 .lists .list_txt {
    padding: 0.24rem 0.2rem 0.2rem;
  }
  .sec02 .lists .list_tit {
    font-size: 0.24rem;
  }
  .sec02 .lists .list_desc {
    margin-top: 0.14rem;
  }
  .sec02 .lists .list_desc .notes {
    margin-top: 1.2em;
    font-size: 0.09rem;
  }
  .cta {
    padding: 0.33rem 0 0.27rem;
    background-image: url(../images/cta/bg.webp);
  }
  .cta .txt img {
    width: 3.46rem;
  }
  .cta .tit {
    margin: 0.26rem 0 0.32rem 0.2rem;
  }
  .cta .tit img {
    width: 2.1rem;
  }
  .cta .btn img {
    width: 3.515rem;
  }
  .sec04 {
    padding: 0.55rem 0 0;
  }
  .sec04 .tit {
    font-size: 0.2rem;
  }
  .sec04 .tit .strong {
    margin-top: 0.04rem;
    font-size: 0.36rem;
  }
  .sec04 .before {
    padding: 0.37rem 0.2rem 0.5rem;
  }
  .sec04 .before::before {
    height: 1.275rem;
    bottom: 0;
  }
  .sec04 .before::after {
    width: 0.35rem;
    height: 0.43rem;
    bottom: -0.2rem;
    left: calc(50% - 0.175rem);
  }
  .sec04 .before .img {
    margin-right: 0.18rem;
  }
  .sec04 .before .img img {
    width: 5.1rem;
  }
  .sec04 .before .txt {
    margin-top: 0.13rem;
  }
  .sec04 .before .txt img {
    width: 100%;
  }
  .sec04 .after .item01 {
    padding: 0.48rem 0.2rem 0.52rem;
  }
  .sec04 .after .item01::before {
    width: 3.73rem;
    height: 1.215rem;
    bottom: 1.56rem;
  }
  .sec04 .after .item01 .img {
    margin-right: 0.08rem;
  }
  .sec04 .after .item01 .img img {
    width: 100%;
  }
  .sec04 .after .item01 .txt {
    margin: 0.15rem 0 0.21rem;
  }
  .sec04 .after .item01 .txt img {
    width: 100%;
  }
  .sec04 .after .item01 .tit {
    margin: 0 -0.1rem;
  }
  .sec04 .after .item01 .tit img {
    width: 100%;
  }
  .sec04 .after .item01 .cat {
    margin-top: 0.25rem;
  }
  .sec04 .after .item01 .cat img {
    width: 2.6rem;
  }
  .sec04 .after .item02 {
    margin-top: -0.99rem;
    padding: 1.2rem 0.2rem 0.47rem;
  }
  .sec04 .after .item02 .item02_tit {
    font-size: 0.16rem;
  }
  .sec04 .after .item02 .item02_tit .strong {
    margin-top: 0.08rem;
    display: block;
    font-size: 0.28rem;
  }
  .sec04 .after .item02 .lists {
    margin-top: 0.34rem;
  }
  .sec04 .after .item02 .lists li:not(:last-of-type) {
    margin-bottom: 0.31rem;
  }
  .sec04 .after .item02 .lists .list_tit_wrap {
    padding: 0.16rem 0.2rem;
  }
  .sec04 .after .item02 .lists .point {
    width: 0.94rem;
    line-height: 0.2rem;
    font-size: 0.1rem;
  }
  .sec04 .after .item02 .lists .list_tit {
    margin-top: 0.05rem;
    font-size: 0.24rem;
  }
  .sec04 .after .item02 .lists .list_content {
    padding: 0.2rem 0.2rem 0.25rem;
  }
  .sec04 .after .item02 .lists .list_txt {
    margin-top: 0.15rem;
  }
  .sec04 .after .item02 .lists .list_txt .notes {
    margin-top: 0.22rem;
    font-size: 0.09rem;
  }
  .sec05 {
    padding: 0.54rem 0.2rem 0.5rem;
  }
  .sec05 .tit {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
  }
  .sec05 .tit .strong {
    margin-top: 0.08rem;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .sec05 .swiper-container {
    padding: 0 0 0.66rem;
  }
  .sec05 .swiper-button-next,
  .sec05 .swiper-button-prev {
    width: 0.565rem;
    height: 0.565rem;
  }
  .sec05 .swiper-button-prev {
    left: 0.72rem;
  }
  .sec05 .swiper-button-next {
    right: 0.72rem;
  }
  .sec05 .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .sec05 .swiper-pagination-bullets {
    bottom: 0.23rem !important;
  }
  .sec05 .swiper-pagination-bullet {
    margin: 0 0.08rem !important;
  }
  .sec05 .notes {
    margin-top: 0.17rem;
    font-size: 0.1rem;
  }
  .sec05 .notes span {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec06 {
    padding: 0.47rem 0.2rem 0.5rem;
  }
  .sec06 .tit {
    font-size: 0.31rem;
  }
  .sec06 .lists {
    margin-top: 0.2rem;
  }
  .sec06 .lists li:not(:last-of-type)::after {
    width: 0.525rem;
    height: 0.17rem;
    bottom: -0.34rem;
    left: calc(50% - 0.2625rem);
  }
  .sec06 .lists .item01 {
    margin-bottom: 0.45rem;
  }
  .sec06 .lists .item02 {
    margin-bottom: 0.47rem;
  }
  .sec06 .lists .img {
    width: 1.71rem;
  }
  .sec06 .lists .img img {
    width: 1.545rem;
  }
  .sec06 .lists .txt {
    width: calc(100% - 1.71rem);
  }
  .sec06 .lists .list_tit {
    font-size: 0.16rem;
  }
  .sec06 .lists .desc {
    margin-top: 0.06rem;
  }
  .sec07 {
    padding: 0.53rem 0.2rem 0.5rem;
  }
  .sec07 .tit {
    font-size: 0.31rem;
  }
  .sec07 .txt {
    margin-top: 0.25rem;
  }
  .sec07 .lists {
    margin-top: 0.2rem;
  }
  .sec07 .lists li:not(:last-of-type) {
    margin-bottom: 0.21rem;
  }
  .sec07 .lists .list_wrap {
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .sec07 .lists .list_wrap .num {
    width: 0.2rem;
    line-height: 0.2rem;
    margin-right: 0.07rem;
    font-size: 0.1rem;
  }
  .sec07 .lists .list_wrap .list_tit {
    font-size: 0.16rem;
  }
  .sec07 .lists .content {
    padding: 0.14rem 0.2rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }
  .sec07 .lists .img {
    width: 1.65rem;
  }
  .sec07 .lists .img img {
    width: 1.525rem;
  }
  .sec07 .lists .desc {
    width: calc(100% - 1.65rem);
  }
  .sec07 .lists .desc .notes {
    font-size: 0.1rem;
  }
  .sec09 {
    padding: 0.56rem 0.2rem 0.37rem;
  }
  .sec09 .tit {
    margin-bottom: 0.25rem;
    font-size: 0.31rem;
  }
  .sec09 .ac {
    width: 100%;
    margin: 0 auto;
  }
  .sec09 .ac_parent {
    padding: 0.12rem 0 0.12rem 0.06rem;
    margin-bottom: 0.12rem;
    font-size: 0.14rem;
  }
  .sec09 .ac_parent .txt {
    padding-right: 0.45rem;
  }
  .sec09 .ac_parent .txt::before {
    width: 0.24rem;
    height: 0.24rem;
    top: calc(50% - 0.12rem);
    right: 0.08rem;
  }
  .sec09 .ac_parent .icon {
    width: 0.45rem;
    margin-right: 0.1rem;
  }
  .sec09 .ac_parent::before {
    right: 0.16rem;
    width: 0.095rem;
    height: 1px;
  }
  .sec09 .ac_parent::after {
    right: 0.2rem;
    width: 1px;
    height: 0.095rem;
  }
  .sec09 .ac_parent.open::after {
    height: 0;
  }
  .sec09 .ac_child .bg {
    padding: 0.2rem 0.15rem 0.2rem 0.1rem;
    border-radius: 0.1rem 0.1rem 0 0.1rem;
  }
  .sec09 .ac_child .icon {
    width: 0.8rem;
    margin-left: 0.05rem;
  }
  .sec09 .ac_child .desc {
    font-size: 0.14rem;
  }
  .sec09 .ac_child:not(:last-of-type) {
    margin-bottom: 0.32rem;
  }
  .sec03 {
    padding: 11.328vw 5.208vw 11.328vw;
  }
  .sec03 .tit {
    margin-bottom: 5.208vw;
    font-size: 8.073vw;
  }
  .sec03 .item {
    border: 1px solid #54b0f1;
    border-radius: 3.906vw;
    overflow: hidden;
    width: 89.583vw;
    margin: 0 auto;
  }
  .sec03 .item:not(:last-of-type) {
    margin-bottom: 3.385vw;
  }
  .sec03 .item_header {
    padding: 6.38vw 9.766vw 2.604vw;
    text-align: center;
  }
  .sec03 .item_header_tit {
    font-size: 6.25vw;
    font-weight: 700;
    color: #34475e;
    letter-spacing: 0.188vw;
    line-height: 1.4;
  }
  .sec03 .item_header_img {
    width: 70.052vw;
    margin: 2.474vw auto 0;
  }
  .sec03 .item_header_img img {
    width: 100%;
  }
  .sec03 .item_header_sub {
    font-size: 2.604vw;
    font-weight: 500;
    color: #34475e;
    letter-spacing: 0.078vw;
    line-height: 1.4;
    margin-top: 1.302vw;
  }
  .sec03 .item_header_note {
    font-size: 2.344vw;
    font-weight: 400;
    color: #34475e;
    letter-spacing: 0.07vw;
    line-height: 1.4;
    margin-top: 0.911vw;
    text-align: left;
  }
  .sec03 .item .content {
    padding: 2.604vw 2.344vw 3.906vw;
    display: flex;
    flex-direction: column;
    gap: 8.464vw;
  }
  .sec03 .content_divider {
    border: none;
    border-top: 1px solid #c9c9c9;
    margin: 0;
  }
  .sec03 .pricing_tabbed {
    display: flex;
    flex-direction: column;
  }
  .sec03 .pricing_tabs {
    display: flex;
    gap: 0;
    width: 100%;
  }
  .sec03 .pricing_tabs_btn {
    flex: 1;
    background: #f5f5f5;
    color: #34475e;
    font-size: 4.167vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.125vw;
    padding: 2.344vw 3.125vw;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 1.823vw 1.823vw 0 0;
    cursor: pointer;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .sec03 .pricing_tabs_btn:hover, .sec03 .pricing_tabs_btn:focus, .sec03 .pricing_tabs_btn:focus-visible {
    background: #f5f5f5;
    color: #34475e;
    border-color: transparent;
    outline: none;
  }
  .sec03 .pricing_tabs_btn.is-active {
    background: #fff;
    color: #34475e;
    border-color: #34475e;
  }
  .sec03 .pricing_panels {
    width: 100%;
    padding-top: 2.344vw;
  }
  .sec03 .pricing_panels .pricing_section {
    display: none;
  }
  .sec03 .pricing_panels .pricing_section.is-active {
    display: flex;
  }
  .sec03 .pricing_section {
    display: flex;
    flex-direction: column;
    gap: 2.344vw;
    align-items: flex-end;
  }
  .sec03 .pricing_section_label {
    font-size: 4.167vw;
    font-weight: 700;
    color: #34475e;
    letter-spacing: 0.125vw;
    line-height: 1.4;
  }
  .sec03 .pricing_section_label_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .sec03 .pricing_section_help {
    display: flex;
    align-items: center;
    gap: 1.302vw;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .sec03 .pricing_section_help_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.948vw;
    height: 4.948vw;
    background: #ed1051;
    border-radius: 50%;
    color: #fff;
    font-size: 3.385vw;
    font-weight: 500;
  }
  .sec03 .pricing_section_help_text {
    font-size: 3.385vw;
    font-weight: 500;
    color: #ed1051;
    text-decoration: underline;
  }
  .sec03 .pricing_section_img {
    width: 100%;
  }
  .sec03 .pricing_section_img img {
    width: 100%;
  }
  .sec03 .pricing_section_arrow {
    width: 5.99vw;
    margin: 0 auto;
  }
  .sec03 .pricing_section_arrow img {
    width: 100%;
  }
  .sec03 .pricing_section_banner {
    background: #ed1051;
    border-radius: 2.083vw;
    padding: 3.646vw 5.469vw;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
  .sec03 .pricing_section_banner_sub {
    font-size: 2.604vw;
    letter-spacing: 0.078vw;
    line-height: 1.4;
    margin: 0;
  }
  .sec03 .pricing_section_banner_main {
    font-size: 4.167vw;
    letter-spacing: 0.125vw;
    line-height: 1.4;
    margin: 0;
  }
  .sec03 .pricing_section_banner_main .num {
    font-size: 6.25vw;
  }
  .sec03 .pricing_section_note {
    font-size: 2.083vw;
    font-weight: 400;
    color: #34475e;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin-top: 0.651vw;
    text-align: left;
  }
  .sec03 .pricing_section_details {
    width: 83.073vw;
    margin: 0 auto;
  }
  .sec03 .pricing_section_details_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.474vw;
  }
  .sec03 .pricing_section_details_label {
    width: 27.344vw;
    flex-shrink: 0;
    font-size: 3.125vw;
    font-weight: 400;
    color: #34475e;
    letter-spacing: 0.094vw;
    line-height: 1.4;
  }
  .sec03 .pricing_section_details_value {
    flex: 1;
    font-size: 3.125vw;
    font-weight: 400;
    color: #34475e;
    letter-spacing: 0.094vw;
    line-height: 1.4;
  }
  .sec03 .pricing_section_details_divider {
    border: none;
    border-top: 1px solid #c9c9c9;
    margin: 2.474vw 0;
  }
  .sec03 .pricing_section_select {
    display: flex;
    align-items: center;
    gap: 2.474vw;
  }
  .sec03 .pricing_section_select_label {
    font-size: 4.167vw;
    font-weight: 700;
    color: #34475e;
    letter-spacing: 0.125vw;
    line-height: 1.4;
  }
  .sec03 .option_section {
    background: #f7f7f7;
    border-radius: 2.083vw;
    padding: 4.167vw 1.563vw;
    display: flex;
    flex-direction: column;
    gap: 8.464vw;
    align-items: center;
  }
  .sec03 .option_section_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.083vw;
  }
  .sec03 .option_section_title {
    font-size: 4.688vw;
    font-weight: 700;
    color: #34475e;
    letter-spacing: 0.141vw;
    line-height: 1.4;
    text-align: center;
    margin: 0;
  }
  .sec03 .option_section_divider {
    border: none;
    border-top: 1px solid #c9c9c9;
    width: 81.12vw;
    margin: 0;
  }
  .sec03 .option_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4.036vw;
  }
  .sec03 .option_item_info {
    display: flex;
    gap: 3.776vw;
    align-items: flex-start;
  }
  .sec03 .option_item_info_img {
    width: 33.594vw;
    flex-shrink: 0;
  }
  .sec03 .option_item_info_img img {
    width: 100%;
  }
  .sec03 .option_item_info_name {
    font-size: 4.688vw;
    font-weight: 700;
    color: #34475e;
    letter-spacing: 0.141vw;
    line-height: 1.4;
    margin: 0;
  }
  .sec03 .option_item_info_desc {
    font-size: 2.604vw;
    font-weight: 500;
    color: #34475e;
    letter-spacing: 0.078vw;
    line-height: 1.8;
    margin: 0;
  }
  .sec03 .option_item_info_desc small {
    font-size: 2.344vw;
  }
  .sec03 .option_item_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 81.12vw;
    height: 11.458vw;
    margin: 0 auto;
    background: #fff;
    border: 0.26vw solid #34475e;
    border-radius: 1.563vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 4.688vw;
    font-weight: 500;
    color: #34475e;
    letter-spacing: 0.234vw;
    line-height: 2;
    cursor: pointer;
    position: relative;
  }
  .sec03 .option_item_btn_icon {
    position: absolute;
    right: 2.344vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .sec03 .option_item_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 2.083vw;
  }
  .sec03 .option_item_price {
    font-size: 3.385vw;
    font-weight: 700;
    color: #34475e;
    letter-spacing: 0.169vw;
  }
  .sec03 .option_item_price_num {
    font-size: 6.25vw;
    line-height: 2;
  }
  .sec03 .option_item_price_label {
    font-size: 2.441vw;
    font-weight: bold;
    color: #8c8c8c;
    letter-spacing: 0.073vw;
    line-height: 1.4;
    margin-bottom: -1em;
  }
  .sec03 .option_item_select {
    display: flex;
    align-items: center;
    gap: 2.474vw;
  }
  .sec03 .option_item_select_label {
    font-size: 4.167vw;
    font-weight: 700;
    color: #34475e;
    letter-spacing: 0.125vw;
    line-height: 1.4;
  }
  .sec03 .notes {
    font-size: 2.604vw;
    margin-top: 1.302vw;
  }
  .sec03 .notes-collapsible {
    position: relative;
    margin: 4.818vw 0 3.906vw;
  }
  .sec03 .notes-collapsible_content {
    position: relative;
    background-color: #f3f4f5;
    padding: 2.474vw 3.516vw 5.208vw;
    border-radius: 0.651vw;
  }
  .sec03 .notes-collapsible .notes-visible {
    margin-top: 0;
  }
  .sec03 .notes-collapsible_hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sec03 .notes-collapsible.is-expanded .notes-collapsible_hidden {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sec03 .notes-collapsible.is-expanded .notes-collapsible_btn_icon-plus {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sec03 .notes-collapsible.is-expanded .notes-collapsible_btn_icon-minus {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sec03 .notes-collapsible_btn {
    width: 6.25vw;
    height: 6.25vw;
  }
  .sec03 .notes-collapsible_btn_icon {
    position: absolute;
    color: #fff;
    font-size: 4.167vw;
    font-weight: 300;
    line-height: 1;
    display: block;
  }
  .sec03 .notes-collapsible_btn_icon-plus {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sec03 .notes-collapsible_btn_icon-minus {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sec03 .estimation {
    overflow: hidden;
    margin-top: 5.208vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec03 .estimation_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.302vw;
    gap: 3.385vw;
  }
  .sec03 .estimation_counter {
    padding: 1.563vw 1.172vw;
    border-radius: 1.042vw;
  }
  .sec03 .estimation_counter_select {
    color: #000000;
    font-size: 4.167vw;
    width: 18.229vw;
    height: 7.292vw;
    z-index: 1;
    padding-right: 9.115vw;
  }
  .sec03 .estimation_counter::before {
    left: 1.563vw;
    width: 7.813vw;
    height: 7.292vw;
  }
  .sec03 .estimation_counter::after {
    right: 1.563vw;
    width: 7.161vw;
    height: 7.161vw;
  }
  .sec03 .estimation_calc {
    margin-bottom: 3.906vw;
  }
  .sec03 .estimation_calc_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.521vw 4.036vw;
    border-radius: 2.083vw;
    width: 89.844vw;
    height: 13.021vw;
  }
  .sec03 .estimation_calc_item--after {
    background-color: #d9eeff;
  }
  .sec03 .estimation_calc_item_label {
    font-size: 4.167vw;
    font-weight: 700;
    letter-spacing: 0.125vw;
  }
  .sec03 .estimation_calc_item_value {
    font-size: 7.031vw;
    font-weight: 700;
    letter-spacing: 0.211vw;
    display: flex;
    align-items: center;
    gap: 0.521vw;
  }
  .sec03 .estimation_calc_item_value_num {
    font-size: 7.031vw;
  }
  .sec03 .estimation_calc_item_value_unit {
    font-size: 5.208vw;
  }
  .sec03 .estimation_calc_divider {
    width: 89.844vw;
    height: 0.391vw;
    background-color: #34475e;
    margin: 3.906vw 0;
  }
  .sec03 .estimation_btn_wrap {
    display: flex;
    justify-content: center;
  }
  .sec03 .estimation_btn_wrap img {
    width: 58.203vw;
  }
  .sec03_modal {
    border: none;
    padding: 0;
    max-width: 90vw;
    width: 79.167vw;
    max-height: 90dvh;
    overflow: visible;
    border-radius: 2.083vw;
  }
  .sec03_modal::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sec03_modal_inner {
    position: relative;
    max-height: 90dvh;
    overflow-y: auto;
    border-radius: 2.083vw;
    scrollbar-width: thin;
  }
  .sec03_modal_inner::-webkit-scrollbar {
    width: 0.781vw;
  }
  .sec03_modal_inner::-webkit-scrollbar-track {
    background: transparent;
  }
  .sec03_modal_inner::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.391vw;
  }
  .sec03_modal_close {
    position: absolute;
    top: -2.734vw;
    right: -2.734vw;
    z-index: 10;
    background: none;
    border: none;
    cursor: pointer;
    width: 8.854vw;
    height: 8.854vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec03_modal_close img {
    width: 100%;
    height: 100%;
  }
  .sec03_modal_header {
    padding: 3.516vw 5.208vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.302vw;
    text-align: center;
  }
  .sec03_modal_header--navy {
    background-color: #34475e;
  }
  .sec03_modal_header--navy .sec03_modal_header_tit {
    color: #fff;
    font-size: 4.167vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .sec03_modal_header--yellow {
    background-color: #fbf971;
  }
  .sec03_modal_header--yellow .sec03_modal_header_badge {
    background-color: #34475e;
    color: #fff;
    font-size: 2.604vw;
    font-weight: 700;
    width: 39.974vw;
    height: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13.021vw;
    letter-spacing: 0.03em;
  }
  .sec03_modal_header--yellow .sec03_modal_header_tit {
    color: #34475e;
    font-size: 4.167vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .sec03_modal_header--yellow .sec03_modal_header_note {
    color: #34475e;
    font-size: 1.107vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .sec03_modal_body {
    background-color: #f5f5f5;
    padding: 7.943vw 5.208vw 4.818vw;
    border-radius: 0 0 2.083vw 2.083vw;
  }
  .sec03_modal_intro {
    text-align: center;
    font-size: 2.604vw;
    font-weight: 500;
    color: #34475e;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-bottom: 3.125vw;
  }
  .sec03_modal_intro strong {
    font-weight: 700;
  }
  .sec03_modal_items {
    display: flex;
    flex-direction: column;
    gap: 4.167vw;
  }
  .sec03_modal_item {
    text-align: center;
  }
  .sec03_modal_item_img {
    width: 100%;
    border-radius: 1.563vw;
    display: block;
  }
  .sec03_modal_item_text {
    font-size: 2.604vw;
    font-weight: 500;
    color: #34475e;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-top: 1.302vw;
  }
  .sec03_modal_item_note {
    font-size: 2.604vw;
    font-weight: 400;
    color: #34475e;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-top: 1.302vw;
    text-align: left;
  }
  .sec03_modal_footnote {
    font-size: 1.823vw;
    font-weight: 400;
    color: #34475e;
    text-align: center;
    margin-top: 2.083vw;
  }
  .sec11 {
    padding: 0.53rem 0.2rem 0.5rem;
  }
  .sec11 .tit01 {
    font-size: 0.16rem;
  }
  .sec11 .tit01 .strong {
    margin-top: 0.1rem;
    font-size: 0.32rem;
  }
  .sec11 .tel {
    margin-top: 0.18rem;
    border-radius: 0.1rem;
  }
  .sec11 .tel .tel_tit {
    padding: 0.12rem 0;
    font-size: 0.16rem;
  }
  .sec11 .tel .content {
    padding: 0.14rem 0.3rem 0.22rem;
  }
  .sec11 .tel .content a {
    padding-left: 0.3rem;
    font-size: 0.4rem;
  }
  .sec11 .tel .content a::before {
    width: 0.28rem;
    height: 0.28rem;
    top: calc(50% - 0.14rem);
  }
  .sec11 .tel .content .cat {
    line-height: 0.29rem;
    margin: 0.07rem 0 0.2rem;
    font-size: 0.2rem;
  }
  .sec11 .tel .content .notes {
    font-size: 0.12rem;
  }
  .sec11 .flow {
    margin-top: 0.44rem;
  }
  .sec11 .flow .flow_tit {
    font-size: 0.2rem;
  }
  .sec11 .flow .lists {
    margin-top: 0.2rem;
  }
  .sec11 .flow .lists li {
    border: 1px solid #34475e;
  }
  .sec11 .flow .lists li:not(:last-of-type) {
    margin-bottom: 0.1rem;
  }
  .sec11 .flow .lists .step {
    width: 0.475rem;
    font-size: 0.07rem;
  }
  .sec11 .flow .lists .step .num {
    font-size: 0.14rem;
  }
  .sec11 .flow .lists .content {
    width: calc(100% - 0.475rem);
    padding: 0.15rem 0.15rem 0.13rem 0.13rem;
  }
  .sec11 .flow .lists .list_tit {
    padding-bottom: 0.05rem;
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
  }
  .sec11 .flow .lists .list_desc {
    font-size: 0.12rem;
  }
  .sec11 .flow .lists .notes {
    margin-top: 0.04rem;
    font-size: 0.1rem;
  }
  .sec12 {
    padding: 9.245vw 5.208vw 10.417vw;
  }
  .sec13 {
    padding: 0.52rem 0.2rem 0.5rem;
    font-size: 0.1rem;
  }
  .cmn_footer {
    padding: 0.08rem 0 0.8rem;
  }
  .cmn_footer small {
    font-size: 0.08rem;
  }
}
