.wordwrap {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.top_alpaca_pane{
	/* height:calc(100vh - 70px); */
	height: 500px;
	background-color:transparent;
	overflow:hidden;
	position: relative;
	margin-top : 70px;
	padding: 0;
}

.top_alpaca_pane .bg{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height: calc(100% + 120px);
	/* height:calc(100vh - 0px); */
	/*背景を固定したいときには、最後にfixedをつける*/
	/* background: url(img/pic/chicago.jpg) no-repeat center center;
	background-size: cover; */
	overflow:hidden;
}

.top_alpaca_pane .bg img{
	position:absolute;
	top:-10px;
	left:-10px;
	width:auto;
	height:calc(100vh + 20px);
}

.top_alpaca_pane .pane{
	position:relative;
	height: fit-content;
	width: 40%;
	margin-left: 10%;
	margin-right: auto;
	z-index:200;
}

.top_alpaca_pane .home-inner {
	margin-top:20px;
}

.top_alpaca_pane .home-inner h1{
	color:#000;
	font-weight:bold;
	font-size: 56px;
	margin-bottom: 0;
}
.top_alpaca_pane .home-inner h1 strong{
	font-weight:700;
}

.top_alpaca_pane .home-inner h3 {
	color:#000;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}

.top_alpaca_pane .home-inner .round-button {
	margin-top: 4rem;
	user-select: none;
}


.top_alpaca_pane .home-inner .round-button a svg {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}

.top_alpaca_pane .home-inner  .round-button {
    margin: 20px 0;
}
.top_alpaca_pane .home-inner .round-button a{
    background-color: #33a8f1 ;
	border-radius: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
    padding: 20px 60px;
    display: inline-flex;
    max-width: 300px;
}

.top_alpaca_pane .home-image {
	position: absolute;
	right: 10%;
	top: 20%;
	z-index: 0;
}

.top_alpaca_pane .home-image img {
	width: 350px;
	height: auto;
}

#home.top_alpaca_pane {
	margin-top: 170px;
}

#home2.top_alpaca_pane {
	margin-bottom: 50px;
}

#home2.top_alpaca_pane {
	margin-top:0;
	height: fit-content;
}

#home2.top_alpaca_pane .pane{
	margin-left:auto;
	margin-right:10%;
}

#home2.top_alpaca_pane .home-image{
	left: 10%;
	right: 0;
	/* top: 10%; */
}

.top_alpaca_pane .logo .img {
    height: auto;
    max-width: 160px;
    width: calc(100% - 20px);
    margin: 0;
    display: inline-block;
}

#home2.top_alpaca_pane .logo .img {
	max-width: 200px;
	left: -40px;
}



/* 701以上1200以下 */
@media only screen and (min-width:701px) and (max-width: 1200px){
    #rpa2 div.grid{
        flex-basis: calc(50% - 10px);
        margin-bottom: 10px;
        flex-direction: column;
        width: 50%;
    }
}
/* 960以下 */
@media only screen and (min-width:0px) and (max-width: 960px) {
	#home.top_alpaca_pane {
		margin-top: 90px;
	}
    .top_alpaca_pane {
        height: 100%;
    }
    .top_alpaca_pane .pane {
        width: 80%;
    }
    .top_alpaca_pane .home-inner {
        margin-top: 0;
        /* margin-top: calc(20vh - 70px); */
    }
    .top_alpaca_pane .home-inner h1 {
        font-size: 32px;
        margin-bottom: 1rem;
		text-align: center;
    }
    .top_alpaca_pane .home-inner h3 {
        font-size: 16px;
    }
    .top_alpaca_pane .home-inner .round-button a{
        padding: 10px 30px;
    }
    .top_alpaca_pane .home-image {
        margin-top: 10px;
        position:relative!important;
        right: 0!important;;
        left:0!important;
        top:0;
        margin-left: auto;
        margin-right: auto;
        width: 350px;
    }
    #home2.top_alpaca_pane {
        margin-top: 50px;
    }
}

/* 960以下 */
@media only screen and (min-width:0px) and (max-width: 500px) {
    .top_alpaca_pane .home-image {
        width: 80%;
    }
}

