
/* --------------------------------------------------- */
#sec01 {
    max-width: 800px;
    width: 90%;
    margin: 0 auto 80px;
    position: relative;
}
#sec01 .ttl {
    max-width: 700px;
    width: 80%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}
#sec01 #sec01-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#sec02 {
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}
#sec02 .block {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 80px 0;
}
#sec02 .block:nth-child(odd)::after,
#sec02 .block:nth-child(even)::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(6,71,156,.5);
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
}
#sec02 .block:nth-child(odd)::after {
	transform: rotate(-12deg);
}
#sec02 .block:nth-child(even)::after {
	transform: rotate(12deg);
}
#sec02 .block:last-child::after {
	display: none;
}
#sec02 .block .box {
	width: 55%;
}
#sec02 .block:nth-child(odd) .box {
}
#sec02 .block:nth-child(even) .box {
	margin: 0 0 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
#sec02 .block .box .theme {
	font-family: "Noto Serif JP", serif;
	font-weight: 200;
	font-size: 3em;
	text-align: left;
	color: #06479C;
	
	display: flex;
    align-items: center;
}
#sec02 .block .box .theme span {
	display: inline-block;
	font-size: 13px;
	margin-left: 20px;
}
#sec02 .block .box .ttl {
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 30px;
	color: #06479C;
}
#sec02 .block .box p {
}
#sec02 .block .ph {
	max-width: 550px;
	width: 45%;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
#sec02 .block:nth-child(odd) .ph {
	right: 0;
	margin-right: -5%;
}
#sec02 .block:nth-child(even) .ph {
	left: 0;
	margin-left: -5%;
}
@media screen and (max-width: 1400px) {
	#sec02 .block:nth-child(odd)::after,
    #sec02 .block:nth-child(even)::after {
        width: 120%;
        left: -10%;
		right: -10%;
    }
	#sec02 .block:nth-child(odd)::after {
        transform: rotate(-5deg);
    }
    #sec02 .block:nth-child(even)::after {
        transform: rotate(5deg);
    }
	#sec02 .block .ph {
		width: 55%;
	}
	#sec02 .block:nth-child(odd) .ph {
        margin-right: -15%;
    }
    #sec02 .block:nth-child(even) .ph {
        margin-left: -15%;
    }
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec02 .block {
        padding: 40px 0;
    }
	#sec02 .block .ph,
	#sec02 .block:nth-child(odd) .ph,
	#sec02 .block:nth-child(even) .ph {
		position: static;
		width: 90%;
		margin: 0 auto 30px;
		transform: translate(0%, 0%);
	}
	#sec02 .block .box,
    #sec02 .block:nth-child(odd) .box,
    #sec02 .block:nth-child(even) .box {
		width: 90%;
        margin: 0 auto;
    }
	#sec02 .block .box .ttl {
		font-size: 1.2em;
		margin-bottom: 25px;
	}
	#sec02 .block .box .ttl br {
	}
	#sec02 .block .box .theme span {
        margin-left: 10px;
    }
}
/* --------------------------------------------------- */

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

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


