/*-------------------------------------------
.top_main
-------------------------------------------*/
.top_main {
	background: url(../img/pe_mainv.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 135px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_main h1 {
	text-align: center;
	color: #fff;
}
.top_main h1 img {
	height: 41px;
}
.top_main h1 span {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
}

/*-------------------------------------------
.top_contents
-------------------------------------------*/
.top_contents {
	position: relative;
	margin: 0 auto;
	padding: 195px 0 0 0;
	max-width: 1200px;
}
.top_contents .bg_obj01 {
	position: absolute;
	top: 75px;
/*	top: 90px;*/
	right: -275px;
	width: 170px;
}
.top_contents .bg_obj02 {
	position: absolute;
	top: 630px; /*調整*/
/*	top: 640px; 画像余白計算*/
/*	top: 690px;*/
	left: -250px;
	width: 380px;
}
.top_contents .bg_obj03 {
	position: absolute;
	top: 2380px; /*調整*/
/*	top: 2090px; 画像余白計算*/
/*	top: 2140px;*/
	right: -330px;
	width: 380px;
}
.top_contents .bg_obj04 {
	position: absolute;
	top: 2870px; /*調整*/
/*	top: 2605px; 画像余白計算*/
/*	top: 2605px;*/
	left: -215px;
	width: 170px;
}

/* .contents_title_box */
.contents_title_box {
	text-align: center;
}
/* .contents_title01 */
.contents_title01 {
	font-family: 'Quicksand', sans-serif;
	color: #132B7E;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.4;
}
.contents_title01 span {
	display: block;
	color: #333333;
	font-size: 1.4rem;
}
.contents_title01 {
	position: relative;
	display: inline-block;
	padding: 35px 0 55px;
}
.contents_title01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50px;
	right: 0;
	width: 2px;
	height: 40px;
	margin: auto;
	background-color: #132B7E;
	transform: rotate(20deg);
}
.contents_title01::after {
	content: '';
	position: absolute;
	left: 0;
	right: 50px;
	bottom: 0;
	width: 2px;
	height: 40px;
	margin: auto;
	background-color: #132B7E;
	transform: rotate(20deg);
}

/*-------------------------------------------
.contents_about
-------------------------------------------*/
.contents_about {
	display: flex;
	margin-bottom: 250px;
}
/* .contents_title_box */
.contents_about .contents_title_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
}
/* .contents_detail_box01 */
.contents_about .contents_detail_box01 {
	width: 600px;
}
.contents_about .contents_detail_box01 .lead {
	margin-bottom: 58px;
	font-size: 2.8rem;
	color: #132B7E;
	font-weight: 600;
	line-height: 1.6;
}
.contents_about .contents_detail_box01 .txt01 {
	font-size: 1.6rem;
	margin-bottom: 25px;
}
.contents_about .contents_detail_box01 .about_list {
	margin-bottom: 25px;
}
.contents_about .contents_detail_box01 .about_list li {
	background: url(../img/pe_icon_check.svg) left top no-repeat;
	background-size: 27px;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 1px 8px 12px 35px;
}

/*-------------------------------------------
.contents_wwcd
-------------------------------------------*/
.contents_wwcd {
	margin-bottom: 255px;
}
.contents_wwcd .contents_title_box {
	margin-left: 600px;
	width: 600px;
}
.contents_wwcd .detail_box {
	position: relative;
	width: 600px;
}

/* 共通 */
.contents_wwcd h3{
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
	color: #132B7E;
	font-size: 2.2rem;
}
.contents_wwcd h3:after{
	position: absolute;
	content: "";
	border: solid 1px #132B7E;
	width: 30px;
	bottom: 0;
	left: 0;
}
.contents_wwcd .txt01{
	font-size: 1.6rem;
}

/* wwcd01 */
.contents_wwcd .detail_box.wwcd01 {
	padding: 0 50px 0 250px;
	margin-right: 600px;
	box-sizing: border-box;
}
.contents_wwcd .detail_box.wwcd01 .img {
	position: absolute;
	bottom: 0;
	left: -125px;
	width: 324px;
}
.contents_wwcd .detail_box.wwcd01 .num {
	margin-bottom: 28px;
	width: 104px;
}

/* wwcd02 */
.contents_wwcd .detail_box.wwcd02 {
	padding: 0 250px 0 50px;
	margin-top: -170px;
	margin-left: 600px;
	box-sizing: border-box;
}
.contents_wwcd .detail_box.wwcd02 .img {
	position: absolute;
	bottom: 0;
	right: -95px;
	width: 294px;
}
.contents_wwcd .detail_box.wwcd02 .num {
	margin-bottom: 28px;
	width: 130px;
}

/* wwcd03 */
.contents_wwcd .detail_box.wwcd03 {
	margin-top: -130px;
	margin-right: 600px;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
}
.contents_wwcd .detail_box.wwcd03 .img {
	margin-bottom: 43px;
	margin-left: 87px;
	width: 325px;
}
.contents_wwcd .detail_box.wwcd03 .num {
	margin-left: 368px;
	margin-bottom: -59px;
	width: 127px;
}

/*-------------------------------------------
.contents_service
-------------------------------------------*/
.contents_service {
	margin-bottom: 300px;
}
.contents_service .contents_title_box {
	margin-bottom: 90px;
}

/* .service_list */
.contents_service .service_list {
}
.contents_service .service_list li {
	background: #fff;
	margin-bottom: 77px;
	display: flex;
	width: 1200px;
	height: 220px;
	box-sizing: border-box;
	border-radius: 110px;
	box-shadow: 0 0 25px 5px rgba(19, 43, 126, 0.2);
}
.contents_service .service_list li:last-child {
	margin-bottom: 0;
}
/* .service_logo */
.contents_service .service_list li .service_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 50px;
	width: 560px;
	box-sizing: border-box;
}
.contents_service .service_list li:nth-child(1) .service_logo img {
	height: 43px;
}
.contents_service .service_list li:nth-child(2) .service_logo img {
	height: 51px;
}
.contents_service .service_list li:nth-child(3) .service_logo img {
	height: 58px;
}
/* .service_detail */
.contents_service .service_list li .service_detail {
	padding: 34px 100px 0 0;
	width: 640px;
	box-sizing: border-box;
}
.contents_service .service_list li .service_detail h3 {
	margin-bottom: 20px;
	font-size: 2.2rem;
	color: #132B7E;
	font-weight: 600;
}
.contents_service .service_list li .service_detail {
	font-size: 1.6rem;
}

/* *********************************************************************** */
@media screen and (max-width: 1240px) {
/*-------------------------------------------
.top_contents
-------------------------------------------*/
.top_contents {
	padding: 100px 20px 0;
}
.top_contents .bg_obj01 { display: none; }
.top_contents .bg_obj02 { display: none; }
.top_contents .bg_obj03 { display: none; }
.top_contents .bg_obj04 { display: none; }

/* .contents_title01 */
.contents_title01 {
	font-size: 4.0rem;
}

/*-------------------------------------------
.contents_about
-------------------------------------------*/
.contents_about {
	display: block;
	margin-bottom: 100px;
}
/* .contents_title_box */
.contents_about .contents_title_box {
	margin-bottom: 50px;
	display: block;
	width: 100%;
}
/* .contents_detail_box01 */
.contents_about .contents_detail_box01 {
	width: 100%;
}
.contents_about .contents_detail_box01 .lead {
	margin-bottom: 45px;
	font-size: 2.4rem;
}
.contents_about .contents_detail_box01 .txt01 {
	font-size: 1.6rem;
	margin-bottom: 45px;
}
.contents_about .contents_detail_box01 .about_list {
	margin-bottom: 40px;
}
.contents_about .contents_detail_box01 .about_list li {
	background: url(../img/pe_icon_check.svg) left top no-repeat;
	background-size: 27px;
	font-size: 1.8rem;
	padding: 1px 8px 12px 35px;
}

/*-------------------------------------------
.contents_wwcd
-------------------------------------------*/
.contents_wwcd {
	margin-bottom: 100px;
}
.contents_wwcd .contents_title_box {
	margin-bottom: 100px;
	margin-left: 0;
	width: 100%;
}
.contents_wwcd .detail_box {
	position: inherit;
	width: 100%;
}

/* 共通 */
.contents_wwcd h3{
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	color: #132B7E;
	font-size: 2.2rem;
}
.contents_wwcd .txt01{
	font-size: 1.6rem;
}

/* wwcd01 */
.contents_wwcd .detail_box.wwcd01 {
	padding: 0;
	margin-right: 0;
	margin-bottom: 100px;
}
.contents_wwcd .detail_box.wwcd01 .img {
	position: inherit;
	bottom: inherit;
	left: inherit;
	margin: 0 auto 24px;
	width: 262px;
}
.contents_wwcd .detail_box.wwcd01 .num {
	margin-bottom: 28px;
	width: 104px;
}

/* wwcd02 */
.contents_wwcd .detail_box.wwcd02 {
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 100px;
}
.contents_wwcd .detail_box.wwcd02 .img {
	position: inherit;
	bottom: inherit;
	right: inherit;
	margin: 0 auto 23px;
	width: 238px;
}
.contents_wwcd .detail_box.wwcd02 .num {
	margin-bottom: 28px;
	width: 130px;
}

/* wwcd03 */
.contents_wwcd .detail_box.wwcd03 {
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}
.contents_wwcd .detail_box.wwcd03 .img {
	margin: 0 auto 24px;
	width: 264px;
}
.contents_wwcd .detail_box.wwcd03 .num {
	margin-left: 0;
	margin-bottom: 28px;
	width: 127px;
}

/*-------------------------------------------
.contents_service
-------------------------------------------*/
.contents_service {
	margin-bottom: 200px;
}
.contents_service .contents_title_box {
	margin-bottom: 100px;
}

/* .service_list */
.contents_service .service_list {
}
.contents_service .service_list li {
	background: #fff;
	margin-bottom: 77px;
	display: flex;
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	border-radius: 110px;
	box-shadow: 0 0 25px 5px rgba(19, 43, 126, 0.2);
}
/* .service_logo */
.contents_service .service_list li .service_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 4vw;
	width: 40%;
	box-sizing: border-box;
}
.contents_service .service_list li:nth-child(1) .service_logo img {
	height: 43px;
}
.contents_service .service_list li:nth-child(2) .service_logo img {
	height: 43px;
}
.contents_service .service_list li:nth-child(3) .service_logo img {
	height: 51px;
}
/* .service_detail */
.contents_service .service_list li .service_detail {
	padding: 34px 8vw 0 0;
	width: 60%;
	box-sizing: border-box;
}
.contents_service .service_list li .service_detail h3 {
	margin-bottom: 20px;
	font-size: 2.2rem;
}
.contents_service .service_list li .service_detail {
	font-size: 1.6rem;
}
}

/* *********************************************************************** */
@media screen and (max-width: 1024px) {
/*-------------------------------------------
.top_main
-------------------------------------------*/
.top_main {
	background: url(../img/pe_mainv_sp.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 125px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_main h1 {
	margin: 0 20px;
	text-align: center;
	color: #fff;
}
.top_main h1 img {
	height: 41px;
}
.top_main h1 span {
	font-size: 1.4rem;
	font-weight: 400;
}

/*-------------------------------------------
.contents_service
-------------------------------------------*/
.contents_service {
	margin-bottom: 200px;
}
.contents_service .contents_title_box {
	margin-bottom: 100px;
}

/* .service_list */
.contents_service .service_list {
}
.contents_service .service_list li {
	background: #fff;
	margin-bottom: 100px;
	display: block;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}
/* .service_logo */
.contents_service .service_list li .service_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0;
	width: 100%;
	height: 110px;
	border-radius: 55px;
	box-shadow: 0 0 25px 5px rgba(19, 43, 126, 0.2);
}
/* .service_detail */
.contents_service .service_list li .service_detail {
	padding: 25px 0 0 0;
	width: 100%;
}
.contents_service .service_list li .service_detail h3 {
	margin-bottom: 10px;
	font-size: 2.2rem;
}
.contents_service .service_list li .service_detail {
	font-size: 1.6rem;
}
}

/* *********************************************************************** */
@media screen and (max-width: 559px) {
}
