@charset 'utf-8';
/* =========================================================
common.css
========================================================= */
/* base
--------------------------------------------------------- */
/* Initialize
--------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,video,article,aside,figure,figcaption,footer,header,nav,section{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul,li{list-style:none}caption,th{text-align:left}fieldset,img,abbr,acronym{border:0}*,*:before,*:after {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

/* ----- Initialize font-size ----- */
html { font-size: 6.25%; }
body { font-size: 14em; }



/* base
--------------------------------------------------------- */
body {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
	color: #666;
	margin: 0 auto;
	min-width: 1150px;
	}
html, body {
	height: 100%;
  }
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
  }
h1 {
	font-size: 20rem;
	font-weight: bold;
	}
h2 {
	font-size: 30rem;
	font-weight: bold;
	}
a {
	text-decoration: none;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	word-break : break-all;
	word-wrap : break-word;
	color: #333;
  }
a:hover {
	opacity: 0.8;
	text-decoration: none;
	}
img {
	vertical-align: bottom;
  }

/* ----- input ----- */
input,
select {
	vertical-align: middle;
	box-shadow: none;
  }
input[type="text"] {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
  }
input[type="submit"],
input[type="button"],
input[type="image"],
button {
	font: inherit;
	color: inherit;
	line-height: inherit;
	padding: 0;
	border: 0;
	border-radius: 0;
	overflow: visible;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-appearance: none;
  }
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	outline: none;
  }
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="image"]:hover,
button:hover {
	opacity: 0.73;
  }
button:focus {
	outline: 0;
  }
select {
	cursor: pointer;
	transition: all 0.3s;
  }
textarea {
	vertical-align: bottom;
  }
.clearfix::after {
	content: '';
	clear: both;
	display: block;
  }
.pc-only { display: block !important; }
.sp-only { display: none !important; }

/* #footer
--------------------------------------------------------- */
/* ----- #copyright -----*/
#copyright {
	background: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	}
#copyright small {
	font-size: 0.5rem;
	color: #fff;
  }


/* ---------------------------------------------------------
 common
--------------------------------------------------------- */
.heading {
	font-family: serif;
	font-size: 32rem;
	margin-bottom: 12px;
}
.header-logo-title-linkv a {
	display: inline-block;
}


/* ---------------------------------------------------------
 header
--------------------------------------------------------- */
.header-wrapper {
  width: 988px;
  margin: 0 auto;
}
.header-wrapper img {
	vertical-align: top;
	margin: 1px 13px 0 1px;
}
.header {
	margin: 0 0px 15px 0;
}
.header-logo,.header-list,.header-item {
	display: inline-block;
	vertical-align: top;
}
.header-logo-title {
	font-family: serif;
	color: #40210f;
	font-size: 13rem;
	padding-right: 15px;
	margin: 8px 0 12px 2px;
	font-weight: bold;
	line-height: 1;
}
.header-list {
	font-size: 0;
	float: right;
	margin-right: -1px;
}
.header-list img {
	margin: 4px 1px 0 11px;
}
.header-list.pc-only {
	display: inline-block !important;
	vertical-align: top;
	margin-right: 4px;
}
.header-item a {
  padding: 19px 8px 12px 8px;
  display: block;
  color: #40210f;
  font-size: 13.3rem;
  font-weight: 500;
}
.header-item-contact {
	background: #40210f;
	border-radius: 0 0 6px 6px;
	margin-left: 7px;
}
.header-item-contact a {
	color: #fff;
	padding: 21px 15px 12px;
	font-weight: 300;
}



/* .grobal-nav-wrapper
--------------------------------------------------------- */
.grobal-nav-wrapper {
  position: fixed;
	top: 0;
	z-index: 10000;
	background: #fff;
	width: 100%;
}
#grobal-nav {
	display: none;
}
#grobal-nav.active {
	display: block;
	z-index: 9999;
}
.grobal-nav-inner {
	margin: 0 auto;
	padding: 11px 6% 110px;
}
.grobal-nav-list {
	padding: 0 13px;
	width: 93%;
	margin: 22px auto 0;
}
.grobal-nav-item:first-of-type {
	border-top: 1px solid #e5e5e5;
}
.grobal-nav-item {
	border-bottom: 1px solid #e5e5e5;
}
.grobal-nav-item a {
  padding: 12px 22px 12px 25px;
  font-size: 16rem;
  font-weight: bold;
  color: #40210f;
  display: inline-block;
}
.open-btn {
	background: url(/volunteer-center/assets/img/common/btn-open.png) no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: right;
}
.close-btn {
	background: url(/volunteer-center/assets/img/common/btn-close.png) no-repeat;
	width: 40px;
  height: 40px;
  display: inline-block;
  float: right;
}
#menu-layer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0);
  display: none;
  z-index: -1;
}
#menu-layer.active {
	background: rgba(0,0,0,0.26);
	z-index: 8888;
}




/* ---------------------------------------------------------
 .contents-wrapper
--------------------------------------------------------- */
.contents-wrapper-inner {
	background: url(/volunteer-center/assets/img/common/img-bg-white.png) repeat-y;
	background-color: #fdfcf6;
	max-width: 1400px;
	margin: 0 auto;
}
.news-wrapper .heading,
.about-wrapper .heading {
	font-size: 33rem;
	padding-left: 50px;
	position: relative;
	color: #40210f;
}
.news-wrapper .heading:before,
.about-wrapper .heading:before {
	content: '';
	position: absolute;
	bottom: 26px;
	left: 1px;
	right: 0px;
	width: 4%;
	height: 3px;
	background-image: -webkit-linear-gradient(left, transparent, #40210f 25%, #40210f 75%, transparent);
	background-image: linear-gradient(to right, #40210f 17%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.main {
	position: relative;
}
.main img {
	border-radius: 20px 0 0 20px;
	margin-left: 19px;
	width: auto;
	max-width: 100%;
}



/* .news-wrapper
--------------------------------------------------------- */
.about-wrapper .heading:before {
	background-image: -webkit-linear-gradient(left, transparent, #fbec90 25%, #fbec90 75%, transparent);
	background-image: linear-gradient(to right, #fbec90 17%, transparent);
}
.news-inner {
	background: #fff;
	border-radius: 10px;
	padding: 36px 28px;
}
.news-list {
	width: 916px;
}
.news-item:first-of-type {
	border-top: 1px solid #e5e5e5;
}
.news-item {
	display: inline-block;
	padding: 18px 10px 21px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.news-button {
	background: url(/volunteer-center/assets/img/common/icon-arrow.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	right: -5px;
}
.news-inner {
	position: relative;
	top: -80px;
	left: 45.6vh;
	width: 1011px;
	background: #fff;
	border-radius: 20px;
	padding: 35px 40px 49px;
	z-index: 2;
}
.category,.date,.news-text {
	display: inline-block;
}
.category {
	margin-right: 12px;
	padding: 2px 7px 4px;
	color: #fff;
	border-radius: 6px;
	font-size: 10.1rem;
	width: 85px;
	text-align: center;
}
.category a {
	color: #fff;
}
.category-first {
	background: #f99bbb;
}
.category-second {
	background: #ffc72a;
}
.category-third {
	background: #7aa4dd;
}
.date {
  margin-right: 16px;
  font-size: 13.4rem;
}
.news-text {
	width: 665px;
}
.news-text a {
  font-size: 13.4rem;
  width: 94%;
  display: inline-block;
  line-height: 21px;
  vertical-align: top;
}
.button {
	text-align: right;
	margin-top: 27px;
	margin-right: 69px;
}
.button a {
	border-radius: 25px;
	background: #40210f url(/volunteer-center/assets/img/common/icon-more.png) 110px 12px no-repeat;
	color: #fff;
	padding: 8px 57px 10px 57px;
	font-size: 13.3rem;
}


/* .about-wrapper
--------------------------------------------------------- */
.about-wrapper {
	background: #40210f;
	padding: 234px 0 140px 0;
	width: 1003px;
	position: relative;
	top: -199px;
	z-index: 1;
	border-radius: 0 0 20px 0;
}
.about-wrapper p {
	color: #fff;
	font-size: 16.4rem;
}
p.heading-sub {
	margin-bottom: 53px;
	padding-left: 39px;
	line-height: 26px;
	font-size: 16.4rem;
	font-weight: 300;
}
.about-wrapper .heading {
	color: #fbec90;
	margin-left: 38px;
}
.about-list {
	width: 965px;
	margin: 0 auto;
	font-size: 0;
}
.about-item {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
	font-size: 0;
}
li.about-item:first-child {
	margin-top: 68px;
}
li.about-item:nth-child(2) {
	margin-top: 28px;
}
li.about-item:nth-child(3) {
	margin-top: -13px;
}
li.about-item:nth-child(4) {
	margin-top: 40px;
}
li.about-item:nth-child(5) {
	margin-top: 0px;
}
li.about-item:nth-child(6) {
	margin-top: -41px;
	margin-right: 0px;
}
.about-item a {
	display: block;
	margin-bottom: 15px;
}
.about-box {
	display: inline-block;
	width: 281px;
	height: 187px;
	border-radius: 7px;
}
li.about-item:first-child .about-box {
	background: #fff url(/volunteer-center/assets/img/common/logo01.svg) center no-repeat;
}
li.about-item:nth-child(2) .about-box {
	background: #fff url(/volunteer-center/assets/img/common/logo02.svg) center no-repeat;
}
li.about-item:nth-child(3) .about-box {
	background: #fff url(/volunteer-center/assets/img/common/logo03.svg) center no-repeat;
}
li.about-item:nth-child(4) .about-box {
	background: #fff url(/volunteer-center/assets/img/common/logo04.svg) center no-repeat;
}
li.about-item:nth-child(5) .about-box {
	background: #fff url(/volunteer-center/assets/img/common/logo05.svg) center no-repeat;
}
li.about-item:nth-child(6) .about-box {
	background: #fff url(/volunteer-center/assets/img/common/logo06.svg) center no-repeat;
}
p.about-title {
	font-size: 14.2rem;
	margin-bottom: 4px;
	padding-left: 9px;
	font-weight: 300;
}
p.about-name {
	color: #fbec90;
	font-weight: 500;
	font-size: 22rem;
	padding-left: 10px;
	line-height: 28px;
	letter-spacing: 1px;
}





/* .activity-wrapper
--------------------------------------------------------- */
.activity-wrapper {
	/*margin: -73px 0 0 154px;*/
	padding: 113px 0 104px;
	background: #fff;
	margin-top: -76px;
}
.heading-activity {
	font-size: 32rem;
	text-align: center;
	margin-bottom: 40px;
	padding-left: 0;
	color: #40210f;
}
.heading-activity span {
	position: relative;
	width: 100%;
	padding: 5px 10px;
}
.heading-activity span:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 143px;
	height: 3px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #40210f 25%, #40210f 75%, transparent);
	background-image: linear-gradient(to right, transparent, #40210f 35%, #40210f 55%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.activity-list {
	width: 982px;
	margin: 0 auto;
	font-size: 0;
}
.activity-item {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.activity-item img {
	display: inline-block;
	width: 314px;
}
.activity-item + .activity-item {
	margin-left: 20px;
}
.activity-item img {
	border-radius: 10px;
}
.category-label {
	background: #40210f;
	color: #fff;
	font-size: 18.5rem;
	font-weight: 500;
	padding: 3px 16px 5px 19px;
	position: absolute;
	bottom: 10px;
	left: -10px;
	width: 202px;
}
@-moz-document url-prefix() {
	.category-label {
		padding: 3px 16px 4px 19px;
	}
}
@media all and (-ms-high-contrast: none) {
  .category-label {
		padding: 4px 16px 5.5px 19px;
	}
}
@supports (-ms-ime-align:auto) {
  .category-label {
		padding: 4px 16px 4px 19px;
	}
}
.category-label:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  border: none;
  border-top: solid 10px transparent;
  border-right: solid 10px #40210f;
}
.category-label:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0px;
  right: -16px;
  width: 0px;
  height: 0px;
  border-top: 18px solid #40210f;
  border-right: 16px solid transparent;
  border-bottom: 17px solid #40210f;
  border-left: 16px solid transparent;
}




/* ---------------------------------------------------------
 footer
--------------------------------------------------------- */
footer {
	background: #40210f;
	color: #fff;
	position: relative;
}
.go-top-wrapper {
	padding: 37px 0;
}


/* #go-top
--------------------------------------------------------- */
#go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 51px;
  z-index: 9999;
}
#go-top a {
  display: block;
  height: 50px;
  background: url(/volunteer-center/assets/img/common/img-gotop.png) no-repeat;
}
#go-top span {
  display: none;
}
#go-top.absolute {
  position: absolute !important;
}





.footer-wrapper {
	margin: 0 auto 43px;
	max-width: 986px;
	padding-top: 79px;
}
.footer-heading-wrapper {
	display: inline-block;
	padding-right: 25px;
}
.header-logo-title-image{
	margin-bottom: 5px;
	padding-left: 0;
	display: block;
}
.footer-logo-image-wrapper {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	padding: 10px 0 0 16px;
}
.footer-logo-image-wrapper:before {
	content: '';
	position: absolute;
	top: -43px;
	left: -4px;
	width: 1px;
	height: 60px;
	border-right: solid 1px #fff;
}
.footer-logo-image-wrapper img {
	padding-top: 4px;
	position: absolute;
	top: -75px;
	left: 16px;
}
footer .heading {
	margin-bottom: 20px;
	font-size: 32.7rem;
	margin-top: -4px;
	display: inline-block;
}
footer .heading-top {
	margin-bottom: 40px;
}
.footer-wrapper .heading-sub {
	margin-bottom: 5px;
	padding-left: 0;
}
footer .button {
	text-align: left;
	margin: 23px 0 19px 2px;
}
footer .button a {
	padding: 8px 60px;
	display: inline-block;
	font-weight: bold;
	color: #40210f;
	background: #fff url(/volunteer-center/assets/img/common/icon-more-brown.png) 109px 10px no-repeat;
}
.footer-address,
.footer-address-item {
	font-size: 13.4rem;
	margin-bottom: 3px;
	font-weight: 300;
}
.footer-address-item {
	margin-bottom: 8px;
	font-size: 14rem;
	padding-left: 2px;
}
.footer-address-item span {
	margin-left: 30px;
	font-weight: 300;
	font-size: 12.2rem;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
}
.footer-address-item span p {
	display: inline-block;
}
.footer-address-item span a {
	color: #fff;
}
.copyright {
	text-align: center;
	padding-bottom: 83px;
	font-weight: 300;
	font-size: 15.7rem;
}





/* =========================================================
@meida 1024px
========================================================= */
@media screen and (max-width: 1024px) {
	/* ---------------------------------------------------------
	  common
	--------------------------------------------------------- */
.header,.news-list,.about-list,.about-box,.activity-list,
.footer-wrapper {
	width: 100%;
}
.heading {
	font-size: 39rem;
}
p.heading-sub {
	font-size: 18rem;
	font-weight: 300;
}


/* ---------------------------------------------------------
  body
--------------------------------------------------------- */
body {
	max-width: initial;
	margin: 0 auto;
	width: 100%;
}


/* ---------------------------------------------------------
  header
--------------------------------------------------------- */
.header-wrapper {
  width: 94%;
  margin: 0 auto 13px;
}
.main img {
	width: 86%;
	border-radius: 20px 0 0 20px;
	margin-left: 22px;
	padding-left: 0;
}
.header-list {
	margin-right: 0;
}
.news-wrapper .heading:before,
.about-wrapper .heading:before {
	width: 37px;
	bottom: 29px;
}
#menu-layer {
	width: 100%;
}



/* ---------------------------------------------------------
 .contents-wrapper
--------------------------------------------------------- */
/* .news-wrapper
--------------------------------------------------------- */
.news-wrapper .heading {
	font-size: 39rem;
	padding-left: 47px;
}
.news-inner {
	left: 353px;
	width: 70%;
	padding: 35px 39px 44px 49px;
}
.news-text {
	width: 467px;
}
.news-text a {
	width: 447px;
}
.button {
	margin-right: 3px;
}


/* .about-wrapper
--------------------------------------------------------- */
.about-wrapper {
	width: 67%;
}
.about-wrapper .heading {
	margin-left: 41px;
	font-size: 39rem;
}
.about-item {
	width: 42%;
	margin: 0;
}
li.about-item:first-child,
li.about-item:nth-child(2),
li.about-item:nth-child(3),
li.about-item:nth-child(4),
li.about-item:nth-child(5),
li.about-item:nth-child(6) {
	margin-top: 0;
}
li.about-item:nth-child(odd) {
	margin-top: 45px;
	margin-left: 45px;
}
li.about-item:nth-child(even) {
	margin-left: 39px;
}
.about-box {
	height: 211px;
	width: 98%;
}
p.about-name {
	font-size: 27rem;
}
p.about-title {
	font-size: 17rem;
	margin-top: 14px;
}
.about-item a {
	margin-bottom: 0px;
}



/* .activity-wrapper
--------------------------------------------------------- */
.activity-wrapper {
	padding: 142px 0 181px;
	margin: 0;
}
.activity-list {
	width: 97%;
	font-size: 0;
}
.activity-item + .activity-item {
	margin-left: 15px;
}
.activity-item {
	margin-right: 0;
	width: 32.3333%;
}
.activity-item img {
	width: 100%;
}
.category-label {
  font-size: 20rem;
  padding: 6px 22px;
  font-weight: normal;
  bottom: 17px;
  left: -10px;
  width: 224px;
}
@supports (-ms-ime-align:auto) {
  .category-label {
   	padding: 5px 22px 6px 22px;
  }
}
.category-label:after {
  right: -22px;
  border-top: 20px solid #40210f;
  border-right: 22px solid transparent;
  border-bottom: 21px solid #40210f;
  border-left: 21px solid transparent;
}




/* ---------------------------------------------------------
	footer
--------------------------------------------------------- */
.footer-wrapper {
	width: 96%;
	max-width: initial;
}
footer .heading {
	font-size: 37rem;
}
footer .button a {
	padding: 8px 66px;
}



}








/* =========================================================
@meida 750px
========================================================= */
@media screen and (max-width: 750px) {
	/* ---------------------------------------------------------
	  common
	--------------------------------------------------------- */
	.pc-only { display: none !important; }
	.sp-only { display: block !important; }
	.header-list.pc-only {
		display: none!important;
	}
	.contents-wrapper-inner,.news-list,.news-item,
	.about-wrapper,.about-list,.activity-item,
	.about-box,.footer-wrapper {
		width: 100%;
	}
	.news-wrapper .heading,
	.about-wrapper .heading,
	.activity-wrapper .heading {
	  font-size: 17rem;
	  padding-left: 15px;
	  margin-left: 9px;
	}
	.news-wrapper .heading:before,
	.about-wrapper .heading:before,
	.activity-wrapper .heading:before {
		bottom: 14px;
		left: -9px;
		width: 16px;
		height: 2px;
	}
	.activity-wrapper .heading:before {
	  content: '';
	  position: absolute;
	  bottom: 15px;
	  left: 7px;
	  right: 0;
	  width: 17px;
	  height: 3px;
	  background-image: -webkit-linear-gradient(left, transparent, #40210f 25%, #40210f 75%, transparent);
	  background-image: linear-gradient(to right, #40210f 17%, transparent);
	  background-position: center;
	  background-repeat: no-repeat;
	}
	.activity-wrapper .heading {
	  position: relative;
	  color: #40210f;
	  padding-left: 32px;
	  margin-bottom: 15px;
	  margin-left: 14px;
	}
	.heading {
		font-size: 21rem;
	}
	p.heading-sub {
		letter-spacing: 1px;
		font-size: 10rem;
		padding-left: 0px;
		line-height: 18px;
		margin-bottom: 14px;
	}
	.button {
		margin-top: 9px;
	}
	.button a {
		font-size: 10rem;
	}



	/* ---------------------------------------------------------
	  body
	--------------------------------------------------------- */
	body { 
		max-width: initial;
		min-width: 320px;
		margin: 0 auto;
	}



	/* ---------------------------------------------------------
	  header
	--------------------------------------------------------- */
	.header-wrapper {
		width: 99%;
		margin: 0 auto 10px;
	}
	.header {
		position: relative;
		margin: 0;
	}
	.header-logo {
		margin-left: 11px;
		margin-top: 10px;
	}
	.grobal-nav-inner .header-logo-title {
		margin-top: 94px;
	}
	.grobal-nav-list {
		margin: 6px auto 0;
	}
	.grobal-nav-item a {
		padding: 12px 22px 12px 23px;
		font-size: 16rem;
		font-weight: 500;
	}
	.grobal-nav-inner {
    padding: 11px 6% 84px;
	}
	.main {
		padding-left: 4%;
		margin-bottom: 12px;
	}
	.main img {
		width: 90%;
		border-radius: 15px 0 0 15px;
		margin-left: -8px;
		-webkit-background-size: 90%;
		background-size: 90%;
		padding-left: 0;
	}
	.header-logo-wrapper {
		width: 207px;
		margin: 0 auto 2%;
	}
	.header-logo-title {
		font-size: 10rem;
		margin: 0 0 3px 2px;
	}
	.header-logo-title img {
		width: 145px;
		margin-bottom: 9px;
	}
	.grobal-nav-wrapper .header-logo-title img {
		width: 204px;
		margin-bottom: 14px;
	}
	img.header-logo-title-image {
		width: 140px;
	}
	.open-btn {
		-webkit-background-size: 82%;
		background-size: 82%;
		margin: 4px 0 0 0;
	}







	/* ---------------------------------------------------------
	 .contents-wrapper
	--------------------------------------------------------- */

	/* .news-wrapper
	--------------------------------------------------------- */
	.news-inner {
		width: 97%;
		top: 8px;
		left: 8px;
		padding: 26px 19px 40px 15px;
		border-radius: 18px;
	}
	.news-list {
		font-size: 0;
	}
	.news-item {
		padding: 8px 3px 5px;
	}
	.news-button {
		top: 50%;
		right: -17px;
		background: url(/volunteer-center/assets/img/common/icon-arrow.png) no-repeat;
		background-size: 80%;
	}
	.news-text {
		width: 88%;
		vertical-align: top;
	}
	.news-text a {
		margin: 3px 0;
		width: 105%;
		font-size: 10rem;
		line-height: 15px;
	}
	.category {
	  padding: 2px 0px;
	  font-size: 10rem;
	  width: 80px;
	}
	.date {
		font-size: 11rem;
	}
	.news-wrapper .button a {
	  background: #40210f url(/volunteer-center/assets/img/common/icon-more.png) 70px 7px no-repeat;
	  padding: 6px 36px 7px 36px;
	  background-size: 20px;
	}


	/* .about-wrapper
	--------------------------------------------------------- */
	.about-wrapper {
		top: -140px;
		padding: 211px 24px 64px 21px;
		width: 84%;
		border-radius: 0 0 10px 0;
		width: 86%;
	}
	.about-list {
		width: 78%;
		margin: 0;
	}
	.about-item {
		margin: 0;
		width: 46%;
		margin-bottom: 11px;
	}
	li.about-item:nth-child(even) {
		margin-left: 13px;
	}
	li.about-item:first-child,
	li.about-item:nth-child(2),
	li.about-item:nth-child(3),
	li.about-item:nth-child(4),
	li.about-item:nth-child(5),
	li.about-item:nth-child(6) {
		margin-top: 0;
	}
	li.about-item:nth-child(odd) {
		margin-left: 0px;
	}
	.about-box {
		margin-bottom: 5px;
		height: 17.7vw;
		background-size: 97%;
	}
	p.about-title {
	  font-size: 10rem;
	  letter-spacing: 1px;
	  margin-bottom: 0;
	  padding-left: 0;
	}
	p.about-name {
		font-size: 12rem;
		letter-spacing: 1px;
		padding-left: 0;
		margin-top: -1px;
	}
	p.about-name-last {
		line-height: 19px;
	}


	/* .activity-wrapper
	--------------------------------------------------------- */
	.activity-wrapper {
		padding: 0 0 50px;
		margin: -78px 0 0 0;
		width: 100%;
	}
	.activity-list {
		width: 90%;
		margin-left: 20px;
	}
	.activity-item + .activity-item {
		margin-left: 0px;
	}
	.activity-item {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.activity-item a {
		display: block;
		overflow: hidden;
	}
	.activity-item img {
		display: inline-block;
		width: 41%;
		border-radius: 10px 0 0 10px;
		height: 24vw;
	}
	.category-label {
		position: static;
		display: inline-block;
		font-size: 12rem;
		margin-left: -4px;
		padding: 0 0 0 12px;
		border-radius: 0 10px 10px 0;
		width: 59%;
		line-height: 24vw;
	}
	.category-label:after,
	.category-label:before {
		display: none;
	}
	.heading-activity {
		text-align: left;
		margin-left: 19px;
	}


	/* ---------------------------------------------------------
		footer
	--------------------------------------------------------- */
	/* #go-top
	--------------------------------------------------------- */
	#go-top {
	  right: 0;
	  width: 40px;
	  height: 40px;
	}
	#go-top a {
		display: block;
		background: url(/volunteer-center/assets/img/common/img-gotop-sp.png) no-repeat;
		height: 40px;
		width: 40px;
		background-size: cover;
		}
	.footer {
	  padding: 25px 0;
	}
	.footer-wrapper {
		width: 96%;
		margin: 0 auto 32px;
		padding-top: 0;
	}
	.footer-wrapper img {
		width: 72px;
		top: -50px;
	}
	img.header-logo-title-image {
		width: 137px;
	}
	.footer-logo-image-wrapper:before {
		top: -24px;
		height: 40px;
	}
	.footer-wrapper p.heading-sub {
		font-size: 10rem;
	}
	.footer-address, .footer-address-item {
    font-size: 10rem;
    font-weight: 100;
    margin-bottom: 0;
 }
	footer .button {
	  margin: 12px 0 16px 2px;
	}
	footer .button a {
		padding: 5px 38px 6px 38px;
		background: #fff url(/volunteer-center/assets/img/common/icon-more-brown.png) 71px 7px no-repeat;
		font-size: 10rem;
		background-size: 18px 9px;
	}
	footer .heading {
		font-size: 17rem;
		margin-bottom: 20px;
	}
	.footer-address-item {
		margin-bottom: 10px;
		margin-left: -2px;
	}
	.footer-address-item span {
	  margin-left: 11px;
	  font-size: 10rem;
	  font-weight: 100;
	}
	.copyright {
	  padding-bottom: 45px;
	}
	.copyright small {
		font-size: 10rem;
	}

}