@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap);
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#main {
	height: 600px;
	overflow: hidden;
	font-size: 0;
	position: relative;
	z-index: 0;
}

#main .w800 {
	padding-top: 120px;
	font-weight: bold;
	font-size: 6vw;
	line-height: 1.6;
	color: #fff;
}

#main .donate {
	width: calc(100% - 40px);
	height: 100px;
	overflow: hidden;
	transform: translateX(-50%);
	position: absolute;
	bottom: 110px;
	left: 50%;
	z-index: 3;
}

#main .donate .f_left {
	float: left;
	width: 49%;
}

#main .donate .f_left a {
	display: block;
	height: 100px;
	overflow: hidden;
	background: #ffe100;
	text-decoration: none;
	font-weight: 500;
	font-size: 5vmin;
	line-height: 70px;
	color: #343434;
	transition: .4s;
}

#main .donate .f_left a span {
	display: block;
	height: 30px;
	overflow: hidden;
	margin-right: 30px;
	background: #343434;
	font-weight: normal;
	font-size: 3vmin;
	letter-spacing: 2px;
	line-height: 30px;
	color: #fff;
	position: relative;
}

#main .donate .f_left a span:before {
	content: '';
	width: 20px;
	height: 50px;
	background: #ffe100;
	transform: rotate(-30deg);
	position: absolute;
	top: -8px;
	right: -9px;
}

#main .donate .f_right {
	float: right;
	width: 49%;
}

#main .donate .f_right a {
	display: block;
	height: 100px;
	overflow: hidden;
	padding-top: 25px;
	background: #069d61;
	text-decoration: none;
	font-weight: 500;
	font-size: 5vmin;
	line-height: 1.5;
	color: #fff;
	transition: .4s;
}

#main .donate .f_right a span {
	display: block;
	font-weight: normal;
	font-size: 3vmin;
	letter-spacing: 2px;
}

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider {
	overflow: hidden;
	background: #333;
	position: relative;
}

#slider .slides li {
	float: left;
	width: 100%;
	height: 600px;
	margin-right: -100%;
	background: no-repeat 80% 0 / auto 100%;
	line-height: 850px;
	position: relative;
	opacity: 0;
}

#slider .slides li.slider_01 {
	background-image: url(../img/top/visual_01.jpg);
}

#slider .slides li.slider_02 {
	background-image: url(../img/top/visual_02.jpg);
}

#slider .flex-control-paging {
	height: 12px;
	transform: translateX(-50%);
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 3;
}

#slider .flex-control-paging li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	list-style: none;
}

#slider .flex-control-paging a {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(186, 186, 186, 0.5);
}

#slider .flex-control-paging a.flex-active {
	background: #ffe100;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	padding: 70px 20px;
	background: url(../img/top/about_bg.jpg) no-repeat 70% 0 / auto 100%;
	text-align: left;
}

#about h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 4vmin;
	line-height: 1.5;
}

#about h2 span {
	display: block;
	font-weight: bold;
	font-size: 10vmin;
	letter-spacing: 2px;
}

#about dt {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 9vmin;
	letter-spacing: 2px;
}

#about dd a {
	display: inline-block;
	vertical-align: top;
	height: 70px;
	padding: 0 30px;
	border: solid 2px #343434;
	text-align: center;
	text-decoration: none;
	font-size: 5vmin;
	line-height: 64px;
	color: #343434;
	transition: .4s;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	padding: 40px 20px 60px;
	background: #b3b1b8 url(../img/top/issue_bg.jpg) no-repeat 60% top / auto 100%;
	font-size: 0;
}

#news h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 9vmin;
	letter-spacing: 2px;
	line-height: 1.3;
}

#news .section {
	margin-bottom: 30px;
	padding: 30px;
	background: rgba(255, 255, 255, 0.6);
}

#news dl {
	margin-bottom: 10px;
	text-align: left;
}

#news dt {
	font-weight: 600;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #999;
}

#news dd {
	font-size: 15px;
	line-height: 22px;
}

#news dd a {
	text-decoration: none;
	color: #343434;
}

#news ul {
	line-height: 50px;
}

#news ul a {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: 36px;
	background: #343434;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #fff;
}

#news ul a:before {
	display: inline-block;
	vertical-align: 2px;
	content: '';
	width: 5px;
	height: 5px;
	margin-right: 8px;
	margin-left: -8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

#news .youtube {
	width: 100%;
	background: #ddd;
	position: relative;
}

#news .youtube:before {
	display: block;
	content: '';
	padding-top: 40%;
}

#news .youtube iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#message {
	padding: 40px 20px;
	background: #69b1bd url(../img/top/message_bg.jpg) no-repeat 82% 0 / auto 100%;
	text-align: left;
}

#message .w940 p {
	margin-bottom: 30px;
}

#message .w940 p span {
	font-weight: bold;
}

#message h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 9vmin;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #fff;
}

#message li {
	text-align: center;
}

#message li a {
	display: inline-block;
	vertical-align: top;
	height: 70px;
	padding: 0 30px;
	border: solid 2px #343434;
	text-decoration: none;
	font-size: 5vmin;
	line-height: 64px;
	color: #343434;
	transition: .4s;
}

/* ---------------------------------------------------------
	CSS Document team
--------------------------------------------------------- */

#team {
	padding: 30px 20px;
	background: #c4d9dc;
	background: -moz-linear-gradient(left,  #ffffff 0%, #c4d9dc 100%);
	background: -webkit-linear-gradient(left,  #ffffff 0%,#c4d9dc 100%);
	background: linear-gradient(to right,  #ffffff 0%,#c4d9dc 100%);
	font-size: 0;
}

#team .section {
	display: inline;
}

#team h2 {
	font-weight: bold;
	font-size: 34px;
	line-height: 1.4;
}

#team .name {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-size: 3vmin;
	line-height: 1.4;
}

#team figure {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin-right: 10px;
}

#team dl {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 110px);
	text-align: left;
}

#team dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

#team dd {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	font-size: 3.5vmin;
	line-height: 1.5;
}

#team p:last-of-type {
	margin-top: 15px;
	text-align: left;
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document help
--------------------------------------------------------- */

#help {
	margin: 40px 20px;
	font-size: 0;
}

#help h2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
}

#help h2 span:last-of-type {
	display: block;
	font-size: 32px;
}

#help dl {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	padding: 75px 0 15px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: solid 2px #30a3b8;
	background: url(../img/top/help_04.png) no-repeat center 15px / 50px auto;
	font-size: 13px;
	line-height: 1.3;
	color: #30a3b8;
}

#help dl:nth-of-type(2) {
	border: solid 2px #ff4952;
	background-image: url(../img/top/help_05.png);
	color: #ff4952;
}

#help dl:nth-of-type(3) {
	margin-right: 0;
	border: solid 2px #069d61;
	background-image: url(../img/top/help_06.png);
	color: #069d61;
}

#help dt {
	line-height: 50px;
}

#help dt span {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.3;
}

#help dd {
	margin-top: 15px;
}

#help dd a {
	display: block;
	height: 40px;
	margin: 0 15px;
	background: #30a3b8;
	text-decoration: none;
	font-size: 12px;
	font-size: 3vmin;
	line-height: 40px;
	color: #fff;
}

#help dl:nth-of-type(2) dd a {
	background: #ff4952;
}

#help dl:nth-of-type(3) dd a {
	background: #069d61;
}

/* ---------------------------------------------------------
	CSS Document issue
--------------------------------------------------------- */

#issue {
	padding: 50px 20px;
	background: #b3b1b8 url(../img/top/issue_bg.jpg) no-repeat 60% top / auto 100%;
	text-align: left;
	color: #000;
}

#issue h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
}

#issue h2 span:last-of-type {
	display: block;
	font-size: 32px;
}

#issue dl {
	margin-bottom: 20px;
}

#issue dt {
	font-weight: bold;
	font-size: 16px;
}

#issue dd {
	font-size: 13px;
}

#issue dd a {
	color: #636363;
}

#issue .contact {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #333;
	font-size: 13px;
}

#issue .contact h3 {
	font-weight: bold;
	font-size: 16px;
}

#issue .contact a {
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 40px;
	padding: 40px 20px;
	background: #f0f0f0;
	font-size: 0;
}

#case h2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 8vw;
	line-height: 1.6;
	color: #636363;
}

#case h2 span {
	display: block;
	font-weight: bold;
	font-size: 5vw;
	letter-spacing: 2px;
	color: #ccc;
}

#case .container {
	padding: 40px 20px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
}

#case .s150 {
	height: 100px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 25vw;
	line-height: 90px;
	color: #ff4952;
}

#case .s130 {
	display: inline-block;
	vertical-align: top;
	height: 100px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 68px;
	line-height: 110px;
	color: #ff4952;
}

#case .s120 {
	display: inline-block;
	vertical-align: top;
	height: 100px;
	font-weight: bold;
	font-size: 50px;
	line-height: 110px;
	color: #ff4952;
}

#case .s72 {
	display: inline-block;
	vertical-align: top;
	height: 100px;
	font-weight: bold;
	font-size: 40px;
	line-height: 120px;
	color: #ff4952;
}

/* section_01 */
#case .section_01 {
	margin-bottom: 30px;
}

#case .section_01 .s66 {
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 5vw;
	line-height: 1;
}

#case .section_01 .section_01_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#case .section_01 .text {
	width: 75%;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}

#case .section_01 .section_01_03 {
	width: 25%;
}

/* section_02 */
#case .section_02 {
	margin-bottom: 10px;
}

#case .section_02 .section_02_01 img {
	width: 75%;
}

#case .section_02 .f_left {
	margin-top: 5px;
}

#case .section_02 .text {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.4;
	letter-spacing: 1px;
}

/* section_03 */
#case .section_03 {
	margin-bottom: 30px;
	padding: 20px;
	border: solid 10px #f6f6f6;
	font-size: 0;
}

#case .section_03 figure {
	margin-bottom: 15px;
}

#case .section_03 figure img {
	width: 200px;
}

#case .section_03 .text {
	display: inline-block;
	vertical-align: middle;
}

#case .section_03 .text p {
	margin-bottom: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}

#case .section_03 dl {
	margin-bottom: 15px;
	text-align: left;
}

#case .section_03 dt {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: solid 1px #474747;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 1px;
	position: relative;
}

#case .section_03 dt:after {
	content: '';
	width: 20px;
	height: 63px;
	background: url(../img/top/case_05.png) no-repeat right bottom / 100% auto;
	position: absolute;
	bottom: 6px;
	right: 3px;
}

#case .section_03 dd {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}

#case .section_03 .number .s66 {
	display: inline-block;
	vertical-align: 25px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 1;
}

/* section_04 */
#case .section_04 .text {
	margin-bottom: 30px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}

/* section_05 */
#case .section_05 {
	text-align: left;
}

#case .section_05 .text {
	margin-right: 40px;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
}

#case .section_05 .number {
	margin-top: -15px;
	position: relative;
}

#case .section_05 .number:after {
	content: '';
	width: 40px;
	height: 140px;
	background: url(../img/top/case_06.png) no-repeat right bottom / 100% auto;
	position: absolute;
	bottom: 10px;
	right: 0;
}

/* ---------------------------------------------------------
	CSS Document involved
--------------------------------------------------------- */

#involved {
	margin: 0 20px 40px;
	font-size: 0;
}

#involved h2 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
}

#involved h2 span:last-of-type {
	display: block;
	font-size: 36px;
}

#involved p {
	margin-bottom: 20px;
	font-size: 13px;
}

@media only screen and (max-width: 359px) {

	#involved dl {
		display: block;
		width: 280px;
		height: 280px;
		margin: 0 auto 20px;
		padding-top: 34px;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background: #30a3b8;
		color: #fff;
	}

	#involved dl:nth-of-type(2) {
		background: #ff4952;
	}

	#involved dl:nth-of-type(3) {
		background: #069d61;
	}

	#involved dl:hover {
		opacity: 0.7;
		filter: Alpha(opacity=70);
	}

	#involved dt {
		height: 64px;
		line-height: 70px;
	}

	#involved dt span {
		display: inline-block;
		vertical-align: middle;
		font-size: 25px;
		line-height: 1.2;
	}

	#involved dd img {
		width: 128px;
	}

	#involved dd a {
		display: block;
		text-decoration: none;
		font-size: 22px;
		line-height: 1;
		color: #fff;
	}
}

@media only screen and (min-width: 360px) {

	#involved dl {
		display: inline-block;
		vertical-align: top;
		width: 32%;
		margin-right: 2%;
		padding: 5px 0 10px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #30a3b8;
		color: #fff;
	}

	#involved dl:nth-of-type(2) {
		background: #ff4952;
	}

	#involved dl:nth-of-type(3) {
		margin-right: 0;
		background: #069d61;
	}

	#involved dt {
		height: 50px;
		line-height: 50px;
	}

	#involved dt span {
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		line-height: 1.2;
	}

	#involved dd img {
		width: 50px;
	}

	#involved dd a {
		display: block;
		margin-top: 5px;
		text-decoration: none;
		font-size: 11px;
		line-height: 1.3;
		color: #fff;
	}
}
