@charset "utf-8";
#atc09 {
  /*padding: 150px 0 60px 0;*/
  font-family: var(--e-font), var(--k-font)
}
#atc09 .pl {
  white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all
}
#atc09 .top_box {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto
}
#atc09 .top_box .deco {
  position: relative;
  padding-left: 22px;
  color: #aaa;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase
}
#atc09 .top_box .deco:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50px
}
#atc09 .top_box .flex {
  padding-bottom: 100px;
  display: flex;
  align-items: flex-end;
  gap: 170px
}
#atc09 .top_box .flex .left h2 {
  padding-top: 66px;
  line-height: 1.1;
  color: #111;
  font-family: var(--e-font);
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase
}
#atc09 .top_box .flex .left h2 p {
  padding-left: 50px;
  color: #aaa
}
#atc09 .top_box .flex .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 170px;
  line-height: 56px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #e1e1e1;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s
}
#atc09 .top_box .flex .right a svg {
  width: 10px;
  font-weight: 700;
  stroke-width: 6px;
  transition: all 0.2s
}
#atc09 .top_box .flex .right a:hover {
  gap: 28px
}
#atc09 .top_box .flex .right a:hover svg {
  transform: rotate(270deg)
}
#atc09 .inc09_main ul {
  position: relative
}
#atc09 .inc09_main ul li {
  display: flex;
    background: #f6f6f6;
}


#atc09 .inc09_main ul li img{
  width: 60%;
}


#atc09 .inc09_main a {

padding: 0 90px;
    transition: all .2s;
/*    width: 25%;*/
    box-sizing: content-box;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}


#atc09 .inc09_main .list_txt {

    padding: 90px 0;
  width: 100%;
  max-width: 500px;
  color:var(--maincolor);
    
    
  /*
    position: absolute;
    bottom: 0;
    right: 0;
    height: 575px;
    background: #fff
    */
}
#atc09 .inc09_main .list_txt .tit {
  margin-bottom: 10px;
  color: var(--maincolor);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase
}
#atc09 .inc09_main .list_txt .flex {
display: flex;
    flex-direction: column;

/*  gap: 70px*/
}

#atc09 .inc09_main .list_txt .flex .left{
  width: auto;
}

#atc09 .inc09_main .list_txt .flex .right{
width: fit-content;
}



#atc09 .inc09_main .list_txt .flex .left h3 {
  color: var(--maincolor);
  font-weight: 700;
  font-size: 35px;
    margin-bottom: 30px;
    line-height: 1.3;
}
#atc09 .inc09_main .list_txt .nav_container {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 90px 0px 0 0
}
#atc09 .inc09_main .list_txt .nav_container .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  cursor: pointer;
  text-align: center
}
#atc09 .inc09_main .list_txt .nav_container svg {
  color: #111;
  width: 20px
}

@media screen and (max-width:1200px) {
  #atc09 .inc09_main a {padding: 0 20px;}
  #atc09 .inc09_main .list_txt{padding: 20px 0;}
  #atc09 .inc09_main .list_txt .nav_container{padding: 0;}
  #atc09 .inc09_main .list_txt .flex .left h3{margin-bottom: 0; font-size: 28px;}
}

@media screen and (max-width:768px) {
  #atc09 .inc09_main ul li{display: block;}
  #atc09 .inc09_main ul li img{width: 100%;}
  #atc09 .inc09_main a{display: block;}
}