@charset 'UTF-8';
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

*{
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
body.fixed{
    overflow: hidden;
}
html{
    height: 100%;
}
img{
    width: 100%;
    height: auto;
}
main{
    display: block;
}

/* general */
#wrapper{
    overflow: hidden;
}
.common_inner{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sp_menu{
    display: none;
}
.sp{
    display: none;
}


/* header */
.header_inner{
    width: 100%;
    background: #006532;
    display: flex;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    padding-left: 100px;
    color: #fff;
}
.header_logo{
    width: 100%;
    max-width: 250px;
}
.header_h{
    content: "";
    display: block;
    height: 80px;
    margin-bottom: 3px;
}
.header_icon{
    width: 100%;
    max-width: 25px;
    margin-left: 5px;
}

.pc_nav_parts01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#00d066;
    width: 100%;
    height: 100%;
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.pc_nav_parts02:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#00d066;
    width: 100%;
    height: 100%;
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}


.pc_nav_parts01:hover:before{
    transform-origin:left top;
    transform:scale(1, 1);
}
.pc_nav_parts02:hover:before{
    transform-origin:left top;
    transform:scale(1, 1);
}

.pc_nav{
    display: flex;
    /* align-items: center; */font-weight: 500;font-size: 18px;
letter-spacing: 0.2em;}
.pc_nav_list{
    display: flex;
}
.pc_nav_case{
    display: flex;
}
.pc_nav_item{
    font-size: 18px;
    color: #fff;
    margin-right: 40px;
    display: flex;
    align-items: center;
}
.pc_nav_item a{
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.pc_nav_item a::after{
    content: '';
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.pc_nav_item a:hover::after {
    transform: scale(0.6, 1);
}

.pc_nav_item:last-child{
    margin-right: 50px;
}
.pc_nav_parts{
    height: 80px;
    display: flex;
    position: relative;
}
.pc_nav_parts a{
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
}
.pc_nav_parts:nth-of-type(1){
    background: #029f4f;
    color: #fff;
}
.pc_nav_parts:nth-of-type(2){
    background: #006532;
    color: #fff;
}


/*SP*/

.menu_trigger {position: fixed;z-index: 11;/* top: 50%; */right: 30px;width: 35px;transform: translateY(-50%);height: 24px;}

.menu_trigger_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    height: 100%;
    }

.menu_trigger span {width: 100%;height: 4px;background-color: #fff;border-radius: 0;-webkit-transition: 0.7s;transition: 0.7s;display: block;}

.menu_trigger span:nth-of-type(1){
    border-radius: 0 20px 0 0;
}
.menu_trigger span:nth-of-type(3){
    border-radius: 0 0 0 20px;
}
.menu_trigger.active {
-webkit-box-shadow: none;
        box-shadow: none;
mix-blend-mode: normal !important;
}

.menu_trigger.active span {background: #fff;}

.menu_trigger.active span:nth-of-type(1) {-webkit-transform: translate3d(0, 12px, 0) rotate(-45deg);transform: translate3d(0, 12px, 0) rotate(-45deg);border-radius: 0;}

.menu_trigger.active span:nth-of-type(2) {
opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {-webkit-transform: translate3d(0, -8px, 0) rotate(45deg);transform: translate3d(0, -8px, 0) rotate(45deg);border-radius: 0;}


.sp_nav {
display: none;
position: fixed;
top: 0;
width: 100%;
height: 100%;
overflow-y: scroll;
z-index: 10;
-webkit-overflow-scrolling: touch;
}

.sp_nav::before{
background: #fff;
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.sp_nav_inner {width: 100%;position: fixed;top: 60px;left: 0;right: 0;margin: auto;background: #197f4a;color: #fff;height: calc(100vh - 60px);padding: 50px 20px 50px;z-index: 9999;overflow-y: scroll;}

.sp_nav_item {font-size: 18px;display: block;padding: 2.3vh 4vw 2.3vh;border-bottom: 1px solid #fff3;}

.sp_nav_contact {
background: #fff;
color: #111;
padding: 20px 0;
border-radius: 100px;
text-align: center;
opacity: 1;
font-size: 16px;
width: 100%;
display: inline-block;
margin-top: 30px;
}

.sp_nav_case {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;font-size: 18px;width: 100%;margin-top: 30px;}

.sp_nav_parts {
display: inline-block;
border-radius: 100px;
border: 1px solid #fff;
text-align: center;
padding: 20px 0;
width: 48%;
}

.sp_nav_parts a::before {
/* content: ''; */
display: inline-block;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
margin-right: 5px;}

.sp_nav_parts.mod-outline a::before {
background-image: url(../img/common/contact.svg);
}
.sp_nav_wrap{
max-width: 768px;
margin: 0 auto;
}


@media screen and (max-width: 1650px) {
    .pc_nav_item {
        font-size: 16px;
        margin-right: 30px;
        letter-spacing: 0.1em;
    }
    .pc_nav_parts a {
        font-size: 16px;
        padding: 0 20px;
    }
    .pc_nav_item:last-child {
        margin-right: 30px;
    }
    .header_logo {
        max-width: 230px;
    }
    .header_inner {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1400px) {
    .pc_nav_item {
        font-size: 15px;
        margin-right: 25px;
    }
    .pc_nav_parts a {
        font-size: 15px;
        padding: 0 15px;
    }
    .header_logo {
        max-width: 210px;
    }
    .pc_nav_item:last-child {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .pc_menu{
        display: none;
    }
    .sp_menu{
        display: block;
    }
    .header_inner {
        height: 60px;
    }
    .header_h {
        height: 60px;
    }
}








/* footer */
.footer_form {
    padding: 40px 0 60px 0;
    background-color: #c6dcd0;
    border-top: 2px solid #006535;
    border-bottom: 2px solid #006535;
}
.footer_form_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
}
.footer_form_support {
    color: #029f4f;
    width: 48%;
    max-width: 450px;
}
.footer_form_contact {
    color: #006532;
    width: 48%;
    max-width: 450px;
}
.form_title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 15px;
}
.form_title_text {
    margin-right: 10px;
}
p.form_title_font {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    /* margin-bottom: 15px; */
}
.form_title_jp {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}
p.form_jp_font {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.24em;
}
.link_box{
    width: 100%;
    height: 100px;
}

.link_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    background: #029f4f;
    padding: 0 20px;
    position: relative;
    box-shadow: 5px 5px 18px rgb(141 130 97 / 47%);
    text-align: center;
    font-size: 20px;
    transition: 0.5s;
}
.footer_form_contact .link_box a{
    background: #006532;
    transition: 0.5s;
}
.link_box .arrow {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    transition: 0.5s;
}
.link_box:hover.link_box .arrow{
    transform: translate(0, -50%) rotate(360deg);
    transition: 0.5s;
}
.link_box:hover.link_box a{
    background: #006532;
    transition: 0.5s;
}
.link_box02:hover.link_box02 a{
    background: #029f4f;
    transition: 0.5s;
}
.link_box .arrow::before {
    width: 99%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
}
.link_box .arrow::after {
    width: 20%;
    height: 1px;
    top: 41%;
    left: 135%;
    transform: translate(0px, 0px) rotate(70deg);
}
.link_box .arrow::before, .link_box .arrow::after {
    content: "";
    display: inline-block;
    background: #fff;
    position: absolute;
}
.footer_menu {
    display: flex;
    justify-content: center;
}
.footer_menu_list {
    position: relative;
}
.footer_menu_list a {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 0.14em;
}
.footer_menu_list::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 14px;
    background-color: #000;
}
.footer_menu_list:first-child:before{
    content: none;
}
.footer_office_address {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 167px;
    background-color: #016531;
    color: #fff;
}
.footer_office_inner {
    margin-right: 60px;
}
p.office_affiliation_font {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.14em;
}
p.office_font {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 1;
    padding: 10px 0;
}
.address_text {
    margin-bottom: 10px;
}
p.address_font {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.14em;
    line-height: 1.4;
}
.number_text {
    display: flex;
    flex-wrap: wrap;
}
.number_text .address_font:not(:last-child){
    margin-right: 20px;
}
.tim{
    text-indent: -1em;
    margin-left: -0.5em;
}
.copyright{
    font-size: 12px;
    color: #006431;
    font-weight: 600;
    letter-spacing: 0.2em;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
}
.form_icon{
    max-width: 30px;
}

@media screen and (max-width: 1650px) {
    .footer_menu_list a {
        padding: 0 15px;
        font-size: 14px;
        letter-spacing: 0.05em;
    }
    .link_box a {
        font-size: 18px;
    }
    .link_box {
        height: 80px;
        max-width: 410px;
        margin: 0 auto;
    }
    p.office_font {
        font-size: 36px;
    }
    p.office_affiliation_font {
        font-size: 12px;
    }
    .copyright {
        font-size: 10px;
    }
    .footer_form_inner {
        max-width: 960px;
        padding: 0 20px;
    }
}


@media screen and (max-width: 1200px) {
    .footer_menu {
        display: none;
    }
    .footer_form {
        padding: 40px 0 40px 0;
    }
}
@media screen and (max-width: 768px) {
    .footer_form{
        display: none;
    }
    .footer_office_address{
        flex-wrap: wrap;
        height: auto;
        justify-content: left;
    }
    .footer_office_inner{
        margin: 0 auto;
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }
    .footer_office_address{
        padding: 40px 20px;
    }
    
}
@media screen and (max-width: 500px) {
    .text_pc{
        width: 100%;
        margin-top: 10px;
    }
}





/* pagetop */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    z-index: 99;
}
#page-top a {
    position: relative;
    /* background: #005129; */
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    border: solid 3px #005129;
}
#page-top a::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-right: 8px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 8px solid transparent;
    z-index: 1;
}
#page-top a::after {
    position: absolute;
    content: "";
    background: #53b582;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /* border: 2px solid #fff; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.header_icon {
    width: 20px;
}
@media screen and (max-width: 768px) {
#page-top {
    bottom: 100px;
}
footer {

}
}


@media screen and (max-width: 650px) {
.sp_nav_item {
    font-size: 16px;
}
.sp_nav_case {
    font-size: 16px;
}

}








/* bottom menu */
.btm_header_btn{
	display: none;
}
.btm_header_btn {
	position: fixed;
	margin: auto;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 900;
    box-shadow: 0px -5px 10px -5px rgb(0 0 0 / 50%);
}
.btm_header_btn > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}
.btm_header_btn > ul > li.btm_header_btn_tel {
    display: block;
}
.btm_header_btn > ul > li {
    width: 33.33%;
}
.btm_header_btn > ul > li:nth-of-type(1) > a {
    border-left: none;
}
.btm_header_btn > ul > li > a {
	width: 100%;
	display: block;
	color: #000;
	position: relative;
	padding: 25px 0;
	background-color: #fff;
	box-sizing: border-box;
	border-left: 1px solid #71a187;
	height: 70px;
}
.btm_header_btn > ul > li.btm_header_btn_req > a{
	background: -webkit-linear-gradient( 0deg, rgb(82 181 130) 0%, rgb(7 130 65) 100%);
	color:#fff;
}
.btm_header_btn > ul > li.btm_header_btn_out > a{
    background: -webkit-linear-gradient( 0deg, rgb(82 181 130) 0%, rgb(7 130 65) 100%);
	color:#fff;
}
.btm_header_btn > ul > li.btm_header_btn_tel > a::before {
    content: '\f095';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_tel > a::after {
    content: 'TEL';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_map > a::before {
    content: '\f1d8';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_map > a::after {
    content: 'MAIL';
    color: #333;
}
.btm_header_btn > ul > li.btm_header_btn_out > a::before {
    content: '\f15c';
}
.btm_header_btn > ul > li.btm_header_btn_out > a::after {
    content: '後援会入会';
}
.btm_header_btn > ul > li.btm_header_btn_req > a::before {
    content: '\f0e0';
		color: #fff;
}
.btm_header_btn > ul > li.btm_header_btn_req> a::after {
    content: 'お問い合わせ';
    color: #fff;
}
.btm_header_btn > ul > li > a::before {
    top: 15px;
    height: 24px;
    font-size: 20px;
	left: 0;
    right: 0;
    bottom: auto;
	font-family: FontAwesome;
}
.btm_header_btn > ul > li > a::before, .btm_header_btn > ul > li > a::after {
    width: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
}
.btm_header_btn > ul > li > a::after {
    top: 26px;
}
.btm_header_btn > ul > li > a::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    font-size: 10px;
    /* font-family: 'Questrial', sans-serif; */
    line-height: 1;
}



/* inview */
/* inview */
.l_to_r{
	opacity: 0;
	transform: translateX(-40px);
	transition: 0.8s;
}
.l_to_r.is-show{
	opacity: 1;
	transform: translateX(0);
	transition: 0.8s;
	z-index: -1;
}
.r_to_l{
	opacity: 0;
	transform: translateX(40px);
	transition: 0.8s;
}
.r_to_l.is-show{
	opacity: 1;
	transform: translateX(0);
	transition: 0.8s;
}
.b_to_a{
    opacity: 0;
	transform: translateY(40px);
	transition: 0.8s;
}
.b_to_a.is-show{
	opacity: 1;
	transform: translateY(0);
	transition: 0.8s;
}
.de01.is-show{
    transition-delay: 0.1s;
}
.de02.is-show{
    transition-delay: 0.2s;
}
.de03.is-show{
    transition-delay: 0.3s;
}
.de04.is-show{
    transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
.btm_header_btn{
    display: block;
}
}