@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
img {
	border: 0;
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}

#contact .form input, .form textarea {
	position:relative;
	z-index:2;
	padding: 5px;
	box-sizing: border-box;
}
#contact .form dt span{
   color:red;
   font-weight:bold;
}
#contact .form dd span input {
	margin-bottom: 10px;
}
#contact dd label{
	position:relative;
	z-index:1;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 5px;
}
#contact dd.error input , dl dd.error textarea , dl dd.error label {
	background:#FFCCCC;
}
* html dd.error label {
	background:none;
}
*+html dd.error label{
	background:none;
}
dl dd p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:1em;
} 

/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

header {
	width: 100%;
	position: fixed;
	top: 0px;
	background: #FFF;
	z-index: 9999999;
}
#header_inner {
	height: 80px;
	position: relative;
}
#header_inner h1 {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 77px;
}
#header_inner .logo {
	width: 190px;
	position: absolute;
	top: 10px;
	left: 20px;
}
#header_inner nav ul {
	position: absolute;
	top: 38px;
	right: 20px;
}
#header_inner nav ul li {
	font-size: 15px;
	font-weight: 400;
	float: left;
	margin: 0 0 0 25px;
}
#header_inner nav ul li a {
	text-decoration: none;
	padding: 0 0 5px 0;
}
#header_inner .sns {
	position: absolute;
	top: 5px;
	right: 20px;
}
#header_inner .sns li {
	width: 25px;
	float: right;
	margin: 0 0 0 10px;
}
/*
#header_inner nav ul li a {
	position: relative;
	display: inline-block;
	margin: 0 0 0 25px;
	text-decoration: none;
}
#header_inner nav ul li a:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
}
*/
#header_inner nav ul li a.blue:before {
	/*background: #b6ecff;*/
	background: rgba(182,236,255,0.5);
}
#header_inner nav ul li a.pink:before {
	/*background: #ffb6dc;*/
	background: rgba(255,182,220,0.5);
}
#header_inner nav ul li a.green:before {
	/*background: #93e38d;*/
	background: rgba(147,227,141,0.4);
}
#header_inner nav ul li a.yellow:before {
	/*background: #fde387;*/
	background: rgba(253,227,135,0.4);
}
#header_inner nav ul li a.purple:before {
	/*background: #cda4ff;*/
	background: rgba(205,164,255,0.4);
}
#mv {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-top: 80px;
}
#mv iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.contents-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 80px 20px;
}
.main_ttl {
 	font-size: 22px;
	font-weight: 700;
 text-align: center;
  margin: 0 0 20px 0;
}
.main_ttl span {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
}
.main_ttl span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DDD;
  border-radius: 2px;
}
#concept {
	background-image: url(../image/concept_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#concept .txt {
 	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 80px 0;
}
#concept .ttl {
	text-align: center;
	margin: 0 0 20px 0;
}
#concept .ttl span {
 	font-size: 20px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
#concept .ttl span:before {
	content: "";
	position: absolute;
	width: 120px;
	height: 80px;
	/*border-radius: 50%;*/
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
	background: rgba(253,227,135,0.3);
	/*background: rgba(182,236,255,0.5);*/
}
#concept .tracks {
}
#concept .tracks li {
	width: 48%;
}
#concept .tracks li:nth-child(odd) {
	float: left;
}
#concept .tracks li:nth-child(even) {
	float: right;
}
#concept .tracks li .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#concept .tracks li .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#concept .tracks li .caption {
 	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#concept .tracks li .explanation {
 	font-size: 15px;
	font-weight: 400;
}
#concept .tracks li .explanation span {
 	font-size: 13px;
	font-weight: 400;
	color: #5cc6eb;
}
#concept .tracks li .explanation span a {
	color: #5cc6eb;
}
#concept .tracks li .explanation span a:hover {
	text-decoration: none;
}
#service {
	background-image: url(../image/service_bg.png);
	background-position: 38% top;
	background-repeat: no-repeat;
}
#service .summary {
 	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#service ul {
}
#service ul li {
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
#service ul li:nth-child(3n) {
	margin-right: 0;
}
#service ul li .caption {
 	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#service ul li .txt {
 	font-size: 15px;
	font-weight: 400;
}
#results {
	background-image: url(../image/results_bg.png);
	background-position: 66% top;
	background-repeat: no-repeat;
}
#results .summary {
 	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#results ul {
}
#results ul li {
	width: 32%;
	float: left;
	margin: 0 2% 30px 0;
}
#results ul li:nth-child(3n) {
	margin-right: 0;
}
#results ul li .caption {
 	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#results ul li .txt {
 	font-size: 15px;
	font-weight: 400;
}
#future {
	background-image: url(../image/future_bg.png);
	background-position: 38% top;
	background-repeat: no-repeat;
}
#future .summary {
 	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#future .matsuri {
}
#future .matsuri img {
	width: 49%;
	float: left;
}
#future .matsuri .inner {
	width: 49%;
	float: right;
}
#future .matsuri .inner .caption {
 	font-size: 18px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#future .matsuri .inner .txt {
 	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
#future .matsuri .inner .supplement {
 	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 10px;
	border: solid 1px #CCC;
}
#future .matsuri .inner ul {
}
#future .matsuri .inner ul li {
	margin: 0 0 10px 0;
 	font-size: 15px;
	font-weight: 400;
	background: rgba(182,236,255,0.5);
	border-radius: 30px;
	-ms-border-radius: 30px;
	display: inline-block;
}
#future .matsuri .inner ul li a {
	text-decoration: none;
	color: #111;
	padding: 8px 15px;
}
#contact {
	background-image: url(../image/contact_bg.png);
	background-position: 90% 50px;
	background-repeat: no-repeat;
}
#contact .summary {
 	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px 0;
	text-align: center;
}
#contact {
}
#contact .form {
	max-width: 800px;
	margin: 20px auto 50px auto;
}
#contact .form dt {
	width: 30%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 5px 0 15px 0;
}
#contact .form dt span {
	color: #F00;
}
#contact .form dd {
	width: 70%;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}
#contact .form dt a {
	color: #903;
	text-decoration: none;
}
#contact .form dt a:hover {
	color: #903;
}
#contact .form dd select {
	margin-top: 10px;
}
#contact .form dd label span {
	font-size: 12px;
	font-weight: normal;
}
#contact .form dd ul li input[type="checkbox"] {
	margin: 0 10px 0 0; 
}
#contact .contact {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

footer {
	padding: 10px;
	background: #F2F2F2;
}
footer .copy {
 	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

#anc_top, #anc01, #anc02, #anc03, #anc04, #anc05 {
	padding-top: 80px;
	margin-top: -80px;
}
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}
}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	background: #FFF;
	z-index: 999;
}
#header_inner {
	height: 50px;
	position: relative;
}
#header_inner .logo {
	width: 130px;
	position: absolute;
	top: px;
	left: 10px;
}
#header_inner h1 {
	display: none;
}
#header_inner nav {
	display: none;
}
#modal ul {
}
#modal ul li {
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto 10px auto;
}
#modal ul li a {
	width: 220px;
	text-decoration: none;
	padding: 10px;
	/*background: #444;*/
	color: #111;
	border-radius: 30px;
	-ms-border-radius: 30px;
}
#modal .sns {
	width: 120px;
	margin: 0 auto;
}
#modal .sns li {
	width: 40px;
	float: left;
	margin: 10px;
}
#header_inner .modal_icon {
	width: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#mv {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	 margin-top: 50px;
}
#mv iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.contents-wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 40px 20px 60px 20px;
}
.main_ttl {
 	font-size: 18px;
	font-weight: 700;
 text-align: center;
  margin: 0 0 20px 0;
}
.main_ttl span {
  position: relative;
  display: inline-block;
  margin: 0 0 10px 0;
}
.main_ttl span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DDD;
  border-radius: 2px;
}
#concept {
	background-image: url(../image/concept_bg_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 500px 292px;
	-moz-background-size: 500px 292px;
	-webkit-background-size: 500px 292px;
}
#concept .txt {
 	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 80px 0;
}
#concept .ttl {
	text-align: center;
	margin: 0 0 10px 0;
}
#concept .ttl span {
 	font-size: 16px;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
#concept .ttl span:before {
	content: "";
	position: absolute;
	width: 70px;
	height: 50px;
	/*border-radius: 50%;*/
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
    background: rgba(253,227,135,0.3);
    /* background: rgba(182,236,255,0.5);*/
}
#concept .tracks {
}
#concept .tracks li {
	width: 100%;
	margin: 0 0 30px 0;
}
#concept .tracks li .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#concept .tracks li .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#concept .tracks li .caption {
 	font-size: 15px;
	font-weight: 700;
	text-align: center;
	margin: 5px 0 0 0;
}
#concept .tracks li .explanation {
 	font-size: 14px;
	font-weight: 400;
}
#concept .tracks li .explanation span {
 	font-size: 12px;
	font-weight: 400;
	color: #5cc6eb;
}
#concept .tracks li .explanation span a {
	color: #5cc6eb;
}
#service {
	background-image: url(../image/service_bg.png);
	background-position: 0% top;
	background-repeat: no-repeat;
	background-size: 100px 71px;
	-moz-background-size: 100px 71px;
	-webkit-background-size: 100px 71px;
}
#service .summary {
 	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#service ul {
}
#service ul li {
	margin: 0 0 30px 0;
}
#service ul li .caption {
 	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#service ul li .txt {
 	font-size: 14px;
	font-weight: 400;
}
#results {
	background-image: url(../image/results_bg.png);
	background-position: 66% top;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	-moz-background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
}
#results .summary {
 	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#results ul {
}
#results ul li {
	margin: 0 0 30px 0;
}
#results ul li .caption {
 	font-size: 15px;
	font-weight: 700;
	text-align: center;
}
#results ul li .txt {
 	font-size: 14px;
	font-weight: 400;
}
#future {
	background-image: url(../image/future_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 200px 200px;
	-moz-background-size: 200px 200px;
	-webkit-background-size: 200px 200px;
}
#future .summary {
 	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#future .matsuri img {
	margin: 0 0 10px 0;
}
#future .matsuri .inner {
}
#future .matsuri .inner .caption {
 	font-size: 15px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
#future .matsuri .inner .txt {
 	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
#future .matsuri .inner .supplement {
 	font-size: 13px;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 10px;
	border: solid 1px #CCC;
}
#future .matsuri .inner ul {
}
#future .matsuri .inner ul li {
	margin: 0 0 10px 0;
 	font-size: 14px;
	font-weight: 400;
	background: rgba(182,236,255,0.5);
	border-radius: 30px;
	-ms-border-radius: 30px;
	display: inline-block;
}
#future .matsuri .inner ul li a {
	text-decoration: none;
	color: #111;
	padding: 8px 15px;
}
#contact {
	background-image: url(../image/contact_bg.png);
	background-position: 90% top;
	background-repeat: no-repeat;
	background-size: 100px 71px;
	-moz-background-size: 100px 71px;
	-webkit-background-size: 100px 71px;
}
#contact .summary {
 	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
#contact .form {
}
#contact .form dt {
	font-size: 15px;
	font-weight: 400;
	margin: 5px 0;
}
#contact .form dd {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}
#contact .form dt a {
	color: #903;
	text-decoration: none;
}
#contact .form dt a:hover {
	color: #903;
}
#contact .form dd select {
	margin-top: 10px;
}
#contact .form dd label span {
	font-size: 12px;
	font-weight: normal;
}
#contact .form dd ul li input[type="checkbox"] {
	margin: 0 10px 0 0; 
}

footer {
	padding: 5px;
	background: #F2F2F2;
}
footer .copy {
 	font-size: 12px;
	font-weight: 400;
	text-align: center;
}

#anc_top, #anc01, #anc02, #anc03, #anc04, #anc05 {
	padding-top: 50px;
	margin-top: -50px;
}
#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 35px;
	right: 5px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}
}