@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
html{ scroll-behavior: auto !important;}
body{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #333 !important;
  position: relative;
}
body.nav_fixed{ overflow: hidden;}

*:focus {
	outline: none;
	box-shadow: none !important;
}
a{
  color: #333;
  text-decoration: none;
}
a:hover{ color: #f5a800;}
.mincho{ font-family: 'Noto Serif JP', serif;}
input:focus{border-color: #ced4da !important;}
#bnr_history:hover{opacity: 0.8;}
/*================================
HEADER
================================*/
#mv_wrap{ position: relative;}
#header{
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
#header::before{
  content: '';
  display: inline-block;
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	height: 100%;
  /*z-index: 200;*/
}
#hd_sns{
  display: flex;
  list-style: none;
  align-items: center;
	justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 200;
}
#hd_sns li{ margin-left: 10px;}
#navbar-menu{
	padding: 0;
	height: 100%;
}  
#navbar-menu .navbar-brand{
	position: relative;
  padding-left: 10px;
	margin: 0;
	display: flex;
  align-items: center;
  z-index: 200;
}
#navbar-menu .navbar-brand::after{
	content: '';
	display: inline-block;
	background-image: url("../img/hd_logo2526.svg");
	background-repeat: no-repeat;
}
#navbar-menu .navbar-brand h1{ margin-bottom: 0;}
#navbar-menu .navbar-brand img{ display: none;}

#navbar-menu .container{
	position: relative;
	max-width: 1300px;
	height: 100%;
	padding: 0;
}
#navbar-menu .navbar-toggler{
  position: absolute;
	top: 0;
  right: 0;
  background-color: #a158db;
  border-radius: 0;
  z-index: 200;
}
#navbar-menu .navbar-toggler:focus{ box-shadow: none;}
#navbar-menu .icon-bar{
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
#navbar-menu .icon-bar:nth-child(1) { top: 30px;}
#navbar-menu .icon-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#navbar-menu .icon-bar:nth-child(3) {
  bottom: 28px;
  transform: translateY(-100%);
}
#navbar-menu .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(150deg);
}
#navbar-menu .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
  opacity: 0;
}
#navbar-menu .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-150deg);
}
#navbar-menu .navbar-toggler-icon{
	background-image: none;
}
#navbar-menu .navbar-collapse{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#navbar-menu .collapsing{
	-webkit-transition: none;
  transition: none;
	display: none;
}
#navbar-menu .navbar-collapse.show{
	background-color: rgba(0,0,0,.4);
	cursor:pointer;
}
#navbar-menu .navbar-nav{
	position: relative;
	z-index: 99;
}
#navbar-menu .navbar-nav ul{
	list-style: none;
	padding-left: 0;
}
#navbar-menu .navbar-nav ul .nav-item .nav-link{
	color: #333;
	padding: .25rem 1rem;
	font-weight: bold;
}
#navbar-menu .navbar-nav ul .nav-item .nav-link:hover{
	color: #a158db;
}
#hd_menu > ul{
	background-color: #fff;
	padding-top: 1rem;
}
#hd_menu > ul > li:last-child{ padding-bottom: 1rem;}
#hd_menu ul .dropdown-menu{
	border: none;
	border-radius: 0;
	padding: 0;
}
#hd_menu ul .dropdown-menu li{ font-size: .85rem;}
#hd_menu ul .dropdown-menu li a{
	position: relative;
	padding: 0.25rem 1rem 0.25rem 2rem;
}
#hd_menu ul .dropdown-menu li a::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1rem;
	width: 10px;
	height: 1px;
	background-color: #333;
}
#hd_menu ul .dropdown-menu li a:hover{
  color: #a158db;
	background-color: transparent;
}
#hd_btn ul a{
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
}
#hd_btn{
	z-index: 200;
}
#hd_btn ul #weekly a{
  background-color: #a158db;
  border: #a158db 1px solid;
}
#hd_btn ul #weekly a:hover{
  color: #a158db;
  background-color: #fff;
}
#hd_btn ul #joining a{
  background-color: #f5a800;
  border: #f5a800 1px solid;
}
#hd_btn ul #joining a:hover{
  color: #f5a800;
  background-color: #fff;
}
@media (min-width: 992px){
	#hd_btn ul li{
		width: 160px;
		margin-left: 10px;
	}
	#navbar-menu .navbar-brand::after{
		width: 340px;
		height: 54px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#hd_btn ul li{
		width: 130px;
		margin-left: 5px;
	}
	#navbar-menu .navbar-brand::after{
		width: 270px;
		height: 48px;
	}
}
@media (min-width: 768px){
	#header{
		position: fixed;
		height: 80px;
	}
	#hd_sns{ margin-right: 100px;}
	#navbar-menu .navbar-toggler{
		width: 80px;
		height: 80px;
	}
	#navbar-menu .icon-bar{ width: 30px;}
	#navbar-menu .navbar-collapse{ top: 80px;}
	#navbar-menu .collapse:not(.show){
		display: block;
		height: 0;
	}
	#nav-menu:not(.show) #hd_btn{ display: block;}
	#nav-menu.show #hd_menu{ display: block;}
	#nav-menu:not(.show) #hd_menu{ display: none;}
	#navbar-menu .navbar-nav{
		max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
	}
	#hd_menu{
		position: absolute;
		top: 0;
		right: 0;
		max-width: 425px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
	}
	#hd_btn{
		position: absolute;
		top: -55px;
		right: 0;
	}
	#hd_btn ul{
		display: flex;
		justify-content: flex-end;
    margin-right: 200px;
	}
	#hd_btn ul a{
		padding: 2px 10px;
		border-radius: 30px;
	}
}
@media (max-width: 767px){
	#header{
		position: fixed;
		height: 50px;
	}
	#hd_sns{
		position: relative;
    right: 60px;
	}
	#navbar-menu .navbar-toggler{
		width: 50px;
		height: 50px;
	}
	#navbar-menu .icon-bar{ width: 24px;}
	#navbar-menu .navbar-collapse{ top: 50px;}
	#navbar-menu .navbar-nav{ background-color: #fff;}
	#hd_btn ul a{
		padding: 10px;
		border-radius: 0;
	}
}
@media (min-width: 375px) and (max-width: 767px){
	#navbar-menu .navbar-brand::after{
		width: 218px;
		height: 35px;
	}
}
@media (max-width: 374px){
	#navbar-menu .navbar-brand::after{
		width: 165px;
		height: 30px;
	}
}

/*メンバー専用
================================*/
#nav_member{
	margin-top: 1rem;
	padding-top: 1rem;
	background-color: #efefef;
}
#nav_member ul li a{
	position: relative;
	font-size: .85rem;
	padding: .2rem 1rem .2rem 2rem;
}
#nav_member ul li a::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1rem;
  width: 10px;
  height: 1px;
  background-color: #333;
}
#nav_member ul li a:hover{ color: #a158db;}
#nav_member a i{ margin-right: .25rem;}


/*固定
================================*/
#header.fixed{
  position: fixed;
  animation-name: anime;
  animation-duration: 0.3s;
	background-color: rgba(255, 255, 255, .8);
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*================================
MAIN
================================*/
#main{ overflow: hidden;}
@media (min-width: 768px){
  #main section{ padding: 60px 0;}
}
@media (max-width: 767px){
  #main section{ padding: 40px 0;}
}
.bg_color{ background-color: #f2edf4;}
.fc_red{ color: #eb1c24;}

/*Read More
================================*/
.read_more{
  position: relative;
  color: #fff;
  font-weight: bold;
  background-color: #a158db;
  border: #a158db 2px solid!important;
  border-radius: 50px;
  display: block;
  margin: 40px auto 0;
}
.read_more::before,
.read_more::after{
  content: '';
  position: absolute;
  right: 30px;
  height: 1px;
  background-color: #fff;
  transition: all .3s;
}
.read_more::before{ width: 20px;}
.read_more::after{
  width: 10px;
  transform: rotate(40deg);
}
.read_more:hover{
  color: #a158db;
  background-color: #fff;
}
.read_more:hover::before,
.read_more:hover::after{
  right: 20px;
  background-color: #a158db;
}

@media (min-width: 768px){
  .read_more{
		font-size: 1.1rem;
    max-width: 300px;
    padding: 12px;
  }
  .read_more::before{ bottom: 22px;}
  .read_more::after{ bottom: 26px;}
}
@media (max-width: 767px){
  .read_more{
    max-width: 260px;
    padding: 6px 12px;
  }
  .read_more::before{ bottom: 19px;}
  .read_more::after{ bottom: 23px;}
}

/*グラデーションボタン
================================*/
.btn_grad{
	color: #fff !important;
	font-weight: bold;
	background: linear-gradient(to right, #a2cf82 0%, #21aba5 100%);
	border-radius: 50px;
	border:none;
	padding: 12px 10px;
	width: 100%;
	max-width: 320px;
	display: block;
}
.btn_grad:hover{
	color: #fff;
	background: linear-gradient(to right, #21aba5 0%, #a2cf82 100%);
}

/*ページタイトル（MV）
================================*/
#page_ttl{
	background-image: url("../img/bg_hd.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: #a158db 5px solid;
}
#ttl_txt{
	color: #fff;
	text-align: center;
}
#ttl_txt h1{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, .8);
}
#en_ttl{
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, .8);
}
@media (min-width: 1200px){
	#en_ttl{ font-size: 1.3rem;}
}
@media (min-width: 768px){
	#page_ttl{
		padding-top: 40px;
		height: 400px;
	}
}
@media (max-width: 1199px){
	#en_ttl{ font-size: calc(.35rem + 1.5vw);}
}
@media (max-width: 767px){
	#page_ttl{
		padding-top: 30px;
		height: 240px;
	}
}

/*グラデーションタイトル
================================*/
.grad_ttl{
	position: relative;
	font-weight: bold;
	border-bottom: #b0b0b0 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.grad_ttl::after{
	content: '';
	display: inline-block;
	width: 80px;
	height: 3px;
	background: #a158db;
	position: absolute;
	bottom: -2px;
	left: 0;
}
@media (min-width: 768px){
	.grad_ttl{ font-size: 1.3rem;}
}
@media (max-width: 767px){
	.grad_ttl{ font-size: 1.15rem;}
}

/*下ラインタイトル
================================*/
.bline_ttl{
	position: relative;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.bline_ttl::before{
	content: '';
	width: 25px;
	height: 2px;
	background-color: #a158db;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px){
	.bline_ttl{ font-size: 1.6rem;}
}
@media (max-width: 767px){
	.bline_ttl{ font-size: 1.2rem;}
}

/*セクションタイトル
================================*/
.sect_ttl{
  text-align: center;
  margin-bottom: 30px;
}
.sect_en{
  color: #a158db;
  font-weight: bold;
}
.sect_ja{
  font-weight: bold;
  margin-top: .5rem;
}
@media (min-width: 1200px){
  .sect_en{
    font-size: 1.3rem;
  }
}

/*5つの奉仕活動
================================*/
#activity{
  background-color: #f2edf4;
}
.activity_list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
}
.activity_list::after{
  content: '';
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.sa{
  flex: 0 0 auto;
  padding-left: .2rem;
  padding-right: .2rem;
}
.sa .bubble{
  position: relative;
  background-color: #fff;
  padding: 1rem .8rem;
}
.sa .bubble::after{
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}
.sa .bubble h3{
  color: #a158db;
  font-weight: bold;
}
.sa .bubble p{
  margin-bottom: 0;
}
@media (min-width: 1200px){
  .sa .sa_icon{
    width: 180px;
  }
  .activity_list::after{
    top: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .sa .sa_icon{
    width: 130px;
  }
  .activity_list::after{
    top: 65px;
  }
}
@media (min-width: 992px){
  .activity_list::after{
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #666 6px, transparent 6px);
    background-size: 10px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .sa{
    width: 20%;
    text-align: center;
  }
  .sa .sa_icon{
    margin-left: auto;
    margin-right: auto;
  }
  .sa .bubble{
    margin-top: 35px;
  }
  .sa .bubble::after{
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 28px solid #fff;
  }
  .sa .bubble p{
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .activity_list::after{
    left: 55px;
  }
  .sa .sa_icon{
    width: 110px;
  }
}
@media (min-width: 768px){
  .sa .bubble h3{
    font-size: 1.3rem;
  }
}
@media (max-width: 991px){
  .activity_list{
    padding: 1.5rem 0;
  }
  .activity_list::after{
    top: 0;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(to top, #666 6px, transparent 6px);
    background-size: 4px 10px;
    background-repeat: repeat-y;
    background-position: top left;
  }
  .sa{
    width: 100%;
    display: flex;
    align-items: center;
  }
  .sa:not(:last-child){
    margin-bottom: 1rem;
  }
  .sa .sa_icon{
    margin-right: 20px;
  }
  .sa .bubble{
    flex: 1;
  }
  .sa .bubble::after{
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #fff;
  }
}
@media (max-width: 767px){
  .activity_list::after{
    left: 12%;
    transform: translateX(-12%);
  }
  .sa .sa_icon{
    width: 24%;
  }
  .sa .bubble h3{
    font-size: 1rem;
  }
  .sa .bubble p{
    font-size: .9rem;
  }
}

/*================================
MEMBAR
================================*/
/*専用ページリンク
================================*/
#member{
  position: relative;
  padding: 0 !important;
}
.btn_member{
  color: #fff;
  background-color: #a158db;
  border-radius: 0;
  width: 100%;
  display: flex;
  font-weight: bold;
}
.btn_member:hover{
  color: #fff;
  background-color: #b463f5;
}
.btn_member .btn_txt{
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-right: .75rem;
	padding-left: .75rem;
}
.btn_member .btn_txt .page_link{ text-align: right;}
.btn_member .btn_txt .page_link::before,
.btn_member .btn_txt .page_link::after{
  content: '';
  position: absolute;
  right: .75rem;
  height: 1px;
  background-color: #fff;
  transition: all .3s;
}
.btn_member .btn_txt .page_link::before{ width: 20px;}
.btn_member .btn_txt .page_link::after{
  width: 10px;
  transform: rotate(40deg);
}

@media (min-width: 768px){
	.btn_member{
		font-size: 1.1rem;
		padding: 15px 0;
	}
	.btn_member .btn_txt{
		display: flex;
		justify-content: space-between;
	}
	.btn_member .btn_txt .page_link{ padding-right: 40px;}
  .btn_member .btn_txt .page_link::before{ bottom: 10px;}
  .btn_member .btn_txt .page_link::after{ bottom: 14px;}
}
@media (max-width: 767px){
	.btn_member{ padding: 8px 0;}
	.btn_member .btn_txt .page_txt,
	.btn_member .btn_txt .page_link{ display: block;}
	.btn_member .btn_txt .page_txt{ text-align: left;}
	.btn_member .btn_txt .page_link{
		font-size: .9rem;
		padding-right: 30px;
		margin-top: 5px;
	}
	.btn_member .btn_txt .page_link::before{ bottom: 8px;}
  .btn_member .btn_txt .page_link::after{ bottom: 12px;}
}

/*ローカルナビメニューボタン
================================*/
ul#local_nav{
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
ul#local_nav li{
	border: #fff 1px solid;
}
ul#local_nav li a{
	background-color: #efefef;
	display: block;
	border-radius: 0;
	text-align: left;
}
#member_nav ul#local_nav li a{
	text-align: center;
}
ul#local_nav li a:hover{
	color: #fff;
	background-color: #f5a800;
}
ul#local_nav li.current a{
	color: #fff;
	background-color: #a158db;
}
@media (min-width: 1200px){
	ul#local_nav li{ width: 20%;}
	#member_nav ul#local_nav li{ width: 33.333333%;}
}
@media (min-width: 992px) and (max-width: 1199px){
	ul#local_nav li{ width: 25%;}
	#member_nav ul#local_nav li{ width: 33.333333%;}
}
@media (min-width: 768px){
	ul#local_nav li a{
		font-size: .85rem;
		padding: .3rem;
	}
}
@media (max-width: 991px){
	ul#local_nav li:first-child{ width: 100%;}
	ul#local_nav li{ width: 50%;}
	#member_nav ul#local_nav li{ width: 33.333333%;}
}
@media (max-width: 767px){
	ul#local_nav li a{
		font-size: .65rem;
		padding: .5rem .3rem;
	}
}

/*================================
FOOTER
================================*/
#footer{
  background-color: #333;
  padding-top: 30px;
}
#copyright{
  color: #fff;
  font-size: .8rem;
  text-align: center;
  display: block;
  border-top: #444 1px solid;
  padding: 10px 5px 5px;
}
#copyright span{
  font-size: .7rem;
  display: block;
  margin-top: .2rem;
}
#ft_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#ft_logo img{ margin-bottom: 20px;}
#ft_logo p{
  color: #fff;
  font-size: .9rem;
}
#ft_link{ flex: 1;}
#ft_link ul{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
#ft_site{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
#ft_site > ul{ margin-left: 15px;}
#ft_site > ul > li{
  font-weight: bold;
  margin-bottom: 8px;
}
#ft_site > ul > li > ul > li{
  font-size: .8rem;
  font-weight: normal;
}
#ft_site a,
#ft_site p{ color: #fff;}
#ft_site p{ margin-bottom: 5px;}
#ft_sns ul{ display: flex;}
#ft_sns ul li:not(:first-child){ margin-left: 10px;}
#ft_site .btn{
  border: #fff 1px solid;
  border-radius: 0;
  width: 100%;
  margin-bottom: 10px;
}
#ft_site .btn:hover{
	background-color: rgba( 0, 0, 0, .2);
}
.ft_privacy{
	text-align: center;
	padding-bottom: 10px;
}
.ft_privacy a{ color: #fff;}
#footer .btn-tel{ color: #fff;}
@media (min-width: 992px){
  #ft_link{
    display: flex;
    justify-content: flex-end;
  }
  #ft_sns{ margin-left: 30px;}
}
@media (min-width: 768px) and (max-width: 991px){
  #footer .container{ max-width: 100%;}
  #ft_sns ul{ justify-content: flex-end;}
}
@media (min-width: 768px){
  #ft_logo{ width: 320px;}
  #ft_logo img{ width: 270px;}
  #ft_site > ul{
    width: 100%;
    max-width: 240px;
  }
}
@media (max-width: 991px){
  #ft_logo img{ width: 240px;}
}
@media (max-width: 767px){
  #ft_wrap{ text-align: center;}
  #ft_logo{ width: 100%;}
  #ft_site > ul{ display: none;}
  #ft_sns{ width: 100%;}
  #ft_sns ul{ justify-content: center;}
}

/*ページトップ
================================*/
#page_top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	background-color: rgba(245, 168, 0, .8);
  display: block;
  width: 50px;
  height: 50px;
	line-height: 52px;
	font-size: 20px;
	text-align: center;
	color: #fff;
  text-decoration: none;
}
#page_top:hover{
	background-color: rgba(245, 168, 0, 1);
}

