/* CSS Document */

/*
バックグランドの画像固定*/
.text__box h2{
  color:#000;
}
/*
バックグランドの画像固定*/
.text__box{
  display:block;
  justify-content: center;
  align-items: center;
  width:100%;
  text-align:center;
  min-height:100vh;
  padding:1rem;
  background-color:rgba(0,0,0,0)
  }
.one{
  background:#00b894;
}
.two{
  background:#00cec9;
}
.three{
  background:#0984e3;
}
.four{
  background:#6c5ce7;
}



.parallax_content{
  min-height: 60vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
	padding: 2.0rem 1.0rem 1.0rem 1.0rem;
}
@media only screen and (max-width: 40.062em){
	.parallax_content{
  min-height: 70vh;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
	padding: 2.0rem 1.0rem 1.0rem 1.0rem;
}
}

.parallax_content h2 {
		color:#434343;
	margin-top:0.5rem;
	font-size:2.0rem;
	text-align:center;
}

@media only screen and (max-width: 40.062em) {
	.parallax_content h3 {
		color:#666666;
	font-size:1.6rem;
	text-align:left;
		font-weight: bold;
}
}
.parallax_content .columnContents{
	padding-left:1.0rem;
	padding-right:1.0rem;
	margin-bottom:2.0rem;
}

.parallax_content .columnContents h3{
	font-size:1.2rem!important;
	font-weight: bold;
}

@media only screen and (max-width: 40.062em) {
	.parallax_content .columnContents{
	padding-left: 0.5rem;
	padding-right:0.5rem;
	margin-bottom:1.5rem;
}

.parallax_content .columnContents h3{
	font-size:0.9rem!important;
	font-weight: bold;
}
}
.parallax_content.background-1 {
  background-image:url("img/bg-para012.png")
}

@media only screen and (max-width: 40.062em){
	.parallax_content.background-1 {
  background-image:url("img/bg-para012s.png")
}
}

.parallax_content.background-2 {
  background-image:url("img/bg-para02.jpg")
	 
}
.parallax_content.background-3 {
  background-image:url("img/para_bg-03.jpg")
	 
}