@charset "utf-8";

@font-face{
    font-family:'Zen Kaku Gothic New';
    font-style:normal;
    font-weight:500;
    src:url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2) format('woff2'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format('woff'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.ttf) format('opentype');
}
@font-face{
    font-family:'Zen Kaku Gothic New';
    font-style:normal;
    font-weight:700;
    src:url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff2) format('woff2'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format('woff'),
        url(../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.ttf) 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 : 390px;
    }
}
@media only screen and (max-width:389px){
    :root {
        --widthBase : 100vw;
    }
}

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

    /* 色 */
    --textColor: #010b1a;
    --ColorBlack_0: rgba(1, 11, 26, 0);
    --ColorBlack_10: rgba(1, 11, 26, 0.1);
    --ColorBlack_20: rgba(1, 11, 26, 0.2);
    --ColorBlack_40: rgba(1, 11, 26, 0.4);
    --ColorBlack_50: rgba(1, 11, 26, 0.502);
    --ColorBlack_90: rgba(44, 44, 44, 0.902);
    --white: #fff;
    --white_30: rgba(255, 255, 255, 0.3);
    --pnkzColor: #f8f8f8;
    --aTabColor: #3499c3;
    --formBoderColor: #d5d2d2;
    --formBtnColor: #f4c200;
    --tag01Color: #1d3c87;
    --dotColor: #fdf3cc;
    --bgGlay:#f8f8f8;
    --linkborderColor:#dcdcdc;
    --bgCompany:#2c2c2c;
    --Colorwhite_20: rgba(255, 255, 255, 0.2);

    /* フォントサイズ（PC） */
    --pcFontSize10: 1rem;
    --pcFontSize11: 1.1rem;
    --pcFontSize12: 1.2rem;
    --pcFontSize14: 1.4rem;
    --pcFontSize16: 1.6rem;
    --pcFontSize17: 1.7rem;
    --pcFontSize18: 1.8rem;
    --pcFontSize20: 2rem;
    --pcFontSize22: 2.2rem;
    --pcFontSize24: 2.4rem;
    --pcFontSize25: 2.5rem;
    --pcFontSize26: 2.6rem;
    --pcFontSize28: 2.8rem;
    --pcFontSize30: 3rem;
    --pcFontSize40: 4rem;
    --pcFontSize48: 4.8rem;
    --pcFontSize50: 5rem;
    --pcFontSize70: 7rem;
    --pcFontSize80: 8rem;
    --pcFontSize90: 9rem;
    --pcFontSize105: 10.5rem;

    /* line-height（PC） */
    --pcLineHeight10_15: calc(15 / 10);
    --pcLineHeight12_14: calc(14 / 12);
    --pcLineHeight12_20: calc(20 / 12);
	--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_34: calc(34 / 16);
    --pcLineHeight18_27: calc(27 / 18);
    --pcLineHeight18_32: calc(32 / 18);
    --pcLineHeight16_38: calc(38 / 16);
    --pcLineHeight18_40: calc(40 / 18);
    --pcLineHeight17_24: calc(24 / 17);
    --pcLineHeight18_40: calc(40 / 18);
    --pcLineHeight20_30: calc(30 / 20);
    --pcLineHeight22_33: calc(33 / 22);
    --pcLineHeight22_40: calc(40 / 22);
    --pcLineHeight22_50: calc(50 / 22);
    --pcLineHeight22_70: calc(70 / 22);
    --pcLineHeight24_36: calc(36 / 24);
    --pcLineHeight24_40: calc(40 / 24);
    --pcLineHeight25_40: calc(40 / 25);
    --pcLineHeight26_39: calc(39 / 26);
    --pcLineHeight28_40: calc(40 / 28);
    --pcLineHeight30_40: calc(40 / 30);
    --pcLineHeight40_60: calc(60 / 40);
    --pcLineHeight40_90: calc(90 / 40);
    --pcLineHeight50_75: calc(75 / 50);
    
    /* letter-spacing（PC） */
    --pcLetterSpacing10_50: 0.05em;
    --pcLetterSpacing16_10: 0.01em;
    --pcLetterSpacing16_40: 0.04em;
    --pcLetterSpacing16_50: 0.05em;
    --pcLetterSpacing16_60: 0.06em;
    --pcLetterSpacing16_100: 0.1em;
    --pcLetterSpacing17_60: 0.06em;
    --pcLetterSpacing18_50: 0.05em;
    --pcLetterSpacing18_80: 0.08em;
    --pcLetterSpacing18_100: 0.1em;
    --pcLetterSpacing20_100: 0.1em;
    --pcLetterSpacing22_40: 0.04em;
    --pcLetterSpacing22_60: 0.06em;
    --pcLetterSpacing22_80: 0.08em;
    --pcLetterSpacing22_100: 0.1em;
    --pcLetterSpacing24_50: 0.05em;
    --pcLetterSpacing25_30: 0.03em;
    --pcLetterSpacing25_80: 0.08em;
    --pcLetterSpacing25_100: 0.1em;
    --pcLetterSpacing28_50: 0.05em;
    --pcLetterSpacing28_80: 0.08em;
    --pcLetterSpacing30_80: 0.08em;
    --pcLetterSpacing30_100: 0.1em;
    --pcLetterSpacing40_30: 0.03em;
    --pcLetterSpacing48_50: 0.05em;
    --pcLetterSpacing70_30: 0.03em;
    --pcLetterSpacing90_30: 0.03em;

    /* フォントサイズ（SP）*/
    --spFontSize8: calc((8 / 390) * var(--widthBase));
    --spFontSize10: calc((10 / 390) * var(--widthBase));
    --spFontSize11: calc((11 / 390) * var(--widthBase));
    --spFontSize12: calc((12 / 390) * var(--widthBase));
    --spFontSize13: calc((13 / 390) * var(--widthBase));
    --spFontSize14: calc((14 / 390) * var(--widthBase));
    --spFontSize15: calc((15 / 390) * var(--widthBase));
    --spFontSize16: calc((16 / 390) * var(--widthBase));
    --spFontSize18: calc((18 / 390) * var(--widthBase));
    --spFontSize20: calc((20 / 390) * var(--widthBase));
    --spFontSize22: calc((22 / 390) * var(--widthBase));
    --spFontSize24: calc((24 / 390) * var(--widthBase));
    --spFontSize25: calc((25 / 390) * var(--widthBase));
    --spFontSize30: calc((30 / 390) * var(--widthBase));
    --spFontSize36: calc((36 / 390) * var(--widthBase));
    --spFontSize40: calc((40 / 390) * var(--widthBase));
    --spFontSize50: calc((50 / 390) * var(--widthBase));
    --spFontSize55: calc((55 / 390) * var(--widthBase));
    --spFontSize60: calc((60 / 390) * var(--widthBase));
    --spFontSize70: calc((70 / 390) * var(--widthBase));
    --spFontSize80: calc((80 / 390) * var(--widthBase));

    /* line-height（SP） */
    --spLineHeight10_15: calc(15 / 10);
    --spLineHeight10_20: calc(20 / 10);
    --spLineHeight11_16: calc(16 / 11);
    --spLineHeight11_20: calc(20 / 11);
    --spLineHeight12_17: calc(17 / 12);
    --spLineHeight12_18: calc(18 / 12);
    --spLineHeight12_20: calc(20 / 12);
    --spLineHeight12_22: calc(22 / 12);
    --spLineHeight12_24: calc(24 / 12);
    --spLineHeight12_25: calc(25 / 12);
    --spLineHeight13_19: calc(19 / 13);
    --spLineHeight13_20: calc(20 / 13);
    --spLineHeight13_21: calc(21 / 13);
    --spLineHeight13_28: calc(28 / 13);
    --spLineHeight14_21: calc(21 / 14);
    --spLineHeight14_24: calc(24 / 14);
    --spLineHeight14_25: calc(25 / 14);
    --spLineHeight14_30: calc(30 / 14);
    --spLineHeight14_32: calc(32 / 14);
    --spLineHeight16_24: calc(24 / 16);
    --spLineHeight16_28: calc(28 / 16);
    --spLineHeight16_42: calc(42 / 16);
    --spLineHeight18_27: calc(27 / 18);
    --spLineHeight22_32: calc(32 / 22);
    --spLineHeight24_40: calc(40 / 24);
    --spLineHeight18_28: calc(28 / 18);
    --spLineHeight30_45: calc(45 / 30);

    /* letter-spacing（SP） */
    --spLetterSpacing0: 0em;
    --spLetterSpacing10_50: 0.05em;
    --spLetterSpacing11_40: 0.04em;
    --spLetterSpacing12_40: 0.04em;
    --spLetterSpacing12_50: 0.05em;
    --spLetterSpacing12_80: 0.08em;
    --spLetterSpacing12_100: 0.1em;
    --spLetterSpacing13_50: 0.05em;
    --spLetterSpacing13_60: 0.06em;
    --spLetterSpacing13_80: 0.08em;
    --spLetterSpacing14_30: 0.03em;
    --spLetterSpacing14_100: 0.1em;
    --spLetterSpacing15_100: 0.1em;
    --spLetterSpacing18_40: 0.04em;
    --spLetterSpacing18_50: 0.05em;
    --spLetterSpacing18_80: 0.08em;
    --spLetterSpacing20_30: 0.03em;
    --spLetterSpacing20_50: 0.05em;
    --spLetterSpacing20_50: 0.05em;
    --spLetterSpacing20_80: 0.08em;
    --spLetterSpacing20_100: 0.1em;
    --spLetterSpacing24_30: 0.03em;
    --spLetterSpacing25_100: 0.1em;
    --spLetterSpacing36_30: 0.03em;
    --spLetterSpacing40_50: 0.05em;
}

/*==============================
    基本設定
==============================*/
body{
    color:var(--textColor);
    font-size:var(--pcFontSize12);
    font-family:'YakuHanJP_Noto','Zen Kaku Gothic New', 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;}
.fRoboto{font-family: "Roboto", sans-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;
}
/*-----------------------------------------------
	hoverZoom
-----------------------------------------------*/
.hoverZoom{
	overflow: hidden;
}
.hoverZoom img{
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.hoverZoom:hover img:not(.not_Zoom){
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1000{
    width: 100rem;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1280{
    width: 128rem;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1500{
    width: 150rem;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
}
.wrapper1720{
    width: 172rem;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .wrapper1000,
    .wrapper1280,
    .wrapper1500,
    .wrapper1720{
        width: 100%;
        max-width: 100%;
    }
    .wrapperSp350{
        width: calc(350 / 390 * 100%);
        max-width: 100%;
        margin: 0 auto;
    }
    .wrapperSp335{
        width: calc(335 / 390 * 100%);
        max-width: 100%;
        margin: 0 auto;
    }
    .wrapperFit{
        max-width: 40rem;
        margin: 0 auto;
    }
}

/*-----------------------------------------------
    secCmnTopBox
-----------------------------------------------*/
.secCmnTopBox{
    height: 37rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding-top: 11.5rem;
}
.secCmnTopBox .engTit img{
    width: auto;
    height: 3.7rem;
}
.secCmnTopBox .jpnTit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
    margin-top: 1.8rem;
}
@media only screen and (max-width:1215px){
    .secCmnTopBox{
        height: 61.539vw;
        min-height: 24rem;
        padding-top: 7.5rem;
    }
    .secCmnTopBox .engTit img{
        width: auto;
        height: 1.9rem;
    }
    .secCmnTopBox .jpnTit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_19);
        margin-top: 0.5rem;
    }
}
/*-----------------------------------------------
    pnkz
-----------------------------------------------*/
#pnkz{
    width:100%;
    padding: 1rem 0px;
    background: var(--pnkzColor);
}
#pnkz li{
    display: inline;
    width:auto;
    font-size:var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    color:var(--aTabColor);
    vertical-align:top;
}
#pnkz li::before{
    content:"/";
    display:inline-block;
    padding: 0 0.5rem;
    color: var(--textColor);
}
#pnkz li:first-child::before{
    display:none;
}
#pnkz a,
#pnkz .check{
    color: var(--textColor);
    text-decoration: none;
}
@media only screen and (max-width:1215px){
    #pnkz{
        padding: 0.5rem 0;
    }
    #pnkz .inner{
        white-space: nowrap;
        overflow-y: scroll;
    }
    #pnkz li{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_16);
    }
    #pnkz li::before{
        padding: 0 0.6rem 0 0;
    }
}
/* mainWrapper */
.mainWrapper{
    padding-bottom: 18rem;
}
@media only screen and (max-width:1215px){
    .mainWrapper{
        padding-bottom: 8rem;
    }
}
/*-----------------------------------------------
	secCmnNextLoad
-----------------------------------------------*/
.secCmnNextLoad{
	width: 30rem;
    height: 8rem;
	margin: 10rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnNextLoad .btnMore{
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	width: 100%;
    height: 100%;
	color: var(--textColor);
    background: var(--white);
    border-radius: 4rem;
	text-align: center;
    font-size: var(--pcFontSize16);
	font-weight: bold;
    position: relative;
    border: solid 0.1rem var(--textColor);
}
.secCmnNextLoad .btnMore::after,
.secCmnNextLoad .btnMore::before{
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 0.2rem;
    top: calc(50% - 0.05rem);
    right: 4rem;
    background: var(--textColor);
}
.secCmnNextLoad .btnMore::before{
    transform: rotate(-90deg)
}
.secCmnNextLoad .icoLoader{
	display: none;
}
@media only screen and (max-width:1215px){
	.secCmnNextLoad{
		width: 19rem;
        height: 5rem;
        margin: 6rem auto 0;
	}
	.secCmnNextLoad .btnMore{
	    font-size: var(--spFontSize12);
	}
    .secCmnNextLoad .btnMore::after,
    .secCmnNextLoad .btnMore::before{
        width: 1.3rem;
        height: 0.1rem;
        top: calc(50% - 0.05rem);
        right: 2rem;
    }
}
/* secCmnBack */
.secCmnBack{
    width: 30rem;
    margin: 10rem auto 0;
}
.secCmnBack .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
    position: relative;
    border-radius: 4rem;
    border: solid 0.1rem var(--textColor);
    color: var(--textColor);
    font-size: var(--pcFontSize16);
    font-weight: bold;
}
.secCmnBack .btnInner::after{
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 0.7rem;
    top: calc(50% - 0.35rem);
    left: 4rem;
}
.secCmnBack.lazyloaded .btnInner::after{
    background: url(../img/common/iconCmnBack.png) center top / cover;
}
@media only screen and (max-width:1215px){
    .secCmnBack{
        width: 19rem;
        margin: 3rem auto 0;
    }
    .secCmnBack .btnInner{
        height: 5rem;
        border-radius: 2.5rem;
        font-size: var(--spFontSize12);
    }
    .secCmnBack .btnInner::after{
        width: 1.6rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
        left: 2rem;
    }
    .secCmnBack.lazyloaded .btnInner::after{
        background: url(../img/common/iconCmnBack_sp.png) center top / cover;
    }
}
/* secNotetxt */
.secNotetxt{
    width: 100%;
    text-align: center;
    padding: 10rem 0;
}
.secNotetxt .no_text{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_27);
}
@media only screen and (max-width:1215px){
    .secNotetxt{
        padding: 5rem 0;
    }
    .secNotetxt .no_text{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
    }
}
/* secCmnEntry */
.secCmnEntry{
    height: 75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
}
.secCmnEntry.lazyloaded{
    background: url(../img/index/bgCmnEntry.jpg) center top / cover;
}
.secCmnEntry .wrapper{
    position: relative;
    z-index: 10;
}
.secCmnEntry .engTit{
    width: 27.5rem;
    margin: 0 auto;
}
.secCmnEntry .tit{
    font-size: var(--pcFontSize28);
    font-weight: bold;
    margin-top: 3.5rem;
}
.secCmnEntry .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_34);
    margin-top: 4rem;
}
.secCmnEntry .btnInner{
    width: 30rem;
    height: 8rem;
	margin: 4rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textColor);
    text-align: center;
    font-size: var(--pcFontSize16);
    font-weight: bold;
    position: relative;
    background: var(--formBtnColor);
    border-radius: 4rem;
    overflow: hidden;
}
.secCmnEntry .btnTxt{
    position: relative;
}
.secCmnEntry .btnInner::after{
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 0.7rem;
    right: 4rem;
    top: calc(50% - 0.35rem);
}
.secCmnEntry.lazyloaded .btnInner:after{
    background: url(../img/common/iconForm.png) center top / cover;
}
@media only screen and (max-width:1215px){
    .secCmnEntry{
        height: 49.3rem;
    }
    .secCmnEntry.lazyloaded{
        background: url(../img/index/bgCmnEntry_sp.jpg) center top / cover;
    }
    .secCmnEntry .engTit{
        width: 11.2rem;
    }
    .secCmnEntry .tit{
        font-size: var(--spFontSize18);
        margin-top: 2.3rem;
    }
    .secCmnEntry .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_24);
        margin-top: 2rem;
    }
    .secCmnEntry .btnInner{
        width: 19rem;
        height: 5rem;
        margin: 2.5rem auto 0;
        font-size: var(--spFontSize12);
        border-radius: 2.5rem;
    }
    .secCmnEntry .btnTxt{
        padding-right: 3rem;
    }
    .secCmnEntry .btnInner::after{
        right: 2rem;
    }
}
/* footer */
#footer{
    background: var(--bgCompany);
    color: var(--white);
    padding: 5rem 0;
}
#footer .wrapper{
    display: flex;
    align-items: center;
}
#footer .iconfooter{
    width: 21.3rem;
}
#footer .rightBox{
    width: calc(100% - 21.3rem);
    padding-left: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .leftBox{
    display: flex;
    align-items: center;
}
#footer .list{
    display: flex;
}
#footer .list:nth-child(2){
    margin-left: 4rem;
}
#footer .item:nth-child(n+2){
    margin-left: 4rem;
}
#footer .inner{
    font-size: var(--pcFontSize14);
    font-weight: bold;
    color: var(--white);
    display: inline-block;
}
#footer .btnBox{
    margin-left: 4rem;
}
#footer .btnInner{
    font-size: var(--pcFontSize14);
    font-weight: bold;
    color: var(--white);
    display: inline-block;
}
#footer .btnTxt{
    position: relative;
}
#footer .btnTxt::after{
    position: absolute;
    content: "";
    width: 1rem;
    height: 0.8rem;
    top: -0.5rem;
    right: -1.5rem;
}
#footer.lazyloaded .btnTxt::after{
    background: url(../img/common/iconfooterBtn.png) center top / cover;
}
#footer .txtCopy{
    font-size: var(--pcFontSize10);
}
#footer .entryBtn{
    display: none;
}
@media only screen and (max-width:1215px){
    #footer{
        padding: 6rem 0 2rem;
    }
    #footer .wrapper{
        display: block;
    }
    #footer .iconfooter{
        width: 21.3rem;
        margin: 0 auto;
    }
    #footer .rightBox{
        width: 100%;
        padding: 2.8rem 0 0;
        display: block;
    }
    #footer .leftBox{
        display: block;
    }
    #footer .list{
        display: flex;
        justify-content: center;
    }
    #footer .list:nth-child(2){
        margin: 1.8rem auto 0;
    }
    #footer .item:nth-child(n+2){
        margin-left: 3.5rem;
    }
    #footer .inner{
        font-size: var(--spFontSize12);
    }
    #footer .btnBox{
        margin: 3rem auto 0;
        width: 19rem;
    }
    #footer .btnInner{
        font-size: var(--spFontSize12);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 4.6rem;
        border-radius: 2.25rem;
        border: solid 0.1rem var(--Colorwhite_20);
    }
    #footer .btnTxt::after{
        width: 0.8rem;
        height: 0.6rem;
        top: -0.5rem;
        right: -1rem;
    }
    #footer.lazyloaded .btnTxt::after{
        background: url(../img/common/iconfooterBtn_sp.png) center top / cover;
    }
    #footer .txtCopy{
        font-size: var(--spFontSize10);
        text-align: center;
        margin-top: 4rem;
    }
    #footer .entryBtn{
        display: block;
        width: calc(100% - 2rem);
        max-width: 37rem;
        margin: 5.8rem auto 0;
    }
    #footer .entryBtnInner{
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--formBtnColor);
        border-radius: 3rem;
    }
    #footer .entryBtnInner img{
        width: 7.7rem;
    }
}

/*-----------------------------------------------
    herder
-----------------------------------------------*/
#header{
    height: 15rem;
    width: 100%;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    color: var(--textColor);
    z-index: 9999;
    transition: 0.5s;
}
#header .headerWrapper{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 4rem;
}
#header .header_logo{
    text-align: center;
    width: 28rem;
}
#header .logolink{
    display: inline-block;
}
#header .logotxt{
    font-size: var(--pcFontSize14);
    font-weight: bold;
    color: var(--tag01Color);
    margin-top: 2rem;
}
#header .headerRight{
    display: flex;
    align-items: center;
}
#header .list{
    display: flex;
    margin-right: 5rem;
}
#header .item:nth-child(n+2){
    margin-left: 5.8rem;
}
#header .linktxt{
    font-size: var(--pcFontSize18);
    display: inline-block;
    color: var(--textColor);
    font-weight: bold;
}
#header .entryBtn{
    width: 22rem;
}
#header .entryBtnInner{
    box-shadow: 0rem 0rem 0.95rem 0.05rem var(--ColorBlack_20);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.5rem;
    height: 7rem;
    background: var(--formBtnColor);
}
#header .entryBtnInner img{
    width: 10.3rem;
}
#header.scroll,
#header.naviOpen{
    background: var(--white);
}
@media only screen and (max-width:1215px){
    #header{
        height: 9.5rem;
    }
    #header .headerWrapper{
        padding: 0 8rem 0 2rem;
    }
    #header .header_logo{
        width: 16rem;
    }
    #header .logotxt{
        font-size: var(--spFontSize8);
        margin-top: 1.2rem;
    }
    #header .headerRight{
        display: block;
    }
    #header .list{
        display: none;
    }
    #header .entryBtn{
        width: 9rem;
    }
    #header .entryBtnInner{
        border-radius: 1.75rem;
        height: 3.5rem;
    }
    #header .entryBtnInner img{
        width: 5.6rem;
    }
}
@media only screen and (max-width:374px){
    #header .header_logo{
        width: 14rem;
    }
}
@media only screen and (max-width:359px){
    #header .headerWrapper {
        padding: 0 7rem 0 1.5rem;
    }
    #header .header_logo{
        width: 13rem;
    }
    #header .entryBtn{
        width: 8rem;
    }
}
#btnNavi{
    display: none;
}
@media only screen and (max-width:1215px){
    #btnNavi{
        position: fixed;
        top: 0;
        right: 2rem;
        width: 5rem;
        height: 9.5rem;
        z-index: 9999;
        display: flex;
        align-items: center;
    }
    #btnNavi .naviCover{
        width: 100%;
        height: 3.5rem;
        background: var(--textColor);
        border-radius: 17.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btnNavi .border{
        width: 1.2rem;
        height: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #btnNavi .border .inner,
    #btnNavi .border .inner::before,
    #btnNavi .border .inner::after{
        display: block;
        width: 1.2rem;
        height: 1px;
        background: var(--white);
        left: 0;
        right: 0;
        margin: auto;
        transition: all 0.5s;
    }
    #btnNavi .border .inner::before{
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #btnNavi .border .inner::after{
        content: '';
        position: absolute;
        transition: all 0.4s ease-out;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #btnNavi.naviOpen .border .inner{
        width: 0;
        height: 0;
    }
    #btnNavi.naviOpen .border .inner::before{
        transform: translateY(4rem) rotate(-30deg);
        top: -3.5rem;
        width: 1.2rem;
        left: 0;
    }
    #btnNavi.naviOpen .border .inner::after{
        transform: translateY(1rem) rotate(30deg);
        bottom: 1.5rem;
        left: 0;
        width: 1.2rem;
    }
}
@media only screen and (max-width:359px){
        #btnNavi{
        right: 1rem;
    }
}
/*-----------------------------------------------
    menu
-----------------------------------------------*/
#menu{
    display: none;
}
@media only screen and (max-width:1215px){
    #menu{
        position: relative;
        z-index: 9998;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--white);
        padding: 0 0 4rem;
        border-radius: 0 0 3rem 3rem;
        margin-top: 9.5rem;
    }
    #menu .engTit{
        width: 29rem;
        margin: 0 auto;
    }
    #menu .list{
        margin: 1.8rem auto 0;
        width: calc(100% - 4rem);
    }
    #menu .item{
        position: relative;
    }
    #menu .item::after{
        position: absolute;
        content: "";
        width: calc(100% - 2.2rem);
        height: 1px;
        bottom: 0;
        left: 0;
        background: var(--linkborderColor);
    }
    #menu .item::before{
        position: absolute;
        content: "";
        width: 1.6rem;
        height: 1px;
        right: 0;
        bottom: 0;
        background: var(--textColor);
    }
    #menu .inner{
        padding: 2rem 2.2rem 2rem 0;
        display: block;
        font-size: var(--pcFontSize14);
        position: relative;
    }
    #menu .inner::after{
        position: absolute;
        content: "";
        width: 1.6rem;
        height: 0.5rem;
        right: 0;
        top: calc(50% - 0.25rem);
    }
    #menu.lazyloaded .inner::after{
        background: url(../img/common/iconMenuBtn.png) center top / cover;
    }
    #menu .btnBox{
        margin: 2.5rem auto 0;
        width: calc(100% - 4rem);
    }
    #menu .btnInner{
        display: inline-block;
        position: relative;
        font-size: var(--pcFontSize12);
    }
    #menu .btnInner::after{
        position: absolute;
        content: "";
        width: 0.8rem;
        height: 0.6rem;
        right: -0.5rem;
        top: -0.5rem;
    }
    #menu.lazyloaded .btnInner::after{
        background: url(../img/common/iconMenuBtn02.png) center top / cover;
    }
    #menu .entryBtn{
        margin: 4rem auto 0;
        width: calc(100% - 4rem);
    }
    #menu .entryBtnInner{
        box-shadow: 0rem 0rem 0.95rem 0.05rem var(--ColorBlack_20);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3rem;
        height: 6rem;
        background: var(--formBtnColor);
    }
    #menu .entryBtnInner img{
        width: 7.7rem;
    }
}
/* internal */
.internal #header .logotxt{
    color: var(--white);
}
.internal #header.scroll .logotxt,
.internal #header.naviOpen .logotxt{
    color: var(--tag01Color);
}
.internal #header .linktxt {
    color: var(--white);
}
.internal #header.scroll .linktxt{
    color: var(--textColor);
}
.internal #header .logoImg .icon01,
.internal #header.scroll .logoImg .icon02,
.internal #header.naviOpen .logoImg .icon02{
    display: none;
}
.internal #header.scroll .logoImg .icon01,
.internal #header.naviOpen .logoImg .icon01{
    display: block; 
}