@charset "utf-8";
/* CSS Document */



#navi-area {
	float: left;
	width: 256px;
	padding-top: 0px;
}
#navi-area a,
#navi-area {
    color: #fff;
    text-decoration: none;
}
#navi-area .inner {
    position: relative;
}
#navi-area .logo {
    float: left;
    font-size: 36px;
}
#navi-area .logo-en {
    float: left;
    font-size: 36px;
}



/* =========================================================
  GlobaoNavi
========================================================= */
#global-nav {
    background-color: #FFF;
    width: 256px;
    margin-top: 3px;
}
#global-nav ul li a:hover {
    font-weight: normal;
    display: block;
    color: #FFF;
    text-decoration: none;
    background: #1892B7; 
}
#global-nav ul {
    list-style-type: none;
    width: 256px;
    display: block;
}
#global-nav ul li a {
    font-size: 0.94rem;
    letter-spacing: 0.07rem;
    line-height: 1.5rem;
    text-decoration: none;
    padding-left: 20px;
    font-weight: 400;
    color: #2C57A6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: block;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out; /* opera */
    -moz-transition: background-color 0.5s ease-out; /* firefox */
    -webkit-transition: background-color 0.5s ease-out; /* chrome, safari */
    -ms-transition: background-color 0.5s ease-out; /* ie */
    border-bottom: 1px solid #d0e5e8;
    margin-left: 0px;
    margin-right: 0px;

}
#global-nav .none {
	text-decoration: none;
	color: #EBEAEA;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 1.5rem;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 16px;
	background-color: #BDBDBD;
}
#global-nav .online {
	background-color: #BE5000;
}
#global-nav .callcenter {
	background-color: #035DB0;
}

/* =========================================================
  GlobaoNavi-Arrow
========================================================= */
.nav-arrow {
    line-height: 1.25;
  text-decoration:none;
    color:#EE6800 !important;
    position: relative;
  transition:.3s;
}
.nav-arrow:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1rem;
    right:8%;
    margin:auto;
    width: .5rem;
    height: .5rem;
    border-top: .1rem solid #EE6800;
    border-right: .1rem solid #EE6800;
    transform: rotate(45deg);
    transition:.3s;
}

.nav-arrow:hover:after{
	border-top: .1rem solid #FFF;
    border-right: .1rem solid #FFF;
    right:4%;
}


/* =========================================================
  GlobaoNavi-Banner-Area
========================================================= */
/* .sticky {
    position: -webkit-sticky; 
    position: sticky;
    top: 110px;
}*/
.sticky-box {
    height: 80vw;
}
.nav-banner img{
width: 100%;
cursor: pointer;
cursor: hand;
}


/* =========================================================
  Toggle Button 
========================================================= */
#nav-toggle {
    display: none;

}
#mobile-navi {
    display: none;
    }




/* ============================================================================================================================
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
1040px以下用（タブレット／スマートフォン用）の記述
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
=============================================================================================================================*/




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

#pc-head{
    display: none;
}
#navi-area,
    .inner {
	width: 100%;
	padding: 0;
    }
#navi-area {
    margin-top: 0px;
    }
    /* Fixed reset */
#navi-area.fixed {
    margin-top: 0px;
	padding-top: 0px;
    background: transparent;
	z-index: 300;
    }
#mobile-navi {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 80px;
    box-shadow: 0px 0px 10px 2px #33333;
    border-bottom: 4px solid #005737;
    background-image: none;
    background-color: #FFFFFF;
    }
/* =========================================================
  Header-Logo
========================================================= */
h1.logo{
    background-image: url("https://jspc2023.com/images/fix_header_title_sp.svg");
    background-repeat: no-repeat;
    white-space: nowrap;
    background-size: 70% auto;
    background-position: 0px;
    padding: 0px;
    margin-top: 4px;
    margin-left: 3%;
}
h1.logo-en{
    background-image: url(https://jspc2023.com/images/fix-header_title_en.svg);
    background-repeat: no-repeat;
    white-space: nowrap;
    background-size: 120% auto;
    background-position: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#global-nav {
    position: fixed;
    top: -1500px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);/* 展開時にmobile-naviの高さを引き算 */
    z-index: 999;
    overflow-x: none;
    overflow-y: scroll;
    background-color: #FFFFFF;
    margin-top: 80px;
    }
#global-nav ul {
    background-color: #FFFFFF;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    }
#global-nav ul li {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 0px;
    font-size: 19px;

    }
#global-nav ul li a {
    color: #005737;
     padding-right: 4rem;
    }
#global-nav .none {
    max-width: 99%;
    font-size: 19px;
    text-indent: 1.5rem;
}	
#global-nav .online a {
	color: #FFFFFF;
}
#global-nav .callcenter a {
	color: #FFFFFF;
}
/* =========================================================
  GlobaoNavi-Banner-Area
========================================================= */
.sticky {
    top: 0px;
}
.sticky-box {
    height: 0vw;
}
.nav-banner-area {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 200px;
}

.nav-banner-area img {
    width: 90%;
    height: auto;
    margin-bottom: 0px;
}

/* =========================================================
  Toggle Button 
========================================================= */
#nav-toggle {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 34px;
    height: 37px;
   padding: 8px;
    cursor: pointer;
    z-index: 101;
    background: #1892B7;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFF;/* ３本線の色 */
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
}	
#nav-toggle .toggle-title {
    font-size: 8px;
    color: #FFF;
    padding-top: 30px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-navi height */
        -moz-transform: translateY(1500px);
        -webkit-transform: translateY(1500px);
        transform: translateY(1500px);
		    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    }
}



/* ============================================================================================================================
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
 767px以下用（スマートフォン用）の記述
===============================================================================================================================
===============================================================================================================================
===============================================================================================================================
=============================================================================================================================*/




@media screen and (max-width: 767px) {
	
/* =========================================================
  Header-Logo
========================================================= */
#mobile-navi {
    margin-top: 0px;
    padding-top: 0px;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 10px 2px #33333;
    border-bottom: none;
    background-image: none;
    background-color: #FFFFFF;
    }
#global-nav {
    margin-top:53px;
    height: calc(100% - 50px);/* 展開時にmobile-naviの高さを引き算 */
    }
h1.logo {
    background-image: url(https://jspc2023.com/images/fix_header_title_sp.svg);
    background-size: 300px auto;
    margin-top: -12px;
}

}