@charset "UTF-8";

 .section--item {
    padding: 0 0 0;
}

.mainvisual_title {
    padding: 50px var(--contentPadding) 50px;
}

.works-size {
    font-size: 4rem;
    line-height: 1.5;
}

.title-mini {
    display: block;
}

.fv-img {
    width: 100%;
}

@media screen and (min-width: 950px) {
    
    .section--item {
        padding: 0;
    }

    .mainvisual_title {
        padding: 50px 6.25% 120px;
    }

    .works-size {
        font-size: 9.2rem;
    }

    .fv-img {
        width: 100%;
    }

    .title-mini {
        display: inline;
    }

    
}

.works-font {
    font-family:'Noto Sans JP', Arial, Helvetica, sans-serif;
    font-weight: 900;
}    

 .detail-list {
    margin-top: 50px;
}

.detail-block1 {
    border-bottom: 3px solid var(--border-secondary);
    padding: 50px 15px 70px;
    position: relative;
}
.detail-block1:nth-of-type(1) {
    border-top: 3px solid var(--border-secondary);
}

.detail-item {
    display: flex;
    gap: 0 20px;
    align-items: center;
}

.detail-number {
    color: var(--border-primary);
    border: solid 1px var(--border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    font-size: 2rem;
    line-height: 180%; /* 72px */
}

.detail-topic {
    font-size: 2.0rem;
}

.detail-block {
    margin: 20px 0 0 0px;
}

.detail-name {
    font-size: 1.8rem;
    font-weight: 500;
}
.detail-concept {
    font-size: 1.6rem;
    margin-top: 20px;
    font-weight: 500;
}

.detail-txt {
    font-size: 1.5rem;
    margin-top: 14px;
}

@media screen and (min-width: 950px) {

    .section--detail {
        padding: 100px 6.25% 50px;
    }

    .detail-list {
        margin-top: 80px;
    }

    .detail-block1 {
        padding: 80px 50px 100px;
    }

    .detail-item {
        gap: 0 60px;
    }

    .detail-number {
        padding: 6px 30px;
        font-size: 4rem;
    }

    .detail-topic {
        font-size: 4.0rem;
    }

    .detail-block {
        margin: 50px 0 0 54px;
    }

    .detail-name {
        font-size: 2.0rem;
    }
    .detail-concept {
        font-size: 2.0rem;
        margin-top: 20px;
    }

    .detail-txt {
        font-size: 1.6rem;
        margin-top: 14px;
    }
}

/* schedule */
.section--schedule {
background-color: var(--bg-secondary);
}

.schedule {
    padding: 40px 10px 0;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse; /* セルの境界線をくっつける */
  margin:   12px 0;
}

.schedule-table thead th {
    display: none;
}


.schedule-table tbody td {
  border-bottom: 1px solid var(--border-primary); /* セル下の細い線 */
  padding: 13px 10px 13px 8px;
  font-size: 1.4rem;
}



.schedule-table tbody td:nth-child(1) {
    white-space: nowrap; /* 日数列だけ中央寄せ */
}


.schedule-table tbody td:nth-child(2) {
  text-align: center; /* 日数列だけ中央寄せ */
}

.schedule-table tbody td:nth-child(3) {
  word-break: break-word; /* ツール列は長いテキストを折り返す */
}

td:nth-child(2) {
  white-space: nowrap; /* 折り返さない */
}

/* バナー　schedule */

.banner-table {
    width: 100%;
    border-collapse: collapse;
}

.banner-table th,
.banner-table td {
  padding: 18px 12px 15px;
  font-size: 1.4rem;
  line-height: 1.8;
  border-bottom: 1px solid var(--border-primary);


}

.banner-table th {
  text-align: left;
  font-weight: normal; /* 太字を解除 */

}

.banner-table td {
  text-align: left;
}

@media screen and (min-width: 950px) {
    .schedule {
        margin: 0;
        padding: 60px 40px; 
    }

    .schedule-table {
        width: 100%;
        border-collapse: collapse; /* セルの境界線をくっつける */
        margin-top: 32px;
        border:  1px solid  var(--border-primary);
    }

    thead {
        display: table-header-group;
    }


    .schedule-table thead th {
        display: table-cell;
    }

    .schedule-table thead th {
        border-bottom: 1px solid var(--border-primary); /* セル下の細い線 */
        padding: 18px 50px 16px 21px;
        font-size: 2.0rem;
        font-weight: normal;
    }


    .schedule-table tbody td {
        padding: 20px 80px 20px 21px;
        font-size: 1.6rem;
    }




    .schedule-table tbody td:nth-child(1) {
        white-space: nowrap; /* 日数列だけ中央寄せ */
    }


    .schedule-table tbody td:nth-child(2) {
        text-align: left; /* 日数列だけ中央寄せ */
    }

    .schedule-table tbody td:nth-child(3) {
        word-break: break-word; /* ツール列は長いテキストを折り返す */
    }

    td:nth-child(2) {
    white-space: nowrap; /* 折り返さない */
    }

    .schedule-block {
        margin: 70px 40px  0;
    }

    /* bバナーschedule */

    .banner-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 25px;
        border: 1px solid var(--border-primary); /* セル下の細い線 */
    }

    .banner-table th,
    .banner-table td {
        padding: 18px 50px 16px 21px;
        border-bottom: 1px solid var(--border-primary); /* セル下の細い線 */
        vertical-align: middle;
        font-size: 1.6rem;


    }

    .banner-table th {
        text-align: left;
        font-weight: normal; /* 太字を解除 */
    }

    .banner-table td {
        text-align: left;
    }
}



.design-txt {
    font-size: 1.5rem;
}




@media screen and (min-width: 950px)  {
    .section--design {
        padding: 50px 6.25%;
    }

    .design-txt {
        font-size: 1.6rem;
    }
}

/* sectionーimg */

.section--img {
    background: var(--bg-secondary);
}

.tab-menu {
    display: flex;
    align-items: center;
    gap: 0 47px;
    justify-content: center;
    margin-top: 60px;
}

.tab-menu li {
    border: var(--border-primary) 1px solid;
    text-align: center;
    font-size: 2.0rem;
    padding: 3px 27px;
    font-weight: 500;
    box-shadow: 2px 2px 2px rgba(97, 65, 255, 0.2);
    width: 50%;
    background: linear-gradient(0deg, rgba(108, 197, 209, 0.20) 0%, rgba(108, 197, 209, 0.20) 100%), #2C2A2A;
}

.tab-pc {
    width: 100%;
    border: var(--border-primary) 1px solid;
    text-align: center;
    font-size: 2.0rem;
    padding: 3px 27px;
    font-weight: 500;
    box-shadow: 2px 2px 2px rgba(108, 197, 209, 0.8);
    background-color:  var(--border-primary);
    margin-top: 60px;
    color: #2C2A2A;
}

.tab-menu li.active {
  background-color: var(--border-primary);
  color: #2C2A2A;
}

.tab-content {
    margin-top: 50px;
    display: none;
}


.tab-content.active {
  display: block;
}



@media screen and (min-width: 950px) {
    .tab-menu {
        display: flex;
        align-items: center;
        gap: 0 47px;
        justify-content: center;
        margin-top: 60px;
        width: 100%;
    }

    .tab-menu li {
        border: var(--border-primary) 1px solid;
        text-align: center;
        font-size: 2.0rem;
        padding: 18px 27px;
        font-weight: 500;
        box-shadow: 2px 2px 2px rgba(108, 197, 209, 0.3);
        width: 35%;
        background: linear-gradient(0deg, rgba(108, 197, 209, 0.10) 0%, rgba(108, 197, 209, 0.10) 100%), #2C2A2A;
    }

    .tab-menu li:first-child{
        width: 65%;
    }

    .tab-menu li.active {
        background: linear-gradient(0deg, rgba(108, 197, 209, 0.20) 0%, rgba(108, 197, 209, 0.20) 100%), #2C2A2A;
        color: #2C2A2A;
        border: var(--border-primary) 1px solid;
    }

    .tab-pc {
        width: 100%;
        border: var(--border-primary) 1px solid;
        text-align: center;
        font-size: 2.0rem;
        padding: 3px 27px;
        font-weight: 500;
        box-shadow: 2px 2px 2px rgba(108, 197, 209, 0.8);
        background: linear-gradient(0deg, rgba(108, 197, 209, 0.10) 0%, rgba(108, 197, 209, 0.10) 100%), #2C2A2A;
        margin-top: 60px;
        color: #fcfcfc;
    }


    .tab-image {
        margin-top: 100px;  
        display: flex;
        align-items: flex-start;
        gap: 0 47px;
        justify-content: center;
        width: 100%;
    }

    .tab-content {
        display: block !important;
    }

    image {
        width: 100%;
    }

    .image01 {
        width: 65%;
    }

    .image02 {
        width: 35%;
    }
}



.list-flex {
    margin: 70px 15px 0;
}

.pc-display {
    display: none;
}



.prev-item {
    border: 1px solid var( --font-primary);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 上から積む */
    align-items: flex-start;         /* 横は中央揃え */
}

.link-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-txt,.prev-link {
    font-size: 1.6rem;
}
.item-txt {
    padding-bottom: 45px;
}

.link-box{
    margin: 24px 30px 50px;
}

.prev-link {
    border: 3px solid #FFF;
    box-shadow: 3px 4px 2px 2px #90FDFF;
    font-size: 1.6rem;
    letter-spacing: 3px;
    padding: 15px 60px 15px 20px;
}

.prev-link:active {
    border: 3px solid #FFF;
    box-shadow: none;
    font-size: 1.6rem;
    letter-spacing: 3px;
    padding: 15px 60px 15px 20px;
    background-color: var(--border-primary);
    color: var(--bg-primary);
    border: none;
}

.next-link {
    padding-bottom: 60px;
}
.prev-arrow {
    padding-top: 60px;
}

.link-btn {
    font-size: 2.0rem;
    font-weight: 800;
    padding: 17px 34px 17px 23px;
}

.link-btn:active {
    font-size: 2.2rem;
    font-weight: 800;
    padding: 17px 34px 17px 23px;
}

.sp-display {
    margin-top: 70px;
}


@media screen and (min-width: 769px) {


    .section-list {
        padding: 120px 6.25%;
    }

    .list-flex {
        display: flex;
        margin-top: 100px;
        justify-content: space-between;
        gap: 0 60px;
        align-items: flex-start;
    }

    .item-arrow {
        width: 50%;
        margin-top: 150px;
    }

    .prev-item {
        border: 1px solid#fcfcfc;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* 上から積む */
        align-items: flex-start;         /* 横は中央揃え */
    }

    .link-img {
         width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .item-txt,.prev-link {
        font-size: 1.6rem;
    }
    .item-txt {
        padding-bottom: 25px;
    }

    .link-box{
        margin: 24px 30px 50px;
    }

    .prev-link {
        border: 3px solid #FFF;
        box-shadow: 3px 4px 2px 2px #90FDFF;
        font-size: 1.6rem;
        letter-spacing: 3px;
        padding: 15px 60px 15px 20px;
    }

    .prev-link:hover {
        border: 3px solid #FFF;
        box-shadow: none;
        font-size: 1.6rem;
        letter-spacing: 3px;
        padding: 15px 60px 15px 20px;
        background-color: var(--border-primary);
        color: var(--bg-primary);
        border: none;
    }

    .next-link {
        padding-bottom: 50px;
    }

    .link-btn {
        font-size: 2.2rem;
        font-weight: 800;
        padding: 17px 34px 17px 23px;
    }

    .link-btn:hover {
        font-size: 2.2rem;
        font-weight: 800;
        padding: 17px 34px 17px 23px;
        
    }

    .next-item {
          flex: 0 0 30%; /* 横幅を固定 or パーセンテージで指定 */
    }

    .next-item2 {
        flex: 30% 0 0 ; /* 横幅を固定 or パーセンテージで指定 */

    }

    .sp-display {
        display: none;
    }

    .pc-display {
        display: block;
    }

    .prev-arrow {
        padding-top: 0;
    }





   

    

    
    

}




