@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&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: #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%;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.grecaptcha-badge{
	z-index: 10;
}

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: 0 3vw;
}

#wrap{
	position: relative;
}

#wrap.index{
	padding: 0;
}

#wrap #bg_cover{
	transition: all ease-in .3s;
	width: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	font-size: 0;
}

#wrap.open #bg_cover{
	content: "";
	width: 100vw;
	background: rgba(0,0,0,0.8);
}

#wrap::before{
    content: "";
    background: #F6F6F6;
    width: 5%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
}

#wrap.index::before{
    display: none;
}


/* header
   ================================================================== */
header{
	position: relative;
    z-index: 5;
}

.index header{
	position: fixed;
}

header .inner{
	padding: 19px 15px;
}

.site_logo{
    line-height: 0;
    width: 200px;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
}


/* gnav
   ================================================================== */
#ham_btn{
    position: fixed;
    right: 10px;
    top: 15px;
    font-size: 26px;
    color: #222;
    display: block;
    z-index: 500;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: none;
    padding: 14px 10px;
	transition: ease-out 0.3s;
}

#ham_btn .inner{
    padding: 10px 0 0;
    width: 30px;
    height: 23px;
    display: block;
    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: 30px;
    background: #222;
    display: block;
}

#ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
}

#ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
}

#ham_btn.open .bar{
    background: transparent;
}

#ham_btn.open{
    transform: rotate(0deg);
}

#ham_btn.open .bar{
    background: transparent;
}

#ham_btn.open .bar:before{
    transform: rotate(45deg);
    top: 11px;
    background: #222;
}

#ham_btn.open .bar:after{
    transform: rotate(-45deg);
    bottom: 10px;
    background: #222;
}

body.open{
    position: fixed;
    width: 100%;
}

.gnav{
    display: block;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: rgba(255,255,255,0.9);
    padding: 60px 21px 0 0;
    box-sizing: border-box;
    z-index: 100;
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    overflow: auto;
}

.gnav.open{
    right: 0;
}
	
.gnav > ul{
    overflow: hidden;
}    

.gnav > ul > li > a{
    padding: 0 15px 3px;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    line-height: 150%;
    box-sizing: border-box;
    transition: all ease-out 0.3s;
    border-bottom: 1px solid #ddd;
    color: #222;
	letter-spacing: 0.2em;
    z-index: 2;
}

.gnav > ul > li.inv a{
    border-bottom: none;
    color: #fff;
	background: #001650;
}

.gnav > ul > li > a{
    height: 50px;
}


/* footer
   ================================================================== */
footer{
	margin: 0 0 0;
    position: relative;
    z-index: 1;
}

footer::before{
    content: "";
    background: #222;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15vw;
    left: 0;
}

footer > *{
    position: relative;
    z-index: 1;
}

footer .inner{
    padding: 0;
}


/* footer_cv
   ================================================================== */
.footer_cv{
	margin: 0 auto;
    width: 90vw;
}

.footer_cv .left{
	margin: 0 0 0;
    padding: 6vw 6vw;
    background: #333;
}

.footer_cv h1{
	margin: 0 auto;
    width: 50vw;
    line-height: 0;
}

.footer_cv .text_box{
	margin: 8vw 0 0;
}

.footer_cv .text_box *{
	color: #fff;
}

.footer_cv .text_box h3{
	font-size: 4vw;
    font-weight: 500;
}

.footer_cv .text_box .tel{
	margin: 1vw 0 0;
}

.footer_cv .text_box .tel a{
	display: flex;
    align-items: baseline;
}

.footer_cv .text_box .tel a span{
	display: block;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.footer_cv .text_box .tel .siz_s{
	font-size: 4vw;
}

.footer_cv .text_box .tel .siz_l{
	font-size: 9vw;
}

.footer_cv .text_box p{
    margin: 2vw 0 0;
	font-size: 3.5vw;
    font-weight: 500;
}

.footer_cv .right{
	margin: 0 0 0;
    padding: 12vw 6vw;
    background: #2B2B2B;
}


/* footer_bottom
   ================================================================== */
.footer_bottom{
    margin: 10vw 0 0;
    position: relative;
}

footer .footer_nav{
	margin: 0 0 0;
    line-height: 0;
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul li{
	margin: 0;
}

footer .footer_nav ul li a{
	background: url("../images/common/arrow.svg") no-repeat 15px center;
	padding: 4vw 0 4vw 10vw;
	background-size: 1.5vw;
	display: block;
	border-bottom: 1px solid #666;
	color: #FFF;
	font-size: 3.5vw;
    line-height: 150%;
    font-weight: 700;
}

footer .footer_nav ul li a span{
	color: inherit;
}

.footer_company{
	margin: 15vw 0 0;
    padding: 0 3vw 10vw;
}

.footer_company *{
	color: #fff;
}

.footer_company .site_logo{
	margin: 0;
}

.footer_company .footer_logo a{
	display: inline-block;
	line-height: 0;
}

.footer_company p{
	margin: 5vw 0 0;
}

.footer_company p a{
	font-size: inherit;
	font-family: inherit;
	font-color: inherit;
}

.add_box{
	padding: 8vw 2vw;
    background: #fff;
    text-align: center;
}

footer address{
	font-size: 3vw;
    font-weight: 700;
    letter-spacing: 0.1em;
	color: #000;
	text-align: center;
}


/* page_scroll
   ================================================================== */
#page_scroll {
	margin: 0 0 0;
    position: absolute;
    right: 4vw;
    bottom: 0;
}

#page_scroll a{
    margin: 0 0 0 auto;
    padding: 0 0 0;
    width: 22vw;
	display: flex;
    justify-content: center;
	height: auto;
	transition: ease-in 0.3s;
}

#page_scroll a span{
    padding: 0 0 6vw;
    box-sizing: border-box;
    width: 100%;
	display: block;
	font-size: 3vw;
    font-family: "Noto Sans JP";
    color: #fff;
    font-weight: 700;
	text-align: left;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

#page_scroll a span::before{
    content: "";
    background: #ccc;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

#page_scroll a span::after{
    content: "";
    background: #7D7C7C;
    width: 1px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    animation: page_scroll 1.2s infinite cubic-bezier(0.77, 0, 0.175, 1);
}


@keyframes page_scroll {
	0% { top: 100%; }
	100% { top: -30px; }
}


/* bg_photo
   ================================================================== */	
.bg_photo > img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    position: relative;
    z-index: 1;
}


/* under_kv
   ================================================================== */	
.under_kv{
	padding: 0 0 10vw;
}

.under_kv .page_title{
    padding: 8vw 0 0 6vw;
	position: relative;
}

.under_kv .page_title .ttl{
    height: 15vw;
    max-width: none;
    position: absolute;
    top: 0;
    left: -6vw;
}

.under_kv .page_title > span{
	display: block;
    line-height: 150%;
    font-weight: 700;
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
}

.under_kv .page_title .jpn{
	font-size: 8vw;
    color: #000;
}

.under_kv .page_title .eng{
    margin: 1vw 0 0;
	font-size: 7vw;
    color: #F2F2F2;
}


/* common_table
   ================================================================== */	
.common_table{
	margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.common_table th,
.common_table td{
	padding: 3vw 4vw;
    font-size: 3.5vw;
    line-height: 170%;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.common_table th{
    border-top: 1px solid #ddd;
	background: #F6F6F6;
    font-weight: 700;
}

.common_table td{
	background: #fff;
}

.common_table td a{
	display: inline-block;
    font-size: inherit;
    line-height: inherit;
}


/* block_ttl
   ================================================================== */	
.block_ttl{
    padding: 5vw 0;
	position: relative;
}

.block_ttl::before{
    content: "";
    background: #F5F5F5;
    width: 2000%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 90%;
}

.block_ttl > span{
    font-size: 5vw;
    font-weight: 700;
    line-height: 150%;
    color: #000;
    letter-spacing: 0.28em;
    display: block;
	position: relative;
    z-index: 1;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	width: 70vw;
	display: inline-block;
	background: rgba(43,43,43,0);
    border: 1px solid #eee;
	position: relative;
}

.anime_btn.color2 a{
	background: rgba(43,43,43,1);
    border: 1px solid rgba(43,43,43,1);
}

.anime_btn a > span{
	padding: 3vw 2vw;
	display: block;
	font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	box-sizing: border-box;
}


@media screen and (min-width : 500px){

	
	p,
	a,
	li{
		font-size: 1.5vw;
	}

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

    .inner{
        padding: 0 2vw;
    }
    
    #wrap{
    	position: relative;
    }

    #wrap::before{
        width: 8%;
        display: block;
    }


    /* header
       ================================================================== */
    header .bg::after{
        height: 60vw;
        left: 300px;
    }
    
    header .inner{
    	padding: 19px 15px;
    }
    
    .site_logo{
        line-height: 0;
        width: 250px;
    }


    /* gnav
       ================================================================== */
    .gnav{
        right: -250px;
        width: 250px;
    }


    /* footer
       ================================================================== */
    footer{
    	margin: 0 0 0;
    }
    
    footer::before{
        top: 9.0vw;
    }
    
    
    /* footer_cv
       ================================================================== */
    .footer_cv{
    	margin: 0 auto;
        width: 95%;
    }
    
    .footer_cv .flex{
    	display: flex;
    }
    
    .footer_cv .left{
    	margin: 0 0 0;
        padding: 0 2.0vw 0 2.5vw;
        width: 65%;
        max-width: 76.5vw;
        height: 18.0vw;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    
    .footer_cv h1{
        width: 40%;
        max-width: 27.0vw;
    }
    
    .footer_cv .text_box{
    	margin: 0 0 0;
        padding: 0 0 0 5.0vw;
        width: calc(100% - 40%);
        box-sizing: border-box;
    }
    
    .footer_cv .text_box h3{
    	font-size: 1.6vw;
    }
    
    .footer_cv .text_box .tel{
    	margin: 0 0 0;
    }
    
    .footer_cv .text_box .tel .siz_s{
    	font-size: 2.2vw;
    }
    
    .footer_cv .text_box .tel .siz_l{
    	font-size: 3.1vw;
    }
    
    .footer_cv .text_box p{
        margin: .5vw 0 0;
    	font-size: 1.5vw;
    }
    
    .footer_cv .right{
    	margin: 0 0 0;
        padding: 0;
        height: 18.0vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 65%);
        box-sizing: border-box;
    }
    
    
    /* footer_bottom
       ================================================================== */
    .footer_bottom{
        margin: 7.0vw 4vw 0;
    }
    
    footer .footer_nav{
    	margin: 0 0 0;
        line-height: 0;
    }
    
    footer .footer_nav ul{
    	display: flex;
    }
    
    footer .footer_nav ul li{
    	margin: 0 4.0vw 0 0;
    }
    
    footer .footer_nav ul li a{
    	background: none;
    	padding: 0;
    	border-bottom: none;
    	font-size: 1.5vw;
        transition: .3s;
    }
    
    footer .footer_nav ul li a:hover{
    	opacity: .5;
    }
    
    footer .footer_nav ul li a span{
    	color: inherit;
    }
    
    .footer_company{
    	margin: 6.0vw 0 0;
        padding: 0 0 10.0vw;
    }
    
    .footer_company .site_logo{
    	margin: 0;
        width: 27.0vw;
    }
    
    .footer_company .footer_logo img{
    	width: 100%;
    }
    
    .footer_company p{
    	margin: 2.2vw 0 0;
        line-height: 2.5vw;
    }
    
    .add_box{
    	padding: 6.6vw 0;
    }
    
    footer address{
    	font-size: 1.3vw;
    }


    /* page_scroll
       ================================================================== */
    #page_scroll {
    	margin: 0 0 0;
        position: absolute;
        right: -4vw;
        bottom: 0;
        text-align: right;
        line-height: 0;
    }
    
    #page_scroll a{
        margin: 0;
        padding: 0;
        width: auto;
        display: inline-flex;
    }
    
    #page_scroll a span{
        margin-left: 0;
        padding: 1vw 3.5vw 5vw 3vw;
        width: 8.5vw;
    	font-size: 1.3vw;
        letter-spacing: 0.3em;
	    text-align: left;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        position: relative;
        overflow: hidden;
    }

    #page_scroll a span::before{
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #page_scroll a span::after{
        content: "";
        width: 1px;
        height: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        animation: page_scroll 1.5s infinite cubic-bezier(0.77, 0, 0.175, 1);
    }
    
    #page_scroll a:hover span::after{
        animation: page_scroll .6s infinite cubic-bezier(0.77, 0, 0.175, 1);
    }


    /* under_kv
       ================================================================== */	
    .under_kv{
    	padding: 0 0 8.0vw;
    }
    
    .under_kv .page_title{
        padding: 8.6vw 0 0;
    }
    
    .under_kv .page_title .ttl{
        height: 13.3vw;
        left: -5vw;
    }
    
    .under_kv .page_title .jpn{
    	font-size: 4.5vw;
    }
    
    .under_kv .page_title .eng{
        margin: 1.0vw 0 0;
    	font-size: 4.5vw;
    }


    /* common_table
       ================================================================== */	
    .common_table{
        border-bottom: none;
    }
    
    .common_table th,
    .common_table td{
    	padding: 1.5vw 3.0vw;
        font-size: 1.5vw;
        line-height: 3.0vw;
        width: auto;
        display: table-cell;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .common_table th{
        width: 21.0vw;
    }


    /* block_ttl
       ================================================================== */	
    .block_ttl{
        padding: 3.0vw 0;
    }
    
    .block_ttl::before{
        right: 95%;
    }
    
    .block_ttl > span{
        font-size: 3.0vw;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
		width: 25vw;
	}
	
	.anime_btn a > span{
		padding: 1.5vw 1vw;
		font-size: 1.5vw;
	}
	
	
}
@media screen and (min-width : 1040px){

	
    a{
    	text-decoration: none;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
        padding: 0;
    	max-width: 1000px;
    	margin: auto;
		box-sizing: border-box;
    }
	
	p,
	a,
	li{
		font-size: 15px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 125px 0 0;
    	position: relative;
    }

    #wrap::before{
        width: 130px;
    }


    /* header
       ================================================================== */    
    .header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background: rgba(255,255,255,0);
        transition: transform .5s cubic-bezier(.67,.09,.06,.97),background-color .5s cubic-bezier(.67,.09,.06,.97);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    .scroll_move .header{
        background: rgba(255,255,255,.9);
    }

    header .inner{
    	padding: 0 30px;
        max-width: 100%;
        display: flex;
        align-items: center;
        height: 125px;
    }
    
    .site_logo{
        width: 25%;
        max-width: 270px;
    }
   
	
    /* gnav
       ================================================================== */
    #ham_btn{
        display: none;
    }
    
    .gnav{
        margin: 0 0 0 auto;
        padding: 0;
        width: auto;
        box-sizing: border-box;
        position: relative;
        right: auto;
        overflow: inherit;
        background: none;
        display: flex;
        align-items: center;
    }
    
    .gnav > ul{
    	margin: auto;
    	font-size: 0;
        overflow: inherit;
    }
    
    .gnav > ul > li{
        margin: 0 .9vw;
    	text-align: center;
		width: auto;
		display: inline-block;
    }
    
    .gnav > ul > li > a{
    	padding: 10px 0;
    	display: block;
    	text-align: center;
    	font-size: 15px;
        border: none;
        height: auto;
    }

    .gnav > ul > li.inv{
        margin-right: 0;
    }

    .gnav > ul > li.inv a{
        width: 150px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .gnav > ul > li > a{
        transition: .3s;
    }
    
    .gnav > ul > li:not(.inv) > a:hover{
        color: #aaa;
    }

    .gnav > ul > li.inv a{
        border: 1px solid #001650;
        transition: .3s;
    }

    .gnav > ul > li.inv a:hover{
        background: #F7F7F7;
        color: #001650;
    }


    /* footer
       ================================================================== */
    footer{
    	margin: 0 0 0;
    }
    
    footer::before{
        top: 90px;
    }
    
    
    /* footer_cv
       ================================================================== */
    .footer_cv{
    	margin: 0 auto;
        width: 95%;
        max-width: 1236px;
    }
    
    .footer_cv .flex{
    	display: flex;
    }
    
    .footer_cv .left{
    	margin: 0 0 0;
        padding: 0 20px 0 45px;
        width: 61%;
        max-width: 765px;
        height: 180px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    
    .footer_cv h1{
        width: 30%;
        max-width: 270px;
    }
    
    .footer_cv .text_box{
    	margin: 0 0 0;
        padding: 0 0 0 60px;
        width: calc(100% - 30%);
        box-sizing: border-box;
    }
    
    .footer_cv .text_box h3{
    	font-size: 16px;
    }
    
    .footer_cv .text_box .tel{
    	margin: 0 0 0;
    }
    
    .footer_cv .text_box .tel .siz_s{
    	font-size: 22px;
    }
    
    .footer_cv .text_box .tel .siz_l{
    	font-size: 35px;
    }
    
    .footer_cv .text_box p{
        margin: 5px 0 0;
    	font-size: 15px;
    }
    
    .footer_cv .right{
    	margin: 0 0 0;
        padding: 0;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 61%);
        box-sizing: border-box;
    }
    
    
    /* footer_bottom
       ================================================================== */
    .footer_bottom{
        margin: 70px 0 0;
    }
    
    footer .footer_nav{
    	margin: 0 0 0;
        line-height: 0;
    }
    
    footer .footer_nav ul{
    	display: flex;
    }
    
    footer .footer_nav ul li{
    	margin: 0 40px 0 0;
    }
    
    footer .footer_nav ul li a{
    	background: none;
    	padding: 0;
    	border-bottom: none;
    	font-size: 15px;
    }
    
    footer .footer_nav ul li a span{
    	color: inherit;
    }
    
    .footer_company{
    	margin: 60px 0 0;
        padding: 0 0 100px;
    }
    
    .footer_company .site_logo{
    	margin: 0;
        width: 270px;
    }
    
    .footer_company .footer_logo img{
    	width: 100%;
    }
    
    .footer_company p{
    	margin: 22px 0 0;
        line-height: 25px;
    }
    
    .add_box{
    	padding: 66px 0;
    }
    
    footer address{
    	font-size: 13px;
    }


    /* page_scroll
       ================================================================== */
    #page_scroll {
    	margin: 0 0 0;
        position: absolute;
        right: 20px;
        bottom: 0;
    }
    
    #page_scroll a span{
        margin-left: 0;
        padding: 5px 28px 0 19px;
        width: 75px;
        height: 140px;
    	font-size: 13px;
        letter-spacing: 0.2em;
        text-align: left;
    }


    /* under_kv
       ================================================================== */	
    .under_kv{
    	padding: 0 0 80px;
    }
    
    .under_kv .page_title{
        padding: 86px 0 0;
    }
    
    .under_kv .page_title .ttl{
        height: 133px;
        left: -183px;
    }
    
    .under_kv .page_title .jpn{
    	font-size: 45px;
    }
    
    .under_kv .page_title .eng{
        margin: 10px 0 0;
    	font-size: 45px;
    }


    /* common_table
       ================================================================== */	
    .common_table{
        border-bottom: none;
    }
    
    .common_table th,
    .common_table td{
    	padding: 15px 30px;
        font-size: 15px;
        line-height: 30px;
        width: auto;
        display: table-cell;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .common_table th{
        width: 210px;
    }


    /* block_ttl
       ================================================================== */	
    .block_ttl{
        padding: 32px 0;
    }
    
    .block_ttl::before{
        right: 95%;
    }
    
    .block_ttl > span{
        font-size: 30px;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 250px;
		position: relative;
		overflow: hidden;
        transition: .5s;
        box-sizing: border-box;
	}
	
	.anime_btn a > span{
		padding: 0;
		height: 58px;
		z-index: 1;
		position: relative;
		line-height: 58px;
		overflow: hidden;
		font-size: 15px;
		transition: .5s;
	}
	
	.anime_btn a:hover{
		background: #fff;
	}
	
	.anime_btn a:hover > span{
		color: #2B2B2B;
	}
	
	
}
@media screen and (min-width : 1500px){
    
    
    /* gnav
       ================================================================== */
    .gnav > ul > li{
        margin: 0 20px;
    }
    
    
}
