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

.pc { display: block; }
.sp { display: none; }

.pc2 { display: block; }
.sp2 { display: none; }

 /*for smartphone*/
@media only screen and (max-width: 576px) {
.pc { display: none; }
.sp { display: block; }
}

@media only screen and (max-width: 768px) {
.pc2 { display: none; }
.sp2 { display: block; }
}

a .hover{
display: none;
}

a:hover .nomal{
display: none;
}

a:hover .hover{
display: inline;
}

#toplogo{
	padding-left:20px;
}

#navlogo{
    padding: 0px;
    margin: 0px;
    color: #578626;
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-weight: bolder;
    font-size: x-large;
}

@media only screen and (max-width: 576px){
	#navlogo{
    padding: 0px;
    margin: 0px;
    color: #578626;
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-weight: bolder;
    font-size: large;
	}
.navbar p{
    padding: 0px;
    margin: 0px;
    color: #578626;
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
	font-weight: bold;
    font-size: x-small;
    text-align: center;
}}


.anchor{
    display: block;
	padding-top:80px;
}

@media only screen and (max-width: 576px){
	.anchor{
    display: block;
	padding-top:60px;
}
}

.navbar p{
    padding: 0px;
    margin: 0px;
    color: #578626;
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-size: small;
	font-weight: bold;
    text-align: center;
}

.nav_content{
	align: "right";
}

.nav-item{
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: large;
	text-align: center;
	margin: auto;
}

.topvideo {
	position: relative;
	padding-top:60px;
	margin-top:60px;
	margin:auto;
}

.topvideo img{
  position: absolute;
  left:12%;
  top: 25%;
  width: 20vw;
  z-index: 1;
}

.topvideo p{
    position: absolute;
    left: 12%;
    top: 50%;
    z-index: 1;
    color: #578626;
	font-size: 5.2vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: bold;
}

@media only screen and (max-width: 576px){
.topvideo {
	position: relative;
	width: max;
	object-fit: cover;
	padding-top:70px;
	margin:0;
}	
.topvideo img{
  position: absolute;
  left:13%;
  top: 30%;
  width: 20vw;
  z-index: 1;
}

.topvideo p{
    position: absolute;
    left: 13%;
    top: 53%;
    z-index: 1;
    color: #578626;
	font-size: 4.8vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: bold;
}
}

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.scroll{
	text-align: center;
	margin: 0;
}

.line_scroll {
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 50px;
  background-color: black;
}

.top_second{
	padding-bottom: 25px;
}



.whale{
	position:relative;
}
.whale img{
	position:absolute;
	bottom: 25px;
}
.collaboration{
	padding: 30px;
}
.introduction{
	padding-top:100px;
}
.introduction p{
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
@media only screen and (max-width: 576px){
.introduction p{
    font-size: 12px;		
}
}

.hiplin{
	margin: 0px;
	padding: 0px;
}

.introduction_bold p{
    font-size: large;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
}
@media only screen and (max-width: 576px){
.introduction_bold p{
    font-size: 14px;
}	
}


.line_fix {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 50px;
  background-color: black;
}

.line_fix2 {
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  height: 50px;
  background-color: black;
}


.newsframe {
  height: 70px;
  min-width: 120px;
  width: 80%;
  color: #555;
  background: #FFF;
  border: solid 2px #C6C6C6;
  box-sizing: border-box;
}
.newsframe p{
	position: absolute;
	top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #000000;
}

.project_top{
	padding: 20px;
	margin: 0px;
    text-align: center;
    color: #578626;
    font-size: 50px;
}

@media only screen and (max-width: 768px){
.project_top{
    font-size: 40px;
	}}

@media only screen and (max-width: 576px){
.project_top{
    font-size: 30px;
	}}

.project_top p{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
.project_top2 img{
	text-align: center;
	margin: auto;
	margin-top:0;
	margin-bottom:0;
	padding: 0px;
}

.project_title{
	marin: 0px;
    text-align: center;
    font-size: large;
    background-color: #578626;
	padding-top: 30px;
	padding-bottom: 30px;
}

.project_title p{
    text-align: center;
    color: #FFFFFF;
}
.project_title h3{
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #FFFFFF;
	font-size:45px;
    font-weight: bolder;
}
@media only screen and (max-width: 576px){
.project_title p{
	font-size:12px;
    text-align: center;
    color: #FFFFFF;
}	

.project_title h3{
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #FFFFFF;
	font-size:30px;
    font-weight: bolder;
	}}

.photoframe {
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 11px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
}


@media only screen and (max-width: 768px){
	.photoframe {
	margin-top: 5px;
	margin-bottom: 5px;
    padding: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
	}}

.btn-pb {
  display: inline-block;
  font-size: 14px;
  background-color: #578626;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  margin-top: 30px;
  margin-right: 0px;
  padding: 15px 20px 5px 20px;
  border-radius: 4px;
  transition: .2s;
}

.btn-pb h3{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
}

.btn-pb p{
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

@media only screen and (max-width: 576px){
	.btn-pb h3{
	font-size: 13px;
}

.btn-pb p{
	font-size: 10px;
}
}


.btn-pb:hover {
  background-color: #81C138;
  color: #FFF;
  text-decoration: none;
}



.project1{
	margin: 0px;
	padding: 0px;
}
.project1 img{
	text-align: center;
	height: max;
	padding: 5px;
}

.project1 p{
	font-size: 14px;
}


@media only screen and (max-width: 576px){
	.project1 img{
    margin-top: 5px;
	border: 1px #878787 solid;
}
	
	.project1 p{
	font-size: 12px;
}

}

.project2video video{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 11px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 768px){
	.project2video video {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 5px;
		box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8);
	}}

.project3video video{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 11px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 768px){
	.project3video video {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 5px;
		box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.8);
	}}


.project2video {
	position: relative;
	max-width:950px;
	padding:0px;
	margin:auto;
}

.project2video p{
    position: absolute;
    left: 8%;
    top: 65%;
    z-index: 1;
    color: white;
	font-size: 40px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.project2video h3{
    position: absolute;
    left: 8%;
    top: 77%;
    z-index: 1;
    color: white;
    font-size: 70px;
    font-family: "Arial Black", Gadget, sans-serif;
}
@media only screen and (max-width: 1200px){
.project2video p{
    position: absolute;
    left: 8%;
    top: 65%;
    z-index: 1;
    color: white;
	font-size: 3vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
	
.project2video h3{
    position: absolute;
    left: 8%;
    top: 74%;
    z-index: 1;
    color: white;
    font-size: 4.8vw;
    font-family: "Arial Black", Gadget, sans-serif;
}
}

.project3video {
	position: relative;
	max-width:950px;
	padding:0px;
	margin:auto;
}

.project3video p{
    position: absolute;
    left: 8%;
    top: 65%;
    z-index: 1;
    color: white;
	font-size: 40px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.project3video h3{
    position: absolute;
    left: 8%;
    top: 77%;
    z-index: 1;
    color: white;
    font-size: 55px;
    font-family: "Arial Black", Gadget, sans-serif;
}
@media only screen and (max-width: 1200px){
.project3video p{
    position: absolute;
    left: 8%;
    top: 65%;
    z-index: 1;
    color: white;
	font-size: 3vw;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
	
.project3video h3{
    position: absolute;
    left: 8%;
    top: 75%;
    z-index: 1;
    color: white;
    font-size: 4.2vw;
    font-family: "Arial Black", Gadget, sans-serif;
}
}

.project_content{
    padding-bottom: 40px;
    font-weight: bolder;
}
.project_content img{
	padding: 10px;
	border: solid 0.5px #555;
	box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8)
}



.project_profile{
	padding: 20px;
	margin: 0px;
    text-align: center;
    color: #578626;
    font-size: 50px;
}
.project_profile p{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

.profile{
    font-style: italic;
    font-size: 38px;
    font-weight: bolder;
}

.pb_intro{
	padding: 10px;
	
}

.pb_intro h4{
 font-size: 16px;
 text-align: center;
}

@media only screen and (max-width:576px){
.pb_intro h4{
 font-size: 13px;	
}	
}


.oshirich{
    margin: auto;
	padding: 0;
    text-align: center;
    font-size: 33px;
    color: #578626;
    font-weight: bolder;
}

@media only screen and (max-width: 576px){
	.oshirich{
    font-size: 25px;
}
}

.pb_logo img{
	text-align: center;
	margin: auto;
	padding: 10px;
}




.profile_content img{
	margin: 10px;
	border: solid 0.5px #555;
	box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8)
}

.youtube{
	padding: 20px;
	text-align: center;
}

.youtube p{
    font-weight: bold;	
}

.ytrelative{
	position: relative;
}

.youtube h3{
    color: #578626;
    position: absolute;
    font-weight: 1000;
    font-size: x-large;
    text-align: center;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-style: italic;
}

.youtube h4{
	color: #578626;
    position: absolute;
    font-size: small;
    text-align: center;
    top: 70%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.logo img{
	margin: auto;
	text-align: center;
	padding-top: 20px;
	
}

.img-box {
  position: relative;
}

.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s; 
}

.img-box:hover .active {
  opacity: 1;
}

.contactform img{
	padding: 10px;
	margine: 10px;
}

.btn_frame {
  margine: 10px;
  position: relative;
  display: inline-block;
  height: 130px;
  min-width: 120px;
  max-width: 80%;
  color: #555;
  background: #FFF;
  border: solid 3px #578626;
  box-sizing: border-box;
  border-radius: 15px;
}
.btn_frame p{
	position: absolute;
	top: 35%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-weight: bold;
    text-align: center;
    color: #578626;
}

.share{
    text-align: center;
    padding-bottom: 50px;
    font-size: xx-large;
    font-variant: normal;
    font-weight: bolder;
}

.share img{
}

.footerback{
    background-color: #578626;	
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#000;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fff;
	text-align:left;
}

@media screen and (max-width:768px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

.required{
    background-color: #FD0105;
    color: #FFFFFF;
    border-radius: 3px;
}
.checkbox{
	margin: auto;
	text-align: center;
}

p.infobox {
	padding: 5px;
    height: 12em;
    overflow: scroll;
    border: red 1px dashed;
    font-size: small;
    background-color: #E8E8E8;
}

.thanks{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 30px;
}


.footer{
	padding: 20px;
	maegine:auto;
}

.footer h3{
    padding: 20px;
    color: #FFFFFF;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 900;
    font-size: 45px;
    font-style: italic;
}
.footer ul{
	list-style: none;
    padding: 0px;
	margin: auto;
}

.footer li{
	display: inline-block;
    color: #FFFFFF;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 15px;
	
}

.footer p{
    color: #FFFFFF;
    font-size: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;	
}