@charset "utf-8";
@font-face {
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff2) format('woff2'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff) format('woff'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf) format('opentype');
}
@font-face {
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff2) format('woff2'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff) format('woff'),
        url(../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf) format('opentype');
}

@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:1500px){
    html{
        font-size: calc((10 / 1500) * 100vw);
    }
}
@media only screen and (max-width:1215px){
    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: 6rem;

    /* 統一 */
    --cmnShadow: 0 0 3rem 0 rgba(0, 0, 0, 0.05);
    --cmnShadowSp: 0 0 1rem 0 rgba(0, 0, 0, 0.05);;
    --cmnCornerPc: 5rem;
    --cmnCornerSp: 1rem;
    --cmnCorner0: 0;

    /* 色 */
    --textColor: #fff;
    --mainColor: #1e88e5;

    --whiteColor: #fff;
    --whiteColor_0:rgba(255, 255, 255, 0);
    --blackColor: #222;


    /* フォントサイズ（PC） */
    --pcFontSize12: 1.2rem;
    --pcFontSize13: 1.3rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize19: 1.9rem;
    --pcFontSize20: 2rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize35: 3.5rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize45: 4.5rem;
    --pcFontSize55: 5.5rem;
    --pcFontSize70: 7rem;
    --pcFontSize80: 8rem;
    --pcFontSize100: 10rem;
    --pcFontSize170: 17rem;
    --pcFontSize220: 22rem;

    /* line-height（PC） */
    --pcLineHeight12_20: calc(20 / 12);
    --pcLineHeight12_22: calc(22 / 12);
    --pcLineHeight13_21: calc(21 / 13);
    --pcLineHeight13_24: calc(24 / 13);
    --pcLineHeight14_21: calc(21 / 14);
    --pcLineHeight14_26: calc(26 / 14);
    --pcLineHeight16_24: calc(24 / 16);
    --pcLineHeight16_28: calc(28 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_32: calc(32 / 16);
    --pcLineHeight16_36: calc(36 / 16);
    --pcLineHeight19_28: calc(28 / 19);
    --pcLineHeight20_32: calc(32 / 20);
    --pcLineHeight22_32: calc(32 / 22);
    --pcLineHeight24_32: calc(32 / 24);
    --pcLineHeight26_45: calc(45 / 26);
    --pcLineHeight28_36: calc(36 / 28);
    --pcLineHeight30_36: calc(36 / 30);
    --pcLineHeight35_40: calc(40 / 35);
    --pcLineHeight55_60: calc(60 / 55);
    --pcLineHeight170_180: calc(180 / 170);
    --pcLineHeight220_230: calc(230 / 220);

    /* letter-spacing（PC） */
    --pcLetterSpacing14_40em: 0.04em;
    --pcLetterSpacing14_1em: 0.1em;
    --pcLetterSpacing16_25em: 0.025em;
    --pcLetterSpacing18_60em: 0.06em;
    --pcLetterSpacing16_40em: 0.04em;
    --pcLetterSpacing20_40em: 0.04em;
    --pcLetterSpacing22_60em: 0.06em;
    --pcLetterSpacing24_25em: 0.025em;
    --pcLetterSpacing24_60em: 0.06em;
    --pcLetterSpacing35_25em: 0.025em;
    --pcLetterSpacing70_20em: 0.02em;

    /* フォントサイズ（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));
    --spFontSize16: calc((16 / 375) * var(--widthBase));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize24: calc((24 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize35: calc((35 / 375) * var(--widthBase));
    --spFontSize40: calc((40 / 375) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_16: calc(16 / 10);
    --spLineHeight11_17: calc(17 / 11);
    --spLineHeight11_19: calc(19 / 11);
    --spLineHeight13_19: calc(19 / 13);
    --spLineHeight12_18: calc(18 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight12_22: calc(22 / 12);
    --spLineHeight12_24: calc(24 / 12);
    --spLineHeight14_22: calc(22 / 14);
    --spLineHeight14_24: calc(24 / 14);
    --spLineHeight14_24: calc(24 / 14);
    --spLineHeight16_24: calc(24 / 16);
    --spLineHeight18_24: calc(24 / 18);
    --spLineHeight24_32: calc(32 / 24);

    /* letter-spacing（SP） */
    --spLetterSpacing10_0: 0;
    --spLetterSpacing11_0: 0;
    --spLetterSpacing11_40em: 0.04em;
    --spLetterSpacing12_0: 0;
    --spLetterSpacing16_0: 0;
    --spLetterSpacing26_0: 0;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:YakuHanJP_Narrow,'Zen Kaku Gothic New', serif;
    margin:0;
    padding:0;
    text-align:left;
    background:var(--mainColor);
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1180px;
    overflow-y: scroll;
}
@media only screen and (max-width:1215px){
    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;}
.fOswald{font-family:"Oswald", sans-serif;}
.fSerif{font-family:'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:1215px){
    .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:1215px){
    .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:1215px){
    a[href^="tel:"]{
        pointer-events:auto;
        cursor:pointer;
    }
}

a{color: inherit;text-decoration: none;}

/* container */
#container{
    overflow:hidden;
    /* max-width:1920px; */
    width: 100%;
    margin:0 auto;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:1215px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}
/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1200 {
    max-width:120rem;
    width:calc(100% - 10rem);
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1200{
        width: 100%;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
    }
    .wrapperSp355{
        width:calc(355 / 375 * 100%);
        margin: 0 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;
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
/* jsHide */
.jsHide{
    opacity: 0;
    transition: opacity 3.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.jsHide.jsShow{
    opacity: 1;
}

/* jsHideImg */
.jsHideImg,
.ro a.jsHideImg{
    filter: blur(20px) brightness(4);
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),filter 1s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center top;
}
.jsHideImg.jsShow,
.ro a.jsHideImg.jsShow{
    filter: blur(0) brightness(1);
    transform: translateY(0);
    opacity: 1;
}

/* jsHideBright */
.jsHideBright{
    filter: blur(20px) brightness(4);
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),filter 1s cubic-bezier(0.19, 1, 0.22, 1),opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}
.jsHideBright.jsShow{
    filter: blur(0) brightness(1);
    opacity: 1;
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
/* footerInner */
#footer{
    width: 100%;
    padding-top: 9.4rem;
    padding-bottom: 19.2rem;
    position: relative;
    z-index: 3;
}
#footer .footerInner{
    text-align: center;
}
#footer .footertxtbox{
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#footer .companyname{
    font-size: var(--pcFontSize30);
    line-height: var(--pcLineHeight30_36);
}
#footer .telbox{
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}
#footer .telnumber{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_32);
    letter-spacing: var(--pcLetterSpacing24_25em);
}
#footer .subtxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    margin-top: 0.2rem;
    letter-spacing: var(--pcLetterSpacing16_25em);
}
/* footerBottom */
#footer .footerBottom{
    width: 100%;
    text-align: center;
    margin-top: 9.2rem;
}
#footer .txtFooter{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    font-weight: bold;
}
#footer .txtCopy{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    font-weight: bold;
    margin-top: 2.3rem;
}
@media only screen and (max-width:1215px){
    /* footerInner */
    #footer{
        padding-top: 4.5rem;
        padding-bottom: 9.6rem;
    }
    #footer .companyname{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_24);
    }
    #footer .telbox{
        margin-top: 0.3rem;
    }
    #footer .telnumber{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_24);
    }
    #footer .subtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        margin-top: 0;
    }
    /* footerBottom */
    #footer .footerBottom{
        margin-top: 4.1rem;
    }
    #footer .txtFooter{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_19);
    }
    #footer .txtCopy{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_19);
        margin-top: 1.2rem;
    }
}