@charset "UTF-8";

/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.18rem;
  color: #000;
}

a {
  color: #000;
}

:root {
  --font-family-default: "Noto Sans JP", sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --color-transparent: rgba(255, 255, 255, 0);
  --color-dodgerblue: #1888eb;
  --color-fordblue: #1581e0;
  --color-pacificblue: #005aaa;
  --color-neonpink: #ff4262;
  --color-feverishpink: #ff3458;
  --color-candypink: #ffddef;
  --color-lightyellow: #ffdf5e;
  --color-sommersetyellow: #ffe7a7;
  --color-lemonyellow: #fffbb8;
  --color-snowgray: #eaeaea;
  --color-icongray: #8c8c8c;
  --color-bg-default: var(--color-white);
  --color-font-default: var(--color-black);
  --color-link-default: var(--color-dodgerblue)
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container_max {
  width: 11.92rem;
  margin: 0 auto;
}

.container {
  width: 9.48rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .btn_anim a img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .btn_anim a:hover {
    opacity: 1;
  }

  .btn_anim a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.fixed_btn,
.analy-cta_fixed_sp {
  padding: 0.1rem;
  position: fixed;
  bottom: 0.1rem;
  right: 0.1rem;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: brightness(180%) blur(10px);
  backdrop-filter: brightness(180%) blur(10px);
}

.fixed_btn .btn,
.analy-cta_fixed_sp .btn {
  width: 4.56rem;
}

.fixed_btn .btn img,
.analy-cta_fixed_sp .btn img {
  border-radius: 0.15rem;
  -webkit-box-shadow: 0 0.05rem 0.1rem 0.044rem rgba(92, 92, 92, 0.3);
  box-shadow: 0 0.05rem 0.1rem 0.044rem rgba(92, 92, 92, 0.3);
}

.fixed_btn .btn:not(:last-of-type),
.analy-cta_fixed_sp .btn:not(:last-of-type) {
  margin-bottom: 0.1rem;
}

.fixed_btn.show,
.analy-cta_fixed_sp.ut_show {
  opacity: 1;
  visibility: visible;
}

.cmn_header {
  height: 0.6rem;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cmn_header .logo {
  width: 1.37rem;
}

.cmn_header .tel_area {
  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;
  gap: 0 0.13rem;
}

.cmn_header .tel_area .txt {
  font-size: 0.1rem;
  font-weight: 700;
}

.cmn_header .tel_area .txt .strong {
  font-size: 0.13rem;
}

.cmn_header .tel_area .txt .notes {
  font-weight: 400;
}

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

.mv .before {
  padding: 0.6rem 0 0.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/mv/bg_251021.jpg);
}

.mv .before .tit {
  padding-left: 0.65rem;
}

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

.mv .before .txt {
  margin: 0.04rem 0 0 0.25rem;
  width: 5.61rem;
}

.mv .after {
  padding: 0.17rem 0 0.5rem;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/mv/bg02.jpg);
}

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

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

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

.mv .after .txt02 {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.mv .after .notes {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.sec01 .before {
  padding: 0.73rem 0;
  position: relative;
  z-index: 2;
  background-color: #e6f8f7;
}

.sec01 .before::before,
.sec01 .before::after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

.sec01 .before::after {
  height: 2.75rem;
  bottom: -1.17rem;
  background-image: url(../images/sec01/bg_deco02.png);
}

.sec01 .before .tit {
  text-align: center;
}

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

.sec01 .before .img {
  margin-top: 0.37rem;
  padding: 0.7rem 0 0.62rem;
  text-align: center;
  background-color: #fff;
}

.sec01 .before .img img {
  width: 7.47rem;
}

.sec01 .before .txt {
  margin-top: 0.4rem;
  letter-spacing: 0.06em;
  line-height: 1.55;
}

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

.sec01 .after {
  padding: 1rem 0 0.73rem;
}

.sec01 .after .tit {
  text-align: center;
}

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

.sec01 .after .lists {
  margin-top: 0.47rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec01 .after .lists li {
  width: 2.94rem;
}

.sec01 .after .lists .txt {
  margin-top: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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.12rem;
  font-weight: 500;
}

.sec01 .after .lists .merit .marker {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff0a0));
  background: -webkit-linear-gradient(transparent 60%, #fff0a0 60%);
  background: linear-gradient(transparent 60%, #fff0a0 60%);
}

.sec01 .after .lists .merit .num {
  font-size: 0.19rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sec01 .after .lists .desc {
  width: calc(100% - 0.8rem);
  letter-spacing: 0.02em;
  line-height: 1.44;
  font-weight: 500;
}

.sec01 .after .lists .desc .strong {
  display: block;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ff3458;
}

.sec02 {
  padding: 0 0 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/sec02/bg.jpg);
}

.sec02 .txt {
  margin-top: 0.21rem;
  padding-bottom: 0.67rem;
  text-align: center;
  position: relative;
}

.sec02 .txt::after {
  content: "";
  width: 0.62rem;
  height: 0.555rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.31rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec02/arrow.png);
}

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

.sec02 .cat {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.35rem;
  font-weight: 700;
}

.sec02 .cat .strong {
  font-size: 0.4rem;
  color: #ed4561;
}

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

.sec02 .lists li {
  padding: 0.77rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 0.17rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.35rem 0 rgba(149, 149, 149, 0.1);
  box-shadow: 0 0.03rem 0.35rem 0 rgba(149, 149, 149, 0.1);
}

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

.sec02 .lists .img {
  width: 5.9rem;
}

.sec02 .lists .img img {
  width: 5.14rem;
}

.sec02 .lists .list_txt {
  width: calc(100% - 5.9rem);
}

.sec02 .lists .point {
  width: 1.14rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 500;
  color: #fff;
  background-color: #1888eb;
  border-radius: 0.15rem;
}

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

.sec02 .lists .list_tit {
  margin-top: 0.23rem;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.41;
}

.sec02 .lists .list_tit .strong {
  color: #ff526f;
}

.sec02 .lists .desc {
  margin-top: 0.27rem;
  letter-spacing: 0.08em;
  line-height: 1.66;
}

.sec03 {
  padding: 0.66rem 0 1.26rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/sec03/bg.jpg);
}

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

.sec03 .notes {
  margin-top: 0.12rem;
}

.sec03 .cat {
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.38rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.02em;
}

.sec03 .cat .strong {
  font-size: 0.46rem;
  letter-spacing: 0.04em;
  color: #34beb3;
}

.sec03 .cat::after {
  content: "";
  width: 0.245rem;
  height: 0.23rem;
  position: absolute;
  top: -0.12rem;
  right: -0.16rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec03/cat_deco.png);
}

.cta {
  padding: 0.2rem 0 0.79rem;
  background-color: #34beb3;
}

.cta .before {
  margin-left: -1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.2rem;
}

.cta .before .img {
  width: 6.01rem;
}

.cta .before .img img {
  width: 6.01rem;
}

.cta .before .txt {
  padding-top: 1.24rem;
  width: 3.54rem;
}

.cta .before .tit {
  font-size: 0.27rem;
  font-weight: 700;
  color: #fff;
}

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

.cta .before .cat {
  margin-top: 0.23rem;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 1.43;
  color: #fff845;
}

.cta .before .cat .small {
  font-size: 0.37rem;
  color: #fff;
}

.cta .before .desc {
  margin-top: 0.16rem;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

.cta .after {
  margin-top: -0.17rem;
  padding: 0.5rem 0.92rem 0.67rem;
  border-radius: 0.15rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.35rem 0 rgba(149, 149, 149, 0.1);
  box-shadow: 0 0.03rem 0.35rem 0 rgba(149, 149, 149, 0.1);
}

.cta .after .btn {
  text-align: center;
}

.cta .after .btn img {
  width: 6.27rem;
}

.cta .after .notes {
  margin-top: 0.21rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.cta .after .wrap {
  margin-top: 0.5rem;
  padding-top: 0.43rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.02rem solid #d3d3d3;
}

.cta .after .img {
  width: 3.2rem;
  padding-top: 0.07rem;
}

.cta .after .txt {
  width: 4.1rem;
  text-align: center;
}

.cta .after .tit {
  display: inline-block;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.53;
  color: #34beb3;
  position: relative;
}

.cta .after .tit::after {
  content: "";
  width: 0.165rem;
  height: 0.155rem;
  position: absolute;
  top: 0.45rem;
  right: -0.11rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/cta/tit_deco.png);
}

.cta .after .cat {
  margin-top: 0.3rem;
  font-size: 0.165rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

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

.sec04 .before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/sec04/before_bg.jpg);
}

.sec04 .before .container {
  padding: 0.75rem 0 4.98rem;
  position: relative;
}

.sec04 .before .tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

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

.sec04 .before .txt {
  position: absolute;
}

.sec04 .before .txt.txt01 {
  width: 4.925rem;
  bottom: 2.43rem;
  right: 0.82rem;
}

.sec04 .before .txt.txt02 {
  width: 4.265rem;
  bottom: 0.5rem;
  right: 1.54rem;
}

.sec04 .after {
  padding: 0.63rem 0 1.17rem;
  position: relative;
  z-index: 1;
  background-color: #edf6f6;
}

.sec04 .after::before {
  content: "";
  width: 100%;
  height: 2.72rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec04/after_bg_deco.png);
}

.sec04 .after .tit {
  text-align: center;
  font-size: 0.33rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.sec04 .after .tit .strong {
  font-size: 0.42rem;
  color: #ffdf5e;
}

.sec04 .after .txt {
  margin-top: 1.47rem;
  text-align: center;
}

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

.sec04 .after .cat {
  margin-top: 0.47rem;
  text-align: center;
}

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

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

.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.8rem;
}

.sec04 .after .item_tit_wrap {
  min-height: 1.3rem;
  padding: 0.24rem 0 0.25rem 0.68rem;
  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;
  gap: 0 0.32rem;
  color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  background-color: #34beb3;
}

.sec04 .after .item_tit_wrap .point_wrap {
  text-align: center;
}

.sec04 .after .item_tit_wrap .point_wrap .en {
  font-weight: 500;
}

.sec04 .after .item_tit_wrap .point_wrap .num {
  font-size: 0.43rem;
  font-weight: 700;
}

.sec04 .after .item_tit_wrap .item_tit {
  padding-left: 0.4rem;
  font-size: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  border-left: 0.02rem solid #fff;
}

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

.sec04 .after .item_tit_wrap .item_tit .small {
  font-size: 50%;
  vertical-align: super;
}

.sec04 .after .item_content {
  border-radius: 0 0 0.2rem 0.2rem;
  background-color: #fff;
}

.sec04 .after .item01 .item_content {
  padding: 0.77rem 1.2rem 0.57rem;
}

.sec04 .after .item01 .item_content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec04 .after .item01 .item_content .img {
  width: 5.11rem;
}

.sec04 .after .item01 .item_content .item_txt {
  width: 4rem;
  line-height: 1.66;
}

.sec04 .after .item01 .item_content .item_txt .marker {
  background-color: #bdf8f2;
  font-weight: 700;
}

.sec04 .after .item01 .item_content .item_txt .gray {
  color: #8c8c8c;
  font-weight: 400;
}

.sec04 .after .item01 .item_content .notes {
  margin-top: 0.12rem;
  color: #606060;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.sec04 .after .item02 .item_content {
  padding: 0.53rem 1.2rem 0.76rem;
}

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

.sec04 .after .item02 .item_content .lists {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec04 .after .item02 .item_content .lists li {
  width: 2.9rem;
  text-align: center;
}

.sec04 .after .item02 .item_content .lists .list_tit {
  margin-top: 0.28rem;
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
}

.sec04 .after .item02 .item_content .lists .list_tit::before,
.sec04 .after .item02 .item_content .lists .list_tit::after {
  content: "";
  width: 0.15rem;
  height: 0.02rem;
  position: absolute;
  top: 50%;
  background-color: #34beb3;
}

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

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

.sec04 .after .item02 .item_content .lists .list_desc {
  text-align: left;
  margin-top: 0.11rem;
  line-height: 1.66;
}

.sec04 .after .item02 .item_content .img {
  margin: 0.24rem -1.2rem 0;
}

.sec04 .after .item02 .item_content .cat {
  margin-top: -2.56rem;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.sec04 .after .item02 .item_content .cat .strong {
  font-size: 0.46rem;
  font-weight: 700;
  color: #ff3458;
}

.sec04 .after .item02 .item_content .lists02 {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec04 .after .item02 .item_content .lists02 li {
  width: 2.92rem;
  text-align: center;
}

.sec04 .after .item02 .item_content .lists02 .list_txt {
  height: 1.14rem;
  font-size: 0.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

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

.sec04 .after .item03 .item_content {
  padding: 0.62rem 1.2rem 0.76rem;
}

.sec04 .after .item03 .item_content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec04 .after .item03 .item_content .img {
  width: 5.1rem;
}

.sec04 .after .item03 .item_content .item_txt {
  width: 3.9rem;
  line-height: 1.66;
}

.sec04 .after .item03 .item_content .img02 {
  margin: 0.43rem 0 0 0.33rem;
  text-align: center;
}

.sec04 .after .item03 .item_content .img02 img {
  width: 9.055rem;
}

.sec05 {
  padding: 0.72rem 0 1.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/sec05/bg.jpg);
}

.sec05 .tit {
  text-align: center;
}

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

.sec05 .slider {
  width: 10rem;
  margin: 0.6rem auto 0;
  padding: 0 0 0.82rem;
  position: relative;
}

.sec05 .slider .swiper-slide {
  padding: 0.5rem 1.2rem 0.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  -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-slide img {
  width: 100%;
}

.sec05 .slider .swiper-button-next,
.sec05 .slider .swiper-button-prev {
  width: 0.43rem;
  height: 0.43rem;
  top: auto;
  bottom: 0;
  background: url(../images/sec05/arrow.png) no-repeat center center/contain;
}

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

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

.sec05 .slider .swiper-button-next {
  right: 3.93rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.sec05 .slider .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  opacity: 1;
  border-radius: 50%;
  background-color: #ddd;
}

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

.sec05 .slider .swiper-pagination-bullet-active {
  background: #34beb3;
}

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

.sec06 {
  padding: 2.3rem 0 1rem;
  position: relative;
  background-color: #f3f3f3;
}

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

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

.sec06 .ac {
  width: 11rem;
  padding: 0 0.7;
  margin: 0 auto;
}

.sec06 .ac_parent {
  padding: 0.4rem 0 0.4rem 0.7rem;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 0.15rem;
  cursor: pointer;
  position: relative;
  -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);
  background-color: #fff;
}

.sec06 .ac_parent .txt {
  padding-left: 1.13rem;
  width: 100%;
  position: relative;
}

.sec06 .ac_parent .txt::before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  position: absolute;
  top: calc(50% - 0.325rem);
  left: 0.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec06/q.png);
}

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

.sec06 .ac_parent::before {
  top: 50%;
  right: 0.92rem;
  width: 0.3rem;
  height: 0.02rem;
}

.sec06 .ac_parent::after {
  top: calc(50% - 0.148rem);
  right: 1.05rem;
  width: 0.02rem;
  height: 0.3rem;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

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

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

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

.sec06 .ac_child {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}

.sec06 .ac_child::before {
  content: "";
  width: 0.47rem;
  height: 0.47rem;
  position: absolute;
  top: 0.3rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec06/a.png);
}

.sec06 .ac_child .wrap {
  margin: 0 0.7rem;
  padding: 0.3rem 0.2rem 0.3rem 0;
  border-top: 0.02rem solid #e3e3e3;
}

.sec06 .ac_child p {
  padding-left: 1.15rem;
  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 {
  overflow: hidden;
}

.sec07 .tit {
  padding: 0.47rem 0;
  text-align: center;
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #34beb3;
}

.sec07 .content {
  padding: 0.7rem 0 2.15rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec07 .content::before,
.sec07 .content::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

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

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

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

.sec07 .content .txt img {
  width: 8.99rem;
  max-width: 898px;
}

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

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

.sec07 .content .cat {
  margin-top: 1.4rem;
  font-size: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.sec07 .content .cat .strong {
  font-size: 0.4rem;
  color: #ff3458;
}

.cmn_footer {
  padding: 0.67rem 0 0.67rem;
  background-color: #168e84;
}

.cmn_footer .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmn_footer .lists li a {
  font-size: 0.15rem;
  color: #fff;
  vertical-align: top;
}

.cmn_footer .lists li:not(:last-of-type) {
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  border-right: 0.02rem solid #fff;
}

.cmn_footer small {
  margin-top: 0.35rem;
  text-align: center;
  display: block;
  font-size: 0.15rem;
  color: #fff;
}

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


/* CTAボタン */

.cmn_btn01 {
  position: relative;
  display: grid;
  grid-template-columns: .55rem 1fr .2rem;
  align-items: center;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  padding: .15rem;
  background: linear-gradient(0deg, #e52144, var(--color-feverishpink));
  border-radius: .05rem;
  box-shadow: .05rem .05rem .11rem rgba(92, 92, 92, .3);
}

.cmn_btn01::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #cd2140, #ed2c4e);
  width: 100%;
  height: 100%;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
  border-radius: 0 .1rem .1rem 0;
  position: absolute;
  left: 0;
  top: 0
}

.cmn_btn01_balloon {
  width: fit-content;
  background: #4e4f52;
  border-radius: 100px;
  padding: .05rem .4rem .08rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -60%;
  color: var(--color-white);
  font-size: .15rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2;
}

.cmn_btn02_balloon {
  padding: .1rem .3rem;
}

.cmn_btn01_balloon::after {
  content: "";
  display: block;
  background: #4e4f52;
  width: .15rem;
  height: .1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 0.02rem;
  translate: -50% 100%;
}

.cmn_btn01_balloon .ut_big {
  font-size: 133.3333333333%
}

.cmn_btn01_document {
  position: absolute;
  right: .35rem;
  top: -0.4rem;
  width: .8rem;
}

.cmn_btn01_ico01 {
  position: relative;
  background: var(--color-white);
  border-radius: .05rem;
  padding: .15rem 0;
  font-size: .175rem;
  font-weight: 700;
  color: var(--color-feverishpink);
  letter-spacing: .08em;
}

.cmn_btn01_txt01 {
  position: relative;
  font-size: .2rem;
  font-weight: 700;
  letter-spacing: .04em;
  font-feature-settings: normal
}

.cmn_btn01_arrow01 {
  position: relative;
  line-height: 1
}

@media screen and (min-width: 769px) {
  .cmn_btn01 {
    grid-template-columns: .6rem 1fr .3rem;
    padding: .1rem .22rem
  }

  .cmn_btn01_balloon {
    padding: .02rem .58rem .04rem;
    font-size: .2rem;
    top: -0.1rem
  }

  .cmn_btn02_balloon {
    padding: .07rem .3rem .08rem;
    top: -0.11rem;
  }

  .cmn_btn01_balloon::after {
    width: .12rem;
    height: .08rem
  }

  .cmn_btn01_document {
    right: .2rem;
    top: -0.6rem;
    width: 1.14rem
  }

  .cmn_btn01_ico01 {
    padding: .2rem 0;
    font-size: .18rem
  }

  .cmn_btn01_txt01 {
    font-size: .28rem
  }
}

.cmn_btn02 {
  position: relative;
  display: grid;
  grid-template-columns: .94rem 1fr .45rem;
  align-items: center;
  text-align: center;
  color: var(--color-black);
  text-decoration: none;
  padding: .3rem .32rem;
  background: linear-gradient(0deg, #e5a600, #ffdb7d);
  border-radius: .1rem;
  box-shadow: .05rem .05rem .11rem rgba(92, 92, 92, .3)
}

.cmn_btn02::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #e4ae1f, #ffd055);
  width: 100%;
  height: 100%;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 45% 100%);
  border-radius: 0 .1rem .1rem 0;
  position: absolute;
  left: 0;
  top: 0
}

.cmn_btn02_ico01 {
  position: relative;
  background: var(--color-white);
  border-radius: .08rem;
  padding: .1rem 0;
  font-size: .3rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-black);
  letter-spacing: .08em
}

.cmn_btn02_txt01 {
  position: relative;
  font-size: .4rem;
  font-weight: 700;
  letter-spacing: .04em;
  font-feature-settings: normal;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
}

.cmn_btn02_arrow01 {
  position: relative;
  line-height: 1
}

@media screen and (min-width: 769px) {
  .cmn_btn02 {
    grid-template-columns: .6rem 1fr .3rem;
    padding: .08rem .22rem
  }

  .cmn_btn02_ico01 {
    padding: 0.08rem 0;
    font-size: .18rem
  }

  .cmn_btn02_txt01 {
    font-size: .28rem
  }
}


/* 固定ボタン */

#cta_fixed_sp.ut_show {
  opacity: 1;
  pointer-events: auto
}

@media screen and (min-width: 769px) {
  #cta_fixed_sp {
    display: none
  }

  #cta_fixed_sp.ut_show {
    opacity: 0
  }
}

#cta_fixed_pc {
  width: 4.8rem;
  background: rgba(255, 255, 255, .3);
  backdrop-filter: brightness(180%) blur(10px);
  padding: .1rem;
  border-radius: .1rem;
  position: fixed;
  right: .1rem;
  bottom: .1rem;
  z-index: 999;
  opacity: 0;
  transition: 1s ease;
  display: none;
  pointer-events: none
}

#cta_fixed_pc.ut_show {
  opacity: 0
}

#cta_fixed_pc .cta_btn_list {
  display: flex;
  flex-direction: column;
  align-items: normal;
  gap: .2rem
}

#cta_fixed_pc .cmn_btn01,
#cta_fixed_pc .cmn_btn02 {
  grid-template-columns: .6rem 1fr .24rem;
  padding: .14rem .12rem
}

#cta_fixed_pc .cmn_btn02 {
  margin-top: 0
}

#cta_fixed_pc .cmn_btn01_ico01,
#cta_fixed_pc .cmn_btn02_ico01 {
  font-size: .18rem
}

#cta_fixed_pc .cmn_btn01_txt01,
#cta_fixed_pc .cmn_btn02_txt01 {
  font-size: .22rem;
}

@media screen and (min-width: 769px) {
  #cta_fixed_pc {
    display: block
  }

  #cta_fixed_pc.ut_show {
    pointer-events: auto;
    opacity: 1
  }
}