.grecaptcha-badge {
  z-index: 1;
}

:root {
  --color-green: #008A33;
  --color-black: #000000;
  --color-blue: #003896;
  --color-blue2: #1B32A4;
  --color-apua: #0090E7;
  --color-red: #E20000;
  --color-yellow: #FFEA00;
  --color-orange: #F99A01;
  --color-purple: #A270AC;
  --color-pink: #ED7D7E;
  --color-gray: #F6F6F6;
  --color-darkGray: #D5D8DB;
}

/* TOP
--------------------------------------------------------------*/
.p-home .l-mv {
  margin-top: -1.18rem;
  padding: 1.18rem 0 1.84rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/mv_bg.webp);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-home .l-mv::before {
  content: "";
  width: 25.47rem;
  height: 7.04rem;
  position: absolute;
  z-index: 1;
  bottom: -5.62rem;
  left: calc(50% - 12.735rem);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../img/top/about_bg_deco.webp);
}
.p-home .l-mv .l-container {
  max-width: 12.7rem;
  margin: 0 auto;
  padding: 0 0.4rem;
}
.p-home .l-mv .l-mv__wrap {
  width: 6.68rem;
  margin-left: auto;
}
.p-home .l-mv .l-mv__tit02 {
  margin-top: 0.33rem;
}
.p-home .l-mv .l-mv__tit03 {
  margin-top: 0.38rem;
}
.p-home .l-mv .l-mv__txt {
  width: 4.72rem;
  margin: 0.88rem -1.52rem 0 auto;
}
.p-home .l-mv .l-mv__img {
  width: 15.53rem;
  position: absolute;
  top: 1.3rem;
  left: calc(50% - 8.5rem);
}
.p-home .l-mv .l-mv__img__desc {
  width: auto;
  height: 0.57rem;
  position: absolute;
}
.p-home .l-mv .l-mv__img__desc.desc01 {
  top: 3.38rem;
  right: 5.2rem;
}
.p-home .l-mv .l-mv__img__desc.desc02 {
  top: 5.8rem;
  right: 4.46rem;
}
@media screen and (max-width: 1530px) {
  .p-home .l-mv .l-mv__txt {
    margin: 0.88rem 0 0 auto;
  }
  .p-home .l-mv .l-mv__img {
    left: calc(50% - 10rem);
  }
}
@media screen and (max-width: 1280px) {
  .p-home .l-mv .l-mv__txt {
    width: 41%;
  }
}
@media screen and (max-width: 1140px) {
  .p-home .l-mv .l-mv__wrap {
    width: 69%;
  }
  .p-home .l-mv .l-mv__tit01 {
    width: 80%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__tit02 {
    width: 92%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__tit03 {
    width: 91%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__img {
    width: 100%;
    left: -20%;
    top: 2rem;
  }
  .p-home .l-mv .l-mv__img__desc {
    height: 100%;
  }
  .p-home .l-mv .l-mv__img__desc.desc01 {
    width: 22vw;
    top: 25%;
    right: 32%;
  }
  .p-home .l-mv .l-mv__img__desc.desc02 {
    width: 22vw;
    top: 39%;
    right: 24%;
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-mv {
    margin-top: -0.8rem;
    padding: 0.77rem 0 1.2rem;
    background-image: none;
    background-color: #d6edf3;
  }
  .p-home .l-mv::before {
    width: 12.44rem;
    height: 5.26rem;
    bottom: -4.66rem;
    left: calc(50% - 6.22rem);
    background-image: url(../img/top/about_bg_deco_sp.webp);
  }
  .p-home .l-mv .l-container {
    padding: 0 0.24rem;
  }
  .p-home .l-mv .l-mv__wrap {
    width: 100%;
    margin-left: auto;
  }
  .p-home .l-mv .l-mv__tit01 {
    width: 100%;
    margin-top: 5%;
  }
  .p-home .l-mv .l-mv__tit02 {
    width: 92%;
    margin-top: 4%;
  }
  .p-home .l-mv .l-mv__tit03 {
    width: 91%;
    margin-top: -10%;
  }
  .p-home .l-mv .l-mv__img {
    width: 180%;
    left: -39%;
    top: 28%;
  }
  .p-home .l-mv .l-mv__img__wrap {
    position: relative;
  }
  .p-home .l-mv .l-mv__img__wrap::before {
    content: "";
    width: 100%;
    height: 4rem;
    position: absolute;
    bottom: 8%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(80%, #d6edf3));
    background: linear-gradient(to bottom, transparent 50%, #d6edf3 80%);
  }
  .p-home .l-mv .l-mv__img__desc {
    height: 100%;
  }
  .p-home .l-mv .l-mv__img__desc.desc01 {
    width: 46vw;
    top: 10.4%;
    right: 25.4%;
  }
  .p-home .l-mv .l-mv__img__desc.desc02 {
    width: 61vw;
    top: 60%;
    right: 25.3%;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  .p-home .l-mv .l-mv__txt {
    width: 100%;
    margin-top: 159%;
    position: relative;
    z-index: 1;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}
.p-home .l-about {
  padding: 0.32rem 0 1.2rem;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #ffffff;
}
.p-home .l-about::after {
  content: "";
  width: 100%;
  height: 7.93rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(201, 231, 235, 0.77)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(201, 231, 235, 0.77));
}
.p-home .l-about .l-about__txt__wrap {
  padding: 0 0.2rem;
}
.p-home .l-about .l-about__tit {
  text-align: center;
}
.p-home .l-about .l-about__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home .l-about .l-about__wrap__cat__wrap {
  width: 1.3rem;
}
.p-home .l-about .l-about__wrap__cat {
  display: block;
  width: 1.02rem;
  line-height: 1.02rem;
  text-align: center;
  border-radius: 50%;
  font-size: 0.23rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(45deg, #2b8496, #82d6e6);
}
.p-home .l-about .l-about__wrap__txt {
  width: calc(100% - 1.3rem);
  font-size: 0.33rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: left;
  line-height: 1.45;
}
.p-home .l-about .l-about__desc {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-home .l-about .l-about__img {
  width: 59.4%;
  margin: 0.84rem 0 0 -1rem;
  position: relative;
}
.p-home .l-about .l-about__img__desc {
  position: absolute;
}
.p-home .l-about .l-about__img__desc img {
  width: 100%;
}
.p-home .l-about .l-about__img__desc.desc01 {
  width: 29vw;
  top: 3%;
  left: 47%;
}
.p-home .l-about .l-about__img__desc.desc02 {
  width: 30vw;
  bottom: 29%;
  right: -38.3%;
}
.p-home .l-about .slider-wrapper {
  margin-top: 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-home .l-about .slider {
  -webkit-animation: scroll-left 90s infinite linear 0.5s both;
          animation: scroll-left 90s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-about .slide {
  width: 19.33rem;
  height: 1.13rem;
}
.p-home .l-about .slide img {
  display: block;
}
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-about {
    padding: 0.32rem 0 37%;
  }
  .p-home .l-about::before, .p-home .l-about::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .p-home .l-about::before {
    width: 25.47rem;
    height: 7.04rem;
    top: -1.4rem;
    left: calc(50% - 12.735rem);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/top/about_bg_deco.webp);
  }
  .p-home .l-about::after {
    width: 100%;
    height: 7.93rem;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(201, 231, 235, 0.77)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(201, 231, 235, 0.77));
  }
  .p-home .l-about .l-about__txt__wrap {
    padding: 0 0.2rem;
  }
  .p-home .l-about .l-about__wrap {
    margin: 0.42rem auto 0;
  }
  .p-home .l-about .l-about__wrap__cat__wrap {
    width: 0.85rem;
  }
  .p-home .l-about .l-about__wrap__cat {
    width: 0.71rem;
    line-height: 0.71rem;
    font-size: 0.15rem;
  }
  .p-home .l-about .l-about__wrap__txt {
    width: calc(100% - 0.85rem);
    font-size: 0.2rem;
  }
  .p-home .l-about .l-about__desc {
    text-align: left;
    margin-top: 0.27rem;
    font-size: 0.16rem;
  }
  .p-home .l-about .l-about__img {
    width: 133.4%;
    margin: 0.69rem 0 0 -49%;
    position: relative;
  }
  .p-home .l-about .l-about__img__desc {
    position: absolute;
  }
  .p-home .l-about .l-about__img__desc img {
    width: 100%;
  }
  .p-home .l-about .l-about__img__desc.desc01 {
    width: 59.7vw;
    top: -2%;
    left: 49%;
  }
  .p-home .l-about .l-about__img__desc.desc02 {
    width: 53vw;
    bottom: -36%;
    right: -5.2%;
  }
  .p-home .l-about .slider-wrapper {
    margin-top: 0.55rem;
  }
  .p-home .l-about .slide {
    width: 9.389rem;
    height: 0.5782rem;
  }
}
.p-home .l-theme {
  padding: 0.88rem 0 0.75rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/theme_bg.webp);
  clip-path: polygon(0 0, 100% 0, 100% 6.8rem, 50% 100%, 0 6.8rem);
}
.p-home .l-theme .l-theme__tit {
  text-align: center;
  font-size: 0.39rem;
  font-weight: 500;
  color: #ffffff;
}
.p-home .l-theme .l-theme__tit .l-theme__tit__fs01 {
  font-size: 0.34rem;
}
.p-home .l-theme .l-theme__tit .l-theme__tit__fs02 {
  font-size: 0.3rem;
}
.p-home .l-theme .l-theme__tit br {
  display: none;
}
.p-home .l-theme .l-theme__lists {
  max-width: 10.4rem;
  padding: 0 0.2rem;
  height: 5.64rem;
  margin: 0 auto;
  position: relative;
}
.p-home .l-theme .l-theme__lists li {
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-home .l-theme .l-theme__lists li::before, .p-home .l-theme .l-theme__lists li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #ffffff;
}
.p-home .l-theme .l-theme__lists li .l-theme__lists__txt {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.18rem;
  letter-spacing: 0.08em;
  line-height: 1.55;
}
.p-home .l-theme .l-theme__lists li .l-theme__lists__txt::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #ffffff;
}
.p-home .l-theme .l-theme__lists li .l-theme__lists__txt .strong {
  display: contents;
  color: #2b8496;
}
.p-home .l-theme .l-theme__lists li.show {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01 {
  width: 2.28rem;
  height: 2.28rem;
  top: 0.7rem;
  left: 1.74rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01::before {
  top: -0.12rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01::after {
  top: 0;
  right: -0.13rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt01 .l-theme__lists__txt::before {
  top: 0.08rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02 {
  width: 2.14rem;
  height: 2.14rem;
  top: 0.9rem;
  right: 3.21rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02::before {
  top: -0.06rem;
  left: -0.06rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02::after {
  top: -0.06rem;
  right: -0.06rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt02 .l-theme__lists__txt::before {
  top: 0.06rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03 {
  width: 1.95rem;
  height: 1.95rem;
  bottom: 1.07rem;
  left: 0.1rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03::before {
  top: -0.08rem;
  left: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03::after {
  top: -0.08rem;
  right: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt03 .l-theme__lists__txt::before {
  top: 0.08rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04 {
  width: 2.42rem;
  height: 2.42rem;
  bottom: 0.2rem;
  left: 3.28rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04::before {
  top: -0.08rem;
  left: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04::after {
  top: -0.08rem;
  right: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt04 .l-theme__lists__txt::before {
  top: 0.08rem;
  left: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05 {
  width: 2.05rem;
  height: 2.05rem;
  bottom: 0.45rem;
  right: 1.92rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05::before {
  top: 0.02rem;
  right: -0.08rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05::after {
  top: -0.12rem;
  right: 0;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt05 .l-theme__lists__txt::before {
  top: 0.06rem;
  left: -0.06rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06 {
  width: 1.8rem;
  height: 1.8rem;
  bottom: 2.2rem;
  right: 0.3rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06::before {
  top: 0.03rem;
  left: -0.05rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06::after {
  top: 0;
  right: -0.07rem;
}
.p-home .l-theme .l-theme__lists .l-theme__lists__txt06 .l-theme__lists__txt::before {
  top: -0.13rem;
  left: 0.03rem;
}
@media screen and (max-width: 1000px) {
  .p-home .l-theme {
    padding: 0.68rem 0 0.93rem;
    clip-path: polygon(0 0, 100% 0, 100% 9.2rem, 50% 100%, 0 9.2rem);
  }
  .p-home .l-theme .l-theme__tit {
    font-size: 0.29rem;
    line-height: 1.4;
  }
  .p-home .l-theme .l-theme__tit .l-theme__tit__fs01 {
    font-size: 0.25rem;
  }
  .p-home .l-theme .l-theme__tit .l-theme__tit__fs02 {
    font-size: 0.22rem;
  }
  .p-home .l-theme .l-theme__tit br {
    display: block;
  }
  .p-home .l-theme .l-theme__lists {
    width: 3.75rem;
    padding: 0 0.2rem;
    height: 7.87rem;
  }
  .p-home .l-theme .l-theme__lists li::before, .p-home .l-theme .l-theme__lists li::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #ffffff;
  }
  .p-home .l-theme .l-theme__lists li .l-theme__lists__txt {
    font-size: 0.15rem;
    line-height: 1.55;
  }
  .p-home .l-theme .l-theme__lists li .l-theme__lists__txt::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #ffffff;
  }
  .p-home .l-theme .l-theme__lists li .l-theme__lists__txt .strong {
    display: contents;
    color: #2b8496;
  }
  .p-home .l-theme .l-theme__lists li.show {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01 {
    width: 2rem;
    height: 2rem;
    top: 0.42rem;
    left: 1.86rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01::before {
    top: -0.12rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01::after {
    top: 0;
    right: -0.13rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt01 .l-theme__lists__txt::before {
    top: 0.08rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02 {
    width: 1.85rem;
    height: 1.85rem;
    top: 4.3rem;
    right: 2.1rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02::before {
    top: -0.06rem;
    left: -0.06rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02::after {
    top: -0.06rem;
    right: -0.06rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt02 .l-theme__lists__txt::before {
    top: 0.06rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03 {
    width: 1.72rem;
    height: 1.72rem;
    bottom: 5.04rem;
    left: -0.02rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03::before {
    top: -0.08rem;
    left: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03::after {
    top: -0.08rem;
    right: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt03 .l-theme__lists__txt::before {
    top: 0.08rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04 {
    width: 2.12rem;
    height: 2.12rem;
    bottom: 3.1rem;
    left: 1.43rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04::before {
    top: -0.08rem;
    left: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04::after {
    top: -0.08rem;
    right: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt04 .l-theme__lists__txt::before {
    top: 0.08rem;
    left: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05 {
    width: 1.85rem;
    height: 1.85rem;
    bottom: -0.26rem;
    right: 1.2rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05::before {
    top: 0.02rem;
    right: -0.08rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05::after {
    top: -0.12rem;
    right: 0;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt05 .l-theme__lists__txt::before {
    top: 0.06rem;
    left: -0.06rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06 {
    width: 1.55rem;
    height: 1.55rem;
    bottom: 1.3rem;
    right: -0.1rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06::before {
    top: 0.03rem;
    left: -0.05rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06::after {
    top: 0;
    right: -0.07rem;
  }
  .p-home .l-theme .l-theme__lists .l-theme__lists__txt06 .l-theme__lists__txt::before {
    top: -0.13rem;
    left: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-theme {
    clip-path: polygon(0 0, 100% 0, 100% 10.1rem, 50% 100%, 0 10.1rem);
    background-image: url(../img/top/theme_bg_sp.webp);
  }
}
.p-home .l-feature {
  margin-top: -1.1rem;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.p-home .l-feature::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(../img/top/feature_bg.webp);
}
.p-home .l-feature .l-container {
  max-width: 14.4rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.p-home .l-feature .l-feature__tit__wrap {
  overflow: hidden;
}
.p-home .l-feature .l-feature__tit__wrap__inner {
  padding: 3.03rem 0 0;
  max-width: 14.4rem;
  margin: 0 auto;
  position: relative;
}
.p-home .l-feature .l-feature__tit__wrap__inner .l-feature__tit__deco {
  position: absolute;
}
.p-home .l-feature .l-feature__tit__wrap__inner .deco01 {
  width: 12.12rem;
  top: 1.78rem;
  left: -8.4rem;
}
.p-home .l-feature .l-feature__tit__wrap__inner .deco02 {
  width: 9.36rem;
  top: 0.78rem;
  right: -6.17rem;
}
.p-home .l-feature .l-lineup__wrap__inner {
  max-width: 14.4rem;
  margin: 0 auto;
}
.p-home .l-feature .l-feature__tit {
  margin-bottom: 1.42rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-home .l-feature .l-feature__wrap {
    height: 400lvh;
  }
  .p-home .l-feature .l-feature__wrap__inner {
    position: sticky;
    top: 1.18rem;
    height: calc(100lvh - 1.18rem);
  }
}
.p-home .l-feature .l-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
@media screen and (min-width: 1024px) {
  .p-home .l-feature .l-feature__item {
    max-height: 5.2rem;
    /* height: 5.2rem; */
    min-height: 4.2rem !important;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
  }
  .p-home .l-feature .l-feature__item:not(.item01) {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}
.p-home .l-feature .l-feature__item:not(:last-of-type) {
  margin-bottom: 0.1rem;
}
.p-home .l-feature .l-feature__item.transparent {
  opacity: 0.7;
}
.p-home .l-feature .l-feature__item:last-of-type {
  opacity: 1;
}
.p-home .l-feature .l-feature__item__txt,
.p-home .l-feature .l-feature__item__img,
.p-home .l-feature .l-feature__item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home .l-feature .l-feature__item__txt {
  padding: 0 3%;
  width: 44.5%;
}
.p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc {
  margin-top: 2em;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
}
.p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc .notes {
  margin-top: 1em;
  display: block;
  font-size: 0.14rem;
}
.p-home .l-feature .l-feature__item__img {
  width: 42.57%;
}
.p-home .l-feature .l-feature__item__num {
  width: 2.07rem;
  text-align: center;
  font-size: 0.25rem;
  font-family: "SofiaSans_Italic_ExtraLight";
  color: #2b8496;
  border-right: 1px solid #2b8496;
  border-left: 1px solid #2b8496;
  font-style: italic;
}
.p-home .l-feature .l-feature__item__num .strong {
  font-size: 1.13rem;
  opacity: 0.3;
  letter-spacing: 0.025em;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit {
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 500;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit .strong {
  color: #2b8496;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit .name {
  font-size: 0.16rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit02 {
  margin-top: 1em;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  position: relative;
}
.p-home .l-feature .item01 .l-feature__item__txt__tit02::after {
  content: "";
  width: calc(100% - 7.5em);
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #707070;
}
.p-home .l-feature .item01 .l-feature__item__txt__desc02 {
  margin-top: 0.1rem;
  letter-spacing: 0.03em;
  line-height: 1.78;
}
.p-home .l-feature .item01 .l-feature__item__img {
  padding: 0 4%;
}
.p-home .l-feature .item01 .l-feature__item__img img {
  width: 4.82rem;
}
.p-home .l-feature .item02 .l-feature__item__txt__cat {
  width: 0.82rem;
  line-height: 0.35rem;
  text-align: center;
  font-size: 0.19rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #ffffff;
  background-color: #2b8496;
}
.p-home .l-feature .item02 .l-feature__item__txt__tit {
  margin-top: 0.05rem;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 500;
}
.p-home .l-feature .item02 .l-feature__item__txt__tit .strong {
  color: #2b8496;
}
.p-home .l-feature .item02 .l-feature__item__img {
  padding: 0 2.2%;
}
.p-home .l-feature .item02 .l-feature__item__img img {
  width: 4.82rem;
}
.p-home .l-feature .item03 .l-feature__item__txt__tit {
  margin-top: 0.05rem;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  font-weight: 500;
}
.p-home .l-feature .item03 .l-feature__item__txt__tit .strong {
  color: #2b8496;
}
.p-home .l-feature .item03 .l-feature__item__img {
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-feature .item03 .l-feature__item__img .l-feature__item__img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 7%;
}
.p-home .l-feature .item03 .l-feature__item__img img {
  width: auto;
  border: 1px solid #e2e2e2;
}
.p-home .l-feature .item03 .l-feature__item__img .l-feature__item__img__capt {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.45;
}
.p-home .l-feature .item04 .l-feature__item__txt__tit {
  margin-top: 0.05rem;
  font-size: 0.26rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.4;
}
.p-home .l-feature .item04 .l-feature__item__txt__tit .strong {
  font-size: 0.5rem;
  color: #2b8496;
  font-family: "SofiaSans_Regular";
}
.p-home .l-feature .item04 .l-feature__item__txt__tit .green {
  color: #2b8496;
}
.p-home .l-feature .item04 .btn {
  margin-top: 0.5rem;
}
.p-home .l-feature .item04 .btn a {
  width: 2.87rem;
  line-height: 0.6rem;
  text-align: center;
  display: block;
  font-size: 0.18rem;
  color: #ffffff;
}
.p-home .l-feature .item04 .l-feature__item__img {
  padding: 0 4.5%;
}
.p-home .l-feature .item04 .l-feature__item__img img {
  width: 4.82rem;
}
@media screen and (max-width: 1399px) {
  .p-home .l-feature .l-feature__tit__wrap__inner {
    padding: 3.03rem 0.38rem 0;
    max-width: 14.4rem;
    margin: 0 auto;
    position: relative;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .l-feature__tit__deco {
    position: absolute;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco01 {
    width: 4.06rem;
    top: 1.78rem;
    left: -1.78rem;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco02 {
    width: 3.39rem;
    top: 0.78rem;
    right: -1.17rem;
  }
  .p-home .l-feature .l-feature__item__txt {
    padding: 0 3.5%;
    width: 42.57%;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc {
    margin-top: 2em;
    font-size: 0.12rem;
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc .notes {
    margin-top: 1em;
    display: block;
    font-size: 0.14rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit02 {
    font-size: 0.16rem;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__cat {
    width: 0.7rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item02 .l-feature__item__img {
    padding: 0 2.2%;
  }
  .p-home .l-feature .item02 .l-feature__item__img img {
    width: 4.82rem;
  }
  .p-home .l-feature .item03 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item03 .l-feature__item__img {
    padding: 0 4%;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit {
    font-size: 0.2rem;
  }
  .p-home .l-feature .item04 .btn {
    margin-top: 0.5rem;
  }
  .p-home .l-feature .item04 .btn a {
    width: 2.87rem;
    line-height: 0.6rem;
    text-align: center;
    display: block;
    font-size: 0.18rem;
    color: #ffffff;
  }
  .p-home .l-feature .item04 .l-feature__item__img {
    padding: 0 4.5%;
  }
  .p-home .l-feature .item04 .l-feature__item__img img {
    width: 4.82rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-home .l-feature .l-container {
    padding: 0 0.24rem;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner {
    padding: 2.03rem 0.38rem 0;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco01 {
    width: 4.06rem;
    top: 1.37rem;
    left: -2.7rem;
  }
  .p-home .l-feature .l-feature__tit__wrap__inner .deco02 {
    width: 3.39rem;
    right: -2rem;
    top: 0.85rem;
  }
  .p-home .l-feature .l-feature__tit {
    margin-bottom: 0.55rem;
  }
  .p-home .l-feature .l-feature__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.71);
  }
  .p-home .l-feature .l-feature__item:not(:last-of-type) {
    margin-bottom: 0.17rem;
  }
  .p-home .l-feature .l-feature__item__txt,
  .p-home .l-feature .l-feature__item__img,
  .p-home .l-feature .l-feature__item__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-home .l-feature .l-feature__item__txt {
    padding: 0.26rem 0.24rem 0;
    width: 100%;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc {
    margin-top: 2em;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    line-height: 1.78;
  }
  .p-home .l-feature .l-feature__item__txt .l-feature__item__txt__desc .notes {
    margin-top: 1em;
    display: block;
    font-size: 0.14rem;
  }
  .p-home .l-feature .l-feature__item__img {
    width: 100%;
    margin-top: 0.24rem;
    border-top: 1px solid #2b8496;
  }
  .p-home .l-feature .l-feature__item__num {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.13rem 0 0.16rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 0.22rem;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #2b8496;
  }
  .p-home .l-feature .l-feature__item__num .strong {
    margin-left: 0.1rem;
    font-size: 0.47rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit {
    line-height: 1.48;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__tit02 {
    margin-top: 1.6em;
    font-size: 0.16rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__desc {
    margin-top: 0.6em;
    font-size: 0.16rem;
  }
  .p-home .l-feature .item01 .l-feature__item__txt__desc02 {
    margin-top: 0.1rem;
    letter-spacing: 0.03em;
    line-height: 1.78;
  }
  .p-home .l-feature .item01 .l-feature__item__img {
    padding: 0.32rem 0.24rem 0.48rem;
  }
  .p-home .l-feature .item01 .l-feature__item__img img {
    width: 4.82rem;
    margin: 0 auto;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__cat {
    width: 0.65rem;
    line-height: 0.28rem;
    font-size: 0.15rem;
  }
  .p-home .l-feature .item02 .l-feature__item__txt__tit {
    margin-top: 0.05rem;
  }
  .p-home .l-feature .item02 .l-feature__item__img {
    padding: 0.4rem 0.24rem 0.32rem;
  }
  .p-home .l-feature .item02 .l-feature__item__img img {
    width: 4.82rem;
    margin: 0 auto;
  }
  .p-home .l-feature .item03 .l-feature__item__txt__tit {
    margin-top: 0.05rem;
  }
  .p-home .l-feature .item03 .l-feature__item__img {
    padding: 0.4rem 0.24rem 0.33rem;
  }
  .p-home .l-feature .item03 .l-feature__item__img .l-feature__item__img__capt {
    font-size: 0.14rem;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit {
    margin-top: 0.05rem;
    line-height: 1.4;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit .strong {
    vertical-align: sub;
    font-size: 0.4rem;
  }
  .p-home .l-feature .item04 .l-feature__item__txt__tit .adjust {
    display: block;
    margin-top: -0.1rem;
  }
  .p-home .l-feature .item04 .btn {
    margin-top: 0.5rem;
  }
  .p-home .l-feature .item04 .btn a {
    width: 2.87rem;
    line-height: 0.6rem;
    text-align: center;
    display: block;
    font-size: 0.18rem;
    color: #ffffff;
  }
  .p-home .l-feature .item04 .l-feature__item__img {
    padding: 0.4rem 0.24rem 0.53rem;
  }
  .p-home .l-feature .item04 .l-feature__item__img img {
    width: 4.82rem;
    margin: 0 auto;
  }
}
.p-home .l-movie {
  padding: 0 0.24rem 2rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home .l-movie::before {
  content: "";
  width: 100%;
  height: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 255, 255));
}
.p-home .l-movie .tmp {
  margin-top: 1.05rem;
  text-align: center;
  font-size: 0.57rem;
  font-family: "SofiaSans_Italic_ExtraLight";
  color: #2b8496;
  opacity: 0.3;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .p-home .l-movie {
    padding: 0.8rem 0.24rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home .l-movie .tmp {
    margin-top: 0.6rem;
    font-size: 0.47rem;
  }
}
.p-home .l-lineup {
  padding: 1rem 0 1.5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.p-home .l-lineup .c-tit01 {
  margin-bottom: 1.15rem;
}
.p-home .l-lineup .c-tit01 .c-tit01__ja {
  margin-top: 0.35rem;
  font-size: 0.35rem;
}
.p-home .l-lineup .l-container {
  max-width: 10.4rem;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__wrap {
  margin-bottom: 0.43rem;
  padding-bottom: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #000e12;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists {
  margin-left: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dt {
  width: 0.8rem;
  line-height: 0.24rem;
  font-size: 0.14rem;
  text-align: center;
  color: #ffffff;
  background-color: #2b8496;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd {
  padding: 0 0.1rem;
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd .strong {
  color: #2b8496;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img {
  width: 26%;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img img {
  width: 84.615%;
}
.p-home .l-lineup .l-lineup__product01 table {
  width: 7.37rem;
}
.p-home .l-lineup .l-lineup__product01 table,
.p-home .l-lineup .l-lineup__product01 td,
.p-home .l-lineup .l-lineup__product01 th {
  border: 1px solid #bfc4c6;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.p-home .l-lineup .l-lineup__product01 td,
.p-home .l-lineup .l-lineup__product01 th {
  padding: 0.123rem 0;
}
.p-home .l-lineup .l-lineup__product01 thead th {
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: 500;
  background-color: #eef5f7;
}
.p-home .l-lineup .l-lineup__product01 thead th span {
  display: block;
  font-size: 0.11rem;
}
.p-home .l-lineup .l-lineup__product01 thead th.bg_w {
  background-color: #ffffff;
}
.p-home .l-lineup .l-lineup__product01 thead th.bg_b {
  background-color: #c6dee4;
}
.p-home .l-lineup .l-lineup__product01 tbody {
  font-size: 0.14rem;
}
.p-home .l-lineup .l-lineup__product01 tbody th {
  color: #ffffff;
  background-color: #878787;
}
.p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tablewrap__notes {
  margin-top: 1em;
  font-size: 0.12rem;
  line-height: 1.5;
  color: #898989;
}
.p-home .l-lineup .l-lineup__product01.p01 .l-lineup__product01__img {
  margin-top: 1.3rem;
}
.p-home .l-lineup .l-lineup__product01.p02 {
  margin-top: 0.9rem;
}
.p-home .l-lineup .l-lineup__product01.p02 .l-lineup__product01__img {
  margin-top: 0.3rem;
}
.p-home .l-lineup .l-lineup__product02 {
  margin-top: 0.9rem;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__tit {
  padding-bottom: 0.2rem;
  font-size: 0.22rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  border-bottom: 1px solid #000e12;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt {
  margin-top: 1em;
  font-size: 0.16rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
  font-weight: 400;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt span {
  font-size: 0.14rem;
  color: #898989;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap {
  margin-top: 0.13rem;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes__wrap {
  text-align: right;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes {
  display: inline-block;
  margin-bottom: 0.1rem;
  text-align: right;
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  color: #898989;
  position: relative;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes::before {
  content: "";
  width: 0.39rem;
  height: 0.16rem;
  position: absolute;
  top: 0;
  left: -0.45rem;
  background-color: #4b7c8e;
}
.p-home .l-lineup .l-lineup__product02 table {
  width: 10rem;
}
.p-home .l-lineup .l-lineup__product02 table,
.p-home .l-lineup .l-lineup__product02 td,
.p-home .l-lineup .l-lineup__product02 th {
  border: 1px solid #bfc4c6;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.p-home .l-lineup .l-lineup__product02 td,
.p-home .l-lineup .l-lineup__product02 th {
  padding: 0.09rem 0;
}
.p-home .l-lineup .l-lineup__product02 thead th {
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: 500;
  background-color: #eef5f7;
}
.p-home .l-lineup .l-lineup__product02 thead th span {
  font-size: 0.11rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.bg_w {
  background-color: #ffffff;
}
.p-home .l-lineup .l-lineup__product02 thead th.bg_b {
  background-color: #c6dee4;
}
.p-home .l-lineup .l-lineup__product02 thead th.w184 {
  width: 1.84rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.w141 {
  width: 1.41rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.w147 {
  width: 1.47rem;
}
.p-home .l-lineup .l-lineup__product02 thead th.w146 {
  width: 1.46rem;
}
.p-home .l-lineup .l-lineup__product02 tbody {
  font-size: 0.14rem;
}
.p-home .l-lineup .l-lineup__product02 tbody th {
  padding: 0.12rem 0.2rem;
  color: #ffffff;
  text-align: left;
  font-size: 0.16rem;
}
.p-home .l-lineup .l-lineup__product02 tbody th span {
  font-size: 0.11rem;
}
.p-home .l-lineup .l-lineup__product02 tbody .bg_gray {
  background-color: #878787;
}
.p-home .l-lineup .l-lineup__product02 tbody .bg_green {
  background-color: #4b7c8e;
}
.p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes02 {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  color: #898989;
}
.p-home .l-lineup .l-lineup__product03 {
  margin-top: 0.55rem;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__tit {
  margin-bottom: 0.16rem;
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img {
  width: 26%;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img img {
  width: 84.615%;
}
.p-home .l-lineup .l-lineup__product03 table {
  width: 7.37rem;
}
.p-home .l-lineup .l-lineup__product03 table,
.p-home .l-lineup .l-lineup__product03 td,
.p-home .l-lineup .l-lineup__product03 th {
  border: 1px solid #bfc4c6;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.p-home .l-lineup .l-lineup__product03 td,
.p-home .l-lineup .l-lineup__product03 th {
  padding: 0.12rem 0;
}
.p-home .l-lineup .l-lineup__product03 thead th {
  width: 1.25rem;
  line-height: 1.2;
  font-size: 0.16rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #60a3b0;
}
.p-home .l-lineup .l-lineup__product03 thead th.bg_w {
  color: #000;
  background-color: #ffffff;
}
.p-home .l-lineup .l-lineup__product03 tbody {
  font-size: 0.14rem;
}
.p-home .l-lineup .l-lineup__product03 tbody th {
  background-color: #d7e8ec;
}
.p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap__notes {
  margin-top: 1em;
  font-size: 0.12rem;
  line-height: 1.5;
  color: #898989;
}
@media screen and (max-width: 1000px) {
  .p-home .l-lineup .c-tit01 {
    margin-bottom: 0.7rem;
  }
  .p-home .l-lineup .c-tit01 .c-tit01__ja {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }
  .p-home .l-lineup .l-container {
    padding: 0 0.24rem;
  }
  .p-home .l-lineup .scroll-hint-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(0, 111, 191, 0.5);
    text-align: center;
    padding: 0;
  }
  .p-home .l-lineup .scroll-hint-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/top/scroll_icon01.svg);
  }
  .p-home .l-lineup .scroll-hint-icon::after {
    width: 107px;
    height: 24px;
    top: calc(50% - 0.12rem);
    left: calc(50% - 34.5px);
    background-image: url(../img/top/scroll_icon02.svg);
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__wrap {
    margin-bottom: 0;
    padding-bottom: 0.17rem;
    display: block;
    font-size: 0.18rem;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit {
    line-height: 1.38;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists {
    margin: 0.14rem 0 0;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dt {
    width: 0.66rem;
    line-height: 0.2rem;
    font-size: 0.11rem;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd {
    padding: 0 0.1rem;
    font-size: 0.18rem;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tit__lists dd .strong {
    color: #2b8496;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__wrap {
    display: block;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img {
    width: 1.9rem;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__img img {
    width: 100%;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tablewrap {
    padding: 0 0.2rem;
    margin: 0 calc(50% - 50vw);
  }
  .p-home .l-lineup .l-lineup__product01 table {
    width: 7.37rem;
  }
  .p-home .l-lineup .l-lineup__product01 table,
  .p-home .l-lineup .l-lineup__product01 td,
  .p-home .l-lineup .l-lineup__product01 th {
    border: 1px solid #bfc4c6;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
  }
  .p-home .l-lineup .l-lineup__product01 td,
  .p-home .l-lineup .l-lineup__product01 th {
    padding: 0.123rem 0;
  }
  .p-home .l-lineup .l-lineup__product01 thead th {
    line-height: 1.2;
    font-size: 0.16rem;
    font-weight: 500;
    background-color: #eef5f7;
  }
  .p-home .l-lineup .l-lineup__product01 thead th span {
    display: block;
    font-size: 0.11rem;
  }
  .p-home .l-lineup .l-lineup__product01 thead th.bg_w {
    background-color: #ffffff;
  }
  .p-home .l-lineup .l-lineup__product01 thead th.bg_b {
    background-color: #c6dee4;
  }
  .p-home .l-lineup .l-lineup__product01 tbody {
    font-size: 0.14rem;
  }
  .p-home .l-lineup .l-lineup__product01 tbody th {
    color: #ffffff;
    background-color: #878787;
  }
  .p-home .l-lineup .l-lineup__product01 .l-lineup__product01__tablewrap__notes {
    margin-top: 1em;
    font-size: 0.12rem;
    line-height: 1.5;
    color: #898989;
    white-space: nowrap;
  }
  .p-home .l-lineup .l-lineup__product01.p01 .l-lineup__product01__img {
    margin: 0.3rem 0;
  }
  .p-home .l-lineup .l-lineup__product01.p02 {
    margin-top: 0.6rem;
  }
  .p-home .l-lineup .l-lineup__product01.p02 .l-lineup__product01__img {
    margin: 0.27rem 0;
  }
  .p-home .l-lineup .l-lineup__product02 {
    margin-top: 0.7rem;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__tit {
    padding-bottom: 0.2rem;
    font-size: 0.18rem;
    letter-spacing: 0.04em;
    font-weight: 600;
    border-bottom: 1px solid #000e12;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt {
    margin-top: 1.7em;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    line-height: 1.875;
    font-weight: 400;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__txt span {
    display: block;
    font-size: 0.14rem;
    color: #898989;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap {
    margin-top: 0.13rem;
    padding: 0.2rem 0.2rem 0;
    margin: 0 calc(50% - 50vw);
    overflow-y: hidden !important;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes__wrap {
    margin-left: 0.46rem;
    text-align: left;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes {
    display: inline-block;
    margin-bottom: 0.1rem;
    text-align: right;
    font-size: 0.14rem;
    letter-spacing: 0.03em;
    color: #898989;
    position: relative;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes::before {
    content: "";
    width: 0.39rem;
    height: 0.16rem;
    position: absolute;
    top: 0;
    left: -0.45rem;
    background-color: #4b7c8e;
  }
  .p-home .l-lineup .l-lineup__product02 tbody {
    font-size: 0.14rem;
  }
  .p-home .l-lineup .l-lineup__product02 tbody th {
    padding: 0.12rem 0.2rem;
    color: #ffffff;
    text-align: left;
    font-size: 0.16rem;
  }
  .p-home .l-lineup .l-lineup__product02 tbody th span {
    font-size: 0.11rem;
  }
  .p-home .l-lineup .l-lineup__product02 tbody .bg_gray {
    background-color: #878787;
  }
  .p-home .l-lineup .l-lineup__product02 tbody .bg_green {
    background-color: #4b7c8e;
  }
  .p-home .l-lineup .l-lineup__product02 .l-lineup__product02__wrap__notes02 {
    margin-top: 0.15rem;
    font-size: 0.12rem;
    white-space: nowrap;
  }
  .p-home .l-lineup .l-lineup__product03 {
    margin-top: 0.48rem;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__tit {
    margin-bottom: 0.16rem;
    font-size: 0.18rem;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap {
    display: block;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img {
    width: 2.12rem;
    margin: 0.3rem 0 0.16rem;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__img img {
    width: 100%;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__tablewrap {
    padding: 0 0.2rem;
    margin: 0 calc(50% - 50vw);
  }
  .p-home .l-lineup .l-lineup__product03 table {
    width: 7.37rem;
  }
  .p-home .l-lineup .l-lineup__product03 table,
  .p-home .l-lineup .l-lineup__product03 td,
  .p-home .l-lineup .l-lineup__product03 th {
    border: 1px solid #bfc4c6;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
  }
  .p-home .l-lineup .l-lineup__product03 td,
  .p-home .l-lineup .l-lineup__product03 th {
    padding: 0.12rem 0;
  }
  .p-home .l-lineup .l-lineup__product03 thead th {
    width: 1.25rem;
    line-height: 1.2;
    font-size: 0.16rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #60a3b0;
  }
  .p-home .l-lineup .l-lineup__product03 thead th.bg_w {
    color: #000;
    background-color: #ffffff;
  }
  .p-home .l-lineup .l-lineup__product03 tbody {
    font-size: 0.14rem;
  }
  .p-home .l-lineup .l-lineup__product03 tbody th {
    background-color: #d7e8ec;
  }
  .p-home .l-lineup .l-lineup__product03 .l-lineup__product03__wrap__notes {
    margin-top: 1em;
    font-size: 0.12rem;
    line-height: 1.5;
    color: #898989;
  }
}

/* THANKS
--------------------------------------------------------------*/
.p-thanks .l-header {
  background-color: #eef5f7;
}
.p-thanks .l-form {
  padding: 170px 0 240px;
  text-align: center;
}
.p-thanks .l-form .l-form__tit {
  margin-top: 76px;
  font-size: 20px;
  font-weight: 700;
}
.p-thanks .l-form .l-form__txt {
  margin-top: 14px;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p-thanks .l-form .l-form__txt {
    margin-bottom: 60px;
  }
}
.p-thanks .l-form .l-form__btn a {
  width: 287px;
  margin: 78px auto 0;
  line-height: 71.5px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background-color: #2b8496;
}
@media screen and (max-width: 767px) {
  .p-thanks .l-form {
    padding: 70px 0 155px;
  }
  .p-thanks .l-form .l-form__txt {
    font-size: 16px;
  }
}

.l-form-step {
  max-width: 1048px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
}

.l-form-step__lists {
  display: -ms-grid;
  display: grid;
  place-items: center;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .l-form-step__lists {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.l-form-step__lists-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 30px;
  border-radius: 14px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-form-step__lists-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: min(20px, 5.3333333333vw);
    padding: min(20px, 5.3333333333vw) 16px;
    padding-right: min(10px, 2.6666666667vw);
  }
}
.l-form-step__lists-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 43px;
  background-image: url(../img/form-arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-form-step__lists-item:not(:last-of-type)::after {
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 70%) rotate(90deg);
            transform: translate(-50%, 70%) rotate(90deg);
  }
}

.l-form-step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: min(18px, 1.125vw);
  line-height: 1;
}
@media (max-width: 767px) {
  .l-form-step__title {
    font-size: min(18px, 4.8vw);
  }
}

.l-form-step__lists-image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-form-step__lists-image {
    width: min(120px, 32vw);
  }
}

.l-form-step__title-number {
  color: var(--color-blue2);
  font-family: "Oswald", sans-serif;
  font-size: min(50px, 4.8828125vw);
  font-weight: 400;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media (max-width: 767px) {
  .l-form-step__title-number {
    font-size: min(45px, 12vw);
  }
}

.l-form-step__title-text {
  line-height: 1.5;
  font-size: min(18px, 1.7578125vw);
}
@media (max-width: 767px) {
  .l-form-step__title-text {
    font-size: min(18px, 4.8vw);
  }
}
.l-form-step__title-text span {
  display: inline-block;
}

.l-form-step-attention {
  margin-top: 46px;
  padding: 20px 34px;
  line-height: 1.7;
  text-align: justify;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(213, 216, 219, 0.5);
}
@media (max-width: 767px) {
  .l-form-step-attention {
    margin-top: 40px;
    padding: 24px min(20px, 5.3333333333vw);
    line-height: 1.5;
  }
}
.l-form-step-attention ul {
  margin-top: 8px;
}
.l-form-step-attention li {
  font-size: 14px;
}
@media (max-width: 767px) {
  .l-form-step-attention li {
    font-size: min(13px, 3.4666666667vw);
  }
}

.l-form {
  padding: 155px 0 240px;
  background-color: #eef5f7;
  overflow: hidden;
}
.l-form .c-tit01 .c-tit01__ja {
  margin-top: 35px;
  font-size: 35px;
}
.l-form .l-form__flow {
  margin-top: 80px;
  text-align: center;
}
.l-form .l-form__flow img {
  width: 545px;
}
.l-form .error_txt {
  margin-top: 68px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: none;
}
.l-form .error_txt .strong {
  color: #bc5060;
}
.l-form .l-container {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 24px;
}
.l-form .l-form__lists {
  margin-top: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-form .l-form__lists dt:not(:last-of-type),
.l-form .l-form__lists dd:not(:last-of-type) {
  margin-bottom: 35px;
}
.l-form .l-form__lists dt {
  width: 360px;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.l-form .l-form__lists dt .req {
  width: auto;
  line-height: 20px;
  margin-left: 15px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background-color: #bc5060;
  padding-right: 3px;
  padding-left: 4px;
}
.l-form .l-form__lists dd {
  width: calc(100% - 360px);
}
.l-form .l-form__lists dd.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.l-form .l-form__lists dd .error {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #bc5060;
}
.l-form .l-form__lists input,
.l-form .l-form__lists textarea {
  font-size: 16px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}
.l-form .l-form__lists input::-webkit-input-placeholder, .l-form .l-form__lists textarea::-webkit-input-placeholder {
  font-size: 16px;
  letter-spacing: 3px;
  color: #c6c6c6;
}
.l-form .l-form__lists input::-moz-placeholder, .l-form .l-form__lists textarea::-moz-placeholder {
  font-size: 16px;
  letter-spacing: 3px;
  color: #c6c6c6;
}
.l-form .l-form__lists input:-ms-input-placeholder, .l-form .l-form__lists textarea:-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 3px;
  color: #c6c6c6;
}
.l-form .l-form__lists input::-ms-input-placeholder, .l-form .l-form__lists textarea::-ms-input-placeholder {
  font-size: 16px;
  letter-spacing: 3px;
  color: #c6c6c6;
}
.l-form .l-form__lists input::placeholder,
.l-form .l-form__lists textarea::placeholder {
  font-size: 16px;
  letter-spacing: 3px;
  color: #c6c6c6;
}
.l-form .l-form__lists textarea {
  margin-top: 13px;
  padding: 12px 20px;
  height: 90px;
  min-height: 9px;
  width: calc(100% - 65px);
}
.l-form .l-form__lists input {
  width: 100%;
  height: 56px;
  padding: 0 20px;
}
.l-form .l-form__lists input.is-error {
  border: 1px solid #bc5060;
}
.l-form .l-form__lists .name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.l-form .l-form__lists .name_wrap .name_wrap_txt {
  width: 50px;
  padding-left: 12px;
  display: block;
}
.l-form .l-form__lists .name_wrap input {
  width: calc(100% - 50px);
}
.l-form .l-form__lists .name_wrap .error {
  margin-left: 50px;
}
.l-form .l-form__lists input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 32px;
  height: 32px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  outline: none;
  margin-right: 10px;
  position: relative;
  padding: 0;
  background-color: #ffffff;
}
.l-form .l-form__lists input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(100deg, #2b8496, #82d6e6);
}
.l-form .l-form__lists label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-form .submit.disable input {
  background: #aaa;
  pointer-events: none;
}
.l-form .policy {
  margin: 35px 0 0 140px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 3px;
  font-weight: 700;
}
.l-form .policy a {
  color: #2b8496;
  text-decoration: underline;
}
.l-form .policy.check-box {
  cursor: pointer;
}
.l-form .policy.check-box input {
  display: none;
}
.l-form .policy.check-box input + .text:before {
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  top: 9px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .l-form .policy.check-box input + .text:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-form .policy.check-box.is-checked input + .text:before {
  border: none;
  background-size: 100% 100%;
  background-image: none, url("../img/check.svg");
}
.l-form .confirm_txt {
  margin-top: 68px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2em;
}
.l-form .mw_wp_form_confirm {
  max-width: 800px;
  padding: 0 50px;
  margin: 0 auto;
}
.l-form .mw_wp_form_confirm .l-form__lists {
  margin-top: 90px;
}
.l-form .mw_wp_form_confirm .l-form__lists dt:not(:last-of-type),
.l-form .mw_wp_form_confirm .l-form__lists dd:not(:last-of-type) {
  margin-bottom: 60px;
}
.l-form .mw_wp_form_confirm .l-form__lists dt {
  width: 400px;
  padding-top: 0;
}
.l-form .mw_wp_form_confirm .l-form__lists dd {
  width: calc(100% - 400px);
  font-size: 16px;
  font-weight: 400;
}
.l-form .mw_wp_form_confirm .l-form__lists .name_wrap {
  font-size: 16px;
  font-weight: 400;
}
.l-form .mw_wp_form_confirm .btn_wrap {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.l-form .mw_wp_form_confirm .submit {
  margin: 0;
}
.l-form .mw_wp_form_confirm .submit input {
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .l-form {
    padding: 9px 0 15px;
  }
  .l-form .c-tit01 .c-tit01__ja {
    margin-top: 20px;
    font-size: 22px;
  }
  .l-form .l-form__flow {
    margin-top: 48px;
  }
  .l-form .l-form__flow img {
    width: 100%;
  }
  .l-form .error_txt {
    margin-top: 68px;
    font-size: 16px;
    line-height: 1.45;
  }
  .l-form .l-form__lists {
    margin-top: 68px;
    display: block;
  }
  .l-form .l-form__lists dt:not(:last-of-type),
  .l-form .l-form__lists dd:not(:last-of-type) {
    margin-bottom: 0;
  }
  .l-form .l-form__lists dt {
    width: 100%;
    margin-bottom: 25px !important;
    padding-top: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .l-form .l-form__lists dt .req {
    margin-left: 15px;
  }
  .l-form .l-form__lists dd {
    width: 100%;
  }
  .l-form .l-form__lists dd.col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  .l-form .l-form__lists dd:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .l-form .l-form__lists textarea {
    margin-top: 17px;
    padding: 12px 20px;
    height: 115px;
    min-height: 115px;
    width: calc(100% - 24px);
  }
  .l-form .l-form__lists input {
    height: 48px;
    padding: 0 13px;
  }
  .l-form .l-form__lists .name_wrap {
    font-size: 16px;
  }
  .l-form .l-form__lists .name_wrap .name_wrap_txt {
    width: 45px;
    padding-left: 0;
  }
  .l-form .l-form__lists .name_wrap input {
    width: calc(100% - 45px);
  }
  .l-form .l-form__lists .name_wrap .error {
    margin-left: 45px;
  }
  .l-form .l-form__lists .mwform-radio-field:not(:last-of-type) {
    margin-bottom: 13px;
  }
  .l-form .l-form__lists input[type=radio] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: -1px;
  }
  .l-form .l-form__lists input[type=radio]:checked::before {
    width: 12px;
    height: 12px;
  }
  .l-form .submit {
    width: 31px;
    margin: 50px auto 0;
  }
  .l-form .submit input {
    width: 100%;
    line-height: 80px;
    padding-left: 0.4px;
    text-align: left;
  }
  .l-form .policy {
    margin: 45px 0 0 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 1.75;
  }
  .l-form .policy .text {
    padding-left: 0.34px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-form .policy .text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-form .policy .check-box input + .text:before {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    top: 5px;
    left: 0;
    position: absolute;
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
  }
  .l-form .confirm_txt {
    margin-top: 68px;
    font-size: 16px;
  }
  .l-form .mw_wp_form_confirm {
    padding: 0;
  }
  .l-form .mw_wp_form_confirm .l-form__lists {
    margin-top: 90px;
  }
  .l-form .mw_wp_form_confirm .l-form__lists dt:not(:last-of-type),
  .l-form .mw_wp_form_confirm .l-form__lists dd:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .l-form .mw_wp_form_confirm .l-form__lists dt {
    width: 100%;
    padding-top: 0;
  }
  .l-form .mw_wp_form_confirm .l-form__lists dd {
    width: 100%;
  }
  .l-form .mw_wp_form_confirm .btn_wrap {
    margin-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-form .btn_wrap__confirm {
  display: none;
}

.l-form__confirm .btn_wrap__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-form__confirm .policy {
  display: none;
}
.l-form__confirm .disable {
  display: none !important;
}

[name=inquiry-text] {
  display: none;
}