@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: #000;
    --keyColor: #ffa500;
    --formTextColor: #4b4b4b;
    --borderColor01: #000;
    --borderColor02: #e1e1e1;
    --borderColor03: #e6e6e6;
    --borderColor04: #767676;
    --bgMust: #fffef7;
    --bgColor01: #f9f9f9;
    --bgColor02: #eeeeee;
    --whiteColor: #fff;
    --activeColor: #ffa500;
    --redColor: #cd2929;
    --blueColor: #2e5367;
    --zipColor: #1d1d1d;
    --shadowColor: rgba(119, 199, 244, 1);
    --bgPlan:#faf6f5;
    --bgTabs:#b2b2b2;
    --bgTabsActive:#212121;
    --colorOrange:#f66718;
    --bgColor03:#fff000;

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize15: 1.5rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize20: 2rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize36: 3.6rem;
    --pcFontSize40: 4rem;
    --pcFontSize48: 4.8rem;
    --pcFontSize60: 6rem;
    --pcFontSize100: 10rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    --pcLineHeight11_18: calc(18 / 11);
    --pcLineHeight12_26: calc(26 / 12);
    --pcLineHeight13_28: calc(28 / 13);
    --pcLineHeight14_29: calc(29 / 14);
    --pcLineHeight15_30: calc(30 / 15);
    --pcLineHeight16_26: calc(26 / 16);
    --pcLineHeight16_29: calc(29 / 16);
    --pcLineHeight16_30: calc(30 / 16);
    --pcLineHeight16_35: calc(35 / 16);
    --pcLineHeight20_28: calc(28 / 20);
    --pcLineHeight24_30: calc(30 / 24);
    --pcLineHeight25_36: calc(36 / 25);
    --pcLineHeight26_30: calc(30 / 26);
    --pcLineHeight26_36: calc(36 / 26);
    --pcLineHeight26_41: calc(41 / 26);
    --pcLineHeight36_40: calc(40 / 36);
    --pcLineHeight40_50: calc(50 / 40);
    --pcLineHeight60_70: calc(70 / 60);
    --pcLineHeight100_100: calc(100 / 100);

    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em;
    --pcLetterSpacing15_100: 0.1em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_75: 0.075em;
    --pcLetterSpacing16_125: 0.125em;
    --pcLetterSpacing24_50: 0.05em;
    --pcLetterSpacing26_50: 0.05em;
    --pcLetterSpacing36_50: 0.05em;
    --pcLetterSpacing60_100: 0.1em;


    /* フォントサイズ（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));
    --spFontSize18: calc((18 / 375) * var(--widthBase));
    --spFontSize20: calc((20 / 375) * var(--widthBase));
    --spFontSize26: calc((26 / 375) * var(--widthBase));
    --spFontSize28: calc((28 / 375) * var(--widthBase));
    --spFontSize30: calc((30 / 375) * var(--widthBase));
    --spFontSize36: calc((36 / 375) * var(--widthBase));
    --spFontSize60: calc((60 / 375) * var(--widthBase));


    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10); /* font-size:10; line-height:1.5; */
    --spLineHeight11_18: calc(18 / 11);
    --spLineHeight11_20: calc(20 / 11);
    --spLineHeight12_16: calc(16 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight12_24: calc(24 / 12);
    --spLineHeight12_24: calc(24 / 12); /* font-size:12; line-height:2; */
    --spLineHeight13_31: calc(31 / 13);
    --spLineHeight14_20: calc(20 / 14);
    --spLineHeight14_29: calc(29 / 14);
    --spLineHeight15_26: calc(26 / 15);
    --spLineHeight16_20: calc(20 / 16);
    --spLineHeight16_24: calc(24 / 16);
    --spLineHeight16_32: calc(32 / 16);
    --spLineHeight18_30: calc(30 / 18);
    --spLineHeight20_28: calc(28 / 20);
    --spLineHeight20_30: calc(30 / 20);
    --spLineHeight36_40: calc(40 / 36);


    /* letter-spacing（SP） */
    --spLetterSpacing10_50: 0.05em; /* font-size:10; letter-spacing:0.05em; */
    --spLetterSpacing15_100: 0.1em; /* font-size:15; letter-spacing:0.1em; */

}

/*==============================
    基本設定
==============================*/
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: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;}


/*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;
}
.naviOpen #container{
    position: fixed;
    top: 0px;
    overflow: hidden;
}

/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.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;
    }
}
/*-----------------------------------------------
    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);
}
/*-----------------------------------------------
    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
-----------------------------------------------*/
.wrapper1000{
    width: 100rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}
.wrapper1210{
    width: 121rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}
.wrapper1280{
    width: 128rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}
.wrapper1400{
    width: 140rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}
.wrapper1540{
    width: 154rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1000,.wrapper1210,.wrapper1280,.wrapper1400,.wrapper1540{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
    }
    .wrapperSp{
        width: 92%;
        margin: 0 auto;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
	}
}


/*-----------------------------------------------
	header
-----------------------------------------------*/
#header{
    background: var(--whiteColor);
    z-index: 30;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header .wrapper{
    width: 160rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    padding: 1.8rem 0;
}
#header .boxLogo{
    display: flex;
    align-items: center;
}
#header .titTop{
    font-size: var(--pcFontSize11);
    line-height: var(--pcLineHeight11_18);
    margin-left: 3rem;
}
#header .navList{
    display: flex;
    padding: 0 0 0 16rem;
}
#header .navList li{
    padding: 0 2.5rem 0 2.6rem;
    border-left: 1px solid var(--textColor);
}
#header .navList li:first-child{
    border-left: none;
}
#header .navList .txtIn{
    font-size: var(--pcFontSize16);
    text-decoration: none;
    color: var(--textColor);
    font-weight: 700;
}
#header .boxIco{
    position: absolute;
    top: 5.2rem;
    right: 0;
}
#header .ico{
    margin-left: 1.3rem;
}
#header .btn{
    margin-left: auto;
}
#header .btn .txtIn{
    color: #fff;
    font-size: var(--pcFontSize16);
    background-image: -moz-linear-gradient( 111deg, rgb(234,92,13) 0%, rgb(254,147,0) 100%);
    background-image: -webkit-linear-gradient( 111deg, rgb(234,92,13) 0%, rgb(254,147,0) 100%);
    background-image: -ms-linear-gradient( 111deg, rgb(234,92,13) 0%, rgb(254,147,0) 100%);
    display: flex;
    width: 18rem;
    height: 5rem;
    border-radius: 2.5rem;
    justify-content: center;
    align-items: center;
    margin-left: 2.5rem;
    font-weight: 700;
}
@media only screen and (max-width:1620px){
    #header .navList {
        display: flex;
        padding: 0 0 0 10rem;
    }
    #header .navList li {
        padding: 0 2rem;
    }
}
@media only screen and (max-width:1510px){
    #header .navList .txtIn {
        font-size: var(--pcFontSize15);
    }
}
@media only screen and (max-width:1450px){
    #header .navList {
        display: flex;
        padding: 0 0 0 8rem;
    }
    #header .navList li {
        padding: 0 0.8rem;
    }
    #header .navList .txtIn {
        font-size: var(--pcFontSize14);
    }
    #header .btn .txtIn {
        margin-left: 0;
    }
}
@media only screen and (max-width:1215px){
    #header{
        z-index: 100;
        min-width: 100%;
    }
    #header .wrapper{
        width: calc(100% - 1rem);
        margin: 0 auto;
        padding: 1.2rem 0;
    }
    #header .boxLogo{
        width: 14.3rem;
    }
    #header .titTop{
        display: none;
    }
    #header .navList,
    #header .boxIco{
        display: none;
    }
    #header .btn {
        display: none;
    }
    /* btnNavi */
    #btnNavi{
        position: fixed;
        top: 0;
        right: 0;
        width: 5rem;
        height: 5rem;
        z-index: 9999;
        background: var(--keyColor);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btnNavi .boxMenu{
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #btnNavi .boxMenu::before,#btnNavi .boxMenu::after{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.2rem;
        background: var(--whiteColor);
        transition: all 0.5s ease-out;
    }
    #btnNavi .boxMenu::before{
        top: 0;
    }
    #btnNavi .boxMenu::after{
        bottom: 0;
    }
    #btnNavi .boxMenu span{
        width: 100%;
        height: 0.2rem;
        background: var(--whiteColor);
    }
    #btnNavi.naviOpen{
        background: transparent;
    }
    #btnNavi.naviOpen .boxMenu{
        width: 2.5rem;
        height: 2.5rem;
    }
    #btnNavi.naviOpen .boxMenu span{
        display: none;
    }
    #btnNavi.naviOpen .boxMenu::before,#btnNavi.naviOpen .boxMenu::after{
        background: var(--keyColor);
    }
    #btnNavi.naviOpen .boxMenu::before{
        transform: translateY(1.1rem) rotate(45deg);
    }
    #btnNavi.naviOpen .boxMenu::after{
        transform: translateY(-1.1rem) rotate(-45deg);
    }

}

#header.headerTop{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

#footer{
    width: 100%;
    margin-top: 12.3rem;
}
#footer .footerInner{
    width: 100%;
}
#footer .companyLogo{
    max-width: 32rem;
    margin: 0 auto;
}
#footer .logolink{
    display: block;
    width: 100%;
}
#footer .companyArea{
    width: 60rem;
    margin: 0 auto;
    margin-top: 11.8rem;
}
#footer .companytitle{
    font-size:var(--pcFontSize20);
    line-height: var(--pcLineHeight20_28);
    font-weight: bold;
    text-align: center;
}
#footer .companylist{
    width: 100%;
    margin-top: 1.6rem;
}
#footer .companyItem{
    display: flex;
}
#footer .company_tit_box{
    width:14.5rem;
    position: relative;
}
#footer .company_tit_box::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 14.5rem;
    height: 1px;
    background-color: var(--colorOrange);
}
#footer .company_txt_box{
    position: relative;
    width: calc(100% - 14.5rem);
    padding-left: 3.5rem;
}
#footer .company_txt_box::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 3.5rem);
    height: 1px;
    background-color: var(--colorGlay);
}
#footer .company_tit,
#footer .company_txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_26);
    font-weight: bold;
    padding: 1.6rem 0;
}
#footer .companyItem:first-child .company_tit_box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14.5rem;
    height: 1px;
    background-color: var(--colorOrange);
}
#footer .companyItem:first-child .company_txt_box::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 3.5rem);
    height: 1px;
    background-color: var(--colorGlay);
}
#footer .companySlider{
    width: 100%;
    overflow: hidden;
    margin-top: 12.2rem;
}
#footer .companySlider .swiper-wrapper{
    transition-timing-function: linear;
}
#footer .companySlider .swiper-slide{
    padding-left:6.6rem;
}
#footer .companySlider .swiper{
    width: calc(2311 / 1920 * 100%);
}
#footer .companySlider .imgBox{
    width: 100%;
}
#footer .copybox{
    width: 100%;
    background-color: var(--keyColor);
    color: var(--whiteColor);
    text-align: center;
    padding: 4rem 0;
    margin-top: 6.3rem;
}
#footer .copy{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_26);
    letter-spacing: var(--pcLetterSpacing16_125);
}
@media only screen and (min-width:1216px){
    #fNav{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    #footer{
        margin-top: 3rem;
    }
    #fNav + #footer{
        padding-bottom: 5.5rem;
    }
    #footer .footerInner{
        width: 100%;
    }
    #footer .companyLogo{
        max-width: 15.5rem;
    }
    #footer .companyArea{
        width: calc(295 / 375 * 100%);
        max-width: 100%;
        margin-top: 5.1rem;
    }
    #footer .companytitle{
        font-size:var(--spFontSize16);
        line-height: var(--spLineHeight16_26);
    }
    #footer .companylist{
        margin-top: 1.7rem;
    }
    #footer .company_tit_box{
        width:10.8rem;
        min-height: 5.7rem;
        display: flex;
        align-items: center;
    }
    #footer .company_tit_box::after{
        width: 10.8rem;
    }
    #footer .company_txt_box{
        position: relative;
        width: calc(100% - 10.8rem);
        padding-left: 1rem;
        display: flex;
        align-items: center;
    }
    #footer .company_txt_box::after{
        width: calc(100% - 1rem);
    }
    #footer .company_tit,
    #footer .company_txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        padding: 0.8rem 0;
        flex: 1;
    }
    #footer .companyItem:first-child .company_tit_box::before{
        width: 10.8rem;
    }
    #footer .companyItem:first-child .company_txt_box::before{
        width: calc(100% - 1rem);
    }
    #footer .companySlider{
        margin-top: 5.2rem;
    }
    #footer .companySlider .swiper-slide{
        padding-left:6.6rem;
    }
    #footer .companySlider .swiper{
        width: calc(967 / 375 * 100%);
    }
    #footer .copybox{
        padding: 0.5rem 0;
        margin-top: 3.3rem;
    }
    #footer .copy{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
    }
    #fNav{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9997;
        transform: translateY(100%);
        transition: transform 0.3s ease-out;
    }
    #fNav.active{
        transform: translateY(0);
    }
    #fNav .navlink{
        width: 100%;
        height: 5.5rem;
        background-color: var(--bgTabsActive);
        color: var(--whiteColor);
        display: flex;
        align-items: center;
    }
    #fNav .navIn{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #fNav .navtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
        letter-spacing: var(--spLetterSpacing12_50);
        font-weight: bold;
    }

}


/* menu */
#menu {
    display: none;
}
@media only screen and (max-width:1215px){
    #menu {
        display: none;
        position: relative;
        z-index: 9998;
        min-height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
    #menu .menuInner{
        width: 86.4%;
        margin: 0 0 0 auto;
        background: var(--whiteColor);
        border-radius: 0 0 0 5rem;
        padding: 10.5rem 4rem 5rem;
    }
    #menu .link{
        font-size: var(--pcFontSize16);
        font-weight: bold;
        text-decoration: none;
        color: var(--textColor);
        padding-left: 3.5rem;
        position: relative;
    }
    #menu .link::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0.3rem;
        width: 1.8rem;
        height: 1.8rem;
    }
    #menu .link.lazyloaded::before{
        background: url(../img/common/iconMenuArrow.png) no-repeat center center / 100% auto;
    }
    #menu .item:nth-child(n+2){
        margin-top: 3.5rem;
    }
    #menu .txtIn{
        color: #fff;
        font-size: var(--pcFontSize16);
        background-image: -moz-linear-gradient( 111deg, rgb(234,92,13) 0%, rgb(254,147,0) 100%);
        background-image: -webkit-linear-gradient( 111deg, rgb(234,92,13) 0%, rgb(254,147,0) 100%);
        background-image: -ms-linear-gradient( 111deg, rgb(234,92,13) 0%, rgb(254,147,0) 100%);
        display: flex;
        width: 18rem;
        height: 5rem;
        border-radius: 2.5rem;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        margin: 4rem auto 0;
    }
}