@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
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.png);
}
.fixed_area::after {
  right: 0;
  background-image: url(../images/cmn/fixed_area_bg02.png);
}
.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%);
}
.fixed_area .btn_wrap img {
  width: 3.27rem;
  transition: transform 0.4s;
}
.fixed_area .btn_wrap a {
  position: relative;
}
.fixed_area .btn_wrap a::before {
  content: "";
  width: 0.46rem;
  height: 0.425rem;
  position: absolute;
  z-index: 1;
  top: -0.6rem;
  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%, 0%);
  }
  20% {
    transform: translate(-10%, -10%);
  }
  40% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(-10%, -10%);
  }
  80% {
    transform: translate(0%, 0%);
  }
}

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

.cmn_header {
  display: flex;
  position: relative;
  z-index: 1;
}
.cmn_header .logo {
  width: 2.64rem;
}
.cmn_header .cat {
  width: calc(100% - 2.64rem);
}

.mv {
  padding: 1px 0 0.23rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/mv/bg.jpg);
}
.mv .cat {
  margin: -0.18rem 0.05rem 0 0;
  text-align: right;
}
.mv .cat img {
  width: 2.96rem;
}
.mv .tit {
  margin-top: 0.6rem;
  text-align: left;
}
.mv .tit img {
  width: 4.55rem;
}

.sec01 {
  padding: 0.65rem 0.37rem 0.64rem;
  text-align: center;
  background-color: #d9eeff;
}
.sec01 .content {
  width: 100%;
  padding-top: 0.3rem;
  border-radius: 0.08rem;
  background-color: #fff;
  border: 0.02rem solid #34475e;
  position: relative;
}
.sec01 .content::before, .sec01 .content::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 0.1rem;
  border-radius: 50%;
  background-color: #34475e;
}
.sec01 .content::before {
  left: 0.12rem;
}
.sec01 .content::after {
  right: 0.12rem;
}
.sec01 .wrap {
  padding-bottom: 0.54rem;
  position: relative;
}
.sec01 .wrap::before, .sec01 .wrap::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  bottom: 0.1rem;
  border-radius: 50%;
  background-color: #34475e;
}
.sec01 .wrap::before {
  left: 0.12rem;
}
.sec01 .wrap::after {
  right: 0.12rem;
}
.sec01 .logo img {
  width: 1.22rem;
}
.sec01 .tit {
  margin: 0.24rem 0 0.32rem;
}
.sec01 .tit img {
  width: 4.61rem;
}
.sec01 .txt img {
  width: 4.505rem;
}
.sec01 .notes {
  margin-top: 0.15rem;
  text-align: right;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}

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

.sec03 {
  padding: 1.3rem 0 1.49rem;
  background-color: #d9eeff;
  position: relative;
}
.sec03 .container {
  width: 4.77rem;
  margin: 0 auto;
}
.sec03::before, .sec03::after {
  content: "";
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec03::before {
  height: 1.365rem;
  top: 0;
  background-image: url(../images/sec03/bg_deco01.png);
}
.sec03::after {
  height: 1.47rem;
  bottom: 0;
  background-image: url(../images/sec03/bg_deco02.png);
}
.sec03 .tit {
  margin: 0 -1.2em;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec03 .tit .strong {
  color: #54b0f1;
}
.sec03 .txt {
  margin: 0.14rem 0 0.46rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec03 .item:not(:last-of-type) {
  margin-bottom: 0.48rem;
}
.sec03 .item .img img {
  border-radius: 0.1rem;
}
.sec03 .item .item_txt {
  margin-top: 0.15rem;
  padding: 0.33rem 0.33rem 0.23rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  border-radius: 0.1rem;
  border: 1px solid #fff;
  background-color: #e8f5ff;
}
.sec03 .item .item_txt .strong {
  font-weight: 700;
  border-bottom: 1px solid #fbf971;
}

.cta {
  padding: 0.47rem 0 0.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/cta/bg.jpg);
}
.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 {
  text-align: center;
}
.cta .btn img {
  width: 5.48rem;
  transition: transform 0.4s;
}
.cta .btn a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .cta .btn a::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);
  }
}

.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.png);
}
.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.png);
}
.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.jpg);
}
.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.jpg);
}
.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;
}

.sec08 {
  padding: 0.64rem 0.2rem 0.65rem;
  background-color: #fff;
}
.sec08 .tit {
  margin-bottom: 0.45rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec08 .item {
  border: 1px solid #54b0f1;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec08 .item .item_tit_wrap {
  padding: 0.22rem 0 0.17rem;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #54b0f1;
}
.sec08 .item .item_tit_wrap .item_tit {
  font-size: 0.4rem;
  font-weight: 700;
  color: #fff;
}
.sec08 .item .item_tit_wrap .item_tit_cat {
  margin-top: 0.15rem;
  line-height: 1.58;
  font-size: 0.24rem;
  font-weight: 500;
  color: #fbf971;
}
.sec08 .item .content {
  padding: 0.44rem 0.37rem;
  background-color: #fff;
}
.sec08 .item .content .img {
  width: 100%;
}
.sec08 .item .content .content_tit {
  margin: 0.45rem 0 0.2rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec08 .item .content .content_tit .sup {
  font-size: 0.16rem;
}
.sec08 .item .content .notes {
  font-size: 0.12rem;
  letter-spacing: 0.03em;
}
.sec08 .item01 .content .notes {
  margin-top: 0.1rem;
  text-align: right;
  letter-spacing: 0.03em;
}
.sec08 .item01 .content .about {
  margin-top: 0.45rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec08 .item01 .content .about_tit {
  padding: 0.27rem 0;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: #34475e;
}
.sec08 .item01 .content .about_content {
  padding: 0.24rem 0.2rem 0.21rem;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 0 0 0.1rem 0.1rem;
}
.sec08 .item01 .content .about_txt {
  font-size: 0.22rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec08 .item01 .content .about_txt .strong {
  font-weight: 700;
}
.sec08 .item01 .content .about_lists {
  margin-top: 0.4rem;
}
.sec08 .item01 .content .about_lists li:not(:last-of-type) {
  margin-bottom: 0.3rem;
}
.sec08 .item01 .content .about_lists .list_img {
  width: 100%;
}
.sec08 .item01 .content .about_lists .list_img img {
  border-radius: 0.1rem;
}
.sec08 .item01 .content .about_lists .list_desc {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  line-height: 1.8;
  font-weight: 500;
}
.sec08 .item02 {
  margin-top: 0.64rem;
}
.sec08 .item02 .content .notes {
  margin-top: 0.15rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec08 .notes {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec08 .after_item {
  margin-top: 0.65rem;
  border: 0.02rem solid #fbf971;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec08 .after_item .after_item_wrap {
  padding: 0.16rem 0 0.24rem;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #fbf971;
}
.sec08 .after_item .after_item_wrap .after_item_cat {
  width: 3.7rem;
  line-height: 0.325rem;
  border-radius: 10rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  background-color: #34475e;
}
.sec08 .after_item .after_item_wrap .after_item_tit {
  margin-top: 0.15rem;
  font-size: 0.4rem;
  color: #34475e;
  font-weight: 700;
}
.sec08 .after_item .content {
  padding: 0.44rem 0.37rem 0.48rem;
  background-color: #fff;
}
.sec08 .after_item .content .img img {
  width: 100%;
}
.sec08 .after_item .content .img01 {
  margin-bottom: 0.4rem;
}
.sec08 .after_item .content .txt {
  margin: 0.24rem 0 0.37rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec08 .after_item .content .txt .sup {
  display: block;
  font-size: 0.16rem;
}
.sec08 .after_item .content .notes {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.8;
  font-weight: 500;
}

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

.sec10 {
  padding: 0.71rem 0.4rem 0.76rem;
  background-color: #54b0f1;
}
.sec10 .tit01 {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec10 .tit01 .strong {
  margin-top: 0.1rem;
  display: block;
  line-height: 1.4;
  font-size: 0.4rem;
}
.sec10 .tit01 .yellow {
  color: #fbf971;
}
.sec10 .tel {
  margin-top: 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  border: 0.02rem solid #ed1051;
}
.sec10 .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;
}
.sec10 .tel .content {
  padding: 0.22rem 0.4rem 0.33rem;
  color: #ed1051;
  background-color: #fff;
  text-align: center;
}
.sec10 .tel .content a {
  padding-left: 0.43rem;
  font-size: 0.56rem;
  font-weight: 900;
  color: #ed1051;
  font-family: "Lato", sans-serif;
  position: relative;
}
.sec10 .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/sec10/tel_icon.png);
}
.sec10 .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;
}
.sec10 .tel .content .notes {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec10 .flow {
  margin-top: 0.54rem;
}
.sec10 .flow .flow_tit {
  text-align: center;
  font-size: 0.32rem;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
}
.sec10 .flow .lists {
  margin-top: 0.3rem;
}
.sec10 .flow .lists li {
  display: flex;
  border: 0.02rem solid #34475e;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec10 .flow .lists li:not(:last-of-type) {
  margin-bottom: 0.15rem;
}
.sec10 .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;
}
.sec10 .flow .lists .step .num {
  font-size: 0.22rem;
}
.sec10 .flow .lists .content {
  width: calc(100% - 0.74rem);
  padding: 0.28rem 0.25rem 0.2rem 0.13rem;
  background-color: #fff;
}
.sec10 .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;
}
.sec10 .flow .lists .list_desc {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.34;
}
.sec10 .flow .lists .notes {
  margin-top: 0.07rem;
  font-size: 0.14rem;
  line-height: 1.34;
}

.sec11 {
  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;
}

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