@charset "UTF-8";

body{
  margin-bottom: 0px!important;
}
.new{
  height: 0!important;
  margin: 0!important;
}


footer,header{
  font-family: "Noto Sans JP", sans-serif;
}

.spD {
  display: none;
}
@media screen and (max-width: 750px) {
  .spD {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pcD {
    display: none;
  }
}


.header {
  background-color: #fff;
}
.header li {
  list-style: none;
}
.header input {
  display: none;
}
.header a {
  color: #003399;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385;
}
@media screen and (max-width: 750px) {
  .header a {
    font-size: 4.2666666667vw;
  }
}
.header__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: min(0.8064516129vw, 10px);
  padding-right: min(3.064516129vw, 38px);
}
.header .cp_fullscreenmenu {
  margin-left: auto;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}
.header .container__ttl {
  display: flex;
  align-items: center;
  gap: min(0.8064516129vw, 10px);
}
@media screen and (max-width: 750px) {
  .header .container__ttl {
    gap: 0;
  }
}
.header .container__ttl__logo {
  width: min(10.9677419355vw, 136px);
}
@media screen and (max-width: 750px) {
  .header .container__ttl__logo {
    width: 25.4666666667vw;
  }
}
.header .container__ttl__text {
  width: min(22.8225806452vw, 283px);
}
@media screen and (max-width: 750px) {
  .header .container__ttl__text {
    width: 48.4vw;
  }
}
.header .container__nav ul {
  display: flex;
  align-items: center;
  gap: min(2.0161290323vw, 25px);
}
@media screen and (max-width: 750px) {
  .header .container__nav ul {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.header .container__nav li {
  padding-left: min(0.8064516129vw, 10px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .header .container__nav li {
    padding-left: 7.0666666667vw;
  }
}
.header .container__nav li::before {
  content: "";
  display: block;
  background-color: #003399;
  width: 2px;
  height: min(3.064516129vw, 38px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .header .container__nav li::before {
    width: 3.3333333333vw;
    height: 0.5333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .header {
    /*menuコンテンツ*/
    /*クリックしたらメニューが開閉の動作*/
    /*ハンバーガー*/
  }
  .header .cp_fullscreenmenu .menu {
    position: fixed;
    top: 13.0666666667vw;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-color: #EEFAFF;
  }
  .header .cp_fullscreenmenu .menu ul {
    width: 89.3333333333vw;
    background-color: #fff;
    border-radius: 4vw;
    position: absolute;
    top: -500px;
    left: 50%;
    margin: 0;
    padding: 11.2vw 3.2vw 12.2666666667vw 9.6vw;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    z-index: 10;
  }
  .header .cp_fullscreenmenu .menu ul li {
    transform: translateY(50px);
    opacity: 0;
  }
  .header .cp_fullscreenmenu .menu ul li a {
    transition: all 0.2s ease-in-out;
  }
  .header .cp_fullscreenmenu #toggle:checked ~ .menu {
    visibility: visible;
    opacity: 1;
  }
  .header .cp_fullscreenmenu #toggle:checked ~ .menu ul {
    top: 9.3333333333vw;
    align-items: flex-start;
  }
  .header .cp_fullscreenmenu #toggle:checked ~ .menu ul li {
    transform: translateY(0px);
    opacity: 1;
  }
  .header .cp_fullscreenmenu #toggle:checked + label.hamburger .bar:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
  }
  .header .cp_fullscreenmenu #toggle:checked + label.hamburger .bar:nth-child(1) {
    transform: translateY(2.6666666667vw) rotate(45deg);
  }
  .header .cp_fullscreenmenu #toggle:checked + label.hamburger .bar:nth-child(3) {
    transform: translateY(-2.6666666667vw) rotate(-45deg);
  }
  .header .cp_fullscreenmenu .hamburger {
    position: absolute;
    z-index: 10;
    top: 1.6vw;
    right: 5.3333333333vw;
    display: block;
    cursor: pointer;
    overflow: hidden;
  }
  .header .cp_fullscreenmenu .hamburger .bar {
    width: 8.1333333333vw;
    height: 0.8vw;
    margin: 1.8666666667vw auto;
    transition: all 0.3s ease-in-out;
    background-color: #003399;
  }
  .header .cp_fullscreenmenu .hamburger .bar:nth-child(2) {
    background-color: #2756B5;
  }
  .header .cp_fullscreenmenu .hamburger .bar:nth-child(3) {
    background-color: #0099CC;
  }
}

.footer {
  width: 100%;
  background: #024097;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 20px;
}
@media screen and (max-width: 1240px) {
  .footer__inner {
    padding: 4.0322580645vw 0 1.6129032258vw;
  }
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding: 6.6666666667vw 0 2.6666666667vw;
  }
}
.footer__nav {
  max-width: 783px;
  width: 100%;
  margin: 0 auto 38px;
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer__nav {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .footer__nav {
    width: 71.8666666667vw;
  }
}
.footer__nav .nav01 {
  display: flex;
  flex-wrap: wrap;
}
.footer__nav .nav01__list {
  position: relative;
  padding-left: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .footer__nav .nav01__list {
    width: 69.0666666667vw;
    padding-left: 4.6666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 4.1333333333vw;
  }
}
.footer__nav .nav01__list::before {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .footer__nav .nav01__list::before {
    width: 2vw;
    height: 2vw;
  }
}
.footer__nav .nav01__list:nth-child(n+1):nth-child(-n+3) {
  margin-bottom: 19px;
}
@media screen and (max-width: 750px) {
  .footer__nav .nav01__list:nth-child(n+1):nth-child(-n+3) {
    margin-bottom: 4.1333333333vw;
  }
}
.footer__botan {
  display: block;
  width: 300px;
  background-color: #ffffff;
  margin: 0 auto 36px;
  padding: 17px 0;
  text-align: center;
  color: #024097;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__botan {
    width: 74vw;
    margin-bottom: 14.5333333333vw;
    padding: 4.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.footer__botan::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 3px solid #024097;
  border-top: 3px solid #024097;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .footer__botan::after {
    width: 3.6vw;
    height: 3.6vw;
    border-right: 0.9333333333vw solid #024097;
    border-top: 0.9333333333vw solid #024097;
    right: 5.6vw;
  }
}
.footer__menu {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
    gap: 13.3333333333vw;
  }
}
.footer__menu_left {
  display: flex;
  font-size: 14px;
  margin-left: 20px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer__menu_left {
    font-size: 3.7333333333vw;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 70.6666666667vw;
    position: relative;
  }
  .footer__menu_left::before {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 95.6vw;
    height: 2px;
    position: absolute;
    top: -6.1333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__menu_left::after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 95.6vw;
    height: 2px;
    position: absolute;
    bottom: -3.7333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__menu_left div {
  margin-right: 29px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__menu_left div {
    width: 30vw;
    margin-right: 4.9333333333vw;
    margin-bottom: 4.9333333333vw;
  }
}
.footer__menu_left div::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 1px;
  height: 25px;
  position: absolute;
  top: -3px;
  right: -15px;
}
@media screen and (max-width: 750px) {
  .footer__menu_left div::after {
    height: 5.6vw;
    top: -0.4vw;
    right: -2.6666666667vw;
  }
}
.footer__menu_left div:nth-child(1) {
  text-align: end;
}
@media screen and (max-width: 750px) {
  .footer__menu_left div:nth-child(2)::after {
    content: none;
  }
}
.footer__menu_left div:nth-last-child(1)::after {
  content: none;
}
.footer__menu_right {
  font-size: 12px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .footer__menu_right {
    font-size: 3.7333333333vw;
    text-align: center;
    margin: 0 auto;
  }
}
.footer .ot-floating-button {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 20px;
  bottom: 23px;
  cursor: pointer;
}


p {
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
  color: #000000;
  font-size: min(1.6129032258vw, 20px);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 750px) {
  p {
    font-size: 3.7333333333vw;
  }
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

body {
  background-color: rgba(198, 239, 255, 0.3);
  margin: auto;
}

.kv {
  margin-bottom: min(7.01612vw, 87px);
  background-image: url(/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/kv_backimg.png);
  background-repeat: repeat-x;
}
.kv__img {
  max-width: 1240px;
  margin: 0 auto;
}
.kv .copy {
  margin: 0 auto;
  width: min(52.2580645161vw, 648px);
  margin-top: min(3.064516129vw, 38px);
}

.main-bg {
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/bg.png");
  background-size: contain;
  background-position: top;
  background-repeat: repeat-y;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main-bg {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/bg.png");
    background-position: center 1210px;
  }
}

.about {
  margin-bottom: min(9.6774193548vw, 120px);
}
@media screen and (max-width: 750px) {
  .about {
    margin-bottom: 13.3333333333vw;
  }
}
.about__inner {
  width: min(87.0967741935vw, 1080px);
  margin: 0 auto;
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/about_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding: min(3.3064516129vw, 41px) min(7.5vw, 93px) min(4.1935483871vw, 52px) min(9.5161290323vw, 118px);
  border-radius: min(2.5806451613vw, 32px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .about__inner {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/about_bg.png");
    width: 89.3333333333vw;
    border-radius: 4.2666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 19.6vw;
  }
}
.about__box {
  display: flex;
  gap: min(7.2580645161vw, 90px);
}
@media screen and (max-width: 750px) {
  .about__box {
    flex-direction: column;
    gap: 4.8vw;
  }
}
.about__box__img {
  width: min(20.8870967742vw, 259px);
}
@media screen and (max-width: 750px) {
  .about__box__img {
    width: 51.8666666667vw;
    margin: 0 auto;
  }
}
.about__box__text {
  width: min(41.935483871vw, 520px);
}
@media screen and (max-width: 750px) {
  .about__box__text {
    width: auto;
  }
}
.about__box__text p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .about__box__text p {
    font-size: 3.7333333333vw;
    line-height: 2.5;
  }
}
.about__box__text span {
  background: linear-gradient(transparent 60%, #ffcfe5 30%);
}
.about__btn {
  position: absolute;
  top: min(18.8709677419vw, 234px);
  left: min(12.4193548387vw, 154px);
}
@media screen and (max-width: 750px) {
  .about__btn {
    top: 133.4666666667vw;
    left: 28.5333333333vw;
  }
}
.about__btn p {
  display: inline-block;
  font-size: min(2.0161290323vw, 25px);
  font-weight: 700;
  color: #013399;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .about__btn p {
    font-size: 4.2666666667vw;
  }
}
.about__btn p::before {
  content: "";
  background-color: #ff87bf;
  width: min(17.4193548387vw, 216px);
  height: min(0.8870967742vw, 11px);
  position: absolute;
  bottom: min(-0.2419354839vw, -3px);
  left: min(-0.8064516129vw, -10px);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .about__btn p::before {
    width: 30vw;
    height: 1.4666666667vw;
    bottom: 0;
    left: 0;
  }
}
.about__btn p::after {
  content: "";
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/about_ar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.7419354839vw, 34px);
  height: min(1.6129032258vw, 20px);
  position: absolute;
  top: 50%;
  left: min(13.7903225806vw, 171px);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .about__btn p::after {
    width: 3.7333333333vw;
    height: 2.8vw;
    left: 26.2666666667vw;
  }
}

.transition__inner {
  width: min(63.3870967742vw, 786px);
  margin: 0 auto min(9.6774193548vw, 120px);
}
@media screen and (max-width: 750px) {
  .transition__inner {
    width: 81.8666666667vw;
    margin-bottom: 14.2666666667vw;
  }
}
.transition__container {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.9677419355vw, 12px);
  margin-bottom: min(2.1774193548vw, 27px);
}
@media screen and (max-width: 750px) {
  .transition__container {
    gap: 4vw;
    margin-bottom: 6vw;
  }
}
.transition__container__btn {
  width: min(31.2096774194vw, 387px);
  height: min(6.8548387097vw, 85px);
  background-color: #003399;
  border-radius: min(1.6129032258vw, 20px);
  display: flex;
  align-items: center;
  padding-left: min(5.9677419355vw, 74px);
  margin-bottom: min(0.6451612903vw, 8px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .transition__container__btn {
    width: 81.8666666667vw;
    height: 17.8666666667vw;
    border-radius: 3.8666666667vw;
    padding-left: 16.2666666667vw;
    margin-bottom: 0;
  }
}
.transition__container__btn::after {
  content: "";
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/icon_ar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: min(1.8548387097vw, 23px);
  height: min(1.8548387097vw, 23px);
  position: absolute;
  top: 50%;
  right: min(1.0483870968vw, 13px);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .transition__container__btn::after {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/icon_ar.png");
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    right: 2.6666666667vw;
  }
}
.transition__container__btn p {
  color: #fff;
  font-size: min(1.5322580645vw, 19px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4210526316;
}
@media screen and (max-width: 750px) {
  .transition__container__btn p {
    font-size: 3.7vw;
  }
}
.transition__container__btn::before {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: min(4.2741935484vw, 53px);
  height: min(4.2741935484vw, 53px);
  position: absolute;
  top: 50%;
  left: min(1.0483870968vw, 13px);
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .transition__container__btn::before {
    width: 11.2vw;
    height: 11.2vw;
    left: 2.6666666667vw;
  }
}
.transition__container__kinshi::before {
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/icon_kinshi.png");
}
@media screen and (max-width: 750px) {
  .transition__container__kinshi::before {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/icon_kinshi.png");
  }
}
.transition__container__countermeasure::before {
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/icon_countermeasure.png");
}
@media screen and (max-width: 750px) {
  .transition__container__countermeasure::before {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/icon_countermeasure.png");
  }
}
.transition__container__sick::before {
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/icon_sick.png");
}
@media screen and (max-width: 750px) {
  .transition__container__sick::before {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/icon_sick.png");
  }
}
.transition__container__result::before {
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/icon_result.png");
}
@media screen and (max-width: 750px) {
  .transition__container__result::before {
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/icon_result.png");
  }
}
.transition__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: min(0.8064516129vw, 10px);
}
@media screen and (max-width: 750px) {
  .transition__text {
    font-size: 4.2666666667vw;
    margin-bottom: 1.4666666667vw;
  }
}
.transition__btn {
  width: min(31.1290322581vw, 386px);
  margin: 0 auto;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: min(3.4677419355vw, 43px);
}
@media screen and (max-width: 750px) {
  .transition__btn {
    width: 81.8666666667vw;
    border-radius: 9.6vw;
  }
}

.sec {
  margin: 0 auto min(9.6774193548vw, 120px);
}
@media screen and (max-width: 750px) {
  .sec {
    width: 89.4666666667vw;
    margin-bottom: 16vw;
  }
}
.sec__inner {
  max-width: 1240px;
  background-color: #ffffff;
  margin-left: min(6.4516129032vw, 80px);
  padding: min(4.8387096774vw, 60px) min(9.6774193548vw, 120px) min(4.8387096774vw, 60px) min(3.2258064516vw, 40px);
  border-radius: min(9.6774193548vw, 120px) 0 0 min(3.2258064516vw, 40px);
}
@media screen and (max-width: 750px) {
  .sec__inner {
    margin: 0 auto;
    padding: 8vw 6.6666666667vw;
    border-radius: 8vw 6.6666666667vw 8vw 6.6666666667vw;
  }
}
.sec__ttl {
  width: min(53.5483870968vw, 664px);
  margin: 0 auto min(0.6451612903vw, 8px);
}
@media screen and (max-width: 750px) {
  .sec__ttl {
    width: 73.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec__director {
  display: flex;
  justify-content: flex-end;
  gap: min(1.6935483871vw, 21px);
  margin-bottom: min(2.7419354839vw, 34px);
}
@media screen and (max-width: 750px) {
  .sec__director {
    justify-content: flex-start;
    gap: 4.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sec__director p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #003399;
}
@media screen and (max-width: 750px) {
  .sec__director p {
    font-size: 3.2vw;
  }
}
.sec__director__ttl {
  align-self: center;
}
.sec__director__text {
  position: relative;
}
.sec__director__text::before {
  content: "";
  background-color: #003399;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: -11px;
}
@media screen and (max-width: 750px) {
  .sec__director__text::before {
    height: 8.8vw;
    top: 0.8vw;
    left: -2.2666666667vw;
  }
}
.sec__director__text p:nth-last-child(1) {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sec__director__text p:nth-last-child(1) {
    font-size: 3.7333333333vw;
  }
}
.sec__container {
  width: min(80.6451612903vw, 1000px);
  margin-bottom: min(4.0322580645vw, 50px);
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/v2_kinshi_img.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .sec__container {
    width: 76vw;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 89.7333333333vw;
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/v2_kinshi_img.png");
    background-position: bottom;
  }
}
.sec__container p {
  font-size: min(1.6129032258vw, 20px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  .sec__container p {
    font-size: 4.2666666667vw;
    line-height: 2.5;
  }
}
@-moz-document url-prefix() {
  .sec__container p {
    letter-spacing: 0.01em;
  }
}
.sec__container__text {
  width: min(52.2580645161vw, 648px);
}
@media screen and (max-width: 750px) {
  .sec__container__text {
    width: 76vw;
  }
}
.sec__container__text span {
  background: linear-gradient(transparent 70%, #ffcfe5 70%);
}
.sec__container__text-01 {
  margin-bottom: min(2.7419354839vw, 34px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .sec__container__text-01 {
    margin-bottom: 8.5333333333vw;
  }
}
.sec__container__text-02 {
  margin-bottom: min(2.7419354839vw, 34px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .sec__container__text-02 {
    margin-bottom: 8.5333333333vw;
  }
}
.sec__container__text-03 {
  margin-bottom: min(4.0322580645vw, 50px);
}
@media screen and (max-width: 750px) {
  .sec__container__text-03 {
    margin-bottom: 10.6666666667vw;
  }
}
.sec__container__text-04 {
  width: min(48.6290322581vw, 603px);
}
@media screen and (max-width: 750px) {
  .sec__container__text-04 {
    background-color: unset;
    padding: 0;
    border-radius: unset;
    width: auto;
    padding: 0;
  }
}
.sec__container__text-04 p {
  font-size: min(1.7741935484vw, 22px);
}
@media screen and (max-width: 750px) {
  .sec__container__text-04 p {
    font-size: 4.5333333333vw;
    letter-spacing: -0.5px;
  }
}
.sec__container__text-04 span {
  background: #c6efff;
  border-radius: 8px;
  padding: 8px 0 8px 16px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec__container__text-04 span {
    border-radius: 2.1333333333vw;
    padding: 1.6vw 2.6666666667vw 1.3333333333vw;
    line-height: 1.5;
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .sec__container__text-04 span:nth-child(1) {
    margin-bottom: 1.3333333333vw;
  }
}
.sec__container__img {
  width: min(26.6129032258vw, 330px);
  align-self: center;
}
@media screen and (max-width: 750px) {
  .sec__container__img {
    width: 76.1333333333vw;
  }
}
.sec__question {
  width: min(80.6451612903vw, 1000px);
  margin-bottom: min(4.0322580645vw, 50px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec__question {
    width: 76.1333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec__question__inner {
  padding: min(1.935483871vw, 24px) 0 min(1.6129032258vw, 20px);
  gap: min(0.8064516129vw, 10px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .sec__question__inner {
    padding: 6.6666666667vw 0 1.3333333333vw;
  }
}
.sec__question::before {
  content: "";
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sec_line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .sec__question::before {
    width: 76vw;
    height: 0.533333vw;
  }
}
.sec__question::after {
  content: "";
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sec_line.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .sec__question::after{
    height: 0.533333vw;
  }
}

.sec__question p {
  width: min(36.6935483871vw, 455px);
  margin-bottom: min(0.8064516129vw, 0px);
  padding-left: min(2.0161290323vw, 25px);
  margin-left: min(1.6129032258vw, 20px);
  position: relative;
  font-size: min(1.7741935484vw, 22px);
  line-height: min(3.064516129vw, 38px);
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec__question p {
    width: 76.1333333333vw;
    padding-left: 4.5333333333vw;
    margin-bottom: 3.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.sec__question p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: min(1.1290322581vw, 7px) solid transparent;
  border-bottom: min(1.1290322581vw, 7px) solid transparent;
  border-left: min(1.1290322581vw, 14px) solid #ff87bf;
  border-right: 0;
  position: absolute;
  top: min(1.1290322581vw, 14px);
  left: 0;
}
@media screen and (max-width: 750px) {
  .sec__question p::before {
    border-top: 1.3333333333vw solid transparent;
    border-bottom: 1.3333333333vw solid transparent;
    border-left: 2vw solid #ff87bf;
    top: 1.0666666667vw;
  }
}
.sec__btn {
  width: min(25.6451612903vw, 318px);
  margin: 0 auto;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  border-radius: min(3.7096774194vw, 46px);
}
@media screen and (max-width: 750px) {
  .sec__btn {
    width: 50.8vw;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 13.3333333333vw;
  }
}
.sec__text {
  width: 100%;
  max-width: min(87.0967741935vw, 1080px);
  margin-top: min(1.6129032258vw, 20px);
  margin-left: min(6.4516129032vw, 80px);
}
@media screen and (max-width: 750px) {
  .sec__text {
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.sec__text p {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 1.5714285714;
}
@media screen and (max-width: 750px) {
  .sec__text p {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
}
.sec__background--right {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, transparent 50%, #fff 50%);
}
.sec__background--left {
  width: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(to left, transparent 50%, #fff 50%);
}
.sec__background--non {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .sec__background--right {
    background: none;
  }
  .sec__background--left {
    background: none;
  }
}

.countermeasure__inner {
  max-width: 1240px;
  background-color: #ffffff;
  margin-right: min(6.4516129032vw, 80px);
  padding: min(4.8387096774vw, 60px) min(3.2258064516vw, 40px) min(4.8387096774vw, 60px) min(9.6774193548vw, 120px);
  border-radius: 0 min(9.6774193548vw, 120px) min(3.2258064516vw, 40px) 0;
}
@media screen and (max-width: 750px) {
  .countermeasure__inner {
    margin: 0 auto;
    padding: 8vw 6.6666666667vw;
    border-radius: 8vw 6.6666666667vw 8vw 6.6666666667vw;
  }
}
.countermeasure__container {
  background-image: none;
}
@media screen and (max-width: 750px) {
  .countermeasure__container {
    padding-bottom: 0;
  }
}
.countermeasure__container-bg {
  width: min(80.6451612903vw, 1000px);
  margin-bottom: min(4.0322580645vw, 50px);
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/countermeasure_img.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .countermeasure__container-bg {
    width: 76vw;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 40vw;
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/countermeasure_img.png");
    background-position: bottom;
  }
}
.countermeasure__ttl {
  width: min(50.1612903226vw, 622px);
  margin: 0 auto min(0.6451612903vw, 8px);
}
@media screen and (max-width: 750px) {
  .countermeasure__ttl {
    width: 61.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
.countermeasure__container__text {
  width: min(59.9193548387vw, 743px);
}
@media screen and (max-width: 750px) {
  .countermeasure__container__text {
    width: 76vw;
  }
}
.countermeasure__container__img {
  width: min(20.7258064516vw, 257px);
}
@media screen and (max-width: 750px) {
  .countermeasure__container__img {
    width: 76vw;
  }
}
.countermeasure__container__text-03 {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .countermeasure__container__text-03 {
    margin-bottom: 12.8vw;
  }
}
.countermeasure__container__text-04 {
  width: min(72.6612903226vw, 901px);
}
@media screen and (max-width: 750px) {
  .countermeasure__container__text-04 {
    background-color: unset;
    padding: 0;
    border-radius: unset;
    width: auto;
    padding: 0;
  }
}
.countermeasure__container__text-04 p {
  font-size: min(1.7741935484vw, 22px);
}
@media screen and (max-width: 750px) {
  .countermeasure__container__text-04 p {
    font-size: 4.5333333333vw;
    letter-spacing: -0.3px;
  }
}
@-moz-document url-prefix() {
  .countermeasure__container__text-04 p {
    letter-spacing: 0.01em;
  }
}
.countermeasure__container__text-04 span {
  display: inline-block;
  padding: 8px 0 8px 16px;
}
@media screen and (max-width: 750px) {
  .countermeasure__container__text-04 span {
    border-radius: 2.1333333333vw;
    padding: 1.6vw 2.6666666667vw 1.3333333333vw;
    line-height: 1.5;
  }
}
.countermeasure__container__text-04 span:nth-child(1) {
  margin-bottom: min(0.6451612903vw, 8px);
}
@media screen and (max-width: 750px) {
  .countermeasure__container__text-04 span:nth-child(1) {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .countermeasure__container__text-04 span:nth-child(n+2):nth-child(-n+4) {
    margin-bottom: 1.3333333333vw;
  }
}
.countermeasure__text {
  margin-bottom: min(4.0322580645vw, 50px);
}
@media screen and (max-width: 750px) {
  .countermeasure__text {
    margin-bottom: 10.6666666667vw;
  }
}
.countermeasure__question p:nth-child(4) {
  margin-top: 0;
  margin-bottom: auto;
}
@media screen and (max-width: 750px) {
  .countermeasure__question p:nth-child(4) {
    margin-top: auto;
    margin-bottom: 3.3333333333vw;
  }
}

.sick__ttl {
  width: min(54.3548387097vw, 674px);
  margin: 0 auto min(0.6451612903vw, 8px);
}
@media screen and (max-width: 750px) {
  .sick__ttl {
    width: 61.6vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sick__container {
  width: min(80.6451612903vw, 1000px);
  margin-bottom: min(4.0322580645vw, 50px);
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/v2_sick_img.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .sick__container {
    width: 76vw;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 63.8666666667vw;
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/v2_sick_img.png");
    background-position: bottom;
  }
}
.sick__container__text {
  width: min(54.6774193548vw, 678px);
}
@media screen and (max-width: 750px) {
  .sick__container__text {
    width: 76vw;
  }
}
.sick__container__img {
  width: min(20.9677419355vw, 260px);
}
@media screen and (max-width: 750px) {
  .sick__container__img {
    width: 76vw;
  }
}
.sick__container__text-03 {
  margin-bottom: min(4.0322580645vw, 50px);
}
@media screen and (max-width: 750px) {
  .sick__container__text-03 {
    margin-bottom: 12.8vw;
  }
}

.result__inner {
  max-width: 1240px;
  background-color: #ffffff;
  margin-right: min(6.4516129032vw, 80px);
  padding: min(4.8387096774vw, 60px) min(3.2258064516vw, 40px) min(4.8387096774vw, 60px) min(9.6774193548vw, 120px);
  border-radius: 0 min(9.6774193548vw, 120px) min(3.2258064516vw, 40px) 0;
}
@media screen and (max-width: 750px) {
  .result__inner {
    margin: 0 auto;
    padding: 8vw 6.6666666667vw;
    border-radius: 8vw 6.6666666667vw 8vw 6.6666666667vw;
  }
}
.result__ttl {
  width: min(73.7096774194vw, 914px);
  margin: 0 auto min(0.8064516129vw, 10px);
}
@media screen and (max-width: 750px) {
  .result__ttl {
    width: 81.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.result__container {
  width: min(80.6451612903vw, 1000px);
  margin-bottom: min(4.0322580645vw, 50px);
  background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/result_img.png");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .result__container {
    width: 76vw;
    margin-bottom: 6.6666666667vw;
    padding-bottom: 58.4vw;
    background-image: url("/content/dam/santen/japan/brand-pages/healthcare/eye/library/myopia2/img/sp/result_img.png");
    background-position: bottom;
  }
}
.result__container__text {
  width: min(50vw, 620px);
}
@media screen and (max-width: 750px) {
  .result__container__text {
    width: 76vw;
  }
}
.result__container__img {
  width: min(20.9677419355vw, 260px);
}
@media screen and (max-width: 750px) {
  .result__container__img {
    width: 76vw;
  }
}
.result__container__text-01 {
  margin-bottom: min(3.6290322581vw, 45px);
}
@media screen and (max-width: 750px) {
  .result__container__text-01 {
    margin-bottom: 12.8vw;
  }
}
.result__container__text-04 span {
  display: inline-block;
  padding: 8px 16px;
  line-height: 1.3636363636;
}
@media screen and (max-width: 750px) {
  .result__container__text-04 span {
    border-radius: 2.1333333333vw;
    padding: 1.6vw 2.6666666667vw 1.3333333333vw;
    line-height: 1.5;
  }
}
.result__container__text-04 span:nth-child(1) {
  margin-bottom: min(0.6451612903vw, 8px);
}
@media screen and (max-width: 750px) {
  .result__container__text-04 span:nth-child(1) {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .result__container__text-04 span:nth-child(2) {
    margin-bottom: 1.3333333333vw;
  }
}
.result__question p:nth-child(1) {
  margin-top: 0;
  margin-bottom: auto;
}
@media screen and (max-width: 750px) {
  .result__question p:nth-child(1) {
    margin-bottom: 3.3333333333vw;
  }
}

.check-btn {
  width: 690px;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .check-btn {
    width: 92.4vw;
    margin-bottom: 16vw;
  }
}
.check-btn__btn {
  width: 317px;
  border-radius: 31px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 66px;
  right: 50px;
}
@media screen and (max-width: 750px) {
  .check-btn__btn {
    width: 72.8vw;
    border-radius: 9.6vw;
    top: 18.8vw;
    right: 10.1333333333vw;
  }
}

/*.test01 .sec__question p,
.test01 .sec__container__text-04 span{
  font-weight: 600;
}*/