@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&family=Noto+Serif+JP:wght@400;500;600;700;800;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Noto Serif JP","メイリオ","ms pgothic", sans-serif;
	color: #000;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style: none;
}

table{
    border-collapse: collapse; 
    border-spacing: 0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline: none;
}

body{
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.grecaptcha-badge{
	z-index: 10;
}


/* template
   ================================================================== */
p,
a,
li{
	font-size: 3.5vw;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.tab,
.pc{
	display: none;
}

.sans{
	font-family: "Noto Sans JP";
}

.photo{
	line-height: 0;
}

.inner{
    padding-left: 3vw;
    padding-right: 3vw;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* gradient
   ================================================================== */
.gradient{
	background: linear-gradient(to right,#3DB4CA,#8EBB5B);
}


/* header
   ================================================================== */
header{
	position: relative;
    z-index: 10;
    width: 100%;
}

header > .inner{
	padding: 3vw 3vw;
    box-sizing: border-box;
    height: 20vw;
    display: flex;
    align-items: center;
}

header .site_logo{
    width: 60vw;
    z-index: 1;
    line-height: 0;
    transition: .3s;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
    position: relative;
    z-index: 1;
}


/* ham_btn
   ================================================================== */
.ham_btn{
    padding: 0;
    right: 2vw;
    top: 2vw;
    width: 15vw;
    height: 15vw;
    position: fixed;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
	transition: ease-out 0.3s;
    border-radius: 100%;
    background: #3DB4CA;
}

.ham_btn.open,
.scroll_move .ham_btn{
    background: #DCB14B;
}

.ham_btn .inner{
    padding: 0;
    width: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: ease-out 0.8s;
    box-sizing: border-box;
}

.ham_btn .inner .bar,
.ham_btn .inner .bar:before,
.ham_btn .inner .bar:after{
    transition: ease-out 0.3s;
    text-indent: -9999px;
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
}

.ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: -2vw;
    left: 0;
}

.ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: -2.2vw;
    right: 0;
}

.ham_btn.open{
    transform: rotate(0deg);
}

.ham_btn.open .bar{
    background: transparent !important;
}

.ham_btn.open .bar:before,
.ham_btn.open .bar:after{
    width: 6vw;
}

.ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 0;
    left: 0.5vw;
}

.ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 0;
    right: .5vw;
}

body.open{
    position: fixed;
    width: 100%;
}


/* slide_menu
   ================================================================== */
.slide_menu{
    padding: 20vw 0 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to right,#3DB4CA,#8EBB5B);
    box-sizing: border-box;
    z-index: 20;
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition-delay: .2s;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.slide_menu.show{
    display: flex;
}

.slide_menu.open{
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.slide_menu > .inbox{
    margin: 0 0 0;
    padding: 0 0 0 10vw;
}

.slide_menu .logo{
    margin: 0 0 0;
    line-height: 0;
    width: 60vw;
    animation: navi_logo_animation_off 1s cubic-bezier(0,.58,.42,1) 0s 1 normal both;
}

.slide_menu .logo a{
    display: inline-block;
    line-height: 0;
}

@keyframes navi_logo_animation_off{
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

.slide_menu.open .logo{
    animation: navi_logo_animation_open 1s cubic-bezier(0,.58,.42,1) 0s 1 normal both;
}

@keyframes navi_logo_animation_open{
    0% {
        transform: translateY(-40px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide_menu .slide_nav{
    padding: 0 0 20vw;
}

.slide_nav > ul{
    padding: 5vw 0 0;
    width: 100%;
}    

.slide_nav > ul > li{
    margin: 8vw 0 0;
    padding: 0 1vw;
}

.slide_nav > ul > li a{
    padding: 0;
    display: inline-block;
    transition: all ease-out 0.3s;
    z-index: 2;
    box-sizing: border-box;
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
}

.slide_nav li{
    line-height: 1;
}

/* 閉じる時 */
.slide_nav > ul > li > a{
    animation: navi_animation_off 1s cubic-bezier(0,.58,.42,1) 0s 1 normal both;
}

.slide_nav > ul > li:nth-child(2) > a{
    animation-delay: .05s;
}

.slide_nav > ul > li:nth-child(3) > a{
    animation-delay: .1s;
}

.slide_nav > ul > li:nth-child(4) > a{
    animation-delay: .15s;
}

.slide_nav > ul > li:nth-child(5) > a{
    animation-delay: .2s;
}

.slide_nav > ul > li:nth-child(6) > a{
    animation-delay: .25s;
}

@keyframes navi_animation_off{
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

/* 開く時 */
.slide_menu.open .slide_nav > ul > li > a{
    animation: navi_animation_open 1s cubic-bezier(0,.58,.42,1) 0s 1 normal both;
}

.slide_menu.open .slide_nav > ul > li:nth-child(2) > a{
    animation-delay: .1s;
}

.slide_menu.open .slide_nav > ul > li:nth-child(3) > a{
    animation-delay: .15s;
}

.slide_menu.open .slide_nav > ul > li:nth-child(4) > a{
    animation-delay: .2s;
}

.slide_menu.open .slide_nav > ul > li:nth-child(5) > a{
    animation-delay: .25s;
}

.slide_menu.open .slide_nav > ul > li:nth-child(6) > a{
    animation-delay: .3s;
}

@keyframes navi_animation_open{
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* gnav
   ================================================================== */
.gnav{
    display: none;
}


/* footer_tag
   ================================================================== */
footer{
    margin: 15vw 0 0;
	padding: 0 0 0;
}

/* footer_loop */
#footer_loop{
	padding: 0 0 0;
    visibility: hidden;
    display: flex;
    opacity: 0;
}

.infiniteslide_wrap #footer_loop{
    visibility: visible;
    opacity: 1;
}

#footer_loop li{
    padding-right: 1.3vw;
	width: 76vw;
    line-height: 0;
    box-sizing: border-box;
}

/* footer_nav_block */
.footer_nav_block{
    padding: 0 0 0;
    position: relative;
}

.footer_nav{
	margin: 0 -3vw;
    line-height: 0;
}

.footer_nav ul{
	margin: 0;
}

.footer_nav ul li{
	margin: 0;
}

.footer_nav ul li a{
	padding: 4vw;
	display: block;
	font-size: 4vw;
    line-height: 150%;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* footer_company */
.footer_company{
	padding: 15vw 0;
}

.footer_company .site_logo{
    margin: 0 auto;
	width: 70vw;
    line-height: 0;
}

.footer_company .site_logo a{
    width: 100%;
}

.footer_company .site_logo img{
    width: 100%;
}

.footer_company .add{
    margin: 4vw 0 0;
    font-size: 3.4vw;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

footer .bottom_box{
	padding: 10vw 3vw;
    text-align: center;
}

footer address{
	font-size: 2.6vw;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.1em;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* cv
   ================================================================== */
.cv{
    margin: 20vw 0 0;
    padding: 0 0 0;
    background-image: url("../images/common/webp/cv.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.cv:before{
	content: "";
	background: rgba(0,0,0,.33);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.cv .flex{
    padding: 15vw 0;
    position: relative;
    z-index: 1;
}

.cv .wagyu{
    margin: 0 auto;
    width: 50vw;
    line-height: 0;
}

.cv .right{
    margin: 15vw auto 0;
    width: 70vw;
    text-align: center;
}

.cv .title{
    padding: 0 0 3vw;
    font-size: 5vw;
    font-weight: 900;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.cv .tel{
    margin: 3vw 0 0;
}

.cv .tel a{
    font-size: 6.7vw;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fff;
}

.cv .contact_btn{
    margin: 5vw 0 0;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	line-height: 0;
}

.anime_btn a{
	padding: 0 5vw;
	width: 46vw;
    height: 12vw;
	font-size: 3.8vw;
    font-weight: 600;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: rgba(255,255,255,0);
    border: 2px solid #fff;
	position: relative;
    box-sizing: border-box;
	display: inline-flex;
    align-items: center;
    text-align: left;
}

.anime_btn a:before{
	content: "▶︎";
    font-size: 3.8vw;
    font-weight: 600;
	color: #fff;
	width: 10vw;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 6vw;
}


/* contact_btn
   ================================================================== */	
.contact_btn{
	line-height: 0;
}

.contact_btn a{
	padding: 0 5vw;
	width: 70vw;
    height: 13vw;
	font-size: 3.7vw;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #1A1311;
	background: #DCB14B;
    border: 1px solid #DCB14B;
	position: relative;
	display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}


@media screen and (min-width : 500px){

	
    /* template
       ================================================================== */
	p,
	a,
	li{
		font-size: 1.5vw;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}

    .inner{
        padding-left: 2vw;
        padding-right: 2vw;
    }

    #wrap{
        padding: 0 0 0;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }

    header > .inner{
    	padding: 0 3.0vw 0 3.0vw;
        max-width: 100%;
        height: 12.0vw;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: ease-out 0.3s;
    }
    
    header .site_logo{
        width: 32.0vw;
    }
   
	
    /* gnav
       ================================================================== */
    .gnav{
        margin: 0 0 0 auto;
        padding: 0;
        width: auto;
        box-sizing: border-box;
        position: relative;
        right: auto;
        overflow: inherit;
        background: none;
        display: flex;
    }
    
    .gnav > ul{
    	margin: 0 0 0 auto;
        padding: 0 0 0;
    	font-size: 0;
        line-height: 0;
        overflow: inherit;
    }
    
    .gnav > ul > li{
        margin: 0 0 0 3.0vw;
        padding: 0;
    	text-align: center;
		width: auto;
		display: inline-block;
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    }
    
    .gnav > ul > li > a{
    	padding: 1.0vw 0;
    	display: flex;
        align-items: center;
        justify-content: center;
    	text-align: center;
        line-height: 1;
        border: none;
        height: auto;
        position: relative;
    	font-size: 1.5vw;
        letter-spacing: 0.1em;
        color: #fff;
        font-weight: 700;
        transition: .5s ease;
        top: 0;
    }
    
    .gnav > ul > li > a:hover{
    	color: #DCB14B;
    }

	
    /* ham_btn
       ================================================================== */
    .ham_btn{
        display: none;
    }
        

    /* slide_menu
       ================================================================== */
    .slide_menu{
        display: none;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 10.7vw 0 0;
        padding: 0 0 0;
    }

    /* footer_loop */
    #footer_loop li{
        padding-right: 1.0vw;
        width: 61.0vw;
    }

    /* footer_nav_block */
    .footer_nav_block{
        padding: 5.0vw 0 0;
    }

    .footer_nav{
        margin: 0;
    }

    .footer_nav ul{
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .footer_nav ul li{
        margin: 0 2.5vw;
    }

    .footer_nav ul li a{
        padding: 0;
        font-size: 1.7vw;
        border-bottom: none;
        transition: .3s;
    }

    .footer_nav ul li a:hover{
        color: #DCB14B;
    }

    /* footer_company */
    .footer_company{
        padding: 11.0vw 0 8.0vw;
    }

    .footer_company .site_logo{
        width: 37.5vw;
    }

    .footer_company .add{
        margin: 1.8vw 0 0;
        font-size: 1.9vw;
    }

    footer .bottom_box{
        padding: 6.0vw 2.0vw;
    }

    footer address{
        font-size: 1.2vw;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* cv
       ================================================================== */
    .cv{
        margin: 13.0vw 0 0;
        padding: 0 0 0;
    }

    .cv .flex{
        padding: 8.0vw 5.0vw 8.0vw 7.2vw;
        min-height: 54.8vw;
        display: flex;
        box-sizing: border-box;
    }

    .cv .wagyu{
        margin: 0 auto;
        width: 33.6vw;
    }

    .cv .right{
        margin: 0;
        padding: 1.8vw 0 0 14.1vw;
        width: calc(100% - 33.6vw);
        box-sizing: border-box;
    }

    .cv .title{
        padding: 0 0 1.0vw;
        font-size: 2.3vw;
    }

    .cv .tel{
        margin: 1.5vw 0 0;
    }

    .cv .tel a{
        font-size: 3.6vw;
    }

    .cv .contact_btn{
        margin: 3.5vw 0 0;
    }


    /* anime_btn
       ================================================================== */	
    .anime_btn a{
        padding: 0 2.3vw;
        width: 22.1vw;
        height: 5.2vw;
        font-size: 1.7vw;
        transition: .3s;
    }

    .anime_btn a:before{
        font-size: 2.1vw;
        width: 2.1vw;
        right: 2.5vw;
        transition: .3s;
    }

    .anime_btn a:hover{
        color: #1A1311;
        background: rgba(255,255,255,1);
    }

    .anime_btn a:hover:before{
        color: #1A1311;
    }


    /* contact_btn
       ================================================================== */	
    .contact_btn a{
        padding: 0 1.0vw;
        width: 40.1vw;
        height: 6.0vw;
        font-size: 1.7vw;
        transition: .3s;
    }
    
    .contact_btn a:hover{
        color: #DCB14B;
        background: #1A1311;
    }

    
}
@media screen and (min-width : 1040px){

    
    /* template
       ================================================================== */
    .inner{
        padding-left: 20px;
        padding-right: 20px;
    	max-width: 1040px;
    	margin: auto;
		box-sizing: border-box;
    }
	
	p,
	a,
	li{
		font-size: 15px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }

    header > .inner{
    	padding: 0 124px 0 76px;
        max-width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: ease-out 0.3s;
    }
    
    header .site_logo{
        width: 320px;
    }

	
    /* ham_btn
       ================================================================== */
    .ham_btn{
        display: none;
    }
        

    /* slide_menu
       ================================================================== */
    .slide_menu{
        display: none;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 107px 0 0;
        padding: 0 0 0;
    }

    /* footer_loop */
    #footer_loop li{
        padding-right: 10px;
        width: 610px;
    }

    /* footer_nav_block */
    .footer_nav_block{
        padding: 50px 0 0;
    }

    .footer_nav{
        margin: 0;
    }

    .footer_nav ul{
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .footer_nav ul li{
        margin: 0 25px;
    }

    .footer_nav ul li div span,
    .footer_nav ul li a{
        padding: 0;
        font-size: 17px;
        border-bottom: none;
    }

    /* footer_company */
    .footer_company{
        padding: 110px 0 80px;
    }

    .footer_company .site_logo{
        width: 375px;
    }

    .footer_company .add{
        margin: 18px 0 0;
        font-size: 19px;
    }

    footer .bottom_box{
        padding: 60px 20px;
    }

    footer address{
        font-size: 12px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* cv
       ================================================================== */
    .cv{
        margin: 130px 0 0;
        padding: 0 0 0;
    }

    .cv .flex{
        padding: 80px 50px 80px 72px;
        min-height: 548px;
        display: flex;
        box-sizing: border-box;
    }

    .cv .wagyu{
        margin: 0 auto;
        width: 336px;
    }

    .cv .right{
        margin: 0;
        padding: 18px 0 0 141px;
        width: calc(100% - 336px);
        box-sizing: border-box;
    }

    .cv .title{
        padding: 0 0 10px;
        font-size: 23px;
    }

    .cv .tel{
        margin: 15px 0 0;
    }

    .cv .tel a{
        font-size: 36px;
    }

    .cv .contact_btn{
        margin: 35px 0 0;
    }


    /* anime_btn
       ================================================================== */	
    .anime_btn a{
        padding: 0 23px;
        width: 221px;
        height: 52px;
        font-size: 17px;
    }

    .anime_btn a:before{
        font-size: 21px;
        width: 21px;
        right: 25px;
    }


    /* contact_btn
       ================================================================== */	
    .contact_btn a{
        padding: 0 10px;
        width: 401px;
        height: 60px;
        font-size: 17px;
    }
	
	
}
@media screen and (min-width : 1040px){
   
	
    /* gnav
       ================================================================== */
    .gnav{
        margin: 0 0 0 auto;
        padding: 0;
        width: auto;
        box-sizing: border-box;
        position: relative;
        right: auto;
        overflow: inherit;
        background: none;
        display: flex;
    }
    
    .gnav > ul{
    	margin: 0 0 0 auto;
        padding: 0 0 0;
    	font-size: 0;
        overflow: inherit;
    }
    
    .gnav > ul > li{
        margin: 0 0 0 30px;
        padding: 0;
    	text-align: center;
		width: auto;
		display: inline-block;
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    }
    
    .gnav > ul > li > a{
    	padding: 10px 0;
    	display: flex;
        align-items: center;
        justify-content: center;
    	text-align: center;
        line-height: 1;
        border: none;
        height: auto;
        position: relative;
    	font-size: 15px;
        letter-spacing: 0.1em;
        color: #fff;
        font-weight: 700;
        transition: .5s ease;
        top: 0;
    }
    
    .gnav > ul > li > a:hover{
    	color: #DCB14B;
    }

    
}
