@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: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: 8rem;

    /* 色 */
    --textColor: #282c2e;
    --whiteColor: #fff;
	--redColor: #ee1a19;
	--orangeColor: #fd8c00;
	--yellowColor: #facd39;
	--lightGreenColor: #9fce5e;
	--grayColor: #f4f3f1;
	--txtGrayColor: rgba(255, 255, 255, 0.6);
	--underLineColor: #ffea00;
	--questionColor: #ffffd1;

    /* フォントサイズ（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;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize32: 3.2rem;
    --pcFontSize34: 3.4rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize38: 3.8rem;
    --pcFontSize40: 4rem;
    --pcFontSize44: 4.4rem;
    --pcFontSize50: 5rem;
	--pcFontSize54: 5.4rem;
    --pcFontSize60: 6rem;
    --pcFontSize70: 7rem;
	--pcFontSize100: 10rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
	--pcLineHeight12_26: calc(26 / 12);
	--pcLineHeight14_32: calc(32 / 14);
	--pcLineHeight16_28: calc(28 / 16);
	--pcLineHeight16_36: calc(36 / 16);
    --pcLineHeight16_40: calc(40 / 16);
	--pcLineHeight20_34: calc(34 / 20);
	--pcLineHeight22_44: calc(44 / 22);
	--pcLineHeight36_72: calc(72 / 36);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em;
    --pcLetterSpacing11_100: 0.1em;
	--pcLetterSpacing12_50: 0.05em;
    --pcLetterSpacing12_150: 0.15em;
	--pcLetterSpacing13_50: 0.05em;
	--pcLetterSpacing14_50: 0.05em;
    --pcLetterSpacing16_50: 0.05em;
	--pcLetterSpacing18_50: 0.05em;
	--pcLetterSpacing20_50: 0.05em;
	--pcLetterSpacing32_50: 0.05em;
	--pcLetterSpacing36_50: 0.05em;
	--pcLetterSpacing44_50: 0.05em;
	--pcLetterSpacing50_50: 0.05em;

    /* フォントサイズ（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);
    --spLineHeight10_16: calc(16 / 10);
    --spLineHeight11_17: calc(17 / 11);
    --spLineHeight12_16: calc(16 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight12_22: calc(22 / 12);
    --spLineHeight13_20: calc(20 / 13);
    --spLineHeight14_20: calc(20 / 14);
    --spLineHeight14_22: calc(22 / 14);
    --spLineHeight16_26: calc(26 / 16);
    --spLineHeight16_28: calc(28 / 16);

    /* letter-spacing（SP） */
    --spLetterSpacing0: 0;
    --spLetterSpacing10_50: 0.05em;
    --spLetterSpacing11_30: 0.03em;
    --spLetterSpacing11_100: 0.1em;
    --spLetterSpacing12_30: 0.03em;
    --spLetterSpacing12_150: 0.15em;
    --spLetterSpacing13_30: 0.03em;
    --spLetterSpacing14_30: 0.03em;
    --spLetterSpacing14_50: 0.05em;
    --spLetterSpacing16_30: 0.03em;
    --spLetterSpacing16_50: 0.05em;
    --spLetterSpacing18_30: 0.03em;
    --spLetterSpacing24_30: 0.03em;
    --spLetterSpacing28_30: 0.03em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:'YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 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: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;}
.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;
    }
}

/*-----------------------------------------------
    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
-----------------------------------------------*/
.wrapper1720{
	width: 172rem;
	max-width: calc(100% - 10rem);
	margin: 0 auto;
}
.wrapper1400{
	width: 140rem;
	/* max-width: calc(100% - 10rem); */
	margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1720,
	.wrapper1400{
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	.wrapperSp335{
		width: 89.334%;
		margin: 0 auto;
	}
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide,
.ro a.jsHide{
    /* filter: blur(20px) brightness(4); */
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),filter 1.6s cubic-bezier(0.19, 1, 0.22, 1),opacity 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center top;
}
.jsHide.jsShow,
.ro a.jsHide.jsShow{
    /* filter: blur(0) brightness(1); */
    transform: translateY(0);
    opacity: 1;
}
.jsHideFade,
.ro a.jsHideFade{
    opacity: 0;
    transition: opacity 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.jsHideFade.jsShow,
.ro a.jsHide.jsShow{
    opacity: 1;
}

.jsHideFadeP .jsHideFadeC,
.ro a.jsHideFadeP .jsHideFadeC{
    opacity: 0;
    transition: opacity 5s cubic-bezier(0.19, 1, 0.22, 1);
}
.jsHideFadeP .jsHideFadeC:nth-child(2){
    transition-delay: 0.2s;
}
.jsHideFadeP .jsHideFadeC:nth-child(3){
    transition-delay: 0.4s;
}
.jsHideFadeP .jsHideFadeC:nth-child(4){
    transition-delay: 0.6s;
}
.jsHideFadeP .jsHideFadeC:nth-child(5){
    transition-delay: 0.8s;
}
.jsHideFadeP .jsHideFadeC:nth-child(6){
    transition-delay: 1.0s;
}
.jsHideFadeP .jsHideFadeC:nth-child(7){
    transition-delay: 1.2s;
}
.jsHideFadeP .jsHideFadeC:nth-child(8){
    transition-delay: 1.4s;
}
.jsHideFadeP .jsHideFadeC:nth-child(9){
    transition-delay: 1.6s;
}
.jsHideFadeP .jsHideFadeC:nth-child(10){
    transition-delay: 1.8s;
}

.jsHideFadeP.jsShow .jsHideFadeC,
.ro a.jsHideFadeP.jsShow .jsHideFadeC{
    opacity: 1;
}

/*-----------------------------------------------
    header
-----------------------------------------------*/
#header{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 9999;
}
#header .boxFlex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .boxLeft{
	display: flex;
	align-items: center;
	gap: 3rem;
    padding: 5rem 0 0 5rem;
}
#header .boxLeft .txtTit{
	font-size: var(--pcFontSize13);
	letter-spacing: var(--pcLetterSpacing13_50);
	color: var(--whiteColor);
}
#header .boxRight{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
#header .boxRight .boxLink{
	display: flex;
	gap: 1px;
}
#header .boxRight .link{
	width: 13rem;
	height: 13rem;
	background: var(--whiteColor);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 1.5rem;
	padding-bottom: 4rem;
}
#header .boxRight .txtLink{
	font-size: var(--pcFontSize15);
	letter-spacing: var(--pcLetterSpacing15_50);
	font-weight: bold;
}
@media only screen and (max-width:1215px){
    #header{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    #header .boxLeft{
        gap: 2rem;
        padding: 3rem 0 0 2rem;
    }
    #header .boxLeft .boxLogo{
        width: 10.1rem;
    }
    #header .boxLeft .txtTit{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_16);
        letter-spacing: var(--spLetterSpacing10_50);
    }
    #header .boxRight{
        display: none;
    }
    #header .boxRight .boxLink{
        display: none;
    }
}

/*-----------------------------------------------
    footer
-----------------------------------------------*/
#footer{
	font-size: var(--pcFontSize12);
	letter-spacing: var(--pcLetterSpacing12_50);
	text-align: center;
	padding: 7.8rem 0 20rem;
}
@media only screen and (max-width:1215px){
    #footer{
        font-size: var(--spFontSize10);
        letter-spacing: var(--spLetterSpacing10_50);
        padding: 6rem 0 6rem;
    }
}