@charset "UTF-8";


*, *::before, *::after {
	box-sizing: border-box;
}


header {
	background-image: linear-gradient(90deg, rgba(124, 124, 124, 1), rgba(0, 0, 0, 1) 50%, rgba(124, 124, 124, 1));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: white;
	margin-bottom: 100px;
	width: 100%;
	position: relative;
	top:0;
    height: 100px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
}

body {background-image: linear-gradient(90deg, rgba(243, 170, 196, 1), rgba(246, 190, 232, 1) 33%, rgba(255, 247, 216, 1) 76%, rgba(183, 187, 255, 1));
}
	

main {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto;
	font-size: 20px;
}

main h1 {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 80px
}


	

main section{
	position: relative;
	height: 400px;
	background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
}

main section p{
	position:relative;
	padding-right: 80px;
}


main section h2 {
	font-size: 30px;
	margin-bottom: 20px ;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 20px;	
}

main section h3 {
	font-size: 25px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
	padding-top: 20px;	
}

main section p {
	line-height: 1.6;
	margin-left: 40px;
}

main section:not(:first-of-type){
	margin-top: 100px;
}

main section .image {
	position: absolute;
	top: 230px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 0;
}

main section .image img{
	position: absolute;
	top: -40%;
	left: -10%;
	width: 210%;
	height: 210%;
	object-fit: cover;
}

main section .imagevr {
	position: absolute;
	top: 230px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 0;
}

main section .button1{
	position: absolute;
	top: 230px;
	width: 200px;
	height: 50px;
	overflow: hidden;
	border-radius: 5px;
	background-color: antiquewhite;
	font-size: 15px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 20px;
	z-index: 0;
}

main section .image2 {
	position: absolute;
	top: 230px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 0;
}


main section .image2 img{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height:130%;
	object-fit: cover;
	right: 0;
}



main section:nth-of-type(odd).image{
	right: 0;
}

main section:nth-of-type(even).image{
	right: 0;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
*, *::before, *::after {
	box-sizing: border-box;
}


header {
	background-image: linear-gradient(90deg, rgba(124, 124, 124, 1), rgba(0, 0, 0, 1) 50%, rgba(124, 124, 124, 1));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: white;
	margin-bottom: 100px;
	width: 100%;
	position: relative;
	top:0;
    height: 100px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
}

body {background-image: linear-gradient(90deg, rgba(243, 170, 196, 1), rgba(246, 190, 232, 1) 33%, rgba(255, 247, 216, 1) 76%, rgba(183, 187, 255, 1));
}
	

main {
	max-width: 480px;
	width: 100%;
	margin: 50px auto;
	font-size: 20px;
}

main h1 {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 80px
}


	

main section{
	position: relative;
	height: 400px;
	background-image: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
}

main section p{
	position:relative;
}


main section h2 {
	font-size: 20px;
	margin-bottom: 20px ;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 20px;	
}

main section h3 {
	font-size: 15px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 20px;
	padding-top: 20px;	
}

main section p {
	line-height: 1.6;
	margin-left: 10px;
	font-size: 15px;
	padding-right: 25px;
}
	
	ifream{margin-top: 50px;}

main section:not(:first-of-type){
	margin-top: 150px;
}

main section .image {
	position: absolute;
	top: 290px;
	width: 250px;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 0;
}

main section .image img{
	position: absolute;
	top: -20%;
	left: -10%;
	width: 210%;
	height: 210%;
	object-fit: cover;
}

main section .imagevr {
	position: absolute;
	top: 420px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 0;
}

main section .button1{
	position: absolute;
	top: 230px;
	width: 200px;
	height: 50px;
	overflow: hidden;
	border-radius: 5px;
	background-color: antiquewhite;
	font-size: 15px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 20px;
	z-index: 0;
}

main section .image2 {
	position: absolute;
	top: 400px;
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,35);
	right: 0;
}


main section .image2 img{
	position: absolute;
	top: 00px;
	left: 0;
	width: 100%;
	height:130%;
	object-fit: cover;
	right: 0;
}

main section {
		height: 500px;
	}
	
	

main section:nth-of-type(odd).image{
	right: 0;
}

main section:nth-of-type(even).image{
	right: 0;
}	
	
}
