@charset "UTF-8";

/* iOS */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,
input[type="button"]::focus {outline-offset: -2px;}

input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* /iOS */

/* flex */

.flex {
    display:-ms-flexbox;
    display:flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.flex-s {justify-content:flex-start!important;}
.space-a {justify-content: space-around!important;}
.space-b {justify-content: space-between!important;}
.item-c {align-items: center;}

/* /flex */

::-webkit-scrollbar {width: 10px}

::-webkit-scrollbar-thumb {
    background: rgb(27, 27, 27);
    border-radius: 5px
}

::-webkit-scrollbar-track {
    background: rgb(255 255 255);
    border-radius: 0;
    width: 80%;;
}
    
/*-- all --*/

body {
    background: #0b0b0b;
    background-attachment: fixed;
    background-size: 100vw;
    font-family: "Noto Serif JP", serif;
	letter-spacing: 0;
}

body.under {

    .container {margin: 0 0 0 0;}
}

article {overflow: hidden}

main {
    background: #0b0b0b;
    width: 100%;
    z-index: 5;
    position: relative;
}

.et {font-family: "times-new-roman", sans-serif;}

.wrapper {
    width: 100%;
    max-width: 2000px;
    margin: auto;
}

.wrapper:first-of-type {padding: 30px 0 0}

.container {
    width: 100%;
    margin: 45vw 0 0 0;
    position: relative;
    z-index: 11;
}

.container.under {margin: 0;}

header.under #logo {
	z-index: -1;
	opacity: 0;
}

.under-h-bg {
	background: rgba(0,0,0,.9);
	height: 150px;	
}

/*-- verticaltxt --*/

.vtxt {
	writing-mode: vertical-rl;
	height: 60vh;
}

/*-- verticaltxt --*/

/* all-right-down */

#right-down {
	position: fixed;
	bottom: 0;
	right: 0;
	color: #fff;
	transition: all .3s ease-in;
	opacity: 0;
	z-index: -1;

    .box {position: relative;}

    .pt {

        padding: 15px 20px;

        .pagetop {
            display: block;
            background: url(../images/pagetop.png) center top no-repeat;
            width: 170px;
            height: 170px;

            @media screen and (max-width: 1000px) {
                width: 100px;
                height: 100px;
                background-size: contain;
            } 
        }

        .pagetop:hover {
            background: url(../images/pagetop_h.png) center top no-repeat;
            background-size: contain;
            opacity: 1;
        }

        img {
            width:100%;
            max-width: 115px;

            @media screen and (max-width: 1000px) {
                width:100%;
                max-width: 80px;
            }
        }

        div {
            display: flex;
            align-items: center;

            img {
                width: 40px;
                display: flex;
                margin-right: 10px
            }
        }

        div > p {font-size: 30px}
    }

    .pt > p {
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        animation: blinkAnimeS1 1s infinite alternate;
    }
}

#right-down.-scrolled {
	transition: all .3s ease-in;
	opacity: 1;
	z-index: 50
}

/* /all-right-down */

/*** bread ***/

.breadcrumb {
    padding: 1% 5%;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 auto;
	background: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;

	@media screen and (max-width: 414px) {font-size: 11px;}

    li {
        color: #fff;
        display: inline-block;

        a { color: #fff;display: inherit;}
    }
}

/*** /bread ***/

.sp {
    display: none!important;
    @media screen and (max-width: 1000px) {display: block!important;}
}

.pc {
    display: block!important;
    @media screen and (max-width: 1000px) {display: none!important;}
}

/***** sp header *****/

.headersp {
    display:none;

    @media screen and (max-width: 1000px) {
        display: block;
        position: relative;
        text-align: center;
    } 
}

.headersp .info-box {
    margin: 0 auto 10px;

    .open {
        width: 387px;

        @media screen and (max-width: 1000px) {width: 38.7vw;}
    }

    .tel {
        width: 405px;

        @media screen and (max-width: 1000px) {width: 40.5vw;}
    }

    .mail {
        width: 273px;

        @media screen and (max-width: 1000px) {width: 27.3vw;}
    }
}

.headersp nav.h-nav {
    background: #272727;
    padding-bottom: 5px;
    position: relative;
    z-index: 50;

    ul {
        gap: 1% 1.2%;

        li {
            width: 49.333%;
            margin-top: 5px;

            a {
                background: url(../images/navbtn-bg.jpg) center top no-repeat;
                display: block;
                color: #fff;
                background-size: cover;
                padding: 10px 0;
                min-height: 50px;

                @media screen and (max-width: 414px) {min-height: auto;}

                p {
                    text-align: center;
                    margin-top: 6px;
                }

                p:first-of-type {
                    font-size: 20px;

                    @media screen and (max-width: 414px) {font-size: 18px;}
                }

                p:last-of-type {
                    font-size: 13px;

                    @media screen and (max-width: 414px) {font-size: 12px;}
                }
            }
        }
    }
}

/*-- /header --*/

/*-- nav --*/

.headersp nav > #nav-obi .open, .open img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.headersp nav > #nav-obi .open {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #a9976d;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    z-index: 3000;
    width: 100%;
    opacity: 1;
    transition: all 1.4s cubic-bezier(.04, .435, .315, .9);

    img {
        display: block;
        margin: 0 auto;
        width: 154px;
        opacity: 0;
        transform: translate(0, 5px);
        transition: all .5s cubic-bezier(.04, .435, .315, .9) .1s;

        @media screen and (max-width:768px) {width: 180px}
    }

    img:nth-of-type(2) {transition-delay: .4s;}
    
    p {
        color: #fff;
        text-align: center;
        font-family: "Noto Serif JP", serif;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
        transition: all .5s cubic-bezier(.04, .435, .315, .9) .4s;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: .1em
    }
}

.headersp nav > #nav-obi .open.is-loading img, nav > #nav-obi .open.is-loading p {
    opacity: 1;
    transform: translate(0, 0)
}

.headersp nav > #nav-obi .open.is-loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.headersp nav > #nav-obi h1 img {
    width: 130px;

    @media screen and (max-width: 320px) {width: 120px;}
}

.headersp nav > #nav-obi.is-fixed h1 img {
    width: 130px;

    @media screen and (max-width: 320px) {width: 120px;}
}

.headersp nav > #nav-obi #open {
    font-size: 24px;
    color: #ff008a;
    background: #fff;
    height: 65px;
    text-align: center;
    margin-right: 10px;

    p {padding: 14px 10px;}
}

.headersp nav > #nav-obi.is-fixed #open {
    height: 55px;

    p {padding: 9px 10px;}
}

.headersp nav > #nav-obi #open p span {
    font-size: 13px;
    display: block;
}

.headersp nav .nav-obi .hamburer.is-open span {
    opacity: 0;
}

.headersp nav .nav-obi .hamburer {
    transition: all .4s cubic-bezier(.04, .435, .315, .9);
    position: absolute;
    top: 23px;
    right: 30px;
    cursor: pointer;
    width: 52px;
    height: 30px;

    @media screen and (max-width:1000px) {
        top: 3vw;
        right: 10px;
    }

    @media screen and (max-width:680px) {
        top: 4vw;
    }

    @media screen and (max-width:414px) {
        top: 20px;
        right: 15px;
        width: 40px;
        height: 4px;
    }
}

.headersp nav .nav-obi.is-fixed .hamburer {top: 23px;}

.headersp nav .nav-obi .hamburer.is-open span:first-of-type {
    transform: translate(0, 7px) rotate(0deg);
}

@media screen and (max-width:768px) {
    nav .nav-obi .hamburer.is-open span:first-of-type {
        transform: translate(15px, 6px) rotate(0deg)
    }
}

.headersp nav .nav-obi .hamburer.is-open span:nth-of-type(2) {
    transform: translate(0, 7px) rotate(0deg);
    opacity: 0;

    @media screen and (max-width:768px) {transform: translate(0, 6px) rotate(0deg);}
}

.headersp nav .nav-obi .hamburer.is-open span:last-of-type {
    transform: translate(0, 7px) rotate(0deg);

    @media screen and (max-width:768px) {transform: translate(0, 6px) rotate(0deg);}
}

.headersp nav .nav-obi .hamburer:hover span:nth-of-type(2) {
    width: 30px
}

.headersp nav .nav-obi .hamburer:hover span:last-of-type {
    width: 20px
}

.headersp nav .nav-obi .hamburer span {
    display: block;
    width: 50px;
    height: 6px;
    background-color: #fff;
    transition: all .4s cubic-bezier(.04, .435, .315, .9);
    backface-visibility: hidden;
    opacity: 1;
    box-sizing: border-box;
    padding: 2px 0;
    border-radius: 30px;

    @media screen and (max-width:414px) {
        width: 40px;
        height: 4px;
    }
}

.headersp nav .nav-obi .hamburer span:first-of-type {
    transform: translate(0, -5px) rotate(0deg)
}

.headersp nav .nav-obi .hamburer span:nth-of-type(2) {
    transform: translate(0, 3px) rotate(0deg)
}

.headersp nav .nav-obi .hamburer span:last-of-type {
    transform: translate(0, 11px) rotate(0deg)
}

.headersp nav .nav-obi .hamburer p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'YuGothic', 'Yu Gothic', 'Meiryo', 'メイリオ', sans-serif;
    @media screen and (max-width: 414px) {font-size: 10px;}
}

.headersp nav .nav-obi {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;

    .logo {
        margin-top: 0;

        img {width: 130px;}
    }
}

.headersp nav .nav-obi.is-show {opacity: 1;}

.headersp nav .nav-obi.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
}

.headersp nav .hamburer-in, nav .hamburer-in .hamburer-close {
    transition: all .4s cubic-bezier(.04, .435, .315, .9);
    opacity: 0;
    z-index: 1000;
}

.headersp nav .hamburer-in {
    left: 0;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    .hamburer-close {
        position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
        width: 40px;
        height: 40px;

        span {
            display: block;
            width: 50px;
            height: 5px;
            background-color: #fff;
            position: relative;
            top: -4px;
            left: 0px;
            transition: all .4s cubic-bezier(.04, .435, .315, .9);
            transform: rotate(45deg) translate(1px, 0);
            border-radius: 20px;
        }

        p {
            font-size: 13px;
            text-align: center;
            margin: 0 5px 0;
            font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'YuGothic', 'Yu Gothic', 'Meiryo', 'メイリオ', sans-serif;
        }
    }
}

.headersp nav .hamburer-in.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2000;
}

.headersp nav .hamburer-in .hamburer-close.is-open, nav .top-brand__list-item a:hover img[src*="h.png"] {
    opacity: 1
}

.headersp nav .hamburer-in .hamburer-close.is-open span:first-child {
    transform: rotate(-45deg) translate(-1px, 0);
    top: 1px
}

.headersp nav .hamburer-in .hamburer-close.is-open span:last-child {
    transform: rotate(45deg)
}

.headersp nav .hamburer-in .hamburer-main {
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
    display: block;
    text-align: center

    @media screen and (max-width: 450px) {/* width: 355px*/}
    @media screen and (max-width: 320px) {margin-top: 40px;}
    
    .box {
        font-size: 1.6rem;
        overflow: hidden
    }

    ul {

        li {
            img {width: 100%;}
        }
    }

    ul.bna li img {
        width: 165px;
        margin: 0 5px;

        @media screen and (max-width: 320px) {width: 147px}
    }
}

/*-- /nav --*/

/***** /sp header *****/

/* all-nav */

header nav {width:100%;}

nav .nav-obi.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    opacity: 0.95;
}

nav .nav-obi #nav-menu {
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;

    li {
        box-sizing: border-box;
        padding: 0 1.3%;

        @media screen and (max-width: 1200px) {padding: 0 1%;}

        a {
            max-height: 80px;
            text-align: center;
            display: block;
            box-sizing: border-box;
            background-size: contain;
            color: #fff;
            font-family: "Noto Serif JP", serif;
            font-size: 1.3vw;

            img {
                width: 25px;
                margin-right: 10px;

                @media screen and (max-width: 1620px) {width: 20px;}
            }
        }

        p {
            font-size: 22px;

            @media screen and (max-width: 1460px) {font-size: 16px;}
            @media screen and (max-width: 1200px) {font-size: 14px;}
        }

        p:first-of-type {
            font-family: "times-new-roman", sans-serif;
            font-weight: 400;
            font-style: normal;
        }

        p:last-of-type {
            font-size: 13px;
            font-weight: normal;
            padding-top: 5px;
            margin-top: 3px;

            @media screen and (max-width: 1460px) {font-size: 11px;}
        }
	}

    li:hover a {opacity: .8; color: #b79967;}
    li:hover p:last-of-type {opacity: .8;text-decoration: underline; color: #b79967;transition: 0.3s ease-in-out;}
}

/* /all-nav */

#under .layout1 .tit h2 {
	font-size: 2.1rem;
	float: none;
	padding: 35px 0 0;
	height: 65px;
	text-align: center;
	border-right: none !important
}

#under .u-box {
	width: 100%;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	background: #000;
	margin-top: 50px;
	overflow: hidden
}

/* /all-under */

.mainstage {

    .top_header_cover {
        width: 100%;
        height: 90vh;
        position: relative;

        @media screen and (max-width: 1860px) {height: 42vw;}
        @media screen and (max-width: 1680px) {height: 44vw;}
        @media screen and (max-width: 1200px) {height: 46vw;}
        @media screen and (max-width: 1000px) {height: auto;margin-top: 80px;}

        img {
            width: 100vw;
            z-index: -1;
            position: fixed;
            top: 120px;

            @media screen and (max-width: 1000px) {
                position: relative;
                top: 0;
            }    
        }
    }

    .txtbox {
        position: absolute;
        z-index: 5;
        top: 25%;
        left: 1%;

        @media screen and (max-width: 1000px) {
            position: relative;
            top: 53%;
        }

        .titletxt {
            font-family: "Noto Serif JP", serif;
            font-size: 180px;
            font-weight: 600;

            @media screen and (max-width: 1000px) {font-size: 15vw;}
        }

        .mess1 {
            font-family: "Noto Serif JP", serif;
            margin-top: 20px;
            font-size: 26px;
            font-weight: bold;
            line-height: 1.6;

            @media screen and (max-width: 1000px) {
                margin-top: 2vw;
                font-size: 3vw;
            }
        }

        .mess2 {
            font-family: "Noto Serif JP", serif;
            margin-top: 20px;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;

            @media screen and (max-width: 1000px) {
                margin-top: 2vw;
                font-size: 2.4vw;
            }
        }
    }
}

.txtgrad01 {
    background: #FFE27C;
    background: linear-gradient(180deg, rgba(255, 226, 124, 1) 0%, rgba(255, 244, 191, 1) 50%, rgba(255, 226, 124, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.txtgrad02 {
    background: #FFE27C;
    background: linear-gradient(90deg, rgba(255, 226, 124, 1) 0%, rgba(255, 244, 191, 1) 50%, rgba(255, 226, 124, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.txtgrad03 {
    background: #946052;
    background: linear-gradient(90deg, rgba(148, 96, 82, 1) 0%, rgba(244, 215, 175, 1) 50%, rgba(148, 96, 82, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.txtgrad04 {
    background: #946052;
    background: linear-gradient(180deg, rgba(148, 96, 82, 1) 0%, rgba(244, 215, 175, 1) 50%, rgba(148, 96, 82, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.slider-all-back {
    margin-left: 25%;

    @media screen and (max-width: 1000px) {
        margin-left: 0;
        height: 77vw;
        overflow: hidden;
    }
}

/*-- all-back --*/

#all-back {
	position: fixed;
	top: 4vw;
	left: 0;
	right: 0;

    @media screen and (max-width: 1000px) {top: 10vw;}

    div {
        display: block;
        width: 100%;
        height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        @media screen and (max-width: 1000px) {height: 75vw!important;}
    }
}

.mainstage.under #all-back {
	position: fixed;
	top: 6vw;
	left: 0;
	right: 0;

    @media screen and (max-width: 1000px) {top: 10vw;height:50vh;}

    .div {
        display: block;
        width: 100%;
        height: 43vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        @media screen and (max-width: 1000px) {height: 47vw!important;}
    }

    picture {
        padding-top: 50px;

        img {width: 100vw;}
    }
    
}

.mainstage.under {
	background-image: none;
	background-size: cover;
	height: 26vw;

    @media screen and (max-width: 1000px) {height: 50vw;}
    @media screen and (max-width: 414px) {height: 50vw;}

    .txtbox {
        position: absolute;
        z-index: 10;
        top: 26%;
        left: 10%;
        text-align: center;

        @media screen and (max-width: 414px) {
            top: 65px;
            left: 30px;
        }

        .bdr {
            border-bottom: 4px solid #000;
            width: 24%;
            margin: auto;

            @media screen and (max-width: 1000px) {border-bottom: 0.4vw solid #000;}
        }

        .titletxt {
            font-family: "Noto Serif JP", serif;
            font-size: 140px;
            font-weight: 600;
            margin: 40px auto;

            @media screen and (max-width: 1000px) {
                font-size: 14vw;
                margin: 3vw auto;
            }

            @media screen and (max-width: 460px) {margin: 2vw auto;}
        }

        .subt {
            font-size: 34px;
            font-weight: bold;
            line-height: 1.6;

            @media screen and (max-width: 1000px) {font-size: 3.4vw;}
        }
    }
}

.slick-vertical .slick-slide {border: none!important;}

/*-- /all-back --*/

/*-- /all --*/

/*-- header --*/
header {
    z-index: 50;
    position: relative;
}

/* snsbtn */

a.linelink {
    opacity: 1;

    @media screen and (max-width: 1000px) {display:none;}
}

a.linelink:hover {opacity: 1;}

header .snsbtn {
    z-index: 55;
    position: fixed;
    background-image: linear-gradient(0deg, #886142, #fad3b4 50%, #886142);
    top: 0;
    right: 0;
    padding: 2% 1%;
    box-sizing: border-box;

    i {
        width: 100%;
        text-align: center;

        img {
            width: 40px;

            @media screen and (max-width: 1400px) {width: 30px;}
            @media screen and (max-width: 1200px) {width: 20px;}
        }
    }

    p {
        font-family: "Noto Serif JP", serif;
        color: #000;
        font-size: 22px;
        height: auto;

        @media screen and (max-width: 1400px) {font-size: 20px;}
        @media screen and (max-width: 1200px) {font-size: 16px;}
    }
}

header .snsbtn:hover {
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transform: translateY(-10px);
}

/* /snsbtn */

/* snsbtn0 */

.snsbtn0 {
    background: linear-gradient(90deg, rgba(148, 96, 82, 1) 0%, rgba(244, 215, 175, 1) 50%, rgba(148, 96, 82, 1) 100%);
    width: 58%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 40px;
    margin: auto;

    @media screen and (max-width: 800px) {
        width: 58%;
        margin: 0;
    }

    @media screen and (max-width: 414px) {
        width: 72%;
        padding: 10px;
    }

    i {
        width: 26%;
        text-align: center;

        img {
            width: 3vw;

            @media screen and (max-width: 414px) { width: 20px;}
        }
    }

    p {
        color: #000;
        font-size: 2.2vw;
        height: auto;
        letter-spacing: 0;

        @media screen and (max-width: 414px) {
            font-size: 13px;
        }
    }
}

/* /snsbtn0 */

header .h-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    background: #000;
    width: 100%;
    height: 120px;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #886142, #fad3b4 50%, #886142);
    box-sizing: border-box;
    border-image-slice: 1;
    padding-left: 1%;
    padding-right: 5%;

    @media screen and (max-width: 1000px) {
        height: auto;
        min-height: 80px;
        padding-bottom: 1%;
    }

    @media screen and (max-width: 414px) {
        padding-right: 0;
    }

    .box {overflow: hidden;justify-content: flex-start;}

    .info {
        box-sizing: border-box;
        text-align: center;
        margin-left: 3%;

        .tel {
            font-family: "Noto Serif JP", serif;
            font-style:italic;
            
            a {color:#fcdfb5;}

            span {
                font-family: "times-new-roman", sans-serif;
                font-size: 2vw;
                margin-left: 5px;
                letter-spacing: 0;

                @media screen and (max-width: 1000px) {font-size: 3vw;}
                @media screen and (max-width: 414px) {font-size: 16px;}

            }
        }

        img {
            width: 20px;

            @media screen and (max-width: 1000px) {width: 14px;}
        }

        .open {
            font-size: 15px;
            margin-top: 6px;
            color:#fcdfb5;

            @media screen and (max-width: 1200px) {font-size: 13px;}
            @media screen and (max-width: 1000px) {font-size: 1.8vw;}
            @media screen and (max-width: 414px) {font-size: 2.2vw;}

            span {
                font-size: 10px;
                margin-right: 3px;

                @media screen and (max-width: 1000px) {font-size: 1.8vw;}
            }
        }
    }
}

header #logo {
    width: 38%;

    @media screen and (max-width: 1000px) {width: 40%;}

    h1 {
        img {
            width: 100%;
            max-width: 230px;
        }
    }
}

header .h-left {
    width: 30%;

    @media screen and (max-width: 1000px) {width: 51%}
    @media screen and (max-width: 414px) {width: 60%}
}

header .h-right {
    width: 69%;

    @media screen and (max-width: 1200px) {width: 70%;}

    @media screen and (max-width: 1000px) {
        width: 40%;
        margin-right: 6%;
    }

    @media screen and (max-width: 414px) {
        width: 28%;
    }
}

.h-right .linelink {
    display: none;

    @media screen and (max-width: 1000px) {display: block; }
}

.h-right nav {
    display: block;

    @media screen and (max-width: 1000px) {display: none; }
}

/*-- /header --*/

/***** more btn *****/

.more {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
	
	.more_btn00 {
        display: block;
        color: #000;
        padding: 34px 0px;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        font-size: 32px;
        background: linear-gradient(90deg, rgba(148, 96, 82, 1) 0%, rgba(244, 215, 175, 1) 50%, rgba(148, 96, 82, 1) 100%);
        border-radius: 70px;

        @media screen and (max-width: 1000px) { 
            font-size: 22px;
            padding: 3% 2% 4%;
        }
        
	}

	.more_btn00:hover {
		transition: all 0.5s;
		opacity: 0.6;
	}
}

/***** /more btn *****/

/* snsbtn0 */

.hamburer-main .snsbtn0 {
    background: linear-gradient(90deg, rgba(148, 96, 82, 1) 0%, rgba(244, 215, 175, 1) 50%, rgba(148, 96, 82, 1) 100%);
    width: 58%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 40px;
    margin: auto;

    @media screen and (max-width: 800px) {
        width: 58%;
        margin: 0;
    }

    @media screen and (max-width: 414px) {
        width: 72%;
        padding: 3px;;
    }

    i {
        width: 15%;
        text-align: center;

        img {
            width: 3vw;

            @media screen and (max-width: 414px) {width: 20px;}
        }
    }

    p {
        color: #000;
        /*font-size: 22px;*/
        font-size: 2.2vw;
        height: auto;
        letter-spacing: 0;
        width: 80%;

        @media screen and (max-width: 414px) {
            font-size: 13px;
            width: 100%;
            padding: 10px;
        }
    }
}

/* /snsbtn0 */

.hamburer-main .h-box {
    background: none;
    position: static;

    .box {overflow: hidden;}

    .info {
        box-sizing: border-box;
        text-align: center;
        margin-left: 3%;

        .tel {
            font-family: "Noto Serif JP", serif;

            img {

                @media screen and (max-width: 414px) {width: 14px;}
            }

            span {
                font-size: 1.8vw;
                margin-left: 5px;
                letter-spacing: 0;

                @media screen and (max-width: 1000px) {font-size: 3vw;}
                @media screen and (max-width: 414px) {font-size: 16px;}
            }
        }

        .open {
            font-size: 15px;
            margin-top: 6px;

            @media screen and (max-width: 1200px) {font-size: 13px;}

            @media screen and (max-width: 1000px) {font-size: 1.8vw;}

            span {
                font-size: 10px;
                margin-right: 3px;

                @media screen and (max-width: 1000px) {font-size: 1.8vw;}
            }
        }
    }
}

.hamburer-main #logo {
    width: 38%;

    @media screen and (max-width: 1000px) {width: 40%;}

    h1 {

        img {
            width: 100%;
            max-width: 230px;
        }
    }
}

.hamburer-main .h-left {
    width: 30%;

    @media screen and (max-width: 1000px) {width: 51%}
    @media screen and (max-width: 414px) {width: 60%}
}

.hamburer-main .h-right {
    width: 69%;

    @media screen and (max-width: 1200px) {width: 70%;}

    @media screen and (max-width: 1000px) {
        width: 40%;
        margin-right: 6%;
    }

    @media screen and (max-width: 414px) {
        width: 28%;
    }
}

.global-menu {
    margin-top: 8%;

    ul li {
        width: calc(100% / 2);
        border-bottom: 1px solid;
        box-sizing: border-box;

        a {
            display: block;
            padding: 5% 0;
            box-sizing: border-box;
        }

        p:first-of-type {
            font-size: 3.4vw;
        }

        p:last-of-type {
            font-size: 2vw;
            margin-top: 6px;
        }
    }

    ul li:nth-of-type(even) {border-left: 0.5px solid;}
    ul li:nth-of-type(odd) {border-right: 0.5px solid;}
}

/*-- maintitle --*/

.mtitle {
    position: relative;
    max-width: 1200px;
    margin: auto;

    @media screen and (max-width: 1000px) { margin: 8% auto;}

    i {
        position: absolute;
        top: -121px;

        @media screen and (max-width: 1000px) {top: -12vw;}

        img {
            width: 50px;
                @media screen and (max-width: 1000px) {width: 5vw;}
        }
    }

    .bgtxt {     
        font-family: "bodoni-moda-variable", sans-serif;
        font-variation-settings: "opsz" 11, "wght" 400;
        color: #24201f;
        font-size: 200px;
        text-align: center;
        position: absolute;
        top: -26%;
        left: 0;
        letter-spacing: 30px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;

        @media screen and (max-width: 1000px) {font-size: 18vw;}
        
    }

    h3 {
        font-size: 55px;
        color: #fff;
        z-index: 5;
        text-align: center;
        margin-top: 1%;

        @media screen and (max-width: 1000px) {font-size: 5.4vw;}

        span {
            font-size: 74px;

            @media screen and (max-width: 1000px) {font-size: 7.4vw;}  
        }
    }

    p {text-align: center;}

    .et {
        font-family: "times-new-roman", sans-serif;
        font-size: 26px;
        color: rgba(232, 225, 219, 70.8);
        z-index: 3;
        width: 100%;

        @media screen and (max-width: 1000px) {font-size: 3vw;}
    }
}

.under .mtitle {
    margin: 2% auto 0;
    padding: 5% 0;
    box-sizing: border-box;

    @media screen and (max-width: 1000px) {
        margin: 0 auto ;
        padding: 10% 0;
    }

    i {
        position: absolute;
        top: -100px;

        @media screen and (max-width: 2000px) {top: -7vw;}
        @media screen and (max-width: 1000px) {top: -8vw;}
        
        img {
            width: 50px;

            @media screen and (max-width: 2000px) {width: 3vw;}
            @media screen and (max-width: 1000px) {width: 5vw;}
        }
    }

    .bgtxt {
        position: absolute;
        top: 25%;
        left: 0;
        font-size: 180px;
        letter-spacing: 25px;

        @media screen and (max-width: 2000px) {font-size: 9vw;}
        @media screen and (max-width: 1000px) {font-size: 18vw;letter-spacing: 2.5vw;}
    }

    h3 {
        font-size: 60px;

        @media screen and (max-width: 1000px) {
            font-size: 7.2vw;
        }

        span {
            font-size: 70px;

            @media screen and (max-width: 1000px) {
                font-size: 7.2vw;
            }

        }
    }

    p {text-align: center;}

    .et {
        font-size: 26px;
        
        @media screen and (max-width: 1000px) {font-size: 2.6vw;}
    }
}

.cbgtxt {
    font-family: "bodoni-moda-variable", sans-serif;
    color: #24201f;
    position: relative;
    left: 50px;
    letter-spacing: 20px;
    z-index: -1;

    @media screen and (max-width: 1000px){ margin-top: 8%;}  

    .stxt {
        font-size: 32px;
        letter-spacing: 8px;

        @media screen and (max-width: 2000px){ font-size: 2vw;}
        @media screen and (max-width: 1000px){ font-size: 4vw;}
    }

    .btxt {
        font-size: 150px;
        letter-spacing: 20px;
        position: relative;
    }

    .type01 { font-size: 90px;}

    .type02 {        
        font-size: 90px;
        letter-spacing: 10px;
    }
}

/*-- /maintitle --*/

/****-- contents01 --****/

#contents1 {
    width: 90%;
    max-width: 1630px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 8% 0;

    @media screen and (max-width: 1000px) {padding: 0 0 5vw;}

    .box01,.box02 {
        width:100%;
        margin: 5% auto;
        position: relative;
        justify-content: space-between;

        .point {
            width: calc(96% / 2);
            font-size: 16px;
            line-height: 1.5;
            color: #fff;

            @media screen and (max-width: 1000px) {font-size: 3vw; width:100%;}

            .pttl {
                align-items: baseline;
                justify-content: flex-start;

                i {
                    img {
                        width: 100%;max-width:205px;

                        @media screen and (max-width: 2000px) { width:11.2vw;}
                        @media screen and (max-width: 1000px) { width:20.5vw;}
                    }
                }

                p {
                    font-size: 24px;

                    @media screen and (max-width: 1000px){ font-size: 2.4vw;}
                }
            }

            h4 {
                font-size: 48px;
                line-height: 1.1;

                @media screen and (max-width: 1000px){ font-size: 4.4vw;}

                span {}

                .t-type01 {
                    font-size: 86px;

                    @media screen and (max-width: 2000px) { font-size: 5.8vw;}
                    @media screen and (max-width: 1000px) { font-size: 8.6vw;}
                }

                .t-type02 {
                    font-size: 50px;

                    @media screen and (max-width: 2000px) { font-size: 7vw;}
                    @media screen and (max-width: 1000px) { font-size: 10vw;}
                }

                .t-type03 {
                    font-size: 50px;

                    @media screen and (max-width: 2000px) { font-size: 3vw;}
                    @media screen and (max-width: 1000px) { font-size: 5vw;}
                }

                .t-type04 {
                    font-size: 86px;

                    @media screen and (max-width: 2000px) { font-size: 4.8vw;}
                    @media screen and (max-width: 1000px) { font-size: 8.6vw;}
                }

            }
            
            .txt {
                font-size: 20px;
                line-height: 1.8;
                position: relative;
                top: -70px;

                @media screen and (max-width: 1000px) { font-size: 3vw;}

                span {
                    font-size: 28px;
                    @media screen and (max-width: 1000px) { font-size: 4vw;}
                }

                .pu {
                    font-size: 30px;
                    font-weight: bold;

                    @media screen and (max-width: 1000px) { font-size: 4vw;}
                }

                .emphasis {
                    font-size: 29px;
                    font-weight: bold;

                    @media screen and (max-width: 1000px) { font-size: 4.4vw;}
                }
            }
            
            .ptbg01 {
                img {width: 100%;max-width:766px;}
            }        
        }
    }

    .box01 {

        .point {

            .pttl {justify-content: flex-start;}
            
            h4 {
                margin: 4% 0 8% 8%;
                width: 100%;
                @media screen and (max-width: 1000px) { margin: 4% 0 8% 0;}
                
            }

            .space {height: 20vh; }

            .ptbg01 {
                margin-left: 8%;

                @media screen and (max-width: 1000px) { margin-left: 0;text-align: center;}
            }
        }
    }

    .box02 {

        .point {

            .pttl {
                justify-content: flex-end;
                /*margin-right: 8%;*/

                @media screen and (max-width: 1000px) { margin-right: 0;}
            }

            h4 {
                margin: 4% 8% 8% 0;
                text-align: right;
                width: 100%;

                @media screen and (max-width: 1000px) { margin: 4% 0 8% 0;}
            }

            .space {height: 20vh; }

            .txt {
                margin-left: 8%;

                @media screen and (max-width: 1000px) { 
                margin-left: 0;
                }

            }
            
            .ptbg01 {
                margin-right: 8%;

                @media screen and (max-width: 1000px) { margin-right: 0;text-align: center;}
            }

            .ptbg02 {
                margin-right: 0;

                .picbox1 { 
                    justify-content: space-between;
                    figure {
                    width: calc(98% / 2);
                        img {width: 100%;}
                    }
                }

                .picbox2 { 
                    justify-content: space-between;
                    figure {
                    margin-top: 2%;    
                    width: calc(97% / 3);
                        img {width: 100%;}
                    }
                }
            }
        }
    }

    @media screen and (max-width: 1000px) {
        .box02 .point:nth-of-type(odd)  {order:1 ;}
    }

    .stxt {font-family: "bodoni-moda-variable", sans-serif;}

    #point01 {

        .cbgtxt {
            left: 0;

            .stxt {font-family: "bodoni-moda-variable", sans-serif;}

            .btxt {
                font-family: "bodoni-moda-variable", sans-serif;
                font-size: 150px;
                letter-spacing: 20px;
                bottom: 34px;

                @media screen and (max-width: 2000px){ font-size: 10vw;}
                @media screen and (max-width: 1000px){ font-size: 15vw;bottom: 3.4vw;}
            }
        }

        .txt {
            top: -100px;

            @media screen and (max-width: 1000px) { top: -12vw;}
        } 
    }

    #point02 {

        .cbgtxt {
            left: 50px;

            @media screen and (max-width: 1000px) { 
                left:0;
            }
            
            .stxt {font-family: "bodoni-moda-variable", sans-serif;}

            .btxt {]
                font-family: "bodoni-moda-variable", sans-serif;
                font-size: 90px;
                letter-spacing: 16px;
                bottom: 15px;

                @media screen and (max-width: 2000px){ font-size: 5vw;}
                @media screen and (max-width: 1000px){ font-size: 9vw;bottom: 1.5vw;}
            }
        }

        .txt {
            top: -50px;

            @media screen and (max-width: 1000px) { top: -7vw;}
        } 
    }

    #point03 {

        .cbgtxt {
            left: 0;

            .stxt {font-family: "bodoni-moda-variable", sans-serif;}

            .btxt {]
                font-family: "bodoni-moda-variable", sans-serif;
                font-size: 120px;
                letter-spacing: 16px;
                bottom: 15px;

                @media screen and (max-width: 2000px){ font-size: 8vw;}
                @media screen and (max-width: 1000px){ font-size: 12vw;bottom: 3.4vw;}
            }
        }

        .txt {
            top: -50px;
        
            @media screen and (max-width: 1000px) { top: -10vw;}
        } 
    }

    #point04 {

        .cbgtxt {
            left: 50px;

            @media screen and (max-width: 1000px) { left:0;}

            .stxt {font-family: "bodoni-moda-variable", sans-serif;}

            .btxt {
                font-family: "bodoni-moda-variable", sans-serif;
                font-size: 120px;
                letter-spacing: 18px;
                bottom: 15px;

                @media screen and (max-width: 2000px){ font-size: 7vw;}
                @media screen and (max-width: 1000px){ font-size: 12vw;bottom: 3.4vw;}
            }
        }

        .txt {
            top: -70px;

            @media screen and (max-width: 1000px) { top: -10vw;}
        } 
    }

    #point05 {

        .cbgtxt {
            left: 0;

            .stxt {font-family: "bodoni-moda-variable", sans-serif;}

            .btxt {
                font-family: "bodoni-moda-variable", sans-serif;
                font-size: 150px;
                letter-spacing: 20px;
                bottom: 50px;

                @media screen and (max-width: 2000px){ font-size: 10vw;}
                @media screen and (max-width: 1000px){ font-size: 15vw;bottom: 3.4vw;}
            }
        }

        .txt {
            top: -120px;

            @media screen and (max-width: 1000px) { top: -11vw;}
        } 
    }

    #point06 {

        .cbgtxt {
            left: 50px;

            @media screen and (max-width: 1000px) { 
                left:0;
            }

            .stxt {font-family: "bodoni-moda-variable", sans-serif;}

            .btxt {
                font-family: "bodoni-moda-variable", sans-serif;
                font-size: 120px;
                letter-spacing: 20px;
                bottom: 30px;

                @media screen and (max-width: 2000px){ font-size: 7vw;}
                @media screen and (max-width: 1000px){ font-size: 12vw;bottom: 3.4vw;}
            }
        }

        .txt {
            top: -90px;

            @media screen and (max-width: 1000px) { top: -10vw;}
        } 
    }
}

/* /#contents1 */

/* #contents2 */

#contents2 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 5% 0;

    @media screen and (max-width: 1000px) {padding: 0 0 5vw;}

    .more {
        margin: 0;
        margin: 4% 0 0;
        max-width: 600px;

        @media screen and (max-width: 1000px) {margin: 4% auto;}
    }

    .bg {
        width: 100%;
        background: url(../images/cont02-bg.jpg) center top no-repeat;
        height: 926px;
        padding: 5% 8%;
        box-sizing: border-box;

        @media screen and (max-width: 1000px) {
            background: url(../images/sp_cont02-bg.jpg) center top no-repeat;
            height: auto;
            background-size: cover;
            padding: 42vh 2% 8%;
        }

        .box {
            width: 100%;
            max-width: 1630px;
            justify-content: flex-start;

            .title {

                h3 {
                    font-size: 60px;
                    color: #000;
                    z-index: 5;
                    text-align: left;
                    margin-top: 1%;
                    position: relative;

                    @media screen and (max-width: 1000px) {font-size: 5vw;}

                    span {
                        font-size: 72px;

                        @media screen and (max-width: 1000px) { font-size: 7.2vw;}
                    }

                    .grad {
                        font-size: 60px;
                        color: transparent;
                        z-index: 5;
                        text-align: left;
                        position: absolute;
                        top: 0;
                        left: 0;
                        text-shadow: 0px 3px 10px #fff, 0px -4px 4px #fff;
                        z-index: -1;

                        @media screen and (max-width: 1000px) {font-size: 5vw;}

                        span {
                            font-size: 72px;

                            @media screen and (max-width: 1000px) { font-size: 7.2vw;}
                        }
                    }
                }

                h3:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    text-shadow: 0 0 6px #fff;
                }

                p {text-align: left;}

                .et {
                    font-size: 24px;
                    color:#000;
                    margin-left: 16px;

                    @media screen and (max-width: 1000px) {font-size: 3vw;}
                }
            }

            .txt {
                font-size: 26px;
                line-height: 1.8;
                margin-top: 4%;

                @media screen and (max-width: 1000px) {font-size: 2.6vw;width:100%;}

                span {
                    font-size: 28px;

                    @media screen and (max-width: 1000px) {font-size: 2.8vw;}
                }
            }     
        }
    }
}

/* /#contents2 */

/* #contents3 */

#contents3 {
    position: relative;
    padding: 80px 2% 120px;
    box-sizing: border-box;

    @media screen and (max-width: 1000px) {padding: 5% 2% ;}

    .mtitle {

        i {

            @media screen and (max-width: 1000px) {
                top: -8vw;
                right: 2vw;
            }

            img {
                width: 50px;

                @media screen and (max-width: 1000px) {width: 5vw;}
            }
        }

        .bgtxt {

            @media screen and (max-width: 1000px) {font-size: 13vw;top:2vw;}
        }
    }

    .box {
        justify-content: space-between;
        max-width: 1100px;
        margin: 8% auto;

        @media screen and (max-width: 1000px) {
            justify-content: center;
            margin: 20% auto 0;
            /*
            overflow-x: scroll;
            display: -webkit-box;
            flex-wrap: nowrap;*/
        }
    }

    .mesbox {
        color: #fff;
        width: calc(96% / 2);
        z-index: 10;
        box-sizing: border-box;
        margin: 0 0.5vw;
        max-width: 450px;

        @media screen and (max-width: 1000px) {width: 100%;}

        .castno {
            position: relative;
            color: #fff;
            font-size: 18px;
            text-align: right;
            padding-bottom: 6px;

            @media screen and (max-width: 1000px) {
                right: -42%;
                font-size: 14px;
            }
            
            i {
                position: absolute;
                right: 20px;
                top: -8px;

                @media screen and (max-width: 1000px) {
                    right: 28px;
                    top: -8px;
                }

                img {
                    width: 20px;

                    @media screen and (max-width: 1000px) {width: 15px;}
                }
            }

            span {
                font-size: 30px;
                margin-left: 5px;

                @media screen and (max-width: 1000px) {
                    font-size: 20px;
                    margin-left: 5px;
                }
            }
        }

        .castno::after {
            content: "";
            position: absolute;
            top: -30px;
            right: -30px;
            border-radius: 150px;
            border: 1px solid #fff;
            width: 150px;
            height: 150px;
            z-index: -1;

            @media screen and (max-width: 1000px) {
                width: 105px;
                height: 105px;
                top: -24px;
                right: -24px;
            }
        }

        .name {
            font-size: 24px;
            text-align: center;
            border-bottom: 1px solid #fff;
            margin: 5% auto;
            padding-bottom: 5px;
            width: 100%;

            @media screen and (max-width: 1000px) {font-size: 20px}
            
            i { 
                img {width: 100%;max-width: 24px;}
            }

            span {
                font-size: 30px;
                font-weight: bold;

                @media screen and (max-width: 1000px) {font-size: 24px}
            }
        }

        @media screen and (max-width: 1000px) {
            width: 80%;
            margin: 0 auto 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        figure {

            img {width: 100%;max-width: 450px;}
        }

        p {
            font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'YuGothic', 'Yu Gothic', 'Meiryo', 'メイリオ', sans-serif;
            font-size: 20px;
            line-height: 1.8;

            @media screen and (max-width: 1000px) {font-size: 3vw;}
        }
    }
}

/* /#contents3  */

/* #contents4 */

#contents4 {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 5% 0;

    @media screen and (max-width: 1000px) {padding: 0 0 5vw;}

    .more {
        margin: 0;
        margin: 4% 0 0;
        max-width: 600px;
    }

    .bg {
        width: 100%;
        background: url(../images/cont04-bg.jpg) center top no-repeat;
        height: 926px;
        padding: 5% 2%;
        box-sizing: border-box;

        @media screen and (max-width: 1000px) {
            background: url(../images/sp_cont04-bg.jpg) center top no-repeat;
            height: auto;
            background-size: cover;
            padding: 38vh 2% 8%;
        }

        .box {
            width: 100%;
            justify-content: flex-end;

            .title {
                width: 51.01%;

                @media screen and (max-width: 1000px) {width: 100%;}

                h3 {
                    font-size: 60px;
                    color: #000;
                    z-index: 5;
                    text-align:center;
                    margin-top: 1%;
                    position: relative;

                    @media screen and (max-width: 1000px) {font-size: 5vw;}

                    span {font-size: 72px;}
                }

                p {text-align: center;}

                .et {
                    font-size: 24px;
                    color:#000;

                    @media screen and (max-width: 1000px) {font-size: 3vw;}
                }
            }

            .txt {
                width: 49%;
                font-size: 26px;
                line-height: 1.8;
                margin-top: 4%;
                text-align: center;

                @media screen and (max-width: 1000px) {
                    width: 100%;
                    font-size: 3vw;
                }

                span {font-size: 28px;}
            }     
        }
    }
}
    
/* /#contents4  */

/* top-slider */

#top-slider {
    z-index: 20;
    position: relative;

    .top_slide figure.space {
        padding: 0 15px;

        @media screen and (max-width: 1000px) {
            padding: 0 5%;
            text-align: center;
            margin: auto;
        }
    }

    .top_slide figure img {width: 100%;}

    .top_slide .slick-dots {
        text-align: center;
        position: absolute;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        padding-left: 0;

        li {
            width: 35px;
            margin: 2.7vw 5px 0;

            @media screen and (max-width: 1680px) {margin: 2vw 5px 0;}
            @media screen and (max-width: 1500px) {margin: 2.5vw 5px 0;}
            @media screen and (max-width: 1300px) {margin: 2.3vw 5px 0;}

            button:before {
                font-size: 25px;
            
                @media screen and (max-width: 1680px) {font-size: 20px;}
            }
        }
    }

    .btn_prev, .btn_next {
        position: absolute;
        top: 0;
        width: 25%;
        height: 100%;
        padding: 1px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .btn_prev {left: 0;}
    .btn_next {right: 0;}
}

/* /top-slider */

/****-- faq.html --****/

#faq {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
	position: relative;

	@media screen and (max-width: 640px){ margin: 0 auto 8%;}
}

/* faq .cont */

#faq .cont {
    position: relative;
    padding: 80px 0;

	@media screen and (max-width: 640px){padding: 40px 0;}

    .box {
        width: 100%;
        padding: 0 1%;
        box-sizing: border-box;
        max-width: 1400px;
        margin: auto;
    }

    .qa-tab {
        position: relative;
        overflow: hidden;
        margin: 50px auto 0;
        width: 100%;
        z-index: 5; 
        box-sizing: border-box;

        @media screen and (max-width: 1000px){
            margin: 3% auto 0;
            padding: 1% 0;
        }

        span {
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
            background: #525252;
            text-align: center;
            color: #fff;
            font-size: 24px;
            width: 30px;
            height: 30px;
            padding: 0px 2px 4px 2px;

            @media screen and (max-width: 1000px){
                margin-right: 1%;
                margin-bottom: 1%;
                font-size: 3vw;
                width: 4vw;
                height: 4vw;
                padding: 0.3vw;
                vertical-align: top;
            }
        }

        input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

        label {
            line-height: 1.2;
            position: relative;
            display: block;
            cursor: pointer;
            padding: 0 0 6px 0;
            border-bottom: 1px solid #fff;

            @media screen and (max-width: 1000px){padding: 0;}
        }

        .que {
            width: 87%;
            display: inline-block;
            font-size: 24px;
            color: #fff;

            @media screen and (max-width: 1000px){
                font-size: 20px;
                line-height: 1.5;
            }

            @media screen and (max-width: 640px){font-size: 16px;}
            @media screen and (max-width: 414px){font-size: 13px;}
        }

        .qa-info {
            overflow: hidden;
            max-height: 0;
            -webkit-transition: max-height 0.35s;
            transition: max-height 0.35s;
            color: #d8d8d8;

            .inner {
                color: #fff;
                padding: 1% 0;
            }

            p {
                color: #fff;
                width: 96.7%;
                font-size: 22px;
                line-height: 1.8;

                @media screen and (max-width: 1350px){
                    margin: 1% 0vw 0px 1%;
                    width: 92.7%;
                    font-size: 20px;
                }

                @media screen and (max-width: 1000px){font-size: 2.8vw;}
            }

            span {
                margin-right: 10px;
                display: inline-block;
                vertical-align: middle;
                background: #fff;
                text-align: center;
                color: #000;
                font-size: 24px;
                width: 30px;
                height: 30px;
                padding: 0px 2px 4px 2px;
                line-height: 1.3;

                @media screen and (max-width: 1000px){
                    margin-right: 1vw;
                    font-size: 3vw;
                    width: 4vw;
                    height: 4vw;
                    padding: 0.3vw;
                    vertical-align: top;
                }
            }

            .link-box {margin: 20px 0 50px;}
        }
    }

    /* :checked */
    .qa-tab input:checked ~ .qa-info {max-height: 40em;}

    /* Icon */
    .qa-tab label::after {

        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 0.34em 0.32em;
        border-top-color: currentColor;
        border-bottom: 0;
        position: absolute;
        top: 0;
        right: 14px;
/*

        line-height: 3;
        position: absolute;
        top: -25px;
        right: -38px;
        display: block;
        width: 3em;
        height: 3em;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        text-align: center;*/
    }

    .qa-tab input[type=checkbox] + label::after {
        content: '';
        color: #fff;
        font-family: fangsong;
        font-size: 30px;

        @media screen and (max-width: 1000px){
            font-size: 20px;
            top: 0;
            right: 0;
        }
    }

    .qa-tab input[type=checkbox]:checked + label::after {transform: rotate(180deg);}
}

/* /faq .cont1 */

/****-- /faq.html --****/

/****-- contact.html --****/

#contact {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
	position: relative;
}

/* contact .cont1 */

#contact .cont1 {
    position: relative;

	@media screen and (max-width: 1000px){padding: 8vw 0;}

    .title {
        font-family: "Noto Serif JP", serif;
        width: 100%;
        box-sizing: border-box;

        h3 {
            position: relative;
            font-size: 32px;
            font-weight: bold;
            z-index: 5;
            text-align: center;
            color: #685141;
            margin-top: 10px;

            @media screen and (max-width: 1000px){font-size: 3.2vw;}
        }

        .subt {
            font-family: "Noto Serif JP", serif;
            font-size: 100px;
            color: #685141;
            font-weight: bold;
            z-index: 3;
            text-align: center;
            width: 100%;

            @media screen and (max-width: 1000px){font-size: 10vw;}
        }
    }
}

/* /contact .cont1 */

/****-- apply.html --****/

#apply {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
	position: relative;
}

/* apply .cont1 */

#apply .cont1 {
    position: relative;

	@media screen and (max-width: 1000px){padding: 8vw 0;}

}

/* /apply .cont1 */

/****-- /apply.html --****/

.ttl-box {
    background: url(../images/top-ttl-bg.jpg) center top no-repeat;
    min-height: 160px;
    box-sizing: border-box;
    padding: 15px;
}

body.under .ttl-box h3 {padding: 0 50px;}

/***** form-all *****/

.formnote {
    text-align: center;
    padding: 50px 0 0;
    font-size: 16px;
    line-height: 32px;
}

.bg-set {
    border-radius: 0 16px 16px 0;
    box-sizing: border-box
}

.cont_form {
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;

    .bana {
        text-align: center;
        margin-top: 5%;

        img {width: 100%; max-width: 600px;}
    }
    
    .att {
        text-align: center;
        font-size: 18px;
        color:#fff ;
        margin-top: 50px;
        line-height: 1.8;
    }

    .two {width: 50%;}
}

.entry-form {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
    
    dl {
        padding: 5px;
        box-sizing: border-box;
        margin: 15px 0;

        dt {
            border: 0px;
            text-align: left;
            color: #fff;
            font-size: 24px;
            width: 100%;
            padding-right: 5px;
            box-sizing: border-box;
            border-radius: 10px 0 0 10px;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            line-height: 1.8;

            @media screen and (max-width: 800px){font-size: 18px;}

            .nte {color: #fff;font-size: 14px;}

            span {
                font-weight: normal;
                padding: 0px;
                font-size: 13px;
                margin-left: 15px;
                color: #d34343;
            }
        }

        dt:before {content: none;}	

        dd {
            width: 100%;
            line-height: 1.8;
        }
    }

    dl:last-of-type dt {height: auto;}
	
    label {display: block;}

    label > span {
        width: 100px;
        font-weight: bold;
        float: left;
        padding-top: 8px;
        padding-right: 5px
    }

    span.required {color: red}

    input.input-field {width: 100%;}

    input.input-field, 
    .textarea-field, 
    .select-field {
        box-sizing: border-box;
        padding: 15px 15px;
        outline: none;
        line-height: 1.6;
        appearance: none;
        font-size: 18px;
        border: 1px solid #565656;
    }

    .input-field:focus, 
    .textarea-field:focus,  
    .select-field:focus {
        border: 5px solid #774491
    }
    
    .select-field {
        width: 35%;	
        height: 45px;
        font-size: 17px
    }
        
    .textarea-field {
        height:400px;
        width: 100%
    }

    .f-submit {
        width: 96%;
        max-width: 680px;
        margin: 20px auto;

        label {margin: 0;}
    }

    input[type="submit"],
    input[type="button"] {
        font-family: "Noto Serif JP", serif;
        background: linear-gradient(90deg, rgba(148, 96, 82, 1) 0%, rgba(244, 215, 175, 1) 50%, rgba(148, 96, 82, 1) 100%);
        padding: 8px 15px;
        width: 100%;
        appearance: none;
        border: none;
        box-sizing: border-box;
        height: 80px;
        font-weight: bold;
        font-size: 24px;
        color: #000;
        text-align: center;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 40px;
    }

    input[type=submit]:hover,
    input[type=button]:hover {
        opacity: .8;
    }

    dl {			

        dt.item {color: #9d8aee}			
			
        dd.select {
            position: relative;

            label::before {
                position: absolute;
                top: 0.9em;
                right: 17.8em;
                width: 0;
                height: 0;
                padding: 0;
                content: '';
                border-left: 9px solid transparent;
                border-right: 8px solid transparent;
                border-top: 15px solid #000;
                pointer-events: none
            }

            select option {line-height: 1}
        }

        dd.form-txt {
            font-size: 16px;
            padding: 10px 0
        }			
    }

    /* form-all-select */
    .select {
        background: #fff;
        box-sizing: border-box;
        padding: 3px;
        outline: none;
        line-height: 2;
        appearance: none;
        font-size: 18px;
        border: 1px solid #ccc;
        position: relative;
    }

    .select::after {
        position: absolute;
        content: "";
        width: 8px;
        height: 8px;
        right: 18px;
        top: 46%;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 3px solid #8c8a8b;
        border-right: 3px solid #8c8a8b
    }

    .select2 {
        background: #ffffff;
        padding: 7px;
        width: 140px;
        position: relative;
        z-index: 1;
        display: inline-block;
        box-sizing: border-box;
        border: 1px solid #ccc;
        margin: 0;

        @media screen and (max-width: 1700px){width: 7.8vw;}

        @media screen and (max-width: 1400px){width: 6.8vw;}
    }

    .select2::after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        right: 18px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 1px solid #282828;
        border-right: 1px solid #282828;
        z-index: -1
    }

    label {font-size: 16px}

    .up input {
        font-size: 24px;
        width: 100%;
        margin-bottom: 20px;
    }

    select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        color: #333;
        font-size: 18px;
        width: 100%;
        height: 100%;
        padding: 8px;
    }

    /* /form-all-select */
}

.parsley-custom-error-message, .parsley-required, .parsley-equalto, .parsley-errors-list filled {
    color: #ffeb3b;
    font-size: 16px;
    padding: 15px;

}
	
::placeholder {color: #ccc}

/* form-all-radio */

.f-btn {

    .list_item {
        margin: 0px;
        padding: 24px
    }

    label {
        line-height: 135%;
        position: relative;
        margin: 0.5rem;
        cursor: pointer;
        font-size: 20px
    }

    .option-input {
        position: relative;
        margin: 7px 20px 0px 0px;
        cursor: pointer
    }

    .option-input::before,
    .option-input::after {
        position: absolute;
        z-index: 1;
        top: -1px;
        left: -5px;
        width: 15px;
        height: 15px;
        content: "";
        transition: all 0.3s ease-in-out 0s;
        border: 2px solid #333;
        border-radius: 50%;
        background: #ffffff
    }

    .option-input:after {
        z-index: 0;
        top: 0;
        border: none
    }

    .option-input:checked:before {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        background: #774491
    }
}

/* /form-all-radio */	

/***** /form-all *****/

/* form confirm */

.submit-box {
    width: 680px;
    margin: 0 auto
}

.entry-form.confirm {
    
    dl {
        color: #fff;

        dt {
            height: auto;
            background: none;
            border-radius: 0
        }

        dd {
            border-bottom: 2px solid #fff;
            font-size: 20px;

            @media screen and (max-width: 800px){font-size: 20px;}
            @media screen and (max-width: 414px){font-size: 16px;}
        }
    }

    button {
        background: #848484;
        padding: 8px 15px;
        width: 100%;
        appearance: none;
        border: none;
        box-sizing: border-box;
        height: 80px;
        font-weight: bold;
        font-size: 24px;
        color: #fffdfd;
        text-align: center;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 40px;
    }

    button:hover {opacity: .8;}
}

.confirm .check {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 50px auto;

	@media screen and (max-width: 1000px) {
			font-size: 24px;
			line-height: 1.5;
	}

	@media screen and (max-width: 600px) {font-size: 22px;}
	@media screen and (max-width: 414px) {font-size: 16px;}
}

/* /confirm */

/* thanks */

.thanks  {
    padding: 5% 0;
    box-sizing: border-box;

    h4 {
        text-align: center;
        font-size: 34px;
        font-weight: bold;
        color: #fff;

        @media screen and (max-width: 1000px) {font-size: 30px;}

        @media screen and (max-width: 414px) {font-size: 28px;}

        span {border-bottom: 2px solid #fff;}
    }

    .check {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin: 100px auto;
        line-height: 2;
        width: 90%;

        @media screen and (max-width: 1000px) {
            font-size: 24px;
            margin: 60px auto;
            line-height: 1.5;
        }

        @media screen and (max-width: 600px) {font-size: 22px;}

        @media screen and (max-width: 414px) {
            font-size: 20px;
            margin: 50px auto;
        }
    }

    .prevbtn {
        margin: 50px auto;
        text-align: center;
        width: 100%;
        max-width: 600px;

        a {
            background: #848484;
            padding: 25px 20px;
            width: 94%;
            margin: 0 auto;
            appearance: none;
            border: none;
            box-sizing: border-box;
            height: 80px;
            font-weight: bold;
            font-size: 28px;
            color: #fffdfd;
            text-align: center;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            border-radius: 40px;
            display: block;

            @media screen and (max-width: 1000px) {
                padding: 20px;
                height: auto;
                font-size: 24px;
            }
        }

        a:hover {opacity: .8;}
    }
}

/* /thanks */

/*-- /under --*/

/*-- footer --*/

#footer {
    border-top: 3px solid #866626;
    padding: 0px;
    color: #fff;
    font-size: 1.6rem;
    background: #0f0f0f;
    z-index: 10;
    position: relative;

    @media screen and (max-width: 1000px) {
        border-top: 0 solid #000;
    }            
    
    .inner {
        padding: 50px 0;
        box-sizing: border-box;

        @media screen and (max-width: 1000px) {padding: 30px 0 100px;}
    }

    .nav {
        width: 65%;

        @media screen and (max-width: 1000px) {width: 100%;}

        ul {
            margin-top: 24px;

            @media screen and (max-width: 1000px) {margin-top: 0;}

            li {
                font-family: "Noto Serif JP", serif;
                /* width: calc(100% / 4); */
                margin: 1%;

                @media screen and (max-width: 1000px) {
                    width: calc(100% / 2);
                    text-align: center;
                    border-bottom: 1px solid;
                    box-sizing: border-box;
                    margin: 0;
                }

                a {
                    position: relative;
                    color: #fff;

                    @media screen and (max-width: 1000px) {
                        padding: 8% 0;
                        display: block;
                    }
                }

                a.line:hover {
                    opacity: .8;
                    text-decoration: underline; 
                    color: #b79967;

                    @media screen and (max-width: 1000px) {
                        opacity: 1;
                        text-decoration: none; 
                        color: #fff;
                    }
                }

                p {
                    font-size: 14px;

                    @media screen and (max-width: 1000px) {font-size: 3.3vw;}
                }
            }
        }
    }

    .info-box {
        text-align: center;
        padding: 0 0;
        width: 20%;

        @media screen and (max-width: 1000px) {;width: 100%;}

        img {
            width: 80%;

            @media screen and (max-width: 1000px) {width: 55%;}
            @media screen and (max-width: 640px) {width: 50%;}
        }

        .info {
            box-sizing: border-box;

            p:first-of-type {
                margin-right: 5px;
            }

            margin-bottom: 50px;

            .tel {
                display: none;
                font-size: 30px;
                font-family: "Noto Serif JP", serif;
                font-style:italic;
                width: 100%;
                
                @media screen and (max-width: 1000px) {display:block; font-size: 40px;}
                @media screen and (max-width: 480px) {font-size: 34px;}

                a {color:#fcdfb5;}

                span {
                    font-family: "times-new-roman", sans-serif;
                    font-size: 2vw;
                    margin-left: 5px;
                    letter-spacing: 0;

                    @media screen and (max-width: 1000px) {font-size: 7vw;}
                }

                img {
                    vertical-align: inherit;
                    width: 20px;

                    @media screen and (max-width: 1000px) {width: 4vw;}
                    @media screen and (max-width: 480px) {width: 24px;}
                }
            }

            .open {
                display: none;
                font-size: 15px;
                margin-top: 6px;
                color:#fcdfb5;

                @media screen and (max-width: 1000px) {display:block; font-size: 13px;}
                @media screen and (max-width: 1000px) {font-size: 3vw;}

                span {
                    font-size: 10px;
                    margin-right: 3px;

                    @media screen and (max-width: 1000px) {font-size: 2vw;}
                }
            }

            .mail {
                font-size: 18px;	
                font-weight: bold;

                span {font-size: 16px;}
            }
        }
    }

    .add {background: #1b1b1b;}

    address {
        font-size: 13px;
        color: #fff;
        text-align: center;
        padding: 2% 0;
    }
}

@media screen and (max-width: 1000px) {
	
	#footer .nav ul li:nth-of-type(even) {border-left: 0.5px solid;}
	#footer .nav ul li:nth-of-type(odd) {border-right: 0.5px solid;}
		
	#footer .nav ul li:nth-of-type(9) ,
	#footer .nav ul li:nth-of-type(10) {
		border-bottom: 0;
	}
		
}

/*-- /footer --*/

/* #txt-back  */

#txt-back {
    position: absolute;
	bottom:0;
	left: 0;
	right: 0;

    @media screen and (max-width: 1000px) {bottom:0;}

    .ttt {
        font-family: "Noto Serif JP", serif;
        font-size: 9vw;
        color: rgb(255 255 255 / 70%);
        font-weight: bold;
        height: 8.2vw;
    }
}

/* /#txt-back  */

/*** entry-form input ***/

.entry-form input[type="submit"]:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.entry-form input[type="submit"]:disabled:hover {
    opacity: 1;
}

/*** /entry-form input ***/

/***** modal *****/

.modal {
	position: fixed;
	display: none;
	z-index: 20000;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow: auto;
	max-height: 100vh;
	line-height: 1.6;
	font-size: 1.6rem;

	.logo {
		display: inline-block;
		padding-top: 10%;

		img {width: 100%;}
	}

    p {text-align: center;}

	.r18 {
		text-align: center;
		margin: 1% auto 2%;

		img {width: 60px;}
	}

	.enter {
		margin: 30px auto;

		a {
			display: block;
			background: #333;
			color: #fff;
			max-width: 350px;
			margin: auto;
			padding: 10px;
			box-sizing: border-box;
            border: 3px solid;
            border-image: linear-gradient(to right, #886142, #fad3b4 50%, #886142);
            border-image-slice: 1;

			p {color: #fff;line-height: 1;}

			.main {
				font-size: 46px;
				letter-spacing: 6px;
				font-weight: 500;
                text-align: center;
                height: auto !important;

			}

			.sub {font-size: 22px;text-align: center}
		}
	}

	.exit {
		margin-bottom: 30px;

		a {
			display: block;
			color: #fff;
			max-width: 300px;
			margin: auto;
			padding: 10px;
			box-sizing: border-box;

			p {color: #fff;line-height: 1;}

			.main {font-size: 24px;text-align: center;height: auto !important;}
			
			.sub {font-size: 14px;text-align: center}
		}
	}
}

/***** /modal *****/

/***********   under contents   ************/

#uc {}

#uc #uc_contents {
    width: 90%;
    max-width: 1630px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 8%;

    @media screen and (max-width: 1000px) {padding: 0 0 5vw;}

    .box {
        width:100%;
        margin: 8% auto;
        position: relative;
        justify-content: space-between;

        .point {
            width: calc(96% / 2);
            font-size: 16px;
            line-height: 1.5;
            color: #fff;

            @media screen and (max-width: 1000px) {font-size: 3vw;width:100%;}
            
            .space {height: 20vh; }
            
            .ico {
                margin-right: 3%;

                img {width: 100%;max-width: 38px;}
            }
            
            .txt01,.txt02,.txt03 {margin: 5% auto;}
                        
            .txt00 {
                font-size: 26px;
                line-height: 1.8;

                @media screen and (max-width: 1000px) {
                    font-size: 4vw;
                }
                
                span {font-size: 20px;}
            }
                        
            .txt01 {
                font-size: 26px;
                line-height: 1.8;

                @media screen and (max-width: 1000px) {
                    font-size: 3.4vw;
                }
                
                span {font-size: 20px;}
            }
                        
            .txt02 {
                font-size: 20px;
                line-height: 1.8;

                @media screen and (max-width: 1000px) {
                    font-size: 3.4vw;
                }
                
                span {font-size: 20px;}

            }
                        
            .txt03 {
                font-size: 26px;

                span {
                    vertical-align: text-top;
                    font-size: 20px;

                    @media screen and (max-width: 1000px) {font-size: 3.4vw;}
                    
                }
            }
                
            .txt04 {
                font-size: 30px;

                span {
                    font-size: 35px;
                    vertical-align: baseline;
                }
            }
                
            .ibox0 {
            
                dl{
                    width: 100%;
                    margin: 5% 0;

                    dt,dd {padding: 2% 0;box-sizing: border-box;}

                    dt {
                        width: 10%;

                        @media screen and (max-width: 1000px) {padding-right:3%;}
                        
                        img {
                            width: 100%;
                            max-width: 38px;
                            
                            @media screen and (max-width: 1000px) {
                                font-size: 6.2vw;
                                vertical-align: -webkit-baseline-middle;
                            }

                            @media screen and (max-width: 580px) {vertical-align: top;}
                        } 
                    }

                    dd {
                        width: 90%;
                        font-size: 24px;

                        @media screen and (max-width: 1000px) {font-size: 4.6vw;}
                    }
                }
            }
            
            .ibox {
                line-height: 2.5;

                span {vertical-align: super;}
            }
            
            .ptbg {
                margin-right: 0;

                @media screen and (max-width: 1000px) {
                    width: 82%;
                    max-width: 730px;
                    margin: auto;
                }

                .picbox { 
                    position: relative;
                    margin-bottom: 40%;

                    @media screen and (max-width: 1000px) {margin-bottom: 53%;}

                    .pic1 {
                        img {
                            width: 35vw;
                            max-width: 640px;

                            @media screen and (max-width: 1000px) {width: 64vw;}
                        }
                    }

                    .pic2 {
                        position: absolute;
                        bottom: -12vw;
                        right: 38px;

                        @media screen and (max-width: 1000px) {
                            bottom: -23vw;
                            right: 0;
                        }
                        
                        img {
                            width: 19vw;
                            max-width: 340px;

                            @media screen and (max-width: 1000px) {width: 34vw;}
                        }
                    }

                    .pic3 {
                        position: absolute;
                        bottom: -16vw;
                        left: 50px;

                        @media screen and (max-width: 1000px) {
                            bottom: -30vw;
                            left: 5vw;
                        }
                        
                        img {
                            width: 16vw;
                            max-width: 290px;

                            @media screen and (max-width: 1000px) {width: 29vw;}
                        }
                    }
                }
            }
        }
    }
}

/* /#uc_contents */

/****-- about.html --****/

#about {

    h4 {
        font-size: 36px;
        color: #fff;
        z-index: 5;
        text-align: center;
        margin-top: 1%;

        @media screen and (max-width: 1000px) {
            font-size: 4.4vw;
        }
    }
}

/****-- /about.html --****/

/****-- work.html --****/

#work {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
	position: relative;
}

#work .cont {
    position: relative;
    padding: 50px 0;

	@media screen and (max-width: 640px){padding: 0;}

    .box {
        width: 100%;
        padding: 0 1%;
        box-sizing: border-box;
        max-width: 1400px;
        margin: auto;

        .info {
            margin-bottom: 5%;

            p {
                color: #fff;
                text-align: center;
                font-size: 20px;
                line-height: 1.8;
                margin: 5% auto;

                @media screen and (max-width: 1000px) {
                    font-size: 2.4vw;
                    margin: 3% auto;
                }            
                
                span {
                    font-size: 28px;

                    @media screen and (max-width: 1000px) {
                        font-size: 3vw;
                    }            
                }
            }
        }

        .flowc {

            p {
                color: #fff;
                text-align: center;
                font-size: 30px;
                margin: 5% auto;

                span {}

                @media screen and (max-width:1000px) {
                    font-size: 5vw;
                } 
            }

            dl {
                color: #fff;
                padding: 1% 0 1.2%;
                box-sizing: border-box;
                border: 1px solid #444444;
                width: 100%;
                max-width: 800px;
                margin: auto;

                @media screen and (max-width:1000px) {
                    padding: 3% 0 3.2%;
                }              
                
                dt,dd {
                    font-size: 28px;

                    @media screen and (max-width:1000px) {
                        font-size: 4.65vw;
                    }              
                }

                dt {
                    width: 6%;

                    span {
                        color:#fff6c6;
                        font-size: 40px;

                        @media screen and (max-width:1000px) {
                            font-size: 4vw;
                        }              
                    }

                    img {

                        @media screen and (max-width:1000px) {
                            width: 3.8vw;
                        }              
                    }
                }
                
                dd {
                    width: 85%;
                    text-align: center;
                }
            }

            .border {
                width: 100%;
                max-width: 2px;
                margin: auto;
                border-left:2px solid #444444 ;
                height: 60px;

                @media screen and (max-width:1000px) {
                    height: 6vw;
                }              
            }
        }
    }
}

/****-- /work.html --****/

/****-- voice.html --****/

#voice {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	position: relative;

    .mtitle {

        h3 {
            font-size: 60px;

            @media screen and (max-width: 1000px) {font-size: 7.2vw;}

            span {
                font-size: 70px;

                @media screen and (max-width: 1000px) {font-size: 7vw;}
            }
        }
        
        i {

            @media screen and (max-width: 1000px) {
                top: -8vw;
                right: 2vw;
            }

            img {
                width: 50px;

                @media screen and (max-width: 1000px) {width: 5vw;}
            }
        }

        .bgtxt {

            @media screen and (max-width: 1000px) {font-size: 13vw;top:14vw;}
        }
    }
    
    h4 {
        font-size: 36px;
        color: #fff;
        z-index: 5;
        text-align: center;
        margin-top: 1%;

        @media screen and (max-width: 1000px) {font-size: 4.4vw;}
    }

    .box {margin: 4% auto!important;}
}

/* voice .cont1 */

#voice {

    #contents3 {
        position: relative;
        padding: 0 2% ;
        box-sizing: border-box;
    }

}

/****-- /voice.html --****/

/****-- salary.html --****/

#salary {

 h4 {
        font-size: 36px;
        color: #fff;
        z-index: 5;
        text-align: center;
        margin-top: 1%;

        @media screen and (max-width: 1000px) {
            font-size: 4.4vw;
        }
    }
}

/****-- /salary.html --****/

/****-- inexperienced.html --****/

#inexperienced {

 h4 {
        font-size: 36px;
        color: #fff;
        z-index: 5;
        text-align: center;
        margin-top: 1%;

        @media screen and (max-width: 1000px) {font-size: 4.4vw;}
    }
}

/****-- /inexperienced.html --****/

/****-- expendition.html --****/

#expendition {

    h4 {
        font-size: 36px;
        color: #fff;
        z-index: 5;
        text-align: center;
        margin-top: 1%;

        @media screen and (max-width: 1000px) {font-size: 4.4vw;}
    }

    .imagebox {
        margin: 5% auto ;

        ul {
            li {
                width: calc(96% / 4);
                margin: 0.5%;

                @media screen and (max-width: 1000px) {
                    width: calc(96% / 2);
                    margin: 1%;
                }

                img {width: 100%;max-width: 429px;}
            }
        }
    }
}

/****-- /expendition.html --****/

/***********   /under contents   ************/

label.up {
    input::file-selector-button {
        // 「ファイルを選択」ボタンのスタイル
        font-weight: bold;
        color: 1b1b1b;
        background: linear-gradient(180deg,rgba(201, 201, 201, 1) 0%, rgba(170, 170, 170, 1) 100%);
        font-size: 20px;
        border: 0;
        padding: 8px 16px;
        text-align: center;
        width: 200px;
        cursor: pointer;
    }
}

.bold {font-weight: bold;}
