

/*//////////TOP SLIDE/////////////*/

.bx-wrapper{
position: relative;
aspect-ratio: 8 / 3;
overflow: hidden;
background: #696969;
}
.bx-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../img/slide/top_bx_grad.png");
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.bx-controls{
width: 100%;
position: absolute;
bottom: 5vw;
height: 20px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 52vw !important;
}
img.box-cover{
position: absolute;
width: 100%;
height: 100%;
z-index: 20;
}
.mainslide{
min-width: 1000px; 
width: 100%;
height: auto;
position: relative;
top: 0;
left: 0;
overflow:hidden;
}
.mainslide img{
width:100%;
height: auto;
}
.mainslide img.slide_sp{
display: none;
}
.mainslide img.slide_pc{
display: block;
}
.bigplate{
position:absolute;
left:50%;
margin-left:-500px;
top:17vw;
margin-top:-200px;
z-index:10;
width:1000px;
overflow:hidden;
}
.top_contents{
width: 95%;
max-width: 1000px;
position: relative;
margin: 0 auto;
z-index: 50;
position: relative;
top: -5vw;
}

@media screen and (max-width: 1620px) {
.bx-wrapper{
aspect-ratio: 8 / 3.2;
}
.bx-controls{
bottom: 4.2vw;
}
.top_contents{
top: -5vw;
}
}

@media screen and (max-width: 1240px) {
.bx-wrapper{
aspect-ratio: 8 / 3.3;
}
.bigplate{
left: 50%;
margin-left: -40%;
overflow: hidden;
width: 80%;
margin-top:-16vw;
}
.bigplate.trial{
left: 50%;
margin-left: -40%;
overflow: hidden;
width: 80%;
margin-top:-16vw;
}
}

@media screen and (max-width: 1000px) {
.bx-wrapper{
aspect-ratio: 8 / 4;
}
.bx-viewport{
height: 58vw !important;
}
.mainslide{
min-width: 90vw; 
width: 100%;
height: 100%;
position: relative;
top: 0;
left: 0;
overflow:hidden;
}
.bigplate{
position: absolute;
left: 50%;
margin-left: -47.5%;
z-index: 10;
overflow: hidden;
width: 95%;
margin-top:-16vw;
}
.bigplate.trial{
position: absolute;
left: 50%;
margin-left: -47.5%;
z-index: 10;
overflow: hidden;
width: 95%;
top: 21vw;
margin-top:-18vw;
}
.mainslide img.bg{
height: 100% !important;
width: auto !important;
min-width: 100%;
}
.mainslide img.slide_sp{
display: block;
}
.mainslide img.slide_pc{
display: none;
}
}


.bigplate img{
width:100%;
}

.mainplate{
position:absolute;
left:50%;
margin-left:-480px;
bottom:60px;
z-index:10;
width:960px;
height:60px;
overflow:hidden;
}
.mainplate img:hover,
.bigplate img:hover{
opacity:0.9;
cursor:pointer;
}



/*/////////MAIN MENU///////////*/
.top_mainmenu{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.top_mainmenu li{
width: 19%;
margin-bottom: 1%;
box-shadow:#696969 1px 1px 2px 0px;
overflow: hidden;
position: relative;
}

li.plate_a,
li.plate_f{
display: none;
}

@media screen and (max-width:800px){
li.hide800{
display: none;
}
.top_mainmenu li{
width: 24%;
}
}

@media screen and (max-width:640px){
.bx-wrapper::after {
  height: 60px;
}
li.hide800{
display: block;
}
li.hide640{
display: none;
}
.top_mainmenu li{
width: 32.5%;
}
.bx-wrapper .bx-pager {
display: none;
}
}

@media screen and (max-width:500px){
li.hide800{
display: none;
}
.top_mainmenu li{
width: 49%;
margin-bottom: 2%;
}
.bigplate {
margin-top: -13vw;
}

li.plate_j,
li.plate_s{
display: none;
}
li.plate_a,
li.plate_f{
display: block;
}
}

/*///////// HEADER SUBMENU ///////////*/


#submenutop_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 180px;
position: absolute;
top: 13px;
right: 168px;
font-size: 14px;
line-height: 2em;
font-weight: bold;
}
#submenutop_wrap .head_submenu{
width: 48.0%;
height: 2em;
margin-bottom: 1.5%;
text-align: center;
box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.2);
}
.head_submenu.contact a{
background: #6fb92c;
color: #fff;
text-decoration: none;
display: block;
}
.head_submenu.contact a:hover{
background: #6fe207;
text-decoration: none;
}
#member_tablet{
display: none;
}
#appbtn_tablet{
display: none;
}
#submenu_member{
display: block;
width: 160px;
height: 61px;
position: absolute;
top: 13px;
right: 0;
border: solid 2px #00afec;
padding: 2px;
}
#submenu_member:hover{
opacity: 0.7;
}
#submenu_member div{
background: #00afec;
text-align: center;
position: relative;
height: 100%;
}
#submenu_member div img{
width: auto;
height: 100%;
margin: auto;
}
#page_header h1.head_logo{
position: absolute;
width: 320px;
left: 0;
top: 10px;
}
.head_info_top{
position: absolute;
width: 268px;
width: 300px;
text-align: center;
line-height: 0.8;
font-size: 14px;
color: #278fdd;
left: 320px;
left: 330px;
top: 18px;
}
.menutxt{
display: none;
}

@media screen and (max-width:1060px){
#page_header h1.head_logo{
position: absolute;
width: 294px;
left: 0;
top: 10px;
}
.head_info_top{
position: absolute;
width: 268px;
text-align: center;
line-height: 0.8;
font-size: 14px;
color: #278fdd;
left: 320px;
top: 18px;
}
}
@media screen and (max-width:1000px){
#submenutop_wrap{
display: none;
}
#submenu_member{
display: none;
}
.head_info_top {
right: 225px;
left: auto;
}
#member_tablet{
top: 6px;
position: absolute;
width: 150px;
height: 61px;
right: 60px;
display: block;
border: solid 2px #00afec;
padding: 2px;
}
#member_tablet div{
background: #00afec;
text-align: center;
position: relative;
height: 100%;
}
#member_tablet div img{
width: auto;
height: 100%;
margin: auto;
}
}
@media screen and (max-width:860px){
#hamburger {
/*width: 108px;*/
width: 45px;
height: 45px;
border: none;
right: 0px;
top: 12px;
border: solid 1px #e0e1dd;
}
.burger-btn{
display: block;
width: 31px;
height: 21px;
position: absolute;
border: none;
/*left: 70px;*/
top: 11px;
cursor: pointer;
}
.burger-btn .bar{
width: 30px;
height: 2px;
display: block;
position: absolute;
left: 0;
background-color: #282828;
}
.burger-btn .bar_top{
top:0;
}
.burger-btn .bar_mid{
top: 46%;
}
.burger-btn .bar_bottom{
bottom: 0;
}
.menutxt{
display: none;
font-size: 90%;
line-height: 44px;
padding-left: 3px;
}
#page_header {
width: 95%;
max-width: 1000px;
height: 160px;
margin: auto;
margin-top: 5px;
position: relative;
}
.head_info_top {
right: auto;
left: 0;
top: 90px;
width: 290px;
}
#member_tablet{
top: 86px;
width: 160px;
width: 120px;
height: 61px;
right: 0;
left: auto;
}

#appbtn_tablet{
position: absolute;
top: 7px;
width: 60px;
width: 64px;
height: 55px;
right: 55px;
display: block;
border: solid 2px #71ba34;
padding: 2px;
}
#appbtn_tablet div{
background: #71ba34;
text-align: center;
position: relative;
height: 100%;
}
#appbtn_tablet div img{
width: auto;
height: 100%;
margin: auto;
}
}
@media screen and (max-width:500px){

#hamburger {
width: 45px;
height: 45px;
border: none;
right: 0px;
top: 12px;
border: solid 1px #e0e1dd;
}
.burger-btn{
display: block;
width: 31px;
height: 21px;
position: absolute;
border: none;
left: 7px;
top: 11px;
cursor: pointer;
}
#page_header h1.head_logo{
width: 75%;
width:62%;
max-width: 294px;
}
.menutxt{
display: none;
}
.head_info_top {
right: auto;
left: 0;
top: 80px;
width: 58%;
}
.head_info_top span{
line-height: 1.1;
}
#member_tablet{
top: 80px;
width: 120px;
height: 61px;
left: auto;
right: 0;
}
}

/*/////////TOP CONTENTS///////////*/

.contents{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 10px;
}

.top_banners{
width: 75%;
margin-top: 8px;
}

.m_banners{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 2em;
}
.m_banner{
width: 32%;
border: solid 1px rgba(0,0,0,0.1);
box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.3);
}
img.mbanner_sp{
display: none;
}
.l_banners{
width: 100%;
margin-bottom: 1em;
}
.l_banners img{
box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.3);
}
.s_banners{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 2em;
}
.s_banner{
width: 49.5%;
margin-bottom: 1.5%;
box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.3);
border: solid 1px rgba(0,0,0,0.1);
}
.m_banner a,
.l_banners a,
.s_banner a{
transition: all 0.3s;
}
.m_banner a:hover,
.l_banners a:hover,
.s_banner a:hover{
opacity: 0.6;
}
@media screen and (max-width:840px){

.top_banners{
width: 100%;
}

}
@media screen and (max-width:500px){

.s_banner{
width: 100%;
}
.m_banner{
width: 100%;
margin-bottom: 2.5%;
}
img.mbanner_pc{
display: none;
}
img.mbanner_sp{
display: block;
}
}


h3.thread_title{
font-size: 165%;
line-height: 1.25;
padding-bottom: 0.2em;
font-weight: 400;
color: #009fe8;
border-bottom: 2px solid #009fe8;
margin-bottom: 0.8em;

}
.contents .newslink{
text-align: right;
padding-top: 0.25em;
margin-top:1em;
border-top: solid 1px #E4E4E4;
}

.news_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.top_news{
width: 420px;
font-size: 90%;
margin-bottom: 1.5em;
}
.top_fb{
width: 280px;
}
.top_news li{
line-height: 1.5;
padding-bottom: 1em;
}
.top_news li .news_date {
color: #3da2f8;
}
.top_news li .news_title a {
text-decoration: underline;
}
.top_news li .news_title a:hover {
color: #3da2f8;
}

@media screen and (max-width:1062px){
.top_news{
width: 52%;
}
}

@media screen and (max-width:840px){
.top_news{
width: 55%;
}
}

@media screen and (max-width:670px){
.top_news{
width: 100%;
padding-bottom: 1.5em;
}
.top_fb{
margin:auto;
}
}




/*/////////SIDE MENU///////////*/

.side_top{
text-align: center;
border: 1px solid #f94d44;
margin-bottom: 1em;
}
.side_top h4{
color: #fff;
font-size: 110%;
padding: 0.5em 0;
background: #f94d44;
}
.side_top li{
border-top: 1px solid #f94d44 ;
font-size:85%;
letter-spacing: 0.05em;
}
.side_top li a{
display: block;
text-decoration: none;
background: #fff;
padding: 0.25em 0;
}
.side_top li a:hover{
display: block;
text-decoration: none;
color: #fff;
background: #ff7069;
padding: 0.25em 0;
}


/*/////////BUTTON///////////*/

.page_bottom{
padding: 40px 0;
}
.paddL1em{
padding-left: 1em;
}

.btn_application{
text-align: center;
width: 100%;
height: 45px;
line-height: 45px;
font-size:120%;
letter-spacing: 0.05em;
margin-bottom: 15px;

font-family: "source-han-sans-japanese", sans-serif;
font-weight: 300;
font-style: normal;
}
.btn_application a{
color: #fff;
display: block;
background: #7f7f8d;
transition: all 0.3s;
text-decoration: none;
}
.btn_application a:hover{
color: #fff;
background: #a0a0ae;
display: block;
text-decoration: none;
}




@media screen and (max-width:500px){

.pass_menu_wrap_sp{
display: block;
margin-bottom: 0.5em;
}
.pass_menu{
text-align: center;
display: block;
font-size: 90%;
cursor: pointer;
background: #f94d44;
color: #fff;
}
.pass_menu p{
padding: 5px 0;
position: relative;
}
.pass_menu_accordion{
display: none;
text-align: center;
padding-bottom: 1em;
font-size: 90%;
}
.pass_menu_accordion li{
border: solid 1px #f94d44;
border-top: none;
color: #f94d44;
padding: 5px 0;
}
.pass_menu_accordion li.current{
background: #fff3f2;
}
.pass_menu_accordion li a{
display: block;
}
.pass_menu span::before,
.pass_menu span::after {
content: '';
display: block;
width: 15px;
height: 1px;
background: #fff;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.pass_menu span::after {
background: #fff;
transform: translateY(-50%) rotate(90deg);
transition: 0.5s;
}
.pass_menu.open span::after {
transform: rotate(0);
transition: 0.5s;
}





br.sponly{
display: block;
}
.paddL1em{
padding-left: 0;
}

.contents p{
font-size: 100%;
line-height: 1.5;
}


.contents h1 {
font-size: 260%;
}

.btn_application{
height: auto;
line-height: 1.25;
}
.btn_application a{
padding: 0.5em 0;
}
.btn_application a:hover{
padding: 0.5em 0;
}

}
