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

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

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

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

#main .donate a:hover {
	opacity: 0.8;
}

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

#main .donate .f_left a span {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: 100px;
	overflow: hidden;
	margin-right: 30px;
	padding-left: 40px;
	background: #343434;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 2px;
	color: #fff;
	position: relative;
}

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

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

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

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

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

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

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

#slider .slides li.slider_01 .w800 {
	margin: 220px 50px 0;
	text-align: left;
	font-weight: 500;
	font-size: 50px;
	letter-spacing: 2px;
	line-height: 1.5;
}

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

@media only screen and (max-width: 1765px) {
	#slider .slides li.slider_02 {
		background-size: auto 100%;
	}
}

#slider .slides li.slider_02 .w800 {
	margin: 220px 0 0;
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	letter-spacing: 2px;
	line-height: 1.5;
}

#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 0;
	background: url(../img/top/about_bg.jpg) no-repeat center;
}

@media only screen and (min-width: 2000px) {
	#about {
		background-size: 100% auto;
	}
}

#about .w940 {
	width: 940px;
	text-align: left;
}

#about h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
}

#about h2 span {
	display: block;
	font-size: 72px;
	letter-spacing: 2px;
}

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

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

#about dd a:hover {
	background: #ffe100;
}

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

#news {
	padding: 70px 0 120px;
	background: #000 url(../img/top/issue_bg.jpg) no-repeat center;
	font-size: 0;
}

#news .container {
	width: 1160px;
}

#news h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 72px;
	letter-spacing: 2px;
	line-height: 1.3;
}

#news .section {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 260px;
	margin-right: 20px;
	padding: 30px;
	background: rgba(255, 255, 255, 0.6);
}

#news dl {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

#news dt {
	display: table-cell;
	vertical-align: top;
	width: 100px;
	text-align: left;
	font-weight: 600;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #999;
}

#news dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
}

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

#news dd a:hover {
	text-decoration: underline;
	color: #ff4952;
}

#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;
	transition: .4s;
}

#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 ul a:hover {
	opacity: 0.6;
}

#news .youtube {
	display: inline-block;
	vertical-align: top;
	width: 620px;
	height: 260px;
}

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

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

#message {
	padding: 70px 0;
	background: #69b1bd url(../img/top/message_bg.jpg) no-repeat center;
}

@media only screen and (min-width: 2000px) {
	#message {
		background-size: 100% auto;
	}
}

#message .w940 {
	width: 940px;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 18px;
}

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

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

#message h2 {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 72px;
	letter-spacing: 2px;
	line-height: 1.3;
	color: #fff;
}

#message li a {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	height: 70px;
	border: solid 2px #343434;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
	line-height: 64px;
	color: #343434;
	transition: .4s;
}

#message li a:hover {
	background: #ffe100;
}

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

#team {
	background: #c4d9dc;
	background: -moz-linear-gradient(left,  #ffffff 30%, #c4d9dc 100%);
	background: -webkit-linear-gradient(left,  #ffffff 30%,#c4d9dc 100%);
	background: linear-gradient(to right,  #ffffff 30%,#c4d9dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4d9dc',GradientType=1 );
	font-size: 0;
}

#team .container {
	height: 880px;
	text-align: right;
	line-height: 880px;
	position: relative;
}

#team figure {
	position: absolute;
	bottom: 0;
	left: -200px;
}

#team .section {
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	text-align: left;
	font-size: 17px;
	line-height: 1.9;
}

#team h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 72px;
	line-height: 1;
}

#team .name {
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 1.3;
}

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

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

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

#help {
	margin-top: 90px;
	margin-bottom: 90px;
	font-size: 0;
}

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

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

#help dl {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	padding-top: 15px;
	padding-bottom: 147px;
	background: url(../img/top/help_01.png) no-repeat bottom;
	line-height: 70px;
	color: #30a3b8;
}

#help dl:nth-of-type(1) {
	margin-right: -15px;
}

#help dl:nth-of-type(2) {
	padding-top: 147px;
	padding-bottom: 0;
	background: url(../img/top/help_02.png) no-repeat top;
	color: #ff4952;
}

#help dl:nth-of-type(3) {
	margin-left: -15px;
	background: url(../img/top/help_03.png) no-repeat bottom;
	color: #069d61;
}

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

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

#help dd a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 48px;
	border: solid 2px #30a3b8;
	text-decoration: none;
	font-size: 24px;
	line-height: 42px;
	color: #30a3b8;
}

#help dl:nth-of-type(2) dd a {
	border: solid 2px #ff4952;
	color: #ff4952;
}

#help dl:nth-of-type(3) dd a {
	border: solid 2px #069d61;
	color: #069d61;
}

#help dd a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

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

#issue {
	padding: 60px 0;
	background: #b3b1b8 url(../img/top/issue_bg.jpg) no-repeat top;
	font-size: 0;
}

#issue .container {
	text-align: left;
}

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

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

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

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

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

#issue dd a {
	color: #636363;
}

#issue a:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

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

#issue .contact h3 {
	font-weight: normal;
	font-size: 20px;
}

#issue .contact a {
	text-decoration: none;
	color: #333;
}

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

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

#case h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 72px;
	line-height: 1.2;
	color: #636363;
}

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

#case .container {
	padding: 60px 30px;
	border-radius: 13px;
	background: #fff;
}

#case .s150 {
	display: inline-block;
	vertical-align: top;
	height: 135px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 150px;
	line-height: 144px;
	color: #ff4952;
}

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

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

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

/* section_01 */
#case .section_01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	font-size: 0;
}

#case .section_01 .section_01_01 {
	margin-right: 40px;
}

#case .section_01 .s66 {
	display: block;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.4;
}

#case .section_01 .s150 {
	margin-right: 10px;
	letter-spacing: -7px;
}

#case .section_01 .text {
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
}

/* section_02 */
#case .section_02 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 40px;
	font-size: 0;
}

#case .section_02 .section_02_01 {
	width: 540px;
	height: 235px;
	text-align: left;
}

#case .section_02 .s150 {
	letter-spacing: -7px;
}

#case .section_02 .section_02_02 {
	text-align: center;
}

#case .section_02 .text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 1px;
}

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

#case .section_03 .number {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 1px;
}

#case .section_03 .number .s66 {
	display: block;
}

#case .section_03 figure {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

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

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

#case .section_03 dl {
	text-align: left;
}

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

#case .section_03 dt:before {
	content: '';
	width: 250px;
	height: 1px;
	background: #474747;
	position: absolute;
	bottom: -8px;
	right: 0;
}

#case .section_03 dt:after {
	content: '';
	width: 39px;
	height: 63px;
	background: url(../img/top/case_05.png) no-repeat right bottom / 26px auto;
	position: absolute;
	bottom: 2px;
	right: 0;
}

#case .section_03 dd {
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1px;
}

/* section_04 */
#case .section_04 .f_right {
	position: relative;
}

#case .section_04 .f_right:after {
	content: '';
	width: 68px;
	height: 217px;
	background: url(../img/top/case_06.png) no-repeat right bottom / 100% auto;
	position: absolute;
	bottom: -50px;
	right: 400px;
}

#case .section_04 .text {
	margin-top: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
}

/* section_05 */
#case .section_05 {
	margin-top: -90px;
	text-align: left;
}

#case .section_05 .text {
	margin-left: 10px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
}

#case .section_05 .number {
	margin-top: -10px;
	margin-bottom: 25px;
}

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

#involved {
	margin-bottom: 100px;
	font-size: 0;
}

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

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

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

#involved dl {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 280px;
	margin: 0 25px;
	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;
}
