@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

body .sp-item {
  display: none !important;
}

body .pc-item {
  display: block !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
img {
  width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.content {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
          box-shadow: 0 0 10px 2px #d6d6d6;
}
@media only screen and (min-width: 736px) {
  .content {
    width: 750px;
    margin: 0 auto;
  }
}

.w-65 {
  width: 65%;
  margin: 0 auto;
}

.w-70 {
  width: 70%;
  margin: 0 auto;
}

.w-72 {
  width: 72%;
  margin: 0 auto;
}

.w-75 {
  width: 75%;
  margin: 0 auto;
}

.w-78 {
  width: 78%;
  margin: 0 auto;
}

.w-85 {
  width: 85%;
  margin: 0 auto;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.w-93 {
  width: 93%;
  margin: 0 auto;
}

.w-95 {
  width: 95%;
  margin: 0 auto;
}

.txt-box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 5%;
  border-radius: 20px;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ----------------------------------------------------

    color setting

---------------------------------------------------- */
body {
  background: #fffef3;
}

.content {
  position: relative;
}
.content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/rexli_bg01.jpg) repeat left top/480px auto;
  z-index: -1;
}

.bg_green {
  background: #008989;
}

.bg_green02 {
  position: relative;
}
.bg_green02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/rexli_bg02.jpg) repeat left top/480px auto;
  z-index: -1;
}

.content {
  overflow: hidden;
  padding-bottom: 10%;
  padding-top: 2%;
}

.txt_img {
  margin: 5% 0;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2.2rem;
  position: relative;
  margin-top: 2.4rem;
}

li {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 3rem;
}
li::before {
  position: absolute;
  left: 1px;
  top: 0.5rem;
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
}

.head {
  padding-top: 2%;
}
.head_copy02 {
  position: relative;
  margin-top: 0.8rem;
}
.head_copy02::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_elements01.png);
  background-size: contain;
  position: absolute;
  width: 12%;
  z-index: 100;
  right: 1.4rem;
  top: -2.5rem;
  padding-top: 10.9367088608%;
}
.head_copy03 {
  margin: 2% 0 0 2%;
  position: relative;
}
.head_copy03-img {
  width: 64%;
}
.head_copy03::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_elements02.png);
  background-size: contain;
  position: absolute;
  width: 49%;
  z-index: -1;
  right: 4%;
  top: -42%;
  padding-top: 52.3067484663%;
}
.head_copy04 {
  margin-top: 1.8%;
}
.head_copy05 {
  margin-top: 1%;
}
.head_copy06 {
  margin-top: 1.5%;
}
.head_video {
  margin-top: 2%;
}
.head_copy07 {
  margin-top: 2%;
}

.sec01 {
  padding-bottom: 25%;
}
.sec01_lead {
  margin-top: 14%;
  text-align: center;
}
.sec01_lead-img {
  margin-top: -9%;
  display: inline-block;
}
.sec01_txt {
  margin-top: 2%;
  position: relative;
  z-index: 100;
}
.sec01_txt li {
  color: #4d76bc;
}
.sec01_txt li::before {
  background: url(../images/rexli_icon01.png) left top/contain no-repeat;
}

.sec02_lead {
  background: url(../images/rexli_sec02-img02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 12%;
}
.sec02_lead::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_sec02-img03.png);
  background-size: contain;
  position: absolute;
  width: 45%;
  z-index: 0;
  bottom: 45%;
  right: -12%;
  padding-top: 48.1730769231%;
}
.sec02_lead-img {
  width: 72%;
  margin-left: 4%;
  display: inline-block;
  margin-top: -20%;
  z-index: 100;
  position: relative;
}
.sec02_txt {
  border: 3px solid #008989;
  padding: 5% 3%;
}
.sec02_txt .sec02_list01 li {
  color: #ff6262;
}
.sec02_txt .sec02_list01 li::before {
  background: url(../images/rexli_icon02.png) left top/contain no-repeat;
}
.sec02_txt .sec02_list02 li {
  color: #4d76bc;
}
.sec02_txt .sec02_list02 li::before {
  background: url(../images/rexli_icon01.png) left top/contain no-repeat;
}
.sec02_txt01 {
  padding: 5% 3% 15% 3%;
}
.sec02_txt02 {
  margin-top: 3%;
}
.sec02_lead-img02 {
  width: 82%;
  margin: 0 auto;
  margin-top: -8%;
}

.sec03 {
  margin-top: 22%;
  padding-bottom: 13%;
}
.sec03_lead {
  text-align: center;
}
.sec03_lead-img {
  width: 95%;
  margin: 0 auto;
  margin-top: -15%;
  display: inline-block;
}
.sec03 .jisseki-ttl {
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 3%;
}
.sec03 .jisseki-ttl01 {
  position: relative;
}
.sec03 .jisseki-ttl01::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_sec03-img11.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  left: -17%;
  padding-top: 26.2660944206%;
  top: 50%;
}
.sec03 .jisseki-ttl01::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_sec03-img12.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  right: -17%;
  padding-top: 26.2660944206%;
  top: 50%;
}
.sec03 .jisseki-ttl02 {
  position: relative;
}
.sec03 .jisseki-ttl02::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_sec03-img11.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  left: -17%;
  padding-top: 26.2660944206%;
  top: 69%;
}
.sec03 .jisseki-ttl02::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_sec03-img12.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  right: -17%;
  padding-top: 26.2660944206%;
  top: 69%;
}
.sec03 .jisseki-ttl03 {
  position: relative;
}
.sec03 .jisseki-ttl03::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_sec03-img11.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  left: -12%;
  padding-top: 26.2660944206%;
  top: 50%;
}
.sec03 .jisseki-ttl03::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/rexli_sec03-img12.png);
  background-size: contain;
  position: absolute;
  width: 24%;
  z-index: 100;
  right: -12%;
  padding-top: 26.2660944206%;
  top: 50%;
}
.sec03 .jisseki-contents-img02 {
  margin: 5% 0;
}
.sec03 .jisseki-contents li {
  padding-left: 3rem;
  padding-right: 1.5rem;
  text-indent: -0.7rem;
  margin-top: 0.8rem;
}
.sec03 .jisseki-separation {
  margin: 7% 0;
  opacity: 0.8;
}

.sec04_lead {
  text-align: center;
}
.sec04_lead-img {
  width: 56%;
  display: inline-block;
  margin-top: -5%;
}
.sec04_lead-img02 {
  width: 88%;
  display: inline-block;
  margin-top: -8%;
}
.sec04_txt {
  border: 3px solid #008989;
  padding: 2% 5% 5% 5%;
  width: 85%;
  margin-top: -3%;
}
.sec04_txt li {
  padding-left: 1rem;
  padding-right: 1rem;
  text-indent: -1.7rem;
}
.sec04_lead02 {
  text-align: center;
}
.sec04_lead02-img {
  width: 40%;
  display: inline-block;
  margin-top: -7%;
}
.sec04_img01-img {
  width: 90%;
  margin: 0 auto;
  margin-top: -1%;
}
.sec04_txt02 {
  background-image: linear-gradient(0deg, #fffef8 calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
  margin-top: 4%;
  padding: 5px 10px;
  border-radius: 0;
  margin-bottom: 3%;
  position: relative;
  width: 100%;
  border-top: 2px solid #919191;
  border-bottom: 2px solid #919191;
}
.sec04_txt02::before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 1px solid #ffffff;
  border-radius: 0px;
}
@media screen and (min-width: 999px) {
  .sec04_txt02 ul {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 35px 0;
  }
}
.sec04_txt02 li {
  padding-left: 3.4rem;
  padding-right: 0rem;
  margin-top: 1.2rem;
  color: #4d76bc;
}
.sec04_txt02 li::before {
  background: url(../images/rexli_icon01.png) left top/contain no-repeat;
}
.sec04_img02-img {
  width: 50%;
  margin: 0 auto;
  margin-top: 5%;
}
.sec04_img03-img {
  margin-top: 7%;
}
.sec04_img04-img {
  margin-top: 5%;
}

html {
  font-size: 62.5%; /* -> 10px */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #262424;
  line-height: 1.7;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 999px) {
  body {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
.red {
  color: #ff6262;
}

.green {
  color: #008989;
}

.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.al {
  text-align: left !important;
}

.fz-sm {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 999px) {
  .fz-sm {
    font-size: 2rem;
  }
}

.mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #ffff99));
  background: linear-gradient(transparent 55%, #ffff99 0%);
  display: inline;
  padding: 0 !important;
  font-weight: bold;
}

.cta-button01 {
  width: 94%;
  margin: 0 auto;
  margin-top: 3.8%;
}
.cta-button01 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cta-button01-txt {
  text-align: center;
  margin-top: 1.8%;
}

.cta-button02 {
  width: 94%;
  margin: 0 auto;
  margin-top: 3.8%;
}
.cta-button02 img {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cta-button02-txt {
  text-align: center;
  margin-top: 1.8%;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: scale(1.05, 0.95) translate3d(0, 0, 0);
            transform: scale(1.05, 0.95) translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
            transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
  }
  50% {
    -webkit-transform: scale(1.02, 0.97) translate3d(0, 0, 0);
            transform: scale(1.02, 0.97) translate3d(0, 0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate3d(0, -2%, 0);
            transform: scale(1, 1) translate3d(0, -2%, 0);
  }
  64% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: scale(1.05, 0.95) translate3d(0, 0, 0);
            transform: scale(1.05, 0.95) translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
            transform: scale(0.95, 1.05) translate3d(0, -8%, 0);
  }
  50% {
    -webkit-transform: scale(1.02, 0.97) translate3d(0, 0, 0);
            transform: scale(1.02, 0.97) translate3d(0, 0, 0);
  }
  57% {
    -webkit-transform: scale(1, 1) translate3d(0, -2%, 0);
            transform: scale(1, 1) translate3d(0, -2%, 0);
  }
  64% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
            transform: scale(1, 1) translate3d(0, 0, 0);
  }
}