@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique&family=Zen+Kaku+Gothic+New&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{
    width: 100%;
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.aspect img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
}


/* template
   ================================================================== */
p,
a,
li{
	font-size: 3.7vw;
	line-height: 190%;
}

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%;
}

.kaku{
	font-family: "Zen Kaku Gothic Antique";
}

.kaku_new{
	font-family: "Zen Kaku Gothic New";
}

.josefin{
	font-family: "Josefin Sans";
}

.tab,
.pc{
	display: none;
}

.thm,
.photo{
	line-height: 0;
}

.grecaptcha-badge{
	z-index: 10;
    bottom: 24vw !important;
}

.inner{
    padding-left: 6vw;
    padding-right: 6vw;
}

.bold{
    font-weight: 700;
}

.blue{
    color: #2980B9;
}

.pueple{
    color: #785DC8;
}

.under_l{
    text-decoration: underline;
}

.link_text{
    color: #2F60B4;
}

.link_text_hover:hover{
    text-decoration: underline;
}

.bg_gray_gradient{
	background: linear-gradient(to bottom,#fff,#E5E5E5);
}

#wrap{
    padding: 22vw 0 0;
	position: relative;
    overflow: hidden;
}

#wrap.movie_kv_page{
    padding-top: 0;
}


/* header
   ================================================================== */
header{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(255,255,255,1);
}

.movie_kv_page header{
    background: rgba(255,255,255,0);
}

header > .inner{
	padding: 0 4vw;
    box-sizing: border-box;
}

header .site_logo{
    width: 24vw;
    z-index: 1;
    line-height: 0;
    transition: .3s;
    background: #fff;
    border-radius: 0 0 22px 22px;
}

header .site_logo a{
    padding: 3vw;
    width: 100%;
    display: block;
    box-sizing: border-box;
    z-index: 1;
    line-height: 0;
    transition: .3s;
}

.site_logo a{
    display: inline-block;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.site_logo img{
    width: 100%;
}


/* ham_btn
   ================================================================== */
.ham_position{
    position: relative;
    z-index: 500;
	mix-blend-mode: exclusion;
}

.open .ham_position{
	mix-blend-mode: normal;
}

.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: transparent;
}

.ham_btn.open,
.scroll_move .ham_btn{
    background: transparent;
}

.ham_btn .inner{
    padding: 0;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: ease-out 0.8s;
    box-sizing: border-box;
}

.ham_btn .bar{
    padding: 6vw 0 0;
    text-align: center;
    width: 100%;
}

.ham_btn .bar > span{
    padding: 1vw 0 0;
    font-size: 3.0vw;
    letter-spacing: 0.05em;
    display: block;
    color: #fff;
    position: relative;
}

.ham_btn.open .bar .usually,
.ham_btn .bar .close{
    display: none;
}

.ham_btn.open .bar .close{
    display: block;
}

.ham_btn .bar > span:before,
.ham_btn .inner .bar:before,
.ham_btn .inner .bar:after{
    content: "";
    position: absolute;
    transition: ease-out 0.3s;
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    top: 0;
}

.ham_btn .inner .bar:before{
    top: 2vw;
    left: 0;
    transform-origin: left top;
}

.ham_btn .inner .bar:after{
    top: 4vw;
    right: 0;
    transform-origin: right top;
}

/* open */
.ham_btn.open .bar > span{
    color: #fff;
}

.ham_btn.open .bar > span:before{
    opacity: 0;
}

.ham_btn.open{
    transform: rotate(0deg);
}

.ham_btn.open .bar:before,
.ham_btn.open .bar:after{
    background: #fff;
    width: 103%;
}

.ham_btn.open .bar:before{
    transform: rotate(15deg);
}

.ham_btn.open .bar:after{
    transform: rotate(-15deg);
    top: 2vw;
}

body.open{
    position: fixed;
    width: 100%;
}


/* close_bg
   ================================================================== */
#close_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

.open #close_bg{
    display: block;
}


/* slide_menu
   ================================================================== */
.slide_menu{
    padding: 20vw 0 0;
    position: fixed;
    top: 0;
    right: -65vw;
    width: 65vw;
    height: 100vh;
    background: rgba(20,75,123,.95);
    box-sizing: border-box;
    z-index: 20;
    transition: all ease 0.6s;
    overflow: auto;
}

.slide_menu.show{
    display: flex;
}

.slide_menu.open{
    right: 0;
}

.slide_menu > .inbox{
    margin: 0 0 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.slide_menu .slide_nav{
    padding: 0 0 30vw;
}

/* slide_nav */
.slide_nav > .nav_list{
    padding: 5vw 0 0;
    width: 100%;
    border-bottom: 1px solid rgba(80,133,195,.79);
}    

.slide_nav > .nav_list > li{
    padding: 0;
    border-top: 1px solid rgba(80,133,195,.79);
}

.slide_nav > .nav_list > li.nav_in,
.slide_nav > .nav_list > li > a{
    padding: 5vw 9vw;
}

.slide_nav > .nav_list > li.nav_in{
    padding-right: 0 !important;
}

.slide_nav > .nav_list > li a{
    background-image: url("../images/common/icon_arrow.svg");
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 2vw;
}

.slide_nav > .nav_list > li .ttl,
.slide_nav > .nav_list > li a{
    font-size: 4.5vw;
    letter-spacing: 0.2em;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
    display: flex;
    align-items: center;
    transition: .3s;
    z-index: 2;
    box-sizing: border-box;
}

.slide_nav > .nav_list > li > ul{
    margin: 2vw 0 0 6vw;
}

.slide_nav > .nav_list > li > ul > li a{
    padding: 2vw 0;
    font-weight: 500;
}

.slide_nav li{
    line-height: 1;
}

.slide_nav .sns_btn{
    margin: 6vw 0 0;
}

/* btn_list */
.btn_list{
    margin: 7vw 0 0;
}

.btn_list li{
    margin: 5vw auto 0;
    width: 85%;
}

.btn_list li a{
    height: 12vw;
    display: flex;
	align-items: center;
    border-radius: 100px;
    background: #062B43;
    position: relative;
    box-shadow: 0 3px 3px rgba(0,0,0,.48);
}

.btn_list li.partners a{
    background: #1470AC;
}

.btn_list li a > svg{
    margin: auto;
    width: 5vw;
    top: 0;
    bottom: 0;
    left: 3vw;
    position: absolute;
}

.btn_list li a > span{
    padding: 0 0 0 10vw;
    font-size: 4.2vw;
    font-weight: 700;
    letter-spacing: 0.068em;
    color: #fff;
    display: inline-block;
}

/* head_sns_block */
.head_sns_block{
    margin: 10vw 0 0;
}

.head_sns_block .sns_ttl{
    padding: 1vw 0;
    font-size: 3.5vw;
    font-family: "Zen Kaku Gothic Antique";
    font-weight: 700;
    color: #fff;
    background: #000;
    text-align: center;
}


/* gnav
   ================================================================== */
.gnav{
    display: none;
}


/* sp_fix
   ================================================================== */
.sp_fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none;
}

.sp_fix a{
    display: block;
    line-height: 0;
}


/* footer_tag
   ================================================================== */
footer{
    margin: 0 0 20vw;
	padding: 15vw 0 0;
    position: relative;
    z-index: 1;
}

footer.bg_gray{
    background-color: #F4F4F4;
}

footer.bg_gray2{
    background-color: #F8F8F8;
}

/* foot_top */
.foot_top{
    padding: 0 0 23vw;
    background-image: url("../images/common/footer_wave_sp.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.foot_top .site_logo{
    margin: 0 auto;
    width: 35vw;
}

/* separate_block */
.separate_block{
    padding: 5vw 0 10vw;
    background: #005E88;
}

/* foot_ttl */
.foot_ttl{
    padding: 1vw 2vw;
    font-size: 3.5vw;
    font-weight: 700;
    color: #fff;
    font-family: "Zen Kaku Gothic Antique";
    background: #000;
    text-align: center;
}

/* foot_recruit */
.foot_recruit{
    padding: 0 0 0;
}

.foot_recruit .list{
    margin: 4vw 0 0;
}

.foot_recruit .list li{
    margin: 3vw 0 0;
}

.foot_recruit .list li a{
    display: block;
    line-height: 0;
}

.foot_recruit .list li a img{
    width: 100%;
    box-shadow: 0 6px 3px rgba(0,0,0,.17);
}

/* foot_center */
.foot_center{
    padding: 10vw 0 0;
}

/* foot_sns */
.foot_sns .sns_btn{
    padding: 5vw 0 0;
}

.foot_sns .sns_btn li{
    margin: 0 5vw;
}

.foot_sns .sns_btn li a{
    width: 20vw;
}

/* foot_corporation */
.foot_corporation{
    padding: 10vw 0 0;
}

.foot_corporation .ttl{
    margin: 5vw 0 0;
    font-size: 4vw;
    color: #fff;
}

.foot_corporation .ttl span{
    font-size: 3.6vw;
    color: inherit;
    line-height: inherit;
    display: inline-block;
}

.foot_corporation .link{
    margin: 2vw 0 0;
    line-height: 0;
}

.foot_corporation .link a{
    display: block;
    line-height: 0;
}

.foot_corporation .link a img{
    width: 100%;
}

/* foot_menu */
.foot_menu{
    padding: 10vw 0 0;
}

.footer_nav ul{
	margin: 3vw 0 0;
}

.footer_nav ul li{
	margin: 0;
}

.footer_nav ul li a{
	padding: 3vw 0;
	display: block;
	font-size: 4vw;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0.16em;
    color: #fff;
}

.footer_nav ul li a::before{
	content: "> ";
}

/* bottom_box */
footer .bottom_box{
	padding: 2vw 0;
    background: #000;
}

footer address{
	font-size: 3.6vw;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
}


/* sns_btn
   ================================================================== */
.sns_btn{
    display: flex;
    justify-content: center;
}

.sns_btn li{
    margin: 0 2vw;
    background: #1A1A1A;
    line-height: 0;
    border-radius: 100%;
}

.sns_btn li a{
    width: 14vw;
    background: #1A1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 100%;
}

.sns_btn li img{
    width: 100%;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* partners_logo_show
   ================================================================== */
.partners_logo_show{
	padding: 0 0 0;
}

.partners_logo_show .title{
	margin: 0 0 6vw;
    font-size: 5vw;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique";
}


/* loopslider
   ================================================================== */
.loopslider{
	padding: 0 0 0;
    visibility: hidden;
    display: flex;
    opacity: 0;
}

.infiniteslide_wrap .loopslider{
    visibility: visible;
    opacity: 1;
}

/* partners_logo */
.partners_logo li{
    margin-right: 4vw;
	width: 170vw;
    line-height: 0;
}


/* cta
   ================================================================== */
.cta{
	margin: 0;
    background-image: url("../images/common/webp/cta_bg_sp.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* volunteer_page */
.partners_logo_show + .cta{
	margin-top: 15vw;
}

/* partners_page */
.project_flow + .cta{
	margin-top: 10vw;
}

.cta .pc_flex{
    padding: 10vw 0 16vw;
    position: relative;
    z-index: 1;
}

.cta .left{
	padding: 0 0 0;
}

.cta .left .title{
	padding: 0 0 2vw;
    font-size: 5.5vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique";
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cta .left .txt{
	margin: 2vw 0 0;
    font-size: 3.9vw;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-family: "Zen Kaku Gothic Antique";
    color: #fff;
}

.cta .right{
	padding: 5vw 0 0;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 100%;
    max-width: 95%;
    height: 15vw;
	font-size: 5.2vw;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique";
    letter-spacing: 0.31em;
    line-height: 150%;
	color: #fff;
	background: #222;
    border: 1px solid #222;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

.anime_btn a svg{
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6vw;
    width: 6vw;
}


/* view_btn
   ================================================================== */	
.view_btn{
	line-height: 0;
}

.view_btn a{
	padding: 0;
	width: 100%;
    max-width: 70%;
    height: 7vw;
	font-size: 3.2vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique";
    letter-spacing: 0.1em;
    line-height: 150%;
	color: #fff;
	background: #000;
    border: 1px solid #000;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

.view_btn a svg{
	margin: 0 0 0 1vw;
    width: 3vw;
}


/* to_contact_btn
   ================================================================== */	
.to_contact_btn{
	text-align: center;
	line-height: 0;
}

.to_contact_btn a{
	padding: 0;
	width: 100%;
    max-width: 95%;
    height: 15vw;
	font-size: 4.8vw;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique";
    letter-spacing: 0.1em;
    line-height: 150%;
	color: #fff;
	background: #000;
    border: 1px solid #000;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.to_contact_btn a svg{
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.to_contact_btn a .mail{
    left: 5vw;
    width: 8vw;
}

.to_contact_btn a .arrow{
    right: 5vw;
    width: 6vw;
}


@media screen and (min-width : 500px){
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 1.6vw;
        line-height: 3.4vw;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}

    .grecaptcha-badge{
        bottom: 14px !important;
    }

    .inner{
        margin: auto;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    #wrap{
        padding: 9.0vw 0 0;
    }


    /* header
       ================================================================== */    
    header{
    	height: 8.8vw;
        background: rgba(255,255,255,0);
    }

    header > .inner{
    	padding: 0 2.3vw 0 2.0vw;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: ease-out 0.3s;
    }

    header .site_logo{
        margin-right: auto;
        width: 12.0vw;
    }

    header .site_logo a{
        padding: 1.6vw;
    }
   
	
    /* gnav
       ================================================================== */
    .gnav{
        margin: 0 0 0 auto;
        padding: 0 2.6vw 0 2.0vw;
        top: 2.0vw;
        width: auto;
        height: 5.8vw;
        box-sizing: border-box;
        position: fixed;
        right: auto;
        overflow: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 100px;
    }
    
    .gnav .nav_list{
    	margin: 0;
        padding: 0 0 0;
    	font-size: 0;
        overflow: inherit;
    }
    
    .gnav .nav_list > li{
        margin: 0 0 0;
        padding: 0;
    	text-align: center;
		width: auto;
		display: inline-block;
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    }
    
    .gnav .nav_list > li > a{
    	padding: 1.0vw 1.6vw;
    	display: flex;
        align-items: center;
        justify-content: center;
    	text-align: center;
        line-height: 1;
        border: none;
        height: auto;
    	font-size: 1.5vw;
        letter-spacing: 0.2em;
        font-weight: 700;
        transition: .5s ease;
        position: relative;
    }
    
    .gnav .nav_list > li + li > a:before{
        content: "";
        margin: auto;
        background: #222;
        width: 1px;
        height: 2.0vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    
    .gnav .nav_list > li > a:hover{
    	color: #1C87BF;
    }

    /* btn_list */
    .btn_list{
        margin: 0 0 0 .3vw;
        display: flex;
    }

    .btn_list li{
        margin: 0;
        width: 16.1vw;
    }

    .btn_list li + li{
        margin-left: .5vw;
    }

    .btn_list li a{
        height: 3.5vw;
        border: 1px solid #062B43;
        box-shadow: 0 3px 3px rgba(0,0,0,.19);
    }

    .btn_list li.partners a{
        border-color: #1470AC;
    }

    .btn_list li a > svg{
        width: 1.6vw;
        left: .7vw;
    }

    .btn_list li a > span{
        padding: 0 0 0 3.0vw;
        font-size: 1.2vw;
    }
    
    .btn_list li a circle,
    .btn_list li a path,
    .btn_list li a > span,
    .btn_list li a{
        transition: .3s;
    }

    .btn_list li a:hover{
        background: #fff;
    }

    .btn_list li a:hover > span{
        color: #062B43;
    }

    .btn_list li a:hover path{
        stroke: #062B43;
    }

    .btn_list li a:hover g{
        stroke: #062B43;
    }
    
    /* partners */
    .btn_list li.partners a:hover > span{
        color: #1470AC;
    }

    .btn_list li.partners a:hover path{
        stroke: #1470AC;
    }

    .btn_list li.partners a:hover g{
        stroke: #1470AC;
    }



    /* ham_btn
       ================================================================== */
     .ham_btn{
        display: none;
    }
    
    
    /* slide_menu
       ================================================================== */
    .slide_menu{
        display: none !important;
    }


    /* sp_fix
       ================================================================== */
    .sp_fix{
        display: none !important;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0;
        padding: 10.0vw 0 0;
    }

    footer.bg_gray{
        padding-top: 5.5vw;
    }

    /* foot_top */
    .foot_top{
        padding: 0 0 10vw;
        background-image: url("../images/common/footer_wave.svg");
        background-size: 100%;
    }

    .foot_top .site_logo{
        width: 15.7vw;
    }

    /* separate_block */
    .separate_block{
        margin-top: -1px;
        padding: 0;
    }

    .separate_block .inner{
        padding: 0;
        width: 95%;
        display: flex;
    }

    .foot_menu,
    .foot_center,
    .foot_recruit{
        padding: 2.8vw 2.0vw 2.0vw;
        min-height: 39.6vw;
        box-sizing: border-box;
    }

    .foot_center,
    .foot_recruit{
        border-right: 1px solid #000;
    }

    /* foot_ttl */
    .foot_ttl{
        padding: .8vw 2.2vw;
        font-size: 1.6vw;
        max-width: 25.8vw;
        box-sizing: border-box;
    }

    .foot_ttl.pc_left{
        text-align: left;
    }

    /* foot_recruit */
    .foot_recruit{
        padding-right: 3.7vw;
        width: 38.4vw;
    }

    .foot_recruit .list{
        margin: 1.5vw 0 0;
    }

    .foot_recruit .list li{
        margin: 0 0 0;
    }

    .foot_recruit .list li + li{
        margin: 2.5vw 0 0;
    }

    .foot_recruit .list li a{
        position: relative;
    }

    .foot_recruit .list li a .ttl{
        margin: auto;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: -1.0vw;
        z-index: 1;
    }

    .foot_recruit .list li a .ttl > span{
        padding: 0 2.0vw;
        font-size: 1.4vw;
        line-height: 150%;
        font-weight: 700;
        color: #fff;
        background: #094F7C;
    }

    .foot_recruit .list li.volunteer a .ttl > span{
        background: #3E7B11;
    }

    .foot_recruit .list li a img{
        transition: .3s;
    }

    .foot_recruit .list li a:hover img{
        opacity: .5;
    }

    /* foot_center */
    .foot_center{
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        width: 31.3vw;
    }

    .foot_center .foot_ttl{
        margin: 0 auto;
    }

    /* foot_sns */
    .foot_sns .sns_btn{
        padding: 2.7vw 0 0;
    }

    .foot_sns .sns_btn li{
        margin: 0 .7vw;
    }

    .foot_sns .sns_btn li a{
        width: 6.2vw;
    }

    /* foot_corporation */
    .foot_corporation{
        padding: 3.8vw 0 0;
    }

    .foot_corporation .ttl{
        margin: 1.2vw 0 0;
        font-size: 1.6vw;
        line-height: 2.1vw;
    }

    .foot_corporation .ttl span{
        font-size: 1.3vw;
    }

    .foot_corporation .link{
        margin: 1.0vw 0 0;
        width: 21.8vw;
    }

    /* foot_menu */
    .foot_menu{
        padding-left: 2.5vw;
        width: calc(100% - 31.3vw - 38.4vw);
    }

    .footer_nav ul{
        margin: 2.0vw 0 0;
    }

    .footer_nav ul li{
        margin: 0;
    }

    .footer_nav ul li a{
        padding: 1.0vw 0;
        font-size: 1.6vw;
    }

    .footer_nav ul li a:hover{
        text-decoration: underline;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: .8vw 0;
    }

    footer address{
        font-size: 1.6vw;
    }


    /* sns_btn
       ================================================================== */
    .sns_btn li{
        margin: 0 .5vw;
    }

    .sns_btn li a{
        width: 4.5vw;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* partners_logo_show
       ================================================================== */
    .partners_logo_show{
        padding: 6.0vw 0 0;
    }

    .partners_logo_show .title{
        margin: 0 0 1.7vw;
        font-size: 2.4vw;
        line-height: 3.4vw;
    }


    /* loopslider
       ================================================================== */
    /* partners_logo */
    .partners_logo li{
        margin-right: 2.0vw;
        width: 137.0vw;
    }


    /* cta
       ================================================================== */
    .cta{
        background-image: url("../images/common/webp/cta_bg.webp");
    }

    /* volunteer_page */
    .partners_logo_show + .cta{
        margin-top: 11.0vw;
    }

    /* partners_page */
    .project_flow + .cta{
        margin-top: 8.0vw;
    }

    .cta .pc_flex{
        padding: 0 2.0vw;
        min-height: 25.2vw;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .cta .left{
        padding: 0 0 0 .8vw;
        width: 50%;
        box-sizing: border-box;
    }

    .cta .left .title{
        padding: 0 0 1.0vw;
        font-size: 2.8vw;
    }

    .cta .left .txt{
        margin: 1.0vw 0 0;
        font-size: 1.6vw;
        line-height: 2.4vw;
    }

    .cta .right{
        padding: 0 0 0 4.0vw;
        width: 50%;
        box-sizing: border-box;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
		width: 32.8vw;
        height: 6.0vw;
		font-size: 2.0vw;
	}
	
    .anime_btn a svg{
        right: 3.5vw;
        width: 2.2vw;
    }
	
	.anime_btn a,
    .anime_btn a path{
        transition: .3s;
    }
	
	.anime_btn a:hover{
		background: #fff;
        color: #222;
	}
	
	.anime_btn a:hover path{
        stroke: #222;
	}
    

    /* view_btn
       ================================================================== */	
    .view_btn a{
        width: 22.4vw;
        max-width: 22.4vw;
        height: 3.0vw;
        font-size: 1.4vw;
    }
	
    .view_btn a svg{
        margin: 0 0 0 .4vw;
        width: 1.2vw;
    }
	
	.view_btn a,
    .view_btn a path{
        transition: .3s;
    }

	.view_btn a:hover{
		background: #fff;
        color: #000;
	}
	
	.view_btn a:hover path{
        fill: #000;
	}


    /* to_contact_btn
       ================================================================== */	
    .to_contact_btn a{
        padding: 0 0 0 1.5vw;
        width: 100%;
        max-width: 41.0vw;
        height: 7.0vw;
        font-size: 2.1vw;
        box-sizing: border-box;
    }

    .to_contact_btn a svg{
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .to_contact_btn a .mail{
        left: 4.6vw;
        width: 3.4vw;
    }

    .to_contact_btn a .arrow{
        right: 3.0vw;
        width: 2.6vw;
    }
	
	.to_contact_btn a,
    .to_contact_btn a path{
        transition: .3s;
    }
	
	.to_contact_btn a:hover{
		background: #fff;
        color: #000;
	}
	
	.to_contact_btn a:hover path{
        stroke: #000;
	}

    
}
@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;
    }
    
    
    /* template
       ================================================================== */    
	p,
	a,
	li{
		font-size: 16px;
        line-height: 34px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 108px 0 0;
    }


    /* header
       ================================================================== */
    header{
    	height: 108px;
    }

    header > .inner{
    	padding: 0 43px 0 34px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        transition: ease-out 0.3s;
    }

    header .site_logo{
        width: 149px;
    }

    header .site_logo a{
        padding: 16px;
    }
   
	
    /* gnav
       ================================================================== */
    .gnav{
        margin: 0 0 0 auto;
        padding: 0 26px 0 20px;
        top: 20px;
        width: auto;
        height: 58px;
        box-sizing: border-box;
        right: auto;
        overflow: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 100px;
    }
    
    .gnav .nav_list{
    	margin: 0;
        padding: 0 0 0;
    	font-size: 0;
        overflow: inherit;
    }
    
    .gnav .nav_list > li{
        margin: 0 0 0;
        padding: 0;
    	text-align: center;
		width: auto;
		display: inline-block;
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    }
    
    .gnav .nav_list > li > a{
    	padding: 10px 16px;
    	display: flex;
        align-items: center;
        justify-content: center;
    	text-align: center;
        line-height: 1;
        border: none;
        height: auto;
    	font-size: 15px;
        letter-spacing: 0.2em;
        font-weight: 700;
        transition: .5s ease;
        position: relative;
    }
    
    .gnav .nav_list > li + li > a:before{
        content: "";
        margin: auto;
        background: #222;
        width: 1px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

    /* btn_list */
    .btn_list{
        margin: 0 0 0 3px;
        display: flex;
    }

    .btn_list li{
        margin: 0;
        width: 161px;
    }

    .btn_list li + li{
        margin-left: 5px;
    }

    .btn_list li a{
        height: 35px;
    }

    .btn_list li a > svg{
        width: 16px;
        left: 7px;
    }

    .btn_list li a > span{
        padding: 0 0 0 30px;
        font-size: 12px;
    }


    /* ham_btn
       ================================================================== */
     .ham_btn{
        display: none;
    }
    
    
    /* slide_menu
       ================================================================== */
    .slide_menu{
        display: none;
    }


    /* footer_tag
       ================================================================== */
    footer{
        padding: 100px 0 0;
    }

    footer.bg_gray{
        padding-top: 55px;
    }

    /* foot_top */
    .foot_top{
        padding: 0 0 10vw;
        background-image: url("../images/common/footer_wave.svg");
        background-size: 100%;
    }

    .foot_top .site_logo{
        width: 157px;
    }

    /* separate_block */
    .separate_block{
        padding: 0;
    }

    .separate_block .inner{
        padding: 0;
        width: 920px;
        display: flex;
    }

    .foot_menu,
    .foot_center,
    .foot_recruit{
        padding: 28px 0 20px;
        min-height: 396px;
        box-sizing: border-box;
    }

    .foot_center,
    .foot_recruit{
        border-right: 1px solid #000;
    }

    /* foot_ttl */
    .foot_ttl{
        padding: 8px 22px;
        font-size: 16px;
        max-width: 258px;
        box-sizing: border-box;
    }

    .foot_ttl.pc_left{
        text-align: left;
    }

    /* foot_recruit */
    .foot_recruit{
        padding-right: 37px;
        width: 384px;
    }

    .foot_recruit .list{
        margin: 15px 0 0;
    }

    .foot_recruit .list li{
        margin: 0 0 0;
    }

    .foot_recruit .list li + li{
        margin: 25px 0 0;
    }

    .foot_recruit .list li a{
        position: relative;
    }

    .foot_recruit .list li a .ttl{
        margin: auto;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: -10px;
    }

    .foot_recruit .list li a .ttl > span{
        padding: 0 20px;
        font-size: 14px;
        line-height: 150%;
        font-weight: 700;
        color: #fff;
        background: #094F7C;
    }

    .foot_recruit .list li.volunteer a .ttl > span{
        background: #3E7B11;
    }

    /* foot_center */
    .foot_center{
        padding-left: 25px;
        padding-right: 25px;
        width: 313px;
    }

    .foot_center .foot_ttl{
        margin: 0 auto;
    }

    /* foot_sns */
    .foot_sns .sns_btn{
        padding: 27px 0 0;
    }

    .foot_sns .sns_btn li{
        margin: 0 7px;
    }

    .foot_sns .sns_btn li a{
        width: 62px;
    }

    /* foot_corporation */
    .foot_corporation{
        padding: 38px 0 0;
    }

    .foot_corporation .ttl{
        margin: 12px 0 0;
        font-size: 16px;
        line-height: 21px;
    }

    .foot_corporation .ttl span{
        font-size: 13px;
    }

    .foot_corporation .link{
        margin: 10px 0 0;
        width: 218px;
    }

    /* foot_menu */
    .foot_menu{
        padding-left: 25px;
        width: calc(100% - 313px - 384px);
    }

    .footer_nav ul{
        margin: 20px 0 0;
    }

    .footer_nav ul li{
        margin: 0;
    }

    .footer_nav ul li a{
        padding: 10px 0;
        font-size: 16px;
    }

    /* bottom_box */
    footer .bottom_box{
        padding: 8px 0;
    }

    footer address{
        font-size: 16px;
    }


    /* sns_btn
       ================================================================== */
    .sns_btn li{
        margin: 0 5px;
    }

    .sns_btn li a{
        width: 45px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* partners_logo_show
       ================================================================== */
    .partners_logo_show{
        padding: 60px 0 0;
    }

    .partners_logo_show .title{
        margin: 0 0 17px;
        font-size: 24px;
        line-height: 34px;
    }


    /* loopslider
       ================================================================== */
    /* partners_logo */
    .partners_logo li{
        margin-right: 20px;
        width: 1370px;
    }


    /* cta
       ================================================================== */
    .cta{
        background-image: url("../images/common/webp/cta_bg.webp");
    }

    /* volunteer_page */
    .partners_logo_show + .cta{
        margin-top: 110px;
    }

    /* partners_page */
    .project_flow + .cta{
        margin-top: 80px;
    }

    .cta .pc_flex{
        padding: 0 50px;
        min-height: 252px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .cta .left{
        padding: 0 0 0 8px;
        width: 50%;
        box-sizing: border-box;
    }

    .cta .left .title{
        padding: 0 0 10px;
        font-size: 28px;
    }

    .cta .left .txt{
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 24px;
    }

    .cta .right{
        padding: 0 0 0 40px;
        width: 50%;
        box-sizing: border-box;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 328px;
        height: 60px;
		font-size: 20px;
	}
	
    .anime_btn a svg{
        right: 35px;
        width: 21px;
    }


    /* view_btn
       ================================================================== */	
    .view_btn a{
        width: 224px;
        max-width: 224px;
        height: 30px;
        font-size: 14px;
    }

    .view_btn a svg{
        margin: 0 0 0 4px;
        width: 12px;
    }


    /* to_contact_btn
       ================================================================== */	
    .to_contact_btn a{
        padding: 0 0 0 15px;
        width: 100%;
        max-width: 410px;
        height: 70px;
        font-size: 21px;
        box-sizing: border-box;
    }

    .to_contact_btn a svg{
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .to_contact_btn a .mail{
        left: 46px;
        width: 34px;
    }

    .to_contact_btn a .arrow{
        right: 30px;
        width: 26px;
    }

	
}

