@charset "utf-8";

.content1460 {
	max-width: 1460px;
	width: calc(100% - 40px);
	margin: 0 auto;
}


.mv {
	position: relative;
}

.mv h1 {
	position: absolute;
	top: 2rem;
	left: 2rem;
	overflow: hidden;
}

.mv h1 span {
	transition: 1.2s ease-in-out .3s;
	transform-origin: left;
	display: block;
	transform: translate3d(0, 100%, 0) skewY(0);
	-webkit-transform: translate3d(0, 100%, 0) skewY(0);
}

.mv h1.is-view span {
	transform: translate3d(0, 0, 0) skewY(0);
}

.mv h2 {
	color: #fff;
	font-size: 7rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 95%;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.mv p {
	padding: 0 1rem;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 70%;
}


.box {
	background: url(../images/common/bg.jpg) repeat-y center center / 100% auto;
	color: #fff;
	overflow: hidden;
	padding: 19% 0 2%;
}

.box .info1 {
	position: relative;
	margin-bottom: 10rem;
	font-size: 1.8rem;
}

.box .info1 .txt {
	width: 47%;
}

.box .info1 h3 {
	font-size: 4rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 4rem;
}

.box .info1 .txt>p {
	margin-bottom: 4rem;
}


.box .info1 ul li {
	margin-bottom: 1rem;
	justify-content: flex-start;
}

.box .info1 ul li:last-of-type {
	margin-bottom: 0;
}

.box .info1 ul li span:nth-child(1) {
	width: 190px;
}

.box .info1 ul li span:nth-child(2) {
	position: relative;
	width: calc(100% - 190px);
	padding-left: 5rem;
}

.box .info1 ul li span:nth-child(2)::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.box .info1>figure {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: -8%;
	width: 61%;
	z-index: 1;
}

.box .info2 {
	background: #F2EEDC;
	color: #084464;
	padding: 6rem;
	font-size: 1.8rem;
}

.box .info2>p {
	width: 40%;
	line-height: 2;
}

.box .info2 ul {
	margin-top: 4rem;
}

.box .info2 ul li {
	margin-bottom: 3rem;
}

.box .info2 ul li:last-of-type {
	margin-bottom: 0;
}

.box .info2 ul li .titPoint {
	line-height: 1;
	margin-bottom: 2rem;
	position: relative;
	font-size: 2.5rem;
}

.box .info2 ul li .titPoint::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background: #084464;
	left: -10px;
	bottom: -8px;
}

.btnContact {
	max-width: 620px;
	width: 100%;
	background: rgba(172, 172, 172, 0.2);
	margin: 8rem auto 0;
	text-align: center;
	font-size: 2rem;
}

.btnContact a {
	padding: 3rem 2rem;
	display: block;
}

.btnContact a:hover {
	background: #606060;
}


#box2 {
	padding-bottom: 6%;
}

.titH3 {
	text-align: center;
	font-size: 4rem;
	position: relative;
	margin-bottom: 10rem;
	line-height: 1;
}

.titH3:after {
	content: '';
	width: 150px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#box3 {
	padding: 6% 0 2%;
}

#box3 .list li {
	width: 30%;
	margin: 0 5% 5% 0;
	position: relative;
}

#box3 .list li::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 50%;
	right: -10px;
	top: 0;
	background: #084464;
}

#box3 .list li:nth-of-type(3n) {
	margin-right: 0;
}

#box3 .list li:nth-of-type(3n)::after {
	display: none;
}

#box3 .list .stepTit {
	text-align: right;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #084464;
	line-height: 1;
}

#box3 .list .stepDesc {
	margin-top: 2rem;
}

#box4 .list li {
	width: 24%;
	margin: 0 2.5% 2.5% 0;
	position: relative;
}


#box4 .list li:nth-of-type(3n) {
	margin-right: 0;
}

#box4 .list li:nth-of-type(2) {
	width: 47%;
}

#box4 .list .stepTit {
	font-size: 3rem;
	font-weight: bold;
	margin: 2rem 0;
	color: #084464;
	line-height: 1;
}

#box4 .list .stepDesc {}


/* MEDIA */

@media (max-width: 1600px) {
	h1 img {
		width: 320px;
	}

	.mv h2 {
		font-size: 6rem;
	}
}


@media (max-width: 1300px) and (min-width: 768px) {


	h1 img {
		width: 300px;
	}

	.mv h2 {
		margin-bottom: 8%;
		font-size: 5vw;
	}

	.mv p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.box .info1 h3 {
		font-size: 3rem;
	}

	.titH3 {
		font-size: 3rem;
	}
}


@media (max-width: 1100px) and (min-width: 768px) {
	.box .info2 > p {
		width: 100%;
	}
}


@media (max-width: 767px) {
	.mv h1 {
		width: 70%;
		z-index: 99;
	}

	.mv h2 {
		font-size: min(7rem, 8vw);
	}

	.mv p {
		font-size: 1.4rem;
		line-height: 1.6;
	}


	.box {
		padding: 6% 0;
	}

	.box .info1 {
		font-size: 1.6rem;
		margin-bottom: 4rem;
	}

	.box .info1 .txt {
		width: 100%;
	}

	.box .info1 h3 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}

	.box .info1 .txt>p {
		margin-bottom: 2rem;
	}

	.box .info1>figure {
		margin-top: 4rem;
		position: static;
		width: 100%;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	
	.box .info1>figure {
		margin-top: 3rem;
	}

	.box .info1>figure img {
		width: 100%;
	}

	.box .info1 ul li span:nth-child(1) {
		width: 170px;
	}

	.box .info1 ul li span:nth-child(2) {
		width: calc(100% - 170px);
		padding-left: 3rem;
	}

	.box .info1 ul li span:nth-child(2)::before {
		top: 10px;
		transform: translateY(0); 
		-webkit-transform: translateY(0);
	}

	.box .info2 {
		font-size: 1.6rem;
		padding: 2rem;
	}

	.box .info2>p {
		width: 100%;
	}

	.box .info2 ul {
		margin-top: 2rem;
	}

	.box .info2 ul li {
		margin-bottom: 2rem;
	}

	.box .info2 ul li .titPoint {
		font-size: 2rem;
	}

	.box .info2 ul li .titPoint::after {
		left: -5px;
	}

	.btnContact {
		font-size: 1.6rem;
		margin: 4rem auto 0;
		max-width: unset;
	}

	.btnContact a {
		padding: 2rem 1rem;
	}

	.titH3 {
		font-size: 2.6rem;
		margin-bottom: 6rem;
	}

	.titH3::after {
		bottom: -10px;
		width: 100px;
	}

	#box1 .info1 ul li span:nth-child(1) {
		width: 135px;
	}

	#box1 .info1 ul li span:nth-child(2) {
		width: calc(100% - 135px);
	}

	#box3 {
		padding: 6rem 0;
		margin-bottom: 4rem;
	}

	#box3 .list li {
		width: 100%;
		margin: 0 0 4rem !important;
	}

	#box3 .list li:last-of-type {
		margin-bottom: 0 !important;
	}

	#box3 .list .stepTit {
		font-size: 2.2rem;
		margin-bottom: 1rem;
		text-align: left;
	}

	#box3 .list li figure img {
		width: 100% !important;
	}

	#box3 .list li::after {
		display: none;
	}

	#box4 {
		padding: 0 0 6rem;
	}

	#box4 .list li {
		width: 100% !important;
		margin: 0 0 4rem !important;
	}

	#box4 .list li:last-of-type {
		margin-bottom: 0 !important;
	}

	#box4 .list .stepTit {
		font-size: 2.2rem;
		margin: 1rem 0;
	}

	#box4 .list li figure img {
		width: 100%;
	}


}