@charset "UTF-8";
.section-work03 {
    padding: 41px var(--contentPadding, 6.4%);
}

.item-title{
    font-family: "Zen Kaku Gothic New";
    font-size: 2.0rem;
    font-weight: 500;
    white-space: nowrap;
}

.smbr {
    display: inline;
}

.pcbr {
    display: none;
}

.attention {
    font-size: 1.2rem;
    margin-top: 20px;
    padding-bottom: 25px;
}

.schedule-title {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 500;
}

.item_content {
    font-size: 1.4rem;
    margin-top: 25px;
}

.schedule {
    margin-top: 48px;
}

.mv-img {
    width: 100%;
    height: auto;
}

.title_span {
    display: block;
}

.szie {
    font-size: 1.6rem;
    display: inline-block;
}

.mock {
    display: block;
    width: 200px;
    height: auto;
}

.mock0 {
    margin-left: auto;
    margin-top: 95px;
}

.mock01 {
    margin-top: 100px;
}


.mock02 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 67px;
}

.mock03 {
    display: block;
    width: 151px;
    height: auto;
    margin-top: 107px;
    display: block;
    margin-left: auto;
}

.mock04 {
    display: block;
    width: 189px;
    height: auto;
    margin-top: 88px;
}

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

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


.schedule-table tbody td {
  border-bottom: 1px solid rgba(114, 114, 114, 0.30);; /* セル下の細い線 */
  padding: 13px 12px 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; /* 折り返さない */
}

.point_title {
    font-size: 1.7rem;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    margin-top: 26px;
}

.target_top {
    margin-top: 48px;
}


.point_list {
    margin-top: 10px;
}

.point_item, .point_txt {
    font-size: 1.4rem;
    margin-left: 15px;
}

.point_txt {
    margin-top: 10px;
}

.composition_br {
    display: block;
}

.page_margin {
    margin-top: 32px;
}

.itembr {
    display: block;
}

.page_item {
    font-size: 1.4rem;
}

.design_margin {
    margin-top: 120px;
}



.design_item:first-of-type {
    margin-top: 0;
}

.design_list {
  list-style-type: disc;  /* ・を表示 */
  padding-left: 20px;     /* 左余白 */
  margin: 20px 0 0;              /* 必要に応じて調整 */
}

.design_item {
  margin: 24px 0;         /* 上下24pxの余白をつけて間隔を空ける */
  font-size: 1.4rem;      /* 文字サイズ調整 */
}

.detail_btn {
    display: flex;
    align-items: center;
    margin-top: 60px;
    padding: 0 10px 5px;
    border-bottom: 1px solid #333;
    transition: all 0.3s ease;
}

.detail_txt {
    font-size: 1.6rem;
    line-height: 1.8; /* 28.8px */
    margin-right: 20px;
    transition: color 0.3s ease;
}

.detail_arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 20px;
  height: 1px;
  background: currentColor;
  margin-top: 3px;
  transition: color 0.3s ease;
}

.detail_arrow::before {
   content: '';
    width: 6.5px;
    height: 6.5px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: 0;
    box-sizing: border-box;
}


.detail_btn:active {
    border-bottom: 1px solid #795FFF;
}

.detail_btn:active .detail_txt  {
    color: #795FFF;
}

.detail_btn:active .detail_arrow  {
    color: #795FFF;
}



.button_list {
    display: flex;
    align-items: center;
    gap: 0 85px;
    margin: 125px auto 50px;
    justify-content: center;
}

.work-button {
    border: 1px solid  var(--font-accent, #795FFF);
    border-radius: 50%;
    padding:  15px 18px;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: 1.8; /* 28.8px */
    letter-spacing: 1.5px;
    text-align: center;
    box-shadow: 1px 4px 6px rgba(97, 65, 255, 0.3);
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.2s ease;

}

.work-button:active{
    background-color: var(--font-accent, #795FFF);
    color: #FFF;
    transform: scale(0.95);
    box-shadow: 1px 2px 3px rgba(97, 65, 255, 0.4);
}

.dummy {
    visibility: hidden;
}

.buttonbr {
    display: block;
}

.section-list {
    padding: 75px 0;
    border-top: 1px solid #d7d6e9; 
}

.list-title {
    padding: 0 var(--contentPadding, 66.4%);
} 

.work_list {
    margin-top: 68px;
}

.work_item {
    padding: 27px var(--contentPadding, 66.4%);
    border-top: #795FFF 1px solid;
}


.work_item .work-link {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    width: 100%;
    transition: transform 0.3s, background-color 0.3s, color 0.3s;

}

/* アクティブ時 */
.work_item:active {
    background-color: #795FFF;
    color: #FFF;
}

/* アクティブ時の子要素も同様に色 */
.work_item .work-link:active .work-text,
.work_item .work-link:active .list-year,
.work_item .work-link:active .here-wrapper .now{
    color: #FFF;
}
.work_item .work-link:active .here-wrapper .now_triangle{
    background-color: #FFF;
}

.work_item:last-of-type {
    border-bottom: #795FFF 1px solid;
}

.work-text {
    font-size: 1.4rem;
}

.work_spbr {
    display: block;
}

.list-year {
    margin-top: 19px;
    font-size: 1.2rem;
}

.list-image img {
    display: block;
    width: 120px;
}

.border {
    border: 1px solid #795FFF;
}

.here-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* これ大事！親の幅いっぱい使う */

}

.here {
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.now {
  color: #795FFF;
  font-size: 1.6rem;
  font-weight: 500;
}

.now_triangle {
    background-color: #795FFF;
    width: 14px;
    height: 12px;
    margin-top: 4px;
    margin-right: 20px;
}

.banner-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.banner-table th,
.banner-table td {
  padding: 8px 12px;
  font-size: 1.4rem;
  line-height: 1.8;
}

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

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



.bn-mock01 {
    width: 200px;
    height: auto;
    margin-top: 89px;
    display: block;
    margin-left: auto;
}
.bn-mock02 {
    width: 200px;
    height: auto;
    margin-top: 94px;
}

.bn-mock03 {
    margin-top: 85px;
}

.pcbr {
    display: block;
}

.line {
    display: none;
}

.work02_span {
    margin-left: 15px;
}

@media screen and (min-width: 950px) {
    .section-work03 {
        padding: 120px 9.375%;
    }

    .item-title{
        font-size: 3.6rem;
    }

    .title_span {
        display: inline-block;
    }

    .smbr {
        display: inline-block;
    }

    .line {
        display: inline-block;
        margin: 0 15px;
    }

    .attention {
        font-size: 1.6rem;
        margin-top: 13px;
        padding-bottom: 25px;
    }

    .schedule-title {
        font-size: 2.8rem;
    }

    .item_content {
        font-size: 1.6rem;
        margin-top: 71px;
    }

    .schedule {
        margin-top: 100px;
    }

    .mock {
        display: block;
        height: auto;
    }

    .mock0 {
        margin-top: 123px;
        width: 424px;
    }

    .mock01 {
        margin-left: 41px;
        margin-top: 120px;
        width: 385px;
    }




    .mock02 {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 116px;
    }

    .img-padding {
        padding-right: 8.044%;
        padding-left: 3.125%;
    }

    .mock03 {
        display: block;
        width: 390px;
        height: auto;
        margin-top: 193px;
        display: block;
        margin-left: auto;
    }

    .mock04 {
        display: block;
        width: 390px;
        height: auto;
        margin-top: 120px;
    }

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

    thead {
        display: table-header-group;
    }


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

    .schedule-table thead th {
        border-bottom: 1px solid rgba(114, 114, 114, 0.30); /* セル下の細い線 */
        padding: 18px 80px 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; /* 折り返さない */
    }

    .pc-flex {
        display: flex;
        align-items: center;
        margin-top: 25px;
    }

    .point_title {
        font-size: 2.0rem;
        margin-top: 0;
        min-width: 110px;
    }

    .target_top {
        margin-top: 0;
    }

    .target_pc {
        margin-top: 67px;
    }


    .point_list {
        margin-top: 0;
        display: flex;
        align-items: center;
        margin-left: 70px;
    }

    .point_item {
        font-size: 1.6rem;
        margin-left: 25px;
    }

    .point_item:first-of-type {
        margin: 0;
    }

    .point_txt {
        margin-top: 0;
        margin-left: 70px;
        font-size: 1.6rem;
    }

    .composition_flex {
        display: flex;
        align-items: center;
    }

    .top_item {
        margin-left: 25px;
    }

    .composition_br {
        display: inline;
    }

    .composition {
        align-items: start;
    }

    .page-flex {
        align-items: start;
        margin-top: 25px;
    }

    .flex-start {
        align-items: flex-start;
    }

    .page-flex .page-left {
        margin-left: 25px;
    }

  

    .page_margin {
        margin-top: 0;
    }

    .itembr {
        display: inline-block;
    }

    .page_item {
        font-size: 1.6rem;
    }

    .design_margin {
        margin-top: 135px;
    }



    .design_item:first-of-type {
        margin-top: 0;
    }

    .design_list {
        list-style-type: disc;  /* ・を表示 */
        padding-left: 20px;     /* 左余白 */
        margin: 30px 23px 0;              /* 必要に応じて調整 */
    }

    .design_item {
        margin: 15px 0;         /* 上下24pxの余白をつけて間隔を空ける */
        font-size: 1.6rem;      /* 文字サイズ調整 */
    }

    .button_list {
        gap: 0 127px;
        margin: 200px auto 50px;
    }

    .detail_btn {
        margin-top: 100px;
        padding: 0 20px 5px;
    }

    .detail_txt {
        font-size: 1.8rem;
        line-height: 1.8; /* 28.8px */
        margin-right: 20px;
    }


    .detail_btn:hover {
        border-bottom: 1px solid #795FFF;
    }

    .detail_btn:hover .detail_txt  {
        color: #795FFF;
    }

    .detail_btn:hover .detail_arrow  {
        color: #795FFF;
    }


    .work-button {
        border: 2px solid  var(--font-accent, #795FFF);
        padding:  30px 34px;
        font-size: 2.0rem;
        text-align: center;
    }

    .work-button:hover {
        background-color: var(--font-accent, #795FFF);
        color: #FFF;
        transform: scale(0.95);
        box-shadow: 0 2px 3px rgba(97, 65, 255, 0.4);
    }

    .next1:hover {
        cursor: url("../image/icon2.png"), auto;
    }

    .prev2:hover {
        cursor: url("../image/icon1.png"), auto;
    }

    .next2:hover {
        cursor: url("../image/icon3.png"), auto;
    }

    .prev3:hover {
        cursor: url("../image/icon2.png"), auto;
    }

    .next3:hover {
        cursor: url("../image/icon4.png"), auto;
    }

    .prev4:hover {
        cursor: url("../image/icon3.png"), auto;
    }

    .next4:hover {
        cursor: url("../image/icon5.png"), auto;
    }

    .prev5:hover {
        cursor: url("../image/icon4.png"), auto;
    }

    .next5:hover {
        cursor: url("../image/icon6.png"), auto;
    }

    .prev6:hover {
        cursor: url("../image/icon5.png"), auto;
    }

    

    .buttonbr {
        display: block;
    }

    .linkImg {
        position: relative;
        display: inline-block;
    }


    

    .section-list {
        padding: 125px 6.25%;
        border-top: 1px solid #d7d6e9; 
    }

    .list-title {
        padding: 0 ;
    } 

    .work_list {
        margin-top: 85px;
    }

    .work_item {
        padding: 27px var(--contentPadding, 66.4%);
        border: #795FFF 1px solid;
        border-top: none;
        height: 190px;
        transition: transform 0.3s, background-color 0.3s, color 0.3s;

    }

    .work_item .work-link {
        display: flex;
        align-items: center;
        justify-content: space-between;    
        width: 100%;
        height: 100%;
    }

    /* アクティブ時 */
    .work_item:hover {
        background-color: rgba(121, 95, 255, 0.95);
        color: #FFF;
        transform: scale(1.03); /* 少し大きく */
        cursor: pointer;
    }

    /* アクティブ時の子要素も同様に色 */
    .work_item .work-link:hover .work-text,
    .work_item .work-link:hover .list-year,
    .work_item .work-link:hover .here-wrapper .now{
        color: #FFF;
    }

    .work_item .work-link:hover .here-wrapper .now_triangle{
        background-color: #FFF;
    }


    

    .work_item:last-of-type {
        border-bottom: #795FFF 1px solid;
    }

    .work_item:first-of-type {
        border-top:  #795FFF 1px solid;
    }

    .work-text {
        font-size: 1.6rem;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .work-text p {
        min-width: 38.19vw;
    }

    .work_spbr {
        display: inline;
    }

    .work-list-title {
        min-width: 479px;
    }

    .list-year {
        margin-top: 0;
        font-size: 1.6rem;
        margin-left: 5.46%;
        margin-top: 2px;
    }

    .list-image img {
        display: block;
        width: 130px;
    }

   .here-wrapper {
        height: 140px;
   }

    .here {
        display: flex;
        gap: 0 10px;
        align-items: center;
        line-height: 86px; /* 高さと同じ数値でテキストを中央揃え */
    }

    .now {
    color: #795FFF;
    font-size: 1.6rem;
    font-weight: 500;
    }

    .now_triangle {
        width: 18px;
        height: 16px;
        margin-right: 20px;
    }

    .work02_span {
        margin-left: 0;
    }

    .banner-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 25px;
    }

    .banner-table th,
    .banner-table td {
        padding: 15px 20px 15px 52px;
        font-size: 1.6rem;
    }

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

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



    .bn-mock01 {
        width: 425px;
        height: auto;
        margin-top: 120px;
        display: block;
        margin-left: auto;
    }

    .bn-mock02 {
        width: 422px;
        height: auto;
        margin-top: 94px;
    }

    .bn-mock03 {
        margin-top: 127px;
    }
    
}

/* モーダル */

.modal {
    display: none;       /* 最初は非表示 */
    position: fixed;
    inset: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);

}

.modal-content {
    padding: 100px 6.4% 100px;
    max-height: 100vh;
    overflow-y: auto;
    background: #f3f1fe;
    margin: 0;
}


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

.tab-menu li {
    border: #795FFF 1px solid;
    text-align: center;
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.0rem;
    padding: 3px 27px;
    font-weight: 500;
    box-shadow: 2px 2px 2px rgba(97, 65, 255, 0.3);
    width: 50%;
    background-color: #fcfcfc;
}

.tab-pc {
    width: 100%;
    order: #795FFF 1px solid;
    text-align: center;
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.0rem;
    padding: 3px 27px;
    font-weight: 500;
    box-shadow: 2px 2px 2px rgba(97, 65, 255, 0.3);
    background-color: #fcfcfc;
    margin-top: 60px;
}

.tab-menu li.active {
  background-color: #795FFF;
  color: #fcfcfc;
}

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


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






.close-button {
    margin: 50px auto;
    align-items: center;
    padding: 0 12px 5px;
    position: relative;
    display: block;
    width: fit-content;
}

.close-button::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;      /* ← 必要なら 60% とかでもOK */
  height: 1px;
  background-color: #333;
  transition: background-color 0.3s ease;
}

.close-button:active:after {
  background-color: #795FFF;
}

.close_icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 18px;
  height: 21px;
  box-sizing: content-box;
  vertical-align: top;
  margin-top: 7px;
}

.close_icon  > span {
  width: 52%;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.close_icon  > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.close_txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: 1.8; /* 28.8px */
}

.close-button:active .close_txt  {
    color: #795FFF;
}

.close-button:active .close_icon {
    color: #795FFF;
}


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

    .modal-content {
        padding: 150px 6.25% 100px;
    }


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

    .tab-menu li {
        border: #795FFF 1px solid;
        text-align: center;
        color: #000;
        font-family: "Zen Kaku Gothic New";
        font-size: 2.0rem;
        padding: 3px 27px;
        font-weight: 500;
        box-shadow: 2px 2px 2px rgba(97, 65, 255, 0.3);
        width: 35%;
        background-color: #fcfcfc;

    }

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

    .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%;
    }



    .close-button {
        margin: 200px auto;
        padding: 0 25px 5px 20px;
        cursor: pointer;
    }


    .close_icon {
   
    width: 28px;
    height: 31px;
    margin-top: 5px;
    }



    .close_txt {
        font-size: 2.0rem;
    }

    .close-button:hover::after {
        background-color: #795FFF;
    }

    .close-button:hover .close_txt  {
        color: #795FFF;
    }

    .close-button:hover .close_icon {
        color: #795FFF;
    }
}




