:root {
  --primary-color: var(--C-f25ace);
  --secondary-color: var(--C-ffc9f2);
  --btn-color: var(--C-f66fd6);
  --swiper-active: var(--C-f25ace);
  --bg-color: var(--C-fcf7ff);
}

#wrap {
  background-color: var(--bg-color);
}

.wb_img {
  display: block;
}

.mb_img {
  display: none;
}

.C-visual {
  background: url("../images/wb/eye/eye_theme_bg.jpg") no-repeat center 0/cover;
  overflow: hidden;
}
.C-visual .img_text {
  text-align: left;
}
@media (max-width: 720px) {
  .C-visual .img_text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--vw40) 0;
  }
  .C-visual .img_text img {
    max-width: 90%;
  }
  .C-visual .img_text .item_02 {
    font-size: var(--vw80);
  }
}
.C-visual .img_text .item_02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#582445), to(#501c3d));
  background: linear-gradient(to bottom, #582445, #501c3d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1;
}
.C-visual:after {
  margin: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
  max-width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--bg-color)));
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 100%);
}
.C-visual .counseling_form .btn_request {
  background-color: var(--primary-color);
}

.C-title .primary-color {
  color: var(--primary-color);
}

.eye_theme_info > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 518px;
  height: 109px;
  margin: 0 auto;
  position: relative;
  padding: 0 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.eye_theme_info > .text.t-center {
  text-align: center;
}
@media (max-width: 720px) {
  .eye_theme_info > .text {
    width: 71.67vw;
    height: 15.28vw;
    padding: 0 5.28vw;
  }
}
.eye_theme_info > .text span {
  font-size: 26px;
  color: var(--C-737380);
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
  z-index: 3;
}
@media (max-width: 720px) {
  .eye_theme_info > .text span {
    font-size: 3.61vw;
    letter-spacing: -0.07vw;
  }
}
.eye_theme_info > .text strong {
  display: block;
  font-size: 48px;
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1px;
  position: relative;
  z-index: 3;
}
@media (max-width: 720px) {
  .eye_theme_info > .text strong {
    font-size: 6.67vw;
    letter-spacing: -0.14vw;
  }
}
.eye_theme_info > .text .info_img {
  width: 173px;
  right: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.eye_theme_info > .text .info_img img {
  max-width: 100%;
}
@media (max-width: 720px) {
  .eye_theme_info > .text .info_img {
    width: 24.03vw;
    right: 5.28vw;
  }
}
.eye_theme_info > .text::before {
  content: "[";
  position: absolute;
  left: 0;
  bottom: 13px;
  font-size: 68px;
  color: var(--C-ffc7ee);
  font-weight: 900;
}
@media (max-width: 720px) {
  .eye_theme_info > .text::before {
    font-size: 9.44vw;
    bottom: 1.81vw;
  }
}
.eye_theme_info > .text::after {
  content: "]";
  position: absolute;
  right: 0;
  bottom: 13px;
  font-size: 68px;
  color: var(--C-ffc7ee);
  font-weight: 900;
}
@media (max-width: 720px) {
  .eye_theme_info > .text::after {
    font-size: 9.44vw;
    bottom: 1.81vw;
  }
}
.eye_theme_info .photo {
  padding-top: 56px;
}
.eye_theme_info .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eye_theme_info .photo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.eye_theme_info .photo ul li strong {
  display: block;
  padding-top: 29px;
  font-size: 25px;
  color: #db26b0;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
}
.eye_theme_info .photo ul li span {
  font-size: 20px;
  padding-top: 20px;
  color: #111113;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .eye_theme_info .photo ul li img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  /*.C-inner {*/
  /*  padding: 0 40px;*/
  /*}*/
}
@media (max-width: 720px) {
  .C-inner {
    padding: 0;
  }
  .eye_theme_info .photo ul li strong {
    padding-top: 5.56vw;
    font-size: 3.47vw;
    letter-spacing: -0.14vw;
  }
  .eye_theme_info .photo ul li span {
    font-size: 2.78vw;
    padding-top: 3.19vw;
    letter-spacing: -0.14vw;
  }
}

.operation_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 720px) {
  .operation_info {
    padding: 12.78vw 0 13.89vw;

  }
}
.operation_info .title {
  font-size: 48px;
  color: var(--C-f25ace);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  .operation_info .title {
    font-size: 6.67vw;
    margin-bottom: 5.56vw;
    letter-spacing: -0.28vw;
  }
}
.operation_info .text {
  font-size: 25px;
  color: #db26b0;
  text-align: center;
  font-weight: 900;
  margin-top: 30px;
  line-height: 1;
  letter-spacing: -1px;
}
.operation_info .sub_text {
  font-size: 20px;
  color: var(--C-222222);
  text-align: center;
  line-height: 1.3;
  margin-top: 28px;
  letter-spacing: -1.5px;
}
.operation_info .sub_text strong {
  font-weight: 900;
}

.C-idYoutube .btn_youtube_page {
  background-color: var(--btn-color);
}

.C-BeforeAfter .swiper-pagination-bullet-active {
  background-color: var(--swiper-active);
}

.C-idCenter li:nth-child(1),
.C-idCenter li:nth-child(2) {
  background-color: var(--C-ffe9e5);
}

.C-idCenter li:nth-child(1) {
  background-image: url(../images/wb/common/idCenter_list_img_02.png);
}

.C-idCenter li:nth-child(2) {
  background-image: url(../images/wb/id_semi/idCenter_list_img_02.png);
}

.C-idCenter li:nth-child(3) {
  background-color: var(--C-ebdfe5);
  background-image: url(../images/wb/common/idCenter_list_img_03.png);
}

.C-idCenter li:nth-child(1) h5 {
  color: var(--C-ea6753);
}

.C-idCenter li:nth-child(2) h5 {
  color: var(--C-f77a16);
}

.C-idCenter li:nth-child(3) h5 {
  color: var(--C-a0466a);
}

.C-idCenter li p {
  color: var(--C-45474d);
}

@media (max-width: 720px) {
  .wb_img {
    display: none;
  }
  .mb_img {
    display: block;
  }
}
.C-visual .img_text {
  top: 302px;
  margin-left: 63px;
}

@media (max-width: 1500px) {
  .C-visual {
    overflow: hidden;
  }
  .eye_id_semi #container {
    background: var(--C-fcf7ff);
  }
  .C-visual {
    background: url(../images/mb/id_semi/natural_fancy_visual_bg.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .C-visual .img_text {
    margin-left: 4vw;
  }
  .eye_id_semi .C-visual .img_text {
    top: 15.73vw;
    left: 50%;
    margin-left: 0;
  }
  .eye_id_semi .C-visual .img_text img {
    width: 33.33vw;
  }
  .eye_id_semi .C-visual .img_text .item_02 {
    font-size: 5.33vw;
  }
  .C-visual::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(52%, #fcf7ff));
    background: linear-gradient(to bottom, transparent 0%, #fcf7ff 52%);
    height: 50%;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  /*.eye_id_semi .eye_theme_info .text {*/
  /*  width: auto;*/
  /*  margin: 0 3%;*/
  /*  height: auto;*/
  /*  padding-left: 7%;*/
  /*}*/
  /*.eye_id_semi .eye_theme_info .text span {*/
  /*  font-size: 5vw;*/
  /*}*/
  /*.eye_id_semi .eye_theme_info .text strong {*/
  /*  font-size: 9vw;*/
  /*}*/
  /*.eye_id_semi .eye_theme_info .text::before,*/
  /*.eye_id_semi .eye_theme_info .text::after {*/
  /*  font-size: 12vw;*/
  /*  bottom: 0;*/
  /*}*/
  /*.eye_id_semi .eye_theme_info .text .info_img {*/
  /*  width: 30vw;*/
  /*  right: 7%;*/
  /*  font-size: 0;*/
  /*}*/
  /*.eye_id_semi .eye_theme_info .text .info_img img {*/
  /*  width: 100%;*/
  /*}*/
  .eye_id_semi .operation_info ol {
    width: auto;
    margin: 0 3%;
    padding-top: 7%;
    gap: 5vw 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .eye_id_semi .operation_info ol li {
    width: 48.5%;
  }
  .eye_id_semi .operation_info ol li img {
    width: 100%;
  }
  .eye_id_semi .operation_info .img_wrap {
    /*padding: 0 2.08vw;*/
  }
  .eye_id_semi .operation_info .img_wrap img {
    width: 100%;
  }
  .operation_recommend ol {
    padding: 0 3%;
    gap: 4vw;
  }
  .operation_recommend ol li {
    width: 47%;
  }
  .eye_id_semi .photo {
    /*padding: 9.47vw 3% 0;*/
  }
  .eye_id_semi .photo ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .eye_id_semi .photo ul li {
    width: calc(50% - 15px);
  }
  .eye_id_semi .photo ul li img {
    max-width: 100%;
  }
  .eye_id_semi .photo li span br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .C-visual {
    height: 141.67vw;
  }
  .wb_img {
    display: none;
  }
  .mb_img {
    display: block;
  }
  .C-visual .visual_img {
    width: 170%;
    left: -11%;
    top: -2%;
    position: relative;
  }
  .eye_id_semi .eye_theme_info {
    padding-top: 0;
  }
  .eye_id_semi .eye_theme_info .sub_text {
    font-size: 3.8vw;
    padding: 7.6vw 0;
  }
  .eye_id_semi .C-visual .img_text {
    top: 74vw;
    left: 0;
    margin-left: 0;
  }
  .eye_id_semi .C-visual .img_text img {
    width: 73.89vw;
    margin: auto;
  }
  .eye_id_semi .C-visual .img_text .item_02 {
    font-size: 11vw;
    margin-top: 2vw;
    text-align: center;
  }
  .C-visual::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(32%, #fcf7ff));
    background: linear-gradient(to bottom, transparent 0%, #fcf7ff 32%);
    height: 70%;
    bottom: 0;
  }
  .eye_id_semi .photo {
    padding: 2.78vw 4.17vw 0;
    /*padding: 8.33vw 4% 0;*/
  }
  .eye_id_semi .photo ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.14vw 0;
    padding: 0;
  }
  .eye_id_semi .photo ul li {
    width: 100%;
  }
  .eye_id_semi .photo li strong {
    font-size: 3.89vw;
  }
  .eye_id_semi .photo li span {
    font-size: 3.06vw;
  }
  /*.eye_id_semi .operation_info {*/
  /*  !*padding: 16.67vw 3% 16vw;*!*/
  /*}*/
  .eye_id_semi .operation_info .img_wrap {
    /*padding-top: 6.94vw;*/
    padding: 0 2.08vw;
  }
  .eye_id_semi .operation_info ol li {
    width: 100%;
  }
  .eye_id_semi .operation_info ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .operation_info .text {
    margin-top: 6.25vw;
    font-size: 3.47vw;
    letter-spacing: -0.14vw;
  }
  .operation_info .sub_text {
    font-size: 2.78vw;
    letter-spacing: -0.21vw;
    margin-top: 3.89vw;
  }
  .eye_id_semi .operation_info ol li i {
    font-size: 5.56vw;
    margin-top: 3.33vw;
  }
  .eye_id_semi .operation_info ol li strong {
    font-size: 3.8vw;
    padding-top: 10px;
  }
  .eye_id_semi .operation_info ol li p {
    font-size: 3.8vw;
    padding-top: 5px;
  }
  .eye_id_semi .operation_info ol li p br {
    display: none;
  }
  .operation_recommend .title {
    font-size: 8.33vw;
  }
  .operation_recommend ol {
    margin-top: 4.17vw;
  }
  .eye_id_semi .photo li strong .operation_recommend .solution_box {
    padding: 5.56vw 0;
  }
  .operation_recommend .solution_box .case_idx {
    font-size: 3.89vw;
  }
  .operation_recommend .solution_box .solution_name {
    font-size: 5.56vw;
    margin-top: 5px;
  }
  .operation_recommend .solution_box p {
    margin-top: 10px;
    font-size: 3.33vw;
  }
  /*.eye_id_semi .operation_info .title {*/
  /*  font-size: 11.11vw;*/
  /*  margin-bottom: 0;*/
  /*}*/
  /*.eye_id_semi .operation_info .text {*/
  /*  !*margin-top: 3.89vw;*!*/
  /*  !*font-size: 3.89vw;*!*/
  /*}*/
  /*.eye_id_semi .operation_info .text i {*/
  /*  !*font-size: 5.56vw;*!*/
  /*  !*margin-top: 0;*!*/
  /*}*/
  /*.eye_id_semi .operation_info .text strong {*/
  /*  font-size: 4.44vw;*/
  /*}*/
  /*.eye_id_semi .operation_info .text strong br {*/
  /*  display: none;*/
  /*}*/
  /*.eye_id_semi .operation_info ul {*/
  /*  gap: 1vw;*/
  /*  padding-top: 13.89vw;*/
  /*}*/
  /*.eye_id_semi .operation_info ul li img {*/
  /*  width: 100%;*/
  /*}*/
  /*.eye_id_semi .operation_info ul li .text {*/
  /*  margin-top: 3.8vw;*/
  /*}*/
  /*.eye_id_semi .operation_info ul li .text strong {*/
  /*  font-size: 3.8vw;*/
  /*  padding-top: 0px;*/
  /*}*/
  /*.eye_id_semi .operation_info .sub_text {*/
  /*  font-size: 3.33vw;*/
  /*  margin: 0;*/
  /*}*/
  /*.eye_id_semi .operation_info .sub_text strong {*/
  /*  display: block;*/
  /*}*/
  /*.eye_id_semi .operation_info .sub_text br {*/
  /*  display: none;*/
  /*}*/
}/*# sourceMappingURL=eye_id_semi.css.map */