.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__slider {
    position: relative;
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
    display: block;
}

.splide--fade
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.splide--fade
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
    display: block;
}

.splide__arrow {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow:hover {
    opacity: 0.9;
}

.splide__arrow--prev {
    left: 1em;
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 1em;
}

.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 8px;
}

.splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide--nav
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.splide--nav
    > .splide__slider
    > .splide__track
    > .splide__list
    > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    left: auto;
    right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--prev
    svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--next
    svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--prev
    svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb
    > .splide__slider
    > .splide__track
    > .splide__arrows
    .splide__arrow--next
    svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}

.childpage .splide__pagination {
    position: static;
    padding-top: 40px;
    padding-top: 10.66667vw;
}

@media screen and (min-width: 640px) {
    .childpage .splide__pagination {
        padding-top: 40px;
        padding-top: 3.90625vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .splide__pagination {
        padding-top: 40px;
        padding-top: 2.5vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .splide__pagination {
        padding-top: 40px;
    }
}

.childpage .splide__pagination__page {
    background: #bcbccc;
    width: 8px;
    height: 8px;
}

.childpage .splide__pagination__page:hover,
.childpage .splide__pagination__page:focus {
    background: #2f353d;
}

.childpage .splide__pagination__page.is-active {
    background: #2f353d;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.childpage .splide__arrow {
    width: 34px;
    width: 9.06667vw;
    top: 20vw;
    -webkit-transition: opacity 0.3s !important;
    transition: opacity 0.3s !important;
}

.childpage .splide__arrow:disabled {
    opacity: 0;
    visibility: hidden;
}

.childpage .splide__arrow img {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .childpage .splide__arrow {
        top: 8.4vw;
        width: 34px;
        width: 3.32031vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .splide__arrow {
        top: 6.4vw;
        width: 34px;
        width: 2.125vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .splide__arrow {
        top: 106px;
        width: 34px;
    }
}

.childpage .splide__arrow--prev {
    left: 0;
}

@media screen and (min-width: 640px) {
    .childpage .splide__arrow--prev {
        left: -17px;
        left: -1.66016vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .splide__arrow--prev {
        left: -70px;
        left: -4.375vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .splide__arrow--prev {
        left: -70px;
    }
}

.childpage .splide__arrow--next {
    right: 0;
}

@media screen and (min-width: 640px) {
    .childpage .splide__arrow--next {
        right: -17px;
        right: -1.66016vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .splide__arrow--next {
        right: -70px;
        right: -4.375vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .splide__arrow--next {
        right: -70px;
    }
}

.childpage .mv {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 260px;
    height: 69.33333vw;
}

@media screen and (min-width: 640px) {
    .childpage .mv {
        height: 400px;
        height: 39.0625vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .mv {
        height: 400px;
    }
}

.childpage .mv::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1e2227;
    opacity: 0.6;
}

.childpage .mv .textbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.childpage .mv-title {
    font-size: 34px;
    font-size: 9.066666vw;
    letter-spacing: 0.04em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
}

@media screen and (min-width: 640px) {
    .childpage .mv-title {
        font-size: 48px;
        font-size: 4.6875vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .mv-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

.childpage .mv-text {
    font-size: 16px;
    font-size: 4.26vw;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-top: 2.66667vw;
    line-height: 1.5;
}

@media screen and (min-width: 640px) {
    .childpage .mv-text {
        font-size: 20px;
        font-size: 1.953125vw;
        margin-top: 10px;
        margin-top: 0.97656vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .mv-text {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 10px;
    }
}


.childpage .intro {
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
}

@media screen and (min-width: 640px) {
    .childpage .intro {
        padding-top: 60px;
        padding-top: 5.85938vw;
        padding-bottom: 100px;
        padding-bottom: 9.76562vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .intro {
        padding-top: 100px;
        padding-top: 6.25vw;
        padding-bottom: 120px;
        padding-bottom: 7.5vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .intro {
        padding-top: 100px;
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .intro .mod-inner {
        width: 900px;
        width: 56.25vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .intro .mod-inner {
        width: 900px;
    }
}

.childpage .intro-title {
    text-align: center;
    font-size: 20px;
    font-size: 5.33333vw;
    font-weight: normal;
    line-height: 1.5;
}

@media screen and (min-width: 640px) {
    .childpage .intro-title {
        font-size: 20px;
        font-size: 1.95312vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .intro-title {
        font-size: 26px;
        font-size: 1.625vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .intro-title {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.childpage .intro-text {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.85714;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
    margin-top: 10.66667vw;
}

@media screen and (min-width: 640px) {
    .childpage .intro-text {
        margin-top: 50px;
        margin-top: 4.88281vw;
        font-size: 14px;
        font-size: 1.36719vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .intro-text {
        margin-top: 50px;
        margin-top: 3.125vw;
        font-size: 16px;
        font-size: 1vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .intro-text {
        margin-top: 50px;
        font-size: 16px;
        font-size: 1rem;
    }
}

.childpage .intro-text + .intro-text {
    margin-top: 30px;
    margin-top: 8vw;
}

@media screen and (min-width: 640px) {
    .childpage .intro-text + .intro-text {
        margin-top: 30px;
        margin-top: 2.92969vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .intro-text + .intro-text {
        margin-top: 30px;
        margin-top: 1.875vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .intro-text + .intro-text {
        margin-top: 30px;
    }
}

@media screen and (min-width: 640px) {
    .childpage .hero {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .childpage .hero:nth-of-type(even) .imgbox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: auto;
    }
    .childpage .hero:nth-of-type(even) .textbox {
        margin-left: auto;
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .childpage .hero:nth-of-type(even) .textbox-inner {
        padding-left: 10px;
        padding-left: 0.97656vw;
    }
}

@media screen and (min-width: 640px) and (min-width: 1025px) {
    .childpage .hero:nth-of-type(even) .textbox-inner {
        padding-left: 30px;
        padding-left: 1.875vw;
    }
}

@media screen and (min-width: 640px) and (min-width: 1600px) {
    .childpage .hero:nth-of-type(even) .textbox-inner {
        padding-left: 30px;
    }
}

@media screen and (min-width: 640px) {
    .childpage .hero:nth-of-type(odd) .textbox {
        margin-right: auto;
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .childpage .hero:nth-of-type(odd) .textbox-inner {
        padding-right: 15px;
        padding-right: 1.46484vw;
    }
}

@media screen and (min-width: 640px) and (min-width: 1025px) {
    .childpage .hero:nth-of-type(odd) .textbox-inner {
        padding-right: 30px;
        padding-right: 1.875vw;
    }
}

@media screen and (min-width: 640px) and (min-width: 1600px) {
    .childpage .hero:nth-of-type(odd) .textbox-inner {
        padding-right: 30px;
    }
}

@media screen and (min-width: 640px) {
    .childpage .hero:nth-of-type(odd) .imgbox {
        margin-left: auto;
    }
}

@media screen and (min-width: 640px) {
    .childpage .hero .imgbox,
    .childpage .hero .textbox {
        height: 350px;
        height: 34.17969vw;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .hero .imgbox,
    .childpage .hero .textbox {
        height: 450px;
        height: 28.125vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .hero .imgbox,
    .childpage .hero .textbox {
        height: 450px;
    }
}

@media screen and (min-width: 640px) {
    .childpage .hero .imgbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        overflow: hidden;
        max-width: 1000px;
    }
    .childpage .hero .imgbox img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .childpage .hero .imgbox.top img {
        -o-object-position: center top;
        object-position: center top;
    }
    .childpage .hero .imgbox.top img {
        -o-object-position: right center;
        object-position: right center;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .hero .imgbox {
        height: 450px;
    }
}

.childpage .hero .imgbox img {
    width: 100%;
}

.childpage .hero .textbox {
    padding: 0 20px;
    padding: 0 5.33333vw;
    max-width: 800px;
}

@media screen and (min-width: 640px) {
    .childpage .hero .textbox {
        padding: 0 25px;
        padding: 0 2.44141vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1000px;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .hero .textbox {
        padding: 0 70px;
        padding: 0 4.375vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .hero .textbox {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.childpage .hero .textbox-inner {
    padding-top: 40px;
    padding-top: 10.66667vw;
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
}

@media screen and (min-width: 640px) {
    .childpage .hero .textbox-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.childpage .hero-title {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.625;
}

@media screen and (min-width: 640px) {
    .childpage .hero-title {
        font-size: 16px;
        font-size: 1.5625vw;
        line-height: 1.7;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .hero-title {
        font-size: 20px;
        font-size: 1.25vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .hero-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.childpage .hero-text {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.85714;
    margin-top: 30px;
    margin-top: 8vw;
}

@media screen and (min-width: 640px) {
    .childpage .hero-text {
        font-size: 14px;
        font-size: 1.36719vw;
        margin-top: 20px;
        margin-top: 1.95312vw;
        line-height: 1.875;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .hero-text {
        font-size: 16px;
        font-size: 1vw;
        margin-top: 40px;
        margin-top: 2.5vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .hero-text {
        margin-top: 40px;
        font-size: 16px;
        font-size: 1rem;
    }
}

.childpage .hero-caption {
    font-size: 11px;
    font-size: 2.93333vw;
    margin-top: 20px;
    margin-top: 5.33333vw;
}

@media screen and (min-width: 640px) {
    .childpage .hero-caption {
        font-size: 13px;
        font-size: 1.26953vw;
        margin-top: 20px;
        margin-top: 1.95312vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .hero-caption {
        font-size: 13px;
        font-size: 0.8125vw;
        margin-top: 20px;
        margin-top: 1.25vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .hero-caption {
        margin-top: 20px;
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.childpage .case,
.childpage .related {
    padding: 60px 0;
    padding: 16vw 0;
}

@media screen and (min-width: 640px) {
    .childpage .case,
    .childpage .related {
        padding: 80px 0;
        padding: 7.8125vw 0;
    }
}

@media screen and (min-width: 640px) {
    .childpage .case,
    .childpage .related {
        padding: 80px 0;
        padding: 5vw 0;
    }
}

@media screen and (min-width: 640px) {
    .childpage .case,
    .childpage .related {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.childpage .case .mod-inner {
    padding: 0;
}

@media screen and (min-width: 640px) {
    .childpage .case .mod-inner {
        width: 100%;
        padding: 0 40px;
        padding: 0 3.90625vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .case .mod-inner {
        width: 1200px;
        width: 75vw;
        padding: 0;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .case .mod-inner {
        width: 1200px;
    }
}

.childpage .case-slider {
    margin-top: 40px;
    margin-top: 10.66667vw;
}

@media screen and (min-width: 640px) {
    .childpage .case-slider {
        margin-top: 60px;
        margin-top: 5.85938vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .case-slider {
        margin-top: 60px;
        margin-top: 3.75vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .case-slider {
        margin-top: 60px;
    }
}

.childpage .case-link {
    display: block;
    -webkit-transition: opacity 0.3s !important;
    transition: opacity 0.3s !important;
}

.childpage .case-link:hover .imgbox,
.childpage .case-link:focus .imgbox {
    opacity: 0.7;
}

.childpage .case .imgbox {
    width: 100%;
    -webkit-transition: opacity 0.3s !important;
    transition: opacity 0.3s !important;
}

.childpage .case .imgbox img {
    display: block;
    width: 100%;
}

.childpage .case .textbox {
    padding-top: 20px;
    padding-top: 5.33333vw;
}

@media screen and (min-width: 640px) {
    .childpage .case .textbox {
        padding-top: 25px;
        padding-top: 2.44141vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .case .textbox {
        padding-top: 25px;
        padding-top: 1.5625vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .case .textbox {
        margin-top: 25px;
    }
}

.childpage .case-title {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
}

@media screen and (min-width: 640px) {
    .childpage .case-title {
        font-size: 14px;
        font-size: 1.36719vw;
        line-height: 1.42857;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .case-title {
        font-size: 14px;
        font-size: 0.875vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .case-title {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.childpage .case-text {
    margin-top: 10px;
    margin-top: 2.66667vw;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
}

@media screen and (min-width: 640px) {
    .childpage .case-text {
        margin-top: 15px;
        margin-top: 1.46484vw;
        font-size: 14px;
        font-size: 1.36719vw;
        line-height: 1.42857;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .case-text {
        margin-top: 15px;
        margin-top: 0.9375vw;
        font-size: 14px;
        font-size: 0.875vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .case-text {
        margin-top: 15px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.childpage .related .mod-inner {
    padding: 0 30px;
    padding: 0 8vw;
}

@media screen and (min-width: 640px) {
    .childpage .related .mod-inner {
        width: 600px;
        width: 58.59375vw;
        padding: 0;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .related .mod-inner {
        width: 1200px;
        width: 75vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .related .mod-inner {
        width: 1200px;
    }
}

.childpage .related-list {
    margin-top: 40px;
    margin-top: 10.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
    .childpage .related-list.col-4.center,
    .childpage .related-list.col-5.center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .related-list.col-3 {
        margin-left: auto;
        margin-right: auto;
        width: 591px;
        width: 36.9375vw;
    }
    .childpage .related-list.col-3 .related-item {
        width: 31.302%;
        margin-left: 3.047% !important;
    }
    .childpage .related-list.col-3 .related-item:nth-of-type(3n + 1) {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .related-list.col-4 {
        width: 591px;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .related-list.col-4 {
        margin-left: auto;
        margin-right: auto;
        width: 794px;
        width: 49.625vw;
    }
    .childpage .related-list.col-4 .related-item {
        width: 23.305%;
        margin-left: 2.26% !important;
    }
    .childpage .related-list.col-4 .related-item:nth-of-type(4n + 1) {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .related-list.col-4 {
        width: 794px;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .related-list.col-5 {
        margin-left: auto;
        margin-right: auto;
        width: 996px;
        width: 62.25vw;
    }
    .childpage .related-list.col-5 .related-item {
        width: 18.57%;
        margin-left: 1.7875% !important;
    }
    .childpage .related-list.col-5 .related-item:nth-of-type(5n + 1) {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .related-list.col-5 {
        width: 996px;
    }
}

@media screen and (min-width: 640px) {
    .childpage .related-list {
        margin-top: 60px;
        margin-top: 5.85938vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .related-list {
        margin-top: 60px;
        margin-top: 3.75vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .related-list {
        margin-top: 60px;
    }
}

.childpage .related-list + .related-list {
    margin-top: 0;
}

.childpage .related-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47.6%;
}

.childpage .related-item:nth-of-type(even) {
    margin-left: 4.8%;
}

.childpage .related-link {
    display: block;
    -webkit-transition: opacity 0.3s !important;
    transition: opacity 0.3s !important;
}

.childpage .related-link:hover .imgbox img,
.childpage .related-link:focus .imgbox img {
    opacity: 0.7;
}

.childpage .related .imgbox {
    position: relative;
}

.childpage .related .imgbox::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.childpage .related .imgbox img {
    -webkit-transition: opacity 0.3s !important;
    transition: opacity 0.3s !important;
    position: relative;
    display: block;
    width: 100%;
}

.childpage .related .textbox {
    padding: 15px 0;
    padding: 4vw 0;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .childpage .related .textbox {
        padding: 20px 0;
        padding: 1.95312vw 0;
    }
}

@media screen and (min-width: 640px) {
    .childpage .related .textbox {
        padding: 20px 0;
        padding: 1.25vw 0;
    }
}

@media screen and (min-width: 640px) {
    .childpage .related .textbox {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.childpage .related-title {
    font-weight: normal;
    line-height: 1.42857;
    font-size: 14px;
    font-size: 3.73333vw;
}

@media screen and (min-width: 640px) {
    .childpage .related-title {
        font-size: 14px;
        font-size: 1.36719vw;
    }
}

@media screen and (min-width: 1025px) {
    .childpage .related-title {
        font-size: 14px;
        font-size: 0.875vw;
    }
}

@media screen and (min-width: 1600px) {
    .childpage .related-title {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.childpage .inner-s {
    max-width: 894px;
    margin: 0 auto;
}
