@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap');


html, body {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Noto Sans JP", "Zen Maru Gothic" , "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #000000;
	text-align: left;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a{
    text-decoration: none;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.ind-sec .ind-wrap {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0 30px;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
    background-color: #FFF;
    font-weight: 700;
    font-style: normal;
}

.l-header {
	padding: 20px 0 0;
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, .1);
}

.p-header__inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    max-width: 1400px;
    padding: 0;
    overflow: visible;
    background-color: #fff;
}

.p-header__title {
    margin: 0;
    width: 400px;
    padding: 0;
    display: block;
	text-align: center;
}

.p-header__title a {
    display: block;
    width: 100%;
    height: auto;
}

.p-header__title a img {
    width: 100%;
	display: block;
}

.p-header__hamburger {
    display: none;
}

.member_link{
    width: 180px;
    background-color: #FF9302;
    border-radius: 5px;
    padding: 2px 0 2px 3px;
}

.member_botton{
	margin: 0;
	display: flex;
	border-radius: 5px;
	transition: all 0.5s 0s ease;
}

.member_botton:hover{
	opacity: 0.5;
}

.member_botton img{
	margin: 0 10px 0 0;
	width: 20px;
}

.member_botton span{
	padding: 0 10px 0 0;
	color: #fff;
}

.p-nav__item {
    position: relative;
    width: 100%;
}

.p-nav__link {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.header_menu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.p-header__nav {
    position: static;
    opacity: initial;
    font-size: 120%;
    width: 100%;
	max-width: 1400px;
}

.p-nav__list {
    margin: 0;
    padding: 0;
    height: 50px;
    display: flex;
    list-style: none;
    background: #fff;
    padding-right: 0;
}

.p-nav__item{
    transition: all 0.3s;
}

.p-nav__item:hover{
    opacity: 0.5;
}

.news_container {
    width: 90%;
    max-width:1000px;
    margin: 50px auto;
}

.news_title {
    color: #24b224;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.news_list {
    margin: 20px 0;
}

.news_list li {
    padding: 15px 5px;
    border-bottom: 1px solid #C9C9C9;
    text-overflow: ellipsis;
    display: flex;
}

.member_icon{
    margin: 0px 0 0 30px;
    font-size: 12px;
    color: #fff;
    background-color: red;
    padding: 3px 12px 4px;
    border-radius: 6px;
    right: 10px;
    z-index: 500;
    position: relative;
    white-space: nowrap;
}

.date_catrgory{
    display: flex;
    width: 290px;
}

.date {
    margin-right: 30px;
    width: 115px;
    font-size: 90%;
    font-weight: 400;
    flex-grow: 1;
}

.category {
    display: inline-block;
    color: #fff;
    width: 110px;
    height: 35px;
    font-size: 12px;
    text-align: center;
    margin-right: 30px;
    padding: 0px 10px;
    border-radius: 50px;
}

.category.event {
    background-color: #FF9302;
}

.category.seminar {
    background-color: #04C47A;
}

.category.news {
    background-color: #0378CD;
}


.news_text a {
    color: #333;
}

.news_btn {
    text-align: center;
    margin-top: 50px;
}

.news_btn a {
    color: #75b46e;
}

.btn {
    color: #75b46e;
    padding: 10px 50px;
    background: #fff;
    border: 2px solid #75b46e;
    border-radius: 50px;
    transition: all 0.5s;
}

.btn:hover {
    color: #fff;
    background: #75b46e;
}

.btn:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    font-weight: 900;
    padding-left: 10px;
}

.news_button{
	margin: 0 auto;
    display: block;
    color: #fff;
    width: 70%;
    max-width: 600px;
    background-color: #75C621;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    font-size: 125%;
    transition: all 0.3s;
}

.news_button img{
	margin: 0 0 0 25px;
	width: 10px;
}

.nu_button :hover{
    opacity: 0.5;
}

.anchor {
  padding-top: 35px;
  margin-top: 35px;
}



main{
    margin: -500px 0 0;
    display: block;
    background-color: #dcf5cf;
    padding: 60px 0 100px;
}

h1{
    display: block;
    position: relative;
    font-size: 300%;
    color: #33A57D;
    text-align: center;
}

.instagram_menu.instagram_b{
    margin: 0px auto;
    padding: 0px;
}

.instagram_menu.instagram_b a {
    transition: all 0.3s;
}

.instagram_menu.instagram_b a:hover{
    opacity: 0.5;
}

.title_section{
	margin: 350px auto 100px;
	width: 200px;
}

/*****PAGES*****/

.page {
    width: 100%;
    margin: 60px auto 0;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;   
    background-color: #FFF;
}

.page-title-sec {
    width: 90%;
    max-width: 1400px;
    margin: -420px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

h1.sub_title{
    color: #33A57D;
    font-size: 50px;
    font-weight: 600;
}

h3.sub-mds{
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 260%;
    line-height: 110%;
    color: #33A57D;
    text-align: center;
}

h3.sub-mds::after{
    content: "　";
    margin: 25px auto 0;
    background-image:url("../img/index/dot.svg");
    display: block;
    width: 80px;
    height: auto;
    position:relative;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: visible;
}



/*****NEWS*****/

section.news{
    max-width: 1200px;
    width: 80%;
    margin: 0 auto 100px;
    padding:0;
    background-color: #fff;
    border-radius: 10px;
}

.news ul{
    margin: 35px auto 50px;
    width: 85%;
    padding: 0;
}

.news ul li a{
    color: #000;
    transition: all 0.3s;
	font-weight: 600;
    flex-grow: 1;
    display: contents;
}

.news ul li a:hover{
    opacity: 0.5;
}

.news_text{
    margin: 0 0 0 0px;
    width: 48%;
    text-align: left;
    flex-grow: 2;
}

.news_category{
	margin: 0 25px 0 0;
	padding: 0px 22px 27px;
	width: 66px;
	height: 7px;
	font-size: 12px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
}

.news_category.event{
	background-color: #FF9302;
}

.news_category.seminar{
	background-color: #04C47A;
}

.news_category.news{
	background-color: #0378CD;
}





.pagetop{  
    width: 10%;
    max-width: 65px;
    position: fixed;
    right: 10px;
    /* bottom: 400px; */
    bottom: 5%;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
    cursor: pointer;
    transition: all 0.3s;
}

.sticky {
    position: fixed;
    bottom: 140px;
    right: 40px
}
    
footer {
    width: 100%;
    margin: -60px 0 0;
    position: relative;
    overflow: visible;
}


.footer_adress{
    margin: 20px 0 0 60px;
    position: relative;
    text-align: left;
    color: #717171;
    font-weight: 700;
}

.footer_adress a {
    color: #717171;
/*    text-decoration: underline;*/
}

.instagram_icon{
    margin: -40px 60px 0 auto;
    position: relative;
    width: 35px;
    text-align: right;
    display: block;
}

a[href^="tel:"]{
    pointer-events: none;
    color: #000;
  }

.footer_logo{
    margin: 10px 0 0 40px;
    display: block;
    width: 350px;
    position: relative;
    text-align: left;
}

.footer_logo img{
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
}

footer small{
    display: block;
    margin: 30px 0 0 0;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #75C621;
}




