#st_wrap {
    width: 100%;
	margin:0 auto 2%;
    padding: 0;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

#st_wrap img {
    width: 100%;
    vertical-align: bottom;
}

#st_wrap h1 {
    font-size: 17px;
    font-weight: 500;
    margin: 3% auto 1%;
    color: #000;
}

#st_wrap h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.036em;
    text-align: center;
    margin: 1% auto 5%;
}

#st_wrap h2 span {
    padding: 0 0 2%;
    border-bottom: solid 2px #75B6BE;
}

#st_wrap p {
    text-align: center;
    font-size: 13px;
    line-height: 1.6em;
    margin: 1% auto 3%;
    color: #000;
    font-weight: 600;
}

.wrap_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.info_box {
    width: 100%;
    margin: 2% auto;
    padding: 0;
    position: relative;
}

.lead {
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    line-height: 1.8em;
    margin: 1% auto 2%;
}

.blue {
    font-weight: 600;
    color: #46919A;
}

.red {
    color: #fff;
    background-color: #46919A;
    padding: 0 5px;
    font-size: 80%;
}

.t_p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 1% auto;
}

ul {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
.visual {
    width: 100%;
    margin: 0 auto 3%;
}

.box_thumb {
	width: 100%;
	margin: 3% auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.thumb{
    width: 30.3%;
    margin: 3% 1.5%;
}

.thumb figure {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.item {
    width: 40%;
    position: absolute;
    bottom: -15%;
    right: -10%;
    z-index: 5;
}

.sp {
	display: none;
}
.clear {
	clear: both;
}

   /* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 14px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
    width: 40%;
	padding: 1% 2%;
    margin: 2% auto;
    line-height: 1.8em;
	background-color: #75B6BE;
    border-radius: 5px;
}

a.Btn-1 {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 750px) {

    #st_wrap h1 {
        font-size: 15px;
        margin: 6% auto 3%;
    }
    
    #st_wrap h2 {
        font-size: 12px;
    }
    
    
    #st_wrap p {
        font-size: 11px;
        line-height: 1.6em;
        margin: 3% auto;
        text-align: left;
    }
    
    
    .lead {
        font-size: 14px;
        margin: 1% auto 2%;
    }
    
    .t_p {
        font-size: 12px;
    }
    
    .info_box {
        width: 90%;
        margin: 5% auto;
    }
    
    .info_box p {
        text-align: left;
    }
    
    .info_box p br {
        display: none;
    }
    
    .ttl {
        width: 60%;
        margin: 1% auto;
    }
    
    .box_thumb {
        width: 96%;
        margin: 3% auto;
    }
    
    .thumb {
        width: 48%;
        margin: 3% 1%;
    }
    
    .item {
        bottom: 95%;
        right: -5%;
    }
    
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
    .Btn-1 {
        width: 60%;
        font-size: 12px;
        padding: 2% 0;
        margin: 5% auto 10%;
    }    
    	
}
    
.img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 6;
    overflow: hidden;
    z-index: 1;
}

.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    animation: anime 10s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.img1:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.img1:nth-of-type(4) {
  -webkit-animation-delay: 30s;
  animation-delay: 15s;
}

/* ふわっとアニメーション */
@keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes anime {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
        z-index: 10;
    }
    100% {
        opacity: 0;
    }
}
