/* CSS Document */

.p-mv-case-detail:not(.slick-initialized) {
    opacity: 0;
    transition: .2s;
}
.product .s_top_wrap.case-top_wrap {
    max-height:none;
    height: 50px;
    margin-bottom:400px;
}

.mv-slider_loop {
  display: flex;
  overflow: hidden;
}
.mv-slider_loop_group {
 display: flex;
 animation :infinity-scroll-left 95s infinite linear 0.5s both;    
}
.mv-slider_loop_item {
    width: calc(100% / 2);
    min-width: 640px;
    height: 400px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 2px 16px rgb(0 0 0 / 16%); */
    background: #666;
}
.mv-slider_loop_item::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #131C27;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: .2;
    mix-blend-mode: overlay;
}
.mv-slider_loop_item::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 60, 135, 1) -10%, rgba(0, 60, 135, 0) 60%);
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        opacity: .4;
}
.mv-slider_loop_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 640px){
    .mv-slider_loop_item {
        min-width: 80vw;
        height: 40vh;
        min-height: 280px;
    }
    .product .s_top_wrap.case-top_wrap {
        margin-bottom:40vh;
    }
    
}


/* search */
.box-search-freeword {
    position: relative;
    margin: 0 auto;
}
.box-search-freeword input[type="text"] {
    border: 1px solid #00A2AA;
    border-radius: 50px;
    font-size: clamp(15px, 2vw, 20px);
    padding: clamp(12px, 1.5vw, 15px) clamp(20px, 4vw, 40px);
    width: 100%;
    position: relative;
    z-index: 1
}
.box-search-freeword button {
    position: absolute;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227.621%22%20height%3D%2227.621%22%20viewBox%3D%220%200%2027.621%2027.621%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M26%2C26l-8.039-8.047m2.734-6.6A9.348%2C9.348%2C0%2C1%2C1%2C11.348%2C2%2C9.348%2C9.348%2C0%2C0%2C1%2C20.7%2C11.348Z%22%20transform%3D%22translate(-0.5%20-0.5)%22%20fill%3D%22none%22%20stroke%3D%22%2300a2aa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
    width: clamp(20px, 2.4vw, 24px);
    height: clamp(20px, 2.4vw, 24px);
    right: clamp(20px, 3vw, 30px);
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    border: none;
    transition: .3s;
    cursor: pointer;
}
.box-search-freeword button:hover {
    opacity: .7;
}
.box-search-filter {
    background: #F7F7F7;
    border: 1px solid #EBEBEB;
    padding: clamp(10px, 2.5vw, 25px) clamp(20px, 4vw, 40px) 5px;
    margin: clamp(20px, 3.5vw, 35px) auto 0;
    position: relative;
}
.box-search-filter h3 {
    margin-bottom: clamp(10px, 3.5vw, 35px);
    font-size: clamp(16px, 2.5vw, 25px);
    line-height: 1;
    position: relative;
}
.box-search-filter h3  span {
    display: flex;
    gap:10px;
    align-items: center;
}
.box-search-filter h3  span::before {
    content: '';
    display: block;
    padding-left: clamp(20px, 2.4vw, 24px);
    height: clamp(20px, 2.4vw, 24px);
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cellipse%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_9%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%209%22%20cx%3D%2212%22%20cy%3D%222%22%20rx%3D%2212%22%20ry%3D%222%22%20transform%3D%22translate(3%203)%22%20fill%3D%22none%22%20stroke%3D%22%2300a2aa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_18%22%20data-name%3D%22%E3%83%91%E3%82%B9%2018%22%20d%3D%22M3%2C5c0%2C3.066%2C5.161%2C9.177%2C7.808%2C12.107a5.868%2C5.868%2C0%2C0%2C1%2C1.525%2C3.921V24.25A2.709%2C2.709%2C0%2C0%2C0%2C15%2C27h0a2.709%2C2.709%2C0%2C0%2C0%2C2.667-2.75V21.028a5.87%2C5.87%2C0%2C0%2C1%2C1.525-3.921C21.84%2C14.177%2C27%2C8.068%2C27%2C5%22%20transform%3D%22translate(0)%22%20fill%3D%22none%22%20stroke%3D%22%2300a2aa%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E')50% 50% no-repeat;
    background-size: cover;
}
.p-box-filter {
    display: flex;
    padding: clamp(15px, 2.5vw, 25px) 0;
    border-top: 1px solid rgba(25,25,25,.2);
}
.p-box-filter:last-of-type {
    border-bottom: 1px solid rgba(25,25,25,.2);
}
.p-box-filter dt {
    width: 160px;
    padding-left: clamp(10px, 2vw, 20px);
    font-size: clamp(14px, 2vw, 20px);
    font-weight: bold;
    color:#00A2AA;
}
.p-box-filter dd {
    width: calc(100% - 20px - 160px);
}
.p-box-filter dd > ul {
    display: flex;
    flex-wrap: wrap;
    gap:10px 5px;
    font-size: clamp(13px, 1.47vw, 17px);
}
.p-box-filter dd li {
    width: calc((100% - 20px) / 5);
    line-height: 1.2;
}

@media only screen and (max-width: 844px){
    .box-search-freeword,
    .box-search-filter {
        width: 100%;
        max-width: 720px;
    }
}

@media only screen and (max-width: 1100px){
    .p-box-filter dd li {
        width: calc((100% - 15px) / 4);
    }
    .p-box-filter dt {
        width: 120px;
    }
    .p-box-filter dd {
        width: calc(100% - 20px - 120px);
    }    
}
@media only screen and (max-width: 640px){
    .p-box-filter {
        flex-direction: column;
    }
    .p-box-filter dd li {
        width: calc((100% - 5px) / 2);
    }
    .p-box-filter dt,
    .p-box-filter dd  {
        width: 100%;
    }
    .p-box-filter dt {
        padding: 0 0 10px 0;
    }
}





.c-input-checkox {
    position: relative;
    cursor: pointer;
}
.c-input-checkox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.c-input-checkox span  {
    display: flex;
    gap:8px;
    align-items: center;
}
.c-input-checkox span::before  {
    content: '';
    display: block;
    padding-left: 17px;
    height: 17px;
    border: 1px solid #B7B7B7;
    background: #fff;
}
.c-input-checkox input:checked+span::before  {
    border-color: #00A2AA;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%2300A2AA%22%20stroke-width%3D%222.5%22%20class%3D%22ai%20ai-CheckBoxFill%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7%202a5%205%200%200%200-5%205v10a5%205%200%200%200%205%205h10a5%205%200%200%200%205-5V7a5%205%200%200%200-5-5H7zm8.73%208.684a1%201%200%201%200-1.46-1.368l-3.083%203.29-1.523-1.353a1%201%200%200%200-1.328%201.494l2.25%202a1%201%200%200%200%201.393-.063l3.75-4z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: 30px auto;
}
.btn-submit-search {
    background: #00A2AA;
    font-size: clamp(16px, 2.4vw, 24px);
    color: #fff;
    font-weight: bold;
    width: 80%;
    max-width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(48px, 6vw, 60px);
    border: none;
    margin: 0 auto;
    top: clamp(28px, 3.5vw, 35px);
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.btn-submit-search:hover {
    background: #07bebf;
}

.btn-submit-search span {
    display: inline-flex;
    align-items: center;
    gap:15px;
}
.btn-submit-search span::before {
    content: '';
    padding-left: 20px;
    height: 20px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_6%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%206%22%20transform%3D%22translate(-2%20-2)%22%3E%20%3Cellipse%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_9%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%209%22%20cx%3D%2212%22%20cy%3D%222%22%20rx%3D%2212%22%20ry%3D%222%22%20transform%3D%22translate(3%203)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_18%22%20data-name%3D%22%E3%83%91%E3%82%B9%2018%22%20d%3D%22M3%2C5c0%2C3.066%2C5.161%2C9.177%2C7.808%2C12.107a5.868%2C5.868%2C0%2C0%2C1%2C1.525%2C3.921V24.25A2.709%2C2.709%2C0%2C0%2C0%2C15%2C27h0a2.709%2C2.709%2C0%2C0%2C0%2C2.667-2.75V21.028a5.87%2C5.87%2C0%2C0%2C1%2C1.525-3.921C21.84%2C14.177%2C27%2C8.068%2C27%2C5%22%20transform%3D%22translate(0)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E')50% 50% no-repeat;
    background-size: cover;    
}
.btn-toggle {
    position: absolute;
    width: clamp(30px, 4vw, 40px);
    height: clamp(30px, 4vw, 40px);
    right: clamp(20px, 4vw, 40px);
    top:calc( clamp(20px, 4vw, 40px) - 5px );
    z-index: 5;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%2300A2AA%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-CircleChevronUpFill%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%201%2012%201zM8.707%2014.207a1%201%200%200%201-1.414-1.414l4-4a1%201%200%200%201%201.414%200l4%204a1%201%200%200%201-1.414%201.414L12%2010.914l-3.293%203.293z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
    transition: .3s;
    cursor: pointer;
}
.btn-toggle.is-close {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300A2AA%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-CircleChevronDown%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M8%2010.5l4%204%204-4%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
}
.box-search-filter form {
    transition: .3s;
    transform-origin: center top;
    transform: scale(1,1);
    padding: 1px 0;
}
.btn-toggle.is-close+form {
    transform: scale(1,0);
    max-height: 0;
    overflow: hidden;
}




/* list */
.p-list-cases {
    display: flex;
    flex-wrap: wrap;
    gap:clamp(40px, 6vw, 60px) min(3.6vw, 36px);
    margin: min(2vw, 40px) auto clamp(40px, 12vw, 160px);
}
.-mg-b60 .p-list-cases,
.main-case-detail + .container .p-list-cases {
    margin-bottom: min(6vw, 60px);
}
.main-case-detail + .container .box-search-filter {
    margin-bottom: clamp(80px, 16vw, 160px);
}
.p-list-cases + .btn-box {
    margin-top: clamp(50px, 8vw, 80px);
}
.c-item-case {
    width: calc((100% - min(3.6vw, 36px) * 2) / 3);
}
.c-item-case .c-thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.c-item-case .c-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
.c-item-case .c-text {}
.c-item-case .c-text h3 {
    font-size: clamp(13px, 1.6vw, 16px);
    font-weight: normal;
}
.c-item-case .c-text h3 b {
    display: flex;
    font-size: clamp(17px, 2vw, 20px);
    width: 100%;
    gap:10px;
    margin-top: 4px;
}
.c-item-case .c-text h3 b::after {
    content: '';
    display: block;
    width: 12px;
    height: 24px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300A2AA%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ChevronRight%22%3E%3Cpath%20d%3D%22M8%204l8%208-8%208%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
    background-size: cover;
    margin-top: 4px;
}
.c-item-case .c-text p {
    font-size:  clamp(14px, 1.8vw, 18px);
    margin-top:  clamp(10px, 2vw, 20px);
}
.c-item-case .c-text .c-tabs {
    display: flex;
    flex-wrap: wrap;
    gap:5px;
    font-size:  clamp(12px, 1.4vw, 14px);
    margin-top: clamp(10px, 1.6vw, 16px);
    padding: 0;
    list-style: none;
}
.c-item-case .c-text .c-tabs span {
    display: inline-block;
    padding: 0 clamp(10px, 1.5vw, 15px);
    border: 1px solid #D8D8D8;
    border-radius: 30px;
}
.c-item-case .c-text .c-tabs li:first-of-type span {
    border: 1px solid #D8D8D8;
    background: #00A2AA;
    border-color: #00A2AA;
    color: #fff;
}
.c-item-case .c-text * {
    color: currentColor;
}
@media only screen and (max-width: 844px){
    .p-list-cases {
        flex-direction: column;
        width: 90%;
        max-width: 600px;        
    }
    .c-item-case {
        width: 100%;
    }
    .c-item-case .c-thumb {
        width: 100%;
        aspect-ratio: 3 / 2;
        overflow: hidden;
    }
    .c-item-case .c-thumb img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .c-item-case .c-text {}
    .c-item-case .c-text h3 {
        margin-bottom: 1em;
    }
    .c-item-case .c-text h3 b {
        display: flex;
        width: 100%;
        gap:10px;
        margin-top: 4px;
    }
    .c-item-case .c-text h3 b::after {
        content: '';
        display: block;
        width: 12px;
        height: 24px;
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2300A2AA%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ChevronRight%22%3E%3Cpath%20d%3D%22M8%204l8%208-8%208%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
        background-size: cover;
        margin-top: 4px;
    }
    .c-item-case .c-text p { }
    .c-item-case .c-text .c-tabs { }
}
@media only screen and (max-width: 844px){
    .p-list-cases {
        width: 100%;
        max-width: 600px;        
    }
}



.p-btn-wide {
    border: 1px solid #B5B5B5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(50px, 6vw, 60px);
    font-size: clamp(16px, 1.8vw, 18px);
    transition: .3s;
}
.p-btn-wide:hover {
    background: #00a2aa;
    border-color: #00a2aa;
}


@media only screen and (max-width: 844px){
    .p-btn-wide {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
}


.p-btn-wide span {
    display: inline-flex;
    color: #00A7BA;
    align-items: center;
    gap:5px;
    transition: .3s;
}
.p-btn-wide:hover span {
    color: #fff;
}

.p-btn-wide span svg {
    width: 20px;
    height: 20px;
    /* position: absolute;
    top: 50%;
    right: 10px; */
}
.p-btn-wide span svg .circle {
    fill: #00A2AA;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 26px;
    stroke-dashoffset: 26px;
    transition: stroke-dashoffset 0.3s;
}
.p-btn-wide span svg .arrow {
    fill: #FFFFFF;
}
.p-btn-wide span svg .arrow {
    transform: translate(0.5px,0.5px);
}

.p-btn-wide:hover svg .circle {
    stroke-dashoffset: 0px;
}


/* 莠倶ｾ玖ｩｳ邏ｰ */
.p-mv-case-detail {
    padding: 35px 0 0;
    height: 635px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.p-mv-case-detail .slick-slide {
  width: 1200px;
  height: 600px;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}
.p-mv-case-detail .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-dots .slick-dots {
    position: relative;
    bottom:0;
    margin-top: clamp(10px, 2vw, 20px);
}
.slider-dots li {
    width: 13px;
    margin: 0 5px;
}
.slider-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.slider-dots li button::before {
    display: none;
}
.slider-dots li.slick-active button {
    background: #fff;
}
.p-mv-case-detail .slick-arrow {
    width: clamp(40px, 5vw, 50px);
    height: clamp(40px, 5vw, 50px);
    background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-CircleChevronRightFill%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%201%2012%201zM9.793%208.707a1%201%200%200%201%201.414-1.414l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-1.414-1.414L13.086%2012%209.793%208.707z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
   background-size: cover;
    border-radius: 50%;
    z-index: 100;
}
.p-mv-case-detail .slick-arrow::before {
    display: none;
}
.p-mv-case-detail .slick-prev {
    left: 50%;
    transform: translate(-580px, 0) rotate(-180deg);
}
.p-mv-case-detail .slick-next {
    right: 50%;
    transform: translate(580px, 0);
    z-index: 100;
}
@media only screen and (max-width: 1279px){
    .p-mv-case-detail {
        padding: 35px 0 0;
        height: calc(60vw + 35px);
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .p-mv-case-detail .slick-slide {
      width: auto;
      height: 60vw;
        aspect-ratio:2 / 1;
      position: relative;
      overflow: hidden;
      padding: 0 40px;
    }
    
    .p-mv-case-detail .slick-prev {
        left: 0;
        transform: translate(0, 0) rotate(-180deg);
    }
    .p-mv-case-detail .slick-next {
        right: 0;
        transform: translate(0, 0);
    }
    
}


.w-head-case-detail {
    background: #F5F5F5;
    padding-top: clamp(120px, 14vw, 140px);
    overflow: hidden;
    position: relative;
}
.w-head-case-detail > * {
    position: relative;
    z-index: 2;
}
.w-head-case-detail::after {
    content: '';
    display: block;
    width: 100%;
    height: 380px;
    background: #00A2AA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.p-head-case-detail {
    display: flex;
    width: 60%;
    min-width: 1152px;
    margin: 0 auto;
    align-items:flex-end;
}
.hl-case-detail {
    font-size: clamp(14px, 2.5vw, 25px);
}
.hl-case-detail b {
    font-size:  clamp(25px, 3.6vw, 36px);
    margin-right: 10px;
}
.p-head-case-detail > div {
    margin-left: auto;
    flex-wrap: wrap;
    display: flex;
    width: 460px;
    gap:15px 0;
}
.p-head-case-detail dl {
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 50%;
    font-weight: bold;
}
.p-head-case-detail dt {
    color: #00A2AA;
    font-size: clamp(10px, 1.3vw, 13px);
    width: 90px;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #00A2AA;
    background: #fff;
    line-height: 1;
}
.p-head-case-detail dd {
    width: calc(100% - 90px);
    font-size: clamp(13px, 1.6vw, 16px);
    padding-left: 20px;
    line-height: 1;
}
@media only screen and (max-width: 1279px){
    .p-head-case-detail {
        width: 80%;
        max-width: 1080px;
        min-width: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .p-head-case-detail > div {
        display: flex;
        width: 100%;
        gap:10px 0;
    }
    .hl-case-detail {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 844px){
    .p-head-case-detail {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-head-case-detail dt {
        width: 70px;
    }
    .p-head-case-detail dd {
        width: calc(100% - 70px);
        font-size: clamp(13px, 1.6vw, 16px);
        padding-left: 10px;
    }    
}



.box-hl-copy {
    width: 60%;
    min-width: 1152px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 40px) 0 clamp(36px, 6vw, 60px);
    color: #fff;
}
.box-hl-copy p {
    font-size: clamp(16px, 2.4vw, 24px);
    margin-bottom: 5px;
}
.box-hl-copy h2 {
    font-size: clamp(25px, 5vw, 50px);
}
.case-inner {
    width: 60%;
    min-width: 1152px;
    margin: 0 auto;
    padding: clamp(40px, 9vw, 90px) 0 0;
}

@media only screen and (max-width: 1279px){
    .box-hl-copy,
    .case-inner {
        width: 80%;
        max-width: 1080px;
        min-width: 0;
    }
}
@media only screen and (max-width: 844px){
    .box-hl-copy,
    .case-inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}



.case-inner h3 {
    font-size: clamp(20px, 3vw, 30px);
    padding-left: .66em;
    border-left: 8px solid #00A2AA;
    line-height: 1.3;
    margin-bottom: clamp(30px, 5vw, 50px);
}


.case-inner p {
    font-size: clamp(14px, 1.8vw, 18px);
    line-height: 2;
}
.case-inner *+*:not(:last-child) {
    margin-bottom: clamp(30px, 5vw, 50px);
}

.case-inner h4 {
    font-size: clamp(16px, 2.5vw, 25px);
    margin-bottom: clamp(20px, 3vw, 30px);
}
.case-inner h4::before {
    content: "";
    width: 2rem;
    min-width: 16px;
    height: 2rem;
    min-height: 16px;
    background: #00A2AA;
    border-radius: 50%;
    border-bottom: none;
    margin-bottom: 0;
    display: inline-block;
    margin-right: max(1rem, 5px);
}



.p-figure {
    text-align: center;
}
.p-figure .c-img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.p-figure figcaption {
    color: #666;
    font-size: clamp(13px ,1.5vw, 15px);
    margin-top: 10px;
    font-weight: bold;
}
.w-figure-group {
    display: flex;
}
*+.w-figure-group {
    border-top: 1px solid rgba(25,25,25,.3);
    margin-top: clamp(40px,8vw, 80px);
    padding-top: clamp(40px,8vw, 80px);
}
.w-figure-group > * {
    width: 50%;
}

@media only screen and (max-width: 844px){
.w-figure-group {
    flex-direction: column;
    align-items: center;
}
.w-figure-group > * {
    width: 80%;
}
}