@charset "UTF-8";
/*本アップ時には不要な場合消す*/
body {
  padding: 0;
  margin: 0;
}
@supports (-webkit-touch-callout: none) {
  body {
    font-feature-settings: "tnum";
  }
}

.lp_wrap {
  max-width: 2000px;
  margin: 0 auto;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp_wrap {
    width: 100vw;
    overflow-x: hidden;
  }
}
.lp_wrap * {
  color: #333333;
  line-height: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lp_wrap a {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
}
.lp_wrap a:hover {
  opacity: 0.8;
}
.lp_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.lp_wrap ul li {
  list-style: none;
}
.lp_wrap table {
  border-spacing: 0;
}

html, body {
  height: 100svh;
  overflow: clip;
}

.lp_wrap {
  height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}

/* =========================================================
  resetここまで
========================================================= */
.lp_wrap .inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp_wrap .inner {
    width: 100vw;
  }
}
.lp_wrap .lp_btn {
  background-color: #ff0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 640px;
  margin: 0 auto;
  border-radius: 999px;
  border: 6px solid #fff;
  font-size: 40px;
  line-height: 118px;
  color: #1a1a1a;
  font-weight: 700 !important;
  filter: drop-shadow(0px 12px 0px rgba(0, 39, 91, 0.3));
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_btn {
    width: 85.33vw;
    border: 0.8vw solid #fff;
    font-size: 5.33vw;
    line-height: 15.73vw;
    filter: drop-shadow(0px 1.6vw 0px rgba(0, 39, 91, 0.3));
  }
}
.lp_wrap .lp_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_btn::after {
    right: 4.8vw;
    border-width: 1.6vw 0 1.6vw 2.4vw;
  }
}
.lp_wrap .fv_area {
  position: relative;
  background: url("../images/fv_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 1100px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area {
    background-size: 266.67vw auto;
    height: 146.67vw;
  }
}
.lp_wrap .fv_area .inner {
  padding-top: 298px;
  height: 1100px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .inner {
    padding-top: 39.73vw;
    height: 146.67vw;
  }
}
.lp_wrap .fv_area .inner::after {
  content: "";
  display: block;
  background: url("../images/fv_img.png") no-repeat center/100%;
  position: absolute;
  bottom: -62px;
  left: -210px;
  width: 665px;
  height: 744px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .inner::after {
    bottom: -8.27vw;
    left: -28.01vw;
    width: 88.67vw;
    height: 99.2vw;
  }
}
.lp_wrap .fv_area .fv_logo {
  position: absolute;
  top: 29px;
  left: 25px;
  width: 215px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_logo {
    top: 3.87vw;
    left: 3.33vw;
    width: 28.67vw;
  }
}
.lp_wrap .fv_area .fv_tit {
  text-align: center;
}
.lp_wrap .fv_area .fv_tit .day {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  font-size: 66px;
  line-height: 92px;
  font-weight: 700;
  color: #292f85;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_tit .day {
    padding-left: 0.8vw;
    font-size: 8.8vw;
    line-height: 12.27vw;
  }
}
.lp_wrap .fv_area .fv_tit .day .slash {
  font-size: 58px;
  font-weight: 400;
  color: #292f85;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_tit .day .slash {
    font-size: 7.73vw;
  }
}
.lp_wrap .fv_area .fv_tit .day .wday {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-left: 0.35em;
  border-radius: 100%;
  font-size: 26px;
  line-height: 37px;
  font-weight: 500;
  color: #fff;
  background-color: #292f85;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_tit .day .wday {
    top: 0.8vw;
    width: 5.47vw;
    height: 5.47vw;
    font-size: 3.47vw;
    line-height: 4.93vw;
  }
}
.lp_wrap .fv_area .fv_tit .name {
  display: block;
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #292f85;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_tit .name {
    font-size: 4vw;
    line-height: 5.47vw;
  }
}
.lp_wrap .fv_area .fv_eng {
  width: 500px;
  margin: 13px auto 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv_area .fv_eng {
    width: 66.67vw;
    margin: 1.73vw auto 0;
  }
}
.lp_wrap .renewal-seal_area {
  position: relative;
  background: url("../images/renewal_bg.jpg") top center no-repeat;
  background-size: 2000px 1074px;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area {
    background-size: 266.67vw 143.2vw;
    padding-top: 4vw;
    padding-bottom: 6.67vw;
  }
}
.lp_wrap .renewal-seal_area * {
  color: #fff;
  font-weight: 500;
}
.lp_wrap .renewal-seal_area .date_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 39px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area .date_wrap {
    margin-top: 5.2vw;
  }
}
.lp_wrap .renewal-seal_area .date_wrap .period {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area .date_wrap .period {
    font-size: 3.73vw;
  }
}
.lp_wrap .renewal-seal_area .date_wrap .from {
  vertical-align: 4px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area .date_wrap .from {
    vertical-align: 0.53vw;
    margin-left: 0.8vw;
    margin-right: 0.8vw;
    font-size: 3.73vw;
  }
}
.lp_wrap .renewal-seal_area .date_wrap .date {
  font-size: 44px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area .date_wrap .date {
    font-size: 5.87vw;
  }
}
.lp_wrap .renewal-seal_area .slash {
  font-size: 44px;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area .slash {
    font-size: 5.87vw;
  }
}
.lp_wrap .renewal-seal_area .wday {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  vertical-align: 8px;
  border-radius: 100%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #292f85;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area .wday {
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 0.67vw;
    vertical-align: 1.07vw;
    font-size: 3.2vw;
    line-height: 4.27vw;
  }
}
.lp_wrap .renewal-seal_area .lp_btn {
  width: 660px;
  font-size: 38px;
  line-height: 108px;
  margin-top: 50px;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .renewal-seal_area .lp_btn {
    width: 88vw;
    font-size: 5.07vw;
    line-height: 14.4vw;
    margin-top: 6.67vw;
  }
}
.lp_wrap .care_area {
  position: relative;
  background: url("../images/care_bg.jpg") top center no-repeat, #e92c2f;
  background-size: 2000px 5200px;
  padding-top: 65px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area {
    background-size: 266.67vw 693.33vw;
    padding-top: 8.67vw;
    padding-bottom: 16vw;
  }
}
.lp_wrap .care_area .care_tit {
  text-align: center;
  font-size: 46px;
  line-height: 89px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .care_tit {
    font-size: 6.13vw;
    line-height: 11.87vw;
  }
}
.lp_wrap .care_area .care_tit .item {
  display: inline-block;
  background: url("../images/care_tit_bg.png") no-repeat center/100%;
  width: 292px;
  height: 100px;
  margin-right: 11px;
  font-size: 58px;
  line-height: 100px;
  letter-spacing: 0.1em;
  color: #1b7ff5;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .care_tit .item {
    width: 38.93vw;
    height: 13.33vw;
    margin-right: 1.47vw;
    font-size: 7.73vw;
    line-height: 13.33vw;
  }
}
.lp_wrap .care_area .care_tit .price {
  font-size: 80px;
  line-height: 67px;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .care_tit .price {
    font-size: 10.67vw;
    line-height: 8.93vw;
  }
}
.lp_wrap .care_area .item_box {
  position: relative;
  background: url("../images/care_box_bg.png") top 106px left 0 no-repeat, #fff;
  background-size: 409px 516px, 100%;
  width: 700px;
  margin: 40px auto 0;
  padding-top: 17px;
  padding-bottom: 44px;
  border-radius: 20px;
  filter: drop-shadow(12px 12px 0 rgba(115, 15, 0, 0.4));
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box {
    background-size: 54.53vw 68.8vw, 100%;
    width: 93.33vw;
    margin: 5.33vw auto 0;
    padding-top: 2.27vw;
    padding-bottom: 5.87vw;
    border-radius: 2.67vw;
    filter: drop-shadow(1.6vw 1.6vw 0 rgba(115, 15, 0, 0.4));
  }
}
.lp_wrap .care_area .item_box:first-of-type {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box:first-of-type {
    margin-top: 4.67vw;
  }
}
.lp_wrap .care_area .item_box .item_box_tit {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding-bottom: 7px;
  font-size: 49px;
  line-height: 85px;
  color: #1b7ff5;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .item_box_tit {
    width: 80vw;
    padding-bottom: 0.93vw;
    font-size: 6.53vw;
    line-height: 11.33vw;
  }
}
.lp_wrap .care_area .item_box .item_box_tit::after {
  content: "";
  display: block;
  background: url("../images/care_box_dot.png") no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 6px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .item_box_tit::after {
    width: 80vw;
    height: 0.8vw;
  }
}
.lp_wrap .care_area .item_box .item_box_amount {
  margin-top: 17px;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #221714;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .item_box_amount {
    margin-top: 2.27vw;
    font-size: 3.73vw;
  }
}
.lp_wrap .care_area .item_box .item_box_contents {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .item_box_contents {
    margin-top: 4.53vw;
  }
}
.lp_wrap .care_area .item_box .item_box_pic {
  position: absolute;
  top: 0;
  left: 37px;
  filter: drop-shadow(6px 6px 4px rgba(51, 34, 12, 0.3));
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .item_box_pic {
    left: 4.93vw;
    filter: drop-shadow(0.8vw 0.8vw 0.53vw rgba(51, 34, 12, 0.3));
  }
}
.lp_wrap .care_area .item_box .item_box_pic img {
  width: auto;
  height: auto;
  max-width: 292px;
  max-height: 265px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .item_box_pic img {
    max-width: 38.93vw;
    max-height: 35.33vw;
  }
}
.lp_wrap .care_area .item_box .item_box_txt_area {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .item_box_txt_area {
    margin-right: 4vw;
  }
}
.lp_wrap .care_area .item_box .normal_price_box {
  margin-left: 43px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box {
    margin-left: 5.73vw;
    margin-bottom: 6.67vw;
  }
}
.lp_wrap .care_area .item_box .normal_price_box .normal_price {
  position: relative;
  font-size: 26px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box .normal_price {
    font-size: 3.47vw;
  }
}
.lp_wrap .care_area .item_box .normal_price_box .price {
  position: relative;
  margin-top: 4px;
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box .price {
    margin-top: 0.53vw;
    font-size: 6.4vw;
  }
}

.lp_wrap .care_area .item_box .normal_price_box .price .small {
  display: block;
  margin-top: 0.2em;
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box .price .small {
    font-size: 3.47vw;
  }
}













.lp_wrap .care_area .item_box .normal_price_box .price::after {
  content: "";
  display: block;
  background: url("../images/care_box_arrow.png") no-repeat center/100%;
  position: absolute;
  bottom: -48px;
  left: -9px;
  width: 210px;
  height: 34px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box .price::after {
    bottom: -6.4vw;
    left: -1.2vw;
    width: 28vw;
    height: 4.53vw;
  }
}
.lp_wrap .care_area .item_box .normal_price_box .price .amount {
  position: absolute;
  top: 0.6em;
  left: -2.8em;
  display: inline-block;
  background-color: #333;
  border-radius: 4px;
  padding: 0 0.4em;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  vertical-align: 6px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box .price .amount {
    border-radius: 0.53vw;
    font-size: 3.2vw;
    line-height: 3.73vw;
    vertical-align: 0.8vw;
  }
}
.lp_wrap .care_area .item_box .normal_price_box .price .yen {
  vertical-align: 2px;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box .price .yen {
    vertical-align: 0.27vw;
    font-size: 4.27vw;
  }
}
.lp_wrap .care_area .item_box .normal_price_box .price .tax {
  margin-left: 0.1em;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .normal_price_box .price .tax {
    font-size: 2.67vw;
  }
}
.lp_wrap .care_area .item_box .sale_price {
  position: relative;
  margin-left: auto;
  font-size: 100px;
  font-weight: 700;
  color: #df041c;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .sale_price {
    font-size: 13.33vw;
  }
}
.lp_wrap .care_area .item_box .sale_price * {
  color: #df041c;
}
.lp_wrap .care_area .item_box .sale_price .amount {
  position: absolute;
  top: 1.3em;
  left: -2.7em;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #df041c;
  margin-right: 10px;
  border-radius: 6px;
  padding: 0 0.3em;
  font-size: 30px;
  line-height: 36px;
  color: #df041c;
  vertical-align: 6px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .sale_price .amount {
    border: 0.27vw solid #df041c;
    margin-right: 1.33vw;
    border-radius: 0.8vw;
    font-size: 4vw;
    line-height: 4.8vw;
    vertical-align: 0.8vw;
  }
}
.lp_wrap .care_area .item_box .sale_price .yen {
  position: relative;
  vertical-align: 6px;
  font-size: 46px;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .sale_price .yen {
    vertical-align: 0.8vw;
    font-size: 6.13vw;
  }
}
.lp_wrap .care_area .item_box .sale_price .comma {
  vertical-align: 11px;
  font-size: 76px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .sale_price .comma {
    vertical-align: 1.47vw;
    font-size: 10.13vw;
  }
}
.lp_wrap .care_area .item_box .sale_price .tax {
  white-space: nowrap;
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .sale_price .tax {
    font-size: 2.67vw;
  }
}
.lp_wrap .care_area .item_box .sale_price .small {
  display: block;
  margin-top: 0.2em;
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .sale_price .small {
    font-size: 3.47vw;
  }
}
.lp_wrap .care_area .item_box .sale_price02 {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .sale_price02 {
    margin-top: 2.67vw;
  }
}
.lp_wrap .care_area .item_box .per_box {
  position: absolute;
  left: 0;
  bottom: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #df041c;
  width: 260px;
  height: 120px;
  padding-top: 9px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .per_box {
    bottom: -0.67vw;
    width: 34.67vw;
    height: 16vw;
    padding-top: 1.2vw;
  }
}
.lp_wrap .care_area .item_box .per_box::after {
  content: "";
  position: absolute;
  top: 42px;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 18px solid #df041c;
  border-right: 18px solid transparent;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .per_box::after {
    top: 5.6vw;
    border-top: 2.4vw solid #df041c;
    border-right: 2.4vw solid transparent;
  }
}
.lp_wrap .care_area .item_box .per_box * {
  color: #fff;
}
.lp_wrap .care_area .item_box .per_box .per {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .per_box .per {
    font-size: 3.47vw;
    line-height: 4vw;
  }
}
.lp_wrap .care_area .item_box .per_box .per_price {
  font-size: 62px;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .per_box .per_price {
    font-size: 8.27vw;
  }
}
.lp_wrap .care_area .item_box .per_box .per_price .comma {
  vertical-align: 8px;
  font-size: 40px;
  line-height: 70px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .per_box .per_price .comma {
    vertical-align: 1.07vw;
    font-size: 5.33vw;
    line-height: 9.33vw;
  }
}
.lp_wrap .care_area .item_box .per_box .per_price .yen {
  position: relative;
  vertical-align: 4px;
  margin-left: 3px;
  font-size: 34px;
  line-height: 80px;
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .per_box .per_price .yen {
    vertical-align: 0.53vw;
    margin-left: 0.4vw;
    font-size: 4.53vw;
    line-height: 10.67vw;
  }
}
.lp_wrap .care_area .item_box .per_box .per_price .yen .tax {
  white-space: nowrap;
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box .per_box .per_price .yen .tax {
    font-size: 2.27vw;
  }
}
.lp_wrap .care_area .item_box_b .item_box_txt_area {
  margin-right: 27px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box_b .item_box_txt_area {
    margin-right: 3.6vw;
  }
}
.lp_wrap .care_area .item_box_b .item_box_contents .normal_price_box {
  margin-left: 72px;
  margin-bottom: 53px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box_b .item_box_contents .normal_price_box {
    margin-left: 9.6vw;
    margin-bottom: 7.07vw;
  }
}
.lp_wrap .care_area .item_box_b .normal_price_box .price::after {
  left: -49px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box_b .normal_price_box .price::after {
    left: -6.54vw;
  }
}
.lp_wrap .care_area .item_box_b .sale_price {
  font-size: 96px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .care_area .item_box_b .sale_price {
    font-size: 12.8vw;
  }
}
.lp_wrap .ophthalmology_area {
  position: relative;
  background: url("../images/ophthalmology_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 1450px;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area {
    background-size: 266.67vw auto;
    height: 193.33vw;
    padding-bottom: 12vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_tit_area {
  background: url("../images/ophthalmology_tit_bg.png") no-repeat center/100%;
  position: relative;
  width: 750px;
  height: 180px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_tit_area {
    width: 100vw;
    height: 24vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_tit_area .ophthalmology_tit {
  padding-top: 97px;
  font-size: 34px;
  color: #1c5eb7;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_tit_area .ophthalmology_tit {
    padding-top: 12.93vw;
    font-size: 4.53vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_name {
  margin-top: 27px;
  font-size: 84px;
  line-height: 64px;
  letter-spacing: 0.04em;
  color: #ffff6b;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_name {
    margin-top: 3.6vw;
    font-size: 11.2vw;
    line-height: 8.53vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_name .access {
  position: relative;
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.06em;
  color: #ffff6b;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_name .access {
    font-size: 4.27vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_name .access::after, .lp_wrap .ophthalmology_area .ophthalmology_name .access::before {
  content: "";
  display: block;
  background: url("../images/ophthalmology_access_deco.png") no-repeat center/100%;
  position: absolute;
  top: -5px;
  left: -24px;
  width: 7px;
  height: 38px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_name .access::after, .lp_wrap .ophthalmology_area .ophthalmology_name .access::before {
    top: -0.67vw;
    left: -3.2vw;
    width: 0.93vw;
    height: 5.07vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_name .access::before {
  transform: scale(-1, 1);
  left: auto;
  right: -24px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_name .access::before {
    right: -3.2vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_table {
  display: flex;
  border: 4px solid #1c5eb7;
  width: 712px;
  margin: 34px auto 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_table {
    border: 0.53vw solid #1c5eb7;
    width: 94.93vw;
    margin: 4.53vw auto 0;
    border-radius: 2.67vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_table .table_col {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  border-right: 2px solid #1c5eb7;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_table .table_col {
    border-right: 0.27vw solid #1c5eb7;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_table .table_col:last-child {
  border-right: none;
}
.lp_wrap .ophthalmology_area .ophthalmology_table .label_col {
  flex: none;
  width: 25.2%;
}
.lp_wrap .ophthalmology_area .ophthalmology_table .label_col .time {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_table .label_col .time {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_table .time {
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 500;
  color: #1c5eb7;
  border-bottom: 2px solid #1c5eb7;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_table .time {
    height: 15.87vw;
    font-size: 4.27vw;
    border-bottom: 0.27vw solid #1c5eb7;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_table .time:last-child {
  border-bottom: none;
}
.lp_wrap .ophthalmology_area .ophthalmology_table .top_time {
  height: 81px;
  background-color: #d6f2ff;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_table .top_time {
    height: 10.8vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_table .mark {
  font-size: 32px;
  color: #1c5eb7;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_table .mark {
    font-size: 4.27vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_table_note {
  margin-top: 15px;
  margin-left: 40px;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_table_note {
    margin-top: 2vw;
    margin-left: 5.33vw;
    font-size: 3.2vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_contents {
  background: rgba(41, 47, 133, 0.5);
  width: 669px;
  margin: 50px auto 0;
  padding-top: 35px;
  padding-bottom: 43px;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_contents {
    width: 89.2vw;
    margin: 6.67vw auto 0;
    padding-top: 4.67vw;
    padding-bottom: 5.73vw;
    border-radius: 2.67vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_contents .ophthalmology_contents_tit {
  display: inline-block;
  background-color: #c6eeff;
  border-radius: 9999px;
  padding: 0 2em;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.08em;
  color: #1c5eb7;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_contents .ophthalmology_contents_tit {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_contents .ophthalmology_contents_txt {
  width: 590px;
  margin: 25px auto 0;
  font-size: 28px;
  line-height: 49px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_contents .ophthalmology_contents_txt {
    width: 78.67vw;
    margin: 3.33vw auto 0;
    font-size: 3.73vw;
    line-height: 6.53vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_tel {
  display: block;
  margin-top: 37px;
  font-size: 34px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_tel {
    margin-top: 4.93vw;
    font-size: 4.53vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_tel .num {
  position: relative;
  display: inline-block;
  margin-left: 54px;
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_tel .num {
    margin-left: 7.2vw;
    font-size: 5.07vw;
  }
}
.lp_wrap .ophthalmology_area .ophthalmology_tel .num::after {
  content: "";
  display: block;
  background: url("../images/ophthalmology_tel_icon.png") no-repeat center/100%;
  position: absolute;
  top: 5px;
  left: -38px;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .ophthalmology_tel .num::after {
    top: 0.67vw;
    left: -5.07vw;
    width: 4.53vw;
    height: 4.53vw;
  }
}
.lp_wrap .ophthalmology_area .lp_btn {
  margin-top: 54px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .ophthalmology_area .lp_btn {
    margin-top: 7.2vw;
  }
}
.lp_wrap .off_area {
  background: #292f85;
  padding-top: 88px;
  padding-bottom: 109px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area {
    padding-top: 11.73vw;
    padding-bottom: 14.53vw;
  }
}
.lp_wrap .off_area .off_tit {
  text-align: center;
}
.lp_wrap .off_area .off_tit .txt {
  position: relative;
  display: inline-block;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt {
    font-size: 6.13vw;
  }
}
.lp_wrap .off_area .off_tit .txt::after, .lp_wrap .off_area .off_tit .txt::before {
  content: "";
  display: block;
  background: url("../images/off_tit_deco.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  left: -55px;
  width: 64px;
  height: 101px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt::after, .lp_wrap .off_area .off_tit .txt::before {
    left: -7.34vw;
    width: 8.53vw;
    height: 13.47vw;
  }
}
.lp_wrap .off_area .off_tit .txt::before {
  transform: scale(-1, 1);
  left: auto;
  right: -50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt::before {
    right: -6.67vw;
  }
}
.lp_wrap .off_area .off_tit .txt .yellow {
  color: #fff000;
  font-weight: 700;
}
.lp_wrap .off_area .off_tit .txt .num {
  font-size: 60px;
  color: #fff000;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .off_tit .txt .num {
    font-size: 8vw;
  }
}
.lp_wrap .off_area .slider_area {
  width: 680px;
  margin: 70px auto 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area {
    width: 90.67vw;
    margin: 9.33vw auto 0;
  }
}
.lp_wrap .off_area .slider_area .slick-slide.slick-active.slider_box {
  filter: drop-shadow(10px 13px 13px rgba(186, 101, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-slide.slick-active.slider_box {
    filter: drop-shadow(1.33vw 1.73vw 1.73vw rgba(186, 101, 0, 0.2));
  }
}
.lp_wrap .off_area .slider_area .slider_box {
  width: 310px !important;
  height: 100%;
  margin: 0 15px;
  padding-top: 40px;
  padding-bottom: 21px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box {
    width: 41.33vw !important;
    margin: 0 2vw;
    padding-top: 5.33vw;
    padding-bottom: 2.8vw;
    border-radius: 2.67vw;
  }
}
.lp_wrap .off_area .slider_area .slick-list {
  overflow: hidden;
  padding: 10px 8px 30px;
  margin: -10px -8px -30px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-list {
    padding: 1.33vw 1.07vw 4vw;
    margin: -1.34vw -1.07vw -4vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_img {
  width: 100%;
  height: auto;
  padding: 0 40px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_img {
    padding: 0 5.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_img img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_img img {
    max-height: 26.67vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_txt {
  min-height: 4.9em;
  margin-top: 18px;
  margin-left: 41px;
  font-size: 28px;
  line-height: 46px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_txt {
    margin-top: 2.4vw;
    margin-left: 5.47vw;
    font-size: 3.73vw;
    line-height: 6.13vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 270px;
  margin: 30px auto 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_wrap {
    width: 36vw;
    margin: 4vw auto 0;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 10px;
  background-color: #ffffa9;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point {
    height: 13.33vw;
    border-radius: 1.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_max {
  width: 160px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_max {
    width: 21.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_max .txt {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_max .txt {
    font-size: 3.73vw;
    line-height: 4.53vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_off {
  width: 100px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_off {
    width: 13.33vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_off .txt {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_off .txt {
    font-size: 4vw;
    line-height: 4vw;
  }
}
.lp_wrap .off_area .slider_area .slider_box_point_off .txt .num {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slider_box_point_off .txt .num {
    font-size: 5.33vw;
  }
}
.lp_wrap .off_area .slider_area .slick-prev, .lp_wrap .off_area .slider_area .slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-prev, .lp_wrap .off_area .slider_area .slick-next {
    width: 6.67vw;
    height: 6.67vw;
  }
}
.lp_wrap .off_area .slider_area .slick-prev {
  left: -10px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-prev {
    left: -1.34vw;
  }
}
.lp_wrap .off_area .slider_area .slick-next {
  right: -10px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-next {
    right: -1.34vw;
  }
}
.lp_wrap .off_area .slider_area .slick-prev:before, .lp_wrap .off_area .slider_area .slick-next:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  background: url("../images/off_slider_icon.png") center/100% no-repeat;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .slider_area .slick-prev:before, .lp_wrap .off_area .slider_area .slick-next:before {
    width: 6.67vw;
    height: 6.67vw;
  }
}
.lp_wrap .off_area .slider_area .slick-next:before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.lp_wrap .off_area .slider_area .slick-track {
  display: flex !important;
}
.lp_wrap .off_area .slider_area .slick-slide {
  height: auto !important;
}
.lp_wrap .off_area .lp_btn {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .off_area .lp_btn {
    margin-top: 6.67vw;
  }
}
.lp_wrap .merit_area {
  background: url("../images/merit_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 3046px;
  padding-top: 97px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area {
    background-size: 266.67vw auto;
    height: 406.13vw;
    padding-top: 12.93vw;
  }
}
.lp_wrap .merit_area .merit_tit {
  font-size: 60px;
  line-height: 63px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_tit {
    font-size: 8vw;
    line-height: 8.4vw;
  }
}
.lp_wrap .merit_area .merit_tit .yellow {
  font-size: 78px;
  color: #ffef4a;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_tit .yellow {
    font-size: 10.4vw;
  }
}
.lp_wrap .merit_area .merit_tit .yellow .num {
  font-size: 96px;
  color: #ffef4a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_tit .yellow .num {
    font-size: 12.8vw;
  }
}
.lp_wrap .merit_area .merit_list {
  margin-top: 153px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list {
    margin-top: 20.4vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item {
  position: relative;
  width: 730px;
  margin-top: 149px;
  margin-left: -30px;
  padding: 131px 0 49px;
  border-radius: 27px;
  background-color: #fff;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item {
    width: 97.33vw;
    margin-top: 19.87vw;
    margin-left: -4vw;
    padding: 17.47vw 0 6.53vw;
    border-radius: 3.6vw;
    box-shadow: 1.33vw 1.33vw 0 rgba(0, 0, 0, 0.2);
  }
}
.lp_wrap .merit_area .merit_list .list_item::after {
  content: "";
  display: block;
  background: url("../images/merit_list01_img.png") no-repeat center/100%;
  position: absolute;
  top: -104px;
  left: 343px;
  width: 307px;
  height: 238px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item::after {
    top: -13.87vw;
    left: 45.73vw;
    width: 40.93vw;
    height: 31.73vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) {
  margin-left: auto;
  margin-right: -30px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) {
    margin-right: -4vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) .num {
  left: 65px;
  width: 211px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) .num {
    left: 8.67vw;
    width: 28.13vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) .merit_list_tit {
  margin-left: 75px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) .merit_list_tit {
    margin-left: 10vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) .merit_list_txt {
  margin-left: 75px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(even) .merit_list_txt {
    margin-left: 10vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(1) {
  margin-top: 0;
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(2)::after {
  background: url("../images/merit_list02_img.png") no-repeat center/100%;
  top: -94px;
  left: 421px;
  width: 220px;
  height: 210px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(2)::after {
    top: -12.54vw;
    left: 56.13vw;
    width: 29.33vw;
    height: 28vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(3)::after {
  background: url("../images/merit_list03_img.png") no-repeat center/100%;
  top: -108px;
  left: 373px;
  width: 246px;
  height: 244px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(3)::after {
    top: -14.4vw;
    left: 49.73vw;
    width: 32.8vw;
    height: 32.53vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(3) .merit_list_txt {
  margin-top: 28px;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(3) .merit_list_txt {
    margin-top: 3.73vw;
    line-height: 7.2vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) {
  padding-bottom: 55px;
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4)::after {
  background: url("../images/merit_list04_img.png") no-repeat center/100%;
  top: -94px;
  left: 421px;
  width: 181px;
  height: 213px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4)::after {
    top: -12.54vw;
    left: 56.13vw;
    width: 24.13vw;
    height: 28.4vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) {
    padding-bottom: 7.33vw;
  }
}
.lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_btn {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .list_item:nth-of-type(4) .merit_list_btn {
    margin-top: 4.67vw;
  }
}
.lp_wrap .merit_area .merit_list .num {
  position: absolute;
  top: -112px;
  left: 58px;
  width: 210px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .num {
    top: -14.94vw;
    left: 7.73vw;
    width: 28vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_tit {
  margin-left: 82px;
  font-size: 42px;
  line-height: 60px;
  color: #004fa3;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_tit {
    margin-left: 10.93vw;
    font-size: 5.6vw;
    line-height: 8vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_txt {
  width: 580px;
  margin: 20px 0 0 82px;
  font-size: 28px;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_txt {
    width: 77.33vw;
    margin: 2.67vw 0 0 10.93vw;
    font-size: 3.73vw;
    line-height: 6.67vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_btn {
  position: relative;
  display: block;
  width: 550px;
  margin: 57px auto 0;
  border-radius: 16px;
  font-size: 34px;
  line-height: 90px;
  font-weight: 500;
  color: #fff;
  background-color: #f15a24;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_btn {
    width: 73.33vw;
    margin: 7.6vw auto 0;
    border-radius: 2.13vw;
    font-size: 4.53vw;
    line-height: 12vw;
  }
}
.lp_wrap .merit_area .merit_list .merit_list_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .merit_area .merit_list .merit_list_btn::after {
    right: 3.07vw;
    border-width: 1.07vw 0 1.07vw 1.07vw;
  }
}
.lp_wrap .line_area {
  position: relative;
  background: #fff;
  padding-top: 118px;
  padding-bottom: 96px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area {
    padding-top: 15.73vw;
    padding-bottom: 12.8vw;
  }
}
.lp_wrap .line_area .line_tit_area {
  text-align: center;
}
.lp_wrap .line_area .line_tit {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_tit {
    font-size: 8vw;
    line-height: 8.8vw;
  }
}
.lp_wrap .line_area .line_tit .green {
  font-size: 66px;
  line-height: 66px;
  color: #29ce4c;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_tit .green {
    font-size: 8.8vw;
    line-height: 8.8vw;
  }
}
.lp_wrap .line_area .line_tit::after, .lp_wrap .line_area .line_tit::before {
  content: "";
  display: block;
  background: url("../images/line_tit_deco.png") no-repeat center/100%;
  position: absolute;
  top: -53px;
  left: -38px;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_tit::after, .lp_wrap .line_area .line_tit::before {
    top: -7.07vw;
    left: -5.07vw;
    width: 7.07vw;
    height: 7.07vw;
  }
}
.lp_wrap .line_area .line_tit::before {
  top: auto;
  bottom: -56px;
  left: auto;
  right: -37px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_tit::before {
    bottom: -7.47vw;
    right: -4.94vw;
  }
}
.lp_wrap .line_area .line_note {
  margin-top: 41px;
  font-size: 20px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_note {
    margin-top: 5.47vw;
    font-size: 2.67vw;
  }
}
.lp_wrap .line_area .line_box {
  position: relative;
  z-index: 2;
  width: 670px;
  margin: 0 auto;
  padding: 49px 0;
  border-radius: 20px;
  background-color: #fff3d5;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box {
    width: 89.33vw;
    padding: 6.53vw 0;
    border-radius: 2.67vw;
  }
}
.lp_wrap .line_area .line_box::after {
  content: "";
  display: block;
  background: url("../images/line_list_dot.png") no-repeat center/100%;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 612px;
  height: 26px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box::after {
    top: -1.74vw;
    width: 81.6vw;
    height: 3.47vw;
  }
}
.lp_wrap .line_area .line_box::before {
  content: "";
  display: block;
  background: url("../images/line_list01_img.png") no-repeat center/100%;
  position: absolute;
  top: 109px;
  right: 25px;
  width: 132px;
  height: 181px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box::before {
    top: 14.53vw;
    right: 3.33vw;
    width: 17.6vw;
    height: 24.13vw;
  }
}
.lp_wrap .line_area .line_box01 {
  margin-top: 66px;
  padding-top: 0;
  padding-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box01 {
    margin-top: 8.8vw;
    padding-bottom: 6.13vw;
  }
}
.lp_wrap .line_area .line_box01 .line_box_txt_wrap {
  margin-top: 57px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box01 .line_box_txt_wrap {
    margin-top: 7.6vw;
  }
}
.lp_wrap .line_area .line_box01::after {
  display: none;
}
.lp_wrap .line_area .line_box02::before {
  background: url("../images/line_list02_img.png") no-repeat center/100%;
  top: 46px;
  right: 38px;
  width: 156px;
  height: 159px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box02::before {
    top: 6.13vw;
    right: 5.07vw;
    width: 20.8vw;
    height: 21.2vw;
  }
}
.lp_wrap .line_area .line_box03 {
  padding: 62px 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box03 {
    padding: 8.27vw 0;
  }
}
.lp_wrap .line_area .line_box03::before {
  background: url("../images/line_list03_img.png") no-repeat center/100%;
  top: 94px;
  right: 10px;
  width: 186px;
  height: 181px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box03::before {
    top: 12.53vw;
    right: 1.33vw;
    width: 24.8vw;
    height: 24.13vw;
  }
}
.lp_wrap .line_area .line_box_tit {
  border-radius: 20px 20px 0 0;
  font-size: 42px;
  line-height: 80px;
  font-weight: 700;
  color: #ffff38;
  background-color: #e50012;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_tit {
    border-radius: 2.67vw 2.67vw 0 0;
    font-size: 5.6vw;
    line-height: 10.67vw;
  }
}
.lp_wrap .line_area .line_box_txt_wrap {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_txt_wrap {
    margin-left: 3.33vw;
  }
}
.lp_wrap .line_area .line_box_num {
  width: 120px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_num {
    width: 16vw;
  }
}
.lp_wrap .line_area .line_box_txt {
  margin-left: 22px;
  font-size: 32px;
  line-height: 54px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_box_txt {
    margin-left: 2.93vw;
    font-size: 4.27vw;
    line-height: 7.2vw;
  }
}
.lp_wrap .line_area .line_btn {
  position: relative;
  display: block;
  width: 500px;
  margin: 48px auto 0;
  padding-left: 41px;
  border-radius: 12px;
  font-size: 36px;
  line-height: 88px;
  font-weight: 500;
  color: #fff;
  background-color: #29ce4c;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_btn {
    width: 66.67vw;
    margin: 6.4vw auto 0;
    padding-left: 5.47vw;
    border-radius: 1.6vw;
    font-size: 4.8vw;
    line-height: 11.73vw;
  }
}
.lp_wrap .line_area .line_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_btn::after {
    right: 4.53vw;
    border-width: 1.07vw 0 1.07vw 1.07vw;
  }
}
.lp_wrap .line_area .line_btn::before {
  content: "";
  display: block;
  background: url("../images/line_btn_icon.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 118px;
  width: 46px;
  height: 36px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .line_area .line_btn::before {
    left: 15.73vw;
    width: 6.13vw;
    height: 4.8vw;
  }
}
.lp_wrap .note_area {
  background: url("../images/note_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 800px;
  padding-top: 66px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .note_area {
    background-size: 266.67vw auto;
    height: 106.66vw;
    padding-top: 8.8vw;
  }
}
.lp_wrap .note_area .note_box {
  width: 690px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 36px;
  border-radius: 12px;
  border: 2px solid #cccccc;
  background-color: #fff;
  text-align: center;
  filter: drop-shadow(0px 6px 0px #cccccc);
}
@media screen and (max-width: 750px) {
  .lp_wrap .note_area .note_box {
    width: 92vw;
    padding-top: 0.67vw;
    padding-bottom: 4.8vw;
    border-radius: 1.6vw;
    border: 0.27vw solid #cccccc;
    filter: drop-shadow(0 0.8vw 0 #cccccc);
  }
}
.lp_wrap .note_area .note_box .note_tit {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 100px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #4d4d4d;
}
@media screen and (max-width: 750px) {
  .lp_wrap .note_area .note_box .note_tit {
    font-size: 5.6vw;
    line-height: 13.33vw;
  }
}
.lp_wrap .note_area .note_box .note_tit::after, .lp_wrap .note_area .note_box .note_tit::before {
  content: "";
  display: block;
  background: url("../images/note_tit_deco.png") no-repeat center/100%;
  position: absolute;
  top: 1.0em;
  left: -43px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .note_area .note_box .note_tit::after, .lp_wrap .note_area .note_box .note_tit::before {
    left: -5.74vw;
    width: 2.93vw;
    height: 2.93vw;
  }
}
.lp_wrap .note_area .note_box .note_tit::before {
  right: -43px;
  left: auto;
}
@media screen and (max-width: 750px) {
  .lp_wrap .note_area .note_box .note_tit::before {
    right: -5.74vw;
  }
}
.lp_wrap .note_area .note_box .note_list {
  display: block;
  width: 620px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 2px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .lp_wrap .note_area .note_box .note_list {
    width: 82.67vw;
    padding-top: 2.67vw;
    border-top: 0.27vw solid #e6e6e6;
  }
}
.lp_wrap .note_area .note_box .note_list .list_item {
  width: 630px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 26px;
  line-height: 2;
  color: #4d4d4d;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .lp_wrap .note_area .note_box .note_list .list_item {
    width: 84vw;
    font-size: 3.47vw;
  }
}
.lp_wrap .footer_area {
  background: url("../images/footer_bg.jpg") top center no-repeat;
  background-size: 2000px auto;
  height: 210px;
  margin-bottom: 140px;
  padding-top: 61px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area {
    background-size: 266.67vw auto;
    height: 28vw;
    margin-bottom: 18.67vw;
    padding-top: 8.13vw;
  }
}
.lp_wrap .footer_area .footer_list {
  display: flex;
  justify-content: center;
}
.lp_wrap .footer_area .footer_list .list_item a {
  position: relative;
  padding: 0 1.1em;
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area .footer_list .list_item a {
    font-size: 3.47vw;
  }
}
.lp_wrap .footer_area .footer_list .list_item a::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 32px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area .footer_list .list_item a::after {
    width: 0.13vw;
    height: 4.27vw;
  }
}
.lp_wrap .footer_area .footer_list .list_item:first-of-type a::after {
  display: none;
}
.lp_wrap .footer_area .copyright {
  margin-top: 43px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .footer_area .copyright {
    margin-top: 5.73vw;
    font-size: 2.67vw;
  }
}
.lp_wrap .fixed_area {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 999;
  bottom: env(safe-area-inset-bottom, 0);
  left: 0;
  right: var(--scrollbar-width, 0px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.lp_wrap .fixed_area.is-show {
  opacity: 1;
  pointer-events: auto;
}
.lp_wrap .fixed_area .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .inner {
    height: 18.67vw;
  }
}
.lp_wrap .fixed_area .fixed_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn_wrap {
    gap: 0 1.33vw;
  }
}
.lp_wrap .fixed_area .fixed_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 110px;
  padding-left: 20px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn {
    width: 46.67vw;
    height: 14.67vw;
    padding-left: 2.67vw;
    border-radius: 1.33vw;
  }
}
.lp_wrap .fixed_area .fixed_btn::after {
  content: "";
  display: block;
  background: url("../images/fixed_btn_arrrow.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn::after {
    right: 2.4vw;
    width: 3.47vw;
    height: 3.47vw;
  }
}
.lp_wrap .fixed_area .fixed_btn::before {
  position: absolute;
  content: "";
  display: block;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn::before {
    left: 2.93vw;
  }
}
.lp_wrap .fixed_area .fixed_btn.shop_btn {
  background-color: #ee1d28;
  box-shadow: 0 6px 0 #8d1111;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn.shop_btn {
    box-shadow: 0 0.8vw 0 #8d1111;
  }
}
.lp_wrap .fixed_area .fixed_btn.shop_btn::before {
  background: url("../images/fixed_shop_btn_icon.png") no-repeat center/100%;
  width: 44px;
  height: 42px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn.shop_btn::before {
    width: 5.87vw;
    height: 5.6vw;
  }
}
.lp_wrap .fixed_area .fixed_btn.ophthalmology_btn {
  background-color: #003bc0;
  box-shadow: 0 6px 0 #082e7a;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn.ophthalmology_btn {
    box-shadow: 0 0.8vw 0 #082e7a;
  }
}
.lp_wrap .fixed_area .fixed_btn.ophthalmology_btn::before {
  background: url("../images/fixed_ophthalmology_btn_icon.png") no-repeat center/100%;
  width: 46px;
  height: 44px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn.ophthalmology_btn::before {
    width: 6.13vw;
    height: 5.87vw;
  }
}
.lp_wrap .fixed_area .fixed_btn .txt {
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed_area .fixed_btn .txt {
    font-size: 4.53vw;
    line-height: 5.6vw;
  }
}

/*# sourceMappingURL=style.css.map */
