@charset "utf-8";
/* CSS Document */

/*==================================================
width-min:750px
===================================*/
html{
scroll-behavior: smooth;
}
img{
width:100%;
}
header {
    z-index: 10000;
}
ul{list-style: none;}
#sec_01,#sec_02,#sec_03,#sec_04,#sec_05,#sec_06,#sec_07{
/*padding-top: 50px;
margin-top: -50px;*/
position: relative;
}

.bg_glass {
border-radius: 20px;
-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
}
.pc_bg_cloud{
position: relative;
z-index: 1000;
}
.pc_bg{
position: relative;
background: #194372;
background-attachment: fixed;	
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;
    padding-top: 100px;
}

div#mainVisual img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
.pc_bg{
    padding-top: 60px;
}
}
.pc_bg:before{
background-size: 100%;
background-repeat: no-repeat;
bottom: 0;
top: 0;
position: relative;
background-position: bottom;
}
.pc_bg:after{
background-size: 100%;
background-repeat: no-repeat;
bottom: 0;
top: 0;
position: relative;
background-position: bottom;
}
.section_pc{
position: fixed;
width: 300px;
top: 20%;
left: 5%;
z-index: 1;
}
.line_qr{
width: 180px;
margin: 40px auto;
text-align: center;
color: #ffffff;
font-weight: 700;
}
.pc_logo{
width: 170px;
margin: 0 auto;
}
.item_navi_cover{
width: 200px;
position: fixed;
top: 25%;
list-style: none;
right: 8%;
    box-shadow: none;
    background-color: initial;
}
.sab_navi_01{
position: relative;
    line-height: 2.6em;
    font-size: 140%;
    font-weight: 700;
}
.sab_navi_01 a{
        color: #ffffff;
display: block;
    padding-top: 0;
    margin-top: 0;
}
.sab_navi_01 a img{
height: 24px;
width: auto;
margin: 14px 0;
}
.link-current{
position: relative;
}
.link-current:before{
content: '';
width: 24px;
height: 24px;
background-image: url(../image/cp2025_pc_arrow_now.png);
background-size: 20px auto;
background-repeat: no-repeat;
position: absolute;
top: calc(40% - 10px);
left: -2.0em;
transition: all .5s;
}
@media only screen and (max-width: 1280px){
.section_pc{
left: 20px;
}
.item_navi_cover{
right: 50px;
}
}
@media only screen and (max-width: 1180px){
.section_pc{
width: 22%;
}
.item_navi_cover{
right: 40px;
}
.sab_navi_01 a img {
height: 20px;
margin: 10px 0;
}
.link-current:before {
width: 20px;
height: 20px;
background-size: 16px auto;
left: -1.4em;
}
}
@media only screen and (max-width: 1180px){
.section_pc {
width: 20%;
}
.item_navi_cover {
right: 0px;
}
}
@media only screen and (max-width: 1000px){
.section_pc {
display: none;
}
.sab_navi_01 a img {
height: 16px;
margin: 6px 0;
}
.item_navi_cover {
width: 22%;
}
.sab_navi_01{
    font-size: 140%;
}
.link-current:before {
width: 16px;
height: 16px;
background-size: 12px auto;
top: calc(40% - 8px);
}
.item_navi_cover {
top: 36%;
right: 30px;
}
#pointprogram.w540px{
margin: 0 auto 0 0;	
}
}

@media only screen and (min-width: 751px) {
    .cv_area {
        z-index: 100000;
    }
    footer {
        position: relative;
        z-index: 100000;
    }
}

.sp_menu_area,.sp_point_btn{
display: none;
}
@media only screen and (max-width: 750px){
#pointprogram.w540px{
margin: 0 auto;	
}
.sp_menu_area{
display: block;
position: absolute;
z-index: 106;
height: auto;
width: 100%;
}
.sp_menu_area button{
position: fixed;
background:#194372;
cursor: pointer;
width: 50px;
height:50px;
border-radius: 5px;
border: 0;
right: 0;
bottom: 0;
margin: 0 10px 10px 0;
z-index: 110;
}
.sp_point_btn{
position: fixed;
bottom: 0;
width: 110px;
right: 0;
margin-right: 10px;
z-index: 1;
display: block;
}
.sp_menu_area button span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background: #ffffff;
width: 45%;
}
.sp_menu_area button span::before,
.sp_menu_area button span::after {
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: inherit;
content: '';
-webkit-transition: inherit;
transition: inherit;
border-radius: 2px;
}
.sp_menu_area button span::before {
top: -6px;
}
.sp_menu_area button span::after {
top: 6px;
}
.sp_menu_area button.btn_sp_linecp.js-btn.active{
transition: all .4s;
background: #ffffff;
}
.sp_menu_area button.btn_sp_linecp.js-btn.active span{
transition: all .4s;
transform: translateY(0px) rotate(45deg);
}
.sp_menu_area button.btn_sp_linecp.js-btn.active span::before{
transition: all .4s;
transform: translateY(6px) rotate(0deg);
opacity: 0;
}
.sp_menu_area button.btn_sp_linecp.js-btn.active span::after{
transition: all .4s;
transform: translateY(-6px) rotate(-90deg);
}
.sab_navi_cover{
display: none;
}
ul.sab_navi_cover.item_navi_cover.sp_menu.opened{
z-index: 2;
display: block;
transition: all .4s;
background: #194372;
width: 100%;
height: 100%;
bottom: 0%;
top: 4%;
right: 0;
padding: 20%;
}
.sp_menu_area button span.opened{
background: #194372;
transition: all .4s;
transform: translateY(0px) rotate(45deg);
}
}
@media (orientation: landscape) and (max-width: 1000px) {
.sab_navi_01 a img {
height: 14px;
margin: 6px 0;
}
.item_navi_cover {
top: 20%;
}
.sab_navi_01{
font-size: 100%;
}
}