@charset "UTF-8";
.animation_element{
    opacity: 0;
    transition: 1s;
}
.animation_element.animated{
    opacity: 1;
}
#index_custom_list{
    width: calc(100% * 1150 / 1280);
    max-width: 1150px;
    margin: 0 auto;
}
#index_custom_list h3{
    line-height: 1.4;
    text-align: center;
    margin: 7% auto 4%;
    font-size: min(5.5vw,32px);
}
#index_custom_list ul{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
#index_custom_list li{
    border-radius: 10px;
    overflow: hidden;
    background: #faf7f5!important;
    width: calc(50% - 10px);
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#index_custom_list li g{
    display: flex;
    align-items: center;
    width: 85%;
    margin-bottom: 15px;
}
#index_custom_list li figure{
    display: block;
    position: relative;
    float: left;
    margin: 0 35px 0 0;
}
#index_custom_list li figure img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    width: 160px;
    height: 160px;
}
#index_custom_list li h4{
    font-size: 20px;
    line-height: 1.4;
    width: 50%;
}
#index_custom_list li h4 label{
    font-weight: bold;
    border: solid 1px;
    border-radius: 100px;
    text-decoration: none!important;
    margin-bottom: 8px;
    padding: 4px 15px 2px;
    font-size: 12px;
    display: block;
    width: fit-content;
    color: #fe9503;
}
#index_custom_list li h4 label:before{
    content: '●';
    color: #fe9503;
    display: inline;
    border: 0;
    line-height: normal;
    position: relative;
    font-size: 75%;
    top: -1px;
    left: -5px;
}
#index_custom_list li a.btn {
    max-width: 200px;
    height: 46px;
    line-height: 46px;
}

.index_custom_list_service h4 label,
.index_custom_list_service h4 label:before{
    color: #d0121c!important;
}

#index_custom_list li .desc{
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 15px 0;
    max-width: 360px;
    width: 100%;
}
.center_btn {
    font-size: 16px;
    height: 60px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
#index_custom_list .center_btn {
    margin: 4% auto 7%;
}

a.btn{
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    border: #15112e solid 1px;
    background: #15112e;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    max-width: 350px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
a.btn:hover{
    background: #fff;
    color: #15112e;
}
a.btn:after {
    font-family: 'design_plus';
    content: '\f105';
    position: absolute;
    right: 15px;
}


/*index_bnrarea*/
.index_bnrarea .wide_image:nth-of-type(odd){
    background: rgb(254 149 3 / 80%);;
}
.index_bnrarea .wide_image:nth-of-type(odd) h3{
    color: #fff;
    margin: 0 0 15px 0 !important;
}
.index_bnrarea .wide_image h3 b{
    color: #2c3560;
    font-size: 140%;
    margin: 0 4px;
}
.index_bnrarea .wide_image a:hover{
    opacity: .8;
}
.index_bnrarea .wide_image img{
    width: 100%;
}
.index_bnrarea .btn{
    margin-top: 20px;
    background: #faf7f5!important;
    color: #000;
    border: 0;
    display: flex;
    width: fit-content;
    margin-left: auto;
    height: 45px;
    line-height: 45px;
}

/*index_onlineshop*/
.index_onlineshop .wide_image{
    background: #2c3560;
}
.index_onlineshop .wide_image .caption .title {
    color: #fff;
    margin: 0 0 15px 0 !important;
}
.index_onlineshop ul{
    padding: 60px 40px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    text-align: left;
    align-items: end;
    gap: 40px;
    justify-content: space-around;
}
.index_onlineshop ul li{

}
.index_onlineshop ul img{
    max-width: 100%;
    width: auto;
    height: 6vw;
    object-fit: contain;
}
.index_onlineshop ul a:hover{
    text-decoration:none;
    opacity: .8;
}
.index_onlineshop ul p {
    margin-top: 8px;
    text-align: center;
}

.index_bnrarea .wide_image,
.index_onlineshop .wide_image{
    height: auto;
}
.index_bnrarea .wide_image .caption,
.index_onlineshop .wide_image .caption{
    position: relative;
    padding: 4% 0 6%;
    top: 0;
    transform: translate3d(0,0,0);
}
#index_news_list_outer{
    background: #faf7f5;
    padding: 1px 0;
}
.news_list li {
    background: #fff;
}
.index_bnrarea .sp {display: none;}

@media screen and (max-width:767px){
    .index_bnrarea .sp { display: block;}
    .index_bnrarea .pc { display: none;}
}


/*スライド*/
#index_slider_outer{
    position: relative;
    padding-bottom: 40px;
}
#index_slider_outer .swiper-pagination-bullet {
    width: 15vw!important;
    max-width: 100px!important;
    height: 4px!important;
    border-radius: 0!important;
}
#index_slider_outer .swiper-pagination-bullet-active {
    background: #fe9503!important;
}


#index_slider{
    margin-top: 75px;
}
#index_slider .swiper-slide{
    position: relative;
	max-height:500px;
}
#index_slider img{
    object-fit: cover;
    width: 100%;
    background: #000;
    aspect-ratio: 16/7.5;
}
#index_slider g{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%) translateX(0%);
    margin: auto;
}
#index_slider h4{
    color: #fff;
    font-size: min(5vw,24px);
    margin-bottom: 20px;
}
#index_slider p{
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    font-weight: bold;
    font-size: min(4.5vw,30px);
    width: fit-content;
}
#index_slider p b{
    font-size: 110%;
    color: #fe9503;
	font-weight: inherit;
}
#index_slider a{
    font-size: min(4vw,18px);
    margin-top: 20px;
}

@media screen and (max-width:1199px){

#index_slider{
    margin-top: 0px;
}

}

@media screen and (max-width:991px){

#index_custom_list li{
    width: 80%;
    margin: auto;
}

}

@media screen and (max-width:767px){

#index_slider g {
    left: 20px;
    right: 20px;
}

#index_slider img{
    aspect-ratio: 1/1;
}
#index_slider .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}
#index_custom_list h3{
    text-align: left;
    margin: 13% auto 6%;
}
#index_custom_list li figure {
    margin: 0 15px 0 0;
}
#index_custom_list li figure img {
    width: 100px;
    height: 100px;
}
#index_custom_list li{
    padding: 20px;
    width: 100%;
}
#index_custom_list li g {
    width: 100%;
}
#index_custom_list li h4 {
    width: 100%;
}
#index_custom_list .center_btn {
    margin: 10% auto 16%;
}

.index_bnrarea .wide_image .caption,
.index_onlineshop .wide_image .caption{
    padding: 30px 20px;
}

.index_onlineshop ul {
    flex-direction: column;
    align-items: center;
    padding: 5% 10%;
}
.index_onlineshop ul img {
    height: auto;
}


}