@charset "utf-8";


.ex_slide {
    width: 100%;
	margin: 0 auto;
    padding:1rem 0;
	overflow: hidden;
}


.ex_art {
	width: 90vw;
	margin: 0 10vw;
	padding: 1rem 0;

}

.ex_slide .ex_art .wrap {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;

    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
}

.ex_slide .ex_art .img_area {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    display: flex;
    gap: 6px;
    width:calc(100% - 390px);
    min-height: 400px;
    height: auto;
    aspect-ratio: 900 / 500;
    position: relative;
}

.ex_slide .ex_art .img_area div.be,
.ex_slide .ex_art .img_area div.af {
    width: calc(50% - 3px);
    height: 100%;
    position: relative;
}
.ex_slide .ex_art .img_area div.be span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    background: #ffffffae;
    border-radius: 9999px;
    color: #000000;
    padding: 0.2rem 1rem;
    width: fit-content;
    height: fit-content;
    min-width: 6em;
    text-align: center;
}


.ex_slide .ex_art .img_area div.af span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    background: #60a6e1;
    border-radius: 9999px;
    color: #ffffff;
    padding: 0.2rem 1rem;
    width: fit-content;
    height: fit-content;
    min-width: 6em;
    text-align: center;
}

@media (max-width: 1020px) {
    .ex_slide .ex_art .img_area {
        flex-direction: column;
    }
    .ex_slide .ex_art .img_area div.be,
    .ex_slide .ex_art .img_area div.af {
        width: 100%;
        height: 50%;
    }
    .ex_slide .ex_art .img_area div.af span {
        bottom: 10px;
        right: 10px;
        left:auto;
    }

}

.ex_slide .ex_art .img_area div img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
}


.ex_slide .ex_art .img_area .ar {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
}


/* SP only */
@media (max-width: 768px) {

    .ex_slide .ex_art .wrap {
        width: 100%;
        max-width: 1360px;
        margin: 0 auto;
        border-radius: 10px;
        background: #ffffff;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 10px;

        align-items: stretch;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .ex_slide .ex_art .img_area {
        width: 100%;
        height: auto;
        min-height: inherit;
        flex-direction: row;
        aspect-ratio: 725 / 390;
        border-radius: 10px;
        gap: 5px;
    }
    .ex_slide .ex_art .img_area div.be,
    .ex_slide .ex_art .img_area div.af {
        width: 50%;
        height: 100%;
    }
    .ex_slide .ex_art .img_area div.be span,
    .ex_slide .ex_art .img_area div.af span {
        font-size: 0.8rem;
    }

}


.ex_slide .ex_art .exp_area {
    min-width: 400px;
    padding: 1rem 20px;

}

.ex_slide .ex_art .exp_area .pl_area {
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ex_slide .ex_art .exp_area .pl_area span.place {
    background: #1887d8;
    color: #ffffff;
    padding: 0.2rem 1.5rem;
    font-size: 0.9rem;
}
.ex_slide .ex_art .exp_area .pl_area small {
    font-size: 0.9rem;
}

.ex_slide .ex_art .exp_area h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1rem;
}


.ex_slide .ex_art .exp_area .table_exp {
    margin: 0 auto 10px 0;
    text-align: left;
    width: fit-content;
	display: block;
	color: #1887d8;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.ex_slide .ex_art .exp_area .case_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d7d7d7;
	background: #ffffff;
    margin-bottom: 1rem;
}

.ex_slide .ex_art .exp_area .case_table th,
.ex_slide .ex_art .exp_area .case_table td {
	border: 1px solid #d7d7d7;
	padding: 0 1rem;
    height: 40px;
	vertical-align: middle;
	font-size: 0.95rem;
	line-height: 1.5;
    line-height: 1;
}

.ex_slide .ex_art .exp_area .case_table th {
	width: 34%;
	background: #f2f8fd;
	color: #000000;
	text-align: center;
    font-weight: normal;
}

.ex_slide .ex_art .exp_area .case_table td {
	background: #ffffff;
	color: #222222;
}

.ex_slide .ex_art .exp_area .pc .case_table {
	max-width: 520px;
}

.ex_slide .ex_art .exp_area .sp {
	display: none;
}

.ex_slide .slick-dots {
    text-align: center;
    margin: 1rem 0 0;
    padding: 0;
    line-height: 0;
}

.ex_slide .slick-dots li {
    display: inline-block;
    margin: 0 0.3rem;
}

.ex_slide .slick-dots button {
    color: transparent;
    outline: none;
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ex_slide .slick-dots .slick-active button {
    background: #1887d8;
}

@media screen and (max-width: 860px) {
    .ex_slide .slick-dots {
        margin-top: 0.8rem;
    }

    .ex_slide .slick-dots button {
        width: 0.6rem;
        height: 0.6rem;
    }
}


a.gomore {
    background: #ff5601;
    color: #ffffff;
    width: 100%;
    height: 60px;
    border-radius: 9999px;
    gap: 1rem;
    font-size: 1.1rem;
}

a.gomore:after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.5rem;
    background: #ffffff;
    transform: rotate(-90deg);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}


/* SP only */
@media (max-width: 768px) {

    .ex_slide .ex_art .exp_area {
        padding: 0;
        width: 100%;
        min-width: 100%;

    }
    .ex_slide .ex_art .exp_area .pl_area {
        margin-bottom: 0.5rem;
    }

    .ex_slide .ex_art .exp_area .pl_area span.place.sp {
        display: flex;
        font-size: 0.7rem;
        border-radius: 3px;
    }

    .ex_slide .ex_art .exp_area .pl_area small {
        display: none;
    }

    .ex_slide .ex_art .exp_area h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;

    }

    .ex_slide .ex_art .exp_area p.sp {
        display: block;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    
    a.gomore {
        width: 100%;
        height: fit-content;
        padding: 0.7rem 0;
    }
    .ex_slide .ex_art .exp_area span.sp {
        display: block;
    }
}






.ex_slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #1887d8;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    z-index: 3;
    cursor: pointer;
    padding: 0;
}

.ex_slide .slick-prev,
.ex_slide .slick-next {
    left: auto;
    right: auto;
}

.ex_slide .slick-prev {
    left: 1rem;
}

.ex_slide .slick-next {
    right: 1rem;
}

.ex_slide .slick-arrow img {
    display: none;
}

.ex_slide .slick-prev::before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid #1887d8;
    border-right: 2px solid #1887d8;
    transform: rotate(225deg);
    margin-left: 3px;
}

.ex_slide .slick-next::before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid #1887d8;
    border-right: 2px solid #1887d8;
    transform: rotate(45deg);
    margin-right: 3px;
}

@media screen and (max-width: 860px) {
    .ex_slide .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .ex_slide .slick-prev {
        left: 0.5rem;
        right: auto;
    }

    .ex_slide .slick-next {
        left: auto;
        right: 0.5rem;
    }

    .ex_slide .slick-prev::before,
    .ex_slide .slick-next::before {
        width: 0.5rem;
        height: 0.5rem;
        border-top-width: 2px;
        border-right-width: 2px;
    }
}


@media screen and (min-width: 861px) {
    .ex_slide {
        position: relative;
    }

    .ex_slide .slick-prev {
        left: calc(50% - 45vw);
        right: auto;
    }

    .ex_slide .slick-next {
        right: calc(50% - 45vw);
        left: auto;
    }
}



@media screen and (min-width: 1670px) {
    .ex_slide .slick-prev {
        left: calc(50% - 680px - 20px - 48px);
        right: auto;
    }
    .ex_slide .slick-next {
        right: calc(50% - 680px - 20px - 48px); 
        left: auto;
    }

}
    