/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/

:root {
  --sec02-point-blu: #004da0;
  --sec02-point-grn: #2da487;
  --sec02-visual-bg: #daedf1;
  --sec02-01-bg: #d0f0ef;
  --sec02-01-q: #49a2e5;
  --sec02-02-bg: #cbe1ba;
  --sec02-02-q: #2da386;
  --sec02-03-bg: #c7edf0;
  --sec02-03-q: #5aafc8;
  --sec02-speech-gray: #666;
}

.fv-content {
  width: 100%;
  height: 100vh;
}

.fv-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/top/fv-img05.webp");
}

.fv-content-img .caption {
  position: absolute;
  right: 25px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
}

.fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .fv-content-img {
    background-image: url("../img/top/fv-img05-pc.webp");
  }
}

.fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}

.fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}

.fv-content-title-img {
  max-width: 60%;
}

@media (min-width: 768px) {
  .fv-content-title-img {
    max-width: 100%;
  }
}

.fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}

.fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fv-content .scroll {
    bottom: 0;
  }
}

.fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}

.main {
  padding: 50px 15px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .main {
    padding: 70px 15px;
  }
}

.main-subtitle {
  padding: 15px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .main-subtitle {
    padding: 30px;
  }
}

.main-inner {
  position: relative;
  width: 100%;
}

.main-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(106.5deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  top: 0;
  right: 0;
}

@media screen and (min-width: 1000px) {
  .main-inner-bg {
    max-width: calc(100% - ((100% - 1000px) / 2));
  }
}

.main-inner-text {
  padding: 50px;
  line-height: 1.8;
  font-size: 12px;
}

@media (min-width: 768px) {
  .main-inner-text {
    font-size: 16px;
    line-height: 2.5;
  }
}

.sec01 {
  background: linear-gradient(106.5deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  padding: 30px 0;
}

@media (min-width: 768px) {
  .sec01 {
    padding: 50px 15px;
  }
}

.sec01-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.sec01-btn-arrow {
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(106.5deg, #3aa2f0 0%, #95e4b6 100%);
  padding: 15px 30px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .sec01-btn-arrow {
    font-size: 20px;
  }
}

.sec01-btn-arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/works/sec01-btn-arrow.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .sec01-title {
    min-height: 170px;
  }
}

.sec01-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .sec01-flex {
    flex-direction: row;
    padding: 0;
  }
}

.sec01-flex-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 10px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .sec01-flex-col {
    justify-content: space-between;
    padding: 0;
  }
}

.sec01-flex-col-title {
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 768px) {
  .sec01-flex-col-title {
    font-size: 22px;
  }
}

.sec01-flex-col-text {
  font-size: 12px;
  line-height: 2;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .sec01-flex-col-text {
    font-size: 16px;
  }
}

.sec01-skyabove {
  margin-top: 30px;
}

.sec01-caption {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .sec01-caption {
    padding: 0;
    text-align: right;
  }
}

.sec01-service {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .sec01-service {
    flex-direction: row;
    padding: 0;
    margin-top: 15px;
  }
}

.sec01-service-col {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media (min-width: 768px) {
  .sec01-service-col {
    width: 50%;
  }
}

.sec01-service-col .photo {
  position: relative;
  width: 45%;
}

@media (min-width: 768px) {
  .sec01-service-col .photo {
    width: 50%;
  }
}

.sec01-service-col .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec01-service-col .heim,
.sec01-service-col .smart {
  width: 55%;
  text-align: center;
  padding: 5px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .sec01-service-col .heim,
  .sec01-service-col .smart {
    width: 50%;
  }
}

.sec01-service-col .heim {
  background: #0075c1;
}

.sec01-service-col .smart {
  background: #00b3ea;
}

.sec02 {
  padding: 50px 0;
}

.sec02-1 {
  padding: 50px 0 0;
}

@media (min-width: 768px) {
  .sec02-title img {
    max-width: none;
  }
}

.sec02-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .sec02-flex {
    flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  .sec02-flex {
    padding: 0;
  }
}

.sec02-flex-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 10px;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .sec02-flex-col {
    justify-content: space-between;
    padding: 0;
  }
}

.sec02-flex-col-title {
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 768px) {
  .sec02-flex-col-title {
    font-size: 22px;
  }
}

.sec02-flex-col-text {
  font-size: 12px;
  line-height: 2;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .sec02-flex-col-text {
    font-size: 16px;
  }
}

.sec02-image {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .sec02-image {
    flex-direction: row;
  }
}

.sec02-image-grid01 {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.sec02-image-grid01-col {
  display: flex;
  flex-direction: row;
  gap: 1px;
}

@media (min-width: 768px) {
  .sec02-image-grid01.flex02 {
    width: 68.5%;
  }
}

.sec02-image-grid01.flex02 .image {
  height: 100%;
}

.sec02-image-grid01.flex02 .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec02-image-grid02 {
  display: flex;
  flex-direction: row;
  gap: 1px;
}

@media (min-width: 768px) {
  .sec02-image-grid02 {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .sec02-image-grid02.flex02 {
    width: 31.5%;
  }
  .sec02-image-grid02.flex02 .line1 {
    height: 48%;
  }
  .sec02-image-grid02.flex02 .line2 {
    height: 52%;
  }
}

.sec02-image-grid02.flex02 .image {
  height: 100%;
}

.sec02-image-grid02.flex02 .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec02-caption {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .sec02-caption {
    padding: 0;
  }
}

.sec02-caption .w1p15 {
  padding: 0 15px;
}

@media screen and (min-width: 1000px) {
  .sec02-caption .w1p15 {
    padding: 0;
  }
}

.sec02-iot {
  padding: 30px 15px;
}

.sec02-iot-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .sec02-iot-title {
    font-size: 22px;
  }
}

.sec02-iot-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sec02-iot-text {
    font-size: 16px;
    text-align: center;
  }
}

.sec02-iot-image {
  margin-top: 30px;
  text-align: center;
}

.sec02-iot-caption {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .sec02-iot-caption {
    display: flex;
    justify-content: center;
  }
}

.sec02-manage {
  padding: 30px 15px;
}

.sec02-manage-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .sec02-manage-title {
    font-size: 22px;
  }
}

.sec02-manage-frame {
  border: 1px solid #595757;
  padding: 0 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 705px;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .sec02-manage-frame {
    margin: 30px auto 0;
  }
}

.sec02-manage-frame-title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .sec02-manage-frame-title {
    font-size: 22px;
  }
}

.sec02-manage-frame-title span {
  background: #fff;
  display: inline-block;
  padding: 0 15px;
}

.sec02-manage-frame-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sec02-manage-frame-text {
    font-size: 16px;
    text-align: center;
  }
}

.sec02-resilience {
  padding: 0 15px;
}

.sec02-resilience-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .sec02-resilience-title {
    font-size: 22px;
  }
}

.sec02-resilience-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sec02-resilience-text {
    font-size: 16px;
    text-align: center;
  }
}

.sec02-resilience-image {
  margin: 30px auto 0;
}

.sec02-resilience-caption {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .sec02-resilience-caption {
    display: flex;
    justify-content: flex-end;
  }
}

.sec02-resilience-btn {
  padding: 15px 0 30px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .sec02-resilience-btn {
    padding: 30px 0 50px;
  }
}

.sec02-resilience-btn .skybluebtn {
  color: #00b3ea;
  border: 2px solid #00b3ea;
  position: relative;
  max-width: 300px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .sec02-resilience-btn .skybluebtn {
    max-width: 450px;
    font-size: 16px;
    padding: 15px 30px;
  }
}

.sec02-resilience-btn .skybluebtn:after {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../img/common/icon-blank.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .sec02-resilience-btn .skybluebtn:after {
    width: 35px;
    height: 30px;
    right: 15px;
  }
}

.sec02-resilience-btn .skybluebtn:hover {
  color: #fff;
  background: #00b3ea;
}

.sec02-build {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .sec02-build {
    padding: 50px 0;
  }
}

.sec02-build-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .sec02-build-title {
    font-size: 20px;
  }
}

.sec02-build-subtitle {
  color: #004da0;
  font-size: 18px;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.sec02-build-subtitle .wbg {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .sec02-build-subtitle {
    font-size: 28px;
  }
}

.sec02-build-subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #004da0;
}

.sec02-build-subtitle-text {
  font-size: 14px;
  padding: 30px 15px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sec02-build-subtitle-text {
    font-size: 20px;
    text-align: center;
  }
}

.sec02-build-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 15px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .sec02-build-flex {
    flex-direction: row;
    gap: 50px;
  }
}

.sec02-build-flex-col {
  width: 100%;
}

@media (min-width: 768px) {
  .sec02-build-flex-col {
    width: calc((100% - 50px) / 2);
  }
}

.sec02-build-flex-col .title01 {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  width: 80%;
  background: #fff;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec02-build-flex-col .title01 {
    font-size: 18px;
  }
}

.sec02-build-flex-col .build-flex01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.sec02-build-flex-col .build-flex01-col {
  width: calc((100% - 20px) / 2);
  border: 2px solid #5bc1d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px 10px;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}

.sec02-build-flex-col .build-flex01-col .num {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #5bc1d8;
  width: 50px;
  height: 50px;
  border-radius: 9px;
  margin-top: -25px;
  border: 5px solid #fff;
  line-height: 1;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .sec02-build-flex-col .build-flex01-col .num {
    font-size: 24px;
  }
}

.sec02-build-flex-col .build-flex01-col .image {
  width: 80%;
}

.sec02-build-flex-col .build-flex01-col .text {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #5bc1d8;
}

@media (min-width: 768px) {
  .sec02-build-flex-col .build-flex01-col .text {
    font-size: 16px;
  }
}

.sec02-build-flex-col .build-flex02 {
  border: 2px solid #9e8f6c;
  margin-top: -30px;
  padding: 30px 15px 15px;
}

.sec02-build-flex-col .build-flex02-col {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  border-top: 2px solid #9e8f6c;
}

.sec02-build-flex-col .build-flex02-col:nth-child(1) {
  border-top: transparent;
}

.sec02-build-flex-col .build-flex02-col .image {
  max-width: 45%;
}

.sec02-build-flex-col .build-flex02-col .text {
  color: #9e8f6c;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 55%;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sec02-build-flex-col .build-flex02-col .text {
    font-size: 18px;
  }
}

.sec02-2 {
  /* padding: 0 0 50px ; */
  padding: 0;
}

.deco-left {
  position: absolute;
  left: 0;
}

.deco-right {
  position: absolute;
  right: 0;
}

.sec02-build-visual {
  background-color: var(--sec02-visual-bg);
}

@media (max-width: 768px) {
  .sec02-build-visual {
    padding: 20px 0;
  }
}

.circle-wrapper {
  position: relative;
  width: 100%; 
  height: 150px; 
  overflow: hidden; 
}

.half-circle {
  position: absolute;
  width: 120%;
  height: 300%; 
  border-radius: 50%; 
  background-color: var(--sec02-visual-bg); 
  left: -10%;
}

@media (max-width: 768px) {
  .circle-wrapper {
    height: 80px; 
  }
}

/* 위쪽 반원 */
.half-circle.top {
  top: 20%; /* 반원을 위쪽에 맞추기 */
}

/* 아래쪽 반원 */
.half-circle.bottom {
  bottom: 20%; /* 반원을 아래쪽에 맞추기 */
  background-color: var(--sec02-visual-bg); /* 아래 반원의 색상이 다를 경우 */
}

.sec02-build-visual-titlebox {
  background-color: #fff;
  border-radius: 50px;
  line-height: 1.4;
  padding: 20px 20px 40px;
  position: relative;
}

@media (max-width: 768px) {
  .sec02-build-visual-titlebox {
    max-width: 90%;
    border-radius: 25px;
    padding: 15px 15px 25px;
  }
}

.sec02-build-visual-titlebox::after {
  position: absolute;
  content: '';
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -120px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 120px 40px 0 40px;
}

@media (max-width: 768px) {
  .sec02-build-visual-titlebox::after {
    border-width: 40px 15px 0 15px;
    bottom: -40px;
  }
}

.sec02-build-visual-titlebox-ttl{
  letter-spacing: 3px;
  z-index: 0;
  font-size: 44px;
  font-weight: 500;
  position: relative;
  color: var(--sec02-visual-bg);
  text-shadow: 1px 4px  var(--sec02-point-blu);
}

@media (max-width: 768px) {
  .sec02-build-visual-titlebox-ttl{
    letter-spacing: 3px;
    font-size: 24px;
    line-height: 1.6;
  }
}

.sec02-build-visual-titlebox-ttl::before {
    z-index: -1;
    content: attr(data-content);
    position: absolute;
    top: 0;
    color: var(--sec02-point-blu);
    -webkit-text-stroke: 4px var(--sec02-point-blu);
}

.sec02-build-visual-titlebox-text {
  padding-top: 20px;
  color: var(--sec02-point-blu);
  font-size: 18px;
    line-height: 1.8;
}

@media (max-width: 768px) {
  .sec02-build-visual-titlebox-text {
    padding-top: 10px;
    font-size: 12px;
  }
}

.sec02-build-visual-titlebox .deco-left{
  top: -6%;
  left: -10%;
}

.sec02-build-visual-titlebox .deco-left img{
  width: 250px;
}

.sec02-build-visual-titlebox .deco-right{
  top: -10%;
  right: -2%;
}

.sec02-build-visual-main {
  padding: 20px 0 10px;
  max-width: 1300px;
  margin: 0 auto;
}

.sec02-build-visual-main picture {
  margin: 0 auto;
}

.sec02-build-visual-column {
  border-radius: 35px;
  margin-top: 75px;
  margin-bottom: 100px;
  padding: 110px 50px 30px;
}

@media (max-width: 768px) {
  .sec02-build-visual-column {
    max-width: 90%;
  }
}

.sec02-build-visual-column-titlebox {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 950px;
  max-width: 95%;
  height: 10px;
}
.sec02-build-visual-column-title {
  position: absolute;
  color: var(--sec02-point-blu);
  font-size: 28px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
}

.sec02-build-visual-column-txt {
  display: flex;
  flex-direction: row;
  margin-top: 75px;
}

.sec02-build-visual-column-txt picture {
  flex: 0 0 300px;
  margin-top: 20px;
}

.sec02-build-visual-column .deco-right {
  bottom: 0;
  transform: translate(20%, 20%);
}

@media (max-width: 768px) {
  .sec02-build-visual-column-title {
    font-size: 16px;
    text-align: center;
  }

  .sec02-build-visual-column-txt {
    flex-direction: column;
    margin: 0;
    font-size: 12px;
  }

  .sec02-build-visual-column-txt picture {
    flex: none;
    margin: 20px;
  }

  .sec02-build-visual-column .deco-right {
    width: 75px;
    transform: translate(20%, 72%);
  }

}

@media (max-width: 1000px) {
  .sec02-build-visual-column-title picture {
    display: none;
  }
  .sec02-build-visual-column-titlebox {
    max-width: 80%;
  }
}


.sec02-build-bg.bg-01 {
  background-color: var(--sec02-01-bg);
}
.sec02-build-bg.bg-02 {
  background-color: var(--sec02-02-bg);
}
.sec02-build-bg.bg-03 {
  background-color: var(--sec02-03-bg);
}

.sec02-build-bg {
  position: relative;
  padding-bottom: 70px;
}

.sec02-build-bgtitle {
  pointer-events: none;
  max-width: 1400px;
  margin: 0 auto;
  line-height: .75;
  /* position: absolute; */
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 110px;
  color: #fff;
  opacity: .5;
  /* white-space: nowrap; */
  overflow: hidden;
}


@media (max-width: 768px) {
  .sec02-build-bgtitle {
    font-size: 50px;
  }
}

.sec02-build-speech {
  padding: 30px 50px;
  background-color: #fff;
  border: 3.5px solid var(--sec02-point-blu);
  border-radius: 15px;
  line-height: 1.8;
  position: relative;
}

@media (max-width: 768px) {
  .sec02-build-speech {
    padding: 20px;
  }
}

.sec02-build-speech::before {
  content: ''; 
  position: absolute;
  bottom: 40%; 
  left: -18px; 
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0; 
  border-color: transparent #fff transparent transparent; 
}
.sec02-build-speech::after {
    content: ''; 
    position: absolute;
    bottom: calc(40% + 8px);
    left: -23px;
    width: 25px;
    height: 3.5px;
    background-color: var(--sec02-speech-gray); 
    transform: rotate(-45deg);
}

.sec02-build-visual-column.sec02-build-speech::before,
.sec02-build-visual-column.sec02-build-speech::after {
  display: none;
}


.sec02-build-qna-q .sec02-build-speech::before {
  left: -18px; 
  border-width: 20px 20px 0 0; 
  border-color: transparent #fff transparent transparent; 
}
.sec02-build-qna-q .sec02-build-speech::after {
  left: -23px;
  background-color: var(--sec02-speech-gray); 
  transform: rotate(-45deg);
}

.sec02-build-qna-a .sec02-build-speech::before {
  left: unset;
  right: -18px; 
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
}
.sec02-build-qna-a .sec02-build-speech::after {
  left: unset;
  right: -23px;
  background-color: var(--sec02-point-blu); 
  transform: rotate(45deg);
}


@media (max-width: 1200px) {
  .sec02-build-qna-a .sec02-build-speech::before {
    bottom: -19px;
    left: unset;
    right: calc(20% + 2px);;
    border-width: 0px 20px 20px 0;
    border-color: transparent #fff transparent transparent;
  }
  .sec02-build-qna-a .sec02-build-speech::after {
    bottom: -12px;
    left: unset;
    right: 20%;
    transform: rotate(-135deg);
  }
}

.sec02-build-speech.speech-gray {
  border-color: var(--sec02-speech-gray);
  font-size: 28px;
  font-weight: 500;
}

.sec02-build-qna-q {
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}


@media (max-width: 768px) {
  .sec02-build-qna-q {
    margin: 20px auto;
  }
}

.sec02-build-qna-a .flex-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top:20px;
}

.flex-row figure {
  align-self: end;
  flex: 0 0 200px;
}

@media (max-width: 768px) {
  .sec02-build-qna-a .flex-row, 
  .sec02-build-speech.nisumu p {
    flex-direction: column;
    gap: 0px;
    font-size: 12px;
  }
}

.sec02-build-qna-a .nisumu .decoimage {
  position: absolute;
  top: -9%;
  right: 0;
  width: 270px;
}

.sec02-build-qna-a .nisumu .text-right {
  margin-bottom: 5px;
}

.sec02-build-qna-a .design .decoimage {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.sec02-build-qna-a .nisumu .caption {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 28%;
  text-align: justify;
}

@media (max-width: 768px) {
  .sec02-build-qna-a .design .decoimage,
  .sec02-build-qna-a .nisumu .decoimage,
  .sec02-build-qna-a .nisumu .caption {
    position: unset;
    display: block;
    flex: none;
  }
  .sec02-build-qna-a .design .decoimage {
    width: 60%;
  }
  .sec02-build-qna-a .nisumu .caption {
    width: 100%;
  }
}
/* .sec02-build-slide .speech-gray {
  font-size: 20px;
} */

.sec02-build-slide .speech-gray em {
  font-style: normal;
  color: red;
}

.sec02-build-qna-q-img {
  position: relative;
}

.sec02-build-qna-q-img::before {
  content: '?';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 50px;
  transform: translate(-13%, -65%) rotate(-14deg);
}

@media (max-width: 768px) {
  .sec02-build-qna {
    max-width: 95%;
    margin: 100px auto 0;
  }
  .sec02-build-qna-q .speech-gray {
    font-size: 14px;
  }
  .sec02-build-qna-q-img {
    width: 65px;
    flex-shrink: 0;
  }
  .sec02-build-qna-q-img::before {
    font-size: 20px;
    transform: translate(30%, -65%) rotate(-14deg);
  }
}

.bg-01 .sec02-build-qna-q-img::before {
  color: var(--sec02-01-q);
}
.bg-02 .sec02-build-qna-q-img::before {
  color: var(--sec02-02-q);
}
.bg-03 .sec02-build-qna-q-img::before {
  color: var(--sec02-03-q);
}

.sec02-build-qna-a .deco-right {
  bottom: 0;
  transform: translate(130%, 0);
}


.sec02-build-qna-q .speech-gray {
  height: fit-content;
  line-height: 1.5;
}

.sec02-build-qna-deco {
  margin-top: -60px;
  margin-left: 20px;
  z-index: 1;
}

.sec02-build-qna-deco-sp {
  position: absolute;
  width: 150px;
}

.bg-01 .sec02-build-qna-deco-sp {
  top: 60px;
}
.bg-02 .sec02-build-qna-deco-sp {
  top: 30px;
}
.bg-03 .sec02-build-qna-deco-sp {
  top: -10px;
}

@media (max-width: 1200px) {
  .sec02-build-qna-deco {
    display: none;
  }
}

.sec02-build-qna-a {
  max-width: 870px;
  margin: 0 auto;
}

.sec02-build-qna-a .sec02-build-speech {
  padding: 20px 35px;
}


.sec02-build-speech-title {
  font-size: 28px;
  font-weight: 500;
  color: var(--sec02-point-blu);
  line-height: 1.5;
  margin-bottom: 10px;
}

.sec02-build-qna-a-icon-sp {
  display: none;
}

@media (max-width: 1200px) {
  .sec02-build-qna-a-icon-pc {
    display: none;
  }
  .sec02-build-qna-a-icon-sp {
    margin-top: 20px;
    text-align: right;
    display: block;
  }
  .sec02-build-qna-a-icon-sp img {
    width: 140px;
  }
}

@media (max-width: 768px) {
  .sec02-build-speech-title {
    font-size: 16px;
  }
  .sec02-build-qna-a-icon-sp {
    display: block;
  }
  .sec02-build-qna-a-icon-sp img {
    width: 65px;
  }
}
.sec02-build-ex-title {
  max-width: 950px;
  background-color: var(--sec02-point-blu);
  border-radius: 50px;
  font-size: 35px;
  color: #fff;
  padding: 7px 10px 12px;
  line-height: 1.5;
  text-align: center;
  margin: 40px auto 20px;
  position: relative;
}

.sec02-build-ex-title::after {
  position: absolute;
  content: '';
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--sec02-point-blu) transparent transparent transparent;
  border-width: 25px 12px 0 12px;
}

@media (max-width: 768px) {
  .sec02-build-ex-title {
    font-size: 14px;
    max-width: 90%;
  }
  .sec02-build-ex-title::after {
    bottom: -20px;
  }
}

.sec02-build-ex-subtitle {
  font-size: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* height: 40px; */
  font-weight: 500;
  gap: 2rem;
}

.sec02-build-ex-subtitle img {
  width: 100px;
}


@media (max-width: 768px) {
  .sec02-build-ex-subtitle {
    font-size: 20px;
    gap: 5px;
  }
  .sec02-build-ex-subtitle img {
    width: 50px;
  }
}

.sec02-build-slide.sec02-build-speech {
  margin: 25px auto;
  width: 800px;
  padding: 30px;
  height: 490px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .swiper-container {
    padding-bottom: 30px !important;
    /* 高さ調整 */
  }
}  

@media (max-width: 768px) {
  .sec02-build-slide.sec02-build-speech {
    height: fit-content;
    width: 90%;
    padding: 15px;
  }

  .bg-01 .sec02-build-slide .sec02-build-speech-title {
    height: 70px;
  }
  .bg-03 .sec02-build-slide .sec02-build-speech-title {
    height: 40px;
  }
}

.sec02-build-slide .sec02-build-speech-title {
  flex-grow: 1;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.sec02-build-slide-flex {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 30px;
  height: 240px;
}

@media (min-width: 767px) {
  .sec02-build-slide-flex.slide-col {
    height: unset;
    flex-direction: column;
    gap: 0rem;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .sec02-build-slide p {
    font-size: 12px;
  }
}

@media (max-width: 580px) {
  .sec02-build-slide-flex {
    flex-direction: column;
    gap: 1rem;
    height: unset;
  }
}

.sec02-build-slide-flex-img {
  position: relative;
  flex: 1;
  height: 100%;
}
.sec02-build-slide-flex-img img {
  height: 100%;
  width: auto;
  max-width: unset;
}

@media (min-width: 767px) {
  .slide-col .sec02-build-slide-flex-img {
    text-align: center;
    flex: unset;
    max-height: 190px;
  }

  .slide-row.sec02-build-slide-flex {
    height: unset;
    min-height: 0;
    margin-top: 10px;
  }
  .slide-row .sec02-build-slide-flex-img {
    height: 100%;
    flex: .8;
  }
  .slide-col .sec02-build-slide-flex-img img,
  .slide-row .sec02-build-slide-flex-img img {
    min-height: 0;
    height: 100%;
  }

  .small-img .caption {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .sec02-build-slide-flex-img img {
    width: 100%;
  }
}

.small-img .floating-img {
  position: absolute;
  width: 145px;
  right: 0;
  top: 0;
  transform: translate(28%, -5%);
}
.small-img .floating-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .small-img .sec02-build-slide-flex-img {
    width: 95%;
  }
  .small-img .floating-img {
    width: 125px;
    transform: translate(28%, -10%);
  }
}

.sec02-build-slide-flex .sec02-build-speech {
  width: 90%;
  padding: unset;
  font-size: 18px;
  height: 110px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 767px) {
  .speech-row.sec02-build-speech {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .sec02-build-slide-flex .sec02-build-speech {
    height: 90px;
  }
}

.sec02-build-slide-flex .sec02-build-speech::before {
  bottom: -20px;
  left: unset;
  right: 20%;
  border-width: 0px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}

@media (min-width: 767px) {
  .speech-row.sec02-build-speech::before {
    left: unset;
    bottom: 40%;
    right: -18px;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #fff;
  }
}

.sec02-build-slide-flex .sec02-build-speech::after {
  bottom: -12px;
  left: unset;
  right: 20%;
  transform: rotate(-135deg);
}

@media (min-width: 767px) {
  .speech-row.sec02-build-speech::after {
    bottom: calc(40% + 8px);
    left: unset;
    right: -23px;
    transform: rotate(45deg);
  }
}

.caption-insert {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #333;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 10px #fff;
  text-align: right;
}

.slide-row .caption-insert {
  bottom: -5px;
}

.sec02-build-slide.sec02-build-speech::before,
.sec02-build-slide.sec02-build-speech::after {
  display: none;
}

.sec02-build-slide-flex-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.sec02-build-slide-flex-icon {
  gap: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.sec02-build-slide-flex-icon img {
  margin-bottom: -10px;
}

/* NISUMUスライド例外スタイル */
@media (min-width: 767px) {
  .slide-col .sec02-build-slide-flex-desc {
    flex-direction: row;
    flex: unset;
    justify-content: flex-end;
    gap: 2rem;
  }
  .sec02-build-slide-flex-desc .desc-row {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
  }
  .sec02-build-slide-flex-desc .desc-row-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    gap: 5px;
  }
  .sec02-build-slide-flex-desc .desc-row-left .speech-row {
    width: 100%;
  }
  .sec02-build-slide-flex-desc .desc-row .sec02-build-slide-flex-icon {
    width: fit-content;
  }
  
  .desc-row-left .speech-row {
    height: 100px;
    width: 85% !important;
    margin: 0 auto;
  }
  .desc-row-left .caption {
    margin: 0 auto;
  }
  .slide-col .sec02-build-slide-flex-icon {
    width: unset;
  }
}

.sec02-build-slide-flex-icon .caption {
  align-self: end;
  text-align: justify;
}

.sec02-build-slide-flex-icon .icon {
  margin-left: auto;
  align-self: flex-end;
}

@media (max-width: 768px) {
  .sec02-build-slide-flex-icon {
    margin-top: 10px;
  }
  .sec02-build-slide-flex-icon .caption {
    margin-top: 10px;
    font-size: 10px;
    align-self: flex-start;
  }
  .sec02-build-slide-flex-icon .icon {
    width: 75px;
    align-self: flex-start;
  }
}

.sec02-build-green {
  padding: 40px;
  margin: 40px auto;
  background-color: #fff;
}

@media (max-width: 768px) {
  .sec02-build-green {
    padding: 20px;
    margin-bottom: 0;
  }
}

.sec02-build-green-title {
  color: #fff;
  background: #2da487;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .sec02-build-green-title {
    font-size: 22px;
  }
}

.sec02-build-green-text {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  line-height: 1.5;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .sec02-build-green-text {
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
  }
}

.sec02-build-blue {
  padding: 0 15px;
}

.sec02-build-blue-title {
  color: #fff;
  background: #19b0e7;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

@media (min-width: 768px) {
  .sec02-build-blue-title {
    font-size: 22px;
  }
}

.sec02-build-blue-text {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  line-height: 1.5;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .sec02-build-blue-text {
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
  }
}

.sec02-build-blue-flex {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .sec02-build-blue-flex {
    flex-direction: row;
  }
}

.sec02-build-blue-flex-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec02-build-blue-flex .title {
  color: #fff;
  background: #19b0e7;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 5px 15px;
}

@media (min-width: 768px) {
  .sec02-build-blue-flex .title {
    font-size: 18px;
  }
}

.sec02-build-blue-flex .flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
}

.sec02-build-blue-flex .flex .subtitle {
  color: #15afe7;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .sec02-build-blue-flex .flex .subtitle {
    font-size: 16px;
  }
}

.sec02-build-blue-flex .flex .subtitle.text-center {
  text-align: center;
}

.sec02-build-blue-flex .flex .nisumuconnect {
  align-items: center;
}

.sec02-build-blue-flex .flex-col {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.sec02-build-blue-flex .flex-col.rev {
  flex-direction: row-reverse;
}

.sec02-build-blue-flex .flex-col .image {
  width: 30%;
}

.sec02-build-blue-flex .flex-col .text {
  width: calc(70% - 10px);
}

.sec02-build-blue-flex .flex-col .text .detail {
  font-size: 12px;
}

@media (min-width: 768px) {
  .sec02-build-blue-flex .flex-col .text .detail {
    font-size: 16px;
  }
}

.sec02-build-blue-flex .flex .image {
  position: relative;
}

.sec02-build-blue-flex .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec02-build-blue-flex .flex .image .cap-left {
  position: absolute;
  bottom: 3px;
  left: 3px;
  font-size: 10px;
  z-index: 2;
}

.sec02-build-blue-flex .flex .image .cap-right {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 10px;
  z-index: 2;
}

.sec02-build-blue-flex .flex .image .cap-right2 {
  position: absolute;
  bottom: 6%;
  right: 4%;
  font-size: 10px;
  font-size: 10px;
  z-index: 2;
}

.blue {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.blue .bluebtn {
  color: #0075c1;
  border: 2px solid #0075c1;
  position: relative;
  max-width: 300px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 15px;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
}

@media (min-width: 768px) {
  .blue .bluebtn {
    max-width: 450px;
    font-size: 16px;
    padding: 15px 30px;
  }
}

.blue .bluebtn:after {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../img/common/icon-blank-blue.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  .blue .bluebtn:after {
    width: 35px;
    height: 30px;
    right: 15px;
  }
}

.blue .bluebtn:hover {
  color: #fff;
  background: #0075c1;
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}
/*# sourceMappingURL=works.css.map */

/* swiper */
.swiper-button-next::before,
.swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.swiper-button-next::before {
    border-width: 35px 0 35px 35px; 
    border-color: transparent transparent transparent var(--sec02-point-blu); 
    left: 50%; 
    transform: translateX(-50%);
}

.swiper-button-prev::before {
    border-width: 35px 35px 35px 0; 
    border-color: transparent var(--sec02-point-blu) transparent transparent; 
    right: 50%; 
    transform: translateX(50%);
}

.swiper-button-prev {
  left: calc(50% - 400px - 28px) !important; 
}
.swiper-button-next {
  right: calc(50% - 400px - 28px) !important; 
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: calc(50% - (90vw / 2) - 20px) !important;
  }
  .swiper-button-next {
    right: calc(50% - (90vw / 2) - 20px) !important;
  }
  .swiper-button-next::before {
    border-width: 20px 0 20px 20px; 
  }
  .swiper-button-prev::before {
      border-width: 20px 20px 20px 0; 
  }
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}

i {
  font-style: normal;
  display: inline-block;
}

@media (max-width: 768px) {
  .sec02-2 p.caption {
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
    align-self: flex-end;
  }
}

/* caption */
.sec02-2 .sec02-caption .caption {
  color: #333;
}