/*
  Theme Name: スコアボードシステムLP
  Theme URI: http://
  Description: 
  Version: 1.0.0

*/

html{
	scroll-behavior: smooth;
}
body {
	box-sizing: border-box;
	font-family: "Noto Sans JP", serif;
	padding: 0;
	margin: 0;
}
div {
	box-sizing: border-box;
}
section {
	background: url("img/bg_image.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	position: relative;
}
.left {
	position: fixed;
	left: 1%;
	bottom: 5%;
}
.left img {
	width: 25vw;
	position: relative;
	top: 0;
	left: 0;
	box-shadow: none !important;
}
.left h1 {
	font-family: "Be Vietnam Pro", serif;
	font-style: italic;
	font-size: 5.5vw;
	line-height: 1;
	position: absolute;
	top: -5%;
	left: 20%;
	margin: 0;
	color: #fff;
}
.right {
	position: fixed;
	right: 3%;
	top: 20%;
	width: 24%;
	padding-left: 1rem;
	color: #fff;
	text-align: center;
}
.right .title {
	font-size: 1.7rem;
	font-weight: bold;
}
.right .title span {
	font-size: 1.1rem;
	display: block;
	margin: 1rem 0;
	font-weight: 500;
}
.btn {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	width: 220px;
	margin: 2rem auto;
	background: #FF6D00;
	border-radius: 25px;
	text-align: center;
	padding: 12px;
	font-weight: bold;
}
.btn img {
	position: absolute;
	left: 10%;
	width: 27px;
}
img:not(.cont01 img, .left img, .btn img) {
	max-width: 100%;
	display: block;
	margin: 3rem auto;
	box-shadow: 4px 3px 10px #b6b6b6;
	height:auto;
}
p {
	font-weight: 500;
	margin: 3rem 0 4rem;
}
h2 {
	font-size: 2rem;
	margin-top: 0;
}
.wrap {
	width: 45%;
	margin: auto;
	max-width: 800px;
	min-width: 460px;
	min-height: 100vh;
	background: #ECEBE7;
	box-shadow: 2px 0px 20px 2px #888888;
}
.cont {
	width: 90%;
	margin: auto;
	text-align: center;
	padding: 4rem 0;
	position: relative;
}
.imgafter img{
	position: absolute;
    right: 0;
    bottom: -6%;
    width: 200px;
    height: 200px;
	aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
	box-shadow: none!important;
}
.feature {
	display: block;
	font-weight: 800;
	color: #FF6D00;
	font-size: 18px;
	margin: 1rem 0;
	font-family: "Be Vietnam Pro", serif;
}
.feature span {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0B347D;
	color: #fff;
	font-size: 24px;
	line-height: 2;
	margin: 0.5rem auto;
}
.cont01 {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	text-align: left;
	padding: 0;
	margin-bottom: 4rem;
}
.cont01 img {
	width: 100%;
	height: 80vh;
	object-fit: cover;
}
.cont01 .catch {
	position: relative;
	font-size: 2.7rem;
	font-weight: bold;
	padding: 2rem;
}
.cont01 .catch  span{
	color: #FF6D00;
}
#contact{
	padding-bottom:200px;
}
input,textarea{
	padding: 1rem 0.5rem;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 1rem;
    margin: 1rem auto;
}
input[type="submit"]{
	width: 210px;
    background: #0b347d;
    color: #fff;
    padding: 0.7rem;
}
@media(max-width:1100px) {
	.right {
		top: auto;
		width: 250px;
		height: auto;
		background: #fff;
		border-radius: 10px;
		color: #333;
		bottom: 2%;
		right: 2%;
		z-index: 100;
		padding:0.8rem;
		color: #003878;
		border: 2px solid;
	}
	.right p{
		margin:2rem 0 0;
		line-height: 1.2;
	}

	.right .title {
		font-size: 1.3rem;
	}
	.right .title span {
		font-size: 0.9rem;
		margin: 5px auto;
	}
	.btn {
		margin: 0.7rem auto;
		width: 160px;
		padding: 8px;
		font-size: 0.9rem;
	}
	.btn img {
		left: 6%;
		top: 27%;
		width: 20px;
	}
	.cont01 .catch {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.6rem;
	}
}
@media(max-width:800px) {
	.wrap {
		width: 100% !important;
		max-width: 100% !important;
	}
	.cont{
		padding:2rem 0;
	}
	.left {
		display: none;
	}
	.right {
		width: 210px;
		height: auto;
	}
	.right .title {
		font-size: 1.1rem;
	}
	.right .title span {
		font-size: 0.7rem;
	}
	.btn {
		margin: 0.5rem auto;
		width: 130px;
		font-size: 0.8rem;
	}
	.btn img {
		top: 30%;
		width: 16px;
	}
	p{
		text-align: left;
	}
}