@charset "utf-8";

.main-image img {
  width: 100%;
}

.home-case {
  background: 50% url(../images/icl_bg_1.webp) no-repeat;
  background-size: cover;
}

.home-feature-bg-1 {
  background: 50% bottom url(../images/icl_bg_2.webp) no-repeat;
  background-size: cover;
}

.home-feature-list > li {
  display: flex;
}

.home-feature-list > li > * {
  flex-basis: 50%;
}

.home-feature-list > li .text {
  padding: 3% 4%;
  color: #fff;
  background: #0C2565;
}

.home-feature-list > li:nth-child(even) .text {
  order: 2;
}

.home-feature-list > li:nth-child(even) .image {
  order: 1;
}

.home-feature-list > li .text h3 {
  display: flex;
  align-items: center;
  font-size: 26px;
}

.home-feature-list > li .text h3 span.no {
  margin-right: 24px;
  font-size: 100px;
  font-family: var(--ff-serif-font-family);
}

.home-feature-list > li .image img {
  width: 100%;
}

.home-feature-bg-2 {
  background: 50% url(../images/icl_bg_.webp) no-repeat;
  background-size: cover;
}

.home-performance-list > li {
  display: flex;
}

.home-performance-list > li > * {
  flex-basis: 50%;
}

.home-performance-list > li .text {
  padding: 3% 4%;
  color: #fff;
  background: #0C2565;
}

.home-performance-list > li:nth-child(odd) .text {
  order: 2;
}

.home-performance-list > li:nth-child(odd) .image {
  order: 1;
}

.home-performance-list > li h4 {
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
}

.home-performance-bg-1 {
  color: #fff;
  background: #005783 right url(../images/icl_bg_keratoconus.webp) no-repeat;
  background-size: auto 100%;
}

.home-performance-bg-1 .section-inner {
  max-width: 720px;
}

.home-point-list > li h3 {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-family: var(--ff-serif-font-family);
}

.home-point-list > li h3 span.no {
  margin-right: 24px;
  font-size: 110px;
}

.home-point-list > li.list-item-2 {
  color: #fff;
  background: #5C8BA7 50% url(../images/icl_point_bg_02.webp) no-repeat;
  background-size: cover;
}

.home-point-list > li.list-item-3 {
  background: 50% url(../images/icl_point_bg_03.webp) no-repeat;
  background-size: cover;
}

.home-point-list > li.list-item-4 {
  color: #fff;
  background: #03206D 50% url(../images/icl_point_bg_04.webp) no-repeat;
  background-size: cover;
}

.home-point-list > li.list-item-6 {
  color: #fff;
  background: #36528B 50% url(../images/icl_point_bg_06.webp) no-repeat;
  background-size: cover;
}

.home-point-list > li.list-item-8 {
  color: #fff;
  background: #2E6169 50% url(../images/icl_point_bg_08.webp) no-repeat;
  background-size: cover;
}

.home-flow-list li {
  position: relative;
  padding-left: 66px;
  padding-bottom: 60px;
}

.home-flow-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background: #0C2565;
  border-radius: 15px;
}

.home-flow-list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #0C2565;
  border-radius: 15px;
}

.home-flow-list li:last-child:after {
  display: none;
}

.home-verion {
  background: top left url(../images/icl_bg_verion.webp) no-repeat;
  background-size: 100% auto;
}

.home-verion-heading {
  margin-top: -80px;
}

.home-verion .section-inner {
  margin-left: auto;
  width: 860px;
  max-width: 70%;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}

.lens-kind,
.lens-att {
  margin-right: auto;
  margin-left: auto;
  max-width: 680px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: #0C2565;
}

.lens-att {
  background: #FF0037;
}

.home-payment-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  background: #fff;
  border: solid 1px #405383;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.home-profile-content {
  background: top right url(../images/icl_bg_profile.webp) no-repeat;
  background-size: auto 100%;
}

.home-profile-content-inner {
  max-width: 620px;
}

.home-profile-content h5 {
  padding-bottom: 8px;
  border-bottom: solid 1px #0C2565;
}