img{
	max-width: 100%;
}

.fs-c-heading--page {
  font-size: 28px;
  font-weight:bold;
  color:#393939;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 5em;
}
.group_comment{
  width: 95%;
  max-width: 690px;
  text-align: left;
  margin: auto;
  line-height: 1.6;
  margin-bottom:2.5em;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size:16px;
}
.group_keyvisual{
  height:600px;
}
.arrow-dropdown{
  width:30px;
  margin:auto;
}
.group_image_wrap {
  margin: auto;
  width: 100vw;
  height:600px;
  z-index:-1;
  overflow: hidden;
  position:absolute;
  left:0;
  right:0;
}
.group_image_wrap img {
  width:100%;
}
.group_image_wrap:after{
  content:'';
  width:100vw;
  height:600px;
  background: rgba(255, 255, 255, 0.5);
  position:absolute;
  left:0;
  right:0;
  top:0;
}


.group_btn_wrap{
	display:flex;
	margin: 100px auto;
	flex-wrap: wrap;
    justify-content: space-evenly;
}	





/*あとでbaseに移す*/
a.btn {
  display: inline-block;
  position: relative;
  width: 330px;
  max-width: 100%;
  font-size: 17px;
  margin: 0;
  padding: 0.5em 40px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  background-position: right center;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  text-decoration: none;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
}
a.btn:hover {
    color: #404040;
    background-position: left center;
}
a.btn:after{
  content:'';
  position:absolute;
  height:1em;
  width:1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  top: calc(50% - 0.5em);
  right: 10px;
}
a.btn-bk{
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  padding: 27px 30px;
  font-weight: bold;
  border-radius: 3px;
}
a.btn-wh{
  background-image: linear-gradient(to right, #404040 0%, #404040 50%, #fff 50%, #fff 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #404040;
  border: solid 2px #404040;
}
a.btn-wh:after{
  background-image: url(../img/index/btn_icon_b.png);
}
a.btn-wh:hover{
  color: #fff;
}
a.btn-nv{
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #111124 50%, #111124 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 100%;
  max-width:300px;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  border: solid 2px #111124;
}
a.btn-nv:after{
  background-image: url(../img/index/btn_icon_w.png);
}
a.btn-nv:hover{
  color: #111124;
}
@media(min-width: 1px) and (max-width: 767px) {
  a.btn-nv{
    font-size:14px;
  }
  a.btn-wh{
    font-size:14px;
  }
  
 .group_keyvisual {
	 height:auto;
  }
  
  .group_btn_wrap{
	display: flex;
	flex-direction: column;
	margin: 50px auto;

}




.group_comment{
  width: 80%;
  max-width: 690px;
  text-align: left;
  margin: 80px auto 20px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size:16px;
}

.group_btn_wrap a.btn-nv{
	margin:10px auto;

}
