@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;
}

/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
.u-no-scroll {
  overflow: hidden;
}

.u-hidden {
  display: none;
}

body {
  min-width: 11.6rem;
  font-size: 0.18rem;
  color: #34475e;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.fixed_area {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #54b0f1;
}
.fixed_area::before, .fixed_area::after {
  content: "";
  width: 4.75rem;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.fixed_area::before {
  left: 0;
  background-image: url(../images/cmn/fixed_area_bg01.webp);
}
.fixed_area::after {
  right: 0;
  background-image: url(../images/cmn/fixed_area_bg02.webp);
}
.fixed_area .lists {
  position: absolute;
  top: 50%;
  left: 1.33rem;
  transform: translateY(-50%);
}
.fixed_area .lists li:not(:last-of-type) {
  margin-bottom: 0.31rem;
}
.fixed_area .lists a {
  font-size: 0.18rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.03em;
}
.fixed_area .lists a.is-current .check_wrap {
  background-color: #fbf971;
}
.fixed_area .lists a.is-current .check_wrap svg {
  stroke: #54b0f1;
}
.fixed_area .lists a:hover {
  opacity: 1;
}
.fixed_area .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;
}
.fixed_area .lists .check_wrap svg {
  width: 0.15rem;
  height: 100%;
  stroke: #fbf971;
}
.fixed_area .btn_wrap {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.fixed_area .btn_wrap img {
  width: 3.27rem;
  transition: transform 0.4s;
}
.fixed_area .btn_wrap a {
  position: relative;
}
.fixed_area .btn_wrap a.mv_estimation_btn {
  cursor: pointer;
}
.fixed_area .btn_wrap a.mv_estimation_btn::before {
  content: "";
  width: 0.46rem;
  height: 0.425rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 0.28rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/cmn/fixed_area_btn_deco.png);
}
.fixed_area .btn_wrap a:hover {
  opacity: 1;
}
.fixed_area .btn_wrap a:hover::before {
  animation-name: anime_move;
  animation-delay: 0;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.fixed_area .btn_wrap a:hover .btn {
  transform: scale(1.05);
}
@keyframes anime_move {
  0% {
    transform: translate(0%, -50%);
  }
  20% {
    transform: translate(-10%, -60%);
  }
  40% {
    transform: translate(0%, -50%);
  }
  60% {
    transform: translate(-10%, -60%);
  }
  80% {
    transform: translate(0%, -50%);
  }
}

.content_area {
  width: 5.93rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cmn_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  height: 1rem;
  padding: 0 0.25rem;
  gap: 1.237vw;
}
.cmn_header .logo-wrap {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
}
.cmn_header .logo img {
  width: 8.105vw;
}
.cmn_header .sm img {
  width: 11.491vw;
}
.cmn_header .menu {
  display: none;
}

.mv {
  position: relative;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../images/mv/bg.webp);
  background-color: #fff;
}
.mv .cat {
  margin: -0.18rem 0.05rem 0 0;
  text-align: right;
}
.mv .cat img {
  width: 2.96rem;
}
.mv .cat02 {
  padding: 0 2.604vw 0 2.083vw;
}
.mv .cat02_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.586vw;
}
.mv .cat02_list_item {
  flex: 1;
}
.mv .cat02_list_item img {
  width: 100%;
  height: auto;
}
.mv .cat02_notes {
  margin-top: 0.755vw;
  margin-left: 0.391vw;
}
.mv .cat02_notes_item {
  font-size: 0.651vw;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.mv .tit {
  padding: 13.021vw 0 1.042vw 0;
  text-align: left;
}
.mv .tit img {
  width: 80%;
}
.mv .notes {
  position: absolute;
  top: 13.021vw;
  right: 0.651vw;
}
.mv .notes img {
  width: 100%;
}
.mv .subtit {
  width: 30.534vw;
  margin: -2.083vw 0 1.693vw 3.971vw;
}
.mv .details {
  width: 29.297vw;
  margin: 0 auto 4.297vw;
}
.mv .btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.mv .btn_wrap .btn_main {
  cursor: pointer;
  filter: drop-shadow(0px 0.195vw 0.391vw rgba(0, 0, 0, 0.161));
}
.mv .box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  padding: 1.042vw 0;
}
.mv .box_notice {
  font-size: 0.846vw;
  line-height: 1.9;
  color: #0081fb;
  text-decoration: underline;
  margin-top: 0.651vw;
}
.mv .link {
  color: #fff;
  text-decoration: underline;
}
.mv .campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f8ebab;
  margin-top: 6.51vw;
  padding: 0 0 4.753vw;
  text-align: center;
}
.mv .campaign_deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 18.099vw;
  height: 18.099vw;
}
.mv .campaign_header {
  position: relative;
  width: 38.607vw;
  margin-top: -5.404vw;
  margin-bottom: -3.385vw;
}
.mv .campaign_banner {
  position: relative;
  width: 34.961vw;
  margin: 5.208vw 0 1.302vw;
}
@media screen and (hover: hover) {
  .mv .campaign_banner:hover {
    opacity: 1;
    transform: scale(1.02);
  }
}
.mv .campaign_details {
  position: relative;
  width: 34.961vw;
}

.sec02 {
  width: 100%;
  padding: 0.64rem 0.4rem 0.63rem;
  background-color: #fff;
}
.sec02 .tit {
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  color: #34475e;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.sec02 .tit .strong {
  font-size: 0.48rem;
  color: #54b0f1;
}
.sec02 .txt {
  margin-top: 0.12rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec02 .lists {
  margin-top: 0.46rem;
}
.sec02 .lists li {
  border: 0.02rem solid #34475e;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec02 .lists li:not(:last-of-type) {
  margin-bottom: 0.48rem;
}
.sec02 .lists .num {
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  background-color: #34475e;
}
.sec02 .lists .img {
  padding: 0.24rem 0.16rem 0.29rem;
}
.sec02 .lists .list_txt {
  padding: 0.33rem 0.2rem 0.28rem;
  letter-spacing: 0.03em;
  background-color: #d9eeff;
}
.sec02 .lists .list_tit {
  font-size: 0.32rem;
  line-height: 1.55;
  font-weight: 700;
}
.sec02 .lists .list_desc {
  margin-top: 0.14rem;
  line-height: 1.8;
  font-weight: 500;
}
.sec02 .lists .list_desc .notes {
  margin-top: 0.5em;
  font-size: 0.12rem;
  display: block;
}

.cta {
  padding: 0.47rem 0 0.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/cta/bg.webp);
}
.cta .txt {
  text-align: center;
}
.cta .txt img {
  width: 5.41rem;
}
.cta .tit {
  margin: 0.32rem 0 0.5rem 0.36rem;
}
.cta .tit img {
  width: 3.175rem;
}
.cta .btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.cta .btn {
  text-align: center;
}
.cta .btn_main {
  filter: drop-shadow(0px 0.195vw 0.391vw rgba(0, 0, 0, 0.161));
}
.cta .btn img {
  width: 5.48rem;
  transition: transform 0.4s;
}
.cta .btn a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .cta .btn a.mv_estimation_btn {
    cursor: pointer;
  }
  .cta .btn a.mv_estimation_btn::before {
    content: "";
    width: 0.75rem;
    height: 0.69rem;
    position: absolute;
    z-index: 1;
    top: -0.63rem;
    right: 0.16rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/cmn/fixed_area_btn_deco.png);
  }
  .cta .btn a:hover {
    opacity: 1;
  }
  .cta .btn a:hover::before {
    animation-name: anime_move;
    animation-delay: 0;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  .cta .btn a:hover .btn {
    transform: scale(1.05);
  }
}
.cta .btn .cta_btn_call img.btn {
  width: 5.3rem;
}

.sec04 {
  padding: 0.68rem 0 0;
  background-color: #fff;
}
.sec04 .tit {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec04 .tit .strong {
  margin-top: 0.15rem;
  display: block;
  font-size: 0.48rem;
  color: #54b0f1;
  line-height: 1.4;
}
.sec04 .before {
  padding: 0.36rem 0.3rem 0.75rem;
  text-align: center;
  position: relative;
}
.sec04 .before::before, .sec04 .before::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec04 .before::before {
  width: 100%;
  height: 2.04rem;
  bottom: -0.5rem;
  left: 0;
  background-image: url(../images/sec04/before_deco.png);
}
.sec04 .before::after {
  width: 0.54rem;
  height: 0.676rem;
  z-index: 2;
  bottom: -0.4rem;
  left: calc(50% - 0.27rem);
  background-image: url(../images/sec04/arrow.png);
}
.sec04 .before .img {
  margin-right: 0.28rem;
}
.sec04 .before .img img {
  width: 5.1rem;
}
.sec04 .before .txt {
  margin-top: 0.1rem;
}
.sec04 .before .txt img {
  width: 97%;
}
.sec04 .after .item01 {
  padding: 0.82rem 0.3rem 0.65rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(../images/sec04/after_item01_bg.webp);
}
.sec04 .after .item01::before {
  content: "";
  width: 5.815rem;
  height: 1.89rem;
  position: absolute;
  z-index: -1;
  bottom: 2.24rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec04/after_deco.webp);
}
.sec04 .after .item01 .img {
  margin-right: 0.08rem;
}
.sec04 .after .item01 .img img {
  width: 100%;
}
.sec04 .after .item01 .txt {
  margin: 0.1rem 0 0.3rem;
}
.sec04 .after .item01 .txt img {
  width: 97%;
}
.sec04 .after .item01 .tit {
  margin: 0 -0.1rem;
}
.sec04 .after .item01 .tit img {
  width: 100%;
}
.sec04 .after .item01 .cat {
  margin-top: 0.41rem;
}
.sec04 .after .item01 .cat img {
  width: 4.065rem;
}
.sec04 .after .item02 {
  margin-top: -1.4rem;
  padding: 1.9rem 0.37rem 0.65rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url(../images/sec04/after_item02_bg.webp);
}
.sec04 .after .item02 .item02_tit {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.sec04 .after .item02 .item02_tit .strong {
  font-size: 0.4rem;
  color: #fbf971;
}
.sec04 .after .item02 .lists {
  margin-top: 0.57rem;
}
.sec04 .after .item02 .lists li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.sec04 .after .item02 .lists .list_tit_wrap {
  padding: 0.25rem;
  background-color: #34475e;
  border-radius: 0.1rem 0.1rem 0 0;
}
.sec04 .after .item02 .lists .point {
  width: 1.46rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border-radius: 10rem;
  letter-spacing: 0.03em;
  background-color: #fbf971;
}
.sec04 .after .item02 .lists .list_tit {
  margin-top: 0.05rem;
  font-size: 0.32rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.sec04 .after .item02 .lists .list_tit .strong {
  color: #fbf971;
}
.sec04 .after .item02 .lists .list_content {
  padding: 0.2rem 0.25rem 0.25rem;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.sec04 .after .item02 .lists .img {
  width: 100%;
}
.sec04 .after .item02 .lists .list_txt {
  margin-top: 0.26rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec04 .after .item02 .lists .list_txt .strong {
  padding: 0 0.025rem;
  font-weight: 700;
  background-color: #fbf971;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sec04 .after .item02 .lists .list_txt .notes {
  margin-top: 0.3rem;
  display: block;
  font-size: 0.12rem;
}

.sec05 {
  padding: 0.7rem 0.35rem 0.66rem;
  background-image: url(../images/sec05/bg.webp);
}
.sec05 .tit {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec05 .tit .strong {
  margin-top: 0.12rem;
  display: block;
  font-size: 0.4rem;
  color: #54b0f1;
  line-height: 1.5;
}
.sec05 .swiper-container {
  padding: 0 0.04rem 1rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.sec05 .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
}
.sec05 .swiper-button-next,
.sec05 .swiper-button-prev {
  width: 0.9rem;
  height: 0.9rem;
  top: auto;
  bottom: 0;
  transition: opacity 0.4s;
  background: url(../images/sec05/arrow.png) no-repeat center center/contain;
}
.sec05 .swiper-button-next::after,
.sec05 .swiper-button-prev::after {
  content: "";
}
.sec05 .swiper-button-next:hover,
.sec05 .swiper-button-prev:hover {
  opacity: 0.7;
}
.sec05 .swiper-button-prev {
  left: 1.04rem;
}
.sec05 .swiper-button-next {
  right: 1.04rem;
  transform: rotate(180deg);
}
.sec05 .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  opacity: 1;
}
.sec05 .swiper-pagination-bullets {
  top: auto;
  bottom: 0.35rem !important;
}
.sec05 .swiper-pagination-bullet-active {
  background-color: #54b0f1;
}
.sec05 .swiper-pagination-bullet {
  margin: 0 0.12rem !important;
}
.sec05 .notes {
  margin-top: 0.25rem;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.sec06 {
  padding: 0.63rem 0.4rem 0.6rem;
  background-color: #fff;
}
.sec06 .tit {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec06 .lists {
  margin-top: 0.3rem;
}
.sec06 .lists li {
  display: flex;
  align-items: center;
  position: relative;
}
.sec06 .lists li:not(:last-of-type)::after {
  content: "";
  width: 0.815rem;
  height: 0.26rem;
  position: absolute;
  bottom: -0.47rem;
  left: calc(50% - 0.4075rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec06/arrow.png);
}
.sec06 .lists .item01 {
  margin-bottom: 0.6rem;
}
.sec06 .lists .item02 {
  margin-bottom: 0.62rem;
}
.sec06 .lists .img {
  width: 2.64rem;
}
.sec06 .lists .img img {
  width: 2.425rem;
}
.sec06 .lists .txt {
  width: calc(100% - 2.64rem);
  letter-spacing: 0.03em;
}
.sec06 .lists .list_tit {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.4;
}
.sec06 .lists .desc {
  margin-top: 0.06rem;
  font-weight: 500;
  line-height: 1.8;
}

.sec07 {
  padding: 0.74rem 0.4rem 0.62rem;
  background-color: #d9eeff;
}
.sec07 .tit {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec07 .txt {
  margin-top: 0.4rem;
  width: 100%;
}
.sec07 .lists {
  margin-top: 0.3rem;
}
.sec07 .lists li:not(:last-of-type) {
  margin-bottom: 0.31rem;
}
.sec07 .lists .list_wrap {
  padding: 0.1rem 0.23rem;
  display: flex;
  align-items: center;
  border-radius: 0.1rem 0.1rem 0 0;
}
.sec07 .lists .list_wrap .num {
  width: 0.32rem;
  line-height: 0.32rem;
  margin-right: 0.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 0.16rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  background-color: #fff;
}
.sec07 .lists .list_wrap .list_tit {
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.sec07 .lists .content {
  padding: 0.22rem;
  display: flex;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.sec07 .lists .img {
  width: 2.56rem;
}
.sec07 .lists .img img {
  width: 2.38rem;
}
.sec07 .lists .desc {
  width: calc(100% - 2.56rem);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec07 .lists .desc .notes {
  display: block;
  font-size: 0.12rem;
}
.sec07 .lists .item01 .list_wrap {
  background-color: #54b0f1;
}
.sec07 .lists .item01 .list_wrap .num {
  color: #54b0f1;
}
.sec07 .lists .item02 .list_wrap {
  background-color: #4e9ad3;
}
.sec07 .lists .item02 .list_wrap .num {
  color: #4e9ad3;
}
.sec07 .lists .item03 .list_wrap {
  background-color: #4887b8;
}
.sec07 .lists .item03 .list_wrap .num {
  color: #4887b8;
}
.sec07 .lists .item04 .list_wrap {
  background-color: #42739b;
}
.sec07 .lists .item04 .list_wrap .num {
  color: #42739b;
}
.sec07 .lists .item05 .list_wrap {
  background-color: #3c5f80;
}
.sec07 .lists .item05 .list_wrap .num {
  color: #3c5f80;
}
.sec07 .lists .item06 .list_wrap {
  background-color: #34475e;
}
.sec07 .lists .item06 .list_wrap .num {
  color: #34475e;
}

.sec09 {
  padding: 0.73rem 0.4rem 0.44rem;
  background-color: #d9eeff;
}
.sec09 .tit {
  margin-bottom: 0.4rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec09 .ac {
  width: 100%;
  margin: 0 auto;
}
.sec09 .ac_parent {
  padding: 0.2rem 0 0.2rem 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.65;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
}
.sec09 .ac_parent .txt {
  width: 100%;
  padding-right: 0.6rem;
  position: relative;
}
.sec09 .ac_parent .txt::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0.1rem;
  border-radius: 50%;
  background-color: #54b0f1;
}
.sec09 .ac_parent .icon {
  width: 0.65rem;
  margin-right: 0.13rem;
}
.sec09 .ac_parent::before, .sec09 .ac_parent::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
}
.sec09 .ac_parent::before {
  right: 0.23rem;
  width: 0.16rem;
  height: 0.02rem;
}
.sec09 .ac_parent::after {
  right: 0.29rem;
  width: 0.02rem;
  height: 0.16rem;
  transition: height 0.4s;
}
.sec09 .ac_parent.open::after {
  height: 0;
}
.sec09 .ac_child {
  position: relative;
  display: none;
}
.sec09 .ac_child .wrap {
  display: flex;
  align-items: flex-end;
}
.sec09 .ac_child .bg {
  width: 100%;
  padding: 0.26rem 0.15rem 0.2rem 0.1rem;
  background-color: #54b0f1;
  border-radius: 0.2rem 0.2rem 0 0.2rem;
}
.sec09 .ac_child .icon {
  width: 0.87rem;
  margin-left: 0.15rem;
}
.sec09 .ac_child .desc {
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
.sec09 .ac_child:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.sec03 {
  padding: 4.427vw 2.018vw 4.232vw;
  background-color: #fff;
}
.sec03 .tit {
  margin-bottom: 2.018vw;
  text-align: center;
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.094vw;
}
.sec03 .item {
  border: 0.051vw solid #54b0f1;
  border-radius: 1.497vw;
  overflow: hidden;
  width: 35.026vw;
  margin: 0 auto;
}
.sec03 .item:not(:last-of-type) {
  margin-bottom: 1.888vw;
}
.sec03 .item_header {
  padding: 2.474vw 3.776vw 1.302vw;
  text-align: center;
}
.sec03 .item_header_tit {
  font-size: 2.441vw;
  font-weight: 700;
  color: #34475e;
  letter-spacing: 0.073vw;
  line-height: 1.4;
}
.sec03 .item_header_img {
  width: 27.344vw;
  margin: 0.977vw auto 0;
}
.sec03 .item_header_img img {
  width: 100%;
}
.sec03 .item_header_sub {
  font-size: 1.017vw;
  font-weight: 500;
  color: #34475e;
  letter-spacing: 0.031vw;
  line-height: 1.4;
  margin-top: 0.509vw;
}
.sec03 .item_header_note {
  font-size: 0.916vw;
  font-weight: 400;
  color: #34475e;
  letter-spacing: 0.027vw;
  line-height: 1.4;
  margin-top: 0.356vw;
  text-align: left;
}
.sec03 .item .content {
  padding: 1.302vw 0.911vw 1.953vw;
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
}
.sec03 .content_divider {
  border: none;
  border-top: 0.051vw 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: #d9d9d9;
  color: #34475e;
  font-size: 1.628vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.049vw;
  padding: 0.846vw 1.302vw;
  border: 0.065vw solid transparent;
  border-radius: 1.563vw 1.563vw 0 0;
  cursor: pointer;
  text-align: center;
}
.sec03 .pricing_tabs_btn.is-active {
  background: #fff;
  color: #34475e;
  border-color: #c5c5c5;
}
.sec03 .pricing_panels {
  width: 100%;
  padding-top: 0.911vw;
}
.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: 0.911vw;
  align-items: flex-end;
}
.sec03 .pricing_section_label {
  align-self: flex-start;
  font-size: 1.628vw;
  font-weight: 700;
  color: #34475e;
  letter-spacing: 0.049vw;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
}
.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;
  align-self: flex-end;
  gap: 0.509vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.sec03 .pricing_section_help_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.933vw;
  height: 1.933vw;
  background: #ed1051;
  border-radius: 50%;
  color: #fff;
  font-size: 1.322vw;
  font-weight: 500;
}
.sec03 .pricing_section_help_text {
  font-size: 1.322vw;
  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: 2.34vw;
  margin: 0 auto;
}
.sec03 .pricing_section_arrow img {
  width: 100%;
}
.sec03 .pricing_section_banner {
  background: #ed1051;
  border-radius: 0.814vw;
  padding: 1.424vw 3.125vw;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.sec03 .pricing_section_banner_sub {
  font-size: 1.017vw;
  letter-spacing: 0.031vw;
  line-height: 1.4;
  margin: 0;
}
.sec03 .pricing_section_banner_main {
  font-size: 1.628vw;
  letter-spacing: 0.049vw;
  line-height: 1.4;
  margin: 0;
}
.sec03 .pricing_section_banner_main .num {
  font-size: 2.441vw;
}
.sec03 .pricing_section_banner_note {
  font-size: 0.781vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 0.326vw;
  text-align: right;
}
.sec03 .pricing_section_details {
  width: 32.422vw;
  margin: 0 auto;
}
.sec03 .pricing_section_details_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.977vw;
}
.sec03 .pricing_section_details_label {
  width: 11.068vw;
  flex-shrink: 0;
  font-size: 1.221vw;
  font-weight: 400;
  color: #34475e;
  letter-spacing: 0.037vw;
  line-height: 1.4;
}
.sec03 .pricing_section_details_value {
  flex: 1;
  font-size: 1.221vw;
  font-weight: 400;
  color: #34475e;
  letter-spacing: 0.037vw;
  line-height: 1.4;
}
.sec03 .pricing_section_details_divider {
  border: none;
  border-top: 0.051vw solid #c9c9c9;
  margin: 0.966vw 0;
}
.sec03 .pricing_section_select {
  display: flex;
  align-items: center;
  gap: 0.977vw;
}
.sec03 .pricing_section_select_label {
  font-size: 1.628vw;
  font-weight: 700;
  color: #34475e;
  letter-spacing: 0.049vw;
  line-height: 1.4;
}
.sec03 .pricing_section_note {
  font-size: 0.805vw;
  font-weight: 400;
  color: #34475e;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 0.326vw;
  text-align: left;
}
.sec03 .option_section {
  background: #f7f7f7;
  border-radius: 0.814vw;
  padding: 1.628vw 0.698vw;
  display: flex;
  flex-direction: column;
  gap: 3.255vw;
  align-items: center;
}
.sec03 .option_section_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.824vw;
}
.sec03 .option_section_title {
  font-size: 1.831vw;
  font-weight: 700;
  color: #34475e;
  letter-spacing: 0.055vw;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
.sec03 .option_section_divider {
  border: none;
  border-top: 0.051vw solid #c9c9c9;
  width: 31.687vw;
  margin: 0;
}
.sec03 .option_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
}
.sec03 .option_item_info {
  padding: 0 0.456vw;
  display: flex;
  gap: 1.432vw;
  align-items: flex-start;
}
.sec03 .option_item_info_img {
  width: 12.305vw;
  flex-shrink: 0;
}
.sec03 .option_item_info_img img {
  width: 100%;
}
.sec03 .option_item_info_name {
  font-size: 1.823vw;
  font-weight: 700;
  color: #34475e;
  letter-spacing: 0.055vw;
  line-height: 1.4;
  margin: 0;
}
.sec03 .option_item_info_desc {
  font-size: 1.017vw;
  font-weight: 500;
  color: #34475e;
  letter-spacing: 0.031vw;
  line-height: 1.8;
  margin: 0;
}
.sec03 .option_item_info_desc small {
  font-size: 0.916vw;
}
.sec03 .option_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.687vw;
  height: 4.476vw;
  margin: 0 auto;
  background: #fff;
  border: 0.102vw solid #34475e;
  border-radius: 0.61vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.831vw;
  font-weight: 500;
  color: #34475e;
  letter-spacing: 0.092vw;
  line-height: 2;
  cursor: pointer;
  position: relative;
}
.sec03 .option_item_btn_icon {
  position: absolute;
  right: 0.911vw;
  width: 2.441vw;
  height: 2.441vw;
}
.sec03 .option_item_footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.814vw;
  margin-left: auto;
}
.sec03 .option_item_price {
  font-size: 1.322vw;
  font-weight: 700;
  color: #34475e;
  letter-spacing: 0.066vw;
}
.sec03 .option_item_price_num {
  font-size: 2.441vw;
  line-height: 2;
}
.sec03 .option_item_price_label {
  font-size: 0.96vw;
  font-weight: bold;
  color: #8c8c8c;
  letter-spacing: 0.037vw;
  line-height: 1.4;
  margin-bottom: -1em;
}
.sec03 .option_item_select {
  display: flex;
  align-items: center;
  gap: 0.977vw;
}
.sec03 .option_item_select_label {
  font-size: 1.628vw;
  font-weight: 700;
  color: #34475e;
  letter-spacing: 0.049vw;
  line-height: 1.4;
}
.sec03 .notes {
  margin-top: 0.977vw;
  font-size: 0.911vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec03 .notes-collapsible {
  position: relative;
  margin: 1.823vw 0 2.93vw;
  font-size: 1.042vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec03 .notes-collapsible_content {
  position: relative;
  background-color: #f3f4f5;
  padding: 0.977vw 1.367vw 1.953vw;
  border-radius: 0.326vw;
}
.sec03 .notes-collapsible .notes-visible {
  margin-top: 0;
}
.sec03 .notes-collapsible_hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.sec03 .notes-collapsible.is-expanded .notes-collapsible_hidden {
  transition: max-height 0.4s ease-in-out;
}
.sec03 .notes-collapsible.is-expanded .notes-collapsible_btn_icon-plus {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.sec03 .notes-collapsible.is-expanded .notes-collapsible_btn_icon-minus {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.sec03 .notes-collapsible_btn {
  position: absolute;
  bottom: 0vw;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 2.604vw;
  height: 2.604vw;
  border-radius: 50%;
  background-color: #808080;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0 0 0.326vw 0;
  transition: opacity 0.2s ease;
}
.sec03 .notes-collapsible_btn:hover {
  opacity: 0.8;
}
.sec03 .notes-collapsible_btn_icon {
  position: absolute;
  color: #fff;
  font-size: 1.953vw;
  display: block;
}
.sec03 .notes-collapsible_btn_icon-plus {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.sec03 .notes-collapsible_btn_icon-minus {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.sec03 .estimation {
  margin-top: 2.018vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03 .estimation_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.302vw;
  gap: 1.888vw;
}
.sec03 .estimation_counter {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #d9eeff;
  padding: 0.781vw 0.586vw;
  border-radius: 0.521vw;
  gap: 0.521vw;
  position: relative;
}
.sec03 .estimation_counter_select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1.628vw;
  font-weight: 700;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  cursor: pointer;
  width: 6.51vw;
  height: 2.995vw;
  z-index: 1;
  padding-right: 3.255vw;
}
.sec03 .estimation_counter_select::-ms-expand {
  display: none;
}
.sec03 .estimation_counter::before {
  content: "";
  position: absolute;
  left: 0.586vw;
  top: 50%;
  transform: translateY(-50%);
  width: 3.255vw;
  height: 2.995vw;
  box-shadow: 0px 0.102vw 0.102vw rgba(52, 71, 94, 0.1);
  background-color: white;
  border-radius: 0.26vw;
}
.sec03 .estimation_counter::after {
  pointer-events: none;
  position: absolute;
  right: 0.586vw;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 2.799vw;
  height: 2.799vw;
  z-index: 1;
  background-image: url(../images/sec03/select-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sec03 .estimation_calc {
  margin-bottom: 3.451vw;
}
.sec03 .estimation_calc_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.195vw 1.563vw;
  border-radius: 0.846vw;
  width: 35.091vw;
  height: 5.078vw;
}
.sec03 .estimation_calc_item--after {
  background-color: #d9eeff;
}
.sec03 .estimation_calc_item_label {
  font-size: 1.628vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec03 .estimation_calc_item_value {
  font-size: 2.734vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 0.26vw;
}
.sec03 .estimation_calc_item_value_num {
  font-size: 2.734vw;
}
.sec03 .estimation_calc_item_value_unit {
  font-size: 2.018vw;
}
.sec03 .estimation_calc_divider {
  width: 35.091vw;
  height: 0.163vw;
  background-color: #34475e;
  margin: 1.497vw 0;
}
.sec03 .estimation_btn_wrap {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.sec03 .estimation_btn_wrap img {
  width: 85%;
  transition: transform 0.4s;
}
.sec03 .estimation_btn_wrap img:hover {
  transform: scale(1.05);
}

.sec03_modal {
  border: none;
  border-radius: 1.042vw;
  padding: 0;
  max-width: 34.375vw;
  width: 100%;
  max-height: 90dvh;
  overflow: visible;
  border-radius: 1.042vw;
}
.sec03_modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec03_modal_inner {
  position: relative;
  max-height: 90dvh;
  border-radius: 1.042vw;
  overflow-y: auto;
  scrollbar-width: thin;
}
.sec03_modal_inner::-webkit-scrollbar {
  width: 0.391vw;
}
.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.195vw;
}
.sec03_modal_close {
  position: absolute;
  top: -1.367vw;
  right: -1.367vw;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  width: 4.427vw;
  height: 4.427vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03_modal_close:focus, .sec03_modal_close:focus-visible {
  outline: none;
}
.sec03_modal_close img {
  width: 100%;
  height: 100%;
}
.sec03_modal_header {
  padding: 1.758vw 2.604vw;
  text-align: center;
}
.sec03_modal_header--navy {
  background-color: #34475e;
}
.sec03_modal_header--navy .sec03_modal_header_tit {
  color: #fff;
  font-size: 1.693vw;
  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 {
  display: inline-block;
  background-color: #34475e;
  color: #fff;
  font-size: 1.042vw;
  font-weight: 700;
  padding: 0.26vw 2.604vw;
  border-radius: 6.51vw;
  margin-bottom: 0.651vw;
  letter-spacing: 0.03em;
}
.sec03_modal_header--yellow .sec03_modal_header_tit {
  color: #34475e;
  font-size: 1.693vw;
  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: 3.06vw 2.018vw 1.823vw;
  border-radius: 0 0 1.042vw 1.042vw;
}
.sec03_modal_intro {
  text-align: center;
  font-size: 1.302vw;
  font-weight: 500;
  color: #34475e;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 1.953vw;
}
.sec03_modal_intro strong {
  font-weight: 700;
}
.sec03_modal_items {
  display: flex;
  flex-direction: column;
  gap: 2.604vw;
}
.sec03_modal_item {
  text-align: center;
}
.sec03_modal_item_img {
  width: 100%;
  border-radius: 1.042vw;
  display: block;
}
.sec03_modal_item_text {
  font-size: 1.302vw;
  font-weight: 500;
  color: #34475e;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 0.781vw;
}
.sec03_modal_item_note {
  font-size: 1.042vw;
  font-weight: 400;
  color: #34475e;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 0.781vw;
  text-align: left;
}
.sec03_modal_footnote {
  font-size: 0.911vw;
  font-weight: 400;
  color: #34475e;
  text-align: center;
  margin-top: 2.409vw;
}

.sec11 {
  padding: 0.71rem 0.4rem 0.76rem;
  background-color: #54b0f1;
}
.sec11 .tit01 {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec11 .tit01 .strong {
  margin-top: 0.1rem;
  display: block;
  line-height: 1.4;
  font-size: 0.4rem;
}
.sec11 .tit01 .yellow {
  color: #fbf971;
}
.sec11 .tel {
  margin-top: 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  border: 0.02rem solid #ed1051;
}
.sec11 .tel .tel_tit {
  padding: 0.15rem 0;
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.55;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  background-color: #ed1051;
}
.sec11 .tel .content {
  padding: 0.22rem 0.4rem 0.33rem;
  color: #ed1051;
  background-color: #fff;
  text-align: center;
}
.sec11 .tel .content a {
  padding-left: 0.43rem;
  font-size: 0.56rem;
  font-weight: 900;
  color: #ed1051;
  font-family: "Lato", sans-serif;
  position: relative;
}
.sec11 .tel .content a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec11/tel_icon.png);
}
.sec11 .tel .content .cat {
  width: 100%;
  line-height: 0.35rem;
  margin: 0.11rem 0 0.29rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #feecf1;
}
.sec11 .tel .content .notes {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec11 .flow {
  margin-top: 0.54rem;
}
.sec11 .flow .flow_tit {
  text-align: center;
  font-size: 0.32rem;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
}
.sec11 .flow .lists {
  margin-top: 0.3rem;
}
.sec11 .flow .lists li {
  display: flex;
  border: 0.02rem solid #34475e;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec11 .flow .lists li:not(:last-of-type) {
  margin-bottom: 0.15rem;
}
.sec11 .flow .lists .step {
  width: 0.74rem;
  font-size: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #34475e;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.sec11 .flow .lists .step .num {
  font-size: 0.22rem;
}
.sec11 .flow .lists .content {
  width: calc(100% - 0.74rem);
  padding: 0.28rem 0.25rem 0.2rem 0.13rem;
  background-color: #fff;
}
.sec11 .flow .lists .list_tit {
  padding-bottom: 0.08rem;
  margin-bottom: 0.08rem;
  font-size: 0.24rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-bottom: 1px solid #34475e;
}
.sec11 .flow .lists .list_desc {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.34;
}
.sec11 .flow .lists .notes {
  margin-top: 0.07rem;
  font-size: 0.14rem;
  line-height: 1.34;
}

.sec12 {
  padding: 3.581vw 2.018vw 4.232vw;
  background-color: #40c1d8;
}

.sec13 {
  padding: 0.69rem 0.3rem 0.65rem;
  background-color: #fff;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
}

.cmn_footer {
  padding: 0.1rem 0;
  background-color: #34475e;
}
.cmn_footer small {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
}
/*202605追加分*/
.modaal-content-container {
  font-size: 16px;
}

sup {
  position: relative;
  top: -0.75em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.aircon_cart_container .aircon_cart h2 {
  margin-block: 2em 1em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.aircon_cart_container .aircon_cart .cellingtype .acrBox .acrTtl {
  margin-block: 2em;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}
.aircon_cart_container .aircon_cart .cellingtype .acrBox ul {
  margin-top: 2em;
}
.aircon_cart_container .aircon_cart .cellingtype .acrBox ul li {
  position: relative;
  margin-bottom: 6px;
  margin-left: 1.6em;
  padding-left: 1.6em;
  text-indent: -1.6em;
  line-height: 1.4;
  font-size: 13px;
}
.aircon_cart_container .aircon_cart .cellingtype .acrBox .acrTtl span {
  position: relative;
}
.aircon_cart_container .aircon_cart .cellingtype .acrBox.opened .acrTtl span::after {
  transform: translateY(-50%);
}
.aircon_cart_container .aircon_cart .cellingtype .acrBox .acrTtl span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7.5%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(180deg);
  background: url(/special/air/modal/images/img_icon_arrow_top.svg) no-repeat center/contain;
}
.aircon_cart_container .aircon_cart .aircon_cart__summary {
  margin-top: 2em;
}

