@charset "UTF-8";
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
  }

main {
    background: #F2F2F2;
}
/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px),print {
.p-main__wrap {padding-block: 148px 31px;}

/* mv
-------------------------------------*/
.p-mv {
    padding-block: 93px 102px;
}
.p-mv .p-mv__enttl {
    text-align: center;
    margin-bottom: 21px;
}
.p-mv .p-mv__ttl {
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1.44;
    text-align: center;
    margin-bottom: 40px;
}
.p-mv .p-mv__txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0;
}
.p-mv .p-mv__slide {
    padding-block: 77px 0;
}
.p-mv .p-mv__slide .loop {
    overflow: hidden;
}
.p-mv .p-mv__slide .loop__box {
    display: flex;
    width: 100vw;
}
.p-mv .p-mv__slide .loop__box img {
    min-width: 114.585vw;
}
.p-mv .p-mv__slide .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
.p-mv .p-mv__slide .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}

/* type
-------------------------------------*/
.p-type {
    padding-block: 0 244px;
    position: relative;
    z-index: 2;
}
.p-type .p-type__ttl {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.3666;
    text-align: center;
    color: #2ca6e0;
    margin-bottom: 33px;
}
.p-type .p-type__items {
    width: min(95%, 1162px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 14px;
    margin-bottom: 60px;
}
.p-type .c-type__item a {
    display: block;
    width: 280px;
    height: 100px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    display: grid;
    align-items: center;
    position: relative;
    border-radius: 48px;
    background: transparent;
    border: 1px solid #0f0f0f;
    padding-inline: 41px;
}
.p-type .c-type__item a::after {
    position: absolute;
    content: "";
    background: url(../images/wj_case/type_arrow.svg)no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 37px;
    transform: translateY(-50%);
}

/* type共通
-------------------------------------*/
.c-type__box {
    width: min(95%, 1280px);
    margin-inline: auto;
    background: #fff;
    padding-block: 93px 100px;
    padding-inline: 40px;
    margin-bottom: 40px;
}
.c-type__num {
    width: min(95%, 1100px);
    margin-inline: auto;
    margin-bottom: 19px;
}
.c-type__ttl {
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.05em;
    padding-bottom: 17px;
    border-bottom: 1px dotted #2CA6E0;
    padding-inline: 50px;
}
.c-type__content {
    width: min(95%, 1100px);
    margin-inline: auto;
    padding-block: 78px 0;
}
.c-type__content.--02 {
    border-top: 1px solid #D1D1D1;
    padding-block: 100px 0;
}
.c-type__subt {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0;
    color: #2ca6e0;
    margin-bottom: 36px;
}
.c-type__inBox {
    display: grid;
    grid-template-columns: 63.6363% 32.7272%;
    gap: 0 40px;
    padding-bottom: 40px;
}
.c-type__item-ttl {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7777;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.c-type__item-ttl::before {
    position: absolute;
    content: "";
    background: #2CA6E0;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.c-type__item-ttl.--site {margin-bottom: 5px;}
.c-type__txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}
.c-type__block {padding-block: 0 36px;width: min(95%, 700px);}

/* state */
.c-type__state {
    padding-bottom: 60px;
}
.c-type__state-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 68px;
}
.c-type__state-list li .photo {
    margin-bottom: 16px;
}
.c-type__state-list li p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}

/* system */
.c-type__system {
    padding-bottom: 35px;
}
.c-type__system-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 40px;
}
.c-type__system-list li .img {
    margin-bottom: 12px;
}
.c-type__system-list li p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}

/* btn */
.c-type__btn {
    width: min(95%, 340px);
}
.c-type__btn a {
    display: flex;
    gap: 25px;
    border-radius: 30px;
    border: 1px solid #2ca6e0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.21428;
    color: #2ca6e0;
    padding-left: 28px;
    padding-block: 19px 22px;
    letter-spacing: 0;
    transition: all 0.3s ease-in-out;
}
.c-type__btn a:hover  {
    background: #2ca6e0;
    color: #ffffff;
    text-decoration: none;
}
.c-type__btn a:hover .arrow svg path {
    fill: #ffffff;
}

/* type01 */
.p-type01 .c-type__content {
    padding-block: 78px;
}
.p-type01 .c-type__content.--02 {
    padding-block: 100px 0;
}

/* type02 */
.p-type02 .c-type__content {
    padding-block: 78px;
}
.p-type02 .c-type__content.--02 {
    padding-block: 100px 0;
}


/* menu
-------------------------------------*/
.p-menu {
    background: #FFFFFF;
}
.p-menu .p-menu__slide {
    position: relative;
    top: -195px;
    margin-bottom: -135px;
}
.p-menu .p-menu__slide .loop {
    overflow: hidden;
}
.p-menu .p-menu__slide .loop__box {
    display: flex;
    width: 100vw;
}
.p-menu .p-menu__slide .loop__box img {
    min-width: 103.65vw;
}
.p-menu .p-menu__slide .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
.p-menu .p-menu__slide .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}
.p-menu .p-menu__ttl {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 23px;
}
.p-menu .p-menu__subt {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 136px;
}
.p-menu .p-menu__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 25px;
    width: min(95%, 1280px);
    margin-inline: auto;
    padding-inline: 90px;
    padding-block: 50px 22px;
    position: relative;
    top: -51px;
}
.p-menu .p-menu__item .img {
    margin-bottom: 20px;
    position: relative;
}
.p-menu .p-menu__item .img img {
    width: 100%;
    height: auto;
}
.p-menu .p-menu__item .arrow {
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    width: 48px;
    height: 20px;
    place-content: center;
    display: grid;
    bottom: 14px;
    position: absolute;
    right: 14px;
}
.p-menu .p-menu__item .arrow-gray {
    background: #E6E6E6;
}
.p-menu .p-menu__item .txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}
.p-menu .p-menu__item .wrap {
    align-items: center;
    bottom: 11px;
    display: flex;
    gap: 0 12px;
    position: absolute;
    right: 14px;
}
.p-menu .p-menu__item .wrap img {
    vertical-align: middle;
}
.p-menu .p-menu__item .wrap .arrow {
    position: static;
    width: 53px;
    height: 21px;
}

@media (any-hover: hover) {
.p-menu .p-menu__item:hover .arrow {
    background: #2ca6e0;
}
.p-menu .p-menu__item:hover .arrow svg path {
    fill: #ffffff;
}
.p-menu .p-menu__item:hover img {
    opacity: 1;
}
.p-menu .p-menu__item:hover a {
    text-decoration: none;
}


}

}

/* ========================================
  @media screen and (max-width: 767px) 
======================================== */
@media screen and (max-width: 767px) {
.p-main__wrap {padding-block: 39.783vw 7.729vw;}
.p-main__ttl .en.wj_case img {
    width: 58vw;
}
/* mv
-------------------------------------*/
.p-mv {
    padding-block: 10.1vw 14vw;
}
.p-mv .p-mv__enttl {
    text-align: center;
    margin-bottom: 3.66vw;
}
.p-mv .p-mv__enttl img {
    width: 18.69vw;
}
.p-mv .p-mv__ttl {
    font-weight: bold;
    font-size:5.797vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 6.75vw;
}
.p-mv .p-mv__txt {
    font-weight: 400;
    font-size:3.623vw;
    line-height: 1.6;
    letter-spacing: 0;
    width: 83.57vw;
    margin-inline: auto;
}
.p-mv .p-mv__slide {
    padding-block: 9.66vw 0;
}
.p-mv .p-mv__slide .loop {
    overflow: hidden;
}
.p-mv .p-mv__slide .loop__box {
    display: flex;
    width: 100vw;
}
.p-mv .p-mv__slide .loop__box img {
    min-width: 172.35vw;
}
.p-mv .p-mv__slide .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
.p-mv .p-mv__slide .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}


/* type
-------------------------------------*/
.p-type {
    position: relative;
    z-index: 2;
}
.p-type .p-type__ttl {
    font-weight: bold;
    font-size:4.348vw;
    letter-spacing: 0.05em;
    line-height: 1.5555;
    text-align: center;
    color: #2ca6e0;
    margin-bottom: 7.1vw;
}
.p-type .p-type__items {
    width: min(95%, 91.79vw);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.90vw 1.93vw;
    margin-bottom: 9.66vw;
}
.p-type .c-type__item a {
    display: block;
    width: 44.93vw;
    height: 15.94vw;
    font-weight: 500;
    font-size:3.14vw;
    line-height: 1.38461;
    letter-spacing: 0;
    display: grid;
    align-items: center;
    position: relative;
    border-radius: 11.59vw;
    background: transparent;
    border: 0.2vw solid #0f0f0f;
    padding-inline: 6.52vw;
}
.p-type .c-type__item a::after {
    position: absolute;
    content: "";
    background: url(../images/wj_case/type_arrow_sp.svg)no-repeat;
    width: 0.97vw;
    height: 2.66vw;
    top: 50%;
    right: 6.3vw;
    transform: translateY(-50%);
}

/* type共通
-------------------------------------*/
.c-type__box {
    width: min(95%, 91.79vw);
    margin-inline: auto;
    background: #fff;
    padding-block: 13.25vw 0;
    margin-bottom: 5.80vw;
}
.c-type__num {
    text-align: center;
    margin-bottom: 3.06vw;
}
.c-type__num img {
    width: 16vw;
}
.c-type__ttl {
    font-weight: 500;
    font-size:5.797vw;
    letter-spacing: 0.05em;
    padding-bottom: 4.43vw;
    border-bottom: 0.2vw dotted #2CA6E0;
    text-align: center;
    margin-bottom: 9.26vw;
    width: 83.57vw;
    margin-inline: auto;
}
.c-type__content {width: 78.74vw;margin-inline: auto;padding-block: 0 12.08vw;}
.c-type__content.--02 {
    border-top: 0.2vw solid #D1D1D1;
    padding-block: 12.08vw 14.4vw;
}
.c-type__subt {
    font-weight: bold;
    font-size:4.831vw;
    letter-spacing: 0.05em;
    color: #2ca6e0;
    margin-bottom: 2.86vw;
    text-align: center;
}
.c-type__inBox {
    display: grid;
    padding-block: 0 7.8vw;
}
.c-type__inBox .c-type__txt-box {
    display: contents;
}
.c-type__inBox .c-type__txt-box > .c-type__item-ttl {
    order: 1;
}
.c-type__inBox > .c-type__photo {
    order: 2;
    margin-top: -0.5vw;
    margin-bottom: 3.46vw;
}
.c-type__inBox .c-type__txt-box > .c-type__txt {
    order: 3;
}
.c-type__item-ttl {
    font-weight: bold;
    font-size:3.865vw;
    line-height: 1.75;
    position: relative;
    padding-left: 4.83vw;
    letter-spacing: 0;
    margin-bottom: 3.2vw;
}
.c-type__item-ttl::before {
    position: absolute;
    content: "";
    background: #2CA6E0;
    width: 2.42vw;
    height: 2.42vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.c-type__txt {
    font-weight: 400;
    font-size:3.623vw;
    line-height: 1.6;
    letter-spacing: 0;
}
.c-type__block {
    padding-block: 0 7.7vw;
}

/* state */
.c-type__state {
    padding-bottom: 7.7vw;
}
.c-type__state-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5.0vw 0;
}
.c-type__state-list li .photo {
    margin-bottom: 2.42vw;
}
.c-type__state-list li p {
    font-weight: 400;
    font-size:3.623vw;
    line-height: 1.6;
    letter-spacing: 0;
}

/* system */
.c-type__system {
    padding-bottom: 9.66vw;
}
.c-type__system-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 7.25vw 0;
}
.c-type__system-list li .img {
    margin-bottom: 2.42vw;
}
.c-type__system-list li p {
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.05em;
}

/* btn */
.c-type__btn {
    width: 78.74vw;
}
.c-type__btn a {
    display: flex;
    justify-items: center;
    gap: 2.66vw;
    border-radius: 7.25vw;
    border: 0.2vw solid #2ca6e0;
    font-weight: 500;
    font-size:3.382vw;
    line-height: 1.21428;
    color: #2ca6e0;
    padding-block: 4.59vw 5.31vw;
    letter-spacing: 0;
    transition: all 0.3s ease-in-out;
    padding-left: 7.25vw;
}

/* type03 */
.p-type03 .c-type__inBox .c-type__txt-box > .c-type__item-ttl::before {
    top: 30%;
}

a#type01,
a#type02,
a#type03,
a#type04 {
    display: block;      
    position: relative;
    top: 11.8vw;         
    visibility: hidden;  
}

/* menu
-------------------------------------*/
.p-menu .p-menu__slide {
    position: relative;
    padding-block: 13.32vw 9.5vw;
}
.p-menu .p-menu__slide .loop {
    overflow: hidden;
}
.p-menu .p-menu__slide .loop__box {
    display: flex;
    width: 100vw;
}
.p-menu .p-menu__slide .loop__box img {
    min-width: 222vw;
}
.p-menu .p-menu__slide .loop__box img:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
.p-menu .p-menu__slide .loop__box img:last-child {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}
.p-menu .p-menu__ttl {
    font-weight: bold;
    font-size:4.348vw;
    letter-spacing: 0.05em;
    line-height: 1.5555;
    margin-bottom: 4.8vw;
    width: 83.57vw;
    margin-inline: auto;
}
.p-menu .p-menu__subt {
    font-weight: 700;
    font-size:3.382vw;
    line-height: 2;
    margin-bottom: 10.83vw;
    letter-spacing: 0.05em;
    width: 81.40vw;
    margin-inline: auto;
}
.p-menu .p-menu__items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 9.06vw 0;
    width: min(95%, 91.79vw);
    margin-inline: auto;
    padding-inline: 3.62vw;
    background: #F2F2F2;
    padding-block: 12.08vw 11.48vw;
    position: relative;
    top: -4.9vw;
}
.p-menu .p-menu__item .img {
    margin-bottom: 4.6vw;
    position: relative;
}
.p-menu .p-menu__item .img img {
    width: 100%;
    height: auto;
}
.p-menu .p-menu__item .arrow {
    background: #ffffff;
    border-radius: 2.42vw;
    bottom: 3.38vw;
    position: absolute;
    right: 3.38vw;
    transition: all 0.3s ease-in-out;
    width: 11.59vw;
    height: 4.83vw;
    place-content: center;
    display: grid;
}
.p-menu .p-menu__item .arrow-gray {
    background: #E6E6E6;
}
.p-menu .p-menu__item .txt {
    font-weight: 400;
    font-size:3.623vw;
    line-height: 1.6;
    letter-spacing: 0;
}
.p-menu .p-menu__item .wrap {
    align-items: center;
    bottom: 2.96vw;
    display: flex;
    gap: 0 2.90vw;
    position: absolute;
    right: 3.38vw;
}
.p-menu .p-menu__item .wrap img {
    vertical-align: middle;
}
.p-menu .p-menu__item .wrap .arrow {
    position: static;
    width: 12.80vw;
    height: 5.07vw;
}

}