@charset "UTF-8";

@media screen and (min-width: 769px) {

  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {

  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.12rem;
  }

  .container {
    width: calc(100% - 0.37rem);
  }

  .container_max {
    width: calc(100% - 0.37rem);
  }

  .pconly {
    display: none !important;
  }

  .fixed_btn,
  .analy-cta_fixed_sp {
    padding: 0.1rem;
    bottom: 0rem;
    left: 0;
    right: 0;
    border-radius: 0;
  }

  .fixed_btn .btn,
  .analy-cta_fixed_sp .btn {
    width: 100%;
    margin-top: -0.4rem;
  }

  .fixed_btn .btn img,
  .analy-cta_fixed_sp .btn img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .cmn_header {
    height: 0.7rem;
  }

  .cmn_header .logo {
    width: 1.31rem;
    margin-left: 0.05rem;
  }

  .cmn_header .tel_area .btn {
    width: 2.065rem;
  }

  .cmn_header.container_max {
    width: calc(100% - 0.2rem);
  }

  .mv .before {
    padding: 0.1rem 0 0.3rem;
    background-image: url(../images/mv/bg_sp_251021.jpg);
  }

  .mv .before .tit {
    text-align: center;
    padding-left: 0;
  }

  .mv .before .tit img {
    width: 3.265rem;
  }

  .mv .before .txt {
    margin: 0.36rem 0 0 -0.22rem;
    width: 2.37rem;
  }

  .mv .after {
    padding: 0.26rem 0 0.26rem;
    background-image: url(../images/mv/bg02.jpg);
  }

  .mv .after .tit img {
    width: 2.405rem;
  }

  .mv .after .btn {
    margin-top: -0.1rem;
  }

  .mv .after .btn img {
    width: 3.54rem;
  }

  .mv .after .txt02 {
    margin-top: 0.08rem;
    font-size: 0.13rem;
    line-height: 1.5;
  }

  .mv .after .notes {
    margin-top: 0.12rem;
    font-size: 0.08rem;
    line-height: 1.5;
  }

  .sec01 .before {
    padding: 0.41rem 0;
  }

  .sec01 .before::before {
    height: 5.13rem;
    top: 0;
    background-image: url(../images/sec01/bg_deco_sp.jpg);
  }

  .sec01 .before::after {
    height: 1.085rem;
    bottom: -0.5rem;
    background-image: url(../images/sec01/bg_deco02_sp.png);
  }

  .sec01 .before .tit img {
    width: 3.145rem;
  }

  .sec01 .before .img {
    margin-top: 0.25rem;
    padding: 0.3rem 0.15rem 0.25rem;
  }

  .sec01 .before .img img {
    width: 100%;
  }

  .sec01 .before .txt {
    margin-top: 0.2rem;
    line-height: 1.625;
  }

  .sec01 .before .txt p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }

  .sec01 .after {
    padding: 0.5rem 0 0.53rem;
  }

  .sec01 .after .tit img {
    width: 2.445rem;
  }

  .sec01 .after .lists {
    padding: 0 0.15rem;
    margin-top: 0.35rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }

  .sec01 .after .lists li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec01 .after .lists .img {
    width: 1.965rem;
  }

  .sec01 .after .lists .img img {
    width: 1.68rem;
  }

  .sec01 .after .lists .txt {
    width: calc(100% - 1.965rem);
    margin-top: 0;
    display: block;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .sec01 .after .lists .merit {
    width: 0.8rem;
    font-size: 0.09rem;
  }

  .sec01 .after .lists .merit .num {
    font-size: 0.165rem;
    letter-spacing: 0;
  }

  .sec01 .after .lists .desc {
    width: 100%;
    margin-top: 0.05rem;
    line-height: 1.23;
    font-weight: 500;
    font-size: 0.13rem;
  }

  .sec01 .after .lists .desc .strong {
    margin-top: 0.05rem;
    font-size: 0.165rem;
  }

  .sec02 {
    padding: 0 0 0.5rem;
    background-image: url(../images/sec02/bg_sp.jpg);
  }

  .sec02 .tit {
    margin: 0 -0.2rem;
  }

  .sec02 .txt {
    margin-top: -0.07rem;
    padding-bottom: 0.3rem;
  }

  .sec02 .txt::after {
    width: 0.31rem;
    height: 0.2775rem;
    left: calc(50% - 0.155rem);
  }

  .sec02 .txt img {
    width: 3.33rem;
  }

  .sec02 .cat {
    margin-top: 0.16rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }

  .sec02 .cat .strong {
    font-size: 0.33rem;
  }

  .sec02 .lists {
    margin-top: 0.36rem;
  }

  .sec02 .lists li {
    padding: 0.3rem 0.175rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.1rem;
  }

  .sec02 .lists li:not(:last-of-type) {
    margin-bottom: 0.3rem;
  }

  .sec02 .lists .img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0.2rem;
  }

  .sec02 .lists .img img {
    width: 100%;
  }

  .sec02 .lists .list_txt {
    width: 100%;
    display: contents;
  }

  .sec02 .lists .point {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    width: 1.19rem;
    margin: 0 auto;
    line-height: 0.23rem;
    font-size: 0.165rem;
  }

  .sec02 .lists .point .num {
    font-size: 0.175rem;
  }

  .sec02 .lists .list_tit {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    text-align: center;
    margin-top: 0.18rem;
    font-size: 0.22rem;
    line-height: 1.41;
  }

  .sec02 .lists .desc {
    margin-top: 0.2rem;
    line-height: 1.625;
  }

  .sec03 {
    padding: 0.25rem 0 0.55rem;
  }

  .sec03 .tit img {
    width: 3.035rem;
  }

  .sec03 .notes {
    margin-top: 0.12rem;
    font-size: 0.1rem;
    line-height: 1.5;
  }

  .sec03 .cat {
    margin-top: 0.25rem;
    font-size: 0.2rem;
    line-height: 1.4;
  }

  .sec03 .cat .strong {
    font-size: 0.26rem;
    letter-spacing: 0.02em;
  }

  .sec03 .cat::after {
    width: 0.125rem;
    height: 0.115rem;
    top: 0.29rem;
    right: -0.13rem;
  }

  .cta {
    padding: 0.4rem 0 0.4rem;
  }

  .cta .before {
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }

  .cta .before .img {
    width: 3.6rem;
    margin: -0.08rem 0 0 -0.2rem;
  }

  .cta .before .img img {
    width: 100%;
  }

  .cta .before .txt {
    display: contents;
    padding-top: 1.24rem;
    width: 100%;
  }

  .cta .before .tit {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 0.18rem;
  }

  .cta .before .tit .strong {
    font-size: 0.2rem;
  }

  .cta .before .cat {
    margin-top: -0.28rem;
    font-size: 0.29rem;
    line-height: 1.26;
  }

  .cta .before .cat .small {
    font-size: 0.23rem;
  }

  .cta .before .desc {
    text-align: center;
    margin-top: 0.12rem;
    font-size: 0.11rem;
    line-height: 1.5;
  }

  .cta .after {
    margin-top: 0.29rem;
    padding: 0.2rem 0.2rem 0.24rem;
    border-radius: 0.15rem;
  }

  .cta .after .btn img {
    width: 100%;
  }

  .cta .after .notes {
    margin-top: 0.07rem;
    line-height: 1.5;
  }

  .cta .after .wrap {
    margin-top: 0.27rem;
    padding-top: 0.26rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 0.02rem solid #d3d3d3;
  }

  .cta .after .img {
    width: 100%;
    padding-top: 0.17rem;
  }

  .cta .after .txt {
    width: 100%;
    display: contents;
    text-align: center;
  }

  .cta .after .tit {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 0.2rem;
    line-height: 1.275;
  }

  .cta .after .tit::after {
    width: 0.125rem;
    height: 0.115rem;
    top: 0.2rem;
    right: -0.11rem;
  }

  .cta .after .cat {
    font-size: 0.125rem;
    margin-top: 0.15rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .cta .after .btn {
    margin-top: 0.09rem;
  }

  .sec04 .before {
    background-image: url(../images/sec04/before_bg_sp.jpg);
  }

  .sec04 .before .container {
    padding: 0.36rem 0 2.8rem;
  }

  .sec04 .before .tit {
    font-size: 0.175rem;
    line-height: 1.4;
  }

  .sec04 .before .tit .strong {
    font-size: 0.255rem;
  }

  .sec04 .before .txt.txt01 {
    width: 2.455rem;
    bottom: 1.53rem;
    right: -0.12rem;
  }

  .sec04 .before .txt.txt02 {
    width: 2.13rem;
    bottom: 0.47rem;
    right: 0.1rem;
  }

  .sec04 .after {
    padding: 0.2rem 0 0.53rem;
  }

  .sec04 .after::before {
    height: 1.785rem;
    background-image: url(../images/sec04/after_bg_deco_sp.png);
  }

  .sec04 .after .tit {
    font-size: 0.185rem;
    line-height: 1.3;
  }

  .sec04 .after .tit .strong {
    font-size: 0.285rem;
  }

  .sec04 .after .txt {
    margin-top: 0.6rem;
  }

  .sec04 .after .txt img {
    width: 3.3rem;
  }

  .sec04 .after .cat {
    margin-top: 0.34rem;
  }

  .sec04 .after .cat img {
    width: 2.77rem;
  }

  .sec04 .after .notes {
    margin-top: 0.11rem;
    text-align: center;
    font-size: 0.1rem;
    letter-spacing: 0.08em;
    line-height: 1.65;
  }

  .sec04 .after .item_wrap {
    margin-top: 0.28rem;
  }

  .sec04 .after .item {
    -webkit-box-shadow: 0 0.03rem 0.35rem 0 rgba(150, 223, 210, 0.14);
    box-shadow: 0 0.03rem 0.35rem 0 rgba(150, 223, 210, 0.14);
  }

  .sec04 .after .item:not(:last-of-type) {
    margin-bottom: 0.3rem;
  }

  .sec04 .after .item_tit_wrap {
    min-height: auto;
    padding: 0.12rem 0 0.2rem 0.175rem;
    gap: 0 0.15rem;
    border-radius: 0.1rem 0.1rem 0 0;
  }

  .sec04 .after .item_tit_wrap .point_wrap .en {
    font-size: 0.14rem;
  }

  .sec04 .after .item_tit_wrap .point_wrap .num {
    font-size: 0.32rem;
  }

  .sec04 .after .item_tit_wrap .item_tit {
    padding-left: 0.15rem;
    font-size: 0.18rem;
    line-height: 1.4;
  }

  .sec04 .after .item_tit_wrap .item_tit .strong {
    font-size: 0.25rem;
  }

  .sec04 .after .item_content {
    border-radius: 0 0 0.1rem 0.1rem;
  }

  .sec04 .after .item01 .item_content {
    padding: 0.25rem 0.2rem 0.26rem;
  }

  .sec04 .after .item01 .item_content .wrap {
    display: block;
  }

  .sec04 .after .item01 .item_content .img {
    width: 100%;
  }

  .sec04 .after .item01 .item_content .item_txt {
    margin-top: 0.2rem;
    width: 100%;
    line-height: 1.625;
  }

  .sec04 .after .item01 .item_content .img02 {
    margin-right: -0.14rem;
  }

  .sec04 .after .item01 .item_content .notes {
    text-align: left;
    margin-top: 0.11rem;
    font-size: 0.1rem;
  }

  .sec04 .after .item02 .item_content {
    padding: 0.16rem 0.2rem 0.3rem;
  }

  .sec04 .after .item02 .item_content .item_txt {
    line-height: 1.625;
  }

  .sec04 .after .item02 .item_content .lists {
    margin-top: 0.26rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec04 .after .item02 .item_content .lists li {
    width: 100%;
    padding-bottom: 0.24rem;
  }

  .sec04 .after .item02 .item_content .lists li:not(:last-of-type) {
    margin-bottom: 0.24rem;
    border-bottom: 1px solid #d3d3d3;
  }

  .sec04 .after .item02 .item_content .lists .list_tit {
    margin-top: 0.2rem;
    font-size: 0.18rem;
  }

  .sec04 .after .item02 .item_content .lists .list_tit::before,
  .sec04 .after .item02 .item_content .lists .list_tit::after {
    width: 0.1rem;
    height: 1px;
  }

  .sec04 .after .item02 .item_content .lists .list_tit::before {
    left: -0.18rem;
  }

  .sec04 .after .item02 .item_content .lists .list_tit::after {
    right: -0.18rem;
  }

  .sec04 .after .item02 .item_content .lists .list_desc {
    margin-top: 0.15rem;
    line-height: 1.625;
  }

  .sec04 .after .item02 .item_content .img {
    margin: -0.1rem -0.2rem 0;
  }

  .sec04 .after .item02 .item_content .cat {
    margin-top: -0.37rem;
    font-size: 0.165rem;
    line-height: 1.3;
  }

  .sec04 .after .item02 .item_content .cat .strong {
    font-size: 0.26rem;
  }

  .sec04 .after .item02 .item_content .lists02 {
    margin: 0.37rem 0.1rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }

  .sec04 .after .item02 .item_content .lists02 li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sec04 .after .item02 .item_content .lists02 .list_img {
    width: 1.325rem;
  }

  .sec04 .after .item02 .item_content .lists02 .list_txt {
    width: calc(100% - 1.325rem);
    height: auto;
    font-size: 0.155rem;
    line-height: 1.35;
    letter-spacing: 0.06em;
    border-radius: 0 0.1rem 0.1rem 0;
  }

  .sec04 .after .item02 .item_content .lists02 .list_txt .small {
    font-size: 0.125rem;
  }

  .sec04 .after .item03 .item_content {
    padding: 0.25rem 0.2rem 0.33rem;
  }

  .sec04 .after .item03 .item_content .wrap {
    display: block;
  }

  .sec04 .after .item03 .item_content .img {
    width: 100%;
  }

  .sec04 .after .item03 .item_content .item_txt {
    margin-top: 0.17rem;
    width: 100%;
    line-height: 1.625;
  }

  .sec04 .after .item03 .item_content .img02 {
    margin: 0.23rem 0 0 0.14rem;
  }

  .sec04 .after .item03 .item_content .img02 img {
    width: 100%;
  }

  .sec05 {
    padding: 0.5rem 0.175rem 0.46rem;
    background-image: url(../images/sec05/bg.jpg);
  }

  .sec05 .tit img {
    width: 2.9rem;
  }

  .sec05 .slider {
    width: 100%;
    margin: 0.37rem auto 0;
    padding: 0 0 0.47rem;
  }

  .sec05 .slider .swiper-slide {
    padding: 0.25rem 0.2rem 0.2rem 0.1rem;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.03rem 0.54rem 0 rgba(60, 60, 60, 0.07);
    box-shadow: 0 0.03rem 0.54rem 0 rgba(60, 60, 60, 0.07);
  }

  .sec05 .slider .swiper-button-next,
  .sec05 .slider .swiper-button-prev {
    width: 0.27rem;
    height: 0.27rem;
  }

  .sec05 .slider .swiper-button-prev {
    left: 1.07rem;
  }

  .sec05 .slider .swiper-button-next {
    right: 1.07rem;
  }

  .sec05 .slider .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }

  .sec05 .slider .swiper-pagination-bullets {
    bottom: 0.06rem !important;
  }

  .sec05 .slider .swiper-pagination-bullet {
    margin: 0 0.04rem !important;
  }

  .sec06 {
    padding: 1.27rem 0 0.45rem;
  }

  .sec06 .tit {
    top: 0.4rem;
    left: calc(50% - 0.915rem);
  }

  .sec06 .tit img {
    width: 1.83rem;
  }

  .sec06 .ac {
    width: 3.45rem;
  }

  .sec06 .ac_parent {
    padding: 0.23rem 0 0.23rem 0.1rem;
    font-size: 0.13rem;
    line-height: 1.45;
    border-radius: 0.15rem;
    -webkit-box-shadow: 0 0.03rem 0.54rem 0 rgba(60, 60, 60, 0.07);
    box-shadow: 0 0.03rem 0.54rem 0 rgba(60, 60, 60, 0.07);
  }

  .sec06 .ac_parent .txt {
    padding-left: 0.6rem;
    width: 100%;
  }

  .sec06 .ac_parent .txt::before {
    width: 0.43rem;
    height: 0.43rem;
    top: calc(50% - 0.215rem);
    left: 0;
  }

  .sec06 .ac_parent::before,
  .sec06 .ac_parent::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #000;
  }

  .sec06 .ac_parent::before {
    right: 0.18rem;
    width: 0.15rem;
    height: 1px;
  }

  .sec06 .ac_parent::after {
    top: calc(50% - 0.075rem);
    right: 0.25rem;
    width: 1px;
    height: 0.15rem;
  }

  .sec06 .ac_parent:not(:first-of-type) {
    margin-top: 0.2rem;
  }

  .sec06 .ac_parent.open {
    border-radius: 0.1rem 0.1rem 0 0;
  }

  .sec06 .ac_parent.open::after {
    height: 0;
  }

  .sec06 .ac_child {
    border-radius: 0 0 0.1rem 0.1rem;
  }

  .sec06 .ac_child::before {
    width: 0.29rem;
    height: 0.29rem;
    top: 0.22rem;
    left: 0.18rem;
  }

  .sec06 .ac_child .wrap {
    margin: 0 0.12rem;
    padding: 0.22rem 0.1rem 0.3rem 0;
  }

  .sec06 .ac_child p {
    padding-left: 0.56rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .sec06 .ac_child p:not(:last-of-type) {
    margin-bottom: 1.4em;
  }

  .sec06 .ac_child:not(:first-of-type) {
    display: none;
  }

  .sec07 .tit {
    padding: 0.38rem 0;
    font-size: 0.225rem;
  }

  .sec07 .content {
    padding: 0.37rem 0 0.7rem;
  }

  .sec07 .content::before {
    width: 4.8rem;
    height: 3.48rem;
    top: -0.07rem;
    left: calc(50% - 2.4rem);
    background-image: url(../images/sec07/bg_deco01.png);
  }

  .sec07 .content::after {
    width: 5.32rem;
    height: 3.6rem;
    bottom: -0.3rem;
    left: calc(50% - 2.66rem);
    background-image: url(../images/sec07/bg_deco02.png);
  }

  .sec07 .content .stit img {
    width: 2.255rem;
  }

  .sec07 .content .txt {
    margin-top: 0.2rem;
  }

  .sec07 .content .txt img {
    width: 3.43rem;
  }

  .sec07 .content .img {
    margin-top: 0.35rem;
  }

  .sec07 .content .img img {
    width: 3.43rem;
  }

  .sec07 .content .cat {
    margin-top: 0.46rem;
    font-size: 0.18rem;
    line-height: 1.4;
  }

  .sec07 .content .cat .strong {
    font-size: 0.245rem;
  }

  .cmn_footer {
    padding: 0.35rem 0 1.3rem;
  }

  .cmn_footer .lists li a {
    font-size: 0.1rem;
  }

  .cmn_footer .lists li:not(:last-of-type) {
    padding-right: 0.15rem;
    margin-right: 0.15rem;
  }

  .cmn_footer small {
    margin-top: 0.15rem;
    font-size: 0.1rem;
  }
}

/*# sourceMappingURL=style_sp.css.map */