#stfbox01 {
	margin-top: 80px;
}

#stfbox01.no-swiper .swiper-nav {
	display: none;
}
#stfbox01.no-swiper .swiper-wrapper {
	display: flex;
	gap: 80px;
}
#stfbox01.no-swiper .swiper-slide {
	width: auto; /* or 固定幅 */
}

#stfbox01 {
	overflow: visible;
}
#stfbox01 .swiper-slide {
	width: 483px;
}

.swiper-nav {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	right: 0px;
	top: -100px;
	height: 18px;
}

.swiper-button-prev, .swiper-button-next {
	display: block;
	position: relative;
	width: 12px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.swiper-button-prev::before, .swiper-button-prev::after, .swiper-button-next::before, .swiper-button-next::after {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 0px;
	border-top: solid 1px #231815;
}
.swiper-button-prev::before {
	left: 0px;
	bottom: 50%;
	transform-origin: left bottom;
	transform: rotate(-39deg);
}
.swiper-button-prev::after {
	left: 0px;
	top: calc(50% - 1px);
	transform-origin: left top;
	transform: rotate(39deg);
}
.swiper-button-next::before {
	left: 0px;
	bottom: 50%;
	transform-origin: right bottom;
	transform: rotate(39deg);
}
.swiper-button-next::after {
	left: 0px;
	top: calc(50% - 1px);
	transform-origin: right top;
	transform: rotate(-39deg);
}
.swiper-pagination {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	height: 100%;
	margin: 0px 16px 0px 16px;
}
.swiper-pagination-bullet {
	display: block;
    position: relative;
    width: 0px;
    height: 0px;
    margin: 0px 6px 0px 6px;
    border: solid 3px #D6D6D6;
    border-radius: 50%;
    transition-duration: 150ms;
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	border-color: #DF3C3C;
}

@media only screen and (max-width: 640px) {
    #stfarrowbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        right: auto;
        top: auto;
        margin: 106px auto 0px auto;
        -webkit-transform: scale(1.222);
        transform: scale(1.222);
    }
}

/* #stfbox01 {
	display: block;
	position: relative;
	margin: 80px auto 0px auto;
}

#stfcont01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
} */

.stfitem {
	display: block;
	position: relative;
	top: 0px;
	width: 483px;
	height: 700px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #595757;
	cursor: pointer;
	will-change: transform;
}

.stfitem .ib {
	display: block;
	position: relative;
	width: 100%;
	height: 406px;
	margin: 26px auto 0px auto;
	border-radius: 35px;
	overflow: hidden;
	will-change: transform;
}

.stfitem .ib img, .stfitem .ib svg {
	display: block;
	position: absolute;
	left: -200px;
	right: -200px;
	top: -200px;
	bottom: -200px;
	margin: auto;
	width: 100%;
	object-fit: cover;
	transition-duration: 400ms;
}

.stfitem:hover .ib img, .stfitem:hover .ib svg {
	-webkit-transform: scale( 1.1 );
	transform: scale( 1.1 );
}

.stfitem .sn {
	display: block;
	position: absolute;
	right: 0px;
	top: -0.3em;
	font-family: 'Poppins', sans-serif;
	font-size: 132px;
	font-weight: 600;
	line-height: 1em;
	text-align: right;
	color: #DF3C3C;
	letter-spacing: -0.01em;
}

.stfitem:first-of-type .sn {
	letter-spacing: 0.05em;
}

.stfitem .in {
	display: block;
	position: absolute;
	left: 0px;
	top: 337px;
	font-family: 'Poppins', sans-serif;
	font-size: 100px;
	font-weight: 600;
	line-height: 1em;
	text-align: left;
	color: #DF3C3C;
	letter-spacing: 0.05em;
}

.stfitem .ft {
	display: block;
	position: relative;
	margin: 43px 0px 0px 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
	color: #231815;
	letter-spacing: 0.05em;
}

.stfitem .cb {
	display: block;
	position: relative;
	width: 100%;
	height: 174px;
	margin: 35px 0px 0px 0px;
	font-size: 19px;
	font-weight: 500;
	line-height: 43px;
	letter-spacing: 0.075em;
	color: #231815;
}

.stfitem .cm {
	display: inline;
	padding: 0px 2px 4px 2px;
	background-color: #FFFFFF;
}

.recrttbtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	width: 617px;
	height: 135px;
	margin: 170px auto 0px auto;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #DF3C3C;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 0px 8px rgba( 0, 0, 0, 0.12 );
	transition-duration: 150ms;
	will-change: transform;
}

/*
.recrttbtn:hover {
	-webkit-filter: brightness( 108% );
	filter: brightness( 108% );
	text-shadow: 0px 0px 4px rgba( 255, 255, 255, 0.5 );
}
*/

.recrttbtn::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background-color: #9A2827;
	transition-duration: 150ms;
}

.recrttbtn:hover::before {
	width: 100%;
}

.recrttbtn .it {
	display: inline-block;
	position: relative;
	font-size: 25px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.05em;
}

.cbstcb01 {
	margin-top: 108px;
	margin-bottom: 110px;
}

.cbbox01 {
	display: block;
	position: relative;
	margin: 80px auto 0px auto;
}

.cbcont01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	position: relative;
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}

.cbcont01 li {
	display: block;
	position: relative;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	vertical-align: top;
}

.cbcont01 li:nth-of-type(odd) {
	margin-left: 0px;
}

.cbcont01 li:nth-of-type(even) {
	margin-right: 0px;
}

.cbitem01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	width: 617px;
	height: 135px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DF3C3C;
	border-radius: 16px;
	overflow :hidden;
	box-shadow: 0px 0px 8px rgba( 0, 0, 0, 0.12 );
	transition-duration: 150ms;
	will-change: transform;
}

.cbitem01::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background-color: #9A2827;
	transition-duration: 150ms;
}

.cbitem01:hover::before {
	width: 100%;
}

.cbitem01 .it {
	display: block;
	position: relative;
	width: 343px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1em;
	text-align: left;
	letter-spacing: 0.05em;
}

.cbitem01 .vm {
	display: block;
	position: relative;
	width: 123px; /* 114px; */
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
	letter-spacing: 0.2em;
}
