@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.15rem;
  color: #4c4948;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

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

.mod_btn a {
  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;
  text-align: center;
  font-weight: 900;
  color: #fff;
  background-color: #0028c8;
  border: 0.02rem solid #fff;
  border-radius: 0.1rem;
  position: relative;
  -webkit-box-shadow: 0 0 0.074rem #0028c8;
          box-shadow: 0 0 0.074rem #0028c8;
}

.mod_btn a::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod_btn._small a {
  width: 2.6rem;
  height: 0.9rem;
  font-size: 0.17rem;
  line-height: 1.25;
}

.mod_btn._small a::after {
  right: 0.1rem;
  font-size: 0.14rem;
}

.mod_btn._large a {
  width: 4.2rem;
  height: 0.85rem;
  font-size: 0.18rem;
  line-height: 1.27;
}

.mod_btn._large a::after {
  right: 0.1rem;
  font-size: 0.14rem;
}

.cmn_header {
  width: 100%;
  padding: 0.15rem 0.76rem 0rem 0.66rem;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.cmn_header .logo img {
  width: 1.875rem;
}

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

.cmn_header .lists .item {
  margin-right: 0.35rem;
}

.cmn_header .lists .item a {
  color: #4c4948;
}

.cmn_header .lists .btn:not(:last-of-type) {
  margin-right: 0.27rem;
}

.cmn_header .lists .btn a {
  min-height: 0.51rem;
  text-align: center;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.14rem;
  font-weight: 900;
  line-height: 1.28;
  border-radius: 0.255rem;
  color: #fff;
  position: relative;
  background-color: #3e96d2;
}

.cmn_header .lists .btn a::after {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.1rem;
  font-size: 0.14rem;
  color: #fff;
}

.cmn_header .lists .btn.btn01 a {
  width: 2.3rem;
}

.cmn_header .lists .btn.btn02 a {
  width: 2.2rem;
}

.cmn_header.bg {
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.05);
}

.cmn_footer {
  padding: 0.15rem 0.28rem 0.22rem;
  position: relative;
  background-color: #4c4948;
}

.cmn_footer .container {
  width: 13rem;
  margin: 0 auto;
}

.cmn_footer .logo img {
  width: 1.89rem;
}

.cmn_footer small {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.11rem;
}

.cmn_cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/cta/bg.jpg);
}

.cmn_cta .tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 900;
  color: #0028c8;
}

.cmn_cta .tit .strong {
  font-size: 0.42rem;
}

.cmn_cta .wrap {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 0.2rem;
}

.cmn_cta .img img {
  width: 4.93rem;
}

.cmn_cta .summary {
  width: 7.5rem;
}

.cmn_cta .cat02 {
  margin-top: 0.4rem;
  font-size: 0.26rem;
  font-weight: 900;
  color: #c21a2c;
}

.cmn_cta .lists {
  margin-top: 0.3rem;
}

.cmn_cta .lists li {
  font-size: 0.21rem;
  font-weight: 900;
}

.cmn_cta .lists li:not(:first-of-type) {
  margin-top: 0.19rem;
}

.cmn_cta .btn_wrap {
  margin-top: 0.1rem;
  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;
  gap: 0 0.42rem;
}

.cmn_cta.cta01 {
  padding: 0.68rem 0 0.9rem;
  position: relative;
}

.cmn_cta.cta01::before {
  content: "";
  width: 0.6rem;
  height: 1.355rem;
  position: absolute;
  top: -0.87rem;
  right: 1.3rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cta/deco01.png);
}

.cmn_cta.cta01 .wrap {
  margin-top: 0.2rem;
}

.cmn_cta.cta01 .cat01 {
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: 900;
  color: #0028c8;
}

.cmn_cta.cta01 .summary {
  padding-top: 0.14rem;
}

.cmn_cta.cta02 {
  padding: 0.75rem 0 0.9rem;
}

.cmn_cta.cta02 .txt {
  width: 5.8rem;
  line-height: 1.86;
}

.cmn_cta.cta02 .wrap {
  margin-top: 0.25rem;
}

.cmn_cta.cta02 .summary {
  padding-top: 0.22rem;
}

.cmn_cta.cta02 .btn_wrap {
  margin-top: 0.25rem;
}

.mv {
  margin-top: 1.15rem;
  padding: 0.58rem 0 0.83rem;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/mv/bg.jpg);
}

.mv .wrap {
  width: 11rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mv .tit {
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.27;
}

.mv .cat01 {
  margin-top: 0.2rem;
  font-size: 0.36rem;
  font-weight: 900;
  line-height: 1.38;
}

.mv .cat02 {
  margin-top: 0.43rem;
  font-size: 0.46rem;
  font-weight: 900;
}

.mv .desc {
  margin-top: 0.4rem;
  line-height: 1.86;
}

.mv .img {
  position: absolute;
  z-index: -1;
  top: 0.85rem;
  right: -1.3rem;
}

.mv .img img {
  width: 6.77rem;
}

.mv .lists {
  margin-top: 0.35rem;
}

.mv .lists li {
  padding-left: 0.73rem;
  font-size: 0.26rem;
  font-weight: 900;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.mv .lists li::before {
  content: "";
  width: 0.535rem;
  height: 0.535rem;
  position: absolute;
  top: calc(50% - 0.2675rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mv .lists li:nth-of-type(1)::before {
  background-image: url(../img/mv/lists_icon01.png);
}

.mv .lists li:nth-of-type(2)::before {
  background-image: url(../img/mv/lists_icon02.png);
}

.mv .lists li:nth-of-type(3)::before {
  background-image: url(../img/mv/lists_icon03.png);
}

.mv .lists li:nth-of-type(4)::before {
  background-image: url(../img/mv/lists_icon04.png);
}

.mv .lists li:not(:first-of-type) {
  margin-top: 0.3rem;
}

.mv .lists li:last-of-type {
  margin-top: 0.15rem;
}

.mv .lists .small {
  font-size: 0.11rem;
}

.mv .lists .notes {
  position: absolute;
  font-size: 0.1rem;
  font-weight: 400;
  bottom: -1.5em;
  left: 0.73rem;
}

.mv .btn_wrap {
  position: absolute;
  bottom: 0;
  right: -0.94rem;
}

.mv .btn_wrap .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0 0.26rem;
}

.mv .btn_wrap .notes {
  margin-top: 0.2rem;
  font-size: 0.1rem;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.sec01 {
  padding: 0.77rem 0 0;
}

.sec01 .container {
  padding-bottom: 0.77rem;
  width: 10.9rem;
  margin: 0 auto;
  position: relative;
}

.sec01 .container::before {
  content: "";
  width: 1.555rem;
  height: 6.86rem;
  position: absolute;
  bottom: 0;
  left: -0.98rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec01/deco.png);
}

.sec01 .tit {
  text-align: center;
  font-size: 0.4rem;
  font-weight: 900;
  color: #0028c8;
}

.sec01 .lists {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.45rem 0;
}

.sec01 .lists li {
  width: 5.2rem;
  padding: 0.37rem 0.24rem 0.4rem;
  border-radius: 0.1rem;
  background-color: #f0f8ff;
  -webkit-box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.3);
          box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.3);
}

.sec01 .lists li:nth-of-type(1) .list_tit::before {
  background-image: url(../img/sec01/icon01.png);
}

.sec01 .lists li:nth-of-type(2) .list_tit::before {
  background-image: url(../img/sec01/icon02.png);
}

.sec01 .lists li:nth-of-type(3) .list_tit::before {
  background-image: url(../img/sec01/icon03.png);
}

.sec01 .lists li:nth-of-type(4) .list_tit::before {
  background-image: url(../img/sec01/icon04.png);
}

.sec01 .lists .list_tit {
  padding-left: 0.63rem;
  font-size: 0.26rem;
  font-weight: 900;
  line-height: 1.53;
  color: #0028c8;
  position: relative;
}

.sec01 .lists .list_tit::before {
  content: "";
  width: 0.49rem;
  height: 0.49rem;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec01 .lists .desc {
  margin-top: 0.2rem;
  padding-left: 0.63rem;
  font-size: 0.17rem;
  line-height: 1.76;
}

.sec01 .cat {
  margin-top: 0.48rem;
  text-align: center;
  font-size: 0.4rem;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
  color: #0028c8;
}

.sec01 .cat .small {
  font-size: 0.32rem;
}

.sec02 {
  padding: 0.8rem 0 0.37rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/mv/bg.jpg);
}

.sec02 .tit {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 900;
  color: #fff;
}

.sec02 .tit .strong {
  font-size: 0.36rem;
}

.sec02 .img {
  margin-top: 0.45rem;
  text-align: center;
}

.sec02 .img img {
  width: 11.485rem;
}

.sec02 .cat {
  margin-top: 0.27rem;
  font-size: 0.24rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
}

.sec02 .wrap {
  width: 11rem;
  margin: 0 auto;
}

.sec02 .lists {
  margin-top: 0.48rem;
  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;
}

.sec02 .lists li {
  width: 3.48rem;
  padding: 0.25rem 0.3rem 0.28rem;
  border-radius: 0.1rem;
  background-color: #fff;
}

.sec02 .lists .list_tit {
  padding-bottom: 0.2rem;
  margin-bottom: 0.16rem;
  text-align: center;
  font-size: 0.23rem;
  font-weight: 900;
  line-height: 1.39;
  color: #0028c8;
  border-bottom: 0.02rem solid #0028c8;
}

.sec02 .lists .txt {
  font-size: 0.15rem;
  line-height: 1.86;
}

.sec02 .notes {
  margin: 0.4rem -0.8rem 0 0;
  font-size: 0.15rem;
  text-align: right;
  color: #fff;
}

.sec03 .container {
  padding: 0.8rem 0 1.5rem;
  width: 12.5rem;
  margin: 0 auto;
  position: relative;
}

.sec03 .container::before, .sec03 .container::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec03 .container::before {
  width: 10.245rem;
  height: 4.535rem;
  z-index: -1;
  bottom: 0.36rem;
  left: 1.46rem;
  background-image: url(../img/sec03/deco01.png);
}

.sec03 .container::after {
  width: 1.95rem;
  height: 1.405rem;
  bottom: 0.5rem;
  left: 2.2rem;
  background-image: url(../img/sec03/deco02.png);
}

.sec03 .tit_wrap {
  position: relative;
}

.sec03 .tit {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 900;
  color: #0028c8;
}

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

.sec03 .medal {
  position: absolute;
  top: -1rem;
  right: 0;
}

.sec03 .medal img {
  width: 1.85rem;
}

.sec03 .lists {
  margin-top: 0.55rem;
  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;
}

.sec03 .lists li {
  width: 3.9rem;
  padding: 0.57rem 0.25rem 0.55rem;
  border-radius: 0.1rem;
  background-color: #f0f8ff;
  -webkit-box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.3);
          box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.3);
}

.sec03 .lists li:nth-of-type(1) .list_tit::before {
  background-image: url(../img/sec03/icon01.png);
}

.sec03 .lists li:nth-of-type(2) .list_tit::before {
  background-image: url(../img/sec03/icon02.png);
}

.sec03 .lists li:nth-of-type(3) .list_tit::before {
  background-image: url(../img/sec03/icon03.png);
}

.sec03 .lists .list_tit {
  padding-left: 0.62rem;
  font-size: 0.25rem;
  font-weight: 900;
  color: #0028c8;
  position: relative;
}

.sec03 .lists .list_tit::before {
  content: "";
  width: 0.485rem;
  height: 0.485rem;
  position: absolute;
  top: calc(50% - 0.2425rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec03 .lists .child_lists {
  padding-left: 0.62rem;
}

.sec03 .lists .child_lists dt {
  margin: 0.38rem 0 0.05rem;
  font-size: 0.16rem;
  font-weight: 900;
}

.sec03 .lists .child_lists dd {
  font-size: 0.15rem;
  line-height: 1.86;
}

.sec03 .notes {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2rem 0 0 auto;
  font-size: 0.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sec04 .before {
  padding: 0.86rem 0 0;
}

.sec04 .before .tit {
  text-align: center;
  font-size: 0.31rem;
  font-weight: 900;
  color: #0028c8;
}

.sec04 .before .txt {
  width: 9.54rem;
  margin: 0.24rem auto 0;
  font-size: 0.15rem;
  line-height: 1.86;
}

.sec04 .before .img_wrap {
  width: 11.5rem;
  padding: 0 0 0.91rem;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #b7b6b6;
}

.sec04 .before .img_wrap::before, .sec04 .before .img_wrap::after {
  content: "";
  position: absolute;
}

.sec04 .before .img_wrap::before {
  bottom: 0;
  left: 0.31rem;
  width: 1.385rem;
  height: 1.44rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec04/deco.png);
}

.sec04 .before .img {
  margin-top: 0.39rem;
  text-align: center;
}

.sec04 .before .img img {
  width: 9.54rem;
}

.sec04 .before .wrap {
  padding-top: 0.72rem;
  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;
  gap: 0 0.58rem;
}

.sec04 .before .summary {
  margin-left: 1rem;
  width: 6.4rem;
}

.sec04 .before .img02 {
  width: 4.49rem;
}

.sec04 .before .stit {
  font-size: 0.32rem;
  font-weight: 900;
  color: #0028c8;
}

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

.sec04 .before .txt02 {
  margin-top: 1em;
  font-size: 0.15rem;
  line-height: 1.86;
}

.sec04 .before .logo_area {
  width: 12.8rem;
  margin: 0 auto;
}

.sec04 .before .__gallery {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem calc(50% - 50vw) 0;
  width: 100vw;
  gap: 0 0.5rem;
}

.sec04 .before .__gallery .__gallery_wrap {
  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.5rem;
  -webkit-animation: horizontal-animation 50s linear infinite;
          animation: horizontal-animation 50s linear infinite;
}

.sec04 .before .__item:nth-of-type(1) {
  width: 0.715rem;
}

.sec04 .before .__item:nth-of-type(2) {
  width: 1.71rem;
}

.sec04 .before .__item:nth-of-type(3) {
  width: 1.03rem;
}

.sec04 .before .__item:nth-of-type(4) {
  width: 1.265rem;
}

.sec04 .before .__item:nth-of-type(5) {
  width: 1.26rem;
}

.sec04 .before .__item:nth-of-type(6) {
  width: 0.875rem;
}

.sec04 .before .__item:nth-of-type(7) {
  width: 2.165rem;
}

.sec04 .before .__item:nth-of-type(8) {
  width: 1.09rem;
}

.sec04 .before .__item:nth-of-type(9) {
  width: 0.995rem;
}

.sec04 .before .__item:nth-of-type(10) {
  width: 1.985rem;
}

.sec04 .before .__item:nth-of-type(11) {
  width: 1.81rem;
}

.sec04 .before .__item:nth-of-type(12) {
  width: 1.385rem;
}

.sec04 .before .__item:nth-of-type(13) {
  width: 1.155rem;
}

@-webkit-keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.sec04 .before .notes {
  margin-top: -0.42rem;
  text-align: right;
  font-size: 0.1rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.sec04 .after {
  padding: 0.52rem 0 0.94rem;
  width: 11.45rem;
  margin: 0 auto;
}

.sec04 .after .tit {
  text-align: center;
  font-size: 0.31rem;
  font-weight: 900;
  color: #0028c8;
}

.sec04 .after .summary .child_lists {
  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.1rem;
}

.sec04 .after .summary .child_lists dt,
.sec04 .after .summary .child_lists dd {
  font-size: 0.14rem;
  font-weight: 700;
}

.sec04 .after .summary .child_lists dt {
  padding: 0.1rem 0.21rem;
  border-radius: 1rem;
  font-size: 0.14rem;
  text-align: center;
  color: #fff;
  background-color: #0028c8;
}

.sec04 .after .summary .link {
  margin-top: 0.15rem;
  display: inline-block;
  padding-bottom: 0.04rem;
  font-size: 0.12rem;
  font-weight: 700;
  color: #0028c8;
  border-bottom: 1px solid #0028c8;
}

.sec04 .after .lists {
  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 .lists li {
  width: 3.54rem;
  padding: 0.27rem 0.3rem 0.35rem;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.24rem 0;
  border-radius: 0.1rem;
  background-color: #f0f8ff;
  -webkit-box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.25);
          box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.25);
}

.sec04 .after .lists .txt {
  font-size: 0.15rem;
  line-height: 1.86;
}

.sec04 .after .item {
  padding: 0.44rem 0.57rem 0.4rem 0.45rem;
  margin-top: 0.38rem;
  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;
  background-color: #f0f8ff;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.25);
          box-shadow: 0.07rem 0.07rem 0.05rem rgba(62, 150, 210, 0.25);
}

.sec04 .after .item::before {
  content: "";
  width: 1.855rem;
  height: 2.085rem;
  position: absolute;
  bottom: -0.57rem;
  right: -0.75rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec04/deco02.png);
}

.sec04 .after .item .summary {
  margin-top: 0.2rem;
}

.sec04 .after .item .img {
  width: 4.52rem;
}

.sec04 .after .item .img iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.sec04 .after .wrap {
  width: calc(100% - 5.05rem);
}

.sec04 .after .logo {
  width: 1.7rem;
  position: absolute;
  top: 0.31rem;
  right: 0.22rem;
}

.sec04 .after .stit {
  font-size: 0.26rem;
  font-weight: 700;
}

.sec04 .after .cat {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  font-weight: 900;
}

.sec04 .after .txt {
  margin-top: 0.07rem;
  font-size: 0.15rem;
  line-height: 1.86;
}

.sec05 {
  padding: 0.7rem 0 0.82rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/sec05/bg.jpg);
}

.sec05 .container {
  width: 11rem;
  margin: 0 auto;
}

.sec05 .wrap01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec05 .summary {
  width: 7.95rem;
}

.sec05 .img {
  width: 4rem;
  padding-top: 0.1rem;
  margin-right: -1rem;
}

.sec05 .tit {
  font-size: 0.3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
}

.sec05 .tit .strong {
  display: block;
  font-size: 0.38rem;
  letter-spacing: 0.03em;
}

.sec05 .txt {
  width: 5.3rem;
  margin-top: 0.15rem;
  line-height: 1.86;
  color: #fff;
}

.sec05 .wrap02 {
  margin-top: 0.45rem;
  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;
}

.sec05 .item {
  width: 5.27rem;
  padding: 0.43rem 0.4rem 0.48rem 0.2rem;
  border-radius: 0.1rem;
  background-color: #fff;
}

.sec05 .intro {
  margin-left: 0.29rem;
  padding-left: 0.2rem;
  font-weight: 900;
  border-left: 0.08rem solid #0028c8;
}

.sec05 .item_tit {
  font-size: 0.22rem;
  font-weight: 900;
  color: #0028c8;
}

.sec05 .item_cat {
  margin-top: 0.14rem;
  font-size: 0.14rem;
  line-height: 1.5;
}

.sec05 .child_wrap {
  margin-top: 0.2rem;
  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;
}

.sec05 .item_img {
  width: 1.85rem;
}

.sec05 .item_txt {
  width: calc(100% - 1.85rem);
  line-height: 1.86;
}
/*# sourceMappingURL=style.css.map */