@charset "UTF-8";
/* CSS Document */
@media ( prefers-reduced-motion: reduce ) {
	.sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
	transition-duration: 100ms !important;
	}
}
/* swiper */
/*

#topSlide .swiper-container {
    width: 100%;
    height: 100%;
}
*/
/*
#topSlide {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
*/
/*
#topSlide .slide-ttl {
    z-index: 10;
    position: absolute;
    right: 12.5vw;
    top: 0;
    width: 9vw;
}
*/
#topSlide .swiper-slide {
    font-size: 1rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
/*    width: 1140px;*/
/*    max-width: 100%;*/
/*	max-height: 100vh;*/
/*    padding-right: 8vw;*/
/*    border-radius: 0 40px 40px 0;*/
}
/*
.list-links li.swiper-slide {
	height: 100% !important;
}
*/

#topSlide .swiper-slide.swiper-slide-prev , #topSlide .swiper-slide.swiper-slide-next  {
    opacity: .2;
}
#topSlide .swiper-slide.swiper-slide-active  {
    opacity: 1;
}
.swiper-wrapper { align-items: stretch!important; }
.swiper-slide { height: auto; }
.swiper-slide img {
/*    width: auto;*/
	width: 100%;
	height: auto;
    max-height: 100%;
    max-width: 100%;
}
.swiper-button-next, .swiper-button-prev {
	z-index: 4;
}
.swiper-button-next::after, .swiper-button-prev::after {
    color: rgba(255,255,255,0.6);
}
.swiper-pagination-bullet {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: #000;
    opacity: .3;
}
.swiper-pagination-bullet-active {
	background: rgba(255,255,255,0.80);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper-wk {
	padding-bottom: 1rem;
}
.swiper-wk .swiper-pagination-bullet-active {
	background: rgba(216,108,35,0.80);
	border: 1px solid rgba(216,108,35,0.30);
}
.swiper-container {
	position: relative;
	width: 100%;
	overflow: hidden;
/*    max-height: 742px;*/
}
.swiper-container > .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
/*	z-index: 10;*/
	text-align: center;
}
.swiper-container .swiper-wrapper {
	width: 100%;
	height: 100% !important;
}
.swiper-container .swiper-wrapper .swiper-slide img,
.swiper-container .swiper-wrapper .swiper-slide p {
	display: block;
}


.swiper-container-horizontal#recruitSwiper>.swiper-pagination-bullets,
.pagination-top {
	position: relative;
	top: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
}
.pagination-top .swiper-pagination-bullet {
	width: auto;
	border-radius: 1.5rem;
	height: 3rem;
	line-height: 3rem;
/*	box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.12);*/
	padding: 0 2.5rem;
	font-size: 1.2rem;
}
.pagination-top .swiper-pagination-bullet {
    border: 1px solid rgba(255,255,255,0.65);
    background-color: rgba(255,255,255,0.55);
	color: #fff;
	opacity: 1;
}
.pagination-top .swiper-pagination-bullet-active {
    background-color: rgba(255,255,255,1.00);
    transition: .3s;
}
.swiper-container-horizontal .pagination-top.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0.3rem 0.5rem;
}
/*
.swiper-container#recruitSwiper {
	overflow: auto;
}
*/
.swiper-container#recruitSwiper .swiper-button-next {
    right: -0px;
    left: auto;
}
.swiper-container#recruitSwiper .swiper-button-prev {
    left: -0px;
    right: auto;
}
/*
.pagination-top .swiper-pagination-bullet:nth-child(1)::before {
	content: "aaaa";
}
.pagination-top .swiper-pagination-bullet:nth-child(2)::before {
	content: "bbbb";
}
.pagination-top .swiper-pagination-bullet:nth-child(3)::before {
	content: "cccc";
}
*/
/*===== col-sm =====*/
@media screen and (max-width:767px) {
    .pagination-top .swiper-pagination-bullet {
        height: 2.5rem;
        line-height: 2.5rem;
        padding: 0 1.5rem;
        font-size: 0.9rem;
    }
    .swiper-container-horizontal > .pagination-top.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0.2rem 0.2rem;
    }
}