@charset "utf-8";

/* ------------------------------
   CSS Document
------------------------------ */
body{
	font: 14px/1.6 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: 0;
	color:#000000;
	background: #fff;
	position: relative;
}
body.fixed {
	position: fixed;
}
img{
	outline: none;
	border-style: none;
}
#js-pagetop {
	position: absolute;
	right: 30px;
	margin-bottom: 20px;
	width: 70px;
	height: 70px;
}
#js-pagetop img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	#js-pagetop {
		width: 50px;
		height: 50px;
	}
}
a {
	color: #000000;
	/* -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s; */
}
a:hover {
	color: #3966a3;
	/* -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s; */
}
.length {
	height: 300px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media screen and (min-width: 769px), print {
	.sp-only {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.pc-only {
		display: none!important;
	}
}
.gotoTop {
	text-align: center;
	padding-top: 30px;
}
.gotoTop a {
	color: #5383c3;
	font-weight: 600;
}
@media screen and (min-width: 769px), print {
	.gotoTop a {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
}

/* -- BRANDING ----------------- */
#branding {
	background:url(../img/header.jpg) 100% 0 no-repeat fixed;
	background-position: center 60px!important;
	background-size: contain;
	margin: 0 auto;
	padding: 0;
	height: 0;
	padding-top: 43.10%;
}
#branding p {
	display: none;
}
#s01 {
	position: relative;
	background:url(../img/background_img.jpg) 100% 0 no-repeat fixed;
	background-size: contain;
	margin: 0 auto;
	padding: 0;
	height: 0;
	padding-top: 24.84%;
}
#s02 {
	position: relative;
	background:url(../img/background_img02.jpg) 100% 0 no-repeat fixed;
	background-size: contain;
	margin: 0 auto;
	padding: 0;
	height: 0;
	padding-top: 24.84%;
}
#s03 {
	position: relative;
	background:url(../img/background_img03.jpg) 100% 0 no-repeat fixed;
	background-size: contain;
	margin: 0 auto;
	padding: 0;
	height: 0;
	padding-top: 24.84%;
}
.tobira01,
.tobira02,
.tobira03 {
	display: none;
}
.worker-head {
	margin: 0 auto;
	padding: 0;
	margin-top: 88px;
	overflow: hidden;
}
.worker-head img {
	width: 100%;
	height: 278px;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.worker-head {
		margin-top: 0!important;
	}
}

/* -- NAV ----------------- */
nav {
	margin-left: auto;
	max-width: 90%;
	margin-left: auto;
}
nav ul {
	margin: 10px 0;
	max-width: 1100px;
}
nav li {
	display: inline-block;
	margin: 0 3px;
	padding: 0;
}
nav li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
}
nav li.nav01 a {
	background: url("../img/about.jpg") 0 0;
	width: 96px;
}
nav li.nav01 a:hover {
	background: url("../img/about.jpg") 0 -44px;
	width: 96px;
}
nav li.nav02 a {
	background: url("../img/product.jpg") 0 0;
	width: 88px;
}
nav li.nav02 a:hover {
	background: url("../img/product.jpg") 0 -44px;
	width: 88px;
}
nav li.nav03 a {
	background: url("../img/introduction.jpg") 0 0;
	width: 70px;
}
nav li.nav03 a:hover {
	background: url("../img/introduction.jpg") 0 -44px;
	width: 70px;
}
nav li.nav04 a {
	background: url("../img/step.jpg") 0 0;
	width: 112px;
}
nav li.nav04 a:hover {
	background: url("../img/step.jpg") 0 -44px;
	width: 112px;
}
nav li.nav05 a {
	background: url("../img/use.jpg") 0 0;
	width: 116px;
}
nav li.nav05 a:hover {
	background: url("../img/use.jpg") 0 -44px;
	width: 116px;
}
nav li.nav06 a {
	background: url("../img/crowdfunding.jpg") 0 0;
	width: 150px;
}
nav li.nav06 a:hover {
	background: url("../img/crowdfunding.jpg") 0 -44px;
	width: 150px;
}
nav li.nav07 a {
	background: url("../img/info.jpg") 0 0;
	width: 84px;
}
nav li.nav07 a:hover {
	background: url("../img/info.jpg") 0 -44px;
	width: 84px;
}
nav li.nav08 {
	margin-right: 0;
}
nav li.nav08 a {
	background: url("../img/donation.jpg") 0 0;
	width: 172px;
}
nav li.nav08 a:hover {
	background: url("../img/donation.jpg") 0 -44px;
	width: 172px;
}
@media screen and (min-width: 769px), print {
	.globalMenu_sns-icon {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.globalMenu_sns-icon {
		width: 80%;
		margin: 20px auto 0 auto;
		display: flex;
		justify-content: center;
	}
	.globalMenu_sns-icon div {
		margin: 0 10px;
		font-size: 26px;
		color: #fff!important;
	}
	.globalMenu_sns-icon div a  {
		color: #fff!important;
	}
}
@media (min-width: 768px) and (max-width: 1288px) {
	.globalMenu_sns-icon {
		width: 80%;
		margin: 20px auto 0 auto;
		display: flex;
		justify-content: center;
	}
	.globalMenu_sns-icon div {
		margin: 0 10px;
		font-size: 26px;
		color: #fff!important;
	}
	.globalMenu_sns-icon div a  {
		color: #fff!important;
	}
}

/* -- Fade ----------------- */
.fade {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
.mov {
	transition: .8s;
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
}
.mv {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* -- TITLE ----------------- */
.title {
	margin: auto;
}
.title h1 {
	margin: 50px 0 30px 0;
}
.title h2 {
	margin: 80px 0 50px 0;
}

/* -- MAIN ----------------- */
#main {
	position: relative;
	width: 100%;
	margin: 0;
}
#main .main_head_inner {
	display: block;
	position: relative;
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}
#main .main_head_inner .main_head {
}
#main .main_head_inner .main_head .pc {
	display: inline-block;
	padding: 80px 0;
	margin: 0 auto;
}
#main .main_head_inner .main_head .sp {
	display: none;
}
.column {
	position: relative;
	width: 100%;
	margin: 0;
}
.column .column_l {
	position: relative;
	float: left;
	margin: 0;
}
.column .column_r {
	position: relative;
	float: right;
	margin: 0;
}
.column .column_c {
	position: relative;
	float: left;
	margin: 0;
}
.center { text-align: center!important; }
.m50 { margin: 50px 0; }
.mb80 { margin: 0 0 80px 0; }
.mb100 { margin: 0 0 100px 0; }
.m100 { margin: 50px 0 100px 0; }
.w30 {
	display: inline-block;
	width: 33.15%;
}
.w630 {
	display: inline-block;
	width: 630px;
}
.w450 {
	display: inline-block;
	width: 450px;
}
.w500 {
	display: inline-block;
	width: 500px;
}
.w580 {
	display: inline-block;
	width: 580px;
}
.w50 {
	display: inline-block;
	width: 47%;
}
@media screen and (max-width: 767px) {
	.mb100 { margin: 0 0 50px 0; }
}
.column .column_l h3,
.column .column_r h3 {
	width: 100%;
	margin: 0 0 20px 0;
}
.column .column_l p,
.column .column_r p {
	text-align: left;
	margin: 0 40px;
	font-size: 18px;
	line-height: 34px;
}
.column .column_l img.item,
.column .column_r img.item {
	width: 100%;
}
.column .column_l ul,
.column .column_r ul {
	float: left;
}
.column .column_l ul li,
.column .column_r ul li {
	display: inline-block;
	width: 30%;
	margin: 10% 4px;
	vertical-align: top;
}
.column .column_l ul li img,
.column .column_r ul li img {
	width: 92%;
}
.column .column_l ul li p,
.column .column_r ul li p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0;
	font-weight: 600;
}
.column .column_l .caption,
.column .column_r .caption {
	position: absolute;
	bottom: 15px;
	left: 10px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-align: left;
}
.column .column_l .white,
.column .column_r .white {
	color: #fff;
}
.pickup_item,
.system,
.project {
	position: relative;
	width: 100%;
	margin: 0;
}
.pickup_item .pickup_item_inner,
.system .system_inner,
.project .project_inner {
	display: block;
	position: relative;
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}
.pickup_item h3 {
	margin: 0 0 50px 0;
}
.pickup_item h4 {
	margin: 0 0 20px 0;
}
.pickup_item .title img {
	width: 240px;
	height: auto;
}
.pickup_item .title p {
	margin: 30px auto;
	font-size: 20px;
	letter-spacing: 0.08rem;
}
.system .title img {
	width: 380px;
	height: auto;
}
.project .title img {
	width: 330px;
	height: auto;
}
.system .title p,
.system p.read,
.project .title p {
	width: 670px;
	text-align: left;
	margin: 30px auto;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.08rem;
	font-weight: 600;
}
.system p.read {
	margin: 50px auto;
}
.system .column h3 {
	margin: 0 0 30px 0;
}
.system .column .column_l p,
.system .column .column_c p,
.system .column .column_r p {
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	margin: 0 30px;
	font-weight: 600;
}
.system .column .column_l p a,
.system .column .column_c p a,
.system .column .column_r p a {
	font-size: 13px;
	color: #5383c3;
}
.system .column .column_l p a:hover,
.system .column .column_c p a:hover,
.system .column .column_r p a:hover {
	text-decoration: none;
}
.system .step {
	width: 845px;
	margin: 50px auto;
	padding-bottom: 10px;
	text-align: center;
	background: url("../img/line_decoration.png") no-repeat bottom center;
}
.system .step4 {
	width: 845px;
	margin: 0 auto 30px auto;
	text-align: center;
	background: none;
}
.system .step p.read {
	width: auto;
	margin: 0 0 30px 0;
	font-size: 16px;
}
.system .step h3 { margin: 20px 0 10px 0; }
.system .step p { margin: 0 auto; }
.system .step .btn {
	margin: 0 auto 50px auto!important;
}
.system .step .notice {
	margin: 0 auto 50px auto;
}
.system .step h4 {
	margin: 0 auto 20px auto;
}
.system .step .notice h5 {
	color: #5383c3;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.system .step .notice .box {
	display: inline-block;
	margin: 0 auto;
	background: #dde6f3;
	padding: 15px 30px;
}
.system .step .notice .box {
	display: inline-block;
	margin: 0 auto;
	background: #dde6f3;
	padding: 15px 30px;
}
.system .step .notice .box h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 0.05rem;
}
.system .step .notice .box p {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 0.05rem;
}
.system .step .notice .box p span {
	font-size: 15px;
}
.system .step .step3 h4 {
	font-size: 18px;
	color: #5383c3;
	margin: 0 0 15px 0;
}
.system .step .step3 h5 {
	font-size: 16px;
	color: #5383c3;
	margin: 0 0 15px 0;
}
.system .step .step2 .box_inner{
	display: flex;
	justify-content: center;
}
.system .step .step2 .box,
.system .step .step3 .box {
	width: 240px;
	margin: 0 8px 30px 8px;
	color: #5383c3;
	padding: 20px 15px;
}
.system .step .step2 .box {
	padding: 20px 15px;
	min-height: 50px;
}
.system .step .step3 .box {
	margin: 0 8px 0 8px;
	vertical-align: top;
	height: 230px;
}
.system .step .step2 .box p,
.system .step .step3 .box p {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 0;
}
.system .step .step2 p {
	font-size: 15px;
	font-weight: 600;
	color: #5383c3;
}
.system .step .step3 p {
	font-size: 15px;
	font-weight: 600;
	color: #5383c3;
	text-align: left;
}
.system .step .step2 p a { color: #5383c3; }
.system .step .step2 p a:hover { text-decoration: none; }
.system .column .pc {
	display: inline-block;
}
.system .column .sp {
	display: none;
}
.project .column {
	display: flex;
	flex-wrap: wrap;
}
.project .column .mov {
	width: calc(50% - 50px);
	margin: 0 25px;
}
.project .column .column_l img,
.project .column .column_r img {
	width: 100%;
}
.project .column .column_l h3,
.project .column .column_r h3 {
	font-size: 18px;
	text-align: left;
	margin: 5px 0 0 0;
}
.project .column .column_l p,
.project .column .column_r p {
	font-size: 15px;
	text-align: left;
	margin: 0 0 30px 0;
	line-height: 24px;
}

/* -- BUTTON ----------------- */
.btn {
	display: block;
	width: 334px;
	margin: 0 auto 100px auto;
	text-align: center;
}
.btn a {
	display: block;
	background: url("../img/btn.png") 0 0;
	background-size: cover;
	width: 334px;
	height: 60px;
	text-indent: -9999px;
}
.btn a.btn01 {
	background: url("../img/btn_entry.png") 0 0;
	width: 332px;
	margin: 0 0 20px 0;
}

.btn a.btn02 {
	background: url("../img/btn_dl.png") 0 0;
	width: 332px;
}

@media screen and (min-width: 769px), print {
	.btn a:hover {
		background: url("../img/btn.png") 0 -60px;
		background-size: cover;
	}
	.btn a.btn01:hover {
		background: url("../img/btn_entry.png") 0 -60px;
		width: 332px;
	}
	.btn a.btn02:hover {
		background: url("../img/btn_dl.png") 0 -60px;
		width: 332px;
	}
}

@media screen and (max-width: 767px) {
	.btn {
		display: block;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.btn a {
		background: url("../img/btn_sp.png") 0 0 no-repeat;
		background-size: cover;
		width: 100%;
		height: 0;
		padding-top: 17.8%;
	}
	.btn a:hover {
		background: url("../img/btn_sp.png") 0 0;
		background-size: 100% auto;
	}
	.btn a.btn01 {
		background: url("../img/btn_entry_sp.png") 0 0 no-repeat;
		background-size: cover;
		width: 100%;
		padding-top: 18%;
		margin: 0 0 15px 0;
	}
	.btn a.btn01:hover {
		background: url("../img/btn_entry_sp.png") 0 0;
		width: 100%;
		background-size: 100% auto;
	}
	.btn a.btn02 {
		background: url("../img/btn_dl_sp.png") 0 0 no-repeat;
		background-size: 100% auto!important;
		width: 100%!important;
		padding-top: 20%!important;
	}
	.system .step .btn {
		width: 80%!important;
	}
}

/* -- FOOTER ----------------- */
footer {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px #000 solid;
}
footer .footer_inner {
	width: 1080px;
	margin: 0 auto;
}
footer .footer_inner .foot_logo {
	text-align: left;
	margin-bottom: 20px;
}
.footer_announce {
	display: flex;
	align-items: flex-end;
}
.sns-icon {
	margin-left: auto;
}
.sns-icon ul {
	display: flex;
	list-style-type: none;
}
.sns-icon ul li {
	margin: 0 10px;
	font-size: 35px;
}
li.tw a {
	color: #000;
}
li.yt a {
	color: #ff0000;
}
li.fb a {
	color: #1877f2;
}
li.line a {
	color: #00b900;
}
footer .footer_inner p {
	text-align: left;
}
footer .footer_inner .copyright {
	margin-top: 50px;
	font-size: 13px;
	letter-spacing: 0.05rem;
	font-weight: 600;
}
p.line1 {
	line-height: 3!important;
}

/* -- HEADER ----------------- */
@media screen and (min-width: 769px), print {
	header {
		position: relative;
		width: 100%;
		margin: 0;
		height: 86px;
	}
	header .head_inner {
		display: flex;
		width: 96%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 15px 0 15px 0;
	}
	header h1 {
		background: url("../img/header_logo.jpg") no-repeat;
		background-size: contain;
		text-indent: -9999px;
		width: 259px;
		height: 58px;
		margin-right: 10px;
	}
	header .h1-title {
		background: url("../img/header_logo.jpg") no-repeat;
		background-size: contain;
		text-indent: -9999px;
		width: 259px;
		height: 58px;
	}
	header .h1-title a {
		display: block;
		line-height: 58px;
	}
	.site-header {
		background: rgba(255,255,255,1);
		position: fixed;
		top: 0;
		transition: .5s;
		width: 100%;
		z-index: 999;
	} 
	.site-header.hide {
	} 
}
@media screen and (max-width: 768px) {
	header {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		height: 70px;
	}
	header .head_inner {
		display: block;
		position: relative;
		width: 94%;
		max-width: auto;
		margin: 0 auto;
		padding: 10px 0 0 0;
	}
	header h1 {
		background: url("../img/header_logo.jpg") no-repeat;
		text-indent: -9999px;
		background-size: contain;
		width: 50%;
		height: 0;
		padding-top: 15%;
	}
	header .h1-title {
		background: url("../img/header_logo.jpg") no-repeat;
		text-indent: -9999px;
		background-size: contain;
		width: 50%;
		height: 55px;
	}
	header .h1-title a {
		display: block;
		line-height: 55px;
	}

	/* -- BRANDING ----------------- */
	#branding {
		background:url(../img/header_sp.jpg) 100% 0 no-repeat fixed;
		background-size: 100% auto;
		margin: 0 auto;
		padding: 0;
		height: 0;
		padding-top: 145.7%;
	}
	#branding p {
		display: none;
	}
	#s01,
	#s02,
	#s03 {
		display: none;
	}
	.tobira01,
	.tobira02,
	.tobira03 {
		display: block;
		position: relative;
		width: 100%;
		height: 200px!important;
	}
	.tobira01 img,
	.tobira02 img,
	.tobira03 img {
		width: 100%;
	}
	.tobira02 {
		margin: 0 0 50px 0!important;
	}
	/* -- MAIN ----------------- */
	#main {
		position: relative;
		width: 100%;
		margin: 0;
	}
	#main .main_head_inner {
		width: 94%;
	}
	#main .main_head_inner .main_head .pc {
		display: none;
	}
	#main .main_head_inner .main_head .sp {
		display: inline-block;;
		padding: 50px 0 50px 0;
		margin: 0 auto;
	}
	#main .main_head_inner .main_head .sp img {
		width: 95%;
	}

	/* -- Pickup Items ----------------- */
	.pickup_item .pickup_item_inner,
	.system .system_inner,
	.project .project_inner {
		width: 94%;
	}
	.pickup_item .pickup_item_inner .m50 {
		margin: 10px 0;
	}
	.pickup_item .title img,
	.system .title img,
	.project .title img {
		width: 70%;
	}
	.pickup_item .title p,
	.system .title p,
	.project .title p {
		width: 94%;
		margin: 20px 3%;
		font-size: 16px;
		letter-spacing: 0.08rem;
	}
	.pickup_item .column h3 {
		margin: 0 auto 30px auto;
		width: 90%;
	}
	.pickup_item .column h3 img {
		width: 100%;
	}
	.pickup_item h4 img {
		width: 100%;
	}
	.title h2 {
		margin: 30px auto;
		max-width: 100%;
	}
	.title h2 img {
		width: 100%;
	}
	.system .title img,
	.project .title img {
		width: 80%;
	}
	.system .column .pc {
		display: none;
	}
	.system .column .sp {
		display: inline-block;
	}
	.system .column .sp img {
		width: 100%;
	}
	.column {
		width: 100%;
	}
	.column .column_l,
	.column .column_c,
	.column .column_r {
		float: none;
	}
	.column .column_l h3,
	.column .column_c h3,
	.column .column_r h3 {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.column .column_l h3 img,
	.column .column_c h3 img,
	.column .column_r h3 img {
		width: 100%;
	}
	.column .column_l p,
	.column .column_c p,
	.column .column_r p {
		text-align: left;
		margin: 0 5px 30px 5px;
		font-size: 16px;
		line-height: 32px;
	}
	.column .column_l img.item,
	.column .column_c img.item,
	.column .column_r img.item {
		width: 100%;
	}
	.column .column_l ul,
	.column .column_r ul {
		float: none;
		width: 100%;
	}
	.column .column_l ul li,
	.column .column_r ul li {
		display: inline-block;
		width: 31%;
		margin: 20px 0.5% 20px 0.5%;
		vertical-align: top;
	}
	.column .column_l ul li img,
	.column .column_r ul li img {
		width: 92%;
	}
	.column .column_l ul li p,
	.column .column_r ul li p {
		font-size: 11px;
		line-height: 15px;
		text-align: center;
		margin: 0;
		font-weight: 600;
	}
	.column .column_l .caption,
	.column .column_r .caption {
		bottom: 10px;
		left: 5px;
		font-size: 11px;
	}
	.system h3 img {
		width: 90%;
		margin: 0 auto;
	}
	.system .step {
		width: 94%;
	}
	.system #step01 h2 {
		width: 86%;
		margin: 0 auto 30px auto;
	}
	.system #step01 h2 img {
		width: 100%;
	}
	.system .step h3 { margin: 0 0 10px 0; }
	.system .step h3 img {
		width: 94%;
		margin: 0 0 10px 0;
	}
	.system .step .notice {
		width: 94%;
		margin: 0 3% 50px 3%;
	}
	.system .step .notice .box {
		width: 94%;
		padding: 15px 3%;
		word-break: break-all;
	}
	.system .step .step2 .box_inner{
		flex-wrap: wrap;
	}
	.system .step .step2 .box,
	.system .step .step3 .box {
		width: 94%;
		height: auto;
		margin: 0 0 20px 0;
	}
	.system .column .column_l h4 img,
	.system .column .column_c h4 img,
	.system .column .column_r h4 img {
		width: 90%;
	}
	.system .column .column_l p,
	.system .column .column_c p,
	.system .column .column_r p {
		text-align: left;
		margin: 10px 0 20px 0;
	}
	.system .title p,nav
	
	.system p.read,
	.project .title p {
		width: 94%;
	}
	.system p.read { margin: 50px 3%; }
	.system .step h4 {
		width: 90%;
	}
	.system .step h4 img {
		width: 100%;
	}
	.project .column .column_l h3,
	.project .column .column_r h3 {
		font-size: 16px;
	}
	.project .column .column_l p,
	.project .column .column_r p {
		font-size: 14px;
		line-height: 20px;
	}

	.m50 { margin: 30px 0; }
	.m100 { margin: 50px 0; }
	.w630 { width: 94%; }
	.w450 { width: 94%; }
	.w500 { width: 94%; }
	.w580 { width: 94%; }
	.w30 { width: 94%; }
	.w50 { width: 94%; }

	/* -- FOOTER ----------------- */
	footer {
		font-size: 12px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .footer_inner {
		width: 90%;
		margin: 0 auto;
	}
	footer .footer_inner .foot_logo {
		margin-bottom: 20px;
		width: 60%;
	}
	footer .footer_inner .foot_logo img {
		width: 100%;
	}
	footer .footer_inner .copyright {
		margin-top: 30px;
		font-size: 11px;
		letter-spacing: 0.05rem;
	}
}

/* -- PAGE TOP BUTTON ----------------- */
#PageTopBtn {
	position: fixed;
	bottom: 5%;
	right: 5%;
}
#PageTopBtn a {
	display: block;
	text-decoration: none;
	width: 80px;
	height: 80px;
	text-align: center;
	outline: none;
}
#PageTopBtn a img {
	width: 100%;
}
@media (max-width: 768px) {
	#PageTopBtn {
		font-size: 10px;
	}
	#PageTopBtn a {
		width: 50px;
		height: 50px;
		padding: 0;
	}
}

/* Nav ──────────────────── */
.navToggle {
	display: none;
}
@media (max-width: 768px) {
	nav {
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		background-size: auto 100%;
		background-color: #5383c3;
		color: #000;
		text-align: left;
		transform: translateX(100%);
		transition: all 0.5s;
		width: 100%;
		height: 100vh;
		max-width: 100%;
	}
	nav ul {
		width: 90%;
		margin: 100px auto 0 auto;
		text-align: center;
	}
	nav li {
		display: inline-block;
		width: 100%;
		clear: both;
		margin: 10px auto;
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
	nav li img {
		width: 100%;
	}
	nav li a {
		display: block;
		width: 100%;
		text-indent: 0;
		height: auto;
		color: #fff;
		text-decoration: none;
	}
	nav li.nav01 a {
		background: none;
		width: 100%;
	}
	nav li.nav01 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav02 a {
		background: none;
		width: 100%;
	}
	nav li.nav02 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav03 a {
		background: none;
		width: 100%;
	}
	nav li.nav03 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav04 a {
		background: none;
		width: 100%;
	}
	nav li.nav04 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav05 a {
		background: none;
		width: 100%;
	}
	nav li.nav05 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav06 a {
		background: none;
		width: 100%;
	}
	nav li.nav06 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav07 a {
		background: none;
		width: 100%;
	}
	nav li.nav07 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav08 {
			width: 80%;
		text-align: center;
		margin: 30px auto 0 auto;
	}
	nav li.nav08 a {
		background: url("../img/header_nav_05.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
		padding-top: 15%;
		text-indent: -9999px;
	}
	nav li.nav08 a:hover {
		background: url("../img/header_nav_05.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
	}
	nav.active {
		transform: translateY(0%);
	}
	.navToggle {
		display: block;
		position: absolute;
		right: 5px;
		top: 14px;
		width: 35px;
		height: 40px;
		cursor: pointer;
		z-index: 9999;
		text-align: center;
	}
	.navToggle span {
		display: block;
		position: absolute;
		width: 35px;
		border-bottom: solid 2px #5383c3;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 0;
	}
	.navToggle span:nth-child(1) {
		top: 8px;
	}
	.navToggle span:nth-child(2) {
		top: 18px;
	}
	.navToggle span:nth-child(3) {
		top: 28px;
	}
	.navToggle.active {
		position: fixed;
		right: 15px;
		top: 20px;
	}
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: solid 1px #fff;
	}
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border: solid 1px #fff;
	}
	.navToggle.active span:nth-child(3) {
		border-bottom: 0;
	}
	.project .column {
		flex-direction: column;
	}
	.project .column .mov {
		width: 94%;
		margin: 0 auto;
	}
}

/* -- iPad ----------------- */
@media (min-width: 768px) and (max-width: 1288px) {
	header {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
	}
	header .head_inner {
		display: block;
		position: relative;
		width:  94%;
		margin: 0 auto;
		padding: 12px 0;
	}
	#main .main_head_inner {
		width: 94%;
	}
	/* -- BRANDING ----------------- */
	#branding p {
		display: none;
	}
	#s01,
	#s02,
	#s03 {
		display: none;
	}
	.tobira01,
	.tobira02,
	.tobira03 {
		display: block;
		position: relative;
		width: 100%;
		height: 320px!important;
	}
	.tobira01 img,
	.tobira02 img,
	.tobira03 img {
		width: 100%;
	}
	.pickup_item .pickup_item_inner,
	.system .system_inner,
	.project .project_inner {
		width: 100%;
	}
	footer .footer_inner {
		width: 94%;
	}
	.navToggle {
		display: none;
	}
	nav {
		position: fixed;
		z-index: 2;
		top: 0;
		right: 0;
		background-size: auto 100%;
		background-color: #5383c3;
		color: #000;
		text-align: left;
		transform: translateX(100%);
		transition: all 0.5s;
		width: 30%;
		max-width: 500px;
		height: 100vh;
		max-width: 100%;
	}
	nav ul {
		width: 90%;
		margin: 100px auto 0 auto;
		text-align: center;
	}
	nav li {
		display: inline-block;
		width: 100%;
		clear: both;
		margin: 10px auto;
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
	nav li img {
		width: 100%;
	}
	nav li a {
		display: block;
		width: 100%;
		text-indent: 0;
		height: auto;
		color: #fff;
		text-decoration: none;
	}
	nav li.nav01 a {
		background: none;
		width: 100%;
	}
	nav li.nav01 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav02 a {
		background: none;
		width: 100%;
	}
	nav li.nav02 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav03 a {
		background: none;
		width: 100%;
	}
	nav li.nav03 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav04 a {
		background: none;
		width: 100%;
	}
	nav li.nav04 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav05 a {
		background: none;
		width: 100%;
	}
	nav li.nav05 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav06 a {
		background: none;
		width: 100%;
	}
	nav li.nav06 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav07 a {
		background: none;
		width: 100%;
	}
	nav li.nav07 a:hover {
		background: none;
		width: 100%;
	}
	nav li.nav08 {
			width: 80%;
		text-align: center;
		margin: 30px auto 0 auto;
	}
	nav li.nav08 a {
		background: url("../img/header_nav_05.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
		padding-top: 15%;
		text-indent: -9999px;
	}
	nav li.nav08 a:hover {
		background: url("../img/header_nav_05.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
	}
	nav.active {
		transform: translateY(0%);
	}
	.navToggle {
		display: block;
		position: absolute;
		right: 0;
		top: 20px;
		width: 35px;
		height: 40px;
		cursor: pointer;
		z-index: 9999;
		text-align: center;
	}
	.navToggle span {
		display: block;
		position: absolute;
		width: 35px;
		border-bottom: solid 2px #5383c3;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 0;
	}
	.navToggle span:nth-child(1) {
		top: 8px;
	}
	.navToggle span:nth-child(2) {
		top: 18px;
	}
	.navToggle span:nth-child(3) {
		top: 28px;
	}
	.navToggle.active {
		position: fixed;
		right: 3%;
		top: 20px;
	}
	.navToggle.active span:nth-child(1) {
		top: 18px;
		left: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border: solid 1px #fff;
	}
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border: solid 1px #fff;
	}
	.navToggle.active span:nth-child(3) {
		border-bottom: 0;
	}
	.m50 {
		padding: 20px 0;
	}
	.m100 {
		display: block;
		padding: 30px 0 80px 0;
	}
	.w30 {
		display: inline-block;
		width: 33.15%;
	}
	.w30 {
		display: inline-block;
		width: 33.15%;
	}
	.w630 {
		display: inline-block;
		width: 48%;
	}
	.w450 {
		display: inline-block;
		width: 48%;
	}
	.w500 {
		display: inline-block;
		width: 48%;
	}
	.w580 {
		display: inline-block;
		width: 48%;
	}
	.w50 {
		display: inline-block;
		width: 48%;
	}
	.column {
		width: 94%;
		margin: auto;
	}
	.column .column_l p,
	.column .column_r p {
		text-align: left;
		margin: 0 3% 30px 3%;
		font-size: 15px;
		line-height: 25px;
	}
	.system .step {
		width: 94%;
	}
	.system .step h3 { margin: 0 0 10px 0; }
	.system .step h3 img {
		width: auto;
		margin: 0 0 10px 0;
	}
	.system .step .notice h5 {
		font-size: 18px;
	}
	.system .step .notice {
		width: 94%;
		margin: 0 3% 50px 3%;
	}
	.system .step .notice .box {
		width: 94%;
		padding: 15px 3%;
		word-break: break-all;
	}
	.system .step .step2 .box,
	.system .step .step3 .box {
		width: 94%;
		height: auto;
		margin: 0 10px 20px 10px;
	}
	.system .title p,
	.system p.read,
	.project .title p {
		width: 100%;
	}
	.pickup_item .title p {
		font-size: 16px;
		font-weight: 600;
	}
	.system .title p,
	.system p.read,
	.project .title p {
		width: 94%;
		text-align: center;
		font-size: 16px;
	}
	.project .column .column_l,
	.project .column .column_r {
	}
	.project .column .column_l h3,
	.project .column .column_r h3 {
		font-size: 16px;
	}
	.project .column .column_l p,
	.project .column .column_r p {
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.w50 {
		display: inline-block;
		width: 49%;
	}
	.project .column .column_l h3,
	.project .column .column_r h3 {
		font-size: 13px;
	}
	.project .column .column_l p,
	.project .column .column_r p {
		font-size: 12px;
	}
}
/* -- MASK ----------------- */
.popup-link {
	max-width: 346px;
	max-height: 210px;
	overflow: hidden;
	margin: 0 0 10px 0;;
	position: relative;
}
.popup-link .caption {
	font-size: 130%;
	text-align:  center;
	padding-top: 80px;
	color: #fff;
}
.popup-link .mask ul {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
}
.popup-link .mask ul li a {
	position: relative;
	display: block;
	width: 100%;
	color: #5383c3;
	padding: 6px 0;
	text-decoration: none;
}
.popup-link .mask ul li a:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 15px;
	background: url("../img/arrow_next.png") no-repeat;
	width: 18px;
	height: 18px;
}
.popup-link .mask ul li.no-link a:after {
	background: none;
}
.popup-link .mask ul li:hover a:after {
	background: url("../img/arrow_next_on.png") no-repeat;
}
.popup-link .mask ul li.no-link:hover a:after {
	background: none;
}
@media screen and (min-width: 769px), print {
	.popup-link .mask ul {
		top: 15%;
	}
	.popup-link .mask {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	 	opacity: 0;
		background-color: rgba(0,0,0,0.4);
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.popup-link:hover .mask {
		opacity: 1;
	}
	.popup-link .mask ul li {
		background: #fff;
		border: 2px #5383c3 solid;
		border-radius: 30px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: -0.08em;
		width: calc(100% - 80px);
		margin: 0 40px 15px 40px;
	}
	.popup-link .mask ul li.no-link {
		border: 2px #ccc solid;
		color: #ccc;
	}
	.popup-link .mask ul li.no-link a {
		pointer-events: none;
		color: #ccc;
	}
}
@media (max-width: 768px) {
	.popup-link .mask ul {
		top: 13%;
	}
	.popup-link .mask {
		width: 100%;
		height: 100%;
		position: absolute;
		top: -100%;
		left: 0;
	 	opacity: 0;
		background-color: rgba(0,0,0,0.4);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.popup-link:hover .mask {
		opacity: 1;
		top: 0;
	}
	.popup-link .mask ul li {
		background: #fff;
		border: 2px #5383c3 solid;
		border-radius: 30px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: -0.08em;
		width: calc(100% - 80px);
		margin: 0 40px 15px 40px;
	}
	.popup-link .mask ul li.no-link {
		border: 2px #ccc solid;
		color: #ccc;
	}
	.popup-link .mask ul li.no-link a {
		pointer-events: none;
		color: #ccc;
	}
}
.ranking {
	margin: 50px auto;
}
.column_ranking {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.column_ranking .box {
	position: relative;
	width: calc(33% - 20px);
	margin: 0 10px 0 10px;
	text-align: left;
}
.column_ranking .box .rank {
	position: absolute;
	width: 62px;
	height: 62px;
	left: -10px;
	top: -15px;
	z-index: 1;
}
.column_ranking .box img {
	width: 100%;
}
.column_ranking .box h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}
.column_ranking .box p {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
@media (max-width: 768px) {
	.ranking {
		margin: 50px auto;
	}
	.column_ranking {
		width: 90%;
		margin: 0 auto 0 auto;
		flex-wrap: wrap;
	}
	.column_ranking .box {
		position: relative;
		width: 100%;
		margin: 0 0 50px 0;
		text-align: left;
	}
	.column_ranking .box:last-of-type {
		margin: 0;
	}
	.popup-link {
		max-height: 206px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
}
.column_osusume {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.column_osusume .menu {
	position: relative;
	width: calc(25% - 0px);
	margin: 0;
	display: inline-block;
}
.menu:after {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-bottom: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
}
.menu:hover:after {
	border-bottom: solid 1px #5383c3;
	border-right: solid 1px #5383c3;
}
.column_osusume .menu img {
	width: 100%;
}
.more-button ul {
	display: flex;
	width: 100%;
	list-style-type: none;
}
.more-button ul li a {
	position: relative;
	display: block;
	width: 100%;
	color: #5383c3;
	padding: 6px 0;
	text-decoration: none;
}
.more-button ul li a:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 15px;
	background: url("../img/arrow_next.png") no-repeat;
	width: 18px;
	height: 18px;
}
.more-button ul li:hover a:after {
	background: url("../img/arrow_next_on.png") no-repeat;
}
@media screen and (min-width: 769px), print {
	.more-button {
		display: flex;
		justify-content: start;
		align-items: center;
		background: #edf2f9;
		padding: 25px 0;
		border-radius: 10px;
		margin-bottom: 50px;
	}
	.more-button h3 {
		margin: 0 10px 0 20px;
		padding: 0;
	}
	.more-button ul {
		margin-left: auto;
		margin-right: 10px;
	}
	.more-button ul li {
		background: #fff;
		border: 2px #5383c3 solid;
		border-radius: 30px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: -0.08em;
		width: calc(100% - 40px);
		margin: 0 20px 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.more-button {
		width: 95%;
		margin: 0 auto 50px auto;
		background: #edf2f9;
		padding: 25px 0;
		border-radius: 10px;
	}
	.more-button h3 {
		margin: 0 auto 0 auto!important;
		max-width: 60%;
		padding: 0;
	}
	.more-button ul {
		flex-wrap: wrap;
		margin: 0;
	}
	.more-button ul li {
		background: #fff;
		border: 2px #5383c3 solid;
		border-radius: 30px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: -0.08em;
		width: calc(100% - 40px);
		margin: 15px 20px 0 20px;
	}
	.column_osusume .menu {
		width: calc(25% - 0px);
		margin-bottom: 20px;
	}
	.menu:after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-bottom: solid 1px #a9a9a9;
		border-right: solid 1px #a9a9a9;
		transform: rotate(45deg);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5px;
		margin: auto;
	}
	.menu:hover:after {
		border-bottom: solid 1px #5383c3;
		border-right: solid 1px #5383c3;
	}
}
.more-banner {
	position: relative;
}
.more-banner .title {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.more-banner .title h3 {
	margin: 0 auto;
	padding: 0;
}
.more-banner .title h3 img {
	width: 100%;
}
.more-banner .title p {
	font-weight: 600;
	margin: 0 auto;
}
.more-banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	list-style-type: none;
	border: 1px #d2d2d2 solid;
	background: #fff;
	border-radius: 10px;
}
.more-banner ul li {
	position: relative;
	border: 1px #a19885 solid;
	border-radius: 10px;
}
.more-banner ul li img {
	width: 100%;
	max-width: 210px;
	border-radius: 10px;
	vertical-align: top;
}
@media screen and (min-width: 769px), print {
	.more-banner {
		padding: 15px 0 0 0;
		margin-bottom: 100px;
	}
	.more-banner .title h3 {
		max-width: 445px;
	}
	.more-banner .title p {
		font-size: 16px;
	}
	.more-banner ul {
		padding: 100px 60px 30px 60px;
	}
	.more-banner ul li {
		width: calc(24.75% - 20px);
		margin: 10px;
	}
}
@media screen and (max-width: 768px) {
	.more-banner {
		position: relative;
		padding: 10px 0 0 0;
		margin-bottom: 80px;
	}
	.more-banner .title h3 {
		max-width: 85%;
	}
	.more-banner .title p {
		font-size: 14px;
	}
	.more-banner ul {
		padding: 70px 10px 10px 10px;
	}
	.more-banner ul li {
		width: calc(49% - 16px);
		margin: 10px 8px;
	}
}

.step .more-banner {
	padding: 0;
}
.step .more-banner ul {
	border: 0;
	padding: 0;
	border-radius: 0;
}
.step .more-banner ul li {
	width: calc(33% - 20px);
	margin: 10px;
}
.report {
	border: 1px #b3b3b3 solid;
	border-radius: 10px;
	max-width: 930px;
	margin: 0 auto 100px auto;
	text-align: center;
	padding: 50px 50px 30px 50px;
}
.report h2 {
	margin: 0 auto 20px auto;
}
.report__inner {
	display: flex;
}
.report__inner .box img {
	width: 100%;
}
.report__inner .box {
	width: calc(50% - 40px);
	display: flex;
	flex-direction: column;
	margin: 20px 20px;
	text-align: left;
}
.report__inner .box h3 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}
.report__inner .box h3 span {
	color: #5383c3;
}
.report__inner .box p {
	font-size: 16px;
	margin: 10px 0 30px 0;
}
.report__inner .box .kifu-total {
	margin-top: auto;
	background: #dde6f3;
	color: #5383c3;
	font-weight: 600;
	text-align: center;
	padding: 5px 10px;
	font-size: 20px;
}
.report__inner ul {
	margin: 0 0 20px 20px;
}
.report__inner ul li {
	margin: 0 0 10px 0;
	font-size: 16px;
}
.report .report-button {
	position: relative;
	width: 247px!important;
	margin: 20px auto 20px auto!important;
	text-align: center;
}
.report .report-button:hover img:first-of-type {
	opacity: 0;
}
.report .report-button img:last-of-type {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.report .report-button:hover img:last-of-type {
	opacity: 1;
}
@media (max-width: 768px) {
	.report {
		max-width: 80%;
		margin: 0 auto 100px auto;
		padding: 30px 5% 30px 5%;
	}
	.report__inner {
		flex-wrap: wrap;
	}
	.report__inner .box {
		width: 100%;
		margin: 10px 0;
	}
	.report__inner .box h3 {
		margin: 20px 0 10px 0;
	}
	.report__inner .box p {
		font-size: 15px;
		margin: 10px 0 20px 0;
	}
	.report__inner .box .kifu-total {
		padding: 10px;
		margin: 10px 0 20px 0;
	}
	.report__inner ul {
		margin: 0 0 20px 20px;
	}
	.report__inner ul li {
		margin: 0 0 10px 0;
		font-size: 15px;
	}
	.report h2 {
		margin: 0 auto 20px auto;
		width: 100%;
	}
	.report h2 img {
		width: 100%;
	}
	.step .more-banner {
		padding: 0;
		margin-bottom: 50px;
	}
	.step .more-banner ul li {
		width: calc(49% - 20px);
		margin: 10px;
	}
}
.crowd {
	margin: 0 auto;
	padding: 80px 0 40px 0;
	background: #edf2f9;
}
.crowd h2 {
	margin: 0 auto;
	text-align: center;
}
.crowd .crowd_inner {
	max-width: 1030px;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}
.crowd .crowd_inner .crowd_list {
	max-width: 1030px;
	margin: 30px auto;
	padding: 30px 0;
	text-align: center;
}
.crowd_list_inner {
	display: flex;
}
.crowd .crowd_inner .box {
	margin: 0 auto 40px auto;
	padding: 50px 100px;
	background: #fff;
}
.crowd_list_image {
	width: 500px;
	margin-right: 40px;
}
.crowd_list_image img {
	width: 100%;
}
.crowd_list_text {
	width: 100%;
}
.crowd .crowd_inner .box h3 {
	margin: 0 auto 30px auto;
	text-align: center;
}
.crowd .crowd_inner .box .date {
	font-size: 18px;
	margin: 0 0 20px 0;
	text-align: left;
	color: #5383c3;
	font-weight: 600;
}
.crowd .crowd_inner .box .date span {
	font-size: 14px;
	padding-right: 15px;
}
.crowd .crowd_inner .box p {
	font-size: 16px;
	text-align: left;
}
.crowd .crowd-button {
	position: relative;
	width: 246px!important;
	margin: 40px auto 0 auto!important;
	text-align: center;
}
.crowd .crowd-button:hover img:first-of-type {
	opacity: 0;
}
.crowd .crowd-button img:last-of-type {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.crowd .crowd-button:hover img:last-of-type {
	opacity: 1;
}
@media screen and (min-width: 769px), print {
	.crowd .crowd_list h3 img {
		width: 100%;
		max-width: 680px!important;
	}
	.crowd .crowd_inner .box img {
		width: 100%;
		max-width: 860px;
	}
}
@media screen and (max-width: 768px) {
	.crowd_list_inner {
		flex-wrap: wrap;
	}
	.crowd_list_image {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	.crowd .crowd_list h3 img {
		width: 100%;
	}
	.crowd .crowd_inner .box img {
		width: 100%;
	}
}
.info {
	margin: 0 auto;
	background: #f4f3e9;
}
.info .title h2 {
	margin: 0 auto;
	text-align: center;
}
.info .info_inner {
	max-width: 1030px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: center;
}
.info_list .content {
	width: 100%;
}
.info_list .content .block .worker-image {
	position: relative;
}
.info_list  .content .block .worker-image:before {
	content: "";
	display: block;
	padding-top: 127px;
}
.info_list .content .block .worker-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.info_list .content .block .worker-text {
	display: inline-block;
	text-align: left;
	width: 90%;
	padding: 10px 0;
}
.info_list .content .block .worker-text .date {
	color: #8c8c8c;
	font-weight: 700;
}
.info_list .content .block .worker-text p:hover {
	color:#97d4f0;
}
.info_list .content .block .worker-text h3 {
	position: relative;
	font-weight: 700;
}
.info_list .content .block .worker-text h3::after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url("../img/arrow_next.png") no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	right: 0;
	top: 10%;
}
.info_list .content .block:hover .worker-text h3::after {
	background: url("../img/arrow_next_on.png") no-repeat;
}

.twitter-timeline {
	max-width: 360px!important;
}

@media screen and (min-width: 769px), print {
	.info {
		padding: 50px 0;
	}
	.info_list {
		display: flex;
		align-items: flex-start;
	}
	.info_list .content {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.info_list .content .block {
		width: calc(50% - 6%);
		margin: 0 3% 15px 3%;
	}
	.info_list .sns {
		margin-left: auto;
	}
}
@media screen and (max-width: 768px) {
	.info {
		padding: 30px 0;
	}
	.info_list {
		width: 100%;
	}
	.info .title h2 {
		width: 70%;
	}
	.info .title h2 img {
		width: 100%;
	}
	.crowd .crowd_inner {
		max-width: 90%;
		margin: 0 auto 0 auto;
		padding: 0;
	}
	.crowd .crowd_inner .crowd_list {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.crowd .crowd_inner .box {
		margin: 30px auto;
		padding: 30px 20px 30px 20px;
		background: #fff;
	}
	.crowd .crowd_inner .box h3 {
		margin: 0 auto 20px auto;
	}
	.info_list .content {
		margin: 0 auto!important;
	}
	.info_list .content .block {
		width: 70%;
		margin: 0 auto 25px auto;
	}
	.info_list .sns {
		width: 90%;
		margin: 30px auto 50px auto;
	}
}
@media (min-width: 768px) and (max-width: 1288px) {
	.crowd .crowd_inner {
		max-width: 90%;
		margin: 0 auto 0 auto;
		padding: 0;
	}
	.crowd .crowd_inner .crowd_list {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.crowd .crowd_inner .box {
		margin: 30px auto;
		padding: 50px 80px 50px 80px;
		background: #fff;
	}
	.report {
		max-width: 80%;
		margin: 0 auto 100px auto;
		padding: 50px 5% 30px 5%;
	}
}

.worker__inner .worker-button {
	position: relative;
	width: 276px;
	margin: 0 auto;
}
.worker__inner .worker-button:hover img:first-of-type {
	opacity: 0;
}
.worker__inner .worker-button img:last-of-type {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.worker__inner .worker-button:hover img:last-of-type {
	opacity: 1;
}
.worker__inner {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.worker {
	width: 100%;
	margin: 0 auto;
}
.worker_top {
	background: #f4f4f4;
}
.worker__inner .worker__heading {
	position: relative;
	width: 100%;
}
.worker__inner .worker__heading,
.worker__inner .worker__heading .worker__heading-title {
	display: inline-block;
	padding: 0;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 700;
}
.block .worker__block {
	border-radius: 10px;
	margin: 10px 0;
	box-shadow: 0 0 8px #ccc;
	background: #fff;
}
.worker__inner .content .block .icon {
	position: relative;
	color: #00bcf4;
	font-weight: 700;
	z-index:1;
	text-align: left;
}
.worker__inner .content .block .worker-image {
	position: relative;
}
.worker__inner .content .block .worker-text {
	display: inline-block;
	text-align: left;
}
.worker__inner .content .block .worker-text .date {
	color: #8c8c8c;
	font-weight: 700;
}
.worker__inner .content .block .worker-text p:hover {
	color:#97d4f0;
}
.worker__inner .content .block .worker-text h3 {
	position: relative;
	font-weight: 700;
}
.worker__inner .content .block .worker-text h3::after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url("../img/arrow_next.png") no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	right: 0;
	top: 25%;
}
.worker__inner .content .block:hover .worker-text h3::after {
	background: url("../img/arrow_next_on.png") no-repeat;
}
.lg_column .lg_column-text {
	text-align: left;
}
.lg_comment {
	width: 100%;
	max-width: 800px;
	background: #edf2f9;
	border-radius: 10px;
}
.lg_column .lg_column-title {
	color: #5383c3;
	text-align: left;
}
.lg_column .lg_column-image img {
	width: 100%;
}
.lg_comment .lg_comment-inner p:last-child {
	margin: 0 auto;
}
.lg_comment .lg_comment-inner h2 {
	text-align: left;
	font-weight: 700;
	margin-top: 0;
}
.lg_comment .lg_comment-inner p {
	text-align: left;
}
@media screen and (min-width: 769px), print {
	.worker {
		padding: 50px 0 80px 0;
	}
	#worker .title h1 {
		margin: 30px auto;
	}
	.worker .title h2 {
		margin: 50px 0 0 0;
	}
	.worker__inner {
		width: 80%;
		max-width: 1080px;
		margin: 0 auto;
	}
	.worker__inner .content {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
	}
	#worker .worker__inner .content {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.worker__inner .workerlist-wrapper {
		margin: 30px auto;
	}
	.worker__inner .content .block {
		width: 100%;
		margin: 0 0 30px 0;
		position: relative;
	}
	#worker .worker__inner .content .block {
		width: calc(33% - 30px);
		margin: 0 15px 30px 15px;
		position: relative;
	}
	.worker__inner .content .block .worker-image:before {
	  content: "";
	  display: block;
	  padding-top: 70%;
	}
	.worker__inner .content .block .worker-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
		border-radius: 10px 10px 0 0;
	}
	.worker__inner .content .block .icon {
		padding: 20px 0 0 0;
		font-size: 18px;
		line-height: 1.2;
	}
	.worker__inner .content .block .worker-text {
		width: 85%;
		margin: 20px auto;
	}
	.worker__inner .content .block .worker-text .date {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.worker__inner .content .block .worker-text h2 {
		font-size: 16px;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		padding-right: 30px;
		overflow: hidden;
	}
	.worker__inner .worker__heading {
		margin: 0 auto;
		font-size: 30px;
	}
	.worker__inner .worker__heading .worker__heading-title {
		margin: 50px auto 10px auto;
		font-size: 30px;
		line-height: 1.6;
	}
	.scroll_list {
		display: flex;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.scroll_list li {
		width: calc(33% - 30px);
		margin: 0 0 30px 30px;
		position: relative;
		list-style: none;
	}
	.lg_column {
		max-width: 800px;
		margin: 50px auto 80px auto;
	}
	.lg_column .lg_column-title {
		font-size: 20px;
		line-height: 1.5;
		margin: 20px auto;
	}
	.lg_column .lg_column-image {
		margin: 20px auto;
	}
	.lg_column .lg_column-text {
		margin: 40px auto;
	}
	.lg_column .lg_column-text p {
		margin: 0 0 40px 0;
		line-height: 2;
		font-size: 16px;
	}
	.lg_column_r {
		margin: 0 auto 50px auto;
	}
	.lg_column_r .lg_column-text {
		text-align: right;
	}
	.lg_column_r .lg_column-text p {
		font-size: 15px;
		margin-top: -20px;
	}
	.lg_comment {
		margin: 70px auto 30px auto;
	}
	.lg_comment .lg_comment-inner {
		padding: 40px;
	}
	.lg_comment .lg_comment-inner h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.lg_comment .lg_comment-inner p {
		font-size: 16px;
		line-height: 2;
		margin: 0 auto 20px auto;
	}
}
@media screen and (max-width: 768px) {
	.worker {
		padding: 50px 0;
	}
	.worker .title h2 {
		width: 100%;
		margin: 0 auto;
	}
	.worker__inner {
		width: 100%;
		margin: 0 auto;
	}
	.worker__inner .workerlist-wrapper {
		margin: 30px auto;
	}
	#worker .worker__inner .workerlist-wrapper {
		width: 90%;
		margin: 0 auto 0 auto;
	}
	.worker__inner .content .block .worker-image:before {
	  content: "";
	  display: block;
	  padding-top: 70%;
	}
	.worker__inner .content .block .worker-image img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
		border-radius: 10px 10px 0 0;
	}
	.worker__inner .workerlist-wrapper .content {
		margin: 30px auto;
		width: 100%;
	}
	.worker__inner .workerlist-wrapper .content .block {
		width: 100%;
		margin: 0 auto 30px auto;
	}
	#worker .worker__inner .workerlist-wrapper .content .block {
		width: 90%;
		margin: 0 auto 30px auto;
	}
	#worker .title h1 {
		margin: 0 auto;
	}
	.scroll_list {
		margin: 0 0 0 5%;
		padding: 0;
		width: 95%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	.scroll_list li {
		display: inline-block;
		width: 80%;
		list-style: none;
	}
	.list1 {
		margin-left: 0;
	}
	.list2, .list3 {
		margin: 0 20px;
	}
	.worker__inner .content .block .icon {
		padding: 0;
		font-size: 20px;
		line-height: 1.2;
	}
	.worker__inner .content .block .worker-text {
		margin: 15px 5% 15px 5%;
		width: 90%;
	}
	.worker__inner .content .block .worker-text .date {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.worker__inner .content .block .worker-text h2 {
		font-size: 16px;
		line-height: 1.6;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.worker__inner .worker__heading {
		margin: 0 auto;
		font-size: 25px;
	}
	.worker__inner .worker__heading .worker__heading-title {
		margin: 50px auto 10px auto;
		font-size: 25px;
		line-height: 1.6;
	}
	.lg_column {
		margin: 70px auto 50px auto;
	}
	#worker .lg_column {
		margin: 50px auto 50px auto;
	}
	.lg_column .lg_column-title {
		font-size: 19px;
		line-height: 1.3;
		margin: 30px auto;
	}
	.lg_column .lg_column-image {
		margin: 30px auto;
	}
	.lg_column .lg_column-text {
		margin: 30px auto;
	}
	.lg_column .lg_column-text p {
		margin: 0 0 40px 0;
		line-height: 2;
		font-size: 16px;
	}
	.lg_column_r {
		margin: 0 auto 50px auto;
	}
	.lg_column_r .lg_column-text {
		text-align: center;
	}
	.lg_column_r .lg_column-text p {
		font-size: 14px;
		margin-top: -30px;
	}
	.lg_comment {
		margin: 50px auto;
	}
	.lg_comment .lg_comment-inner {
		padding: 40px 20px;
	}
	.lg_comment .lg_comment-inner h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.lg_comment .lg_comment-inner p {
		font-size: 15px;
		line-height: 2;
		margin: 0 auto 20px auto;
	}
}

.lg_worker__inner .content .block {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 8px #ccc;
}
.lg_worker__inner .content .block .items__worker-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.lg_worker__inner .content .block .itemlist-image img {
	width: 100%;
}
.lg_worker__inner .content .block .items__more {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	width: 100%;
}
.lg_worker {
	width: 100%;
	margin: 0 auto;
}
.lg_worker__inner {
	text-align: center;
	margin: 0 auto;
}
.lg_worker .lg_worker__heading {
	position: relative;
	width: 100%;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0 auto 20px auto;
	border-bottom: 1px #e3e3e3 solid;
}
.lg_worker .lg_worker__heading h1.lg_worker__heading-title {
	display: inline-block;
	padding: 0;
	text-align: center;
	font-weight: 700;
}
.lg_worker .lg_worker__heading .date {
	color: #8c8c8c;
	font-size: 15px;
}
@media screen and (min-width: 769px), print {
	.lg_worker__inner .content .block {
		width: 100%;
		max-width: 800px;
		margin: 0 auto 40px auto;
	}
	.lg_worker__inner .content .block .items__worker-block {
		margin: 10px;
	}
	.lg_worker__inner .content .block .items__worker-block .itemlist-image {
		width: 40%;
		max-width: 320px;
		margin: 20px 10px;
	}
	.lg_worker__inner .content .block .itemlist-text {
		width: 54%;
		text-align: left;
	}
	.lg_worker__inner .content .block .itemlist-text h3 {
		font-size: 18px;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		width: 92%;
	}
	.lg_worker__inner .content .block .items__more .btn_link {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.lg_worker__inner .content .block .items__more .btn_link {
		margin: 20px auto;
		width: 100%;
	}
	.lg_worker__inner .content .block .items__more .btn_link .button_link-external a.more {
		padding: 10px 5px;
	}
	.itemlist__inner .content .block .items__more .btn_link .button_link-external {
		margin: 0 10px!important;
	}
	.lg_worker__inner .content .block .items__more .btn_link .button_link-external {
		margin: 0 20px 0 0;
	}
	.lg_worker {
		padding: 70px 0;
	}
	.lg_worker .lg_worker__inner {
		text-align: center;
		width: 90%;
		max-width: 1000px;
	}
	.lg_worker__inner .lg_worker__heading {
		margin: 0 auto;
		max-width: 800px;
	}
	.lg_worker__inner .lg_worker__heading .lg_worker__heading-title {
		margin: 10px auto;
		font-size: 25px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	.lg_worker__inner .content .block {
		width: 90%;
		margin: 0 auto 40px auto;
	}
	.lg_worker__inner .content .block {
		width: 100%;
	}
	.lg_worker__inner .content .block .items__worker-block {
		margin: 10px auto 40px auto;
	}
	.lg_worker__inner .content .block .items__worker-block .itemlist-image {
		width: 90%;
		margin: 20px auto 0 auto;
	}
	.lg_worker__inner .content .block .itemlist-text {
		width: 90%;
		text-align: left;
		margin: 0 auto;
	}
	.lg_worker__inner .content .block .itemlist-text h4 {
		font-size: 18px;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.lg_worker__inner .content .block .items__more .btn_link {
		margin: 0 auto;
		width: 100%;
		flex-flow: column;
		text-align: center;
	}
	.lg_worker__inner .content .block .items__more .btn_link {
		margin: 20px auto 10px auto;
	}
	.lg_worker__inner .content .block .items__more .btn_link .button_link-external {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.lg_worker__inner .content .block .items__more .btn_link .button_link-external a.more {
		padding: 10px 5px;
	}
	.lg_worker {
		padding: 70px 0 50px 0;
	}
	.lg_worker .lg_worker__inner {
		width: 90%;
		max-width: auto;
		margin: 0 auto;
	}
	.lg_worker__inner .lg_worker__heading {
		margin: 0 auto;
	}
	.lg_worker__inner .lg_worker__heading .lg_worker__heading-title {
		margin: 50px auto 10px auto;
		font-size: 22px;
		line-height: 1.6;
	}
	#worker .lg_worker__inner .lg_worker__heading .lg_worker__heading-title {
		margin: 0 auto 10px auto;
	}
}

.items__pickup {
	width: 100%;
	margin: 0 auto;
}
.items__pickup h3 {
	font-weight: 700;
	text-align: left;
}
.items__pickup-block {
	display: flex;
	justify-content: start;
	align-items: start;
}
.itemlist-text {
	width: 100%;
	text-align: left;
}
.price {
	margin-top: 5px;
}
.items__pickup-block .itemlist-image img {
	width: 100%;
}
@media screen and (min-width: 769px), print {
	.items__pickup {
		margin: 60px auto 0 auto;
		padding: 0;
		max-width: 800px;
	}
	.items__pickup h3 {
		font-size: 16px;
	}
	.items__pickup-block {
		margin: 10px;
	}
	.price {
		font-size: 15px;
	}
	.price span {
		font-size: 16px;
		font-weight: 600;
		padding: 0 5px;
	}
	.items__pickup-block .itemlist-image {
		width: 40%;
		max-width: 320px;
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.items__pickup {
		margin: 30px auto 0 auto;
		padding: 0;
	}
	.items__pickup h3 {
		font-size: 18px;
		margin-top: 5px;
	}
	.itemlist-text {
		width: 90%;
		margin: 0 auto;
	}
	.price {
		font-size: 15px;
	}
	.price span {
		font-size: 16px;
		font-weight: 600;
		padding: 0 5px;
	}
	.items__pickup-block {
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.items__pickup-block .itemlist-image {
		width: 90%;
		margin: 0 auto 0 auto;
	}
}
.items__pickup .more-button {
	background: #fff!important;
	padding: 0!important;
	border-radius: 0!important;
}
.items__pickup .more-button ul li a {
	text-align: center;
}
@media screen and (min-width: 769px), print {
	.items__pickup .more-button {
		margin-top: 20px;
	}
	.items__pickup .more-button ul {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	.items__pickup .more-button ul li {
		width: 43%;
		margin: 0 10px 10px 10px;
	}
}
@media screen and (max-width: 768px) {
	.items__pickup .more-button {
		margin-top: 20px;
	}
	.items__pickup .more-button ul {
		flex-wrap: wrap;
	}
	.items__pickup .more-button ul li {
		font-size: 15px;
		width: 100%;
		margin: 0 10px 10px 10px;
	}
}
.more-button .no-link {
	pointer-events: none;
}
.more-button ul li.no-link {
	border: 2px #ccc solid!important;
}
.more-button ul li.no-link a {
	color: #ccc!important;
}
.more-button ul li.no-link a:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 15px;
	background: url("../img/arrow_next_off.png") no-repeat;
	width: 18px;
	height: 18px;
}

/* -- iPhone5 ----------------- */
@media screen and (max-width: 320px) {
	.navToggle {
		top: 10px;
		width: 35px;
	}
	.navToggle span {
		width: 30px;
	}
	.navToggle.active {
		top: 10px;
	}
}