html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
* {
    box-sizing: border-box;
}
html{
    font-size: 16px;
    /* font-size: 100%; */
    font-size: 1vw;
    /* font-size: 11.20238984316654px; */
}
@media (max-width: 1120px) {
    html{
        /* font-size: 11.20238984316654px; */
        /* font-size: 100%; */
    }
}
@media (max-width: 767px) {
    html{
        font-size: 14px;
        font-size: 1vw;
    }
}
@media (max-width: 437px) {
    html{
        font-size: 4.375px;
        font-size: 1vw;
    }
}
@media (max-width: 375px) {
    html{
        font-size: 3.755px;
        /* font-size: 1vw; */
    }
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
    line-height:1;
    /* font-family: 'Noto Sans', sans-serif; */
    /* font-family:"Helvetica Neue" , "HelveticaNeue", Arial , Verdana , Roboto ,"Osaka","OSAKA_f",'Noto Sans JP',"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic",sans-serif; */
    /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    min-width:1120px;
    color:#504746;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    letter-spacing: 0;
    /* overflow: hidden; */
}
@media (max-width: 767px) {
    body {
        /* font-size:13px; */
        min-width:100%;
    }
}
article{
    overflow:hidden;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

input:focus,textarea:focus{
    outline: none;
}

img{
    max-width:100%;
}

.pc{
    display:block;
}
@media (max-width: 767px) {
    .pc{
        display:none;
    }
}

.sp{
    display:none;
}
@media (max-width: 767px) {
    .sp{
        display:block;
    }
}

a{
    text-decoration: none;
}
a:hover,
input[type="submit"]:hover{
    opacity: 0.7;
}

sup{
    font-size:70%;
}

/*****************************************************/
html.is-fixed, html.is-fixed body {
    /* height: 100%; */
    overflow: hidden;
}

.inner{
    max-width:1240px;
    padding:0 20px;
    width:100%;
    margin:auto;
}
/* @media (max-width: 1050px) {
    .inner{
        max-width:100%;
        padding:0 20px;
    }
}*/
@media (max-width: 767px) {
    .inner{
        width:100%;
        padding:0 20px;
    }
} 
main{
    position:relative;
    overflow:hidden;
    /* min-width:980px; */
}
@media (max-width: 767px) {
    main{
        padding-bottom:65px;
    }
} 
/*****************************************************/


main{
    position:relative;
    background-image:url(../img/bg.jpg);
    background-position: center;
    /* background-size: 100%; */
    background-size: cover;
    background-attachment: fixed;
}
header{
    /* position:absolute; */
    position:fixed;
    top:15px;
    left:25px;
}
@media (max-width: 767px) {
    header{
        display:none;
    }
}
.main_header{

}
.main_header_logo{

}
.main_header_logo a{
    display:block;
}
.main_header_logo a img{
    width:250px;
}
.site-contentarea{
    display:flex;
    position:relative;
    justify-content:center;
    align-items:flex-start;
}
.side_l{
    width:calc((100% - 375px) / 2);
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding:30px;
}
@media (max-width: 1120px) {
    .side_l{
        width:calc((1120px - 375px) / 2);
    }
}
@media (max-width: 767px) {
    .side_l{
        display:none;
    }
}
.side_l_main{
    position:relative;
}
.side_l_content{
    width:272px;
}
.side_l_banner{
    margin-bottom:20px;
}
.side_l_btnarea{

}
.side_l_btnarea ul{

}
.side_l_btnarea ul li{
    margin-bottom:10px;
}
.side_l_btnarea ul li:last-child{
    margin-bottom:0px;
}
.side_r{
    width:calc((100% - 375px) / 2);
    height:100vh;
    position:fixed;
    top:0;
    right:0;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:30px;
    /* right:0; */
}
@media (min-width: 1120px) {
    .side_r{
        right:0 !important;
        left:unset !important;
    }
}
@media (max-width: 1120px) {
    .side_r{
        width:calc((1120px - 375px) / 2);
        /* left:calc(372.5px + 375px); */
        left:747.5px;
        right:unset;
    }
}
@media (max-width: 767px) {
    .side_r{
        display:none;
    }
}
.site-content_main{
    width:375px;
}

.lp_main{
    background-color:#FFF;
}
.lp_main img{
    display:block;
}
.lp_main_block_banner{
    padding:0 20px;
}
.lp_main_block{
    position:relative;
}
.lp_main_block_btn{
    position:absolute;
    padding:0 20px;
}
.lp_main_block_btn1{
    bottom:0;
    left:0;
}
.lp_main_block_btn2{
    bottom:173px;
    left:0;
}
.lp_main_block_btn3{
    bottom:40px;
    left:0;
}
.lp_main_block_btn4{
    top:488px;
    left:50%;
    transform:translateX(-50%);
    width:184px;
    padding:0;
}
.lp_main_block_btn5{
    top:694px;
    left:50%;
    transform:translateX(-50%);
    width:184px;
    padding:0;
}
.lp_main_block_btn6{
    top:876px;
    left:50%;
    transform:translateX(-50%);
    width:184px;
    padding:0;
}
.lp_main_block_btn4 img,
.lp_main_block_btn5 img,
.lp_main_block_btn6 img{
    width:100%;
}
.lp_main_block_link{
    position:absolute;
}
.lp_main_block_link1{
    bottom:634px;
    right:20px;
}
.lp_main_block_link2{
    bottom:426px;
    right:20px;
}
.lp_main_block_link3{
    bottom:223px;
    right:20px;
}
.lp_main_block_link4{
    bottom:49px;
    right:20px;
}
.lp_main_block_link a{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #016bcb;
    display:block;
}
.lp_main_block_link a span{
    position:relative;							
    padding-right: 17px;
    letter-spacing: 0.06em;
}
.lp_main_block_link a span:before{
    background-image:url(../img/link_arrow.svg);
    width:5px;
    height:10px;
    background-size: cover;
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    content:"";
}

footer{
    background-color:#F2F2F2;
}
.main_footer{

}
.main_footer_content{

}
.main_footer_content_link{
    padding:20px 0;
}
.main_footer_content_link ul{

}
.main_footer_content_link ul li{
    margin-bottom:15px;
    text-align: center;
}
.main_footer_content_link ul li:last-child{
    margin-bottom:0px;
}
.main_footer_content_link ul li a{
    font-family: "Noto Sans JP";
    font-weight: 500;
    text-decoration: underline;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: #015cad;

}

.main_footer_content_copy{
    height:55px;
    background-color:#015CAD;
    display:flex;
    align-items:center;
    justify-content:center;
}
.main_footer_content_copy p{
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}

.side_r_main{
    position:relative;
}
.side_r_content{
    width:259px;
}
.side_r_naviarea{
    width:100%;
}
.side_r_navi_title{
    margin-bottom:30px;
    font-family: "Rounded Mplus 1c Bold";
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-bottom:15px;
    background-size: 12px 4px;
    background-image: linear-gradient(to right, #FFF 6px, transparent 6px);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.side_r_naviarea ul{
    padding-left:15px;
}
.side_r_naviarea ul li{
    margin-bottom:20px;
    padding-left:25px;
    position:relative;
}
.side_r_naviarea ul li:before{
    position:absolute;
    top:45%;
    left:0;
    transform:translateY(-50%);
    content:"";
    width:16px;
    height:16px;
    background-color:#FFF;
    border-radius:50%;
}
.side_r_naviarea ul li:last-child{
    margin-bottom:0px;
}
.side_r_naviarea ul li a{
    font-family: "Rounded Mplus 1c Bold";
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    color: #fff;
}

.bottom_banner{
    display:none;
    position:fixed;
    bottom:0;
    left:0;
    background: #ffffffCC;
    width:100%;
}
@media (max-width: 767px) {
    .bottom_banner{
        display:block;
    }
}
.bottom_banner_btnarea{
    width: 375px;
    height: 65px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0 20px;
    margin:auto;
}
.bottom_banner_btn{
    display:block;
    width:165px;
}

/*****************************************************/
