
/* --------------------------------------------------- */
#sec01 {
	width: 90%;
	margin: 0 auto 100px;
}
#sec01 .title {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.9em;
	margin-bottom: 40px;
}
#sec01 .title br {
	display: none;
}
#sec01 .title span {
	display: block;
	text-align: center;
	font-size: 2em;
}
#sec01 p {
	text-align: center;
}
#sec01 p br.br-clear {
}
@media screen and (max-width: 880px) {
	#sec01 p {
		text-align: left;
	}
	#sec01 p br.br-clear {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 70px;
    }
	#sec01 .title {
        font-size: 1.6em;
        line-height: 1.5em;
        margin-bottom: 50px;
    }
	#sec01 .title br {
		display: block;
	}
    #sec01 .title span {
        font-size: 2.2em;
		margin-top: 25px;
		padding-left: 20px;
	 }
}
/* --------------------------------------------------- */
#sec02 {
	background-image: url("../images/common/img06.svg"), url("../images/common/img05.svg");
	background-position: left top 170%, left top 80%;
	background-repeat: no-repeat;
	background-size: 100%, 100%;
	margin-bottom: 100px;
}
#sec02 .block {
	width: 90%;
	margin: 0 auto 90px;
	display: flex;
	justify-content: space-between;
}
#sec02 .block .box {
	width: 43%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sec02 .block .box .number {
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 30px;
}
#sec02 .block .box .number span {
	display: block;
	font-size: 4em;
	line-height: 1em;
}
#sec02 .block .box .title {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.4em;
}
#sec02 .block .box .text {
}
#sec02 .block .ph {
	width: 52%;
	height: 750px;
	border-radius: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec02 .block .ph1 {
	background-image: url("../images/concept/ph01.jpg");
}
#sec02 .block .ph2 {
	background-image: url("../images/concept/ph02.jpg");
}
#sec02 .block .ph3 {
	background-image: url("../images/concept/ph03.jpg");
}
#sec02 .block .ph4 {
	background-image: url("../images/concept/ph04.jpg");
}
@media screen and (max-width: 880px) {
	#sec02 .block {
        margin: 0 auto 70px;
        display: block;
		position: relative;
		padding-top: 440px;
    }
    #sec02 .block .box {
        width: 95%;
        display: block;
		margin: 0 auto;
    }
	#sec02 .block .box .number {
		text-align: center;
    }
    #sec02 .block .box .number span {
        text-align: center;
    }
    #sec02 .block .box .title {
        text-align: center;
    }
    #sec02 .block .ph {
        width: 100%;
        height: auto;
		padding-top: 400px;
		position: absolute;
		top: 0;
		left: 0;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto 60px;
    }
	#sec02 .block {
        margin: 0 auto 50px;
		padding-top: 330px;
    }
	#sec02 .block .box .number {
        line-height: 1.7em;
        margin-bottom: 20px;
		font-size: 10px;
    }
    #sec02 .block .box .number span {
        font-size: 2em;
		font-weight: 600;
    }
	#sec02 .block .box .title {
        font-size: 1.4em;
        margin-bottom: 20px;
    }
	#sec02 .block .ph {
		padding-top: 300px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	margin-bottom: 100px;
}
#sec03 .title {
	text-align: center;
	color: #B85657;
	font-size: 1.7em;
	font-weight: 700;
	margin-bottom: 25px;
}
#sec03 ul {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec03 li {
	line-height: 1.4em;
	font-size: .9em;
	width: 23%;
}
#sec03 li .ph {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
#sec03 li .red {
	display: block;
	color: #B85657;
}
@media screen and (max-width: 880px) {
	#sec03 ul {
		flex-wrap: wrap;
    }
    #sec03 li {
        width: 47.5%;
		margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px) {
	#sec03 {
        margin-bottom: 30px;
    }
	#sec03 ul {
		width: 95%;
    }
	#sec03 li {
        width: 48%;
		margin-bottom: 30px;
    }
	#sec03 li .ph {
        border-radius: 5px;
    }
}
/* --------------------------------------------------- */
#sec04 {
	width: 90%;
	margin: 0 0 100px auto;
	position: relative;
}
#sec04 .title-wrap {
    position: absolute;
    top: 15%;
    left: 0;
	z-index: 2;
}
#sec04 .title {
    position: relative;
    z-index: 1;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.5em;

    display: inline-block;
    padding: .5em 1em;
    border-left: 27px solid #B85657;
    background-color: #f5f5f5;
    color: #333333;
}
#sec04 .title-wrap::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -20px;
    width: 100%;
    height: 70%;
    background-color: rgba(0,0,0,.1);
    transform: rotate(-5deg);
    filter: blur(4px);
    z-index: 0;
}
#sec04 .note {
	max-width: 1200px;
	width: 100%;
	margin: 0 -5% 0 auto;
	position: relative;
	z-index: 0;
}
#sec04 .note .img1 {
	position: relative;
	z-index: -1;
}
#sec04 .img2 {
	display: none;
}
#sec04 .note .inner {
	position: absolute;
	z-index: 1;
	top: 26%;
	left: 20%;
	right: 15%;
}
#sec04 .note .inner p {
	margin-bottom: 30px;
	font-weight: 500;
}
#sec04 .note .inner p br.br-clear {
}
@media screen and (max-width: 1080px) {
	#sec04 {
        width: 100%;
        margin: 0 auto 100px;
    }
	#sec04 .note {
		width: 0 auto;
	}
	#sec04 .title-wrap {
        top: 15%;
        left: 2%;
    }
	#sec04 .title {
        font-size: 2em;
        border-left: 20px solid #B85657;
    }
	#sec04 .title-wrap::before {
        left: -15px;
    }
	#sec04 .note .img1 {
		width: 110%;
    }
	#sec04 .note .inner p br.br-clear {
		display: none;
	}
	#sec04 .note .inner {
        right: 10%;
    }
}
@media screen and (max-width: 880px) {
	#sec04 {
		width: 100%;
        margin: 0 0 80px;
    }
	#sec04 .title-wrap {
		position: relative;
		top: 0;
		margin-bottom: 50px;
    }
	#sec04 .title-wrap::before {
		width: 50%;
	}
	#sec04 .note {
        margin: 0;
    }
	#sec04 .note .img1 {
		display: none;
    }
	#sec04 .img2 {
		display: block;
		width: 100%;
		margin-bottom: 40px;
    }
	#sec04 .note .inner {
		position: static;
		width: 85%;
		margin: 0 auto;
	}
	#sec04 .note .inner p {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 680px) {
	#sec04 .img2 {
    }
	#sec04 .note .inner {
    }
	#sec04 .title-wrap {
		margin-bottom: 30px;
    }
	#sec04 .title {
        font-size: 1.3em;
        border-left: 10px solid #B85657;
    }
}
/* --------------------------------------------------- */

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


