@charset "UTF-8";

#ttl-area {
	padding-bottom: 80px;
}
#ttl-area::after {
	position: absolute;
	bottom: 0;
	right: 50%;
	content: "";
	width: 380px;
	height: 333px;
	background: url("../images/point/m.svg") center no-repeat;
	background-size: contain;
	transform: translateX(700px);
	z-index: 0;
}
#ttl-area p {
	line-height: 2.6;
}
@media screen and (max-width: 767px) {
	#ttl-area {
		padding-bottom: 40px;
	}
	#ttl-area::after {
		right: 0;
		content: "";
		width: 30%;
		height: 22%;
		transform: translateX(0);
	}
	#ttl-area p {
		line-height: 2;
	}
}

.read-area {
	display: flex;
	justify-content: center;
	column-gap: 15px;
	text-align: center;
	padding: 40px 0 60px;
	background-image: url("../images/point/bg_read_l.png"),url("../images/point/bg_read_r.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom, right bottom;
	background-size: 35% auto,48% auto;
}
.read-area::before {
	content: "";
	background: url("../images/point/img01.svg") left top no-repeat;
	background-size: contain;
	width: 240px;
	height: 440px;
}
.read-area::after {
	content: "";
	background: url("../images/point/img02.svg") left top no-repeat;
	background-size: contain;
	width: 240px;
	height: 440px;
}
.read-area h3 {
	font-size: 43px;
	line-height: 1.6;
	margin: 20px 0 40px;
}
.read-area p {
	font-size: 17px;
	line-height: 2.6;
}
@media screen and (max-width: 767px) {
	.read-area {
		display: block;
		padding: 30px 15px 40px;
	}
	.read-area::before,
	.read-area::after {
		display: none;
	}
	.read-area h3 {
		font-size: 5vw;
		margin: 0 0 20px;
	}
	.read-area p {
		font-size: 13px;
		margin-bottom: 30px;
	}
}

/* .point_wrap */
.point_wrap {
	padding: 160px 0 120px;
}
.point_wrap ul {
	max-width: 1000px;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	margin: 0 auto;
}
.point_wrap li {
	width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
	.point_wrap {
		padding: 40px 15px;
	}
	.point_wrap ul {
		column-gap: 15px;
	}
	.point_wrap li {
		width: calc((100% - 30px) / 3);
	}
}

.sec_ttl {
	color: #344149;
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
}
.sec_read {
	font-size: 17px;
	line-height: 2.8;
	text-align: center;
	margin-bottom: 40px;
}
.sec_icon {
	max-width: 700px;
	margin: 0 auto 80px;
}
.sec03 .sec_icon {
	max-width: 800px;
}
.sec_icon img {
	width: 100%;
}
.sec_col2 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.sec_col2:nth-child(2n) {
	flex-direction: row-reverse;
}
.sec_col2 + .sec_col2 {
	margin-top: 70px;
}
.sec_col2 div {
	width: 49%;
}
.sec_col2 div h3 {
	font-size: 28px;
	line-height: 1.78;
	color: #003165;
	border-bottom: 1px solid #003165;
	padding: 10px 0;
	margin-bottom: 30px;
}
.sec_col2 div p {
	font-size: 17px;
	line-height: 2.1;
}
.sec_col2:nth-child(2n) div h3,
.sec_col2:nth-child(2n) div p {
	padding-left: 40px;
}
.sec_col2 div p small {
	font-size: 11px;
	display: block;
}
.sec_col2 figure {
	position: relative;
	width: 49%;	
}
.sec_col2 figure::before {
	position: absolute;
	z-index: -1;
	right: -20px;
	bottom: -20px;
	display: block;
	content: "";
	width: 90%;
	height: 70%;
	background: url("../images/point/bg_figure.png") center no-repeat;
	background-size: cover;
	mix-blend-mode: multiply;
}
.sec_col2:nth-child(2n) figure::before {
	left: -20px;
}
.sec_col2 .storage_wrap::before {
	position: absolute;
	z-index: -1;
	left: -20px;
	bottom: -20px;
	display: block;
	content: "";
	width: 90%;
	height: 70%;
	background: url("../images/point/bg_figure.png") center no-repeat;
	background-size: cover;
	mix-blend-mode: multiply;
}
.sec_col2 .storage_wrap figure::before {
	display: none;
}
.btn_more {
	width: 300px;
	margin: 80px auto 0;
	filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.3));
}
@media screen and (max-width: 767px) {
	.sec_ttl {
		font-size: 5vw;
		margin-bottom: 20px;
	}
	.sec_read {
		font-size: 13px;
		line-height: 2.4;
		margin-bottom: 20px;
	}
	.sec_icon {
		width: 76%;
		margin-bottom: 40px;
	}
	.sec03 .sec_icon {
		width: 95%;
	}
	.sec_col2 {
		display: block;
	}
	.sec_col2 + .sec_col2 {
		margin-top: 50px;
	}
	.sec_col2 div {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec_col2 div h3 {
		font-size: 18px;
		padding: 0 0 10px;
		margin-bottom: 10px;
	}
	.sec_col2 div p {
		font-size: 13px;
		line-height: 2;
	}
	.sec_col2 div p small {
		font-size: 10px;
	}
	.sec_col2:nth-child(2n) div h3,
	.sec_col2:nth-child(2n) div p {
		padding-left: 0;
	}
	.sec_col2 figure {
		width: 100%;	
	}
	.btn_more {
		width: 260px;
		margin: 60px auto 0;
	}
}


/* .sec01 */
.sec01 {
	background: url("../images/point/bg_sec01.png") center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.sec01 {
		margin-bottom: 50px;
	}
}


/* .sec02 */
.sec02 {
	background: url("../images/point/bg_sec02.png") center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
.sec02 .icon_alsok {
	display: block;
	width: 50%;
	margin: 50px auto 0;
}
.sec02 .img12 {
	display: block;
	width: calc(100% - 50px);
	margin: 30px 0 0 40px;
}
@media screen and (max-width: 767px) {
	.sec02 {
		margin-bottom: 50px;
	}
	.sec02 .icon_alsok {
		max-width: 250px;
		width: 70%;
		margin: 0 auto;
	}
	.sec02 .img12 {
		max-width: 400px;
		width: 100%;
		margin: 20px 0 0;
	}
}


/* .sec03 */
.sec03 {
	background: url("../images/point/bg_sec03.png") center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 80px;
}
.sec03 .img14 {
	display: block;
	width: 95%;
	margin: 20px auto 0 0;
}
.sec03 .btn_more02 {
	width: 240px;
	margin: 30px auto 0;
	filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.3));
}
.sec03 .sec03_point {
	max-width: 1200px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 15px 15px 30px;
	margin: 60px auto 0;
}
.sec03 .sec03_point + .sec03_point {
	margin: 30px auto 0;
}
.sec03 .sec03_point::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url("../images/point/bg_sec03_point.png") center no-repeat;
	background-size: cover;
	mix-blend-mode: multiply;
}
.sec03 .sec03_point h4 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	column-gap: 80px;
	color: #003165;
	font-size: 26px;
	border-bottom: 1px solid #003165;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.sec03 .sec03_point h4 img {
	width: 200px;
}
.sec03 .sec03_point div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec03 .sec03_point div p {
	font-size: 17px;
	color: #231815;
	width: 33%;
}
.sec03 .sec03_point div img {
	width: 65%;
}
.sec03 .sec03_point + .col_wrap {
	margin-top: 80px;
}
.sec03 .sec_col2 .storage_wrap {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.sec03 .sec_col2 .storage_wrap > figure {
	width: calc(531 / 855 * 100%);
}
.sec03 .sec_col2 .storage_wrap div {
	width: calc(324 / 855 * 100%);
	display: flex;
	flex-direction: column;
}
.sec03 .sec_col2 .storage_wrap div figure {
	width: 100%;
}
.sec03 .view_wrap {
	max-width: 1400px;
	margin: 80px auto 0;
}
.sec03 .view_wrap h3 {
	text-align: center;
	font-size: 28px;
	line-height: 1.78;
	color: #003165;
	margin-bottom: 30px;
}
.sec03 .view_wrap p {
	text-align: center;
	font-size: 17px;
	line-height: 2.1;
	margin-bottom: 40px;
}
.sec03 .view_wrap figure + p {
	text-align: right;
	font-size: 11px;
	margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
	.sec03 {
		padding-bottom: 50px;
	}
	.sec03 .img14 {
		max-width: 400px;
		width: 100%;
		margin: 20px auto 0;
	}
	.sec03 .btn_more02 {
		width: 200px;
		margin: 20px auto 30px;
	}
	.sec03 .sec03_point {
		width: 90%;
		padding: 15px;
	}
	.sec03 .sec03_point::before {
		opacity: 0.7;
	}
	.sec03 .sec03_point h4 {
		flex-direction: column;
		row-gap: 10px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.sec03 .sec03_point h4 img {
		width: 100px;
	}
	.sec03 .sec03_point div {
		flex-direction: column;
		row-gap: 15px;
	}
	.sec03 .sec03_point div p {
		font-size: 13px;
		width: 100%;
	}
	.sec03 .sec03_point div img {
		width: 100%;
	}
	.sec03 .sec03_point + .col_wrap {
		margin-top: 40px;
	}
	.sec03 .sec_col2 .storage_wrap {
		display: block;
	}
	.sec03 .sec_col2 .storage_wrap > figure {
		width: 100%;
	}
	.sec03 .sec_col2 .storage_wrap div {
		width: 100%;
		display: flex;
		flex-direction: row;
		margin-bottom: 0;
	}
	.sec03 .sec_col2 .storage_wrap div figure {
		width: 49.7%;
	}
	.sec03 .sec_col2 .storage_wrap div figure + figure {
		width: 50.3%;
	}
	.sec03 .view_wrap {
		width: 90%;
		margin: 60px auto 0;
	}
	.sec03 .view_wrap h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sec03 .view_wrap p {
		font-size: 13px;
		line-height: 2;
		margin-bottom: 20px;
	}
	.sec03 .view_wrap figure + p {
		text-align: right;
		font-size: 10px;
		line-height: 1.2;
		margin: 5px 0 0;
	}
	.mt10_sp {
		margin-top: 10px !important;
	}
}


/* .sec04 */
.sec04 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/point/bg_sec04_l.png"),url("../images/point/bg_sec04_r.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left bottom, right bottom;
	background-size: 40% auto,55% auto;
	padding: 50px 0 0;
	margin-bottom: 80px;
}
.sec04 .img25 {
	max-width: 520px;
	width: 50%;
}
.sec04 .img25 figcaption {
	bottom: -2em;
}
.sec04 .img26 {
	max-width: 520px;
	width: 50%;
}
@media screen and (max-width: 767px) {
	.sec04 {
		flex-direction: column-reverse;
		row-gap: 20px;
	}
	.sec04 .img25,
	.sec04 .img26 {
		width: 90%;
		margin: 0 auto;
	}
}




