@charset "UTF-8";

.min{
    font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','游明朝','Yu Mincho',YuMincho,serif !important;
}
.strong{
    font-family:'HiraKakuPro-W6','ヒラギノ角ゴ Pro W6',sans-serif;
    font-weight: bold;
}
.en{
    font-family: 'EB Garamond', serif !important;
    font-weight: 400;
}

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html{
	font-size:62.5%;
    overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
    font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-weight: 400;
	text-align: left;
	color: #141428;
}
body{ min-width: 1000px;}

body a {
    color: #141428;
    transition: 0.4s;
    text-decoration: none;
}
body a img{ transition: 0.4s;}

img{
	vertical-align: bottom;
	max-width: 100%;
}

a:hover img{
	opacity: 0.6;
}
a:hover{
    text-decoration: none;
    opacity: .6;
}

*,*:after,*:before{
	box-sizing: border-box;
}
p, dt, dd ,li ,th ,td{
	font-size: 1.6rem;
	line-height: 2;
}

a:hover {
  text-decoration: none;
}

.pc{ display: block;}
.sp{ display: none;}


.marker{
    background:-webkit-linear-gradient(rgba(255,255,255,0) 60%, #b1ed1e 60%);
    background:-o-linear-gradient(rgba(255,255,255,0) 60%, #b1ed1e 60%);
    background:linear-gradient(rgba(255,255,255,0) 60%, #b1ed1e 60%);
}

@media screen and (max-width: 767px) {
    body{ min-width: inherit;}

    .pc{ display: none;}
    .sp{ display: block;}
}



/* common
--------------------------------*/
.wrapper{
	width: 100%;
	margin: 0 auto;
}
.wrap{
	width: 100%;
   max-width: 1280px;
	margin: 0 auto;
}
.inner{
	max-width: 980px;
	width: 92%;
	margin: 0 auto;
}


@media screen and (max-width: 767px) {

}



/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* ---------------------------------------------
  header
-----------------------------------------------*/
header{ position: relative;}

header .gNav{
    padding: 40px 0 40px 0;
    box-sizing: border-box;
}

header .gNav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .gNav ul li{
    position: relative;
}
header .gNav ul li:not(:last-of-type):after{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '/';
    margin: 0 8px;
}
header .gNav ul li a{
    font-size: 1.4rem;
}

header .gNav .contact_btn{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    header{
        justify-content: flex-end;
        padding: 4% 0;
        box-sizing: border-box;
    }
    body.open:after{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        z-index: 500;
    }
    .menu-button,
    .menu-contact{ display: block;}

    .menu-contact{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 0;
        background: #F2A62D;
    }
    .menu-button{
        width: 6vw;
        margin: 0 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 99999;
    }
    .menu-button span{
        display: block;
        width: 100%;
        height: 2px;
        background: #000000;
        margin:0 auto;
    }
    .menu-button span+span{ margin-top: 6px;}
    .menu-button span.txt{
        width: auto;
        font-size: 2.2vw;
        font-weight: 700;
        text-align: center;
        color: #FFF;
        background: none;
        height: auto;
    }
    .menu-button span.close_txt{ display: none;}

    .menu-button.close span{ width: 6vw;}
    .menu-button.close span.txt{display: none;}
    .menu-button.close span.close_txt{
        position: relative;
        bottom: -3.4vw;
        display: block;
        width: auto;
        font-size: 2.2vw;
        font-weight: 700;
        text-align: center;
        color: #FFF;
        background: none;
        height: auto;
    }
    .menu-button.close span:nth-of-type(1){transform: rotate(-30deg); position: relative;}
    .menu-button.close span:nth-of-type(3){ transform: rotate(30deg); position: relative; top: -.5vw;}
    .menu-button.close span:nth-of-type(2){display: none;}
    .menu-button.close span+span{ margin-top: 0;}
    .gNav{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
        width: 100%;
        background: rgba(255,255,255,.9);
        padding: 0 0 35% 0;
        height: 100vh;
        -webkit-overflow-scrolling:touch;
        overflow-y: auto;
        box-sizing: border-box;
        z-index: 99998;
    }

    header .gNav{
        padding: 40px 0 40px 0;
        box-sizing: border-box;
    }
    .gNav .sp_wrap{
        display: flex;
        width: 92%;
        margin: 0 auto;
    }
    .gNav .sp_logo{
        width: 8%;
        max-width: 103px;
    }
    .gNav .sp_nav{
        width: 92%;
        padding-left: 6%;
        max-width: 1200px;
        box-sizing: border-box;
    }

    header .gNav ul{
        display: block;
    }
    header .gNav ul li{
        position: relative;
        padding-bottom: 4%;
        border-bottom: 1px solid #141428;
        box-sizing: border-box;
    }
    header .gNav ul li+li{ margin-top: 4%;}
    header .gNav ul li:not(:last-of-type):after{
        display: none;
    }
    header .gNav ul li a{
        font-size: 3.8vw;
    }

    header .gNav .contact_btn{
        position: relative;
        display: block;
        width: 38%;
        max-width: 481px;
        margin: 6% 0;
    }
    
    header .gNav .app_box{
        border: 1px solid #141428;
        padding: 4%;
        box-sizing: border-box;
    }
    header .gNav .app_box .logo{
        width: 80%;
        max-width: 1048px;
        margin-bottom: 10px;
    }
    header .gNav .app_box .app_btn{
        display: block;
        width: 80%;
        max-width: 812px;
    }
    header .gNav .app_box p{
        font-size: 2.8vw;
        letter-spacing: -.05rem;
        margin-top: 10px;
    }


}



/* ---------------------------------------------
  footer
-----------------------------------------------*/
footer{
    padding: 50px 0 40px 0;
    box-sizing: border-box;
}

footer .f_inner01{
    border-bottom: 1px solid rgba(20,20,40,.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

footer .f_logo{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
}
footer .f_logo .logo{
    max-width: 89px;
    margin-right: 30px;
}
footer .f_logo p{
    line-height: 1.5;
}
footer .f_logo p span{
    font-size: 1.4rem;
    display: block;
}
footer .f_logo p .logoTxt{
    display: block;
    margin-top: 5px;
    width: 100%;
    max-width: 158px;
    height: auto;
}

footer dl{
    display: flex;
    justify-content: flex-start;
}
footer dl dt,
footer dl dd{
    font-size: 1.4rem;
    line-height: 2;
    box-sizing: border-box;
}
footer dl dt{ width: 198px;}
footer dl dd{}

footer .tel-link a{
    text-decoration: none;
    color: #141428;
}

.copy{ margin-top: 20px;}
.copy p{
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    footer{
        padding: 5% 0 14% 0;
        box-sizing: border-box;
    }

    footer .f_inner01{
        padding-bottom: 4%;
        margin-bottom: 4%;
    }

    footer .f_logo{
        display: block;
        margin-bottom: 4%;
    }
    footer .f_logo .logo{
        width: 100%;
        max-width: 89px;
        margin: 0 auto 7% auto;
    }
    footer .f_logo p{ text-align: center;}
    footer .f_logo p span{
        font-size: 3.6vw;
    }
    footer .f_logo p .logoTxt{
        margin: 3% auto 0 auto;
        width: 54%;
        max-width: 352px;
    }

    footer dl{
        display: block;
    }
    footer dl dt,
    footer dl dd{
        font-size: 3.6vw;
        line-height: 1.5;
    }
    footer dl dt{ width: 100%;}

    .copy{ margin-top: 4%;}
    .copy p{
        font-size:2.8vw;
    }

    .sp-fixed{
        position: fixed;
        right: 0;
        bottom: 6.25%;
        width: 30%;
        max-width: 481px;
        z-index: 99;
    }
    .sp-fixed a{
        display: block;
    }
}

/* ---------------------------------------------
  common
-----------------------------------------------*/

.btn a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    padding-right: 20px;
    text-decoration: none;
    box-sizing: border-box;
}

.btn a:before,
.btn a:after{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    display: block;
    content: '';
}

.btn a:before{
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.btn a:after{
    margin-right: 9px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn.blue a{
    color: #FFF;
    background: #01358B;
}
.btn.blue a:before{
    background: #FFF;
}
.btn.blue a:after{
    border-top: 2px solid #01358B;
    border-right: 2px solid #01358B;
}

.btn.white a{
    color: #01358B;
    background: #FFF;
}
.btn.white a:before{
    background: #01358B;
}
.btn.white a:after{
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}






