@charset "UTF-8";
/* 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 top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
	padding: 0 1.0rem 3.0rem 1.0rem;
}
@media only screen and (max-width: 40.062em){
	.parallax_content{
  min-height: 60vh;
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
	padding: 1.0rem 1.0rem 2.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/para_bg-01.jpg")
}

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

.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 2.0rem auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #434343;
    border-radius: 5px;
    background-color: #fff;
    color: #434343;
    font-size: 1em;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #434343;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.topsection01 {
	margin-top:0;
	margin-bottom:0;
	padding: 3.0rem;
	text-align: left;
	background-image: url("img/topsection01-bg.jpg");
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	min-height: 40vh;
}

.topsection01 .title01{
  font-size: 2.5rem;
	font-weight: bold;
	color: #252525;
  line-height: 1;
}

.topsection02 {
	margin-top:2.0rem;
	margin-bottom:0;
	padding: 2.0rem;
	text-align: left;
	width:100%;
}
