@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;700;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 Sans JP","メイリオ","ms pgothic", sans-serif;
	color: #222;
}

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;
}

.serif{
	font-family: 'Noto Serif JP';
}


/* 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;
}

.photo{
	line-height: 0;
}

.inner{
    padding-left: 3vw;
    padding-right: 3vw;
}

.under_l{
    text-decoration: underline;
}

.link_text{
    color: #2F60B4;
}

.link_text:hover{
    text-decoration: underline;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* header
   ================================================================== */
header{
	position: relative;
    z-index: 10;
    width: 100%;
    background: rgba(255,255,255,0);
}

header > .inner{
	padding: 3vw 3vw;
    box-sizing: border-box;
    height: 19vw;
}

header .header_logo{
    z-index: 1;
    line-height: 0;
    transition: .3s;
}

/* site_logo */
.header_logo{
    line-height: 0;
}

.site_logo .l_box{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.site_logo img{
    width: 20vw;
}

.site_logo .l_txt{
    padding: 0 0 0 3vw;
    font-size: 4vw;
    font-weight: 700;
    color: #3176D6;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block;
}


/* 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: 0;
    background: #3176D6;
}

.ham_btn.open,
.scroll_move .ham_btn{
    background: #3176D6;
}

.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: rgba(255,255,255,1);
    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 .site_logo{
    margin: 0 0 0;
    line-height: 0;
    animation: navi_logo_animation_off 1s cubic-bezier(0,.58,.42,1) 0s 1 normal both;
}

@keyframes navi_logo_animation_off{
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

.slide_menu.open .site_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: #000;
    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: 0 0 0;
	padding: 0 0 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #707070;
}

/* footer_cv */
.footer_cv{
    padding: 0 0 0;
    position: relative;
}

.footer_cv .photo{
    height: 70vw;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.footer_cv .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.footer_cv .photo:before{
	content: "";
	background: #fff;
	width: 200vw;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
    transform: rotate(-5deg);
    transform-origin: left top;
}

.footer_cv .inner{
    position: relative;
}

.footer_cv .catch{
    font-size: 10vw;
    top: -62vw;
    left: 10vw;
    line-height: 130%;
    position: absolute;
    color: #fff;
    font-weight: 700;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.36));
}

.footer_cv .text_box{
    padding: 10vw 0;
}

.footer_cv .title > span{
    display: block;
    line-height: 1;
    color: #3176D6;
}

.footer_cv .title .jpn{
    font-size: 3.8vw;
    font-weight: 600;
}

.footer_cv .title .eng{
    margin: 3vw 0 0;
    font-size: 10vw;
    font-weight: 700;
}

.footer_cv .txt{
    margin: 7vw 0 0;
    font-size: 3.8vw;
    color: #000;
    font-weight: 600;
}

.footer_cv .tel_box{
    margin: 6vw 0 0;
    padding: 6vw 0 0;
    border-top: 1px dashed #222;
}

.footer_cv .tel_number a{
    font-size: 10vw;
    color: #222;
    letter-spacing: 0.05em;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
}

.footer_cv .tel_number .siz_s{
    font-size: 5vw;
    color: inherit;
    display: inline-block;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.footer_cv .time{
    margin: 3vw 0 0;
    font-size: 3.4vw;
    color: #222;
    font-weight: 500;
}

/* footer_nav_block */
.footer_nav_block{
    padding: 0 0 0;
    position: relative;
    border-top: 1px solid #707070;
}

.footer_nav{
	margin: 0 -3vw;
    line-height: 0;
}

.footer_nav ul{
	margin: 0;
}

.footer_nav ul li{
	margin: 0;
}

.footer_nav ul li div span,
.footer_nav ul li a{
	padding: 4vw;
	display: block;
	font-size: 4vw;
    line-height: 150%;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.footer_nav ul li ul li a{
    padding-left: 6vw;
	font-size: 3.6vw;
    font-weight: 400;
}

/* bottom_box */
footer .bottom_box{
	background: #eee;
}

footer .bottom_box .inner{
	padding: 10vw 3vw;
}

footer address{
	text-align: center;
}


/* sns_btn
   ================================================================== */
.sns_btn{
    display: flex;
}

.sns_btn li{
    margin: 0 1vw 0 0;
    background: #fff;
    line-height: 0;
    border-radius: 100%;
}

.sns_btn li:last-child{
    margin-right: 0;
}

.sns_btn li a{
    width: 12vw;
    height: 12vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 100%;
}


/* page_top
   ================================================================== */
#page_top{
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	width: 12vw;
    z-index: 4;
	line-height: 0;
	display: none;
}

.contact_page #page_top{
	bottom: 90px;
}

.grecaptcha-badge{
	z-index: 10;
}

#page_top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
	line-height: 0;
}

#page_top img{
	width: 100%;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 60vw;
    height: 15vw;
	font-size: 3.6vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #3176D6;
    border: 1px solid #3176D6;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0;
}


/* btn_arrow
   ================================================================== */	
.btn_arrow{
	display: inline-flex;
    align-items: center;
}

.btn_arrow .btn_txt{
	font-size: 3.8vw;
    font-weight: 600;
    letter-spacing: 0.10em;
    line-height: 100%;
	color: #3176D6;
    display: inline-block;
}

.btn_arrow svg{
	width: 4vw;
    position: relative;
}


@media screen and (min-width : 500px){
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 1.5vw;
        line-height: 2.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: 2.5vw 2.0vw 2.5vw 2.0vw;
        max-width: 100%;
        height: 10.5vw;
        display: flex;
        align-items: center;
        transition: ease-out 0.3s;
    }
    
    header .header_logo{
        padding: 0;
    }

    /* site_logo */
    .site_logo img{
        width: 8.0vw;
    }

    .site_logo .l_txt{
        padding: 0 0 0 1.5vw;
        font-size: 2.2vw;
    }

    .site_logo.small img{
        width: 6.0vw;
    }

    .site_logo.small .l_txt{
        padding: 0 0 0 1.2vw;
        font-size: 2.3vw;
    }
   
	
    /* 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 2.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;
        font-weight: 600;
        transition: .5s ease;
        top: 0;
    }
    
    .gnav > ul > li > a:hover{
    	color: #3176D6;
    }


    /* ham_btn
       ================================================================== */
    .ham_btn{
        top: 2.8vw;
        right: 2.8vw;
        width: 6.0vw;
        height: 6.0vw;
        transform: translateX(100px);
    }

    .scroll_on .ham_btn{
        transform: translateX(0);
    }

    .ham_btn .inner{
        padding: 0;
        width: 2.5vw;
    }
    
    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        height: 2px;
    }

    .ham_btn .inner .bar:before{
        top: -.7vw;
    }

    .ham_btn .inner .bar:after{
        bottom: -.7vw;
    }

    .ham_btn:hover .inner .bar:after{
        width: 50%;
    }

    .ham_btn:hover .inner .bar:before{
        width: 50%;
    }

    .ham_btn.open .bar:before,
    .ham_btn.open .bar:after{
        width: 2vw !important;
    }

    .ham_btn.open .bar:before{
        top: 0;
        left: .2vw;
    }

    .ham_btn.open .bar:after{
        bottom: 0;
        right: .3vw;
    }
   
    .ham_btn.open:hover{
        background: rgba(43,175,176,.3);
    }

    .ham_btn.open:hover .bar::before,
    .ham_btn.open:hover .bar::after{
        background: #fff;
    }
    
    
    /* slide_menu
       ================================================================== */
    .slide_menu{
        padding: 10vw 0 0;
        bottom: auto;
        height: 100vh;
        justify-content: center;
    }

    .slide_menu > .inbox{
        margin: 0 0 0;
        padding: 0 0 0 5vw;
    }

    .slide_menu .site_logo{
        margin: 0 0 0;
    }

    .slide_menu .slide_nav{
        padding: 0 0 0;
    }
    
    .slide_nav > ul{
        padding-top: 5vw;
        overflow: hidden;
        width: auto;
    }

    .slide_nav > ul > li{
        margin: 2vw 0;
        padding: 0 0 1px;
    }
    
    .slide_nav > ul > li > a{
        padding: 1vw 0;
        font-size: 1.8vw;
        transition: .5s;
        position: relative;
    }
    
    .slide_nav > ul > li > a:hover{
        color: #3176D6;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* footer_cv */
    .footer_cv{
        padding: 0 0 0;
        height: 47.6vw;
        display: flex;
        justify-content: center;
    }

    .footer_cv .photo{
        margin: 0 0 0;
        width: 50%;
        height: 100%;
    }

    .footer_cv .photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .footer_cv .photo:before{
        width: 200vw;
        height: 200vw;
        top: 0;
        left: 100%;
        transform: rotate(10deg);
        transform-origin: left top;
    }

    .footer_cv .inner{
        margin: 0;
        padding: 0 0 0 2.0vw;
        width: 50%;
        max-width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .footer_cv .catch{
        font-size: 6.0vw;
        top: 7.2vw;
        left: -45.0vw;
    }

    .footer_cv .text_box{
        padding: 0;
    }

    .footer_cv .title .jpn{
        font-size: 1.8vw;
    }

    .footer_cv .title .eng{
        margin: .5vw 0 0;
        font-size: 4.5vw;
    }

    .footer_cv .txt{
        margin: 3.0vw 0 0;
        font-size: 1.8vw;
        line-height: 3.0vw;
    }

    .footer_cv .tel_box{
        margin: 3.0vw 0 0;
        padding: 3.0vw 0 0;
    }

    .footer_cv .tel_number a{
        font-size: 4.5vw;
    }

    .footer_cv .tel_number .siz_s{
        font-size: 3.5vw;
    }

    .footer_cv .time{
        margin: 1.0vw 0 0;
        font-size: 1.8vw;
    }

    /* footer_nav_block */
    .footer_nav_block{
        padding: 5.5vw 0;
    }

    .footer_nav{
        margin: 0;
    }

    .footer_nav > ul{
        display: flex;
        justify-content: center;
    }

    .footer_nav > ul > li{
        margin: 0 2.5vw;
    }

    .footer_nav ul li a{
        padding: 1.0vw 0;
        font-size: 1.5vw;
        border-bottom: none;
        transition: .3s;
    }

    .footer_nav > ul > li > a:hover{
        color: #3176D6;
    }

    /* bottom_box */
    footer .bottom_box .inner{
        padding: 7.5vw 2.0vw;
    }


    /* sns_btn
       ================================================================== */
    .sns_btn li{
        margin: 0 .5vw 0 0;
        width: 4.5vw;
    }

    .sns_btn li a{
        width: 4.5vw;
        height: 4.5vw;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 2vw;
        right: 2.6vw;
        width: 5.5vw;
    }

    #page_top a:hover{
        opacity: .5;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
		width: 26.0vw;
        height: 6.0vw;
		font-size: 1.6vw;
        transition: .3s;
	}
	
	.anime_btn a:hover{
		background: #fff;
        color: #3176D6;
	}
    	

    /* btn_arrow
       ================================================================== */	
    .btn_arrow .btn_txt{
        font-size: 2.0vw;
    }

    .btn_arrow svg{
        top: .2vw;
        width: 1.6vw;
    }

    
    /* hover_color
       ================================================================== */	
    .hover_color a,
    .hover_color a svg path,
    .hover_color .btn_txt{
        transition: .3s;
    }

    .hover_color a:hover{
        background: #3176D6 !important;
    }

    .hover_color a:hover svg path{
        fill: #fff;
    }

    .hover_color a:hover .btn_txt{
        color: #fff;
    }

    
}
@media screen and (min-width : 1040px){

	
    a{
    	text-decoration: none;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
        padding-left: 20px;
        padding-right: 20px;
    	max-width: 1040px;
    	margin: auto;
		box-sizing: border-box;
    }
    
    .inner.max1200{
        padding-left: 0;
        padding-right: 0;
    	max-width: 1200px;
    }
    
    .inner.max1366{
        padding-left: 0;
        padding-right: 0;
    	max-width: 1366px;
    }
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 15px;
        line-height: 25px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header > .inner{
    	padding: 25px 44px 25px 35px;
        max-width: 100%;
        height: 105px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: ease-out 0.3s;
    }
    
    header .header_logo{
        padding: 0;
    }

    /* site_logo */
    .site_logo img{
        width: 88px;
    }

    .site_logo .l_txt{
        padding: 0 0 0 30px;
        font-size: 22px;
    }

    .site_logo.small img{
        width: 62px;
    }

    .site_logo.small .l_txt{
        padding: 0 0 0 21px;
        font-size: 23px;
    }
   
	
    /* gnav
       ================================================================== */
    .gnav > ul > li{
        margin: 0 0 0 20px;
    }
    
    .gnav > ul > li > a{
    	padding: 10px 0;
    	font-size: 15px;
    }

	
    /* ham_btn
       ================================================================== */
    .ham_btn{
        top: 28px;
        right: 28px;
        width: 50px;
        height: 50px;
    }

    .ham_btn .inner{
        padding: 0;
        width: 25px;
    }

    .ham_btn .inner .bar:before{
        top: 7px;
    }

    .ham_btn .inner .bar:after{
        bottom: 7px;
    }

    .ham_btn.open .bar:before,
    .ham_btn.open .bar:after{
        width: 20px !important;
    }

    .ham_btn.open .bar:before{
        top: 0;
        left: 2px;
    }

    .ham_btn.open .bar:after{
        bottom: 0;
        right: 3px;
    }
        

    /* slide_menu
       ================================================================== */
    .slide_menu{
        padding: 100px 0 0;
        align-items: flex-start;
    }

    .slide_menu .inbox{
        margin: 0 auto;
        padding: 0 20px;
    }

    .slide_menu .site_logo{
        margin: 0 0 0;
    }
    
    .slide_nav > ul{
        padding: 45px 0 0;
        overflow: hidden;
        width: auto;
    }

    .slide_nav > ul > li{
        margin: 20px 0 0;
        padding: 0 0 3px;
    }

    .slide_nav > ul > li > a{
        padding: 10px 0;
        font-size: 18px;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* footer_cv */
    .footer_cv{
        padding: 0 0 0;
        height: 476px;
        display: flex;
        justify-content: center;
    }

    .footer_cv .photo{
        margin: 0 0 0;
        width: 50%;
        height: 100%;
    }

    .footer_cv .photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .footer_cv .photo:before{
        width: 200vw;
        height: 200vw;
        top: 0;
        left: 100%;
        transform: rotate(10deg);
        transform-origin: left top;
    }

    .footer_cv .inner{
        margin: 0;
        padding: 0 0 0 47px;
        width: 50%;
        max-width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .footer_cv .catch{
        font-size: 60px;
        top: 72px;
        left: -500px;
    }

    .footer_cv .text_box{
        padding: 0;
    }

    .footer_cv .title .jpn{
        font-size: 18px;
    }

    .footer_cv .title .eng{
        margin: 5px 0 0;
        font-size: 45px;
    }

    .footer_cv .txt{
        margin: 30px 0 0;
        font-size: 18px;
        line-height: 30px;
    }

    .footer_cv .tel_box{
        margin: 30px 0 0;
        padding: 30px 0 0;
    }

    .footer_cv .tel_number a{
        font-size: 45px;
    }

    .footer_cv .tel_number .siz_s{
        font-size: 35px;
    }

    .footer_cv .time{
        margin: 10px 0 0;
        font-size: 18px;
    }

    /* footer_nav_block */
    .footer_nav_block{
        padding: 55px 0;
    }

    .footer_nav{
        margin: 0;
    }

    .footer_nav > ul{
        display: flex;
        justify-content: center;
    }

    .footer_nav > ul > li{
        margin: 0 25px;
    }

    .footer_nav ul li a{
        padding: 10px 0;
        font-size: 15px;
        border-bottom: none;
    }

    .footer_nav ul li ul li a{
        padding-left: 0;
        font-size: 14px;
    }

    /* bottom_box */
    footer .bottom_box .inner{
        padding: 75px 20px;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 20px;
        right: 57px;
        width: 58px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 260px;
        height: 60px;
		font-size: 16px;
	}
	

    /* btn_arrow
       ================================================================== */	
    .btn_arrow .btn_txt{
        font-size: 20px;
    }

    .btn_arrow svg{
        top: 2px;
        width: 16px;
    }

	
}
@media screen and (min-width : 1200px){
    
    .footer_cv .catch{
        left: -536px;
    }
       
	
    /* gnav
       ================================================================== */
    .gnav > ul > li{
        margin: 0 0 0 30px;
    }

    
}
