      @charset "utf-8";


.acmin-reg{
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* ==================================================== */
/*  en ¹²Í¨
/* ==================================================== */
#main.main.en{
    letter-spacing: 0;
    padding-top: 3.3em;
}
.main.en .title-fixed h1 {
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.fixed-contents__area .text__box p a {
        color: #0F70C3;
        text-decoration: underline;
}
.breadcrumbs {
    position: static;
}
@media screen and (max-width: 767px) {
    #main.main.en{
    padding-top: 2em;
    }
    .contents__title h1 {
        font-size: 3.4rem;
    }
    }


/* ==================================================== */
/*  ¥á¥Ë¥å©`
/* ==================================================== */
h1.logo{
    /*position: relative;
    max-width:383px;
    width: 81%;
    margin: 24px 5.3%;*/

    position: relative;
    width: 100%;
    background: #fff;
    padding: 24px 5.3%;
    z-index: 35;
}
h1.logo a {
    display: block;
    max-width: 383px;
    width: 81%;
    margin: 0;
}
header.h__hide {
    transform: none;
}
/*header{
        position: relative;
    }*/
.l-header-area {
    padding: 0;
}
.l-header-area-sub{
    display: none;
}
.header-nav{
    position: fixed;
    top: 32px;
    right: 23px;
    z-index: 100;
}
.header-hamburger{
    position: relative;
    display: block;
    width: 30px;
    height: 18px;
    z-index: 3;
}
.header-hamburger:before{
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -10px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
}
.header-hamburger span{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0F70C3;
    transition: .5s;
}
.header-hamburger span:first-of-type{
    top: 0;
}
.header-hamburger span:nth-of-type(2){
    top: 50%;
}
.header-hamburger span:last-of-type{
    top: 100%;
}
.header-slidemenu{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    right: 0;
    padding: 56px 0 75px;
    opacity: 0;
    transform: translateX(100%);
    transition: .5s;
    z-index: 2;
}

/*¥Ï¥ó¥Ð©`¥¬©`¥á¥Ë¥å©`é_¤¤¤¿áá*/
body.active .hamburger-demo-cover{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.16);
    background-size:cover;
    transition: 0.5s ease;
    z-index: 5;
}
.header-slidemenu.active{
    display: block;
    transform: translateX(0);
    opacity: 1;
    overflow: auto;/*position: fixed¤Ç¤â¥¹¥¯¥í©`¥ë*/
    -webkit-overflow-scrolling: touch;
}
body.active .header-slidemenu{
    position:fixed;
    padding: 75px 0 75px;
}
.header-hamburger.active span{
    background-color: #1870BE;
}
.header-hamburger.active span:first-of-type{
    top: 50%;
    transform: rotate(45deg);
}
.header-hamburger.active span:nth-of-type(2){
    opacity: 0;
}
.header-hamburger.active span:last-of-type{
    top: 50%;
    transform: rotate(-45deg);
}
.header-slidemenu{
    width: 480px;
    margin-left: auto;
    background-color: #fff;
}
.header-slidemenu li{
    font-size: 2rem;
}
.header-slidemenu li a{
    display:block;
    position:relative;
    padding: 0.75em 6% 0.75em 22%;
}
.header-slidemenu li a:after {
    content: "";
    position: absolute;
    left: 16.6%;
    top: 28px;
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px #0F70C3;
    border-right: solid 1px #0F70C3;
    transform: rotate(45deg);
}

.header-slidemenu li.jp {
    font-size:1.6rem;
    padding-top:1.5em;
}
.header-slidemenu li.jp a:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 16.6%;
    top: 20px;
    width: 13px;
    height: 13px;
    border-top: none;
    border-right: none;
    background-image: url(/jia-official/cms/wp-content/themes/jia-official/img/common/en_ico_blue.svg);
    background-size: contain;
    vertical-align: middle;

}


    /*¥Ï¥ó¥Ð©`¥¬©`¥á¥Ë¥å©`¤ÎÏÂ¤ÎÎÄ×Ö*/
    .header-hamburger.active:after {
        content: "";
    }
    .header-hamburger:after {
    content: "";
}




@media screen and (max-width: 767px) {
.header-slidemenu{
    width: 100%;
}
.header-slidemenu li a {
    padding: 0.4em 6% 0.4em 15%;
}
.header-slidemenu li a:after {
    left: 9.6%;
    top: 21px;
    }
.header-slidemenu li a[href$=".pdf"]:before {
    left: 61%;
    top: 18px;
}
.header-slidemenu li.jp a:after {
    left: 9.6%;
    top: 14px;
    }
.header-nav {
    top: 30px;
    right: 6.3%;
}
.header-hamburger:before {
    top: -18px;
    right: -11px;
    width: 54px;
    height: 54px;
    }
h1.logo{
    padding: 25px 5.3%;
}
h1.logo a{
    width: 73%;
}
}



/*footer*/


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

}
