.dodo {
	width: 60%;
	transform: rotate(45deg);
	position: absolute;
	z-index: 0;
	top: 150px;
	right: 5%;
}
#services {
	width: 100%;
	margin: 400px auto 0px;
	position: relative;
	z-index: 1;
	
	contain: paint;
	opacity: 0;
	animation: fadein-blur 1s ease 1.0s forwards;
}
@keyframes fadein-blur {
  to {
    opacity: 1;
	  margin-top: 300px;
  }
}
@media (max-width: 992px) {
	#services {
		margin-top: 200px;
		animation: fadein-blur-pad 1s ease 1.0s forwards;
	}
	@keyframes fadein-blur-pad {
      to {
		  opacity: 1;
          margin-top: 80px;
      }
    }
}
@media (max-width: 768px) {
	#services {
	}
	.dodo {
        width: 45%;
        margin: -150px 13% 0 auto;
    }
}
@media (max-width: 580px) {
	.dodo {
        width: 45%;
        margin: -150px 7% 0 auto;
    }
	#services {
		margin-top: 80px;
		opacity: 0;
		animation: fadein-blur-sp 1s ease 1.0s forwards;
	}
	@keyframes fadein-blur-sp {
      to {
		  opacity: 1;
          margin-top: 0px;
      }
    }
}

/* --------------------------------------------------- */
#sec01 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 100px;
}
#sec01 .ttl {
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 190%;
	width: 85%;
	margin: 0 auto 50px;
}
#sec01 .inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
#sec01 .left {
	width: 35%;
	margin-left: 5%;
}
#sec01 .left p {
	line-height: 180%;
	margin-bottom: 25px;
}
#sec01 .ph {
	width: 55%;
	background: url("../images/services/ph01.jpg") no-repeat center;
	background-size: cover;
}
#sec01 ul {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec01 li {
	width: 32%;
	margin-bottom: 2%;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 140%;
	background: url("../images/maru.png") no-repeat center;
	background-size: 100% 100%;
	padding-top: 22%;
	position: relative;
}
#sec01 li:nth-child(2) {
	background-image: url("../images/maru2.png");
}
#sec01 li:nth-child(4) {
	background-image: url("../images/maru3.png");
}
#sec01 li:nth-child(6) {
	background-image: url("../images/maru4.png");
}
#sec01 li p {
	position: absolute;
	text-align: center;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sec01 li span {
	display: block;
	text-align: center;
	font-size: 9px;
}
#sec01 .block {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec01 .block dl {
	width: 49%;
	border: #444 1px solid;
	padding: 40px;
}
#sec01 .block dt {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 170%;
	margin-bottom: 20px;
}
#sec01 .block dd {
	line-height: 190%;
	font-size: .9em;
}
@media (max-width: 992px) {
	#sec01 .inner {
        width: 100%;
        display: block;
        margin-bottom: 70px;
    }
    #sec01 .left {
        width: 85%;
        margin: 0 auto;
    }
    #sec01 .ph {
        width: 100%;
		padding-top: 55%;
    }
	#sec01 ul {
		width: 88%;
	}
	#sec01 li {
		width: 49%;
	}
	#sec01 .block dl {
		padding: 30px;
	}
}
@media (max-width: 768px) {
	#sec01 li {
		font-size: 1.1em;
	}
	#sec01 .block {
        display: block;
    }
    #sec01 .block dl {
        width: 100%;
		margin-bottom: 10px;
    }
}
@media (max-width: 580px) {
	#sec01 {
        margin: 0 auto 50px;
    }
	#sec01 .ttl {
		text-align: left;
		font-size: 1.1em;
		line-height: 170%;
		margin-bottom: 30px;
	}
	#sec01 .inner {
        margin-bottom: 0px;
    }
	#sec01 ul {
		width: 80%;
		display: block;
		margin-bottom: 30px;
	}
	#sec01 li {
		width: 100%;
		padding-top: 30%;
		border-bottom: #333 2px dashed;
	}
	#sec01 li,
    #sec01 li:nth-child(2),
    #sec01 li:nth-child(4),
    #sec01 li:nth-child(6) {
		background-image: none;
    }
	#sec01 .block dl {
		padding: 25px;
	}
	#sec01 .block dt {
		margin-bottom: 15px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 120px;
}
#sec02 .block {
	margin-bottom: 60px;
}
#sec02 .block .ph {
	width: 100%;
	position: relative;
	height: 600px;
	margin-bottom: 30px;
}
#sec02 .block .ph1 {
	background: url("../images/services/ph02.jpg") no-repeat center;
	background-size: cover;
}
#sec02 .block .ph2 {
	background: url("../images/services/ph03.jpg") no-repeat center;
	background-size: cover;
}
#sec02 .block .ph3 {
	background: url("../images/services/ph04.jpg") no-repeat center;
	background-size: cover;
}
#sec02 .block .ph .ttl-style02 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sec02 .block .inner {
	max-width: 900px;
	width: 85%;
	margin: 0 auto;
}
#sec02 .block .inner p {
	margin-bottom: 40px;
}
@media (max-width: 992px) {
	#sec02 .block .ph {
        height: 450px;
    }
}
@media (max-width: 768px) {
	#sec02 {
        margin: 0 auto 60px;
    }
    #sec02 .block {
        margin-bottom: 40px;
    }
	#sec02 .block .ph {
        height: 250px;
        margin-bottom: 20px;
    }
	#sec02 .block .inner p {
		line-height: 180%;
        margin-bottom: 30px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 900px;
	width: 85%;
	margin: 0 auto 50px;
}
#sec03 .ttl-style02 {
	margin-bottom: 40px;
}
#sec03 .block {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 40px;
	border-top: #ccc 1px solid;
	padding-top: 30px;
}
#sec03 .block .ttl {
	width: 230px;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 180%;
}
#sec03 .block .ttl span {
	display: inline-block;
	font-size: 1.6em;
	font-weight: 500;
	margin-right: 10px;
}
#sec03 .block ul {
	list-style: outside disc;
}
#sec03 .block li {
	line-height: 170%;
	margin-bottom: 5px;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	#sec03 .block {
		display: block;
        margin-bottom: 20px;
        padding-top: 10px;
	}
	#sec03 .block .ttl {
		width: 100%;
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	#sec03 .block ul {
		margin-left: 20px;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */