div.main-picture {
	filter: brightness(0.4);
}
div.dev-top {
	position: absolute;
	top: 34%;
	width: 100%;
}
div.dev-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FFF;
	font-feature-settings: "pwid";
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
div.dev-top p {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #f47936;
	margin-top: 40px;
	font-feature-settings: "pwid";
	font-family: "Noto Sans JP", sans-serif;
}


@media only screen and (max-width: 1080px) {
	div.dev-top {
		top: 28%;
	}
	div.dev-top h2 {
		font-size: 3.2rem;
	}
	div.dev-top p {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 930px) {
	div.dev-top h2 {
		font-size: 3.0rem;
	}
	div.dev-top p {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 840px) {
	div.dev-top {
		top: 24%;
	}
	div.dev-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 768px) {
	div.dev-top {
		top: 30%;
	}
}
@media only screen and (max-width: 680px) {
	div.dev-top p {
		margin-top: 25px;
	}
	div.dev-top p br {
		display: block;
	}
}
@media only screen and (max-width: 620px) {
	div.dev-top h2 {
		font-size: 2.6rem;
	}
	div.dev-top p {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 560px) {
	div.dev-top h2 {
		font-size: 2.3rem;
	}
	div.dev-top p {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 520px) {
	div.dev-top h2 {
		font-size: 2.0rem;
	}
	div.dev-top p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 480px) {
	div.dev-top {
		width: 95%;
		left: 10px;
	}
	div.dev-top h2 {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 420px) {
	div.dev-top {
		top: 28%;
	}
	div.dev-top h2 {
		font-size: 1.6rem;
	}
	div.dev-top p {
		width: 90%;
		margin: 0 auto;
	}
	div.dev-top p br {
		display: none;
	}
}

.development-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.back-gray {
	max-width: 2000px;
	background-image: url(../images/development/development-back12.png);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.8);
	background-blend-mode: lighten;
}

h2.dev-title {
	font-size: 2.8rem;
	margin: 30px auto 80px auto;
	font-weight: 700;
	font-feature-settings: "pwid";
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
div.dev-back {
	width: 85%;
	margin: 10px auto 60px auto;
	position: relative;
}
div.dev-back img {
	position: absolute;
	right: 0;
	width: 60%;
}
div.dev-back ul {
	margin-left: 75px;
}
div.dev-back ul li {
	color: #000;
	font-size: 1.3rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	padding-left: 40px;
	position: relative;
}
div.dev-back ul li:before {
	background: url(../images/development/checkbox.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 100%;
	background-position: 0px 0px;
	position: absolute;
	top: -5px;
	overflow: hidden;
	left: 0px;
}
div.dev-back ul li p {
	color: rgb(0, 94, 102);
	font-size: 1.5rem;
	font-weight: 700;
	margin: 2px 0 20px 0;
}

h2.dev-title2 {
	font-size: 2.5rem;
	font-weight: 700;
	font-feature-settings: "pwid";
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 100%;
	margin: 20px 0 50px 0;
}
h2.dev-title2 p {
	font-size: 2.5rem;
	font-weight: 700;
	font-feature-settings: "pwid";
	text-align: center;
	color: rgb(0, 94, 102);
}
h2.dev-title2 p.consultation:before {
	background: url(../images/development/telephone.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-position: 0px 0px;
	position: relative;
	top: 4px;
	overflow: hidden;
	left: -10px;
}
h2.consultation {
	margin: 20px 0 0px 0;
}
p.dev-title-sub {
	text-align: center;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1080px) {
	h2.dev-title {
		font-size: 2.6rem;
	}
	h2.dev-title2 {
		font-size: 2.4rem;
	}
	h2.dev-title2 p {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 930px) {
	h2.dev-title {
		font-size: 2.4rem;
	}
	h2.dev-title2 {
		font-size: 2.2rem;
	}
	h2.dev-title2 p {
		font-size: 2.2rem;
	}
	div.dev-back {
		width: 100%;
		margin: 10px 0 60px 0;
	}
	div.dev-back ul li {
		font-size: 1.2rem;
	}
	div.dev-back img {
		width: 70%;
		top: 50px;
	}
}
@media only screen and (max-width: 800px) {
	div.dev-back img {
		top: 110px;
	}
}
@media only screen and (max-width: 680px) {
	h2.dev-title {
		font-size: 2.2rem;
		margin: 20px auto 40px auto;
	}
	h2.dev-title2 {
		font-size: 2.0rem;
	}
	h2.dev-title2 p {
		font-size: 2.0rem;
	}
	div.dev-back {
		margin: 10px 0 30px 0;
	}
	div.dev-back img {
		position: relative;
		top: 0px;
		width: 100%;
		margin-bottom: 30px;
	}
	.cp_arrows .cp_arrow {
		left: 53%!important;
	}
}
@media only screen and (max-width: 560px) {
	h2.dev-title {
		font-size: 2.0rem;
	}
	h2.dev-title2 {
		font-size: 1.8rem;
	}
	h2.dev-title2 p {
		font-size: 1.8rem;
	}
	div.dev-back ul {
		margin-left: 60px;
	}
	div.dev-back ul li:before {
		top: -7px;
	}
	div.dev-back ul li {
		font-size: 1.1rem;
	}
	div.dev-back ul li p {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 520px) {
	h2.dev-title {
		font-size: 1.8rem;
	}
	h2.dev-title2 {
		font-size: 1.6rem;
	}
	h2.dev-title2 p {
		font-size: 1.6rem;
	}
	div.dev-back ul {
		margin-left: 40px;
	}
	div.dev-back ul li {
		font-size: 1.0rem;
	}
	div.dev-back ul li p {
		font-size: 1.2rem;
	}
/*
	.cp_arrows .cp_arrow {
		left: 55%!important;
	}
*/
}
@media only screen and (max-width: 480px) {
	.development-container {
		padding-top: 30px;
	}
	h2.dev-title {
		font-size: 1.6rem;
	}
	h2.dev-title2 {
		font-size: 1.4rem;
	}
	h2.dev-title2 p {
		font-size: 1.4rem;
	}
	div.dev-back ul {
		margin-left: 30px;
	}
	div.dev-back ul li {
		padding-left: 35px;
	}
	div.dev-back ul li:before {
		width: 28px;
		height: 28px;
		top: -4px;
	}
}
@media only screen and (max-width: 440px) {
	div.dev-back ul li {
		font-size: 0.95rem;
	}
	div.dev-back ul li p {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 420px) {
	h2.dev-title {
		font-size: 1.4rem;
	}
	h2.dev-title2 {
		font-size: 1.3rem;
	}
	h2.dev-title2 p {
		font-size: 1.3rem;
	}
	div.dev-back ul {
		margin-left: 15px;
	}
}
@media only screen and (max-width: 400px) {
	div.dev-back ul li {
		font-size: 0.9rem;
	}
	div.dev-back ul li p {
		font-size: 1.2rem;
	}
}

.cp_arrows {
	position: relative;
	display: flex;
	height: 80px;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 10px;
	opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
	animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
	animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
	position: absolute;
	content: '';
	top: 0;
	width: 60px;
	height: 10px;
	background: rgb(0, 94, 102);
}
.cp_arrows .cp_arrow:before {
	left: -41px;
	transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {
	right: -7px;
	transform: rotate(-30deg);
}
@keyframes arrow-move08 {
	0% { opacity: 0; top: 10%;}
	70% { opacity: 1;}
	100% { opacity: 0;}
}


div.dev-back2 {
	width: 75%;
	margin: 10px auto 60px auto;
	position: relative;
}
div.dev-back2 dl {
	display: table;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	width: 100%;
	margin-bottom: 20px;
}
div.dev-back2 dl dt {
	display: table-cell;
	vertical-align: middle;
	color: rgb(0, 94, 102);
	font-size: 1.3rem;
	border: 2px solid rgb(0, 94, 102);
	width: 25%;
	padding: 13px 0 18px 0;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
}
div.dev-back2 dl dd {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-size: 1.2rem;
	width: 70%;
	padding-left: 20px;
	line-height: 130%;
}

@media only screen and (max-width: 930px) {
	div.dev-back2 {
		width: 85%;
	}
	div.dev-back2 dl dt {
		font-size: 1.2rem;
	}
	div.dev-back2 dl dd {
		font-size: 1.1rem;
	}
	div.dev-back2 dl dd br {
		display: none;
	}
}
@media only screen and (max-width: 680px) {
	h2.dev-title2 {
		margin: 0px 0 40px 0;
	}
	div.dev-back2 {
		margin: 10px auto 20px auto;
	}
	div.dev-back2 dl {
		display: block;
	}
	div.dev-back2 dl dt {
		display: block;
		width: 100%;
		padding: 10px 0 15px 0;
	}
	div.dev-back2 dl dd {
		display: block;
		width: 100%;
		padding-left: 5px;
		margin-top: 5px;
	}
	h2.consultation {
		margin: 0px 0 10px 0;
	}
	h2.consultation p {
		font-size: 2.0rem;;
	}
}
@media only screen and (max-width: 520px) {
	div.dev-back2 dl dd {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 480px) {
	p.dev-title-sub {
		font-size: 1.1rem;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 420px) {
	div.dev-back2 dl dt {
		font-size: 1.1rem;
	}
	div.dev-back2 dl dd {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 400px) {
	p.dev-title-sub {
		font-size: 1.0rem;
	}
}
