@charset "utf-8";



/*----------------------------------------
	default setting
-----------------------------------------*/

html, body, div, dl, dt, dd, th, td, ul, ol, li,
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, em, p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

.small {
	font-size: 90%;
}

em {
	font-weight:bold;
	font-size: 100%;
}

th {
	text-align: left;
	font-weight: normal;
}

li {
	list-style: none;
}

li img {
	vertical-align: top;
}

img, table {
	border: 0;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align:bottom
}

img{
	max-width: none\9;/*IE8への対応*/
}

html:not(:target) img{
    max-width: 100%; /*IE9以上への対応*/
}

hr {
	display: none;
}
/*----------------------------------------
	radical-setting
-----------------------------------------*/
#wrapper {
background:#eeeeee;
	position: relative;
	font-family: 'Noto Sans JP', YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
}
#wrapper .main-body{
	position: relative;
	background:#003d98;
}
#wrapper a{
	text-decoration: none;
}


@font-face {
    font-family: 'uni_sansheavy_caps';
    src: url('../images/radical/font/uni_sans_heavy-webfont.eot');
    src: url('../images/radical/font/uni_sans_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/radical/font/uni_sans_heavy-webfont.woff2') format('woff2'),
         url('../images/radical/font/uni_sans_heavy-webfont.woff') format('woff'),
         url('../images/radical/font/uni_sans_heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*----------------------------------------
	main_visual
-----------------------------------------*/
.main_visual{
	margin:0 auto;
	background:#000;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0 0px 0;
	background-size:cover;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}

/*----------------------------------------
	about
-----------------------------------------*/
.about{
	margin:0px auto 0 auto;
	padding:20px 10% 100px 10%;
	position: relative;
	background:url(../images/radical/about_bg.png) no-repeat right bottom #003d98;
}

.about .ico{
	position:absolute;
	top:-50px;
}
.about h3{
	position: relative;
	color: #fff;
	text-align: right;
}
.about h3 dl{
	font-style: italic;
	margin-bottom:10px;
}
.about h3 dt{
	font-family: 'uni_sansheavy_caps';
	font-size: 60px;
	line-height: 60px;
}
.about h3 dd{
	font-size: 17px;
font-weight: 700;
}
.about .copy dl{
	color: #fff;
	text-align: left;
	width:80%;
}
.about .copy dt{
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom:30px;
}
.about .copy dd{
	line-height: 40px;
}
.about .copy dd strong{
	font-size: 22px;
	font-weight: 700;
	line-height: 50px;
}

.about .asuwell_btn{
	font-size: 15px;
	font-weight: 700;
	border: 1px #fff solid;
	display: block;
	color: #fff;
	position: relative;
	padding: 10px 0;
	width: 340px;
	margin-top: 30px;
}

.about .asuwell_btn::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
   right: 25px;
    margin-top: -4px;
}

/*----------------------------------------
	program
-----------------------------------------*/
.program{
	margin:0 auto;
	padding:0 ;
	background:#333;
	border-top:1px #eee solid;
}
.program h3{
	position: relative;
	color: #fff;
	padding-top: 60px;
}
.program h3 dl{
	font-style: italic;
	margin-bottom:20px;
}
.program h3 dt{
	font-family: 'uni_sansheavy_caps';
	letter-spacing: 3px;
	font-size: 60px;
	line-height: 60px;
}
.program h3 dd{
	font-size: 17px;
font-weight: 700;
}




.swiper-container {
  width:100%;
  height: 800px;
	color: #fff;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.swiper-container .swiper-slide dl{
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding:240px 10% 0 10%;
}
.swiper-container .swiper-slide dt{
	width: 264px;
}
.swiper-container .swiper-slide dd{
  font-size: 34px;
font-weight: 900;
	line-height: 45px;
	flex: 1;
	font-style: italic;
	text-shadow: 0px 0px 5px #000; 
}
.swiper-container .swiper-slide .ex_box{
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	text-align: left;
	padding:0 10%;
	margin-top: 40px;
}
.swiper-container .swiper-slide .ex_box iframe{
  	display:block;
	width: 540px;
	height: 298px;
}
.swiper-container .swiper-slide .ex_box p{
  	flex: 1;
	margin-left: 30px;
}
.swiper-container .swiper-slide .ex_box strong{
  	font-size: 19px;
font-weight: 700;
	display:block;
}
.thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
	margin: 40px 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.thumb-list li {
  width: 24%;
	border-radius: 6px;
	background: #003d98;
	margin-right: 1%;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.thumb-list li:nth-of-type(4),.thumb-list li:nth-of-type(8){
	margin-right: 0px;
}

.thumb-list li a {
  width: 100%;
	border-radius: 6px;
	display: block;
	color: #fff;
	font-weight: 500;
	padding: 13px 0;
	font-size: 15px;
	text-decoration: none;
}
.thumb-link {
	color: #fff;
}

/* わかりやすく色分けしているだけ */
.fight { background: url("../images/radical/program_btn01.png") no-repeat left center; }
.power { background: url("../images/radical/program_btn02.png") no-repeat left center; }
.x55 { background: url("../images/radical/program_btn03.png") no-repeat left center; }
.oxigeno { background: url("../images/radical/program_btn04.png") no-repeat left center; }
.ubound { background: url("../images/radical/program_btn05.png") no-repeat left center; }
.kimax { background: url("../images/radical/program_btn06.png") no-repeat left center; }
.mega { background: url("../images/radical/program_btn07.png") no-repeat left center; }
.ride { background: url("../images/radical/program_btn08.png") no-repeat left center; }
.factor { background: url("../images/radical/program_btn09.png") no-repeat left center; }
.hyper { background: url("../images/radical/program_btn10.png") no-repeat left center; }
.eleven { background: url("../images/radical/program_btn11.png") no-repeat left center; }

.fight_l { background: url("../images/radical/program_bg01.jpg") no-repeat center top; }
.power_l { background: url("../images/radical/program_bg02.jpg") no-repeat center top; }
.x55_l { background: url("../images/radical/program_bg03.jpg") no-repeat center top; }
.oxigeno_l { background: url("../images/radical/program_bg04.jpg") no-repeat center top; }
.ubound_l { background: url("../images/radical/program_bg05.jpg") no-repeat center top; }
.kimax_l { background: url("../images/radical/program_bg06.jpg") no-repeat center top; }
.mega_l { background: url("../images/radical/program_bg07.jpg") no-repeat center top; }
.ride_l { background: url("../images/radical/program_bg08.jpg") no-repeat center top; }
.factor_l { background: url("../images/radical/program_bg09.jpg") no-repeat center top; }
.hyper_l { background: url("../images/radical/program_bg10.jpg") no-repeat center top; }
.eleven_l { background: url("../images/radical/program_bg11.jpg") no-repeat center top; }

/* 矢印の色を白に指定 */
.swiper-container .swiper-button-next{
  background-image: url("../images/radical/program_next.png");
	right: 0px;
}
.swiper-container .swiper-button-prev{
  background-image: url("../images/radical/program_prev.png");
	left: 0px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 58px;
  height: 116px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 58px 116px;
  background-position: center;
  background-repeat: no-repeat;
}


.program_sch{
	margin:0 auto;
	padding:50px 10% 50px 10%;
	background:#333;
	display: flex;
	justify-content: space-between;
	color:#fff;
	align-items: center;
}
.program_sch p{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	text-align: left;
}
.program_sch .btn a{
	display: block;
	border: 1px solid #fff;
	padding: 15px 0;
	width: 340px;
	color:#fff;
	position: relative;
}

.program_sch .btn a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
   right: 25px;
    margin-top: -4px;
}

/*----------------------------------------
	5points
-----------------------------------------*/
.points {
	margin:0 auto;
	padding:50px 10%;
	background:#f3f61c;
	border-top:1px #eee solid;
}
.points h3{
	position: relative;
	color: #000;
	padding-top: 60px;
}
.points h3 dl{
	font-style: italic;
	margin-bottom:20px;
}
.points h3 dt{
	font-family: 'uni_sansheavy_caps';
	letter-spacing: 3px;
	font-size: 60px;
	line-height: 60px;
}
.points h3 dd{
	font-size: 17px;
font-weight: 700;
}

.points .point_odd h4,
.points .point_even h4{
	font-size: 30px;
font-weight: 700;
	color: #f3f61c;
	margin-bottom: 20px;
}
.points .point_odd dt,
.points .point_even dt{
	font-size: 19px;
font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.points .point_odd dd,
.points .point_even dd{
	font-size: 16px;
	color: #fff;
}
.points .point_odd{
	position: relative;
	text-align: left;
	padding: 60px 0 80px 300px;
	margin-bottom: 10px;
}
.points .point_even{
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	padding: 60px 0 80px 80px;
}
.points .point_odd .ico{
	position: absolute;
	top:0;
	left: 0;
}
.points .point_even .ico{
	position: absolute;
	top:0;
	right: 0;
}

.points .point01{
	background: url("../images/radical/points_bg01.jpg") no-repeat left top #000;
}
.points .point02{
	background: url("../images/radical/points_bg02.jpg") no-repeat right top #000;
}
.points .point03{
	background: url("../images/radical/points_bg03.jpg") no-repeat left top #000;
}
.points .point04{
	background: url("../images/radical/points_bg04.jpg") no-repeat right top #000;
}
.points .point05{
	background: url("../images/radical/points_bg05.jpg") no-repeat left top #000;
}
/*----------------------------------------
	radical
-----------------------------------------*/
.radical {
	margin:0 auto;
	background: url("../images/radical/radical_bg.jpg") no-repeat center top #9d004c;
	padding:50px 0 0 0;
	border-top:1px #eee solid;
}

.radical .btn{
	margin:0 auto;
	background: #000;
	position: relative;
	display: block;
}
.radical .btn a{
	display: block;
}
.radical .btn p{
	width: 80%;
	margin:0 auto;
	display: block;
	position: relative;
	padding: 30px 0 30px 60px;
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	background: url("../images/radical/radical_btn.png") no-repeat center left;
}
.radical .btn p::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
   right: 25px;
    margin-top: -4px;
}
/*----------------------------------------
	radicalここまで
-----------------------------------------*/




.pagetop {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #00B5C0;
	text-align: right;
	margin-bottom: 20px;
}
.pagetop a {
	color: #00B5C0;
}



/*----------------------------------------
	cmn_btn
-----------------------------------------*/
.cmn_btn{
	box-sizing: border-box;
	text-align: center;
	display: flex;
	position: fixed;
	justify-content: space-between;
	z-index: 99;
	width: 100%;
	bottom: 0;
}
.cmn_btn dl{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding: 20px 0;
}
.cmn_btn dd{
	font-size: 2vw;
	padding-left:4%;
}
.cmn_btn dt{
	width:10%;
}
.cmn_btn .tel{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #ffa800;
	color: #FFF;
	width:100%;
}
.cmn_btn .regist{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #006ff8; 
	width:100%;
}
.cmn_btn .regist dl{
	color: #fff;
	text-decoration:none;
}
.cmn_btn .see{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #219bc6; 
	width:100%;
}
.cmn_btn .see dl{
	color: #fff;
	text-decoration:none;
}
.cmn_btn .ex{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #de6b89; 
	width:100%;
}