.section01 {
    background: url("../image/service/sec01-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
    padding: 0 40px;
}

.section01 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.page-link {
    font-size: 10px;
    font-family: kozGoPro6NR;
    margin-bottom: 80px;
	text-align: left;
}

.page-link span {
    margin: 0 10px;
}

.section02{
    padding: 10px 40px 80px;
}

.section02 .c-t {
	align-items: center;
	margin-bottom: 20px;
}

.sec02-ttl {
	font-family: kozGoPro6NB;
	font-size: 28px;
	color: #648437;
	text-align: center;
	margin-bottom: 10px;
}

.sec02-cont {
	font-family: kozGoPro6NM;
	font-size: 21px;
	text-align: center;
	margin-bottom: 30px;
}

.sec02-body {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec02-item {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #254856;
	margin: 0 20px;
	text-align: center;
}

.sec02-item .c-t {
	margin-bottom: 0;
}

.sec02-item .c-title01 {
	font-size: 18px;
	line-height: 1.2;
}

.sec02-item:nth-child(2) {
	background: #648137;
}

.section03 {
	padding-bottom: 80px;
}

.sec03-wrap {
	width: calc(50% + 540px);
	height: 500px;
	color: #fff;
	padding-left: calc(50% - 540px);
	padding-right: 40px;
	background: url(../image/service/sec03-thumb.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}

.sec03-wrap .c-t {
	margin-bottom: 20px;
}

.sec03-subttl {
	font-family: kozGoPro6NB;
	font-size: 28px;
	margin-bottom: 15px;
}

.sec03-cont {
	font-family: kozGoPro6NM;
	font-size: 21px;
}

.sec03-part {
	margin-bottom: 70px;
}

.sec03-part:last-child {
	margin-bottom: 0;
}

.sec03-part-ttl {
	width: 100%;
	height: 60px;
	background: #254856;
	padding: 10px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	margin-bottom: 40px;
}

.sec03-part-ttl-left {
	font-family: kozGoPro6NM;
	font-size: 21px;
}

.sec03-part-ttl-right {
	font-family: NotoSansCJKjpM;
	font-size: 13px;
}

.sec03-part-cont {
	font-family: NotoSansCJKjpM;
	color: #254856;
	font-size: 14px;
	margin-bottom: 30px;
}

.sec03-part-body {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.sec03-item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.sec03-item:nth-child(3n) {
	margin-right: 0;
}

.sec03-item-thumb {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}

.sec03-item-thumb img {
	width: 100%;
	height: auto;
}

.sec03-item-ttl {
	font-family: NotoSansCJKjpM;
	font-size: 23px;
	color: #254856;
	text-align: center;
}

.section04 {
	padding-bottom: 80px;
}

.sec04-wrap {
	width: calc(50% + 540px);
	height: 500px;
	color: #fff;
	padding-left: calc(50% - 540px);
	padding-right: 40px;
	background: url(../image/service/sec04-thumb.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 60px;
}

.sec04-wrap .c-t {
	margin-bottom: 20px;
}

.sec04-subttl {
	font-family: kozGoPro6NB;
	font-size: 28px;
	margin-bottom: 15px;
}

.sec04-cont {
	font-family: kozGoPro6NM;
	font-size: 21px;
}

.sec04-part {
	margin-bottom: 70px;
	border: 1px solid #648137;
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #648137;
	text-align: center;
}

.sec04-part-ttl {
	font-family: NotoSansCJKjpB;
	font-size: 36px;
	margin-bottom: 20px;
}

.sec04-part-cont {
	font-family: NotoSansCJKjpM;
	font-size: 21px;
}
.sec04-part-cont-left {
	font-family: NotoSansCJKjpM;
	font-size: 21px;
	text-align: left;
}
.sec04-part-cont-left ul {
	list-style: none;
	margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
.sec04-part-cont-left ul li {
	margin-bottom: 20px;
}
.sec04-part-cont-left ul li:last-child {
	margin-bottom: 0px;
}

.sec04-img-part {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.sec04-img-part img {
	width: 350px;
	height: auto;
}

.sp {
    display: none;
}

@media(max-width: 1160px) {
	.section03 .container {
		padding: 0 40px;
	}

	.section04 .container {
		padding: 0 40px;
	}

	.sec03-wrap {
		width: calc(100% - 40px);
		padding: 0 40px;
	}

	.sec04-wrap {
		width: calc(100% - 40px);
		padding: 0 40px;
	}
	.sec04-part {
		margin-bottom: 40px;
	}
	.sec04-img-part {
		justify-content: space-between;
		gap: 0px;
	}
	.sec04-img-part img {
		width: 48%;
		height: auto;
	}
}

@media(max-width: 767px) {	
	.section02 .c-t {
		align-items: center;
		line-height: 1.2;
	}

	.section02 .c-title01 {
		font-size: 42px;
	}

	.section02 .c-title02 {
		font-size: 24px;
	}

	.sec02-ttl {
		justify-content: center;
		align-items: center;
	}

	.sec02-item {
		width: 240px;
		height: 240px;
		margin: 0 20px;
	}

	.sec02-item .c-title01 {
		font-size: 32px;
	}

	.sec02-item .c-title02 {
		font-size: 24px;
	}

	.sec03-wrap,
	.sec04-wrap {
		width: 100%;
		height: unset;
		padding: 60px 40px;
	}

	.sec03-wrap .c-t,
	.sec04-wrap .c-t {
		align-items: center;
		line-height: 1.2;
	}

	.sec03-wrap .c-title01,
	.sec04-wrap .c-title01 {
		font-size: 42px;
	}

	.sec03-wrap .c-title02,
	.sec04-wrap .c-title02 {
		font-size: 24px;
	}

	.sec03-part-body {
		justify-content: space-between;
	}

	.sec03-item {
		width: 48%;
		margin-right: 0;
	}

	.sec03-part-cont {
		font-size: 18px;
	}

    .pc {
        display: none;
    }

    .sp {
        display: flex;
    }
}

@media(max-width: 640px) {
	.sec02-item {
		width: 190px;
		height: 190px;
		margin: 0 15px;
	}

	.sec02-item .c-title01 {
		font-size: 28px;
	}

	.sec02-item .c-title02 {
		font-size: 20px;
	}

	.sec03-wrap .c-title01, .sec04-wrap .c-title01 {
		font-size: 40px;
	}

	.sec03-subttl {
		font-size: 24px;
	}

	.sec03-cont {
		font-size: 18px;
	}
}

@media(max-width: 500px) {
	.section01 {
		padding: 0 20px;
		height: 500px;
	}
	
	.section01-title01 {
		font-size: 54px;
	}
	
	.section01-title02 {
		font-size: 28px;
	}

	.section02 {
		padding: 10px 20px 80px;
	}

	.section02 .c-title01 {
		font-size: 36px;
	}

	.section02 .c-title02 {
		font-size: 20px;
	}

	.sec02-ttl {
		font-size: 24px;
	}

	.sec02-cont {
		font-size: 18px;
	}

	.sec02-item {
		width: 150px;
		height: 150px;
	}

	.sec02-item .c-title01 {
		font-size: 22px;
	}

	.sec02-item .c-title02 {
		font-size: 18px;
	}

	.sec03-wrap, .sec04-wrap {
		padding: 60px 20px;
	}

	.sec03-wrap .c-t, .sec04-wrap .c-t {
		margin-bottom: 30px;
	}

	.sec03-wrap .c-title01, .sec04-wrap .c-title01 {
		font-size: 34px;
	}

	.sec03-wrap .c-title02, .sec04-wrap .c-title02 {
		font-size: 20px;
	}

	.sec03-subttl {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.sec03-cont {
		font-size: 16px;
	}

	.section03 .container {
		padding: 0 20px;
	}

	.sec03-part-ttl {
		padding: 10px 20px;
	}

	.sec03-part-ttl-left {
		font-size: 18px;
	}

	.sec03-item-ttl {
		font-size: 20px;
	}

	.section04 .container {
		padding: 0 20px;
	}

	.sec04-part-ttl {
		font-size: 30px;
	}

	.sec04-part-cont {
		font-size: 18px;
	}
}

@media(max-width: 400px) {
	.sec02-cont {
		font-size: 16px;
	}

	.sec02-item {
		margin: 0 10px;
		width: 140px;
		height: 140px;
	}

	.sec02-item:nth-child(1) {
		margin-left: 0;
	}

	.sec02-item:nth-child(2) {
		margin-right: 0;
	}

	.sec03-wrap .c-title01, .sec04-wrap .c-title01 {
		font-size: 29px;
	}

	.sec03-part-ttl {
		padding: 10px 10px;
	}

	.sec03-part-ttl-left {
		font-size: 16px;
	}

	.sec03-part-ttl-right {
		font-size: 12px;
	}

	.sec04-part-cont {
		font-size: 16px;
	}
}
