@charset "utf-8";
/* style css */

/*-------------------------------------------------
base 
-------------------------------------------------*/

body {
font-family: 'Noto Sans JP', sans-serif;
font-size:1.4rem;
line-height:1.6;
color:#111;
-webkit-text-size-adjust:100%;
letter-spacing:0.1em;
}
a img {
border-style: none;
}
a {
color: inherit;
text-decoration: none;
}
a:link, a:visited {
text-decoration: none;
}
.clear  {
clear: both;
visibility: hidden;
height: 0px;
}
.line_effect {
text-decoration: none;
}
.u_line_wht,
.u_line_blk {
position: relative;
z-index: 1;
}
.u_line_wht:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #fff;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.u_line_blk:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;/*テキストからの距離*/
width: 0%;/*初期状態では下線非表示*/
height: 1px;/*下線の高さ*/
background: #222;/*下線の色*/
z-index: -1;
transition: all 0.3s;/*アニメーション速度*/
}
.line_effect:hover .u_line_wht:after,
.line_effect:hover .u_line_blk:after {
width: 100%;/*hover時に表示*/
}

::selection {
background: #003D79;
color: #fff;
}

/*Firefox*/
::-moz-selection {
background: #003D79;
color: #fff;
}

/*-------------------------------------------------
	padding margin font-size
-------------------------------------------------*/

.p-0{padding: 0px !important;}
.p-5{padding: 5px !important;}
.p-10{padding: 10px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-25{padding: 25px !important;}
.p-30{padding: 30px !important;}
.p-35{padding: 35px !important;}
.p-40{padding: 40px !important;}
.p-45{padding: 45px !important;}
.p-50{padding: 50px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}

.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0 !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}

.m-0{margin: 0px !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}
.m-20{margin: 20px !important;}
.m-25{margin: 25px !important;}
.m-30{margin: 30px !important;}
.m-35{margin: 35px !important;}
.m-40{margin: 40px !important;}
.m-45{margin: 45px !important;}
.m-50{margin: 50px !important;}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-25{margin-top: 25px !important;}
.mt-30{margin-top: 30px !important;}
.mt-35{margin-top: 35px !important;}
.mt-40{margin-top: 40px !important;}
.mt-45{margin-top: 45px !important;}
.mt-50{margin-top: 50px !important;}

.mr-0{margin-right: 0px !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.mr-20{margin-right: 20px !important;}
.mr-25{margin-right: 25px !important;}
.mr-30{margin-right: 30px !important;}
.mr-35{margin-right: 35px !important;}
.mr-40{margin-right: 40px !important;}
.mr-45{margin-right: 45px !important;}
.mr-50{margin-right: 50px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-35{margin-bottom: 35px !important;}
.mb-40{margin-bottom: 40px !important;}
.mb-45{margin-bottom: 45px !important;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-70{margin-bottom: 70px !important;}
.mb-80{margin-bottom: 80px !important;}
.mb-90{margin-bottom: 90px !important;}
.mb-100{margin-bottom: 100px !important;}
.mb-110{margin-bottom: 110px !important;}
.mb-120{margin-bottom: 120px !important;}

.ml-0{margin-left: 0px !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}
.ml-20{margin-left: 20px !important;}
.ml-25{margin-left: 25px !important;}
.ml-30{margin-left: 30px !important;}
.ml-35{margin-left: 35px !important;}
.ml-40{margin-left: 40px !important;}
.ml-45{margin-left: 45px !important;}
.ml-50{margin-left: 50px !important;}

.fs-1 {font-size:.1rem !important;}
.fs-2 {font-size:.2rem !important;}
.fs-3 {font-size:.3rem !important;}
.fs-4 {font-size:.4rem !important;}
.fs-5 {font-size:.5rem !important;}
.fs-6 {font-size:.6rem !important;}
.fs-7 {font-size:.7rem !important;}
.fs-8 {font-size:.8rem !important;}
.fs-9 {font-size:.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3.0rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}


/* pc / sp */

@media screen and (min-width: 768px) {
.pc-hidden{
	display:none;
}
}

@media screen and (max-width : 480px ){
.sp-hidden{
	display:none;
}
}

/*-------------------------------------------------
コンテンツ領域
-------------------------------------------------*/

body {
background-color: #fff;
}

.box_s {
max-width: 980px;
margin: 0 auto;
}

@media all and (max-width : 980px ){
.box_s {
padding: 0 20px;
}
}

.box_m {
max-width: 1260px;
margin: 0 auto;
}

@media all and (max-width : 1260px ){
.box_m {
padding: 0 20px;
}
}

.box_l {
width: 100%;
margin: 0 auto;
}


/*-------------------------------------------------
ページタイトル
-------------------------------------------------*/

.bg_imgbox {
width: 100%;
height: 600px;
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: relative;
z-index: 0;
}
.bg_imgbox::before {
content: "";
width: 100%;
height: 600px;
background: #000;
opacity: 0.3;
position: absolute;
left: 0;
top: 0;
}

@media all and (max-width : 820px ){
.bg_imgbox {
height: 480px;
background-position: center top;
background-size: cover;
}
.bg_imgbox::before {
height: 480px;
}
}

.course_title {
font-weight: 700;
font-size: 3.6rem;
letter-spacing: 0.2em;
margin-bottom: 10px;
}
.course_sub_title {
font-size:2.0rem;
font-weight: 500;
letter-spacing: 0.15em;
margin-bottom: 15px;
}

@media all and (max-width : 1260px ){
.course_title {
font-size: 3.0rem;
}
.course_sub_title {
font-size:1.6rem;
}
}

@media all and (max-width : 820px ){
.course_title {
font-size: 2.6rem;
}
}

.challenge {
font-size: 1.2rem;
font-weight: 500;
line-height: 100%;
letter-spacing: 0.1em;
padding: 5px 15px;
background: #D92139;
border-radius: 5px;
color: #fff;
}
.title_box {
max-width: 835px;
height: 220px;
background: rgba(255,255,255,0.8);
padding: 35px 50px 50px 50px;
position: absolute;
top: 50%;
left: 5.21%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 2;
}

@media all and (max-width : 820px ){
.title_box {
max-width: 820px;
height: auto;
padding: 25px 40px 30px 40px;
}
}

@media all and (max-width : 767px ){
.bg_imgbox {
height: 260px;
background-position: center top;
background-size: cover;
}
.bg_imgbox::before {
content: "";
height: 260px;
}
.course_title {
font-size: 1.6rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.course_sub_title {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-bottom: 10px;
}
.challenge {
font-size: 1.0rem;
padding: 5px 10px;
}
.title_box {
max-width: 350px;
height: auto;
padding: 15px 20px 20px 20px;
}
}

#course01 .bg_imgbox {
background-image:url("../img/course01/head_bg.jpg");
}
#course02 .bg_imgbox {
background-image:url("../img/course02/head_bg.jpg");
}
#course03 .bg_imgbox {
background-image:url("../img/course03/head_bg.jpg");
}
#course04 .bg_imgbox {
background-image:url("../img/course04/head_bg.jpg");
}
#course05 .bg_imgbox {
background-image:url("../img/course05/head_bg.jpg");
}
#course06 .bg_imgbox {
background-image:url("../img/course06/head_bg.jpg");
}
#course07 .bg_imgbox {
background-image:url("../img/course07/head_bg.jpg");
}
#course08 .bg_imgbox {
background-image:url("../img/course08/head_bg.jpg");
}
#course09 .bg_imgbox {
background-image:url("../img/course09/head_bg.jpg");
}
#course10 .bg_imgbox {
background-image:url("../img/course10/head_bg.jpg");
}


/*-------------------------------------------------
header
-------------------------------------------------*/

header {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 0;
z-index: 100;
}
.header_logo {
max-width: 331px;
height: auto;
margin: 25px 0 0 30px;
}
.header_logo img {
width: 100%;
}

@media all and (max-width : 767px ){
.header_logo {
max-width: 220px;
height: auto;
margin: 15px 0 0 20px;
}
}


/*-------------------------------------------------
ハンバーガーメニュー背景
-------------------------------------------------*/

#open_navi {
position:fixed;
z-index: 999;
/*ナビのスタート位置と形状*/
top:-120%;
left:0;
width:100%;
height: 100vh;/*ナビの高さ*/
background: #034E95;
transition: all 0.5s ease;
}

/*アクティブクラスがついたら位置を0に*/
#open_navi.panelactive{
top: 0;
}

/*ナビゲーションの縦スクロール*/
#open_navi.panelactive .open_navi_list {
position: fixed;
z-index: 999; 
width: 100%;
height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#open_navi .ham_logo {
max-width: 300px;
height: auto;
margin: 25px 0 0 50px;
}

@media all and (max-width : 767px ){
#open_navi .ham_logo {
max-width: 220px;
margin: 15px 0 0 20px;
}
}

/*ナビゲーション*/
#open_navi ul {
/*ナビゲーション天地中央揃え*/
position: absolute;
z-index: 999;
top:50%;
left:50%;
transform: translate(-50%,-50%);
}
#open_navi ul li a {
padding:10px;
display: block;
font-weight: 700;
font-size: 2.0rem;
color: #fff;
letter-spacing: 0.2em;
transition: all 0.6s ease;
white-space: nowrap;
}
#open_navi ul li .ham_menu_ja {
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.2em;
color: #ccc;
position: relative;
padding-left: 10px;
margin-left: 15px;
}
#open_navi ul li .ham_menu_ja::before {
content: "/";
color: #ccc;
font-size: 1.2rem;
position: absolute;
left: -5px;
top: -2px;
}

@media all and (max-width : 767px ){
#open_navi ul {
width: 80%;
}
#open_navi ul li a {
padding: 10px;
font-size: 1.4rem;
letter-spacing: 0.1em;
}
#open_navi ul li .ham_menu_ja {
font-size: 1.0rem;
padding-left: 6px;
margin-left: 10px;
letter-spacing: 0.1em;
}
#open_navi ul li .ham_menu_ja::before {
font-size: 1.1rem;
}
}

#open_navi ul li a:hover {
color: #999;
transition: all 0.6s ease;
}


/* ハンバーガーメニュー
-------------------------------------------------- */

.openbtn {
position:fixed;
z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 40px;
cursor: pointer;
width: 40px;
height:40px;
mix-blend-mode: difference;
}

/* ×に変化 */	
.openbtn span{
display: inline-block;
transition: all .4s ease;
position: absolute;
left: 14px;
height: 2px;
background-color: #fff;
width: 100%;
}
.openbtn span:nth-of-type(1) {
top:15px;	
}
.openbtn span:nth-of-type(2) {
top:23px;
}
.openbtn span:nth-of-type(3) {
top:31px;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-45deg);
width: 100%;
background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(45deg);
width: 100%;
background-color: #fff;
}


@media all and (max-width : 767px ){
.openbtn {
top:10px;
right: 15px;
width: 32px;
height:32px;
}
.openbtn span{
position: absolute;
left: 16px;
height: 1px;
width: 60%;
}
.openbtn span:nth-of-type(1) {
top:9px;	
}
.openbtn span:nth-of-type(2) {
top:16px;
}
.openbtn span:nth-of-type(3) {
top:23px;
}
.openbtn.active span:nth-of-type(1) {
top: 11px;
left: 10px;
width: 75%;
}
.openbtn.active span:nth-of-type(3){
top: 23px;
left: 10px;
width: 75%;
}
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
animation-name: fadeDownAnime;
animation-duration: 0.7s;
animation-fill-mode: forwards;
opacity: 0;
display: block;
}

@keyframes fadeDownAnime{
from {
opacity: 0;
transform: translateY(0px);
}
to {
opacity: 1;
transform: translateY(0);
}
}


/*-------------------------------------------------
ページメニュー
-------------------------------------------------*/

.menubox {
width: 100%;
background: #efefef;
border-top: solid 1px #FFFFFF;
padding: 20px 0 25px;
}
.sec_menu_list {
max-width: 1260px;
padding: 0 20px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.sec_menu_list li a {
font-size: 1.6rem; 
font-weight: 500;
color: #555;
position: relative;
padding: 0 10px 10px 10px;
transition: ease 0.5s;
}
.sec_menu_list li a::after {
content: '›';
position: absolute;
bottom: -6px;
left: 50%;
color: #555;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 400;
font-style: normal;
font-size: 2.2rem;
line-height: 0.6;
transform: translate(-50%, 0) rotate(90deg);
transition: ease .3s;
}
.sec_menu_list li a:hover {
color: #0068B7;
font-weight: 600;
transition: ease 0.5s;
}
.sec_menu_list li a:hover::after {
bottom: -9px;
color: #0068B7;
transition: ease .3s;
}

@media all and (max-width : 767px ){
.menubox {
padding: 8px 0 20px;
}
.sec_menu_list {
padding: 0;
}
.sec_menu_list li a {
font-size: 1.0rem; 
letter-spacing: 0;
padding: 0 5px 7px 0px;
}
.sec_menu_list li:first-of-type a {
padding-left: 5px;
}
.sec_menu_list li a::after {
font-size: 1.6rem;
}
}


/*-------------------------------------------------
sec_outline
-------------------------------------------------*/

.sec_outline {
padding: 60px 0 80px;
}
.sec_outline .box_m {
display: flex;
justify-content: space-between;
}
.outline_left_box {
width: 36.5%
}
.route_name_box {
position: relative;
padding: 0 0 2px 20px;
margin-bottom: 45px;
}
.route_name_box::before {
content: "";
display: inline-block;
background-color: #0068B7;
width: 6px;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.route_name_box dt {
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0.1em;
margin-bottom: 6px;
}
.route_name_box dd {
font-size: 2.0rem;
font-weight: 700;
letter-spacing: 0.1em;
}

@media all and (max-width : 820px ){
.route_name_box {
margin-bottom: 30px;
}
.route_name_box dt {
font-size: 1.4rem;
margin-bottom: 5px;
}
}

.data_box {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.data_box dt {
font-size: 1.4rem;
font-weight: 700;
line-height: 100%;
color: #0068B7;
letter-spacing: 0.1em;
padding: 5px 10px;
border: solid 1px #0068B7;
border-radius: 0.3em;
margin-right: 20px;
}
.data_box .rating {
display: flex;
align-items: center;
}
.data_box .rating li {
width: 25px;
height: auto;
margin-right: 2px;
}
.data_box dd {
font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
font-size: 1.8rem;
font-weight: 500;
line-height: 100%;
}
.outline_right_box {
width: 60%;
}
.route_copy {
font-weight: 700;
font-size: 2.0rem;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.route_desc {
font-size: 1.5rem;
line-height: 200%;
}

@media all and (max-width : 1024px ){
.outline_left_box {
width: 40%
}
.outline_right_box {
width: 55%;
}
.route_name_box dd {
font-size: 1.8rem;
}
.route_copy {
font-size: 1.8rem;
letter-spacing: 0.15em;
}
.route_desc {
font-size: 1.4rem;
}
}

@media all and (max-width : 767px ){
.sec_outline {
padding: 30px 0 40px;
}
.sec_outline .box_m {
display: flex;
justify-content: space-between;
flex-direction: column;
}
.outline_left_box {
width: 100%;
margin-bottom: 20px;
}
.outline_right_box {
width: 100%;
}
.route_name_box {
padding: 0 0 2px 15px;
margin-bottom: 20px;
}
.route_name_box::before {
width: 4px;
}
.route_name_box dt {
font-size: 1.2rem;
margin-bottom: 0px;
}
.route_name_box dd {
font-size: 1.4rem;
}
.route_copy {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.route_desc {
font-size: 1.2rem;
line-height: 180%;
}
.data_box {
margin-bottom: 10px;
}
.data_box dt {
font-size: 1.2rem;
}
.data_box .rating li {
width: 18px;
}
.data_box dd {
font-size: 1.4rem;
}
}


/*-------------------------------------------------
sec_route
-------------------------------------------------*/

.sec_route {
background-image: url("../img/route_bg.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: relative;
padding: 80px 0 100px;
z-index: 0;
}
.sec_route::after {
content: "";
display: block;
background-color: #00A0FF;
opacity: 0.85;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.sec_route .box_m,
.sec_other .box_m {
position: relative;
z-index: 2;
}
.sec_titlebox {
margin-bottom: 35px;
}
.sec_route .sec_titlebox,
.sec_other .sec_titlebox {
color: #fff;
}
.sec_title_en {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 10;
font-size: 3.4rem;
line-height: 100%;
margin-bottom: 6px;
padding-left: 40px;
position: relative;
}
.sec_title_en::before {
content: "";
display: inline-block;
width: 30px;
height: 1px;
background-color: #000;
position: absolute;
left: 0;
top: 50%;
}

@media all and (max-width : 820px ){
.sec_title_en {
font-size: 3.0rem;
}
}

.sec_route .sec_title_en::before,
.sec_other .sec_title_en::before{
background-color: #fff;
}
.sec_title_jp {
font-size: 1.4rem;
font-weight: 500;
line-height: 100%;
letter-spacing: 0.1em;
margin-left: 40px;
}
.ride_box {
height: 0;
overflow: hidden;
padding-bottom: 55.55%;
position: relative;
}
.ride_box iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media all and (max-width : 767px ){
.sec_route {
background-size: cover;
padding: 30px 0 40px;
}
.sec_titlebox {
margin-bottom: 25px;
}
.sec_title_en {
font-size: 2.0rem;
margin-bottom: 6px;
padding-left: 26px;
}
.sec_title_en::before {
width: 20px;
top: 46%;
}
.sec_title_jp {
font-size: 1.0rem;
margin-left: 25px;
}
.ride_box {
padding-bottom: 200%;
}
}


/*-------------------------------------------------
sec_map
-------------------------------------------------*/

.sec_map {
width: 100%;
background: #F2C933;
padding: 80px 0 100px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 38.09%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media all and (max-width : 767px ){
.sec_map {
padding: 30px 0 40px;
}
.gmap {
padding-bottom: 100%;
}
}


/*-------------------------------------------------
sec_spot
-------------------------------------------------*/

.sec_spot {
width: 100%;
background: #fafafa;
padding: 80px 0 40px;
}
.sec_spot .sec_title_jp {
color: #999;
}
.spot_box_wrap {
max-width: 1260px;
display: flex;
flex-wrap: wrap;
}
.spot_box {
width: calc(33.3333333% - 60px / 3);
margin-right: 30px;
margin-bottom: 30px;
padding-bottom: 30px;
border: solid 1px #ddd;
position: relative;
}
.spot_box:nth-child(3n) {
margin-right: 0;
}
.spot_img {
width: 100%;
margin-bottom: 20px;
position: relative;
background: #000;
overflow: hidden;
}
.spot_img img {
width: 100%;
transition-duration: 0.7s;	
}
.spot_img img:hover {
transform: scale(1.05);	
transition-duration: 0.7s;	
opacity: 0.8;
}
.spot_box .spot_title {
font-weight: 500;
font-size: 1.8rem;
letter-spacing: 0.2em;
margin: 0 0 15px 15px;
padding-right: 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.spot_read {
font-size: 1.4rem;
line-height: 180%;
padding: 0 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
.area_txt {
font-weight: 400;
font-size: 1.2rem;
padding: 4px 20px;
background-color: rgba(0,104,183,0.95);
text-align: center;
display: block;
color: #fff;
position: absolute;
right: 10px;
bottom: 10px;
border-radius: 3px;
}


@media all and (max-width : 820px ){
.spot_box {
width: calc(50% - 20px / 2);
margin-right: 20px;
margin-bottom: 20px;
padding-bottom: 30px;
}
.spot_box:nth-child(3n) {
margin-right: 20px;
}
.spot_box:nth-child(2n) {
margin-right: 0px;
}
.spot_box .spot_title {
font-size: 1.6rem;
letter-spacing: 0.2em;
margin: 0 0 15px 15px;
}
.spot_read {
-webkit-line-clamp: 2;
}
}

@media all and (max-width : 767px ){
.sec_spot {
padding: 30px 0 20px;
}
.spot_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
padding-bottom: 20px;
}
.spot_box:nth-child(3n) {
margin-right: 0px;
}
.spot_img {
margin-bottom: 10px;
}
.spot_box .spot_title {
font-size: 1.4rem;
letter-spacing: 0.15em;
margin: 0 0 10px 15px;
padding-right: 10px;
}
.spot_read {
font-size: 1.2rem;
line-height: 160%;
padding: 0 15px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
.area_txt {
font-size: 1.1rem;
padding: 4px 10px;
}
}

/*-------------------------------------------------
sec_other
-------------------------------------------------*/

.sec_other {
background-image: url("../img/other_bg.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
position: relative;
padding: 50px 0 60px;
z-index: 0;
}
.sec_other::after {
content: "";
display: block;
background-color: #0068B7;
opacity: 0.85;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.course_list {
color: #fff;
}
.course_list:first-of-type {
margin: 0 150px 0 40px;
}
.course_list li {
padding-bottom: 20px;
}
.course_list li a {
font-size: 1.5rem;
font-weight: 700;
padding-left: 15px;
background-image: url("../img/icon_nakaguro.svg");
background-repeat: no-repeat;
background-position: left center;
}
.course_list_wrap {
display: flex;
}

@media all and (max-width : 767px ){
.sec_other {
background-size: cover;
padding: 30px 0 20px;
}

.course_list:first-of-type {
margin: 0 0px 0 20px;
}
.course_list {
margin-left: 20px;
}
.course_list li {
padding-bottom: 15px;
}
.course_list li a {
font-size: 1.3rem;
letter-spacing: 0.1em;
padding-left: 10px;
}
.course_list_wrap {
display: flex;
flex-direction: column;
}
}

/*-------------------------------------------------
footer
-------------------------------------------------*/

.footer {
background: #222;
padding: 35px 0 10px;
}
.foot_logo {
max-width: 285px;
height: auto;
margin: 0 auto 15px;
}
.foot_title {
font-size: 1.4rem;
font-weight: 400;
color: #EEEEEE;
letter-spacing: 0.3em;
line-height: 100%;
margin-bottom: 15px;
text-align: center;
}
.foot_address {
font-size: 1.2rem;
letter-spacing: 0.2em;
line-height: 180%;
color: #ccc;
text-align: center;
}
.foot_address a {
text-decoration: underline;
}
.foot_address a:hover {
text-decoration: none;
}
.foot_sns {
display: flex;
justify-content: center;
margin: 20px 0;
}
.foot_sns li a {
width: 20px;
margin-right: 30px;
transition-duration: 0.7s;
}
.foot_sns li:last-child a {
margin-right: 0px;
}
.foot_sns li a:hover {
opacity: 0.7;
transition-duration: 0.7s;	
}
.copyright {
font-family: 'Barlow Condensed', sans-serif;
font-weight: 400;
font-size: 1.2rem;
letter-spacing: 0.1em;
color: #999;
display: block;
text-align: center;
}

@media all and (max-width : 767px ){
.foot_logo {
max-width: 220px;
margin: 0 auto 12px;
}
.footer {
padding: 25px 0 5px;
}
.foot_title {
font-size: 1.2rem;
letter-spacing: 0.2em;
margin-bottom: 12px;
}
.foot_address {
font-size: 1.0rem;
letter-spacing: 0.2em;
line-height: 180%;
}
.foot_sns {
display: flex;
justify-content: center;
margin: 18px 0 12px;
}
.foot_sns img {
width: auto;
height: 70%;
}
.foot_sns li a {
margin-right: 12px;
}
.copyright {
font-size: 1.0rem;
letter-spacing: 0.05em;
}
}


/*-------------------------------------------------
page top
-------------------------------------------------*/

.page_top {
width: 48px;
height: 48px;
position: fixed;
right: 20px;
bottom: 40px;
background: #777D85;
opacity: 0.9;
z-index: 999;
border-radius: 50px;
}
.page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 700;
content: '\f106';
font-size: 17px;
color: #fff;
position: absolute;
width: 30px;
height: 30px;
top: 0px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

@media all and (max-width : 767px ){
.page_top {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
bottom: 140px;
}
}


/* TOPページ */

/*-------------------------------------------------
KV swiper
-------------------------------------------------*/

.kv_slide {
position: relative;
}
.kv_copy_wrap {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 5;
}
.kv_logo {
max-width: 719px;
height: auto;
}

@media all and (max-width : 767px ){
.kv_copy_wrap {
position: absolute;
top: 30%;
}
.kv_logo {
width: 300px;
}
}

.kv_slide .swiper .swiper-wrapper {
position: relative;
}
.kv_slide .swiper .swiper-wrapper::after {
content: "";
display: block;
background: #000;
opacity: 0.2;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.mv01 .swiper-fade .swiper-slide {
-webkit-transition-property: opacity, -webkit-transform !important;
transition-property: opacity, -webkit-transform !important;
transition-property: opacity, transform !important;
transition-property: opacity, transform, -webkit-transform !important;
pointer-events: none;
}
.mv01 .swiper-fade .swiper-slide-active {
pointer-events: auto;
}
.mv01 .swiper-pagination {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 3.2rem;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
margin: auto;
}

@media all and (max-width : 767px ){
.mv01 .swiper-pagination {
position: absolute;
z-index: 1;
top: 0;
bottom: 0;
left: 0.7rem;
}
}

.mv01 .swiper-pagination-bullet {
display: block;
width: 3px;
height: 4rem;
cursor: pointer;
-webkit-transition: var(--transition);
transition: var(--transition);
background-color: rgba(255, 255, 255, 0.6);
opacity: 100%;
border-radius: 0%;
}
.mv01 .swiper-pagination-bullet:not(:first-child) {
margin-top: 0.8rem;
}
.mv01 .swiper-pagination-bullet-active {
background-color: #F2C933;
}
.mv01 .slide-media {
width: 100%;
height: 100vh;
}

@media all and (max-width : 767px ){
.mv01 .slide-media {
height: 100dvh; 
}
}

.mv01 .slide-media img {
-webkit-transition: 5s 1s ease-out;
transition: 5s 1s ease-out;
width: 100%;
height: 100%;
object-fit: cover;
}
.mv01 .swiper-slide[class*=-active] .slide-media img {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
-webkit-filter: blur(300px);
filter: blur(300px);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}

@keyframes mv01-fadeIn {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
-webkit-filter: blur(300px);
filter: blur(300px);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
}


/*-------------------------------------------------
スクロール
-------------------------------------------------*/

.scroll_btn {
display: block;
z-index: 10;
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

@media all and (max-width : 767px ){
.scroll_btn {
bottom: 20px;
}
}

.scroll_txt {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 10;
font-size: 1.6rem;
color: #fff;
letter-spacing: 0.1em;
}
.scroll_btn span {
width: 1px;
height: 100px;
display: block;
margin: 0 auto 8px;
background-color: #fff;
position: relative;
}

@media all and (max-width : 767px ){
.scroll_txt {
font-size: 1.0rem;
}
}

.scroll_btn span:after {
content: '';
position: absolute;
top: 0;
width: 9px;
height: 9px;
border-radius: 100%;
background-color: #fff;
left: -4px;
right: 0;
margin: auto;
-webkit-animation: sdb 2s infinite;
animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
0% {
-webkit-transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
-webkit-transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}

@keyframes sdb {
0% {
transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}

#page_home .header_logo {
display: none;
}


/*-------------------------------------------------
	About
-------------------------------------------------*/

.head_menu {
margin: 50px 0 70px;
}

@media all and (max-width : 820px ){
.head_menu {
margin: 50px 0 40px;
}
}

.head_menu_logo {
max-width: 337px;
margin: 0 auto 40px;
}
.head_menu h2 {
font-size: 2.4rem;
font-weight: 700;
display: block;
text-align: center;
letter-spacing: 0.2em;
}

@media all and (max-width : 1024px ){
.head_menu_logo {
max-width: 280px;
margin: 0 auto 30px;
}
.head_menu h2 {
font-size: 2.0rem;
}
}

@media all and (max-width : 767px ){
.head_menu h2 {
font-size: 1.6rem;
}
}

.sec_about {
width: 100%;
margin-bottom: 100px;
}

@media all and (max-width : 1024px ){
.sec_about {
margin-bottom: 50px;
}
}

.about_body {
position: relative;
padding-top: 70px;
}

@media all and (max-width : 820px ){
.sec_about {
margin-bottom: 10px;
}
.about_body {
padding-top: 40px;
}
}

.about_body::before {
content: "";
position: absolute;
top: 0;
width: 65%; 
height: calc(100% - 40px);
background: #FAFAFA;
z-index: -1;
display: block;
}
.about_inner {
display: flex;
justify-content: space-between;
}

@media all and (max-width : 1260px ){
.about_inner {
padding-left: 20px;
}
}

.about_txtbox {
width: 41%;
padding-bottom: 40px;
}
.about_imgbox {
width: 53%;
}
.about_imgbox img {
width: 100%;
}
.menu {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 700, 'wdth' 100, 'ital' 10;
font-size: 1.6rem;
line-height: 100%;
position: relative;
display: inline-block;
padding-left: 40px;
margin-bottom: 20px;
}
.menu::before {
content: "";
position: absolute;
top: 50%;
left: 0;
display: inline-block;
width: 30px;
height: 1px;
background-color: #111;
}
.about_title {
font-size: 2.0rem;
line-height: 160%;
letter-spacing: 0.2em;
font-weight: 700;
margin-bottom: 20px;
}
.about_txt {
font-size: 1.5rem;
letter-spacing: 0.2em;
line-height: 220%;
padding-bottom: 40px;
display: block;
}

@media all and (max-width : 1024px ){
.about_txtbox {
width: 43%;
}
.about_title {
font-size: 1.8rem;
}
.about_txt {
font-size: 1.4rem;
letter-spacing: 0.15em;
line-height: 200%;
}
}

@media all and (max-width : 820px ){
.about_body::before {
position: absolute;
top: 0;
width: 75%; 
}
.about_inner {
display: flex;
justify-content: space-between;
flex-direction: column-reverse;
}
.about_txtbox {
width: 95%;
padding-bottom: 50px;
}
.about_imgbox {
width: 95%;
margin-bottom: 25px;
}
}


@media all and (max-width : 767px ){
.about_body {
padding-top: 30px;
}
.head_menu {
 margin: 25px 0 20px;
}
.head_menu_logo {
max-width: 180px;
margin: 0 auto 20px;
}
.menu {
font-size: 1.3rem;
padding-left: 20px;
margin-bottom: 20px;
}
.menu::before {
width: 15px;
}
.about_title {
font-size: 1.6rem;
margin-bottom: 15px;
}
.about_txt {
font-size: 1.2rem;
line-height: 200%;
padding-bottom: 20px;
}
.page_cycling .head_menu h2 {
font-size: 1.4rem;
}
.head_menu .en_title {
font-size: 1.0rem;
padding-bottom:30px;
margin: 5px 0 5px;
}
.head_menu .en_title::after {
width:10px;
bottom:10px;
}
}


/*-------------------------------------------------
sec_course
-------------------------------------------------*/

.sec_course {
margin: 0 0 100px;
position: relative;
overflow: hidden;
}
.discover_bg {
width: 100vw;
height: 650px;
position: relative;
}

@media all and (max-width : 820px ){
.discover_bg {
height: 500px;
}
}

@media all and (max-width : 767px ){
.discover_bg {
height: 260px;
}
}

.overlay::after {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: #000;
opacity: 0.3;
}
.discover_bg_imgbox {
width: 100%;
height: 100%;
display: block;
position: relative;
}
.discover_bg_imgbox img {
object-fit: cover;
width: 100%;
height: 100%;
}
.discover_bg_capbox {
width: 100%;
color: #fff;
display: block;
position: absolute;
top: 40%;
left: 17%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

@media all and (max-width : 1260px ){
.discover_bg_capbox {
position: absolute;
top: 40%;
left: 5%;
}
}

.discover_bg_title {
font-family: "hyperspace-race-variable",sans-serif;
font-variation-settings: 'wght' 500, 'wdth' 150, 'ital' 20;
font-size: 5.0rem;
line-height: 110%;
margin-bottom: 10px;
}
.discover_bg_cap {
font-weight: 700;
font-size: 1.6rem;
margin-left: 10px;
}

@media all and (max-width : 820px ){
.discover_bg_capbox {
position: absolute;
top: 40%;
left: 6%;
transform: translateY(-50%);
}
.discover_bg_title {
font-size: 3.6rem;
}
.discover_bg_cap {
font-size: 1.4rem;
}
}

@media all and (max-width : 767px ){
.discover_bg_capbox {
position: absolute;
top: 33%;
left: 6%;
transform: translateY(-50%);
}
.discover_bg_title {
font-size: 2.2rem;
margin-bottom: 6px;
}
.discover_bg_cap {
font-size: 1.1rem;
margin-left: 0px;
}
}

.inner_box {
position: relative;
z-index: 10;
max-width: 1260px;
margin: -180px auto 80px;
padding: 35px 40px 0px;
background: #fff;
}
.course_intro_copy {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.inner_intro_txt {
font-size: 1.5rem;
line-height: 200%;
margin-bottom: 30px;
}

@media all and (max-width : 820px ){
.course_intro_copy {
font-size: 2.0rem;
letter-spacing: 0.15em;
}
.inner_intro_txt {
font-size: 1.4rem;
line-height: 180%;
margin-bottom: 30px;
}
}

.course_box {
width: calc(33.33333333% - 60px / 3);
margin-right: 30px;
margin-bottom: 50px;
position: relative;
}
.course_box:nth-child(3n) {
margin-right: 0px;
}
.course_box_wrap {
display: flex;
flex-wrap: wrap;
}
.course_imgbox {
position: relative;
margin-bottom: 20px;
}
.course_imgbox a::after {
content: "";
display: block;
background: #000;
opacity: .3;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
transition: opacity 0.3s ease 0s;
}
.course_imgbox .thum {
position: relative;
overflow: hidden;
background: #000;
}
.course_imgbox img {
width: 100%;
transition-duration: 0.7s;	
}
.course_imgbox a:hover .thum img {
transform: scale(1.05);	
transition-duration: 0.7s;	
}
.course_imgbox .course_title {
font-size: 1.8rem;
font-weight: 700;
width: 100%;
line-height: 140%;
color: #fff;
text-align: center;
position: absolute;
top: 50%;
left: 0%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 5;
}
.course_txt_box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 5px;
border-bottom: solid 1px #ddd;
font-size: 1.6rem;
}
.course_txt_box dt {
font-weight: 700;
}
.course_txt_box dd {
font-weight: 500;
}



@media all and (max-width : 1024px ){
.course_box {
width: calc(33.33333333% - 40px / 3);
margin-right: 20px;
margin-bottom: 30px;
}
.course_imgbox {
margin-bottom: 10px;
}
.course_imgbox .course_title {
font-size: 1.6rem;
}
.course_txt_box {
padding: 10px 5px;
font-size: 1.4rem;
}
}

@media all and (max-width : 820px ){
.course_box {
width: calc(50% - 20px / 2);
margin-right: 20px;
margin-bottom: 20px;
}
.course_box:nth-child(2n){
margin-right: 0px;
}
.course_box:nth-child(3n) {
margin-right: 20px;
}
.course_box:nth-child(6){
margin-right: 0px;
}
}

@media all and (max-width : 767px ){
.inner_box {
margin: -180px auto 20px;
padding: 20px 20px 0px;
}
.course_box {
width: 100%;
margin-right: 0px;
margin-bottom: 25px;
}
.course_intro_copy {
font-size: 1.6rem;
letter-spacing: 0.1em;
}
.inner_intro_txt {
font-size: 1.2rem;
}
.course_box_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.course_imgbox {
margin-bottom: 10px;
}
.course_txt_box {
padding: 10px 10px;
}
}