@charset "UTF-8";  

br.alw{
    display: block !important;
}
.sub-sec{
  width: 100%;
  position: relative;
}
.sub-sec *{
  line-height: 1.35;
  word-break: keep-all;
}
.sub-sec img{
  max-width: 100%;
}
.sub-sec:last-child,
.sub-sec.last
{
  padding-bottom: 12rem;
}
.nsub-wrap{
  padding-top: 12rem;
}
.page-title{
  border-bottom: 1px solid rgb(197, 197, 197);
  margin-bottom: 80px;
}
.page-title > h3{
  text-align: center;
  margin-bottom: 88px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(38, 41, 61);
}

@media(max-width:1024px){
  .nsub-wrap{
    padding-top: 8rem;
  }
  .sub-sec:last-child,
  .sub-sec.last{
    padding-bottom: 8rem;
  }
}

/* cm */

.sub01-1-sec01 .top-imgbox{
  border-radius: 30px;
  border-bottom-right-radius: 80px;
  margin-bottom: 48px;
  overflow: hidden;
  height: 400px;
  background: url(/html/img/nsub01-1-img01.jpg) no-repeat center / cover;
}
.sub01-1-sec01 .con-line{
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
.sub01-1-sec01 .con-line > li{
  flex: 1;
}
.sub01-1-sec01 .con-line > .left .imgbox{
  max-width: 182px;
  width: 100%;
}
.sub01-1-sec01 .con-line > .left .txtbox{
  margin-top: 48px;
}
.sub01-1-sec01 .con-line > .left .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
}
.sub01-1-sec01 .con-line > .left .txtbox h3 span{
  color: rgb(135, 191, 35);
}
.sub01-1-sec01 .con-line > .left .txtbox p{
  margin-top: 12px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: rgb(85, 85, 85);
}
.sub01-1-sec01 .con-line > .left .bar{
  width: 100%;
  height: 1px;
  margin-top: 48px;
  position: relative;
  background-color: rgb(197, 197, 197);
}
.sub01-1-sec01 .con-line > .left .bar::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgb(197, 197, 197);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sub01-1-sec01 .con-line > .right .txtbox h3{
  font-size: 24px;
  letter-spacing: -0.48px;
  color: rgb(0, 0, 0);
  margin-bottom: 60px;
}
.sub01-1-sec01 .con-line > .right .txtbox p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: -0.4px;
  color: rgb(85, 85, 85);
  margin-bottom: 27px;
}
.sub01-1-sec01 .con-line > .right .txtbox p:last-child{
  margin-bottom: 0;
}

@media(max-width:1600px){
  .sub01-1-sec01 .con-line{
    gap: 40px;
  }
  .sub01-1-sec01 .con-line > .right .txtbox p{
    font-size: 18px;
  }
}

@media(max-width:1200px){
  .sub01-1-sec01 .con-line > .right .txtbox h3 br{
    display: none;
  }
}

@media(max-width:1024px){
  .sub01-1-sec01 .top-imgbox{
    border-radius: 20px;
    border-bottom-right-radius: 50px;
    margin-bottom: 30px;
    height: 50vw;
  }
  .sub01-1-sec01 .con-line{
    gap: 30px;
  }
  .sub01-1-sec01 .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub01-1-sec01 .con-line > .left .imgbox{
    max-width: 160px;
  }
  .sub01-1-sec01 .con-line > .left .txtbox{
    margin-top: 16px;
  }
  .sub01-1-sec01 .con-line > .left .txtbox h3{
    font-size: 24px;
  }
  .sub01-1-sec01 .con-line > .left .txtbox p{
    margin-top: 6px;
    font-size: 16px;
  }
  .sub01-1-sec01 .con-line > .left .bar{
    margin-top: 30px;
  }
  .sub01-1-sec01 .con-line > .left .bar::before{
    width: 6px;
    height: 6px;
  }
  .sub01-1-sec01 .con-line > .right .txtbox h3{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .sub01-1-sec01 .con-line > .right .txtbox p{
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 12px;
  }
  .sub01-1-sec01 .con-line > .right .txtbox p br{
    display: none;
  }
}

@media(max-width:767px){
  .sub01-1-sec01 .con-line > .left .imgbox{
    max-width: 70px;
  }
}

/* nsub01_1 */