@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..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 Sans JP","メイリオ","ms pgothic", sans-serif;
	color: #111;
}

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;
}


/* template
   ================================================================== */
p,
a,
li{
	font-size: 3.5vw;
	line-height: 170%;
}

.f14{
    font-size: 3.3vw !important;
}

.f17{
    font-size: 3.7vw !important;
}

.f18{
    font-size: 3.8vw !important;
}

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%;
}

.serif{
	font-family: 'Noto Serif JP';
}

.oswald{
	font-family: 'Oswald';
}

.grecaptcha-badge{
	z-index: 10;
}

.contact_page #page_top{
	bottom: 90px;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tab,
.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.inner{
    padding-left: 3vw;
    padding-right: 3vw;
}

.red{
    color: #E74C3C;
}

.red02{
    color: #C12C6F;
}

.blue{
    color: #1A64AE;
}

.yellow{
    color: #F7AC22;
}

.green{
    color: #78B13A;
}

.bold{
    font-weight: 700 !important;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* header
   ================================================================== */
header{
	position: relative;
    z-index: 10;
    width: 100%;
}

.index header{
	position: absolute;
}

header > .inner{
	padding: 0 3vw;
    box-sizing: border-box;
    height: 20vw;
}

header .site_logo{
    padding: 4vw 0 0 2vw;
    width: 40vw;
    z-index: 1;
    line-height: 0;
    transition: .3s;
}

.site_logo{
    line-height: 0;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
    position: relative;
    z-index: 1;
}


/* ham_btn
   ================================================================== */
.ham_btn{
    padding: 0;
    right: 5vw;
    top: 5vw;
    width: 8vw;
    height: 8vw;
    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;
}

.ham_btn.open{
    transform: rotate(0deg);
}

.ham_btn .inner{
    padding: 0;
    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: 1.5vw;
    width: 1.5vw;
    background: #222;
    display: block;
}

.ham_btn .inner .bar{
    position: relative;
}

.ham_btn .inner .bar:nth-child(2){
    margin: 1.5vw 0;
}

.ham_btn .inner .bar:nth-child(1):after{
    background: #C12C6F;
}

.ham_btn .inner .bar:before{
    content: "";
    position: absolute;
    top: 0;
    left: -3vw;
}

.ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -3vw;
}

.ham_btn.open .bar:before,
.ham_btn.open .bar:after,
.ham_btn.open .bar{
    background: transparent !important;
}

.ham_btn.open .bar:nth-child(2):before,
.ham_btn.open .bar:nth-child(2):after{
    background: #222 !important;
    width: 8vw;
    height: 2px;
}

.ham_btn.open .bar:nth-child(2):before{
    transform: rotate(45deg);
    top: .5vw;
    left: -3vw;
}

.ham_btn.open .bar:nth-child(2):after{
    transform: rotate(-45deg);
    bottom: .5vw;
    right: -3.5vw;
}

body.open{
    position: fixed;
    width: 100%;
}


/* slide_menu
   ================================================================== */
header::before{
    content: "";
    background: #F6F6F8;
    width: 100%;
    height: 20vw;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 21;
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    transition-delay: .3s;
}

.open header::before{
    left: 0;
    transition-delay: .3s;
}
    
header .nav_logo{
    width: 50vw;
    height: 15vw;
    position: fixed;
    top: 2vw;
    left: 5vw;
    z-index: 50;
    opacity: 0;
    transform: scale(1,0);
    animation: navilogo_off 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}

header .nav_logo a{
    background-image: url("../images/common/webp/logo.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
}

header .nav_logo a img{
    opacity: 0;
}

.open header .nav_logo{
    animation: navilogo_on .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    animation-delay: .5s;
}

.slide_menu{
    padding: 25vw 0 0;
    position: fixed;
    top: 0;
    right: -100vw;
    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{
    right: 0;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.slide_menu > .inbox{
    margin: 0 0 0;
    padding: 0 0 0;
}

.slide_menu .slide_nav{
    padding: 0 0 70px;
}

.slide_nav > ul{
    padding: 10vw 0 0 10vw;
    overflow: hidden;
    width: 100%;
}    

.slide_nav > ul > li{
    margin: 6vw 0 0;
    padding: 0 1vw;
}

.slide_nav > ul > li > div{
    overflow: hidden;
}

.slide_nav > ul > li > div span,
.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 .nav_menu ul{
    margin: 0 0 0 2vw;
}

.slide_nav .nav_menu ul li{
    margin: 5vw 0 0;
}

.slide_nav > ul > li > div span,
.slide_nav .nav_menu ul li a{
    display: inline-block;
    z-index: 2;
    box-sizing: border-box;
}

.slide_nav .nav_menu ul li a{
    padding-left: 5vw;
    font-size: 4.0vw;
    position: relative;
}

.slide_nav .nav_menu ul li a:before{
	content: "";
	background: #222;
	width: 2vw;
	height: 2vw;
    top: 1.2vw;
	position: absolute;
	left: 0;
    border-radius: 50px;
}

.slide_nav li > div span,
.slide_nav li{
    overflow: hidden;
    line-height: 1;
}

.slide_nav .nav_menu ul li a,
.slide_nav > ul > li > div span,
.slide_nav > ul > li > a{
    transition: transform .3s cubic-bezier(1, 0.01, 0.67, 0.56);
    transform: translateY(100px);
}

.slide_menu.open .slide_nav .nav_menu ul li a,
.slide_menu.open .slide_nav > ul > li > div span,
.slide_menu.open .slide_nav > ul > li > a{
    transform: translateY(0);
    transition: transform 1s cubic-bezier(1, 0.01, 0.67, 0.56),color .3s,background .3s;
}

/* ナビ下層の出現 */
@keyframes nav_menu1 {
    0% {opacity: 0;}
    100%{opacity: 1;}
}

/* ナビ時のロゴ */
@keyframes navilogo_off {
    0% {
        transform: scale(1,1);
        opacity: 1;
    }
    50% {
        transform: scale(1,1);
        opacity: 0;
    }
    100% {
        transform: scale(1,0);
        opacity: 0;
    }
}

@keyframes navilogo_on {
    0% {
        transform: scale(1,0);
        opacity: 0;
    }
    50%{
        transform: scale(1,1);
        opacity: 0;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}


/* gnav
   ================================================================== */
.gnav{
    display: none;
}


/* footer_tag
   ================================================================== */
footer{
    margin: 0 0 0;
	padding: 0 0 0;
    position: relative;
    background: #F6F6F8;
}

/* footer_photo */
.footer_photo{
    height: 60vw;
    background-image: url("../images/common/webp/footer_photo.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

/* pc_flex */
footer .pc_flex{
    margin: 0 0 0;
}

/* footer_company */
.footer_company{
	margin: -10vw 0 0;
    padding: 5vw;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.footer_company .site_logo{
    margin: 0;
	width: 50vw;
    line-height: 0;
}

.footer_company .site_logo a{
    width: 100%;
}

.footer_company .site_logo img{
    width: 100%;
}

.footer_company .site_logo .name{
    margin: 2vw 0 0;
    font-size: 3.4vw;
    line-height: 150%;
    font-weight: 700;
    color: #C12C6F;
    display: block;
}

.footer_company .text_box{
	padding: 4vw 0 0;
}

.footer_company .footer_company_list > li + li{
    margin: 5vw 0 0;
}

.footer_company .text_box .ttl{
    font-size: 3.5vw;
    color: #172C62;
}

.footer_company .text_box .txt{
    margin: 1vw 0 0;
    font-size: 3.5vw;
    font-weight: 500;
}

.footer_company .text_box .tel{
    margin: 1vw 0 0;
}

.footer_company .text_box .tel a{
    display: flex;
    align-items: baseline;
}

.footer_company .text_box .tel a span{
    font-size: 3.7vw;
    display: block;
    line-height: 150%;
    font-weight: 500;
    color: #2076B5;
}

.footer_company .text_box .tel a .siz_s{
    font-size: 3.5vw;
}

/* buttons */
.buttons{
    margin: 6vw 0 0;
    display: flex;
}

.buttons li + li{
    margin-left: 3vw;
}

.buttons li a{
    padding: 0 7vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #172C62;
    border: 1px solid  #172C62;
}

.buttons li.pink a{
    background: #F83585;
    border-color: #F83585;
}

.buttons li a svg{
    width: 4vw;
}

.buttons li.pink a svg{
    width: 3.5vw;
}

.buttons li a .txt{
    margin: 0 0 0 2vw;
    font-size: 3.4vw;
    font-weight: 500;
    display: block;
    line-height: 150%;
    color: #fff;
}

/* footer_nav_block */
.footer_nav_block{
    padding: 0 0 0;
    position: relative;
}

.footer_nav{
	margin: 10vw -3vw 0vw;
    line-height: 0;
    border-top: 1px solid #ddd;
}

.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: 700;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.footer_nav ul li ul li a{
    padding-left: 10vw;
	font-size: 3.6vw;
    position: relative;
}

.footer_nav ul li ul li a:before{
    content: "";
    background: #222;
    width: 2vw;
    height: 2vw;
    top: 6vw;
    position: absolute;
    left: 6vw;
    border-radius: 50px;
}

/* bottom_box */
footer .bottom_box{
	padding: 10vw 0;
    background: #fff;
}

footer address{
	font-size: 2.6vw;
    color: #222;
    font-weight: 400;
    letter-spacing: 0.05em;
}


/* page_top
   ================================================================== */
#page_top{
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	width: 12vw;
    z-index: 4;
	line-height: 0;
	display: none;
}

#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;
}


/* more_btn
   ================================================================== */	
.more_btn{
	text-align: right;
	line-height: 0;
}

.more_btn span,
.more_btn a{
	padding-right: 12vw;
	font-size: 3.3vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.more_btn span::before,
.more_btn a::before{
	content: "";
	background-image: url("../images/common/more_btn_arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 9vw;
	height: 100%;
	position: absolute;
	top: 0;
    bottom: 0;
	right: 0;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 60vw;
    height: 15vw;
	font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #172C62;
    border: 1px solid #172C62;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media screen and (min-width : 500px){

    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 1.7vw;
        line-height: 2.8vw;
	}
    
    .f14{
        font-size: 1.6vw !important;
        line-height: 2.7vw;
    }

    .f17{
        font-size: 1.7vw !important;
    }

    .f18{
        font-size: 1.8vw !important;
        line-height: 2.9vw;
    }

    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 > .inner{
    	padding: 4.0vw 12.8vw 0 0;
        max-width: 100%;
        height: 12.5vw;
        display: block;
        justify-content: flex-end;
        transition: ease-out 0.3s;
    }
    
    header .site_logo{
        padding: 0;
        width: 20.5vw;
        position: absolute;
        top: 4.0vw;
        left: 2.8vw;
    }


    /* ham_btn
       ================================================================== */
    .ham_btn{
        right: 4.0vw;
        top: 4.0vw;
        width: 2.0vw;
        height: 2.0vw;
        transition: .3s;
    }

    .ham_btn:hover{
        transform: rotate(90deg);
    }

    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        height: .4vw;
        width: .4vw;
    }

    .ham_btn .inner .bar:nth-child(2){
        margin: .4vw 0;
    }

    .ham_btn .inner .bar:before{
        left: -.8vw;
    }

    .ham_btn .inner .bar:after{
        right: -.8vw;
    }

    .ham_btn.open .bar:nth-child(2):before,
    .ham_btn.open .bar:nth-child(2):after{
        width: 2.7vw;
    }

    .ham_btn.open .bar:nth-child(2):before{
        top: .1vw;
        left: -1.1vw;
    }

    .ham_btn.open .bar:nth-child(2):after{
        bottom: .1vw;
        right: -1.2vw;
    }
    
    
    /* slide_menu
       ================================================================== */
    header::before{
        width: 50vw;
        height: 100vh;
        top: -100vh;
        left: 0;
    }
    
    .open header::before{
        top: 0;
    }
    
    header .nav_logo{
        width: 28.0vw;
        height: 7.5vw;
        position: fixed;
        left: calc((50%) - 25% - (28.0vw / 2));
        top: calc(50% - (7.5vw / 2));
        z-index: 50;
        opacity: 0;
        transform: scale(1,0);
        animation: navilogo_off 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    }
    
    .open header .nav_logo{
        animation: navilogo_on .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
        animation-delay: .5s;
    }

    .slide_menu{
        padding: 0;
        bottom: auto;
        top: -100vh;
        left: 50vw;
        width: 50vw;
        height: 100vh;
        align-items: center;
    }
    
    .slide_menu.open{
        top: 0;
        left: 50vw;
    }

    .slide_menu > .inbox{
        margin: 0 0 0;
        padding: 0 0 2vh;
    }

    .slide_menu .slide_nav{
        padding: 0 0 0;
    }
    
    .slide_nav > ul{
        padding-top: 0;
        overflow: hidden;
        width: auto;
    }

    .slide_nav > ul > li{
        margin: 1vw 0 0;
        padding: 0 0 1px;
    }

    .slide_nav .nav_menu > div > span,
    .slide_nav .nav_menu ul li a,
    .slide_nav > ul > li > a{
        padding: .8vw 0;
        font-size: 1.4vw;
    }

    .slide_nav .nav_menu ul{
        margin: 0 0 0 1.7vw;
    }

    .slide_nav .nav_menu ul li{
        margin: .5vw 0;
    }
    
    .slide_nav .nav_menu ul li a{
        padding-left: 1.6vw;
        font-size: 1.3vw;
    }

    .slide_nav .nav_menu ul li a:before{
        width: .7vw;
        height: .7vw;
        top: 1.4vw;
        transition: .3s;
    }

    .slide_nav .nav_menu{
        cursor: context-menu;
    }

    .slide_nav ul li a:hover{
        color: #C12C6F;
    }

    .slide_nav .nav_menu ul li a:hover:before{
        background: #C12C6F;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* footer_photo */
    .footer_photo{
        height: 52.0vw;
    }

    /* pc_flex */
    footer .pc_flex{
        margin: 0 0 0;
        padding: 0 0 11.7vw;
        display: flex;
    }

    /* footer_company */
    .footer_company{
        margin: -23.2vw 0 0;
        padding: 4.5vw 2.0vw 5.0vw 5.0vw;
        width: 46.0vw;
        height: 49.5vw;
        box-sizing: border-box;
    }

    .footer_company .site_logo{
        width: 20.5vw;
    }

    .footer_company .site_logo .name{
        margin: 1.0vw 0 0;
        font-size: 1.4vw;
    }

    .footer_company .text_box{
        padding: 2.5vw 0 0;
    }

    .footer_company .footer_company_list > li + li{
        margin: 3.0vw 0 0;
    }

    .footer_company .text_box .ttl{
        font-size: 1.5vw;
    }

    .footer_company .text_box .txt{
        margin: .5vw 0 0;
        font-size: 1.5vw;
        line-height: 2.2vw;
    }

    .footer_company .text_box .tel{
        margin: .5vw 0 0;
    }

    .footer_company .text_box .tel a{
        display: inline-flex;
    }

    .footer_company .text_box .tel a span{
        font-size: 1.7vw;
    }

    .footer_company .text_box .tel a .siz_s{
        font-size: 1.5vw;
    }

    /* buttons */
    .buttons{
        margin: 2.5vw 0 0;
        display: flex;
    }

    .buttons li + li{
        margin-left: 1.0vw;
    }

    .buttons li a{
        padding: 0 2.0vw;
        height: 4.5vw;
        min-width: 15.0vw;
        box-sizing: border-box;
    }

    .buttons li.pink a{
        min-width: 20.0vw;
    }

    .buttons li a svg{
        width: 2.0vw;
    }

    .buttons li.pink a svg{
        width: 1.6vw;
    }

    .buttons li a .txt{
        margin: 0 0 0 1.0vw;
        font-size: 1.4vw;
    }

    .buttons li a,
    .buttons li a .txt,
    .buttons li a path{
        transition: .3s;
    }

    .buttons li a:hover{
        background: #fff;
    }

    .buttons li a:hover .txt{
        color: #172C62;
    }

    .buttons li a:hover path{
        fill: #172C62;
    }

    .buttons li.pink a:hover .txt{
        color: #F83585;
    }

    .buttons li.pink a:hover path{
        fill: #F83585;
    }

    /* footer_nav_block */
    .footer_nav_block{
        padding: 4.0vw 0 0 8.5vw;
        width: calc(100% - 46.0vw);
        box-sizing: border-box;
    }

    .footer_nav{
        margin: 0;
        display: flex;
        border-top: 0px;
    }

    .footer_nav ul{
        margin: 0;
    }

    .footer_nav ul + ul{
        margin: 0 0 0 8.5vw;
    }

    .footer_nav ul li{
        margin: 0;
    }

    .footer_nav ul li div span,
    .footer_nav ul li a{
        padding: 1.0vw 0;
        display: inline-block;
        font-size: 1.4vw;
        border-bottom: none;
        transition: .3s;
    }

    .footer_nav ul li ul li a{
        padding: .5vw 0 .5vw 1.6vw;
        font-size: 1.3vw;
    }

    .footer_nav ul li ul li a:before{
        width: .7vw;
        height: .7vw;
        top: 1.1vw;
        left: 0;
        transition: .3s;
    }

    .footer_nav ul li a:hover{
        color: #C12C6F;
    }

    .footer_nav ul li a:hover:before{
        background: #C12C6F;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: 4.0vw 0;
    }

    footer address{
        font-size: 1.3vw;
    }


    /* 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;
    }


    /* more_btn
       ================================================================== */
    .more_btn span,
    .more_btn a{
        padding-right: 5.0vw;
        font-size: 1.4vw;
    }

    .more_btn span::before,
    .more_btn a:before{
        width: 3.5vw;
        transition: .3s;
    }

    .more_btn a:hover:before{
        transform: translateX(10px);
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
		width: 28.0vw;
        height: 6.0vw;
		font-size: 1.5vw;
        transition: .3s;
	}
	
	.anime_btn a:hover{
		background: #fff;
        color: #172C62;
	}
    
    
}
@media screen and (min-width : 1040px){
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 15px;
        line-height: 26px;
	}
     
    .f14{
        font-size: 14px !important;
        line-height: 25px;
    }

    .f17{
        font-size: 17px !important;
    }

    .f18{
        font-size: 18px !important;
        line-height: 29px;
    }

	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}
	
    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;
    }

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header > .inner{
    	padding: 40px 128px 0 0;
        max-width: 100%;
        height: 125px;
        justify-content: flex-end;
        transition: ease-out 0.3s;
    }
    
    header .site_logo{
        padding: 0;
        width: 205px;
        position: absolute;
        top: 40px;
        left: 58px;
    }


    /* ham_btn
       ================================================================== */
    .ham_btn{
        right: 40px;
        top: 40px;
        width: 20px;
        height: 20px;
    }

    .ham_btn .inner .bar,
    .ham_btn .inner .bar:before,
    .ham_btn .inner .bar:after{
        height: 4px;
        width: 4px;
    }

    .ham_btn .inner .bar:nth-child(2){
        margin: 4px 0;
    }

    .ham_btn .inner .bar:before{
        left: -8px;
    }

    .ham_btn .inner .bar:after{
        right: -8px;
    }

    .ham_btn.open .bar:nth-child(2):before,
    .ham_btn.open .bar:nth-child(2):after{
        width: 27px;
    }

    .ham_btn.open .bar:nth-child(2):before{
        top: 1px;
        left: -11px;
    }

    .ham_btn.open .bar:nth-child(2):after{
        bottom: 1px;
        right: -12px;
    }
    

    /* slide_menu
       ================================================================== */
    header .nav_logo{
        width: 280px;
        height: 75px;
        left: calc((50%) - 25% - (280px / 2));
        top: calc(50% - (75px / 2));
    }
    
    .slide_menu{
        padding: 0;
    }
    
    .slide_nav > ul{
        padding: 50px 0 50px 105px;
        overflow: hidden;
        width: auto;
    }

    .slide_nav .nav_menu ul li,
    .slide_nav > ul > li{
        margin: 5px 0;
    }

    .slide_nav .nav_menu > div > span,
    .slide_nav .nav_menu ul li a,
    .slide_nav > ul > li > a{
        padding: 8px 0;
        font-size: 14px;
    }

    .slide_nav .nav_menu ul{
        margin: 0 0 0 17px;
    }

    .slide_nav .nav_menu ul li{
        margin: 5px 0;
    }
    
    .slide_nav .nav_menu ul li a{
        padding-left: 16px;
        font-size: 13px;
    }

    .slide_nav .nav_menu ul li a:before{
        width: 7px;
        height: 7px;
        top: 14px;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    /* footer_photo */
    .footer_photo{
        height: 520px;
    }

    /* pc_flex */
    footer .pc_flex{
        margin: 0 0 0;
        padding: 0 0 117px;
        display: flex;
    }

    /* footer_company */
    .footer_company{
        margin: -232px 0 0;
        padding: 45px 20px 50px 50px;
        width: 460px;
        height: 495px;
        box-sizing: border-box;
    }

    .footer_company .site_logo{
        width: 205px;
    }

    .footer_company .site_logo .name{
        margin: 10px 0 0;
        font-size: 14px;
    }

    .footer_company .text_box{
        padding: 25px 0 0;
    }

    .footer_company .footer_company_list > li + li{
        margin: 30px 0 0;
    }

    .footer_company .text_box .ttl{
        font-size: 15px;
    }

    .footer_company .text_box .txt{
        margin: 5px 0 0;
        font-size: 15px;
        line-height: 22px;
    }

    .footer_company .text_box .tel{
        margin: 5px 0 0;
    }

    .footer_company .text_box .tel a{
        display: inline-flex;
    }

    .footer_company .text_box .tel a span{
        font-size: 17px;
    }

    .footer_company .text_box .tel a .siz_s{
        font-size: 15px;
    }

    /* buttons */
    .buttons{
        margin: 25px 0 0;
        display: flex;
    }

    .buttons li + li{
        margin-left: 10px;
    }

    .buttons li a{
        padding: 0 20px;
        height: 45px;
        min-width: 150px;
        box-sizing: border-box;
    }

    .buttons li.pink a{
        min-width: 200px;
    }

    .buttons li a svg{
        width: 20px;
    }

    .buttons li.pink a svg{
        width: 16px;
    }

    .buttons li a .txt{
        margin: 0 0 0 10px;
        font-size: 14px;
    }

    /* footer_nav_block */
    .footer_nav_block{
        padding: 40px 0 0 85px;
        width: calc(100% - 460px);
        box-sizing: border-box;
    }

    .footer_nav{
        margin: 0;
        display: flex;
        border-top: 0px;
    }

    .footer_nav ul{
        margin: 0;
    }

    .footer_nav ul + ul{
        margin: 0 0 0 85px;
    }

    .footer_nav ul li{
        margin: 0;
    }

    .footer_nav ul li div span,
    .footer_nav ul li a{
        padding: 10px 0;
        display: inline-block;
        font-size: 14px;
        border-bottom: none;
    }

    .footer_nav ul li ul li a{
        padding: 5px 0 5px 16px;
        font-size: 13px;
    }

    .footer_nav ul li ul li a:before{
        width: 7px;
        height: 7px;
        top: 11px;
        left: 0;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: 40px 0;
    }

    footer address{
        font-size: 13px;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 20px;
        right: 26px;
        width: 55px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* more_btn
       ================================================================== */
    .more_btn span,
    .more_btn a{
        padding-right: 50px;
        font-size: 14px;
    }

    .more_btn span::before,
    .more_btn a:before{
        width: 35px;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 280px;
        height: 60px;
		font-size: 15px;
	}
	
	
}
@media screen and (min-width : 1000px){
   
	
    /* 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 37px 0 2px;
    	font-size: 0;
        overflow: inherit;
        background: #F6F6F8;
        border-radius: 5px;
    }
    
    .index .gnav > ul{
        background: #fff;
    }
    
    .gnav > ul > li{
        margin: 0 0 0 35px;
        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.nav_menu div,
    .gnav > ul > li > a{
    	padding: 20px 0;
    	display: flex;
        align-items: center;
        justify-content: center;
    	text-align: center;
        line-height: 1;
        border: none;
        height: auto;
        position: relative;
    	font-size: 14px;
        letter-spacing: 0.1em;
        color: #111;
        font-weight: 700;
        transition: .5s ease;
        top: 0;
    }
    
    .gnav > ul > li > a:hover{
    	color: #C12C6F;
    }
    
    .gnav > ul > li.nav_menu{
    	display: inline-block;
		position: relative;
		cursor: context-menu;
    }
    
    .gnav > ul > li > ul{
        padding: 10px 20px;
    	position: absolute;
		min-width: 220px;
        box-sizing: border-box;
        background: #F6F6F8;
        border-radius: 0 0 5px 5px;
		transition: 0s cubic-bezier(0.77, 0.38, 0.43, 0.85);
		top: calc(100% - 1px);
		left: -20px;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		transform: translate(0,0);
    }
        
    .index .gnav > ul > li > ul{
        background: #fff;
    }

    .gnav > ul > li.nav_menu:hover > ul{
		opacity: 1;
		visibility: visible;
    }
    
    .gnav > ul > li.nav_menu > ul > li{
    	opacity: 0;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li{
    	opacity: 1;
        transition-delay: .2s;
    }
        
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(2){
        transition-delay: .3s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(3){
        transition-delay: .4s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(4){
        transition-delay: .5s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(5){
        transition-delay: .6s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(6){
        transition-delay: .7s;
    }
    
    .gnav > ul > li.nav_menu:hover > ul > li:nth-child(7){
        transition-delay: .8s;
    }

    .gnav > ul > li > ul > li{
        margin: 0 0 1px;
    }
    
    .gnav > ul > li > ul > li a{
		padding: 7px 0 7px 20px;
    	display: flex;
        align-items: center;
		white-space: nowrap;
        position: relative;
        box-sizing: border-box;
        text-align: left;
    	font-size: 13px;
        line-height: 150%;
        letter-spacing: 0.1em;
		font-weight: 700;
		color: #111;
    }
    
    .gnav > ul > li > ul > li a::before{
		content: "";
        background: #111;
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        border-radius: 50px;
    }
    
    .gnav > ul > li > ul > li a,
    .gnav > ul > li > ul > li a::before{
		transition: .3s;
    }

    .gnav > ul > li > ul > li a:hover{
		color: #C12C6F;
    }
    
    .gnav > ul > li > ul > li a:hover::before{
        background: #C12C6F;
    }

    
}
@media screen and (min-width : 1025px){

	
	/* attachment
	   ================================================================== */
	.attachment{
		background-attachment: fixed;
	}

	
}

/* 最新のsafari用 */
_::-webkit-full-page-media, _:future, :root .attachment {
	background-attachment: inherit;
}

/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .attachment {
		background-attachment: inherit;
	}
}

