@charset "utf-8";
/* @font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
} */
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2) format('woff2'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}

/*==============================
    remの基準
==============================*/
html{
    font-size: 10px;
}
@media only screen and (max-width:1199px){
    html{
        font-size: calc((10 / 1199) * 100vw);
    }
}
@media only screen and (max-width:767px){
    html{
        font-size: 10px;
    }
}

/*==============================
    変数設定
==============================*/
/* 幅の基準 */
:root {
    --widthBase : 192rem;
}
@media only screen and (max-width:1920px){
    :root {
        --widthBase : 100vw;
    }
}
@media only screen and (max-width:1400px){
    :root {
        --widthBase : 1400px;
    }
}
@media only screen and (max-width:1215px){
    :root {
        --widthBase : 375px;
    }
}
@media only screen and (max-width:374px){
    :root {
        --widthBase : 100vw;
    }
}

:root {
    /* フッターの上の余白 */
    --footerPc: 15rem;
    --footerSp: 8rem;

    /* 色 */
    --baseColor: #f4f2ea;
    --textColor: #000;
    --linktxtColor: #3e3a3a;
    --whiteColor: #fff;
    --redColor: #c52d27;
    --keyColor: #018cd4;
    --editor_linkColor: #295ea2;
    --editor_borderColor: #ccc;
    --contactBtnBgColor: #302c29;
    --topBgColor: #e6e6e6;
    --borderColor: #b5b6b6;
    --messagetitColor:#231815;
    --orangeColor: #e95720;
    --groupTitColor: #4b4949;
    --moreBtnBgColor: #4c4948;
    --menuBgColor: #d66e3c;
    --infoBorderColor: #666564;
    --prfBorderColor: #666464;
    --prfBgColor: #3f3a3a;
    --contactBtnColor: #211815;

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize11: 1.1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize23: 2.3rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize35: 3.5rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize50: 5rem;
    --pcFontSize55: 5.5rem;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;
    --pcFontSize90: 9rem;

    /* letter-spacing（PC） */
    --pcLetterSpacing50: 0.05em;
    --pcLetterSpacing75: 0.075em;
    --pcLetterSpacing100: 0.1em;
    --pcLetterSpacing125: 0.125em;
    --pcLetterSpacing150: 0.15em;

    /* フォントサイズ（SP）*/
    --spFontSize10: calc((10 / 375) * var(--widthBase));
    --spFontSize11: calc((11 / 375) * var(--widthBase));
    --spFontSize12: calc((12 / 375) * var(--widthBase));
    --spFontSize13: calc((13 / 375) * var(--widthBase));
    --spFontSize14: calc((14 / 375) * var(--widthBase));
    --spFontSize15: calc((15 / 375) * var(--widthBase));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize17: calc((17 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize19: calc((19 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize22: calc((22 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize32: calc((32 / 375) * var(--widthBase));
    --spFontSize34: calc((34 / 375) * var(--widthBase));
    --spFontSize35: calc((35 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize38: calc((38 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));
    --spFontSize50: calc((50 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));
    --spFontSize70: calc((70 / 375) * var(--widthBase));

    /* letter-spacing（SP） */
    --spLetterSpacing50: 0.05em;
    --spLetterSpacing100: 0.1em;
    --spLetterSpacing150: 0.15em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:var(--baseColor);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
}
@media only screen and (max-width:767px){
    body{
        min-width:0;
    }
}

body *, body *::before, body *::after{box-sizing:border-box;}
img{vertical-align:bottom;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
th{
    font-weight:normal;
    text-align:left;
}

/*font layout*/
.fBold{font-weight:bold;}
.fSerif{font-family: "YakuHanMP",'Noto Serif Japanese', serif;}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}
@media only screen and (max-width:767px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.cursorPointer.brt:hover,.cursorPointer .brt:hover,
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.cursorPointer.brt,.cursorPointer .brt,
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:767px){
    .cursorPointer.brt:hover,.cursorPointer .brt:hover,
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

/* 電話リンクの無効化 */
a[href^="tel:"]{
    pointer-events:none;
    cursor:default;
}
@media only screen and (max-width:767px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

a{color: inherit;text-decoration: none;}

/* container */
#container{
    overflow:hidden;
    width: 100%;
    margin:0 auto;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:767px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}

/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1200{
    max-width: 120rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper800{
    max-width: 80rem;
    width: calc(100% - 10rem);
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1200,
    .wrapper800{
        width: 100%;
    }
    .wrapperSp345{
        width: calc(345 / 375 * 100%);
        margin: 0 auto;
    }
    .wrapperSp325{
        width: calc(325 / 375 * 100%);
        margin: 0 auto;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    opacity: 0;
    transform: translate(0, 2rem);
    transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), 
    transform 3s cubic-bezier(0.22, 1, 0.36, 1);
}
.jsHide.jsShow{
    transform: none;
    opacity: 1;
}

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--baseColor);
    z-index: 9998;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .h_inner{
    max-width: 192rem;
    width: 100%;
    height: 8rem;
    padding: 0 5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: calc(5rem + 1.1rem);
}
#header .leftArea{
    display: inline-block;
}
#header .logobox{
    width: 14.4rem;
}
#header .logoLink{
    display: block;
}
#header .rightArea{
    flex: 1;
    padding-left: 3rem;
}
#header .r_inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .linklistbox{
    display: inline-block;
    padding-right: 3.6rem;
}
#header .linklist{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .linkitem{
    display: inline-block;
}
#header .linkitem + .linkitem{
    margin-left: 3rem;
}
#header .txtlink{
    font-size: var(--pcFontSize14);
    line-height: calc(20 / 14);
    font-weight: bold;
    color: var(--linktxtColor);
    letter-spacing: var(--pcLetterSpacing50);
    transition: 0.5s;
}
#header .contactbox{
    width: 11rem;
}
#header .contactbtn{
    width: 100%;
    height: 2.6rem;
    border-radius: 2rem;
    background-color: var(--contactBtnBgColor);
    color: var(--whiteColor);
    display: flex;
    align-items: center;
    font-size: var(--pcFontSize13);
    line-height: calc(20 / 13);
    font-weight: bold;
    transition: 0.5s;
}
#header .contactbtn .btnIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media only screen and (min-width:768px){
    #header .txtlink:hover{
        color: var(--orangeColor);
    }
    #header .contactbtn:hover{
        background-color: var(--orangeColor);
    }
}
@media only screen and (max-width:767px){
    #header{
        background-color: var(--whiteColor);
    }
    #header .h_inner{
        height: 6rem;
        padding: 0 2rem;
        padding-right: calc(2rem + 3.4rem + 1.7rem);
    }
    #header .logobox{
        width: 12.9rem;
    }
    #header .rightArea{
        padding-left: 2rem;
    }
    #header .linklistbox{
        display: none;
    }
    #header .contactbox{
        width: 7.6rem;
    }
    #header .contactbtn{
        height: 2.2rem;
        font-size: var(--spFontSize10);
        line-height: calc(16 / 10);
    }
}

/*-----------------------------------------------
    main
-----------------------------------------------*/
#main{
    width: 100%;
    padding-top: 8rem;
}
@media only screen and (max-width:767px){
    #main{
        padding-top: 6rem;
    }
}

/*-----------------------------------------------
    btnNav
-----------------------------------------------*/
#btnNav{
    position: fixed;
    top: 0;
    right: 0.7rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    z-index: 9999;
}
#btnNav .navInner{
    width: 3.4rem;
    height: 9px;
    position: relative;
    margin: 0 auto;
}
#btnNav .navInner::before,
#btnNav .navInner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--messagetitColor);
}
#btnNav .navInner::before{
    top: 0;
}
#btnNav .navInner::after{
    bottom: 0;
}
#btnNav .navLine{
    width: 100%;
    height: 1px;
    top: calc(50% - 0.5px);
    position: absolute;
    background-color: var(--messagetitColor);
}
@media only screen and (min-width:768px){
    #btnNav{
        display: none;
    }
}
/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{
    display: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    background: var(--menuBgColor);
    color: var(--whiteColor);
    z-index: 9997;
}
#menu .menuInner{
    width: 100%;
    position: relative;
    padding-top: 19.3rem;
    padding-bottom: 10rem;
}
#menu .menuLogo{
    position: absolute;
    width: 13rem;
    top: calc(0% + 1.6rem);
    left: 1.9rem;
}
#menu .menuLogo .logolink{
    display: block;
    width: 100%;
}
#menu .menuClose{
    position: absolute;
    pointer-events: all;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--whiteColor);
    top: 1.9rem;
    right: 1.5rem;
}
#menu .closeline{
    width: 2px;
    height: 1.6rem;
    background-color: var(--whiteColor);
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 1px);
}
/* #menu .closeline::after{
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 0.4rem);
    background-color: var(--contactBtnBgColor);
    top: 0.2rem;
    left: calc(50% - 0.5px);
} */
#menu .closeline.type01{
    transform: rotate(45deg);
}
#menu .closeline.type02{
    transform: rotate(-45deg);
}
#menu .menuContent{
    width: calc(310 / 375 * 100%);
    max-width: 40rem;
    margin: 0 auto;
}
#menu .menulist{
    width: 100%;
}
#menu .menulist .item{
    width: 100%;
}
#menu .menulist .item + .item{
    margin-top: 1rem;
}
#menu .txtLink{
    font-size: var(--spFontSize16);
    line-height: calc(24 / 16);
    font-weight: bold;
}
@media only screen and (min-width:768px){
    #menu{
        display: none;
    }
    #menu .txtLink{
        font-size: var(--pcFontSize16);
    }
}
/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
    width: 100%;
    border-top: 1px solid;
    color: var(--textColor);
    margin-top: 8rem;
}
#footer .footerInner{
    padding: 0 1rem;
    padding-top: 4.8rem;
    padding-bottom: 4rem;
}
#footer .f_Onbox{
    display: flex;
    justify-content: center;
}
#footer .logobox{
    width: 16.2rem;
}
#footer .logoLink{
    display: block;
    width: 100%;
}
#footer .OntxtArea{
    display: inline-block;
    padding-left: 3rem;
}
#footer .onlistbox{
    display:inline-block;
}
#footer .onlist{
    display: flex;
    align-items: center;
}
#footer .onItem{
    display: inline-block;
}
#footer .onItem + .onItem{
    margin-left: 1.5rem;
}
#footer .onLink{
    font-size: var(--pcFontSize14);
    line-height: calc(20 / 14);
    color: var(--linktxtColor);
    transition: 0.5s;
}
#footer .privacylink{
    font-size: var(--pcFontSize14);
    line-height: calc(20 / 14);
    color: var(--linktxtColor);
    transition: 0.5s;
}
#footer .privacybox{
    width: 100%;
    margin-top: 0.5rem;
}
#footer .f_underbox{
    width: 100%;
    margin-top: 3.2rem;
}
#footer .f_underbox .list{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
#footer .f_underbox .item{
    display: inline-block;
}
#footer .f_underbox .item + .item{
    margin-left: 6rem;
}
#footer .f_underbox .itemLink{
    display: block;
}
#footer .f_underbox .itemLink.type_01{
    width: 13.3rem;
}
#footer .f_underbox .itemLink.type_02{
    width: 18rem;
}
#footer .f_underbox .itemLink.type_03{
    width: 19.4rem;
}
#footer .f_copyArea{
    width: 100%;
    margin-top: 7.8rem;
}
#footer .f_copyInner{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#footer .f_copyArea .grouplogo{
    width: 19.7rem;
}
#footer .f_copyArea .groupLink{
    display: block;
}
#footer .f_copyArea .copybox{
    flex: 1;
    text-align: left;
}
#footer .f_copyArea .copytxt{
    font-size: var(--pcFontSize16);
    line-height: calc(30 / 16);
}
@media only screen and (min-width:768px){
    #footer .onLink:hover{
        color: var(--orangeColor);
    }
    #footer .privacylink:hover{
        color: var(--orangeColor);
    }
    #footer .f_underbox .u_txtlist{
        display: none;
    }
}
@media only screen and (max-width:767px){
    #footer{
        border-top:none;
        margin-top: 0;
        padding-top: 3.4rem;
    }
    #footer .footerInner{
        padding: 0 1rem;
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #footer .f_Onbox{
        display: block;
    }
    #footer .logobox{
        width: 19.3rem;
    }
    #footer .OntxtArea{
        display: none;
    }
    #footer .f_underbox{
        margin-top: 3rem;
    }
    #footer .f_underbox .list{
        display:block;
        width: 100%;
    }
    #footer .f_underbox .item{
        display: block;
        width: 100%;
    }
    #footer .f_underbox .item + .item{
        margin-left:0;
        margin-top: 1.7rem;
    }
    #footer .f_underbox .itemLink.type_01{
        width: 9rem;
    }
    #footer .f_underbox .itemLink.type_02{
        width: 12.2rem;
    }
    #footer .f_underbox .itemLink.type_03{
        width: 13.2rem;
    }
    #footer .f_underbox .u_txtlist{
        display:block;
        width: 100%;
        margin-top: 5.4rem;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: var(--infoBorderColor);
    }
    #footer .f_underbox .u_txtItem{
        display: block;
        width: 100%;
        padding: 0.98rem 0;
    }
    #footer .f_underbox .u_txtItem + .u_txtItem{
        border-top: 1px solid;
        border-color: var(--infoBorderColor);
    }
    #footer .f_underbox .txtlink{
        font-size: var(--spFontSize14);
        line-height: calc(19 / 14);
        color: var(--prfBgColor);
    }
    #footer .f_copyArea{
        margin-top: 4.9rem;
    }
    #footer .f_copyInner{
        display: block;
    }
    #footer .f_copyArea .grouplogo{
        width: 20.7rem;
    }
    #footer .f_copyArea .copybox{
        width: 100%;
        margin-top: 0.7rem;
    }
    #footer .f_copyArea .copytxt{
        font-size: var(--spFontSize15);
        line-height: calc(26 / 15);
    }
}