/* .el-d-section {
  margin-bottom: 0;
} */
.elis__shorts__iceblue__wrapper {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  color: #546064;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .elis__shorts__iceblue__wrapper .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 699px) {
  .elis__shorts__iceblue__wrapper {
    font-size: 4.61vw;
  }
  .elis__shorts__iceblue__wrapper .pconly {
    display: none !important;
  }
  .elis__shorts__iceblue__wrapper .el-d-section {
    padding-left: 5.12vw;
    padding-right: 5.12vw;
  }
}

.kv-wrap.el-d-section {
  margin: 30px auto 0;
}

.kv {
  margin-top: -30px;
  padding: 35px 0 0;
  position: relative;
}

.kv::before {
  content: "";
  width: 100%;
  height: 772px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/kv_bg.jpg);
}

.kv .kv__tit {
  text-align: center;
}

.kv .kv__notes {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  color: #7c7c7c;
}

@media screen and (max-width: 699px) {
  .kv-wrap.el-d-section {
    margin: 30px auto 0;
    padding-left: 0;
    padding-right: 0;
  }
  .kv {
    margin-top: -30px;
    padding: 6.3vw 0 0;
  }
  .kv::before {
    height: 137vw;
    background-image: url(../img/kv_bg_sp.jpg);
  }
  .kv .kv__tit {
    margin-bottom: 5vw;
  }
  .kv .kv__tit img {
    width: 89.74vw;
  }
  .kv .kv__notes {
    bottom: 2.56vw;
    left: 2.56vw;
    font-size: 2.82vw;
  }
}

/* nav */
.nav .el-d-section {
  margin-bottom: 0;
}

.nav__lists {
  padding: 40px 0 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav__lists--item {
  width: calc(100% / 4);
  text-align: center;
  position: relative;
}

.nav__lists--item a {
  width: 100%;
  height: 60px;
  font-weight: 500;
  display: block;
  color: #3eb7d8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}

.nav__lists--item a::after {
  content: "";
  width: 19px;
  height: 11.5px;
  position: absolute;
  bottom: 13px;
  left: calc(50% - 9.5px);
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/nav_arrow.svg);
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
}

@media screen and (min-width: 700px) {
  .nav__lists--item a:hover::after {
    bottom: 0;
  }
}

@media screen and (max-width: 699px) {
  .nav__lists {
    margin-top: -1px;
    padding: 11.8vw 0 1vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav__lists--item {
    width: calc(100% / 2);
  }
  .nav__lists--item::after {
    content: none;
  }
  .nav__lists--item:last-of-type:before {
    content: none;
  }
  .nav__lists--item a {
    height: 21vw;
    font-size: 4.1vw;
  }
  .nav__lists--item a::after {
    width: 4.87vw;
    height: 3.07vw;
    bottom: 5vw;
    left: calc(50% - 2.43vw);
  }
}

/* //nav */
.sec01 .sec01__before {
  padding: 45px 0 39px;
  background-size: cover;
  background-position: top;
  border-radius: 10px;
  background-image: url(../img/sec01_bg.jpg);
}

.sec01 .sec01__before .sec01__before__tit {
  text-align: center;
}

.sec01 .sec01__before .sec01__before__tit img {
  width: 485px;
}

.sec01 .sec01__before .sec01__before__txt01 {
  margin-top: 29px;
  text-align: center;
}

.sec01 .sec01__before .sec01__before__txt01 img {
  width: 970px;
}

.sec01 .sec01__before .sec01__before__txt02 {
  margin-top: -141px;
  text-align: center;
}

.sec01 .sec01__before .sec01__before__txt02 img {
  width: 508px;
}

.sec01 .sec01__before .sec01__before__img {
  margin-top: 32px;
  text-align: center;
}

.sec01 .sec01__before .sec01__before__img img {
  width: 670px;
}

.sec01 .sec01__after {
  margin-top: 63px;
  padding: 0 0 97px;
  position: relative;
}

.sec01 .sec01__after::before {
  content: "";
  width: 100%;
  height: 950px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: -webkit-repeating-linear-gradient(318deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
  background-image: repeating-linear-gradient(132deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
}

.sec01 .sec01__after .el-d-section {
  margin: 0 auto;
}

.sec01 .sec01__after .sec01__after__content {
  margin-top: -67px;
  padding: 104px 0 50px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec01_after_content_bg.png);
}

.sec01 .sec01__after .sec01__after__content__tit {
  text-align: center;
}

.sec01 .sec01__after .sec01__after__content__tit img {
  width: 535px;
}

.sec01 .sec01__after .sec01__after__content__img {
  margin-top: 26px;
  margin-left: -32px;
  text-align: center;
}

.sec01 .sec01__after .sec01__after__content__img img {
  width: 622.5px;
}

@media screen and (max-width: 699px) {
  .sec01 .sec01__before {
    padding: 11.53vw 0 9vw;
    background-image: url(../img/sec01_bg_sp.jpg);
  }
  .sec01 .sec01__before .sec01__before__tit img {
    width: 90vw;
  }
  .sec01 .sec01__before .sec01__before__txt01 {
    margin: 5vw -1vw 0;
  }
  .sec01 .sec01__before .sec01__before__txt01 img {
    width: 100%;
  }
  .sec01 .sec01__before .sec01__before__txt02 {
    margin-top: 6vw;
  }
  .sec01 .sec01__before .sec01__before__txt02 img {
    width: 89.97vw;
  }
  .sec01 .sec01__before .sec01__before__img {
    margin-top: 10.25vw;
  }
  .sec01 .sec01__before .sec01__before__img img {
    width: 89.74vw;
  }
  .sec01 .sec01__after {
    margin-top: 10.53vw;
    padding: 0 0 15.5vw;
  }
  .sec01 .sec01__after::before {
    height: 349vw;
    background-image: -webkit-repeating-linear-gradient(324deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
    background-image: repeating-linear-gradient(126deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
  }
  .sec01 .sec01__after .el-d-section {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .sec01 .sec01__after .sec01__after__img {
    text-align: center;
  }
  .sec01 .sec01__after .sec01__after__img img {
    width: 89.74vw;
  }
  .sec01 .sec01__after .sec01__after__content {
    margin-top: 6.9vw;
    padding: 11.3vw 0 13.05vw;
    background-image: url(../img/sec01_after_content_bg_sp.png);
  }
  .sec01 .sec01__after .sec01__after__content__tit img {
    width: 83.07vw;
  }
  .sec01 .sec01__after .sec01__after__content__img {
    margin-top: 6.41vw;
    margin-left: 0;
  }
  .sec01 .sec01__after .sec01__after__content__img img {
    width: 80.25vw;
  }
}

.sec02 {
  margin-top: 45px;
  padding: 57px 0 108px;
  background-image: url(../img/sec02_bg.png);
}

.sec02 .sec02__tit {
  text-align: center;
}

.sec02 .sec02__tit img {
  width: 583px;
}

.sec02 .sec02__lists {
  margin-top: 66px;
}

.sec02 .sec02__lists li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__num {
  left: 19px;
}

.sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__img {
  padding: 0 0 49px 45px;
}

.sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__img::before {
  left: 0;
}

.sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__txt {
  margin-left: auto;
  padding-right: 12px;
}

.sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__txt__tit::after {
  right: 0;
}

.sec02 .sec02__lists li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__num {
  right: 20px;
}

.sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__img {
  padding: 0 45px 49px 0;
}

.sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__img::before {
  right: 0;
}

.sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__txt {
  margin-right: auto;
  padding-left: 40px;
}

.sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__txt__tit::after {
  left: -40px;
}

.sec02 .sec02__lists li:not(:last-of-type) {
  margin-bottom: 63px;
}

.sec02 .sec02__lists .sec02__lists__num {
  width: auto;
  position: absolute;
  top: 20px;
  z-index: 2;
  height: 170px;
}

.sec02 .sec02__lists .sec02__lists__num img {
  width: auto;
  height: 100%;
}

.sec02 .sec02__lists .sec02__lists__img {
  width: 647px;
  position: relative;
  z-index: 1;
}

.sec02 .sec02__lists .sec02__lists__img::before {
  content: "";
  width: 626px;
  height: 420px;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec02_img_deco.jpg);
}

.sec02 .sec02__lists .sec02__lists__txt {
  padding-top: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  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;
  position: relative;
  z-index: 1;
}

.sec02 .sec02__lists .sec02__lists__txt__tit {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.78;
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
}

.sec02 .sec02__lists .sec02__lists__txt__tit::after {
  content: "";
  width: 359px;
  height: 25px;
  position: absolute;
  bottom: -42px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec02_tit_deco.png);
}

.sec02 .sec02__lists .sec02__lists__txt__desc {
  width: 220px;
  line-height: 1.88;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 699px) {
  .sec02 {
    margin-top: 0;
    padding: 16vw 0 17.69vw;
    background-image: url(../img/sec02_bg_sp.png);
  }
  .sec02 .sec02__tit img {
    width: 100%;
  }
  .sec02 .sec02__lists {
    margin-top: 11.25vw;
  }
  .sec02 .sec02__lists li {
    display: block;
  }
  .sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__num {
    left: 0;
  }
  .sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__img {
    padding: 0 0 6.15vw 5.64vw;
  }
  .sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__img::before {
    left: 0;
  }
  .sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__txt {
    margin-left: 0;
    padding-right: 0;
  }
  .sec02 .sec02__lists li:nth-of-type(odd) .sec02__lists__txt__tit::after {
    right: auto;
  }
  .sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__num {
    right: 0;
  }
  .sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__img {
    padding: 0 5.64vw 6.15vw 0;
  }
  .sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__img::before {
    right: 0;
  }
  .sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__txt {
    margin-right: auto;
    padding-left: 0;
  }
  .sec02 .sec02__lists li:nth-of-type(even) .sec02__lists__txt__tit::after {
    left: auto;
  }
  .sec02 .sec02__lists li:nth-of-type(1) .sec02__lists__txt__tit::before, .sec02 .sec02__lists li:nth-of-type(1) .sec02__lists__txt__tit::after {
    width: 19.48vw;
    background-image: url(../img/sec02_tit_deco01_sp.png);
  }
  .sec02 .sec02__lists li:nth-of-type(2) .sec02__lists__txt__tit::before, .sec02 .sec02__lists li:nth-of-type(2) .sec02__lists__txt__tit::after {
    width: 9.23vw;
    background-image: url(../img/sec02_tit_deco02_sp.png);
  }
  .sec02 .sec02__lists li:nth-of-type(3) .sec02__lists__txt__tit::before, .sec02 .sec02__lists li:nth-of-type(3) .sec02__lists__txt__tit::after {
    width: 9.23vw;
    background-image: url(../img/sec02_tit_deco03_sp.png);
  }
  .sec02 .sec02__lists li:nth-of-type(4) .sec02__lists__txt__tit::before, .sec02 .sec02__lists li:nth-of-type(4) .sec02__lists__txt__tit::after {
    width: 14.1vw;
    background-image: url(../img/sec02_tit_deco04_sp.png);
  }
  .sec02 .sec02__lists li:not(:last-of-type) {
    margin-bottom: 13.82vw;
  }
  .sec02 .sec02__lists .sec02__lists__num {
    top: 0;
    height: 23.07vw;
  }
  .sec02 .sec02__lists .sec02__lists__img {
    width: 83.33vw;
  }
  .sec02 .sec02__lists .sec02__lists__img::before {
    width: 81vw;
    height: 54.35vw;
    background-image: url(../img/sec02_img_deco_sp.jpg);
  }
  .sec02 .sec02__lists .sec02__lists__txt {
    padding-top: 6.41vw;
    text-align: center;
    width: auto;
    margin-bottom: 0;
    display: block;
  }
  .sec02 .sec02__lists .sec02__lists__txt__tit {
    font-size: 5.64vw;
    line-height: 1.45;
  }
  .sec02 .sec02__lists .sec02__lists__txt__tit::before, .sec02 .sec02__lists .sec02__lists__txt__tit::after {
    content: "";
    height: 3.84vw;
    position: absolute;
    top: calc(50% - 1.92vw);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .sec02 .sec02__lists .sec02__lists__txt__tit::before {
    left: -2vw !important;
  }
  .sec02 .sec02__lists .sec02__lists__txt__tit::after {
    right: -2vw !important;
  }
  .sec02 .sec02__lists .sec02__lists__txt__desc {
    width: auto;
    margin-top: 3.84vw;
    line-height: 2.14;
    font-size: 3.58vw;
  }
}

.sec03 {
  margin-top: -64px;
}

.sec03 .el-d-section {
  margin: 0 auto;
}

.sec03 .sec03__tit {
  text-align: center;
}

.sec03 .sec03__tit img {
  width: 392px;
}

.sec03 .sec03__bg {
  padding: 78px 0 115px;
  margin-top: -27px;
  position: relative;
}

.sec03 .sec03__bg::before {
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef8fb), to(#fff));
  background: -webkit-linear-gradient(#eef8fb, #fff);
  background: linear-gradient(#eef8fb, #fff);
}

.sec03 .sec03__lists {
  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 .sec03__lists li {
  width: 320px;
}

.sec03 .sec03__lists li img {
  border-radius: 15px;
}

.sec03 .sec03__lists .sec03__lists__notes {
  margin-top: 7px;
  font-size: 14px;
  white-space: nowrap;
}

.sec03 .sec03__content__lists {
  margin-top: 55px;
}

.sec03 .sec03__content__lists li:nth-of-type(even) .sec03__content__lists__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__bg {
  padding: 63px 46px 35px 94px;
  background-image: url(../img/sec03_content_bg01.jpg);
}

.sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__txt {
  padding-top: 11px;
}

.sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__img {
  width: 469px;
}

.sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__desc {
  width: 343px;
}

.sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__notes {
  width: 354px;
}

.sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__after {
  margin-top: 55px;
  padding-right: 25px;
}

.sec03 .sec03__content__lists li:nth-of-type(2) .sec03__content__lists__bg {
  padding: 24px 115px 8px 8px;
  background-image: url(../img/sec03_content_bg02.jpg);
}

.sec03 .sec03__content__lists li:nth-of-type(2) .sec03__content__lists__img {
  width: 410px;
}

.sec03 .sec03__content__lists li:nth-of-type(2) .sec03__content__lists__desc {
  width: 345px;
}

.sec03 .sec03__content__lists li:nth-of-type(3) .sec03__content__lists__bg {
  padding: 24px 8px 8px 97px;
  background-image: url(../img/sec03_content_bg02.jpg);
}

.sec03 .sec03__content__lists li:nth-of-type(3) .sec03__content__lists__img {
  width: 410px;
}

.sec03 .sec03__content__lists li:nth-of-type(3) .sec03__content__lists__desc {
  width: 370px;
}

.sec03 .sec03__content__lists li:not(:last-of-type) {
  margin-bottom: 67px;
}

.sec03 .sec03__content__lists .sec03__content__lists__num {
  padding-bottom: 2px;
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #3eb7d8;
  border-bottom: 1px solid #3eb7d8;
  font-family: "Zen Kaku Gothic New", serif;
}

.sec03 .sec03__content__lists .sec03__content__lists__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.sec03 .sec03__content__lists .sec03__content__lists__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec03 .sec03__content__lists .sec03__content__lists__tit {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 1.71;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", serif;
}

.sec03 .sec03__content__lists .sec03__content__lists__tit .sec03__content__lists__tit--strong {
  font-size: 32px;
}

.sec03 .sec03__content__lists .sec03__content__lists__tit .sec03__content__lists__tit--asterisk {
  font-size: 12px;
  vertical-align: text-top;
}

.sec03 .sec03__content__lists .sec03__content__lists__desc {
  font-weight: 500;
  line-height: 1.88;
  font-size: 18px;
}

.sec03 .sec03__content__lists .sec03__content__lists__desc:not(:last-of-type) {
  margin-bottom: 1.4em;
}

.sec03 .sec03__content__lists .sec03__content__lists__notes {
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 699px) {
  .sec03 {
    margin-top: -16.41vw;
  }
  .sec03 .sec03__tit img {
    width: 85.12vw;
  }
  .sec03 .sec03__bg {
    padding: 11.79vw 0 22.05vw;
    margin-top: -6.15vw;
  }
  .sec03 .sec03__bg::before {
    height: 500px;
  }
  .sec03 .sec03__lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10.25vw 0;
  }
  .sec03 .sec03__lists li {
    width: 100%;
  }
  .sec03 .sec03__lists li img {
    border-radius: 15px;
  }
  .sec03 .sec03__lists .sec03__lists__notes {
    text-align: center;
    margin-top: 3.28vw;
    font-size: 3.07vw;
    white-space: wrap;
  }
  .sec03 .sec03__content__lists {
    margin-top: 16vw;
  }
  .sec03 .sec03__content__lists li:nth-of-type(even) .sec03__content__lists__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__bg {
    padding: 12.82vw 5.12vw 6.41vw 5.12vw;
    background-image: url(../img/sec03_content_bg01_sp.jpg);
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__txt {
    padding-top: 0;
    display: contents;
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__tit {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10.25vw;
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__desc {
    width: 100%;
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__notes {
    width: 100%;
  }
  .sec03 .sec03__content__lists li:nth-of-type(1) .sec03__content__lists__after {
    margin-top: 3.84vw;
    padding-right: 0;
  }
  .sec03 .sec03__content__lists li:nth-of-type(2) .sec03__content__lists__bg {
    padding: 12.82vw 5.12vw 10.25vw;
    background-image: url(../img/sec03_content_bg02_sp.jpg);
  }
  .sec03 .sec03__content__lists li:nth-of-type(2) .sec03__content__lists__wrap {
    display: block;
  }
  .sec03 .sec03__content__lists li:nth-of-type(2) .sec03__content__lists__img {
    margin-top: 6.41vw;
    width: 100%;
  }
  .sec03 .sec03__content__lists li:nth-of-type(2) .sec03__content__lists__desc {
    width: 100%;
  }
  .sec03 .sec03__content__lists li:nth-of-type(3) .sec03__content__lists__bg {
    padding: 12.82vw 5.12vw 10.25vw;
    background-image: url(../img/sec03_content_bg02_sp.jpg);
  }
  .sec03 .sec03__content__lists li:nth-of-type(3) .sec03__content__lists__wrap {
    display: block;
  }
  .sec03 .sec03__content__lists li:nth-of-type(3) .sec03__content__lists__img {
    margin-top: 6.41vw;
    width: 100%;
  }
  .sec03 .sec03__content__lists li:nth-of-type(3) .sec03__content__lists__desc {
    width: 100%;
  }
  .sec03 .sec03__content__lists li:not(:last-of-type) {
    margin-bottom: 15.92vw;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__num {
    padding-bottom: 0.1vw;
    margin-bottom: 1.02vw;
    font-size: 5.38vw;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__tit {
    margin-bottom: 4vw;
    font-size: 5.64vw;
    line-height: 1.81;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__tit .sec03__content__lists__tit--strong {
    font-size: 6.66vw;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__tit .sec03__content__lists__tit--asterisk {
    font-size: 50%;
    vertical-align: top;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__desc {
    line-height: 2.14;
    font-size: 3.58vw;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__desc:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .sec03 .sec03__content__lists .sec03__content__lists__notes {
    margin-top: 0;
    font-size: 3.07vw;
    line-height: 1.66;
  }
}

.sec04 {
  padding: 66px 0 50px;
  position: relative;
  background-image: -webkit-repeating-linear-gradient(318deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
  background-image: repeating-linear-gradient(132deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
}

.sec04 .sec04__tit {
  position: absolute;
  top: -26px;
  left: calc(50% - 165.5px);
}

.sec04 .sec04__tit img {
  width: 331px;
}

.sec04 .sec04__lists {
  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 .sec04__lists li {
  width: 306px;
}

.sec04 .sec04__lists li img {
  border-radius: 20px;
  -webkit-box-shadow: 0 0.03rem 0.24rem rgba(132, 223, 235, 0.27);
          box-shadow: 0 0.03rem 0.24rem rgba(132, 223, 235, 0.27);
}

.sec04 .sec04__lists li:not(:last-of-type) {
  position: relative;
}

.sec04 .sec04__lists li:not(:last-of-type)::after {
  content: "";
  width: 20px;
  height: 17px;
  position: absolute;
  top: calc(50% - 27.5px);
  right: -30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/sec04_arrow.svg);
}

.sec04 .sec04__notes {
  margin-top: 21px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 699px) {
  .sec04 {
    padding: 15.61vw 0 6.87vw;
    background-image: -webkit-repeating-linear-gradient(324deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
    background-image: repeating-linear-gradient(126deg, #e3f7fb, #e3f7fb 10px, #f1fbfd 10px, #f1fbfd 20px);
  }
  .sec04 .sec04__tit {
    top: -6.66vw;
    left: calc(50% - 42.435vw);
  }
  .sec04 .sec04__tit img {
    width: 84.87vw;
  }
  .sec04 .sec04__lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8.2vw 0;
  }
  .sec04 .sec04__lists li {
    width: 100%;
  }
  .sec04 .sec04__lists li img {
    border-radius: 2.56vw;
  }
  .sec04 .sec04__lists li:not(:last-of-type)::after {
    width: 4.25vw;
    height: 5.12vw;
    top: auto;
    bottom: -6.92vw;
    right: calc(50% - 2.175vw);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sec04 .sec04__notes {
    margin-top: 4.1vw;
    font-size: 3.58vw;
  }
}

.sec05 {
  padding: 91px 0 105px;
  background-image: url(../img/sec02_bg.png);
}

.sec05 .sec05__tit {
  margin-bottom: 66px;
  text-align: center;
}

.sec05 .sec05__tit img {
  width: 606px;
}

.sec05 .sec05__item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec05 .sec05__item::before {
  content: "";
  width: 100%;
  height: 440px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.sec05 .sec05__item .sec05__item__txt {
  position: absolute;
}

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

.sec05 table {
  width: 450px;
}

.sec05 table,
.sec05 td,
.sec05 th {
  border-collapse: collapse;
  border: 1px solid #26619e;
}

.sec05 td,
.sec05 th {
  width: calc(100% / 3);
  padding: 8px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.sec05 th {
  color: #26619e;
  background-color: #e6f3ff;
}

.sec05 td {
  color: #1e1e1e;
  background-color: #fff;
}

.sec05 .sec05__item01 {
  padding: 56px 0 0;
}

.sec05 .sec05__item01::before {
  background-image: url(../img/sec05_item01_deco.jpg);
}

.sec05 .sec05__item01 .sec05__item__tit img {
  width: 488px;
}

.sec05 .sec05__item01 .sec05__item__txt {
  width: 90px;
  top: 28px;
  left: 32px;
}

.sec05 .sec05__item01 .sec05__item__img {
  margin-top: 30px;
}

.sec05 .sec05__item01 .sec05__item__img img {
  width: 503.5px;
}

.sec05 .sec05__item01 table {
  width: 450px;
  margin: 25px auto 0;
}

.sec05 .sec05__item02 {
  margin-top: 83px;
  padding: 58px 0 0;
}

.sec05 .sec05__item02::before {
  background-image: url(../img/sec05_item02_deco.jpg);
}

.sec05 .sec05__item02 .sec05__item__tit img {
  width: 456px;
}

.sec05 .sec05__item02 .sec05__item__txt {
  width: 82px;
  top: 16px;
  right: 38px;
}

.sec05 .sec05__item02 .sec05__item__img {
  margin-top: 47px;
}

.sec05 .sec05__item02 .sec05__item__img img {
  width: 904px;
}

.sec05 .sec05__item02 table {
  width: 450px;
  margin: 25px auto 0;
}

@media screen and (max-width: 699px) {
  .sec05 {
    padding: 15.6vw 0 7.2vw;
    background-image: url(../img/sec02_bg_sp.png);
  }
  .sec05 .el-d-section {
    padding-left: 0;
    padding-right: 0;
  }
  .sec05 .sec05__tit {
    margin-bottom: 10.25vw;
  }
  .sec05 .sec05__tit img {
    width: 89.74vw;
  }
  .sec05 .sec05__item__table__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
  .sec05 table {
    width: 89.74vw;
  }
  .sec05 td,
  .sec05 th {
    padding: 1.7vw;
    font-size: 3.84vw;
  }
  .sec05 .sec05__item01 {
    padding: 46.43vw 0 0;
  }
  .sec05 .sec05__item01::before {
    height: 117.6vw;
    background-image: url(../img/sec05_item01_deco_sp.jpg);
  }
  .sec05 .sec05__item01 .sec05__item__tit img {
    width: 89.74vw;
  }
  .sec05 .sec05__item01 .sec05__item__txt {
    width: 36.92vw;
    top: 4.3vw;
    left: calc(50% - 18.64vw);
  }
  .sec05 .sec05__item01 .sec05__item__img {
    margin-top: 8.2vw;
  }
  .sec05 .sec05__item01 .sec05__item__img img {
    width: 86.92vw;
  }
  .sec05 .sec05__item01 table {
    width: 89.74vw;
    margin: 4.7vw auto 0;
  }
  .sec05 .sec05__item02 {
    margin-top: 15.38vw;
    padding: 45.43vw 0 0;
  }
  .sec05 .sec05__item02::before {
    height: 159.2vw;
    background-image: url(../img/sec05_item02_deco_sp.jpg);
  }
  .sec05 .sec05__item02 .sec05__item__tit img {
    width: 89.74vw;
  }
  .sec05 .sec05__item02 .sec05__item__txt {
    width: 25.12vw;
    top: 2.3vw;
    right: calc(50% - 12.56vw);
  }
  .sec05 .sec05__item02 .sec05__item__img {
    margin-top: 10.25vw;
  }
  .sec05 .sec05__item02 .sec05__item__img img {
    width: 90.25vw;
  }
  .sec05 .sec05__item02 table {
    width: 89.74vw;
    margin: 5vw auto 0;
  }
}

.sec06 {
  padding: 94px 0 117px;
  margin-bottom: 35px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/sec06_bg.jpg);
}

.sec06 .sec06__content {
  padding: 0 130px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", serif;
}

.sec06 .sec06__content .sec06__content__txt {
  line-height: 2.05;
  font-size: 18px;
}

.sec06 .sec06__content .sec06__content__txt:not(:last-of-type) {
  margin-bottom: 0.8em;
}

.sec06 .sec06__content .sec06__content__cat {
  margin-top: 18px;
  font-size: 40px;
  line-height: 1.4;
}

.sec06 .sec06__txt {
  width: 984px;
  position: absolute;
  z-index: 2;
  bottom: -31px;
  left: calc(50% - 508px);
}

@media screen and (max-width: 699px) {
  .sec06 {
    padding: 21vw 0 113vw;
    margin-bottom: 18.71vw;
    background-image: url(../img/sec06_bg_sp.jpg);
  }
  .sec06 .sec06__content {
    padding: 0 5.12vw;
  }
  .sec06 .sec06__content .sec06__content__txt {
    font-size: 4.61vw;
  }
  .sec06 .sec06__content .sec06__content__txt:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
  .sec06 .sec06__content .sec06__content__cat {
    margin-top: 18px;
    font-size: 8.97vw;
    line-height: 1.6;
  }
  .sec06 .sec06__txt {
    width: 91.28vw;
    bottom: -18.71vw;
    left: calc(50% - 45.64vw);
  }
}
/*# sourceMappingURL=style.css.map */