@charset "UTF-8";
/* CSS Document */

.sp{display: none;}

body{
	border-top:12px solid #3eac4a;	
}

img[src$=".svg"] {
        width: 100%;
        height: auto;
}

header{
	padding: 30px 0 0;
	line-height: 1;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.header-top{
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

h1{
	display: inline-block;
}

.top-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.top-nav a{
	display: block;
	background: url(../../img/common/bg_line.png);
	padding: 13px 35px;
	font-weight: bold;
	margin: 0 7px;
	letter-spacing: .2em;
	width: 185px;
	text-align: center;
}

.top-nav a:hover{
	background: url(../../img/common/bg_line2.png);
}
.top-nav a:hover{
	opacity: 1;
}

.top-nav a.banner{
	background: none;
	padding: 0;
	width: 337px;
}

.gnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gnav a{
	display: block;
	width: 16.666%;
	text-align: center;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}

.gnav a:hover{
	opacity: 1;
}

.gnav a:after{
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #3eac4a;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .6s ease;
	transform: translateX(-110%);
}

.gnav a:hover:after,
.gnav a.current:after{
	transform: translateX(0);
}

.gnav a li{
	font-weight: bold;	
}

.gnav a li{
	border-left: 1px solid #b3b3b7;
	padding-top: 4px;
}

.gnav a:last-child li{
	border-right: 1px solid #b3b3b7;
}


.gnav a li span{
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	color: #666767;
}

.top-icatch-area{
	width: 100vw;
	height: calc(100vh - 332px);
	position: relative;
}


.top-icatch-area .slide{
	width: 100vw;
	height: calc(100vh - 332px);
}

.top-icatch-area .slide.s1{
	background: url(../../img/top/slide_01.jpg) no-repeat center center;
	background-size: cover;
}

.top-icatch-area .slide.s2{
	background: url(../../img/top/slide_02.jpg) no-repeat center center;
	background-size: cover;
}

.top-icatch-area .slide.s3{
	background: url(../../img/top/slide_03.jpg) no-repeat center center;
	background-size: cover;
}

.top-icatch-area .copy{
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 2;
}

.top-icatch-area .copy h2{
	line-height: 1;
	font-size: 48px;
	letter-spacing: 1em;
	white-space: nowrap;
	margin-bottom: 64px;
}

.top-icatch-area .copy p{
	font-size: 24px;
	background: #3eac4a;
	padding: 20px 30px;
	width: 80%;
	margin: 0 auto;
}

.top-icatch-area .copy p:last-child{
	margin-top: 10px;
}

footer{
	background: #3eac4a;
	width: 100vw;
	text-align: center;
	color: #FFF;
	padding: 32px 5%;
	font-size: 13px;
}


/*
====================================

PAGE

====================================
*/


.wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.page-contents-wrap{
	border-top: 1px solid #a8a8a8;
	padding-top: 48px;
}

.page-contents-wrap h2{
	text-align: center;
	line-height: 1;
	font-size: 30px;
	letter-spacing: .3em;
	margin-bottom: 34px;
}

.page-contents-wrap h2 span{
	display: block;
	font-size: 15px;
	letter-spacing: .04em;
	color: #3eac4a;
	margin-bottom: 24px;
}

.title-date{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .3em;
	margin-bottom: 60px;
}


/*
====================================

CONCEPT

====================================
*/


.concept-wrap{
	width: 100vw;
	height: calc(100vh - 332px);
	background: url(../../img/page/concept_bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
}

.concept-wrap .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -55%);
}

.concept-wrap h2{
	line-height: 1;
	font-size: 48px;
	letter-spacing: 1em;
	white-space: nowrap;
	margin-bottom: 80px;
	color: #FFF;
}

.concept-wrap .read{
	background: rgba(255,255,255,.8);
	color: #3eac4a;
	font-size: 16px;
	line-height: 2;
	padding: 34px 5%;
	width: 100vw;
}


/*
====================================

ACHIVEMENTS

====================================
*/


.arc-graph{
	width: 100%;
	max-width: 1200px;
	margin-bottom: 120px;
}

.arc-data{
	margin-bottom: 60px;
}

.arc-data h3{
	text-align: center;
	font-size: 25px;
	letter-spacing: .3em;
	margin-bottom: 60px;
}

.arc-data table{
	width: 100%;
	text-align: center;
	font-size: 13px;
}

.arc-data table td:nth-of-type(1){
	width: 15%;
}
.arc-data table td:nth-of-type(2){
	width: 15%;
}
.arc-data table td:nth-of-type(3){
	width: 15%;
}
.arc-data table td:nth-of-type(4){
	width: 22.9%;
}
.arc-data table td:nth-of-type(5){
	width: 22.9%;
}
.arc-data table td:nth-of-type(6){
	width: 9%;
}

.arc-data table.head{
	background: #3eac4a;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}

.arc-data table.head td{
	padding: 8px 4px;
	border-right: 1px solid #FFF;
}

.arc-data table{
	margin-bottom: 40px;
	border-top: 1px solid #b3b3b7;
}

.arc-data table td{
	padding: 8px;
	border-right: 1px solid #b3b3b7;
	border-bottom: 1px solid #b3b3b7;
}

.arc-data table td:last-child{
	border-right: none;
}

.arc-data table tr.line{
	font-weight: bold;
	background: url(../../img/common/bg_line.png);
}

.arc-data table tr.line td:nth-of-type(1){
	padding-left: 6vw;
}

.arc-data.past{
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .4s ease;
}

.arc-data.past.active{
	height: auto;
	opacity: 1;
}

.more{
	text-align: center;
	margin-bottom: 60px;
}


/*
====================================

ABOUT

====================================
*/


.about-wrap{
	max-width: 600px;
	margin: 0 auto;
	padding-top: 60px;
}

.about-wrap h3{
	font-size: 18px;
	color: #3eac4a;
	margin:60px 0 24px;
	text-indent: -1em;
	padding-left: 1em;
}

.about-wrap ul{
	font-size: 14px;
	line-height: 2;
}

.about-wrap ul li{
	text-indent: -0.5em;
	padding-left: 0.5em;
}

.anime-area{
	margin: 120px 0 100px;
	text-align: center;
}


/*
====================================

SCHEDULE

====================================
*/


.schedule-graph{
	margin: 60px 0 120px;
}

.schedule-graph h3{
	text-align: center;
	font-size: 25px;
	letter-spacing: .3em;
	margin-bottom: 30px;
}

.schedule-graph h3 span{
	display: block;
	font-size: 17px;
	letter-spacing: .25em;
	margin-bottom: 20px;
}

.schedule-graph .graph{
	width: 100%;
	max-width: 1200px;
}

.schedule-graph img{
	display: block;
	margin-bottom: 60px;
}


/*
====================================

LOUDNESS

====================================
*/

.loudness-main{
	padding-top: 20px;
	margin-bottom: 160px;
}

.loudness-main .table-wrap table{
	border-bottom: 1px solid #818281;
	border-left: 1px solid #818281;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
}

.loudness-main .table-wrap table th,
.loudness-main .table-wrap table td{
	border-top: 1px solid #818281;
	border-right: 1px solid #818281;
	padding: 4px;
	vertical-align: middle;
}

.loudness-main h3{
	font-size: 19px;
	color: #3eac4a;
	letter-spacing: .3em;
	margin-bottom: 16px;
}

.loudness-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.loudness-large{
	width: 100%;
	max-width: 1200px;
}

.loudness-detail .detail{
	max-width: 505px;
	width: 42%;
	margin-bottom: 140px;
}

.loudness-detail .detail h4{
	padding: 16px;
	text-align: center;
	color: 	#3eac4a;
	border: 1px solid #3eac4a;
	margin-bottom: 40px;
}

.loudness-movie{
	max-width: 1000px;
	width: 80%;
	height: 0;
	padding-top: 56%;
	margin: 0 auto 180px;
	position: relative;
}

.loudness-movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*
====================================

ASSOCIATION

====================================
*/

.asso-wrap {
	padding-top: 60px;
}

.asso-wrap h3{
	font-size: 18px;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 90px;
}

.asso-wrap h3:after{
	content: "";
	display: block;
	margin: 30px auto 0;
	width: 30px;
	height: 1px;
	background: #191919;	
}

.member-wrap{
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.member-wrap .member{
	width: 45%;
	margin-bottom: 140px;
}

.member-wrap .member table{ 
	width: 100%;
}

.member-wrap .member h4{
	font-size: 15px;
	margin-bottom: 20px;
}

.member-wrap .member .twrap{
	border-top:1px solid #a8a8a8;
	padding-top: 20px;
	font-size: 13px;
}

.member-wrap .member .twrap th{
	padding: 4px 20px 4px 0;
	border-right:1px solid #a8a8a8;
	color: #3eac4a;
	width: 80px;
}

.member-wrap .member .twrap td{
	padding: 4px 0 4px 20px;
}



/*
====================================

PROCESS

====================================
*/

.process-movie{
	max-width: 1000px;
	height: 0;
	padding-top: 56%;
	margin: 0 auto 180px;
	position: relative;
}

.process-movie video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.process-wrap {
	margin-bottom: 140px;
}

.process-wrap h3{
	text-align: center;
	font-size: 25px;
	color: #3eac4a;
	letter-spacing: .5em;
	padding: 12px 16px;
	border: 2px solid #3eac4a;
	line-height: 1;
	display: table;
	margin: 0 auto 40px;
}

.process-wrap dl{
	width: 100%;
}

.process-wrap dt{
	width: 100%;
	background: url(../../img/common/bg_line.png);
	font-size: 20px;
	letter-spacing: .5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	display: table;
}

.process-wrap.p2 dt{
	background: url(../../img/common/bg_line2.png);
}

.process-wrap dt:after{
	content: "";
	width: 30px;
	height: 30px;
	background: url(../../img/common/icon_arrow2.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	transition: .1s ease;
}

.process-wrap dt.active:after{
	transform: translateY(-50%) scale(1, -1);
}

.process-wrap dt span{
	display: table-cell;
	vertical-align: middle;
	padding-right: 13vw;
}

.process-wrap dt span.num{
	padding: 12px 50px;
	letter-spacing: .3em;
	border-right: 1px solid #b3b3b7;
	width: 20%;
}

.process-wrap dd{
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
	overflow: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
	transition: opacity .4s ease-in ,padding .3s ease-in;
}

.process-wrap dt.active + dd{
	opacity: 1;
	padding: 30px 0 130px;
	height: auto;
}

.process-wrap dd h4{
	font-size: 16px;
	margin: 30px 0;
}

.process-wrap dd h5{
	font-size: 13px;
	margin: 30px 0 5px;
}

.process-wrap dd ul{
	line-height: 2;
	margin-bottom: 30px;
}

.process-wrap dd li{
	text-indent: -0.5em;
	padding-left: 0.5em;
}

.process-wrap dd .cap{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

.process-wrap dd table{
	border-top:1px solid #b3b3b7;
	border-left:1px solid #b3b3b7;
	margin-bottom: 60px;
}

.process-wrap dd th,
.process-wrap dd td{
	padding: 8px;
	border-bottom:1px solid #b3b3b7;
	border-right:1px solid #b3b3b7;
}

.process-wrap dd th{
	font-weight: bold;
}

.process-wrap dd img{
	margin-bottom: 30px;
	line-height: 1;
	display: block;
}




/*
====================================

CONTACT

====================================
*/

.contact-wrap{
	margin-bottom: 180px;
}

.contact-wrap section{
	padding-top: 60px;
	padding-right: 120px;
	margin-top: 60px;
	border-top: 1px solid #b3b3b7;
	position: relative;
}

.contact-wrap section:before{
	content: "";
	width: 200px;
	height: 2px;
	background: #3eac4b;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
}

.contact-wrap section h3{
	font-size: 25px;
	letter-spacing: .2em;
	margin-bottom: 60px;
}

.contact-wrap table{
	width: 100%;
}

.contact-wrap table tr.content1,
.contact-wrap table tr.content2,
.contact-wrap table tr.content3{
	display: none;
}

.contact-wrap table th{
	padding-bottom: 60px;
	padding-right: 40px;
	font-weight: bold;
	vertical-align: top;
	width: 24%;
	position: relative;
}

.contact-wrap table th.must:after {
    position: absolute;
    content: "必須";
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 11px;
    padding: 4px 8px 5px;
    background-color: #ca0e2f;
    color: #ffffff;
    line-height: 1;
}

.contact-wrap table td{
	padding-left: 30px;
	padding-bottom: 50px;
}

.contact-wrap table td p{
    font-size: 13px;
    color: #999999;
    margin-bottom: 4px;
}

.contact-wrap table td p span{
	color: #191919;
	margin-right: 10px;
}

.contact-wrap table td .clm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-wrap table td .clm div{
	width: 49%;
}

.contact-wrap table td  .num-wrap.clm div{
	width: 31%;
}

.contact-wrap table td .clm div.address{
	width: 30%;
}
.contact-wrap table td .clm div.city{
	width: 68%;
}


input[type="text"],
input[type="email"],
textarea{
	width: 100%;
    padding: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
	border-radius: 5px;
    border: 1px solid #edeff0;
    background-color: #edeff0;
    padding: 13px 20px;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
}

input[type="submit"]{
    background: #3eac4a;
    color: #FFF;
    padding: 21px 25px;
    margin: 100px auto 0;
    width: 400px;
    max-width: 100%;
    font-size: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: table;
	border-radius: 4px;
	font-weight: bold;
 }

input[type="button"]{
    background: #ddd;
    color: #FFF;
    padding: 21px 25px;
    margin: 20px auto 0;
    width: 400px;
    max-width: 100%;
    font-size: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
	transition: .2s ease-in;
	text-align: center;
	display: table;
	border-radius: 4px;
	font-weight: bold;
 }

select{
	width: 230px;
	max-width: 100%;
	height: 48px;
    outline:none;
    text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
    padding: 12px 20px;
    line-height: 1.6;
    letter-spacing: .04em;
	border-radius: 5px;
    border: 1px solid #edeff0;
    background-color: #edeff0;
    color: #999;
    font-size: 15px;
}

.select-wrap{
	position: relative;
	width: 30%;
}

.select-wrap:before{
	content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #d8d8d8;
    top: 0;
    right: 38px;
 }

.select-wrap:after{
  border-top: 7px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
 }


.radio label{
	line-height: 1;
	display: inline-block;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #3eac4a;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #5a5858;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3eac4a;
  border-radius: 50%;
}

.tanks-wrap{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 20vh 0; 
}

.tanks-wrap h2{
	font-size: 25px;
	letter-spacing: .3em;
	margin-bottom: 40px;
}

.tanks-wrap a{
	font-size: 18px;
	margin-top: 60px;
	color: #3eac4a;
	display: block;
	font-weight: bold;
}

#formWrap{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 10vh 0; 
}

#formWrap .notice{
	font-weight: bold;
	margin-bottom: 40px;
}

#formWrap .error_messe{
	color: red;
}

#formWrap h2{
	font-size: 25px;
	letter-spacing: .3em;
	margin-bottom: 40px;
}

#formWrap table{
	text-align: left;
	margin: 40px auto;
}

#formWrap table th{
	font-weight: bold;
	padding: 8px 24px 8px 0;
}