@charset "utf-8";


/*==============================
    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: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:767px){
    :root {
        --widthBase : 375px;
    }
}
@media only screen and (max-width:374px){
    :root {
        --widthBase : 100vw;
    }
}

:root {
    /* フッターの上の余白 */
    --footerPc: 15rem;
    --footerSp: 8rem;

    /* 色 */
    --textColor: #333;
    --keyColor: #018cd4;
    --bgColor: #1b434e;

    /* フォントサイズ（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;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --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;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;
    --pcFontSize80: 8rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
    --pcLineHeight11_16: calc(16 / 11); /* font-size:11; line-height:1.6; */
    --pcLineHeight12_17: calc(17 / 12); /* font-size:12; line-height:1.7; */
    --pcLineHeight40_90: calc(90 / 40);
    --pcLineHeight40_88: calc(88 / 40);
    --pcLineHeight40_80: calc(80 / 40);
    --pcLineHeight12_18: calc(18 / 12);
    --pcLineHeight32_50: calc(50 / 32);
    --pcLineHeight18_38: calc(38 / 18);
    --pcLineHeight25_50: calc(50 / 25);
    --pcLineHeight15_34: calc(34 / 15);
    --pcLineHeight16_44: calc(44 / 16);
    --pcLineHeight24_89: calc(89 / 24);
    --pcLineHeight11_40: calc(40 / 11);
    --pcLineHeight30_65: calc(65 / 30);
    --pcLineHeight30_58: calc(58 / 30);
    --pcLineHeight26_50: calc(50 / 26);
    --pcLineHeight20_54: calc(54 / 20);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --pcLetterSpacing10_150: 0.15em; /* font-size:10; letter-spacing:0.05em; */
    --pcLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --pcLetterSpacing12_150: 0.15rem; /* font-size:12; letter-spacing:0.15em; */

    --pcLetterSpacing26_200: 0.2em;
    --pcLetterSpacing32_300: 0.3em;
    --pcLetterSpacing32_50: 0.05em;
    --pcLetterSpacing32_100: 0.1em;
    --pcLetterSpacing40_250: 0.25em;
    --pcLetterSpacing40_200: 0.2em;
    --pcLetterSpacing40_150: 0.15em;
    --pcLetterSpacing40_20: 0.02em;
    --pcLetterSpacing12_250: 0.25em;
    --pcLetterSpacing26_100: 0.1em;
    --pcLetterSpacing26_150: 0.15em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing20_140: 0.14em;
    --pcLetterSpacing20_20: 0.02em;
    --pcLetterSpacing25_50: 0.05em;
    --pcLetterSpacing15_100: 0.1em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_150: 0.15em;
    --pcLetterSpacing24_150: 0.15em;
    --pcLetterSpacing11_270: 0.27em;
    --pcLetterSpacing30_200: 0.2em;
    --pcLetterSpacing30_50: 0.05rem;
    --pcLetterSpacing80_350: 0.35em;

    /* フォントサイズ（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));
    --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));

    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
    --spLineHeight11_16: calc(16 / 11); /* font-size:11; line-height:1.6; */
    --spLineHeight12_17: calc(17 / 12); /* font-size:12; line-height:1.7; */

    --spLineHeight20_34: calc(34 / 20);
    --spLineHeight18_40: calc(40 / 18);
    --spLineHeight14_32: calc(32 / 14);
    --spLineHeight14_28: calc(28 / 14);
    --spLineHeight19_36: calc(36 / 19);
    --spLineHeight28_45: calc(45 / 28);
    --spLineHeight15_28: calc(28 / 15);
    --spLineHeight16_30: calc(30 / 16);
    --spLineHeight12_28: calc(28 / 12);
    --spLineHeight12_20: calc(20 / 12);

    /* letter-spacing（SP） */
    --spLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --spLetterSpacing11_100: 0.1em; /* font-size:11; letter-spacing:0.1em; */
    --spLetterSpacing12_150: 0.15rem; /* font-size:12; letter-spacing:0.15em; */
    --spLetterSpacing12_100: 0.1rem;
    --spLetterSpacing12_50: 0.05rem;

    --spLetterSpacing20_150: 0.15rem;
    --spLetterSpacing18_300: 0.3rem;
    --spLetterSpacing14_350: 0.35rem;
    --spLetterSpacing14_150: 0.15rem;
    --spLetterSpacing14_50: 0.05rem;
    --spLetterSpacing16_100: 0.1rem;
    --spLetterSpacing16_150: 0.15rem;
    --spLetterSpacing16_200: 0.2rem;
    --spLetterSpacing22_50: 0.05rem;
    --spLetterSpacing0:0;
    --spLetterSpacing11_170: 0.17rem;
    --spLetterSpacing19_150: 0.15rem;
    --spLetterSpacing15_200: 0.2rem;
    --spLetterSpacing28_400: 0.4rem;
    --spLetterSpacing15_120: 0.12rem;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:'YakuHanJP_Noto','Noto Sans JP', sans-serif;
    margin:0;
    padding:0;
    text-align:left;
    background:#fff;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0.25);
    position:relative;
    word-break:break-all;
    min-width:1180px;
}
@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:'Noto Serif Japanese', serif;}
.fLato{font-family: "Lato", 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;
    max-width:1920px;
    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;
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.jsHide:not(.jsShow){
    opacity: 0;
    transform: translate(0px, 50px);
}


/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1680{
	width: calc(100% - 100px);
    max-width: 1680px;
    margin: 0 auto;
}
.wrapper1560{
	width: calc(100% - 100px);
    max-width: 1560px;
    margin: 0 auto;
}
.wrapper1380{
	width: calc(100% - 100px);
    max-width: 1380px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .wrapper1680,
    .wrapper1560,
    .wrapper1380{
		width: 100%;
		max-width: none;
	}
	.wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
	}
}

/*-----------------------------------------------
	hoverZoom
-----------------------------------------------*/
.hoverZoom{
	overflow: hidden;
}
.hoverZoom img:not(.noZoom){
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.hoverZoom:hover img:not(.noZoom){
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


:root {
    --pcFontSize10: 10px;  /* コピーライト */
    --pcFontSize11: 11px;  /* 右側テキスト */
    --pcFontSize12: 12px;  /* 右側タイトル、タブリンク */
    --pcFontSize13: 13px;  /* ナビゲーションリンク */
    --pcFontSize22: 22px;  /* ナビゲーション英語タイトル */
    --pcFontSize40: 40px;  /* 電話番号 */

    --pcLineHeight10_15: 1.5;    /* コピーライト */
    --pcLineHeight11_15: 1.5;    /* 右側テキスト */
    --pcLineHeight12_2: 2;       /* 右側タイトル */
    --pcLineHeight13_184: 1.84;  /* ナビゲーションリンク */

    --pcLetterSpacing10_15: 1.5px;  /* コピーライト */
    --pcLetterSpacing11_1: 1px;     /* 右側テキスト */
    --pcLetterSpacing12_1: 1px;     /* 右側タイトル */
    --pcLetterSpacing13_2: 2px;     /* ナビゲーションリンク */
    --pcLetterSpacing22_3: 3px;     /* ナビゲーション英語タイトル */
    --pcLetterSpacing40_2: 2px;     /* 電話番号 */

    --spFontSize10: 10px;  /* タブリンク、コピーライト */
    --spFontSize11: 11px;  /* 右側テキスト、ナビゲーションリンク */
    --spFontSize12: 12px;  /* フッターナビゲーション */
    --spFontSize18: 18px;  /* ナビゲーション英語タイトル */
    --spFontSize25: 25px;  /* 電話番号 */

    --spLineHeight10_15: 1.5;     /* コピーライト */
    --spLineHeight11_218: 2.18;   /* 右側テキスト */
    --spLineHeight11_2: 2;        /* ナビゲーションリンク */

    --spLetterSpacing0: 0;        /* ナビゲーションリンク */
    --spLetterSpacing10_15: 1.5px; /* コピーライト */
    --spLetterSpacing11_1: 1px;    /* 右側テキスト */
    --spLetterSpacing18_2: 2px;    /* ナビゲーション英語タイトル */
    --spLetterSpacing25_1: 1px;    /* 電話番号 */
}