.ryovision{
	overflow-x: clip;
}
.nav-menu {
  	color: #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
        width: 90%;
        max-width: 1800px;
	margin:0 auto;
}
.menu-item a{
	color:#fff;
}
.drop-menu a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*---main---*/
.t_main{
    	background: #247d84;
}
.content_area {
    	width: 90%;
    	max-width: 1500px;
  	margin: 0 auto;
  	padding:0px 20px 32px;
	display:flex;
	justify-content:space-between;
}
.content-container{
	width:73%;
}
.tab-container {
	width:23%;
	background-color:#fbf3de;
	border-radius:15px;
	padding:30px 15px;
	box-sizing:border-box;
}
.main_togle{
	text-align:center;
	margin-bottom:30px;
}
.main_btn{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.main_no a{
	width:70px;
	padding:25.5px 0;
	text-align:center;
	background-color:#ce4b00;
	box-shadow: 0 8px 0 0 #a43c01;
	color:#fff;
	font-size:30px;
	box-sizing:border-box;
	border-radius:5px;
	display:block;
        transition: .2s ease-in-out;
        position: relative;
        top: 0;
}
.main_no a:hover{
        top: 6px;
        box-shadow: 0 0 #a43c01;
}

.tab {
  	font-weight: 500;
  	text-align:center;
  	width: 74%;
  	padding:25.5px 0px;
  	background-color: #2e5674;
	box-shadow: 0 8px 0 0 #1d394e;
  	cursor: pointer;
	color:#fff;
	font-size:17px;
	border-radius:5px;
	transition: .2s ease-in-out;
	position: relative;
  	top: 0;
}
.content {
  	display: none; /*必須*/
}
.content.show {
  	display: block; /*必須*/
}
.t_main_mov{
	border-radius:20px;
	width:100%;
        position: relative;
        padding-bottom: 56.5%;
        height: 0;
        overflow: hidden;
        border-radius: 10px;
	border-radius:20px;
	border:20px solid #fbf3de;
	background-color:#fbf3de;
}
.tab:hover {
  	top: 6px;
  	box-shadow: 0 0 #1d394e;
}
.tab.active {
  	top: 6px;
  	box-shadow: 0 0 #1d394e;
}
.t_main_mov iframe{
	aspect-ratio: 16 / 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.t_main_mov img{
	width:100%;
	height:auto;
	aspect-ratio: 16 / 9;
	object-fit:cover;
}

.t_byou{
        width: 90%;
        max-width: 1500px;
	margin:20px auto;
  	align-items: center;
  	background: #fff;
  	display: flex;
  	height: 40px;
  	line-height: 40px;
  	overflow:hidden;
  	white-space:nowrap;
  	z-index: 1;
	position:relative;
	border-radius:5px;
}
.t_byou_tl{
	position:absolute;
	bottom:0;
	left:0;
	font-size:15px;
	background:url(/img/top_re01/m_byou_tl.webp)no-repeat center top;
	z-index:5;
	text-align:right;
	font-weight:bold;
	width:16%;
        box-sizing: border-box;
	text-align:center;
}
.ticker {
	margin: 0 auto;
	padding-left:20px;
	width: 65%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}
.ticker ul li a{
	color:#000;
	display:block;
}
.ticker ul li a:hover{
	text-decoration:underline;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
/*---/main---*/

/*---way5---*/
.t_way5_wrap{
	background:url(/img/top_re01/w5_bg.webp)no-repeat center;
	padding-top:2%;
}
.t_way5_bn{
	width:80%;
	margin:0 auto;
}
.t_way5_bn:hover{
	opacity:0.7;
}
.t_way5_in{
	display:flex;
	justify-content:center;
	width:90%;
	max-width:1600px;
	margin:0 auto;
}
.t_way5_conts{
	width:50%;
}
.t_way5_box{
	width:90%;
	max-width:800px;
	margin:4% auto 10%;
	background-color:#FFF;
	border:1px solid #000;
	box-sizing:border-box;
}
.t_way5_conts.meikan{
}
.t_way5_box.meikan{
	box-shadow: 10px 10px #82cbd1;
}
.t_way5_mlogo{
	padding:3% 15%;
}
.t_way5_li{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	border-top:1px solid #000;
}
.t_way5_li li{
	width:33.23%;
	border-right:1px solid #000;
	box-sizing:border-box;
	text-align:center;
}
.t_way5_li li img{
	width:85%;
}
.t_way5_li li:nth-child(3n){
	border-right:none;
}
.t_way5_li li:nth-child(-n+3){
	border-bottom:1px solid #000;
}
.t_way5_conts.goodjob{
}
.t_way5_li li a{
	font-size:1.6vw;
	font-weight:bold;
	color:#00546e;
	text-align:center;
	letter-spacing:2px;
	padding:32.4% 22%;
	line-height:30px;
	display:block;
}
.t_way5_li li a:hover{
	background-color:#00546e;
	color:#fff;
}
.t_way5_li li img{
	padding:4% 0 0 0;
}
.t_way5_box.goodjob{
	box-shadow: 10px 10px #e47511;
	background:url(/img/top_re01/w5_good_bg.webp)no-repeat center;
	background-color:#FFF;
	padding-bottom:2.5%;
}
.t_way5_glogo{
	text-align:center;
	padding:17% 0 13%;
	width:90%;
	margin:0 auto;
}
.t_way5_gbtn{
	width:95%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.t_way5_gbtn li{
	width:48%;
}
.t_way5_gbtn li a{
	display:block;
	font-size:1vw;
	padding:40px 0;
	text-align:center;
	border-radius:10px;
	font-weight:bold;
}
.t_way5_gbtn li.t_way5_gbtn01 a{
	background-color:#e47511;
	border:2px solid #e47511;
	color:#fff;
}
.t_way5_gbtn li.t_way5_gbtn01 a:hover{
	background-color:#fff9ea;
	color:#000;
}
.t_way5_gbtn li.t_way5_gbtn02 a{
	background-color:#fff9ea;
	border:2px solid #e47511;
	color:#000;
}
.t_way5_gbtn li.t_way5_gbtn02 a:hover{
	background-color:#e47511;
	color:#fff;
}
/*---way5---*/


/*---short---*/

.t_short{
	background-color:#fe5226;
	padding:50px 0 12px;
}
.t_short_tl{
        width: 90%;
        max-width: 1500px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.t_short_more a{
	width:250px;
	height:250px;
	border-radius:20px;
	border:3px solid #000;
	background-color:#ff3c0a;
	display:block;
	text-align:center;
	padding:104px 0;
	box-sizing:border-box;
}
.t_short_more a:hover{
	background-color:#fe5226;
}
.t_short_box{
        width: 90%;
        max-width: 1500px;
	margin:50px auto;
}
.t_short_box ul{
	display:flex;
	justify-content:flex-start;
}
.t_short_box li{
	width:18.4%;
	margin-right:2%;
	background-color:#ff3c0a;
	border:1px solid #000;
	aspect-ratio: 9 / 16;
	border-radius:20px;
}
.t_short_box li:last-child{
	margin-right:0;
}
.t_short_box li a{

}
/*---/short---*/

/*---tomoniko---*/
.t_tomoniko{
	background-color:#1255a3;
	padding:50px 0 80px;
	position:relative;
}
.t_tomoniko:before {
  	content: "";
  	display: inline-block;
  	background: url(/img/top_re01/tc_obi.webp) no-repeat 100%;
  	height: 416px;
  	width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
}
.t_tomoniko:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 416px;
	background: linear-gradient(90deg, rgba(14,68,132,1) 0%, rgba(22,102,197,1) 100%);
	bottom: 0%;
	right: 0%;
	z-index: 0;
}
.t_tomo_top{
        width: 90%;
        max-width: 1250px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.t_tomo_top p{
        font-size: 17px;
        color: #fff;
        line-height: 35px;
        width: 56%;
}
.t_tomo_more{
	width:260px;
}
.t_tomo_more a{
	background-color:#002a5a;
	color:#fff;
	font-size:17px;
	padding:15px 0;
	box-shadow: 0 6px 0 0 #001f43;
	display:block;
	text-align:center;
	transition: .2s ease-in-out;
        position: relative;
        top: 0;
}
.t_tomo_more a:hover{
	top: 6px;
        box-shadow: 0 0 #001f43;
}
.t_tomo_wrap.swiper{
	width:100%;
	overflow:hidden;
	position: relative;
        z-index: 5;
	margin-top:30px;
}
.t_tomo_box.swiper-slide {
  	transform: scale(.75);
  	transition: .7s;
}
.t_tomo_li{
	margin-left:-190px;
}
.t_tomo_box{
	padding-bottom:120px;
}
.t_tomo_mov{
        width: 100%;
        position: relative;
        padding-bottom: 56.5%;
        height: 0;
        overflow: hidden;
	margin-bottom:20px;
}
.t_tomo_mov iframe{
        aspect-ratio: 16 / 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.t_tomo_box.swiper-slide-active {
  	opacity: 1;
  	transform: scale(1);
  	z-index: 1;
}
.t_tomo_date{
        background-color: #000;
        color: #fff;
        padding: 3px 15px;
        font-size: 15px;
        display: inline-block;
        letter-spacing: 2px;
}
.t_tomo_box a{
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
}
.t_tomo_box a span{
    	position: absolute;
    	bottom: 0%;
    	width: 100%;
    	height: 110px;
    	display: block;
    	font-size: 36px;
    	line-height: 55px;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
    	font-weight: bold;
    	color: #fff;
    	transition: 0.3s;
	width:80%;
}
.t_tomonikochan{
	width:240px;
}
/*---/tomoniko---*/

/*---fes---*/
.t_fes{
	display:flex;
	justify-content:space-between;
}
.t_fes_l{
        background-image: linear-gradient(rgba(210, 210, 210, 0.7) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.7) 1px, transparent 1px);
    	background-size: 25px 25px, 25px 25px;
    	padding: 30px 0px;
    	width: calc(100% - 400px);
    	min-height: calc(100vh - 100px);
    	position: relative;
}
.t_fes_tl{
	text-align:center;
}
.t_fes_wrap{
	padding:80px 0 120px;
        width: 100%;
        overflow: hidden;
	position:relative;
}
.t_fes_li{
}
.t_fes_box{
	width:30%;
	position:relative;
	border:2px solid #000;
	background-color:#FFF;
	box-shadow:0 10px 0 0 #c2c2c2;
	border-radius:20px;
	padding:2%;
	box-sizing:border-box;
	position:relative;
}
.t_fes_box a{
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
}
.t_fes_box a span{
    	position: absolute;
    	bottom: 24%;
    	width: 100%;
    	height: 52px;
    	display: block;
    	font-size: 18px;
    	line-height: 28px;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
    	font-weight: bold;
    	color: #000;
    	transition: 0.3s;
	padding:0 8%;
	box-sizing:border-box;
}
.t_fes_box:hover span{
	color:#34bcd9;
}
.t_fes_box:hover span.jcjs_good_cnt_icon{
	color: #003592;
}
.good_button{
	position:absolute;
	z-index:2;
	top:-20px;
	left:-18px;
}
.good_button span {
	background: url(/img/top_re01/cf_iine_waku.webp)no-repeat;
	width:130px;
	height:64px;
	cursor: pointer;
	display: flex;
	font-size:24px;
	line-height: 20px;
	font-weight: bold;
	color: #003592;
	padding:21px 0 0px 84px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    	display: flex;
    	align-items: center;
	box-sizing:border-box;
}
.good_button span {
	cursor: default;
}
.t_compfex_date{
}
.t_fes_mov{
        width: 100%;
        position: relative;
        padding-bottom: 56.5%;
        height: 0;
        overflow: hidden;
	margin-bottom:20px;
}
.t_fes_mov iframe{
        aspect-ratio: 16 / 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.t_fes_tag{
	padding-top:16%;
	height:70px;
}
.t_fes_tag p{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.t_fes_tag label{
	border:1px solid #000;
	border-radius:50px;
	margin:0 5px 5px 0;
	padding:3px 12px;
	font-size:;11px
}
.swiper-button-next, .swiper-button-prev {
    	position: absolute;
    	top:92% !important;
    	width: 70px !important;
    	height: 70px !important;
    	margin-top: -22px;
    	z-index: 10;
    	cursor: pointer;
    	background-size: 100% !important;
    	background-position: center;
    	background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url(/img/top_re01/cf_allow_l.webp) !important;
        left: 44% !important;
        right: auto !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url(/img/top_re01/cf_allow_r.webp) !important;
        right:44% !important;
        left: auto !important;
}

.t_fes_comp{
	margin:30px 0;
}
.t_fes_comp ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:90%;
	max-width:1250px;
	margin:0 auto;
}
.t_fes_comp ul li{
	width:29%;
	position:relative;
	margin-bottom:3%;
	border:2px solid #000;
	background-color:#FFF;
	box-shadow:0 5px 0 0 #c2c2c2;
	border-radius:10px;
	padding:1%;
}
.t_fes_comp ul li:hover span{
	color:#34bcd9;
}
.t_fes_comp_mov{
        width: 100%;
        position: relative;
        padding-bottom: 56.5%;
        height: 0;
        overflow: hidden;
	margin-bottom:40px;
}
.t_fes_comp_mov iframe{
        aspect-ratio: 16 / 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.t_fes_comp ul li a{
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
}
.t_fes_comp ul li a span{
    	position: absolute;
    	bottom: 16px;
    	width: 100%;
    	display: block;
    	font-size: 25px;
    	font-weight: bold;
    	color: #000;
    	transition: 0.3s;
	box-sizing:border-box;
	text-align:center;
}

.t_fes_r{
	width: 400px;
    	background: #fff;
    	border-left:1px solid #000;
        position: sticky;
        top: 0;
	height: 100vh;
}
.t_fes_alltag ul{
}
.t_fes_alltag ul li{
	border-bottom:1px solid #000;
}
.t_fes_alltag ul li a{
	font-size:15px;
	display:block;
	color:#000;
	padding:15px 30px;
}
.t_fes_alltag ul li a:before{
	content:"#";
}
.t_fes_alltag ul li a:hover{
	color:#34bcd9;
}
.t_fes_ca_tl{
	background-color:#34bcd9;
	border-bottom:1px solid #000;
	font-size:25px;
	font-weight:bold;
	padding:25px;
}

.t_fes_subtl{
  	align-items: center;
  	background: #fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
  	color: #000;
  	display: flex;
  	height: 50px;
  	line-height: 50px;
  	overflow:hidden;
  	width: 100%;
  	white-space:nowrap;
  	margin-top: 50px;
  	z-index: 1;
}
.t_fes_subtl ul {
  	animation: flowing 20s linear infinite;
  	font-size: 17px;
  	transform:translateX(100%);
  	margin: 0;
  	padding: 0;
}
.t_fes_subtl ul li{
  	display: inline-block;
  	padding-right: 40px;
}
.t_fes_subtl ul li span{
	font-size:20px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

/*---/fes---*/

/*---way---*/
.t_way{
	background: linear-gradient(180deg, rgba(252,225,208,1) 0%, rgba(254,182,213,1) 50%, rgba(162,186,245,1) 100%);
	width:100%;
	overflow:hidden;
	padding:10px 0 100px;
}
.t_way_tl{
	padding-left:20px;
}
.t_way_wrap{
	margin-top:-60px;
}
.t_way_li{
}
.t_way_box{
	position:relative;
}
.t_way_box a img{
	position:absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.t_way_box.swiper-slide {
    	transform: scale(.8);
    	transition: .7s;
}
.t_way_box.swiper-slide-active {
    	opacity: 1;
    	transform: scale(1);
    	z-index: 1;
}
.t_way_box:hover .t_way_bg{
  	transition: transform 1s;
  	transform: rotate(360deg);
}

/*---/way---*/

/*---officer---*/
.t_officer{
	background: url(/img/top_re01/of_bg.webp) no-repeat center top;
	background-size: cover;
	position: relative;
	height: 100vh;
	width:100%;
}
.t_officer::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background-color: rgba(0, 0, 0, 0.4);
}
.t_officer_in{
        width: 90%;
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.t_off_l{
	padding:24% 0 24% 5%;
	position:relative;
}
.t_off_tl{
	background: url(/img/top_re01/of_message.webp) no-repeat center bottom;
	text-align:center;
	font-size:50px;
	letter-spacing:2px;
	font-weight:bold;
	color:#fff;
	background-size:auto;
	padding-bottom:85px;
}
.t_off_more{
	width:400px;
	margin:20px auto 0;
}
.t_off_more a{
        display: block;
        background-color: #FFF;
        border-radius: 50px;
	border:2px solid #fff;
        text-align: center;
        padding: 18px 0;
        color: #000;
        font-size: 22px;
        font-weight: bold;
	transition:0.3s;
}
.t_off_more a:hover{
	background-color:#0054A7;
	color:#fff;
	border:2px solid #fff;
}

.t_off_li {
  	max-width: 100%;
  	margin: 0 auto;
  	padding:33px 25px;
	display:flex !important;
	justify-content:flex-start;
	align-items:center;
	background-color:#FFF;
	border-radius:10px;
	margin:11px 0;
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.5);
	position:relative;
}
.t_off_r{
	width:650px;
}
.t_off_box.slider{
}
.t_off_mov{
        width: 85%;
        position: relative;
        padding-bottom: 30%;
        height: 0;
        overflow: hidden;
	margin-right:10px;
}
.t_off_mov iframe{
        aspect-ratio: 16 / 9;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.t_off_mov img{
	width:100%;
	height:180px;
	object-fit:cover;
	margin-right:20px;
}
.t_off_com{
        font-size: 20px;
        font-weight: bold;
        width: 80%;
        line-height: 37px;
}
.t_off_com a{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
	color:#000;
}
.t_off_com span{
	position: absolute;
	top:33px;
        right: 25px;
        width: 43%;
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 37px;
}

.t_off_li.slick-slide {
    	transition: all ease-in-out .3s;
    	opacity: .5;
}
.t_off_li.slick-active {
    	opacity: 1;
}
.t_off_li:hover {
	transform: translateY(4px);
	box-shadow:none;
}

/*---/officer---*/

/*-----other-----*/
.t_other{
	width:95%;
	max-width:1800px;
	margin:50px auto;
}
.t_other ul{
	display:flex;
	justify-content:center;
}
.t_other ul li{
	width:19%;
	margin:0 15px;
}

/*pr*/
.t_pr_wrap{
	position: relative;
    	overflow: hidden;
    	padding: 40px 0;
	background-color:#fff2d3;
	margin:0;
}
.t_pr_tl{
	text-align:center;
	font-size:33px;
	font-weight:bold;
	letter-spacing:3px;
	background:url(/img/top/pr_tl.webp)no-repeat bottom center;
	line-height:90px;
}
.slider_s_wrap{
    	width: 100%;
    	overflow: hidden;
    	padding-top: 20px;
    	position: relative;
}
.b_slider{
}
.pr_items{
	background-color:#FFF;
	border-radius:10px;
	border:1px solid #000;
	position:relative;
	padding:10px;
	margin:0 10px;
	transition:0.2s;
}
.pr_items:hover{
	transform: translateY(-20px);
}
.pr_s_movie{
    	position: relative;
    	padding-bottom: 56.25%;
    	height: 0;
    	overflow: hidden;
}
.pr_s_movie iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}
.pr_s_tl{
	height:50px;
}
.pr_s_tl a{
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
	color:#000;
}
.pr_s_tl a span{
	position: absolute;
    	bottom: 7%;
    	display: block;
    	display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 2;
    	overflow: hidden;
    	font-size: 15px;
    	line-height: 20px;
    	padding: 0 6%;
    	height: 43px;
}

.t_pr_btn a{
	background-color:#333;
	color:#fff;
	font-size:15px;
	width:300px;
	margin:0 auto;
	display:block;
	border:1px solid #333;
	text-align:center;
	padding:15px 0;
}
.t_pr_btn a:hover{
	background-color:#FFF;
	color:#333;
}
/*pr*/
/*--------bukken_slider------------*/


.b_slider {
 width: 330px;
 margin: 0 auto;
 position: relative;
}

.b_slider .slick-list {
 overflow: visible;
}

.slick-initialized {
 opacity: 1;
}

.b_slider li {}

.b_slider li img {
 height: auto;
 margin: 0auto;
}

.b_slider .prev_a {
 width: 80px;
 height: 80px;
 display: block;
 position: absolute;
 left: -360px;
 top: 70px;
 z-index: 1;
 border-radius: 50%;
 box-sizing: border-box;
 border: solid 1px #000;
 white-space: nowrap;
 background-color: #ffc53b;
 cursor: pointer;
 transition-duration: 0.1;
}

.b_slider .prev_a::before {
 content: "";
 width: 8px;
 height: 8px;
 border-top: solid 2px #000;
 border-right: solid 2px #000;
 display: block;
 transform: rotate(225deg);
 position: absolute;
 top: 35px;
 left: 0;
 right: 0px;
 margin: 0 auto;
}

.b_slider .prev_a:hover::before {
 content: "";
 width: 8px;
 height: 8px;
 border-top: solid 2px #000;
 border-right: solid 2px #000;
 display: block;
 transform: rotate(225deg);
 position: absolute;
 top: 35px;
 left: 0;
 right: 0px;
 margin: 0 auto;
}

.b_slider .prev_a::after {
 content: "";
 width: 10px;
 height: 2px;
 background-color: #000;
 display: block;
 position: absolute;
 top: 39px;
 right: -2px;
 margin: 0 auto;
 left: 0;
}

.b_slider .prev_a:hover::after {
 content: "";
 width: 10px;
 height: 2px;
 background-color: #000;
 display: block;
 position: absolute;
 top: 39px;
 right: -2px;
 margin: 0 auto;
 left: 0;
}

.b_slider .next_a {
 width: 80px;
 height: 80px;
 display: block;
 position: absolute;
 right: -360px;
 top: 70px;
 z-index: 1;
 border-radius: 50%;
 box-sizing: border-box;
 border: solid 1px #000;
 white-space: nowrap;
 background-color: #ffc53b;
 cursor: pointer;
 transition-duration: 0.1;
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.b_slider .next_a::before {
 content: "";
 width: 8px;
 height: 8px;
 border-top: solid 2px #000;
 border-right: solid 2px #000;
 display: block;
 transform: rotate(45deg);
 position: absolute;
 top: 35px;
 right: 0px;
 left: 0;
 margin: 0 auto;
}

.b_slider .next_a:hover:before {
 content: "";
 width: 8px;
 height: 8px;
 border-top: solid 2px #000;
 border-right: solid 2px #000;
 display: block;
 transform: rotate(45deg);
 position: absolute;
 top: 35px;
 right: 0px;
 left: 0;
 margin: 0 auto;
}

.b_slider .next_a::after {
 content: "";
 width: 10px;
 height: 2px;
 background-color: #000;
 display: block;
 position: absolute;
 top: 39px;
 right: -2px;
 margin: 0 auto;
 left: 0;
}

.b_slider .next_a:hover::after {
 content: "";
 width: 10px;
 height: 2px;
 background-color: #000;
 display: block;
 position: absolute;
 top: 39px;
 right: -2px;
 margin: 0 auto;
 left: 0;
}

.b_slider .next_a:hover,
.b_slider .prev_a:hover {
 background: #fff;
 transition: 1s;
 border: 2px solid #ffc53b;
}




.b_slider .slick-dots button {
 background: none;
 border: none;
 content: "";
 font-size: 0;
 padding: 0;
 display: none;
}

.b_slider .slick-dots li button:before {
 font-family: 'slick';
 font-size: 18px;
 line-height: 20px;
 position: absolute;
 top: 0;
 left: 0;
 border-radius: 50%;
 width: 15px;
 height: 15px;
 content: '';
 background: #ccc;
 text-align: center;
 color: #ccc;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 cursor: pointer;
}

.b_slider .slick-dots li.slick-active button:before {
 background: #0d7fc3;
}

.b_slider .slick-dots {
 overflow: hidden;
 width: 100%;
 padding: 0;
 list-style: none;
 text-align: center;
 margin: 40px 0 0;
}

.b_slider .slick-dots li {
 position: relative;
 display: inline-block;
 margin: 0 5px;
 max-width: 13px;
 padding: 0;
 width: 15px;
 height: 15px;
 border-radius: 100%;
 cursor: pointer;
}





/*-----スライドアニメーション-----*/
/* 下から上に移動しながらフェードイン */
.fadeInUp {
    opacity: 0;
    transform: translateY(100px);
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
/* 右から左に移動しながらフェードイン */
.fadeInLeft {
    opacity: 0;
    transform:  translate(-100px, 0);
}
/* 左から右に移動しながらフェードイン */
.fadeInRight {
    opacity: 0;
    transform: translateX(100px);
}
/* フェードインアニメーション */
@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
/* フェードインさせるクラス */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
/*------------------------*/
