@charset "utf-8";
@media screen and (min-width : 641px) and (max-width : 1240px){
	.notice_wrapper .notice_cnt:after{
		left: -10px;
	}
}
@media screen and (min-width : 641px) and (max-width : 980px){
	.sec_mainvisual .mv_inner{
		flex-direction: column;
	}
	.sec_mainvisual .mv_carousel{
		margin-bottom: 10px;
	}
	.sec_mainvisual .mv_staff{
		display: flex;
		align-items: center;
		padding-left: 0;
		width: 100%;
	}
	.sec_mainvisual .mv_staff_ttl{
		position: relative;
		padding-left: 0;
		padding-right: 30px;
		flex-shrink: 0;
		z-index: 2;
	}
	.sec_mainvisual .mv_staff_blog{
		flex: 1 auto;
		width: 100%;
	}
	.sec_works .works_blog_img > p{
		width: 60%;
	}
}
@media screen and (min-width : 641px) and (max-width : 860px){
	.sec_benefits .sec_ttl > h2{
		background-size: 100% auto;
	}
}
@media screen and (max-width : 640px) {
/* pattern common style
================================================== */
.wrap_sections{
	padding-bottom: 0;
}
/* title */
.sec_ttl{
	margin-bottom: 13px;
	padding-top: 93px;
}
.sec_ttl:before{
	left: -43px;
	top: 8px;
	background-image: url(/shared/templates/saiyo_top/images/pattern_ttl_sp.png);
	width: 90px;
	height: 115px;
}
.sec_ttl > h2 {
	padding-top: 19px;
	background-position: 0 0;
	font-size: 175%;
	line-height: 1.2;
	letter-spacing: 1.75px;
}
.sec_ttl > h2 > span{
	display: inline-block;
	padding: 0 0 0 40px;
}
.sec_ttl > h2 > span:before {
	position: absolute;
	content:"";
	top: 4px;
	left: -3px;
	width: 36px;
	height: 25px;
	background: url(/shared/templates/saiyo_top/images/h2_icon_sp.png) no-repeat 0 0;
	background-size: 36px auto;
	margin-left: 2px;
	margin-right: 0;
}
/* subtitle */
.sec_subtitle{
	font-size: 118.7%;
	letter-spacing: 0;
}
/* btn default */
.btn_default > p > a{
	padding: 10px 45px 11px 20px;
	min-width: auto;
	width: 300px;
	max-width: 100%;
	line-height: 1.8;
}

/* mainvisual style
================================================== */
.sec_mainvisual{
	background-size: 100% calc(100% - 22px);
}
.sec_mainvisual .container{
	padding-left: 0;
	padding-right: 0;
}
.sec_mainvisual .mv_inner{
	flex-direction: column;
	padding-top: 0;
}
.sec_mainvisual .mv_slide_inner{
	border: solid 2px #6dd8c2;
	border-bottom: none;
}
.sec_mainvisual .mv_carousel{
	margin: 0 0 26px;
	padding: 0 0 0;
	background: linear-gradient(#ffffff, #ffffff) no-repeat right top;
	background-size: 41px 100%;
}
.sec_mainvisual .mv_carousel:before{
	content: '';
	position: absolute;
	bottom: -276px;
	left: -142px;
	background-color: rgba(224, 255, 244, 0.6);
	width: 323px;
	height: 323px;
	pointer-events: none;
	color: inherit;
	z-index: 1;
	clip-path: polygon(25% 0%, 100% 0%, 17% 100%, 0% 100%);
}
.sec_mainvisual .carousel_inner{
	position: relative;
	padding: 0;
	border: none;
	z-index: 2;
}
.sec_mainvisual .mv_main{
	display: flex;
	flex-direction: column-reverse;
}
.sec_mainvisual .splide__controls{
	display: block;
}
/* controls */
.sec_mainvisual .splide__controls{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px 7px 16px;
	background-color: #187c81;
	color: #ffffff;
}
.sec_mainvisual .wrap_controls{
	display: flex;
	align-items: center;
}
.sec_mainvisual .splide__toggle{
	position: relative;
	display: inline-block;
	margin-right: 17px;
	width: 24px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
}
.sec_mainvisual .splide__toggle span{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 1;
}
.sec_mainvisual .splide__toggle span:before,
.sec_mainvisual .splide__toggle .splide__toggle__pause:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 5px;
	background-color: #ffffff;
	width: 3px;
	height: 24px;
	color: #434343;
	z-index: -1;
}
.sec_mainvisual .splide__toggle .splide__toggle__pause:after {
	left: 16px;
}
.sec_mainvisual .splide__toggle .splide__toggle__play:before {
	border-style: solid;
	border-width: 12px 0 12px 14px;
	border-color: transparent transparent transparent #ffffff;
	background-color: transparent;
}
.sec_mainvisual .splide__toggle.is-active .splide__toggle__play,
.sec_mainvisual .splide__toggle span.splide__toggle__pause {
	display: none !important;
}
.sec_mainvisual .splide__toggle.is-active .splide__toggle__pause {
	display: inline-block !important;
}
.sec_mainvisual .splide__toggle:focus-visible,
.sec_mainvisual .splide__arrow:focus-visible{
	outline-offset: -2px;
}
.sec_mainvisual .splide__arrow{
	position: static;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	width: 24px;
	height: 24px;
	opacity: 1;
	color: inherit;
	line-height: 1;
	transform: none;
	text-indent: -9999px;
	z-index: 2;
}
.sec_mainvisual .splide__arrows--ltr{
	margin-right: 22px;
}
.sec_mainvisual .splide__arrow--prev{
	background-image: url(/shared/templates/saiyo_top/images/slide_arrow_prev.png);
}
.sec_mainvisual .splide__arrow--next{
	background-image: url(/shared/templates/saiyo_top/images/slide_arrow_next.png);
}
.sec_mainvisual .splide__progress{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: -4px;
	line-height: 1;
}
.sec_mainvisual .progress_current{
	font-size: 175%;
}
.sec_mainvisual .progress_total{
	position: relative;
	padding: 0 0 2px 13px;
	font-size: 112.5%;
	z-index: 1;
}
.sec_mainvisual .progress_total:before{
	content: '';
	position: absolute;
	left: 6px;
	bottom: 4px;
	border-left: 1px solid #ffffff;
	width: 1px;
	height: 13px;
	color: #434343;
	transform: rotate(15deg);
	z-index: -1;
}
/* thumbnail */
.sec_mainvisual .mv_thumbnail{
	display: none;
}
/* staff */
.sec_mainvisual .mv_staff{
	padding-left: 17px;
	padding-right: 17px;
	width: 100%;
}
.sec_mainvisual .mv_staff_ttl{
	position: relative;
	margin-bottom: 0;
	padding-left: 7px;
}
.sec_mainvisual .mv_staff_ttl:after{
	content: '';
	position: absolute;
	top: -70px;
	bottom: -85px;
	color: inherit;
	pointer-events: none;
	z-index: 1;
	left: -17px;
	right: -17px;
	background-color: rgba(255, 255, 255, 0.95);
	clip-path: polygon(137px 0%, 100% 0, 100% calc(100% - 179px), calc(100% - 164px) 100%, 0 100%, 0% 154px);
}
.sec_mainvisual .mv_staff_ttl h2{
	position: relative;
	font-size: 143.7%;
	line-height: 1.7;
	z-index: 2;
}
.sec_mainvisual .mv_staff_blog{
	padding-top: 37px;
}
.sec_mainvisual .mv_staff_blog:before{
	left: -75px;
	background-image: url(/shared/templates/saiyo_top/images/pattern_ttl_sp.png);
	width: 111px;
	height: 140px;
}
.sec_mainvisual .staff_blog_subttl{
	font-size: 125%;
	padding: 11px 62px 5px;
	width: calc(320px + 8px);
	background-image: url(/shared/templates/saiyo_top/images/pr_bg_sp.png);
	background-size: 320px auto;
}
.sec_mainvisual .staff_blog_subttl h2{
	letter-spacing: 2px;
}
.sec_mainvisual .staff_blog_subttl h2:before,
.sec_mainvisual .staff_blog_subttl h2:after{
	width: 25px;
	height: 20px;
}
.sec_mainvisual .staff_blog_subttl h2:before{
	left: -19px;
}
.sec_mainvisual .staff_blog_img{
	margin-bottom: 13px;
}
.sec_mainvisual .btn_default{
	padding-left: 0;
	padding-right: 5px;
}
.sec_mainvisual .btn_default > p > a{
	padding-top: 11px;
	padding-bottom: 11px;
	min-width: 300px;
}

/* recruit style
================================================== */
.sec_recruit{
	padding: 25px 0 25px;
}
.sec_recruit:before{
	top: 5px;
	margin-right: 207px;
	width: 223px;
}
.sec_recruit:after{
	top: auto;
	bottom: -20px;
	margin-left: 60px;
	width: 156px;
	height: 256px;
}
.sec_recruit .recruit_wrapper:after{
	bottom: -279px;
	margin-left: -110px;
	width: 561px;
	height: 354px;
	clip-path: polygon(57% -1%, 100% 0, 44% 100%, 0% 100%);
}
.sec_recruit .sec_ttl{
	padding: 36px 0 0;
}
.sec_recruit .sec_ttl > h2{
	background-size: 150px auto;
}
.sec_recruit .sec_ttl:before{
	top: 3px;
}
.sec_recruit .recruit_cnt:after{
	background-image: -webkit-linear-gradient(left,#d1f0e3 4px, #ffffff 4px), -webkit-linear-gradient(right, rgba(32,151,181,0.2) 0%);
	background-image: -moz-linear-gradient(left,#d1f0e3 4px, #ffffff 4px), -moz-linear-gradient(right, rgba(32,151,181,0.2) 0%);
	background-image: -o-linear-gradient(left,#d1f0e3 4px, #ffffff 4px), -o-linear-gradient(right, rgba(32,151,181,0.2) 0%);
	background-image: linear-gradient(90deg,#d1f0e3 4px, #ffffff 4px), linear-gradient(-90deg, rgba(32,151,181,0.2) 0%);
}
.sec_recruit .recruit_inner{
	padding: 23px 5px 60px 26px;
}
.sec_recruit .recruit_summary p{
	padding-left: 0;
}
.sec_recruit .recruit_summary p,
.sec_recruit .recruit_links li{
	line-height: 1.7;
}
.sec_recruit .recruit_summary + .recruit_links{
	margin-top: 12px;
	padding: 12px 0 0 0;
}
/* notices style
================================================== */
.sec_notices{
	padding-bottom: 7px;
}
.sec_notices .sec_ttl:before{
	top: -24px;
}
.notice_wrapper .sec_ttl{
	margin-bottom: 14px;
	padding: 0 0 10px;
}
.notice_wrapper .sec_ttl > h2{
	padding-top: 31px;
}
.notice_wrapper .notice_cnt:after{
	left: -15px;
	background-position: right bottom 20px, right 20px top 20px;
	background-image: -webkit-linear-gradient(right, #187c81 4px, #ffffff 4px), -webkit-linear-gradient(right, rgba(32, 151, 181, 0.2) 0%, rgba(28, 187, 157, 0.2) 51%, rgba(141, 231, 55, 0.2) 100%);
	background-image: -moz-linear-gradient(right, #187c81 4px, #ffffff 4px), -moz-linear-gradient(right, rgba(32, 151, 181, 0.2) 0%, rgba(28, 187, 157, 0.2) 51%, rgba(141, 231, 55, 0.2) 100%);
	background-image: -o-linear-gradient(right, #187c81 4px, #ffffff 4px), -o-linear-gradient(right, rgba(32, 151, 181, 0.2) 0%, rgba(28, 187, 157, 0.2) 51%, rgba(141, 231, 55, 0.2) 100%);
	background-image: linear-gradient(-90deg, #187c81 4px, #ffffff 4px), linear-gradient(-90deg, rgba(32, 151, 181, 0.2) 0%, rgba(28, 187, 157, 0.2) 51%, rgba(141, 231, 55, 0.2) 100%);
}
.notice_wrapper .notice_inner{
	padding: 0 25px 55px 6px;
}
.notice_wrapper .notice_tbl,
.notice_wrapper .notice_tbl thead,
.notice_wrapper .notice_tbl tbody,
.notice_wrapper .notice_tbl tfoot,
.notice_wrapper .notice_tbl tr,
.notice_wrapper .notice_tbl th,
.notice_wrapper .notice_tbl td {
	display:block;
}
.notice_wrapper .notice_tbl{
	margin-bottom: 33px;
}
.notice_wrapper .notice_tbl td{
	padding: 13px 0 19px;
}
.notice_wrapper .notice_tbl .notice_date{
	padding-bottom: 7px;
	padding-right: 0;
	width: 100%;
	line-height: 1.3;
}
.notice_wrapper .notice_tbl .notice_link{
	padding-top: 0;
	line-height: 1.7;
}
.notice_wrapper .notice_tbl tr:first-of-type td{
	padding-bottom: 15px;
}
.notice_wrapper .notice_tbl tr:first-of-type td.notice_date{
	padding-top: 0;
	padding-bottom: 7px;
}

/* recruitment information style
================================================== */
.sec_information{
	padding-bottom: 20px;
}
.sec_information:before{
	top: -164px;
	margin-right: 0;
	width: 266px;
	height: 345px;
}
.sec_information:after{
	content: none;
}
.sec_information .info_wrapper:before{
	top: 182px;
	margin-right: -50px;
	width: 562px;
	height: 354px;
	clip-path: polygon(26% 0%, 100% 0%, 44% 100%, 0% 100%);
}
.sec_information .sec_ttl{
	margin-bottom: 15px;
	padding-top: 0;
}
.sec_information .sec_ttl:before{
	top: -8px;
}
.sec_information .sec_ttl > h2{
	padding-top: 48px;
}
.sec_information .info_list{
	margin: 0 -8px;
}
.sec_information .info_item{
	margin-bottom: 15px;
	padding: 0 8px;
	width: 50%;
}
.sec_information .info_item_wrap{
	padding: 17px 14px 9px;
	font-size: 87.5%;
	line-height: 1.07;
}
.sec_information .info_item a .info_item_wrap{
	background-image: url(/shared/templates/saiyo_top/images/arrow_triangle_rgt_sp.png);
	background-size: 30px auto;
}
.sec_information .info_item_icon{
	margin-bottom: 0;
	max-width: 42px;
}
.sec_information .info_item_des{
	min-height: 30px;
}

/* works style
================================================== */
.sec_works{
	margin-top: 0;
}
.sec_works .sec_ttl{
	padding: 27px 0 5px;
}
.sec_works .sec_ttl > h2{
	padding-top: 18px;
}
.sec_works .sec_ttl:before{
	top: -8px;
}
.sec_works .works_wrapper{
	margin-top: 0;
}
.sec_works .works_blog{
	margin-bottom: 0;
	padding-top: 0;
}
/* intro */
.sec_works .works_blog_intro{
	position: static;
	padding: 30px 0 19px;
}
.sec_works .intro_inner{
	max-width: 100%;
	padding-left: 10px;
}
.sec_works .sec_subtitle{
	font-size: 156.25%;
	letter-spacing: 3px;
}
.sec_works .intro_des{
	margin-bottom: 0;
	font-size: 112.5%;
}
.sec_works .intro_mask{
	height: calc(100% - 22px);
}
.sec_works .intro_mask p{
	width: 100%;
}
/* img */
.sec_works .works_blog_img{
	position: relative;
}
.sec_works .works_blog_img > p{
	width: 100%;
	height: 290px;
}
.sec_works .works_blog_img > p,
.sec_works .works_blog_img > p:after{
	clip-path: polygon(59% 0, 100% 0, 100% 100%, -12% 100%);
}
/* btn default sp */
.sec_works .works_blog .btn_default{
	position: relative;
	justify-content: center;
	margin-top: -28px;
	z-index: 2;
}
.sec_works .works_blog .works_blog_intro .btn_default{
	margin-top: 40px;
	justify-content: flex-start;
}
/* admin jobs */
.sec_works .works_blog:nth-child(1) .sec_subtitle{
	margin-bottom: 11px;
	margin-left: 0;
	font-size: 156.25%;
	letter-spacing: 3px;
}
/* tech jobs */
.sec_works .works_blog:nth-child(2) .works_blog_intro{
	padding-top: 70px;
	padding-bottom: 15px;
}
.sec_works .works_blog:nth-child(2) .sec_subtitle{
	margin-bottom: 10px;
}
.sec_works .works_blog:nth-child(2) .intro_des{
	margin-bottom: 0;
}
/* pro jobs */
.sec_works .works_blog:nth-child(3) .works_blog_intro{
	padding-top: 68px;
	padding-bottom: 16px;
}
.sec_works .works_blog:nth-child(3) .sec_subtitle{
	margin-bottom: 11px;
}
.sec_works .works_blog:nth-child(3) .intro_des{
	margin-bottom: 0;
}
/* nth-child even */
.sec_works .works_blog:not(:first-child){
	margin-top: -22px;
}
.sec_works .works_blog:nth-child(even) .works_blog_img > p,
.sec_works .works_blog:nth-child(even) .works_blog_img > p:after {
	clip-path: polygon(0 0, 41% 0, 112.5% 100%, 0% 100%);
}

/* benefits style
================================================== */
.sec_benefits{
	margin-top: -22px;
	padding: 57px 0 25px;
}
.sec_benefits:before {
	top: -22px;
	margin-right: 130px;
	width: 236px;
	height: 300px;
}
.sec_benefits .sec_ttl{
	margin-bottom: 16px;
	margin-right: -6px;
	padding-top: 8px;
}
.sec_benefits .sec_ttl:before{
	top: -8px;
}
.sec_benefits .sec_ttl > h2{
	padding-top: 40px;
}
.sec_benefits .sec_ttl > h2 > span{
	padding-right: 5px;
}
.sec_benefits .list_schedule{
	flex-direction: column;
	margin: 0;
}
.sec_benefits .schedule{
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
.sec_benefits .schedule_ttl{
	padding: 6px 58px 7px 16px;
	min-width: 160px;
	font-size: 118.7%;
	letter-spacing: 0;
	clip-path: polygon(0 0, 96% 0, 72% 100%, 0% 100%);
}
.sec_benefits .schedule_subttl{
	line-height: 1.7;
}
.sec_benefits .schedule_des{
	padding: 13px 20px 25px 20px;
}
.sec_benefits .schedule_txt{
	margin-top: 0;
	font-size: 87.5%;
	line-height: 2;
}

/* work life style
================================================== */
.sec_life{
	padding-bottom: 55px;
}
.sec_life:last-child{
	padding-bottom: 105px;
}
.sec_life:after {
	bottom: -19px;
	margin-left: 51px;
	width: 306px;
	height: 394px;
}
/* salary */
.sec_life .wrap_salary{
	margin-bottom: 40px;
}
.sec_life .wrap_salary .sec_subtitle{
	margin-bottom: 18px;
}
.sec_life .wrap_salary .sec_subtitle > p{
	padding-left: 4px;
}
.sec_life .list_salary{
	flex-direction: column;
	margin-bottom: 10px;
}
.sec_life .list_salary .salary,
.sec_life .list_salary .salary:nth-child(3n+2){
	width: 100%;
}
.sec_life .list_salary .salary:nth-child(3n-1) .salary_inner,
.sec_life .list_salary .salary_inner{
	border-right: none;
	padding: 9px 0 12px 3px;
}
.sec_life .list_salary .salary:nth-child(-n+3) .salary_inner{
	padding: 9px 0 12px 3px;
}
.sec_life .salary_ttl{
	margin-bottom: 2px;
	padding-left: 25px;
	font-size: 100%;
}
.sec_life .salary_ttl:before {
	left: 6px;
	top: 8px;
	width: 5px;
	height: 14px;
}
.sec_life .salary_unit{
	margin-bottom: 11px;
	line-height: 1;
}
.sec_life .salary_unit .unit_txt{
	padding-bottom: 2px;
	font-size: 131.2%;
}
.sec_life .salary_unit .unit_numb{
	font-size: 212.5%;
	letter-spacing: 0;
}
.sec_life .salary_note{
	font-size: 87.5%;
}
.sec_life .list_salary .salary:nth-child(3n) .salary_inner{
	padding-right: 0;
}
/* balance */
.sec_life .wrap_balance .sec_subtitle{
	margin-bottom: 21px;
}
.sec_life .list_balance{
	margin-bottom: 31px;
}
.sec_life .list_balance .balance{
	width: 50%;
}
.sec_life .list_balance .balance:nth-child(4n+1),
.sec_life .list_balance .balance:nth-child(4n+2),
.sec_life .list_balance .balance:nth-child(4n+3),
.sec_life .list_balance .balance:nth-child(4n+4){
	width: 50%;
	flex: none;
}
.sec_life .list_balance .balance_inner{
	padding: 15px 15px 12px 5px;
}
.sec_life .list_balance .balance:nth-child(4n+1) .balance_inner{
	padding-left: 5px;
}
.sec_life .list_balance .balance_ttl{
	/* flex: 1; */
	margin-bottom: 12px;
	padding: 0 0 0 23px;
	font-size: 93.7%;
	line-height: 1.2;
}
.sec_life .balance_ttl:before {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 14px;
}
.sec_life .balance_unit{
	margin-top: 0;
}
.sec_life .balance_unit .unit_numb{
	font-size: 225%;
}
.sec_life .balance_unit .unit_txt{
	font-size: 112.5%;
}
.sec_life .list_balance .balance:nth-child(-n+4) .balance_inner{
	padding-top: 15px;
}
.sec_life .list_balance .balance:nth-child(-n+2) .balance_inner{
	padding-top: 0;
	padding-bottom: 22px;
}
.sec_life .list_balance .balance:nth-child(-n+2) .balance_ttl{
	margin-bottom: 12px;
}
.sec_life .list_salary .salary:nth-last-child(-n + 3):nth-child(3n + 1) .salary_inner,
.sec_life .list_salary .salary:nth-last-child(-n + 3):nth-child(3n + 1) ~ .salary .salary_inner,
.sec_life .list_balance .balance:nth-last-child(-n + 4):nth-child(4n + 1) .balance_inner,
.sec_life .list_balance .balance:nth-last-child(-n + 4):nth-child(4n + 1) ~ .balance .balance_inner{
	border-bottom: 1px solid #c9c9c9;
}
.sec_life .list_balance .balance:nth-last-child(-n + 2):nth-child(2n + 1) .balance_inner,
.sec_life .list_balance .balance:nth-last-child(-n + 2):nth-child(2n + 1) ~ .balance .balance_inner,
.sec_life .list_salary .salary:last-child .salary_inner,
.sec_life .list_balance .balance:last-child .balance_inner{
	border-bottom: none !important;
}
.sec_life .list_balance .balance:nth-child(2n) .balance_inner{
	border-right: none;
	padding-left: 15px;
	padding-right: 6px;
}
.sec_life .list_balance .balance:nth-child(2n) .balance_unit{
	padding-right: 8px;
}
.sec_life .balanc_img{
	width: 35px;
}
.sec_life .balanc_img img{
	max-width: 100%;
	height: auto;
}
/* sns style
================================================== */
.sec_sns{
	padding-bottom: 83px;
}
.sec_sns .sns_ttl {
	margin-left: -6px;
	padding: 3px 44px 4px 34px;
}
.sec_sns .sns_ttl h2{
	padding-left: 41px;
	background-image: url(/shared/templates/saiyo_top/images/sns_ttl_icon_sp.png);
	background-position: 0 10px;
	background-size: 30px auto;
	font-size: 150%;
	letter-spacing: 2px;
}
.sec_sns .sns_cnt{
	padding: 6px 5px 50px 25px;
}
.sec_sns .sns_cnt:after{
	top: -33px;
	left: -20px;
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
}
.sec_sns .sns_list{
	flex-direction: column;
	margin: 0;
}
.sec_sns .sns_list li{
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.sec_sns .sns_list a{
	padding: 20px 34px 12px 0;
	background-position: right 10px top 29px;
}
/* reset style */
.sec_mainvisual:before,
.sec_mainvisual:after,
.sec_mainvisual .mv_wrapper:before,
.sec_mainvisual .mv_wrapper:after,
.sec_mainvisual .mv_carousel:after,
.sec_mainvisual .mv_inner:before{
	content: none;
}
/* setting hover */
.sec_mainvisual .thumbnail_item a:hover,
.sec_mainvisual .mv_slide_link a:hover,
.btn_default > p > a:hover,
.sec_information .info_item a:hover,
.sec_sns .sns_list a:hover{
	text-decoration: none;
}
/* no-js & no-splide */
.no_javascript #tmp_wrapper .sec_mainvisual .splide__track{
	max-height: 240px;
}
}
@media screen and (max-width : 359px){
.sec_benefits .sec_ttl > h2{
	background-size: 296px auto;
}
}