 
* {
	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;
}
section.case3_banner div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1490px;
  width: calc(100% - 40px);
}
.case3_banner {
  margin-top: -120px;
  z-index: 2;
  overflow: hidden;
  position: relative;
  padding: 250px 0 46px;
  border-radius: 0 0 40px 40px;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_banner/assets/img/case3-banner-bg.jpg) no-repeat center / cover;
}
.case3_banner .bg {
  width: 1920px;
  aspect-ratio: 1920/575;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_banner/assets/img/case3-banner-line.png) no-repeat center / contain;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 130px;
  transform: translateX(-50%);
}
.case3_banner h1 {
  color: #fff;
  font-size: 64px;
  line-height: 108px;
  font-weight: normal;
}
.case3_banner .img {
  margin-top: 10px;
  aspect-ratio: 1490/626;
  position: relative;
}
.case3_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.case3_banner .img ul {
  position: static;
}
.case3_banner .img li {
  font-weight: 600;
  color: #fff;
  position: absolute;
  text-align: center;
}
.case3_banner .img li::before {
  content: '';
  display: block;
  width: 20px;
  aspect-ratio: 20/28;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_banner/assets/img/pos.svg) no-repeat center/contain;
}
.toplevel_page_sytech_fronteditor .case3_banner .img {
  user-select: none;
}
.toplevel_page_sytech_fronteditor .case3_banner .img li {
  cursor: grab;
}
 
@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;
  }
  .case3_banner .bg {
    max-width: 1440px;
  }
}
 
@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;
  }
  
  .case3_banner {
    margin-top: -66px;
    padding: 98px 0 32px;
    border-radius: 0 0 20px 20px;
  }
  .case3_banner .bg {
    width: 100%;
  }
  .case3_banner h1 {
    font-size: 30px;
    line-height: 1.5;
  }
  .case3_banner .img {
    margin-top: 20px;
  }
  .case3_banner .img li {
    font-size: 14px;
  }
  .case3_banner .img li::before {
    width: 1rem;
  }
}

section.case3_nav div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: calc(100% - 40px);
}
.case3_nav {
  margin-top: 24px;
  position: sticky;
  top: 0;
  z-index: 99;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.case3_nav.sticky {
  background-color: #d6ebfe;
  border-color: rgba(0, 0, 0, 0.1);
}
.case3_nav ul {
  display: flex;
  gap: 5px;
}
.case3_nav li {
  flex: auto;
}
.case3_nav a {
  display: block;
  color: #424242;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  padding: 14px 0 12px;
}
.case3_nav a::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to left, #1ba7db, #192bc2);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
  opacity: 0;
}
.case3_nav .active a,
.case3_nav a:hover {
  color: #19348e;
}
.case3_nav .active a::after,
.case3_nav a:hover::after {
  opacity: 1;
}
 
@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;
  }
  .case3_nav a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    max-width: 768px;
  }
  .case3_nav a {
    font-size: 16px;
  }
}
 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .case3_nav {
    margin-top: 6px;
  }
  .case3_nav ul {
    gap: 14px;
    overflow: auto;
    width: 100vw;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .case3_nav ul::-webkit-scrollbar {
    display: none;
  }
  .case3_nav ul li a {
    font-size: 14px;
    padding: 12px 0;
    white-space: nowrap;
  }
  .case3_nav ul li a::after {
    height: 2px;
    bottom: 0;
  }
}

section.case3_desc div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: calc(100% - 40px);
}
.toplevel_page_sytech_fronteditor .case3_desc {
  user-select: none;
}
.toplevel_page_sytech_fronteditor .case3_desc li {
  cursor: grab;
}
.case3_desc {
  margin-top: -106px;
  padding: 106px 0;
  overflow: hidden;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_desc/assets/img/case3-desc-bg.svg) no-repeat center / cover #d6ebfe;
}
.case3_desc .inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.case3_desc .inner > ul {
  position: static;
}
.case3_desc .flex {
  min-height: 790px;
}
.case3_desc .intro {
  flex: 1;
  max-width: 500px;
  color: #242424;
  font-size: 18px;
  line-height: 2;
  padding: 64px 0 calc(4% + 64px);
}
.case3_desc .intro .subtitle {
  margin-bottom: 10px;
}
.case3_desc .intro h2 {
  color: #19348e;
  font-size: 36px;
  line-height: 54px;
  font-weight: normal;
}
.case3_desc .intro .desc {
  margin-top: 40px;
}
.case3_desc .img {
  width: 25.12%;
  margin-right: 2.56%;
  margin-top: 11.52%;
}
.case3_desc .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.case3_desc li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: clamp(0px, 0.625vw, 12px);
  background-color: #f3faff;
  border: 1px solid #fff;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: clamp(0px, 0.83334vw, 16px);
  padding: clamp(0px, 0.83334vw, 16px) clamp(0px, 1.04167vw, 20px);
  min-width: clamp(0px, 13.54167vw, 260px);
  transition: transform 1s;
}
.case3_desc li .icon {
  width: clamp(0px, 3.95834vw, 76px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #19348e;
}
.case3_desc li .icon img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  display: block;
}
.case3_desc li .info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.case3_desc li .info .title {
  color: #000;
  font-size: clamp(12px, 0.83334vw, 16px);
  line-height: 1.5;
}
.case3_desc li .info p {
  color: #19348e;
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 1.5;
  margin-top: -2px;
}
.case3_desc li:nth-of-type(1) {
  left: 50%;
  top: 64%;
}
.case3_desc li:nth-of-type(2) {
  left: 82%;
  top: 47%;
}
.case3_desc li:nth-of-type(3) {
  left: 77%;
  top: 67%;
}
 
@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;
  }
  .case3_desc .intro {
    width: 40%;
    flex: unset;
  }
}
 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  .case3_desc {
    margin-top: -68px;
    padding: 68px 0;
    background: #ddeeff;
  }
  .case3_desc .flex {
    min-height: unset;
  }
  .case3_desc .intro {
    padding: 48px 0;
  }
  .case3_desc .intro .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .case3_desc .intro h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .case3_desc .intro .desc {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .case3_desc .img {
    margin: 0;
  }
  .case3_desc ul {
    padding: 0 20px;
    display: grid;
    gap: 12px;
  }
  .case3_desc ul li {
    position: static;
    transform: translate(0) !important;
    padding: 16px;
    gap: 12px;
  }
  .case3_desc ul li .icon {
    width: 48px;
  }
  .case3_desc ul li .info .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .case3_desc ul li .info p {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.5;
  }
}

section.case3_gallery div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1312px;
  width: calc(100% - 40px);
}
.case3_gallery {
  margin: -48px 0;
  border-radius: 40px;
  padding: 110px 0 116px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_gallery/assets/img/case3-gallery-bg.jpg) no-repeat center / cover;
}
.case3_gallery .top {
  color: #fff;
}
.case3_gallery .top h2 {
  font-size: 38px;
  font-weight: normal;
}
.case3_gallery .swiper_box {
  margin-top: 52px;
  position: relative;
  user-select: none;
}
.case3_gallery .case3_gallery_swiper {
  margin: 0 auto;
  max-width: 1080px;
  width: calc(100% - 150px);
}
.case3_gallery .case3_gallery_swiper .swiper-slide {
  transition: all 0.3s;
  opacity: 0.5;
  transform: scale(0.75);
  overflow: hidden;
  aspect-ratio: 1080/600;
  border-radius: 36px;
}
.case3_gallery .case3_gallery_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.case3_gallery .case3_gallery_swiper .swiper-slide img:hover {
  transform: scale(1.03);
}
.case3_gallery .case3_gallery_swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.case3_gallery .control_box .swiper-pagination {
  left: 50%;
  bottom: 24px;
  max-width: 1080px;
  width: calc(100% - 150px);
  transform: translateX(-50%);
  text-align: right;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 3.04878049%;
}
.case3_gallery .control_box .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.case3_gallery .control_box .btns div {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_gallery/assets/img/arrow-w.svg) no-repeat center / contain;
}
.case3_gallery .control_box .btns .btn_next {
  transform: rotate(180deg);
}
 
@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_gallery {
    margin: -18px 0;
    border-radius: 20px;
    padding: 64px 0;
  }
  .case3_gallery .top h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .case3_gallery .swiper_box {
    margin-top: 32px;
  }
  .case3_gallery .swiper_box .swiper-pagination {
    position: static;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    width: auto;
    transform: translate(0);
  }
  .case3_gallery .swiper_box .btns {
    position: static;
    transform: translate(0);
    width: auto;
    gap: 16px;
  }
  .case3_gallery .swiper_box .btns div {
    width: 40px;
  }
  .case3_gallery .control_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .case3_gallery .case3_gallery_swiper {
    width: 100%;
  }
  .case3_gallery .case3_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:255px;padding-bottom:255px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #OSUI6D .case2_points{padding-top:60px;padding-bottom:40px;} } /*----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);
  }
}

section.case3_map div.content {
  padding: 0;
  margin: 0 auto;
  max-width: 1720px;
  width: calc(100% - 40px);
  height: 100%;
  pointer-events: none;
}
.case3_map {
  margin: -48px 0;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 98px 0;
}
.case3_map::before {
  content: '';
  display: block;
  width: 51%;
  height: 100%;
  background-image: linear-gradient(to right, #003265, transparent);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  pointer-events: none;
}
.case3_map #map1 {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d5e8eb;
}
.case3_map .con {
  width: 44.186047%;
  height: 100%;
  border-radius: 8px;
  background-color: #f3faff;
  box-shadow: 0 5px 5px rgba(201, 208, 211, 0.25);
  display: grid;
  grid-template-rows: auto 1fr;
  pointer-events: all;
}
.case3_map .top {
  padding: 62px 7.89473684% 30px;
}
.case3_map .top .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.case3_map .top .items .item {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.case3_map .top .items .item i {
  display: block;
  align-self: start;
  width: 54px;
  aspect-ratio: 1;
  background: no-repeat center / contain;
}
.case3_map .top .items .item .info span {
  display: block;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.case3_map .top .items .item .info p {
  color: #0b0429;
  font-size: 20px;
  margin-top: 6px;
}
.case3_map .top .btns {
  display: flex;
  gap: 20px;
  padding: 24px 22px 0;
}
.case3_map .top .btns div {
  display: block;
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_map/assets/img/arrow-b.svg) no-repeat center / contain;
}
.case3_map .top .btns .btn_next {
  transform: rotate(180deg);
}
.case3_map .case3_map_swiper {
  overflow: hidden;
  padding-bottom: 32px;
  position: relative;
  height: 562px;
}
.case3_map .case3_map_swiper::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d3dade;
  position: absolute;
  top: 0;
  right: 98px;
}
.case3_map .case3_map_swiper .swiper-slide {
  padding: 20px 60px 20px 7.89473684%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 20px;
}
.case3_map .case3_map_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d3dade;
  position: absolute;
  top: 0;
  right: 98px;
}
.case3_map .case3_map_swiper .swiper-slide:nth-child(odd) {
  background-color: #ebf2f8;
}
.case3_map .case3_map_swiper .swiper-slide:hover {
  background-color: #e0e6eb;
}
.case3_map .case3_map_swiper .swiper-slide.active .dot::after {
  opacity: 1;
  transform: scale(1);
}
.case3_map .case3_map_swiper .swiper-slide .info {
  flex: 1;
}
.case3_map .case3_map_swiper .swiper-slide .info .date {
  color: #0b0429;
  font-size: 18px;
}
.case3_map .case3_map_swiper .swiper-slide .info .date strong {
  font-weight: 600;
  font-size: 22px;
}
.case3_map .case3_map_swiper .swiper-slide .info p {
  color: #676767;
  font-size: 16px;
  margin-top: 10px;
}
.case3_map .case3_map_swiper .swiper-slide .dot {
  width: 22px;
  min-width: 22px;
  aspect-ratio: 1;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
}
.case3_map .case3_map_swiper .swiper-slide .dot::before {
  content: '';
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1f25e4;
}
.case3_map .case3_map_swiper .swiper-slide .dot::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  transition: all 0.3s;
  border-radius: 50%;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_map/assets/img/correct.svg) no-repeat center / contain;
  transform: scale(0.5);
  opacity: 0;
}
.case3_map .case3_map_swiper .fly {
  width: 80px;
  aspect-ratio: 80/92;
  background: url(https://optec-exp.com/wp/wp-content/plugins/sytech-fronteditor/sytpl/case3_map/assets/img/case3-plane.png) no-repeat center / contain;
  position: absolute;
  right: 98px;
  transform: translateX(50%);
  top: 120%;
  z-index: 4;
  transition: all 3s linear;
}
 
@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;
  }
  .case3_map .case3_map_swiper .swiper-slide {
    padding-right: 30px;
  }
  .case3_map .case3_map_swiper .swiper-slide::after,
  .case3_map .case3_map_swiper::after,
  .case3_map .case3_map_swiper .fly {
    right: 60px;
  }
  .case3_map .case3_map_swiper .swiper-slide .dot {
    margin-right: 20px;
  }
}
 
@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.2rem;
  }
  section.case3_map div.content {
    width: 100%;
  }
  .case3_map {
    margin: 0;
    padding: 0 0 64px;
    border-radius: 0;
    background-color: #f3faff;
  }
  .case3_map::before {
    display: none;
  }
  .case3_map #map1 {
    position: static;
    width: 100%;
    aspect-ratio: 1920/1080;
  }
  .case3_map .con {
    width: 100%;
    box-shadow: none;
  }
  .case3_map .con .top {
    padding: 32px 20px;
  }
  .case3_map .con .top .items {
    gap: 16px;
    padding-bottom: 20px;
  }
  .case3_map .con .top .items .item {
    gap: 12px;
  }
  .case3_map .con .top .items .item i {
    width: 40px;
  }
  .case3_map .con .top .items .item .info p {
    font-size: 16px;
    line-height: 1.5;
  }
  .case3_map .con .top .btns {
    padding: 20px 0 0;
    gap: 16px;
  }
  .case3_map .con .top .btns div {
    width: 40px;
  }
  .case3_map .case3_map_swiper {
    height: 450px;
  }
  .case3_map .case3_map_swiper::after {
    right: 42px;
  }
  .case3_map .case3_map_swiper .swiper-slide {
    gap: 28px;
    padding: 16px 32px 16px 20px;
  }
  .case3_map .case3_map_swiper .swiper-slide .info .date {
    font-size: 14px;
    line-height: 1.5;
  }
  .case3_map .case3_map_swiper .swiper-slide .info .date strong {
    font-size: 15px;
  }
  .case3_map .case3_map_swiper .swiper-slide .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .case3_map .case3_map_swiper .swiper-slide .dot {
    margin-right: 0;
  }
  .case3_map .case3_map_swiper .swiper-slide::after {
    right: 42px;
  }
  .case3_map .case3_map_swiper .fly {
    right: 42px;
    width: 60px;
  }
}

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:275px;padding-bottom:180px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #KB0AJX .case3_manager{padding-top:40px;padding-bottom:45px;} } /*----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;
  }
}
