body {
	background-color: #F2F2F2;
}
#pagetitle2 h2 {
	background-color: #F2F2F2;
}
/* --------------------------------------------------- */
#sec01 {
	position: relative;
}
#sec01 .title {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 35px;
	text-align: center;
}
#sec01 .text {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 .text .cap-4 {
	display: block;
	margin: 20px 0 0 0;
	font-size: 11px;
	padding-left:4.4em;
	text-indent:-4.4em;
	letter-spacing: 1px;
}
#sec01 .text .kome {
	display: inline-block;
	font-size: 9px;
	letter-spacing: 0;
	margin: 0 3px;
	
}
#sec01 .ph-set {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 100px;
	padding-bottom: 7%;
}
#sec01 .ph-set .img {
	width: 20%;
}
#sec01 .ph-set .img:nth-child(2),
#sec01 .ph-set .img:nth-child(4) {
	margin: 7% 0 -7%;
}
#sec01 .ph-set .img:nth-of-type(1) img {
	transition-delay: .1s;
}
#sec01 .ph-set .img:nth-of-type(2) img {
	transition-delay: .2s;
}
#sec01 .ph-set .img:nth-of-type(3) img {
	transition-delay: .3s;
}
#sec01 .ph-set .img:nth-of-type(4) img {
	transition-delay: .4s;
}
#sec01 .ph-set .img:nth-of-type(5) img {
	transition-delay: .5s;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec01 .text {
		margin-bottom: 30px;
	}
	#sec01 .ph-set {
        margin: 0 auto 80px;
        padding-bottom: 7%;
    }
    #sec01 .title {
	font-size: 1.0em;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 35px;
	text-align: center;
}
}
/* --------------------------------------------------- */
#sec02 {
	width: 90%;
	margin: 0 auto;
}
#sec02 .ttl-style04b {
	margin: 0 auto 100px;
}
#sec02 .block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 100px;
}
#sec02 .block .ph {
	width: 45%;
	position: relative;
	padding-top: 40%;
}
#sec02 .block .ph img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec02 .block dl {
	width: 50%;
	margin-top: -10px;
}
#sec02 .block dt {
	font-size: 1.3em;
	margin-bottom: 20px;
	letter-spacing: 5px;
}
#sec02 .block dd {
}
#sec02 .cap-4 {
	margin: -50px 0 80px 0;
	font-size: 11px;
	padding-left:5em;
	text-indent:-5em;
}
@media screen and (min-width: 1700px) {
	#sec02 {
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
	#sec02 .block .ph {
        height: 450px;
    }
}
@media screen and (max-width: 680px) {
	#sec02 .ttl-style04b {
        margin: 0 auto 30px;
    }
	#sec02 .block {
		display: block;
		margin-bottom: 40px;
		position: relative;
		padding-top: 230px;
	}
	#sec02 .block .ph {
		height: 200px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#sec02 .block .ph.ph-position img {
		object-position: top;
	}
	#sec02 .block dl {
		width: 100%;
	}
	#sec02 .block dt {
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	#sec02 .cap-4 {
        margin: -10px 0 50px 0;
    }
}
/* --------------------------------------------------- */
#sec03 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#sec03 dl {
	background-color: #fff;
	width: 23%;
	aspect-ratio: 1 / 1;
	margin-bottom: 2.66%;
	margin-right: 2.66%;
	padding: 6% 2% 0;
}
#sec03 dl:nth-child(4n) {
	margin-right: 0;
}
#sec03 dl:last-child {
	padding: 4% 2% 0;
}
#sec03 dt {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
#sec03 dd {
	text-align: center;
	line-height: 160%;
}
#sec03 dd .cap {
	display: block;
	text-align: center;
	font-size: .8em;
	line-height: 150%;
	padding-top: 3px;a
}
#sec03 dd .img1 {
	display: block;
	max-width: 100px;
	width: 90%;
	margin: 0 auto;
}
#sec03 .box {
	background-color: #fff;
	width: 23%;
	aspect-ratio: 1 / 1;
	margin-bottom: 2.66%;
	margin-right: 2.66%;
	position: relative;
}
#sec03 .box:nth-child(4n) {
	margin-right: 0;
}
#sec03 .box p {
	position: absolute;
	top: 50%;
	left: 2%;
	right: 2%;
	text-align: center;
	margin-top: -20px;
	line-height: 160%;
}
#sec03 .box p strong {
	display: block;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 20px;
	letter-spacing: 4px;
	font-weight: 400;
}
#sec03 .box .btn-style01 {
	position: absolute;
	right: 4%;
	bottom: 0;
}

@media screen and (min-width: 1700px) {
	#sec03 {
		width: 80%;
	}
}
@media screen and (max-width: 1200px) {
	#sec03 dl,
	#sec03 dl:nth-child(4n) {
		width: 32%;
		margin-right: 2%;
        margin-bottom: 2%;
        padding: 6% 3%;
		aspect-ratio: auto;
	}
	#sec03 dl:nth-child(3n) {
		margin-right: 0;
	}
	#sec03 dt {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 900px) {
	#sec03 dl,
	#sec03 dl:nth-child(3n),
	#sec03 dl:nth-child(4n) {
		width: 49%;
		aspect-ratio: auto;
		height: auto;
		margin-right: 2%;
        margin-bottom: 2%;
        padding: 5% 3%;
	}
	#sec03 dl:nth-child(2n) {
		margin-right: 0;
	}
	#sec03 .box,
	#sec03 .box:nth-child(4n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#sec03 .box:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 680px) {
	#sec03 {
		justify-content: space-between;
	}
	#sec03 dl,
	#sec03 dl:nth-child(2n),
	#sec03 dl:nth-child(3n),
	#sec03 dl:nth-child(4n) {
		width: 100%;
		padding: 25px 20px 20px;
	}
	#sec03 dt,
	#sec03 dd,
	#sec03 dd .cap {
		text-align: left;
	}
	#sec03 dd .cap {
		display: inline-block;
		font-size: .9em;
		margin-left: 5px;
	}
	#sec03 dt {
        font-size: 1.1em;
    }
	#sec03 dd {
	}
	#sec03 .box,
	#sec03 .box:nth-child(3n),
	#sec03 .box:nth-child(4n) {
		width: 49%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	#sec03 .box p {
		font-size: 11px;
        margin-top: -10px;
    }
	#sec03 .box p strong {
        font-size: 1.2em;
        margin-bottom: 5px;
        letter-spacing: 2px;
    }
	#sec03 .box .btn-style01 {
        margin: 0px;
        width: 100px;
        height: 50px;
        font-size: 8px;
        letter-spacing: 2px;
		right: 10px;
		bottom: -5px;
    }
    #sec03 .box .btn-style01 .arrow {
        width: 30px;
        height: 5px;
    }
}
/* --------------------------------------------------- */
#sec04 {
	max-width: 1000px;
	width: 85%;
	margin: 0 auto 80px;
}
#sec04 p {
	margin-bottom: 30px;
}
#sec04 .logo {
	max-width: 250px;
	width: 50%;
	margin: 0 auto 30px;
	position: relative;
}
#sec04 .logo::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F2F2F2;
	mix-blend-mode: multiply;
}
@media screen and (min-width: 1700px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec04 {
        margin: 0 auto 20px;
    }
}
/* --------------------------------------------------- */
#sec05 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 20px;
}
#sec05 ol {
	list-style: outside decimal-leading-zero;
	margin: 0 1% 0 40px;
}
#sec05 ol li {
	font-size: 1em;
	margin-bottom: 30px;
}
#sec05 ol li strong {
	display: block;
	font-weight: 500;
	font-size: 1.2em;
}
@media screen and (min-width: 1700px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec05 ol li {
        margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */


