@charset "utf-8";

.sub .key  video  {
  opacity: 1;
}
main > section.sec.sec_list {
  margin-bottom: 0 !important;
  padding-bottom: 100px;
}

main > section.sec.sec_list .seccol {
    padding-top: 65px;
    padding-bottom: 85px;
}

main > section.sec.sec_list .seccol h3  {
    padding-left: 127px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    margin-left: 58px;
}

main > section.sec.sec_list .seccol h3 span:first-of-type {
    letter-spacing: -3.5px;
    line-height: 1;

}

main > section.sec.sec_list .seccol h3 span:last-of-type {
    padding-left: 10px;
}

main > section.sec.sec_list .seccol h3:has(span.self_start)   {
    align-items: flex-start;
}

main > section.sec.sec_list .seccol h3:has(span.self_start) span:first-of-type {
    line-height: 1;
}

main > section.sec.sec_list .seccol h4  {
  line-height: 116.66%;
}

main > section.sec.sec_list .seccol .col_inner  {
    margin-left: 58px;
    padding-left: 15px;
}

main > section.sec.sec_list .seccol .col_inner p    {
    padding-right: 25px;
}

main > section.sec.sec_list .seccol > img   {
    width: 100%;
}

main > section.sec.sec_list .seccol.imgonly {
  top: 0 !important;
  margin-bottom: -100px;
}

main > section.sec.sec_list .seccol.imgonly:before  {
  display: none;
}

@media screen and (max-width: 834px)    {
    .sub .key .inner .titlearea {
      height: 45.8vw;
    }
    main > section.sec.sec_list .seccol {
      background-position: top 12.72vw right 5.08vw;
    }

    main > section.sec.sec_list .seccol > img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }

    main > section.sec.sec_list .seccol:after   {
        top: 7.63vw;
    }

    main > section.sec.sec_list.phases .seccol h3 span:first-of-type   {
        position: relative;
        left: -2vw;
    }

    main > section.sec.sec_list .seccol .col_inner p    {
        padding-right: 5.09vw;
    }
    
    main > section.sec.sec_list .seccol h3   {
        align-items: center;
        margin-left: 10.14vw;
        margin-bottom: 1.27vw;
    }

    main > section.sec.sec_list .seccol .col_inner p  {
        margin-top: 0;
        padding-left: 2.54vw;
        padding-right: 2.54vw;
    }

    main > section.sec.sec_list.phases .seccol h3 span:first-of-type {
        line-height: 1;
    }
    
    main > section.sec.sec_list.phases .seccol h3 span:last-of-type {
        padding-left: 0;
    }
    
    main > section.sec.sec_list .seccol h3 span:last-of-type:has(br)  {
        line-height: 116.66%;
    }

    main > section.sec.sec_list .seccol .col_inner p  {
      padding-left: 0;
      padding-right: 0;
    }
    
    main > section.sec.sec_list .seccol h3 span:last-of-type,
    main > section.sec.sec_list .seccol .col_inner  {
      padding-left: 0;
    }
    
    main > section.sec.sec_list .seccol.has_after:after {
      display: none;
    }
    
    main > section.sec.sec_list .seccol:before  {
      height: calc(100% - 12.72vw);
    }
}