@charset "utf-8";
.mv-catch{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1vw;
}
.mv-catch p{
	margin-bottom: 0;
}
.mv-catch p br:first-of-type{
	display: none;
}
.mv-catch_beyond,
.mv-catch_limits{
	font-size: 8vw;
	line-height: 0.9;
	margin-right: 0.2em;
}
.mv-catch_p,
.mv-catch_trans{
	margin-top: 1em;
}
.mv-catch_trans{
	background: var(--black);
	color: #fff;
	padding: 0.3em 1em;
	font-size: clamp(13px, 1.5vw, 24px);
}
.mv-slide{
    overflow: hidden;
}
.mv-img {
    object-fit: cover;
    aspect-ratio: 3.3 / 1;
}
@media screen and (max-width: 980px) {
	.mv-catch_limits{
		order: 1;
	}
	.mv-catch_p{
		order: 2;
	}
	.mv-catch_beyond,
	.mv-catch_limits{
		font-size: 10.5vw;
	}
	.mv-catch_limits{
		margin-right: 0;
	}
    .mv-img {
        aspect-ratio: 2 / 1;
    }
}
@media screen and (max-width: 780px) {
	.mv-catch {
		padding: 2em 1vw;
	}
	.mv-catch p br:first-of-type{
		display: block;
	}
}
@media screen and (max-width: 580px) {
    .mv-catch {
        padding: 1em 1vw;
    }
	.mv-catch p br{
		display: none !important;
	}
	.mv-catch_trans{
		padding: 0.3em 1em 0.4em;
	}
    .mv-img {
        aspect-ratio: 1.3 / 1;
    }
}

/*絞り込み検索*/
.search{
    text-align: center;
    margin-top: -2em;
    position: relative;
    z-index: 2;
}
.search-wrap{
    display: inline-block;
    background: var(--black);
    padding: 2em 3em;
}
.search-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.search-header_h2{
    color: #fff;
    margin-bottom: 0.2em;
    font-size: 150%;
}
.search-header p{
    color: #fff;
    margin-bottom: 0.2em;
}
.search-header p small{
    font-size: 80%;
    color: #fff;
}
.search-header p small a{
    color: var(--yellow);
}
.search-header p small a:hover{
    text-decoration: underline;
}
.search-wrap #feas-searchform-0{
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap;
}
.search-wrap #ajax_filtering_0_0{
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.search-wrap #ajax_filtering_0_0 select{
    width: 31%;
}
.search-wrap #ajax_filtering_0_0 span{
    width: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-wrap #ajax_filtering_0_0 i{
    color: #fff;
}
.search-wrap .feas_meta_dropdown,
.search-wrap .search-free,
.search-wrap #feas-searchform-0 input[type="submit"]{
    width: 33%;
}
.search-wrap .search-free input{
    width: 100%;
}
#feas-searchform-0 input,
#feas-searchform-0 select{
    -webkit-appearance: none;
    font-size: 16px;
    padding: 0.5em;
    border-radius: 0;
    border: none;
}
.search-cat p,
.search-free p{
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    font-size: clamp(14px, 1.2vw, 14px);
}
.search-wrap #feas-searchform-0 input[type="submit"]{
    background: var(--gray8);
    color: #fff;
    border: none;
    box-shadow: none;
    padding: 0.5em;
    cursor: pointer;
    transition: 0.3s all;
}
.search-wrap #feas-searchform-0 input[type="submit"]:hover{
    background: #fff;
    color: var(--black);
}
@media screen and (max-width: 980px) {
    .search-wrap {
        padding: 2em 1em;
    }
}
@media screen and (max-width: 780px) {
    .search{
        width: 95%;
        margin: 1em auto;
    }
    .search-header_h2{
        width: 100%;
        text-align: center;
    }
    .search-wrap{
        padding: 1em;
        display: block;
    }
    .search-wrap .feas_meta_dropdown{
        width: 100%;
        margin-bottom: 5px;
    }
    .search-wrap .search-free{
        width: 70%;
    }
    .search-wrap #feas-searchform-0 input[type="submit"]{
        width: 29%;
    }
}
@media screen and (max-width: 680px) {
    .search-wrap #ajax_filtering_0_0{
        flex-wrap: wrap;
    }
    .search-wrap #ajax_filtering_0_0 select{
        width: 100%;
    }
    .search-wrap #ajax_filtering_0_0 span{
        width: 100%;
        transform: rotate(90deg);
        padding: 0.5em;
    }
}


/*PRODUCTS*/
.products{
    background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--egray) 50%, var(--egray) 100%);
}
.products-wrap{
    position: relative;
}
.products-slide{
    width: calc(100% - 10em);
    margin: 0 0 0 auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.products-p_b{
    display: block;
    font-size: clamp(24px, 2.1vw, 38px);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0.1em;
}
.products-button{
    width: 10em;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.products-wrap .swiper-button-prev,
.products-wrap .swiper-button-next{
    width: 4.3em;
    height: 4.3em;
    background: var(--agray);
    color: #fff;
    transition: 0.3s all;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin: 0 2px;
}
.products-wrap .swiper-button-prev:hover,
.products-wrap .swiper-button-next:hover{
    background: var(--black);
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'next';
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'prev';
}
.products-tags_a{
    font-size: clamp(12px, 1.1vw, 14px);
    display: inline-block;
    margin: 0 2px 5px 0;
    border: 1px solid var(--gray8);
    padding: 0.3em 1em 0.4em;
    line-height: 1;
    border-radius: 2px;
}
.products-tags_a:before{
    content: "#";
}
.products-tags_a:hover{
    background: var(--black);
    color: #fff;
}
@media screen and (max-width: 980px) {
    .products-slide{
        width: 95%;
        max-width: 1480px;
        margin-inline: auto !important;
    }
    .products-button {
        width: auto;
        justify-content: flex-end;
        position: relative;
        top: inherit;
        transform: none;
        margin: 1em 0 0 auto;
    }
    .products-wrap .swiper-button-prev,
    .products-wrap .swiper-button-next{
        width: 2.5em;
        height: 2.5em;
        font-size: 21px !important;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 21px !important;
    }
}
@media screen and (max-width: 680px) {
    .products{
        background: linear-gradient(180deg, #fff 0%, #fff 30%, var(--egray) 30%, var(--egray) 100%);
    }
    .products-wrap .swiper-button-prev,
    .products-wrap .swiper-button-next{
        display: none;
    }
    .products-btn{
        text-align: center !important;
    }
}

/*BUSINES*/
.business-bk{
    position: relative;
}
.business-bk img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3.3 / 1;
}
@media screen and (max-width: 680px) {
    .business-bk img{
        aspect-ratio: 2 / 1;
    }
    .business-lead br{
        display: none;
    }
}

/*case*/
.case{
    background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--egray) 50%, var(--egray) 100%);
}
.case-wrap{
    position: relative;
}
.case-wrap .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: auto;
}
.case-slide{
    width: calc(100% - 10em);
    margin: 0 0 0 auto;
    position: relative;
    overflow: hidden;
}
.case-slide_img img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.case-slide_title{
    line-height: 1.3;
}
.case-button{
    width: 10em;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
}
.case-wrap .swiper-button-prev,
.case-wrap .swiper-button-next{
    width: 4.3em;
    height: 4.3em;
    background: var(--agray);
    color: #fff;
    transition: 0.3s all;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin: 0 2px;
}
.case-wrap .swiper-button-prev:hover,
.case-wrap .swiper-button-next:hover{
    background: var(--black);
}
.case-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'next';
}
.case-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'prev';
}
@media screen and (max-width: 980px) {
    .case-slide{
        width: 95%;
        max-width: 1480px;
        margin-inline: auto !important;
    }
    .case-button {
        width: auto;
        justify-content: flex-end;
        position: relative;
        top: inherit;
        transform: none;
        margin: 1em 0 0 auto;
    }
    .case-wrap .swiper-button-prev,
    .case-wrap .swiper-button-next{
        width: 2.5em;
        height: 2.5em;
        font-size: 21px !important;
    }
    .case-button-next:after,
    .case-button-prev:after {
        font-size: 21px !important;
    }
}
@media screen and (max-width: 680px) {
    .case-wrap .swiper-button-prev,
    .case-wrap .swiper-button-next{
        display: none;
    }
    .case-btn{
        text-align: center !important;
    }
}
