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

　ローカルマニフェスト のスタイル

////////////////////////////////////////////////// */
.manifesto #header {
  background: none;
}
.manifesto #header a {
  color: #fff;
}
.manifesto #header .logo a {
  position: absolute;
  top: 20px;
  left: 70px;
  width: 110px;
  height: 207px;
  background-image: url("../img/common/logo_header_top_w.png");
}
.manifesto #header .buttons .contact {
  background-image: url("../img/common/mrk_contact_w.png");
}
.manifesto #header .gnavi .zukan a {
  background-image: url("../img/common/ico_zukan_w.png");
}
.manifesto #header .gnavi .special a {
  background-image: url("../img/common/ico_special_w.png");
}
.manifesto #header .gnavi .about a {
  background-image: url("../img/common/ico_about_w.png");
}
.manifesto #header .gnavi .map a {
  background-image: url("../img/common/ico_map_w.png");
}

.manifesto #header.fix {
  background: #fff;
}
.manifesto #header.fix a {
  color: #000;
}
.manifesto #header.fix .logo a {
  width: 200px;
  height: 70px;
  background-image: url("../img/common/logo_header.png");
}
.manifesto #header.fix .buttons .contact {
  background-image: url("../img/common/mrk_contact.png");
}
.manifesto #header.fix .gnavi .zukan a {
  background-image: url("../img/common/ico_zukan.png");
}
.manifesto #header.fix .gnavi .special a {
  background-image: url("../img/common/ico_special.png");
}
.manifesto #header.fix .gnavi .about a {
  background-image: url("../img/common/ico_about.png");
}
.manifesto #header.fix .gnavi .map a {
  background-image: url("../img/common/ico_map.png");
}
.manifesto #header.fix #btn_menu span {
  background: #000;
}
.manifesto #header #btn_menu span {
  background: #fff;
}
.manifesto #header #btn_menu.active span {
  background: #000;
}
@media screen and (max-width: 1200px) {
  .manifesto #header a {
    color: #000;
  }
  .manifesto #header .logo a {
    position: static;
    width: 140px;
    height: 50px;
    background-image: url("../img/common/logo_header_w.png");
  }
  .manifesto #header .gnavi .zukan a {
    background-image: url("../img/common/ico_zukan.png");
  }
  .manifesto #header .gnavi .special a {
    background-image: url("../img/common/ico_special.png");
  }
  .manifesto #header .gnavi .about a {
    background-image: url("../img/common/ico_about.png");
  }
  .manifesto #header .gnavi .map a {
    background-image: url("../img/common/ico_map.png");
  }
  .manifesto #header.fix .logo a {
    width: 140px;
    height: 50px;
  }
}
.manifesto #contents {
  background: #fff;
  margin-top: 0;
  padding-top: 20px;
}
.manifesto #contents_menu {
  background: #fff;
  margin-top: 0;
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  .manifesto #contents_menu {
    padding-top: 90px;
  }
}
.manifesto .mainimg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  animation: fadeIn 2s;
}
.manifesto .mainimg *[class|="slide"] {
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.manifesto .mainimg .slide-01 {
  background-image: url("../img/manifesto/mainimg01.jpg");
}
.manifesto .mainimg .slide-02 {
  background-image: url("../img/manifesto/mainimg02.jpg");
}
.manifesto .mainimg .slide-03 {
  background-image: url("../img/manifesto/mainimg03.jpg");
}
.manifesto .top_copy {
  position: relative;
  color: #fff;
  text-align: center;
}
.manifesto .top_copy .content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  padding: 150px 20px;
  min-height: 100vh;
  text-align: left;
}

.manifesto .top_copy h2 .en {
  font-size: 1.3333em;
  letter-spacing: 0.15em;
}

.manifesto .top_copy h2 .ja {
  position: relative;
  display: inline-block;
  margin: 25px 0 35px;
  padding: 15px 20px;
  border: 2px solid #fff;
  font-size: 2.8em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all .4s;
  transition-delay: .8s;
}
.manifesto .top_copy h2 .ja::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #fff;
  content: "";
  transition: all .4s;
  transition-delay: 1.6s;
}
.manifesto .top_copy h2.view .ja {
  transform: scaleX(1);
}
.manifesto .top_copy h2.view .ja::after {
  width: 0;
}

.manifesto .top_copy h2 .ja br.pc_none{
	display: none;
}

.manifesto .top_copy p {
  font-size: 1.2em;
  line-height: 2.3;
}
.manifesto .top_copy .inview {
  transform: translateX(-30px);
  transition: all 1.4s;
  transition-delay: .8s;
}
.manifesto .top_copy .inview.view {
  transform: none;
}
.manifesto .top_copy .next {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8889em;
}
.manifesto .top_copy .next::after {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 40px;
  content: "";
  background: #fff;
  animation: scroll 1.8s infinite;
  transform-origin: top;
}
.manifesto .top_copy .social {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.manifesto .top_copy .social li {
  text-align: center;
}
.manifesto .top_copy .social li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .manifesto .top_copy .social {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .manifesto .top_copy h2 .en {
    font-size: 1.1111em;
  }
  .manifesto .top_copy h2 .ja {
    margin: 20px 0 25px;
    padding: 10px;
    font-size: 2.1em;
  }
  .manifesto .top_copy p {
    font-size: 1.1111em;
  }
}
@media screen and (max-width: 560px) {
  .manifesto .top_copy {
    font-size: 90%;
  }
}
.manifesto .manifesto_about {
  margin-top: 140px;
}
.manifesto .manifesto_about h3 {
  margin-right: 130px;
  padding-top: 10px;
  transform: translateY(-30px);
  transition: all 1.0s;
  transition-delay: .2s;
}
.manifesto .manifesto_about h3.view {
  transform: none;
}
.manifesto .manifesto_about p {
  font-size: 1.2em;
  line-height: 2.1;
  transform: translateX(-30px);
  transition: all 1.0s;
  transition-delay: .4s;
}
.manifesto .manifesto_about p.view {
  transform: none;
}
.manifesto .manifesto_about .book {
  width: 100%;
  margin: 50px 0 -250px;
  transform: translateY(60px);
  transition: all 2.4s;
  transition-delay: .4s;
}
.manifesto .manifesto_about .book.view {
  transform: none;
}
@media screen and (max-width: 960px) {
  .manifesto .manifesto_about {
    margin-top: 60px;
  }
  .manifesto .manifesto_about h3 {
    width: 120px;
    margin-right: 60px;
  }
  .manifesto .manifesto_about p {
    width: calc(100% - 180px);
  }
  .manifesto .manifesto_about .book {
    margin: 40px 0 -150px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .manifesto .manifesto_about {
    font-size: 85%;
  }
  .manifesto .manifesto_about h3 {
    width: 70px;
    margin-right: 30px;
  }
  .manifesto .manifesto_about p {
    width: calc(100% - 120px);
  }
  .manifesto .manifesto_about .book {
    margin: 30px 0 -100px;
  }
  
  .manifesto .top_copy h2 .ja{
	width: 100%;	    
  }
  
  .manifesto .top_copy h2 .ja br.pc_none{
	display: block;
	}
  
}
.manifesto .manifesto_index {
  background: #FAFAFA;
  padding: 240px 0 150px;
}
.manifesto .manifesto_index h3 {
  color: #606060;
  letter-spacing: 0.05em;
}
.manifesto .manifesto_index li {
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.manifesto .manifesto_index li a {
  position: relative;
  display: flex;
  align-items: center;
}
.manifesto .manifesto_index li a:hover {
  text-decoration: none;
}
.manifesto .manifesto_index li a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  content: "";
  background: url("../img/manifesto/anchorlink.png") no-repeat center;
  background-size: 16px;
  transform: translateY(-50%);
  border: 2px solid #A4D5B6;
  border-radius: 50%;
}
.manifesto .manifesto_index li a::after {
  flex-grow: 10;
  content: "";
  margin: 0 55px 0 40px;
  height: 2px;
  background: #A4D5B6;
}
.manifesto .manifesto_index li .num {
  padding-right: 0.7em;
  color: #72B27A;
  font-size: 1.3333em;
}
.manifesto .manifesto_index li .label {
  font-size: 1.1111em;
}
@media screen and (max-width: 960px) {
  .manifesto .manifesto_index {
    padding: 180px 0 100px;
  }
}
@media screen and (max-width: 560px) {
  .manifesto .manifesto_index {
    padding: 120px 0 80px;
    font-size: 90%;
  }
  .manifesto .manifesto_index li a::before {
    width: 19px;
    height: 19px;
    background-size: 10px;
  }
  .manifesto .manifesto_index li a::after {
    margin: 0 30px 0 10px;
  }
  
  .manifesto .manifesto_index li .label {
  font-size: 1em;
}
  
}
.manifesto .manifesto_content {
  margin-top: -30px;
  margin-bottom: 160px;
}
.manifesto .manifesto_content h3 {
  text-align: right;
  transform: translateY(-30px);
  transition: all 1.0s;
  transition-delay: .1s;
}
.manifesto .manifesto_content h3.view {
  transform: none;
}
.manifesto .manifesto_content h3 .sp {
  display: none;
}
.manifesto .manifesto_content ol {
  margin: 20px -70px 40px;
  align-content: flex-start;
}
.manifesto .manifesto_content ol li {
  position: relative;
  width: calc(50% - 140px);
  margin: 60px 70px 0;
  padding: 60px 60px 100px 0;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: translateY(30px);
  transition: all 1.0s;
  transition-delay: .1s;
}
.manifesto .manifesto_content ol li.view {
  transform: none;
}
.manifesto .manifesto_content ol li:nth-child(odd) {
  top: -180px;
}
.manifesto .manifesto_content ol li::before {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #707070;
  border-left: 2px solid #707070;
  content: "";
}
.manifesto .manifesto_content ol li::after {
  position: absolute;
  top: -38px;
  right: -37px;
  width: 72px;
  height: 72px;
  transform: rotate(45deg);
  border-bottom: 2px solid #707070;
  background: #fff;
  content: "";
}
.manifesto .manifesto_content ol li .num {
  padding-right: 3em;
  color: #72B27A;
  font-size: 1.3333em;
}
.manifesto .manifesto_content ol li h4 {
  margin: 0.7em 0;
  font-size: 1.3333em;
  line-height: 1.7;
}
.manifesto .manifesto_content ol li .text {
  font-size: 0.8999em;
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  .manifesto .manifesto_content {
    margin-top: -20px;
  }
  .manifesto .manifesto_content ol {
    margin: 10px -30px 40px;
  }
  .manifesto .manifesto_content ol li {
    width: calc(50% - 60px);
    margin: 50px 30px 0;
    padding: 30px 30px 50px 0;
  }
  .manifesto .manifesto_content ol li:nth-child(odd) {
    top: -160px;
  }
}
@media screen and (max-width: 560px) {
  .manifesto .manifesto_content h3 {
    text-align: left;
  }
  .manifesto .manifesto_content h3 .pc {
    display: none;
  }
  .manifesto .manifesto_content h3 .sp {
    display: inline-block;
  }
  .manifesto .manifesto_content ol {
    flex-direction: column;
    margin: -140px 20px 40px 90px;
  }
  .manifesto .manifesto_content ol li {
    width: 100%;
    margin: 30px 0 0;
    padding: 20px 20px 40px 0;
  }
  .manifesto .manifesto_content ol li:nth-child(odd) {
    top: 0;
  }
  .manifesto .manifesto_content ol li::before {
    top: 9px;
    right: 9px;
    width: 20px;
    height: 20px;
  }
  .manifesto .manifesto_content ol li::after {
    top: -22px;
    right: -21px;
    width: 40px;
    height: 40px;
  }
}





.manifesto .manifesto_memberlist {
  background: #FAFAFA;
  padding: 0 0 60px;
  position: relative;
}

.manifesto .manifesto_memberlist .manifesto_member-catch{
	position: relative;
	display: block;
	width: 100%;
	padding-top:60px;
}


.manifesto .manifesto_memberlist h3 {
  color: #606060;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  top:-30px;
}

.manifesto .manifesto_memberlist li {
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.manifesto .manifesto_memberlist li:before {
  content: "•";
  padding-right: 10px;
  color: #72b27a;
}


@media screen and (max-width: 960px) {
  .manifesto .manifesto_memberlist {
    padding: 180px 0 100px;
  }
}
@media screen and (max-width: 560px) {
  .manifesto .manifesto_memberlist {
    padding: 0 0 80px;
    font-size: 90%;
  }
  
  
  .manifesto .manifesto_memberlist ul{
	width: 88%;	  
  }
  
   .manifesto .manifesto_memberlist ul li{
	   font-size: 86%;
	   padding-left: 1.2em;
	   text-indent: -1.2em;
}
  
  .manifesto .manifesto_memberlist li a::before {
    width: 19px;
    height: 19px;
    background-size: 10px;
  }
  .manifesto .manifesto_memberlist li a::after {
    margin: 0 30px 0 10px;
  }
  
  .manifesto .manifesto_memberlist li .label {
  font-size: 1em;
}
}




.manifesto .go_about {
  display: flex;
  justify-content: center;
  display: flex;
  padding:60px 0;
  align-items: center;
  color: #606060;
  font-size: 1.1111em;
  text-decoration: none;
  transition: all .3s;
}
.manifesto .go_about.right {
  justify-content: flex-end;
}
.manifesto .go_about.center {
  justify-content: center;
}
.manifesto .go_about::after {
  margin-left: 0.6em;
  content: "";
  width: 72px;
  height: 7px;
  background: url("../img/common/arrow_more.png") no-repeat center;
  background-size: 100%;
}
.manifesto .go_about:hover {
  opacity: .5;
}
@media screen and (max-width: 560px) {
  .manifesto .go_about::after {
    width: 54px;
    height: 6px;
  }
}

@keyframes fadeIn {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  10% {
    transform: scale(0);
  }
  90% {
    transform: scale(1);
  }
}
