 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
    max-width: 1120px;
    padding: 20px 20px;
    margin: 0 auto;
}
.largecontent {
	max-width: 100%;
	padding: 0 50px;
}
html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}
:root {
  --theme_color: #000;
  --subtheme_color: #000;
  --hover_color: #000;
  --title_color: #000;
  --content_color: #000;
  --bg_color: linear-gradient(to right, #000, #000);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  color: var(--title_color);
  font-family: "Noto Sans JP", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 1.25rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}

.case2_banner {
  margin-top: -120px;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_banner/assets/img/case2-banner-bg.png) no-repeat center top / 100% auto #2c4aa8;
}
.case2_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 343px;
  background-image: linear-gradient(to top, #2c4aa8, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
section.case2_banner div.content {
  padding: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1624px;
  position: relative;
  z-index: 3;
}
.case2_banner .flex {
  padding: 100px 0;
  min-height: 688px;
}
.case2_banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 108px;
  font-weight: normal;
  margin-bottom: 2.70935961%;
  max-width: 682px;
  width: 100%;
}
.case2_banner .img {
  position: absolute;
  right: 0;
  bottom: 6.93069307%;
  width: 73.75%;
  max-width: 1416px;
  aspect-ratio: 1416/522;
  transition: all 3s;
  z-index: 2;
}
.case2_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
 
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
  .swiper_content {
    max-width: 788px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .case2_banner .img {
    width: 58%;
  }
}
 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  .case2_banner {
    margin-top: -66px;
    padding-top: 66px;
  }
  .case2_banner .flex {
    padding: 32px 0 160px;
    min-height: unset;
  }
  .case2_banner h1 {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
  }
}

.case2_nav {
  padding: 32px 0;
  background-image: linear-gradient(to top, #eaf2fb, #2c4aa8);
}
section.case2_nav div.content {
  padding: 0;
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1762px;
}
.case2_nav ul {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
}
.case2_nav ul li {
  flex: 1 0 270px;
}
.case2_nav a {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #eef3f8;
  box-shadow: 0 5px 5px rgba(201, 208, 211, 0.25);
  padding: 38px 25px;
  transition: all 0.3s;
}
.case2_nav a:hover {
  transform: translateY(-5px);
  background-color: #eaf2fb;
}
.case2_nav a .icon {
  aspect-ratio: 1;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
}
.case2_nav a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.case2_nav a .title {
  flex: 1;
  color: #2744a2;
  font-size: 28px;
  text-align: center;
  margin-top: 44px;
}
.case2_nav a .btn {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  grid-template-columns: 1fr auto;
}
.case2_nav a .btn span {
  color: #2744a2;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  padding: 0 11.4035088%;
}
.case2_nav a .btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #2744a2;
}
.case2_nav a .btn i::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_nav/assets/img/arrow-r-w.svg) no-repeat center / contain;
}
 
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
  section.case2_nav div.content {
    max-width: 1220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
  section.case2_nav div.content {
    max-width: 1024px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
  section.case2_nav div.content {
    max-width: 768px;
  }
}

 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .case2_nav ul {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .case2_nav ul li:first-child {
    grid-column: 1/-1;
  }
  .case2_nav a {
    padding: 1rem 12px;
  }
  .case2_nav a .icon {
    max-width: 4rem;
  }
  .case2_nav a .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .case2_nav a .btn {
    gap: 8px;
    margin-top: 16px;
  }
  .case2_nav a .btn span {
    font-size: 12px;
  }
  .case2_nav a .btn i {
    width: 32px;
    height: 32px;
  }
  
}


.case2_desc {
  padding: 50px 0 8px;
  background-color: #eaf2fb;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.case2_desc .bg {
  width: 100%;
  height: 100%;
  max-height: 1544px;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_desc/assets/img/case2-desc-bg.png) no-repeat center bottom / cover;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.case2_desc .bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 256px;
  background-image: linear-gradient(to top, transparent, #eaf2fb);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.case2_desc .desc {
  margin: 160px auto;
  width: calc(100% - 40px);
  max-width: 1762px;
  overflow: hidden;
  border-radius: 0 32px 32px 32px;
  background-color: #eef3f8;
  box-shadow: 0 5px 5px rgba(201, 208, 211, 0.25);
}
.case2_desc .desc .intro {
  flex: 1;
}
.case2_desc .desc .intro .top {
  min-height: 120px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 16px 7.72532189% 32px;
  overflow: hidden;
}
.case2_desc .desc .intro .top::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 4px);
  background-color: #1dc9d6;
  border-radius: 8px 0 0 8px;
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.case2_desc .desc .intro .top::after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #2744a2;
  border-radius: 8px 0 0 8px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  pointer-events: none;
}
.case2_desc .desc .intro .top h2 {
  color: #fff;
  font-size: 38px;
  font-weight: normal;
}
.case2_desc .desc .intro .text {
  overflow: hidden;
  padding: 88px 7.72532189%;
}
.case2_desc .desc .intro .text h3 {
  color: #2744a2;
  font-size: 34px;
  font-weight: normal;
}
.case2_desc .desc .intro .text p {
  font-size: 18px;
  line-height: 46px;
  font-weight: 500;
  max-width: 727px;
  margin-top: 18px;
}
.case2_desc .desc .img {
  width: 47.1055619%;
  overflow: hidden;
}
.case2_desc .desc .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.case2_desc .desc .img img:hover {
  transform: scale(1.02);
}
section.case2_desc div.content {
  width: calc(100% - 40px);
  max-width: 1244px;
  margin: 0 auto;
  padding: 0;
}
.case2_desc .info {
  padding: 60px 0;
  border-top: 1px solid rgba(60, 90, 209, 0.14);
}
.case2_desc .info .left {
  flex: 1;
  max-width: 330px;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
.case2_desc .info .left .block {
  width: calc(100% - 10px);
  height: 100%;
  border-radius: 15px;
  background-color: #1dc9d6;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 10px;
  transition: all 1s;
}
.case2_desc .info .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2744a2;
  border-radius: 15px;
  color: #fff;
  overflow: hidden;
  min-height: 300px;
  padding: 20px;
}
.case2_desc .info .left a .con {
  min-width: 176px;
}
.case2_desc .info .left a .subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.64;
  margin-bottom: 8px;
}
.case2_desc .info .left a h2 {
  font-size: 38px;
  font-weight: normal;
}
.case2_desc .info .left a i {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.64);
}
.case2_desc .info .left a i::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_desc/assets/img/arrow-r-w.svg) no-repeat center / contain;
}
.case2_desc .info .right {
  width: 64%;
}
.case2_desc .info .right ul {
  display: grid;
  gap: 26px;
}
.case2_desc .info .right li {
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #eef3f8;
  box-shadow: 0 5px 5px rgba(201, 208, 211, 0.25);
  display: grid;
  gap: 16px;
  align-items: center;
  grid-template-columns: 1fr 15.2173913%;
  padding: 30px 10.0502% 30px 8.79396985%;
  transition: all 0.3s;
}
.case2_desc .info .right li:hover {
  transform: translateY(-5px);
}
.case2_desc .info .right li:hover .icon {
  background-color: #2744a2;
}
.case2_desc .info .right li:hover .icon img {
  filter: contrast(0) brightness(2);
}
.case2_desc .info .right li .text p {
  color: #2744a2;
  font-size: 28px;
  margin-top: 6px;
}
.case2_desc .info .right li .icon {
  align-self: start;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2744a2;
  transition: all 0.3s;
}
.case2_desc .info .right li .icon img {
  display: block;
  width: 55%;
  height: 55%;
  object-fit: contain;
  transition: all 0.3s;
}
 
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
  .case2_desc .desc .intro .text {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
  .case2_desc .desc .intro .text {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  
  .case2_desc {
    padding: 0;
  }
  .case2_desc .desc {
    display: block;
    margin: 48px auto;
    border-radius: 8px 8px 12px 12px;
  }
  .case2_desc .desc .intro .top {
    min-height: unset;
  }
  .case2_desc .desc .intro .top h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .case2_desc .desc .intro .text {
    padding: 32px 20px;
  }
  .case2_desc .desc .intro .text h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .case2_desc .desc .intro .text p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .case2_desc .desc .img {
    width: 100%;
  }
  .case2_desc .info {
    padding: 48px 0;
    display: block;
  }
  .case2_desc .info .left a {
    display: block;
    min-height: unset;
  }
  .case2_desc .info .left a h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .case2_desc .info .left a i {
    width: 32px;
    margin-top: 16px;
  }
  .case2_desc .info .right {
    width: 100%;
    margin-top: 32px;
  }
  .case2_desc .info .right ul {
    gap: 20px;
  }
  .case2_desc .info .right li {
    padding: 20px;
  }
  .case2_desc .info .right li .text .title {
    font-size: 14px;
  }
  .case2_desc .info .right li .text p {
    font-size: 18px;
    line-height: 1.5;
  }
}


.case2_gallery {
  padding: 90px 0 80px;
  background-color: #eaf2fb;
}
section.case2_gallery div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1244px;
  width: calc(100% - 40px);
}
.case2_gallery .inner {
  padding: 54px 6.59163987% 64px;
  background-color: #d0eafa;
  border-radius: 15px 160px 15px 15px;
  box-shadow: 0 5px 5px rgba(201, 208, 211, 0.25);
  overflow: hidden;
  border: 1px solid #fff;
}
.case2_gallery .top {
  color: #0b0429;
}
.case2_gallery .top .subtitle {
  font-size: 14px;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.case2_gallery .top .flex {
  gap: 5.55555556%;
}
.case2_gallery .top h2 {
  font-size: 38px;
  font-weight: normal;
}
.case2_gallery .top .case2_gallery_pagination {
  font-size: 24px;
  font-weight: 500;
}
.case2_gallery .top .case2_gallery_pagination .current {
  color: #2744a2;
  font-weight: 600;
}
.case2_gallery .case2_gallery_swiper {
  overflow: hidden;
  border-radius: 26px;
  margin-top: 80px;
}
.case2_gallery .case2_gallery_swiper .swiper-slide {
  border-radius: 26px;
  overflow: hidden;
  aspect-ratio: 1080/600;
}
.case2_gallery .case2_gallery_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.case2_gallery .case2_gallery_swiper .swiper-slide img:hover {
  transform: scale(1.02);
}
.case2_gallery div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 18px;
}
.case2_gallery div.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.case2_gallery div.swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border: 1px solid var(--title_color);
  border-radius: 50%;
  transition: all 0.3s;
  transform: scale(0.4);
  opacity: 0;
}
.case2_gallery div.swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--title_color);
  transition: all 0.3s;
}
.case2_gallery div.swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: scale(1);
}
.case2_gallery div.swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 0;
  transform: scale(2);
}
 
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
}

 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  
  .case2_gallery {
    padding: 48px 0;
  }
  .case2_gallery .inner {
    padding: 32px 20px;
    border-radius: 8px 32px 12px 12px;
  }
  .case2_gallery .top h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .case2_gallery .top .case2_gallery_pagination {
    font-size: 18px;
    line-height: 1.5;
  }
  .case2_gallery .case2_gallery_swiper {
    margin-top: 22px;
    border-radius: 12px;
  }
  .case2_gallery .case2_gallery_swiper .swiper-slide {
    border-radius: 12px;
  }
}


.case2_points {
  padding: 80px 0 100px;
  background-color: #eaf2fb;
}
section.case2_points div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1244px;
  width: calc(100% - 40px);
}
.case2_points .inner {
  padding: 54px 6.59163987% 40px;
  background-color: #f2f7fd;
  border-radius: 15px 160px 15px 15px;
  box-shadow: 0 5px 5px rgba(201, 208, 211, 0.25);
  overflow: hidden;
  border: 1px solid #fff;
}
.case2_points .top {
  color: #0b0429;
}
.case2_points .top .subtitle {
  font-size: 14px;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.case2_points .top .flex {
  gap: 5.55555556%;
}
.case2_points .top h2 {
  font-size: 38px;
  font-weight: normal;
}
.case2_points .top .pagination {
  font-size: 24px;
  font-weight: 500;
}
.case2_points .top .pagination .current {
  color: #2744a2;
  font-weight: 600;
}
.case2_points .list {
  margin-top: 22px;
}
.case2_points .list li {
  gap: 16px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 10.1851852%;
  border-bottom: 1px solid rgba(60, 90, 209, 0.14);
  padding: 50px 0;
}
.case2_points .list li:hover .icon {
  background-color: #2744a2;
}
.case2_points .list li:hover .icon img {
  filter: contrast(0) brightness(2);
}
.case2_points .list li:last-child {
  border-bottom: none;
}
.case2_points .list li .text {
  max-width: 748px;
}
.case2_points .list li .text h3 {
  color: #2744a2;
  font-size: 28px;
  font-weight: normal;
}
.case2_points .list li .text .desc {
  color: #161616;
  line-height: 32px;
  font-weight: 500;
  margin-top: 10px;
}
.case2_points .list li .icon {
  align-self: start;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2744a2;
  transition: all 0.3s;
  transform: translateY(10px);
}
.case2_points .list li .icon img {
  display: block;
  width: 55%;
  height: 55%;
  object-fit: contain;
  transition: all 0.3s;
}




/*----custom_pc_start----*/  #OSUI6D .case2_points{padding-top:75px;padding-bottom:75px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #OSUI6D .case2_points{padding-top:60px;padding-bottom:60px;} } /*----custom_mobile_end----*/
 
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
}

 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  
  .case2_points {
    padding: 48px 0;
  }
  .case2_points .inner {
    padding: 32px 20px;
    border-radius: 8px 32px 12px 12px;
  }
  .case2_points .top h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .case2_points .list {
    margin-top: 10px;
  }
  .case2_points .list li {
    padding: 20px 0;
    grid-template-columns: 1fr;
  }
  .case2_points .list li .text h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .case2_points .list li .text .desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .case2_points .list li .icon {
    order: -1;
    max-width: 48px;
    transform: translate(0);
  }
}


.case2_map {
  overflow: hidden;
  padding: 100px 0 120px;
  background-color: #eaf2fb;
}
.case2_map .inner {
  max-width: 1920px;
  margin: 0 auto;
}
.case2_map .top {
  width: 98.4375%;
  padding: 70px 2.29166667% 132px 3.85416667%;
  border-radius: 29px;
  overflow: hidden;
  margin: 0 -2.29166667% 0 auto;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_map/assets/img/case2-map-bg.jpg) no-repeat center / cover;
}
.case2_map .infos {
  color: #fff;
  width: 24.3735763%;
  padding-right: 20px;
}
.case2_map .infos .subtitle {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.case2_map .infos h2 {
  font-size: 38px;
  font-weight: normal;
}
.case2_map .infos .items {
  display: grid;
  gap: 30px;
  margin-top: 32px;
}
.case2_map .infos .items .item {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.case2_map .infos .items .item i {
  display: block;
  align-self: start;
  width: 54px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
}
.case2_map .infos .items .item .info span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.68;
  font-weight: 300;
}
.case2_map .infos .items .item .info p {
  font-size: 20px;
  margin-top: 6px;
}
.case2_map .swiper_btns {
  display: flex;
  gap: 20px;
  margin-top: 70px;
}
.case2_map .swiper_btns div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url('https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_map/assets/img/cirlce-left2.svg') no-repeat center / contain;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
}
.case2_map .swiper_btns .btn_next {
  transform: rotate(180deg);
}
.case2_map .swiper_btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.case2_map .swiper_box {
  overflow: hidden;
  width: 75.5694761%;
  padding: 48px 0;
}
.case2_map .case2_map_swiper {
  margin: 10px 0;
  border-top: 2px solid #d2d9dd;
}
.case2_map .case2_map_swiper .fly {
  width: 115px;
  height: 100px;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_map/assets/img/plane_1.png) no-repeat center / contain;
  position: absolute;
  transform: translate(50%, -50%);
  top: 0;
  left: -150px;
  transition: all 2s linear;
  z-index: 9;
}
.case2_map .case2_map_swiper .swiper-slide {
  text-align: center;
  position: relative;
  padding-top: 85px;
  color: #fff;
}
.case2_map .case2_map_swiper .swiper-slide .dot {
  width: 10px;
  height: 10px;
  min-height: unset;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  background-color: #23d9e5;
  transition: all 0.3s;
}
.case2_map .case2_map_swiper .swiper-slide.active .dot {
  width: 24px;
  height: 24px;
  background: url('https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case2_map/assets/img/correct.svg') no-repeat center / contain;
}
.case2_map .case2_map_swiper .swiper-slide span {
  display: block;
  font-weight: 300;
}
.case2_map .case2_map_swiper .swiper-slide strong {
  font-weight: 500;
  font-size: 22px;
  display: block;
  margin-top: 32px;
}
.case2_map .case2_map_swiper .swiper-slide p {
  font-size: 18px;
}
.case2_map .map {
  width: 69.1145833%;
  max-width: 1327px;
  aspect-ratio: 1327/627;
  overflow: hidden;
  border-radius: 12px;
  margin: -180px 0 0 auto;
  background-color: #d5e8eb;
}
 
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
  .case2_map .top {
    width: 100%;
    margin: 0;
  }
  .case2_map .map {
    width: 100%;
    margin-top: -64px;
  }
  .case2_map .infos .items .item {
    gap: 14px;
  }
  .case2_map .infos .items .item i {
    width: 40px;
  }
}

 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  
  .case2_map {
    padding: 16px 0;
  }
  .case2_map .top {
    width: 100%;
    margin: 0;
    border-radius: 12px 12px 0 0;
    display: block;
    padding: 48px 20px 0;
  }
  .case2_map .infos {
    width: 100%;
  }
  .case2_map .infos h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .case2_map .infos .items {
    gap: 16px;
    margin-top: 20px;
  }
  .case2_map .infos .items .item {
    gap: 12px;
  }
  .case2_map .infos .items .item .info p {
    font-size: 16px;
    line-height: 1.5;
  }
  .case2_map .infos .swiper_btns {
    gap: 1rem;
    margin-top: 32px;
  }
  .case2_map .infos .swiper_btns div {
    width: 44px;
    height: 44px;
  }
  .case2_map .swiper_box {
    width: 100vw;
    margin: 0 -20px;
  }
  .case2_map .case2_map_swiper .fly {
    width: 80px;
    height: 80px;
  }
  .case2_map .case2_map_swiper .swiper-slide {
    padding-top: 60px;
  }
  .case2_map .case2_map_swiper .swiper-slide span {
    font-size: 14px;
    line-height: 1.5;
  }
  .case2_map .case2_map_swiper .swiper-slide strong {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .case2_map .case2_map_swiper .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
  }
  .case2_map .map {
    width: 100%;
    margin-top: -20px;
    border-radius: 12px;
  }
}

section.case3_manager div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: calc(100% - 40px);
}
.case3_manager {
  padding: 290px 0 0;
  overflow: hidden;
  background-color: #ebf3fd;
}
.case3_manager .flex {
  position: relative;
  z-index: 2;
  gap: 20px;
}
.case3_manager .flex::before {
  content: '';
  display: block;
  width: 82.88%;
  height: calc(100% - 40px);
  box-sizing: border-box;
  background-color: #f0f7fd;
  opacity: 0.64;
  box-shadow: 0 5px 5px rgba(201, 208, 211, 0.45);
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  border: 1px solid #192bc2;
  border-radius: 26px;
}
.case3_manager .left {
  flex: 1;
  max-width: 674px;
}
.case3_manager .left .top {
  max-width: 522px;
  border-radius: 4px 80px 4px 4px;
  background-image: linear-gradient(to top, #1ba7db, #192bc2);
  padding: 28px 13.6498516%;
  color: #fff;
  overflow: hidden;
}
.case3_manager .left .top h2 {
  font-size: 38px;
  font-weight: normal;
}
.case3_manager .left .top span {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.case3_manager .left .top span::before {
  content: '';
  display: block;
  width: 67px;
  height: 1px;
  background-color: #fff;
}
.case3_manager .left .intro {
  padding: 40px 0 36px 13.6498516%;
}
.case3_manager .left .intro p {
  color: #161616;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.case3_manager .left .intro a {
  padding: 16px 28px;
  border-radius: 100px;
  border: 1px solid rgba(39, 68, 162, 0.72);
  background-color: #eef5fd;
  font-size: 18px;
  color: #2744a2;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  width: max-content;
  margin-top: 44px;
}
.case3_manager .left .intro a:hover {
  padding-left: 42px;
  padding-right: 42px;
}
.case3_manager .left .intro a:hover::after {
  width: 0;
}
.case3_manager .left .intro a::after {
  content: '';
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  display: inline-block;
  margin-left: 10px;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_manager/assets/img/arrow_right2.svg) no-repeat center / contain;
}
.case3_manager .img {
  align-self: center;
  width: 34.24%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1.92%;
}
.case3_manager .img::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: linear-gradient(to right, #1934c4, #1b9dd9);
}
.case3_manager .img::after {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e7f1fb;
  border-radius: 50%;
}
.case3_manager .img .pic {
  overflow: hidden;
  border-radius: 50%;
  width: 90.1869159%;
  height: 90.1869159%;
  position: relative;
  z-index: 2;
}
.case3_manager .img .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.case3_manager .img .pic img:hover {
  transform: scale(1.03);
}




/*----custom_pc_start----*/  #KB0AJX .case3_manager{padding-top:160px;padding-bottom:180px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #KB0AJX .case3_manager{} } /*----custom_mobile_end----*/
 
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
}
 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .case3_manager {
    padding: 48px 0;
  }
  .case3_manager .flex {
    gap: 0;
  }
  .case3_manager .flex::before {
    width: 100%;
    height: 100%;
  }
  .case3_manager .left {
    width: 100%;
  }
  .case3_manager .left .top {
    padding: 20px;
    border-radius: 4px 20px 4px 4px;
  }
  .case3_manager .left .top h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .case3_manager .left .top span {
    gap: 8px;
    margin-top: 10px;
    font-size: 14px;
  }
  .case3_manager .left .top span::before {
    width: 48px;
  }
  .case3_manager .left .intro {
    padding: 32px 20px;
  }
  .case3_manager .left .intro p {
    font-size: 15px;
    line-height: 1.7;
  }
  .case3_manager .left .intro a {
    margin-top: 20px;
    font-size: 14px;
    padding: 8px 10px 8px 16px;
  }
  .case3_manager .left .intro a:hover {
    padding-left: 30px;
    padding-right: 24px;
  }
  .case3_manager .img {
    width: calc(100% - 40px);
    margin: 0 auto 32px;
  }
}

 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
