: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("/include/resources/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;
  max-width: 578px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -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;
}
/*@media (max-width: 1024px) {*/
/*  .eye_theme_info > .text {*/
/*    width: auto;*/
/*    margin: 5% 3% 0;*/
/*    background-size: 35vw;*/
/*  }*/
/*}*/
@media (max-width: 720px) {
  .eye_theme_info > .text {
    height: auto;
    padding: 0;
    width: 81.25vw;
    text-align: center;
    /*background-size: 30vw;*/
    /*background-position: right 10% center;*/
  }
}

.eye_theme_info > .text strong {
  display: block;
  font-size: 55px;
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2px;
  position: relative;
  z-index: 3;
}
@media (max-width: 720px) {
  .eye_theme_info > .text strong {
    font-size: 7.64vw;
    letter-spacing: -0.28vw;
  }
}
.eye_theme_info > .text .info_img {
  width: 320px;
  right: 63px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.eye_theme_info > .text::before {
  content: "[";
  position: absolute;
  left: 0;
  bottom: -12px;
  font-size: 68px;
  color: var(--C-ffc7ee);
  font-weight: 900;
}
@media (max-width: 720px) {
  .eye_theme_info > .text::before {
    font-size: 9.44vw;
    bottom: -2vw;
    left: 1vw;
  }
}
.eye_theme_info > .text::after {
  content: "]";
  position: absolute;
  right: 0;
  bottom: -12px;
  font-size: 68px;
  color: var(--C-ffc7ee);
  font-weight: 900;
}
@media (max-width: 720px) {
  .eye_theme_info > .text::after {
    font-size: 9.44vw;
    bottom: -2vw;
    right: 1vw;
  }
}
.eye_theme_info .photo {
  padding-top: 97px;
}
.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: 25px;
  font-size: var(--f-28);
  color: var(--C-f66fd6);
  font-weight: 900;
  line-height: 1.1;
}
.eye_theme_info .photo ul li span {
  font-size: var(--f-28);
  color: var(--C-000b17);
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .eye_theme_info .photo ul li strong {
    padding-top: 5.28vw;
  }
}
@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;
  }
}

.operation_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 160px;
  -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: var(--vw80) 0;
    margin: var(--vw80) 0;
  }
}
.operation_info .title {
  font-size: var(--f-80);
  color: var(--C-f25ace);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -3px;
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  .operation_info .title {
    font-size: var(--vw80);
    margin-bottom: var(--vw60);
  }
}
.operation_info .text {
  font-size: var(--f-40);
  color: var(--C-db26b0);
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
}
.operation_info .sub_text {
  font-size: var(--f-28);
  color: var(--C-222222);
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.operation_info .sub_text .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(/include/resources/images/wb/common/idCenter_list_img_02.png);
}

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

.C-idCenter li:nth-child(3) {
  background-color: var(--C-ebdfe5);
  background-image: url(/include/resources/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 {
  margin-left: 64px;
}
@media (max-width: 1600px) {
  .C-visual .img_text img {
    max-width: 80%;
    width: 80%;
  }
}
@media (max-width: 1500px) {
  .C-visual .img_text {
    margin: 0;
    padding-right: 3%;
    top: 35%;
    left: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.C-visual:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, var(--bg-color)));
  background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 60%);
}
@media (max-width: 720px) {
  .C-visual:after {
    bottom: 0;
    height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, var(--bg-color)));
    background: linear-gradient(to bottom, transparent 0%, var(--bg-color) 40%);
  }
}
@media (max-width: 720px) {
  .C-visual {
    height: 141.6667vw;
  }
  .C-visual .visual_img {
    width: 200%;
    margin-left: -15%;
    position: relative;
    bottom: 1%;
  }
  .C-visual .img_text {
    top: 83.33vw;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    left: 0;
  }
  .C-visual .img_text img {
    width: 40%;
  }
}

.eye_theme_info {
  margin-bottom: 110px;
}
@media (max-width: 720px) {
  .eye_theme_info {
    margin-bottom: var(--vw90);
  }
}

.eye_theme_info .photo.type_rows {
  padding-top: 90px;
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows {
    padding-top: 5.83vw;
  }
}
.eye_theme_info .photo.type_rows ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 110px 0;
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows ul {
    gap: var(--vw80) 0;
  }
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows li .item_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eye_theme_info .photo.type_rows li .item_box .text_wrap {
    text-align: center;
  }
}
.eye_theme_info .photo.type_rows li:nth-child(even) .item_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.eye_theme_info .photo.type_rows li:nth-child(even) .item_box .text_wrap {
  text-align: right;
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows li:nth-child(even) .item_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eye_theme_info .photo.type_rows li:nth-child(even) .item_box .text_wrap {
    text-align: center;
  }
}
.eye_theme_info .photo.type_rows .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows .item_box {
    gap: 0;
  }
}
.eye_theme_info .photo.type_rows .item_box .img_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 441px;
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows .item_box .img_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 var(--vw70);
  }
}
.eye_theme_info .photo.type_rows .item_box .img_wrap img {
  width: 100%;
}
.eye_theme_info .photo.type_rows .item_box .text_wrap {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows .item_box .text_wrap {
    gap: 3.89vw 0;
  }
}
.eye_theme_info .photo.type_rows .item_box strong {
  color: var(--C-db26b0);
  font-size: 25px;
  letter-spacing: -1px;
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows .item_box strong {
    font-size: var(--vw25);
    letter-spacing: -0.14vw;
  }
}
.eye_theme_info .photo.type_rows .item_box span {
  color: var(--C-111113);
  line-height: 1.3;
  font-size: 20px
}
@media (max-width: 720px) {
  .eye_theme_info .photo.type_rows .item_box span {
    font-size: var(--vw20);
  }
}/*# sourceMappingURL=eye_teenager.css.map */